# Dumped by # # Host settings: # MySQL version: (5.1.52) running on 65.163.15.140 (freestyleskishop.com) # Date: 13.06.2011 06:28:13 # DB: "freestyleski" #---------------------------------------------------------DROP TABLE IF EXISTS `address_book`; CREATE TABLE `address_book` ( `address_book_id` int(11) NOT NULL AUTO_INCREMENT, `customers_id` int(11) NOT NULL DEFAULT '0', `entry_gender` char(1) NOT NULL DEFAULT '', `entry_company` varchar(32) DEFAULT NULL, `entry_company_tax_id` varchar(32) DEFAULT NULL, `entry_firstname` varchar(32) NOT NULL DEFAULT '', `entry_lastname` varchar(32) NOT NULL DEFAULT '', `entry_street_address` varchar(64) NOT NULL DEFAULT '', `entry_suburb` varchar(32) DEFAULT NULL, `entry_postcode` varchar(10) NOT NULL DEFAULT '', `entry_city` varchar(32) NOT NULL DEFAULT '', `entry_state` varchar(32) 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` (`customers_id`) ) ENGINE=MyISAM AUTO_INCREMENT=60 DEFAULT CHARSET=latin1; INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1', '1', '', '', '', 'Monica', 'G1', 'PO box-1283', '', '80870', 'Indiana', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('4', '4', '', '', '', 'rene', 'roberts', '337 confederation st', '', 'n7t2a6', 'sarnia', '', '38', '74'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('3', '3', '', '', '', 'Frankie', 'Harris', '264 S. White Horse Pike', '', '08009', 'Berlin', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('5', '5', '', '', '', 'cori', 'dillman', '3238 milton st', '', 's7l3x4', 'saskatoon', '', '38', '77'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('6', '6', '', '', '', 'Jessica', 'Brooks', '6 Ettington Close, Walshaw Park', '', 'BL8 1QB', 'Bury', 'Lancashire', '222', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('7', '7', '', '', '', 'Gillian', 'Brooks', '6 Ettington Close, Walshaw Park', '', 'BL8 1QB', 'Bury', 'Lancashire', '222', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('8', '8', '', '', '', 'Nick', 'Anderson', '890 Maple Ave', '', '08004', 'Atco', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('9', '1', '', '', '', 'Monica', 'Test A.c', '26 N. Maple Ave.', '', '08053', 'Marlton', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('10', '9', '', '', '', 'Rianna', 'Wagner', '708 McDiarmid Drive', '', 'R7B 2H8', 'Brandon', '', '38', '68'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('11', '10', '', '', '', 'jon', 'saxon', '14 dacres drive greenfield', '', 'ol3 7hp', 'saddleworth', 'oldham', '222', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('12', '11', '', '', '', 'kaitlin', 'schafer', '734 maple avenu', '', '08004', 'atco', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('13', '1', '', '', '', 'Maria', 'O Neil', '14 dacres drive greenfield', '', 'ol3 7hp', 'saddleworth', 'oldham', '222', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('14', '12', '', '', '', 'Christophe', 'Cepin', '4519 Garisson St NW', '', '20016', 'Washington', '', '223', '16'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('15', '13', '', '', '', 'steven', 'ranik', '7 lawrey street', '', '3199', 'frankston', 'victoria', '13', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('16', '14', '', '', '', 'Christophe', 'CREPIN', '4519 Garisson St NW', '', '20016', 'Washington', '', '223', '16'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('17', '15', '', '', '', 'Devon', 'Pruitt', '148 Lakeside Blvd.', '', '07843', 'Hopatcong', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('18', '16', '', '', '', 'sue', 'conroy', '114 sieveringer', '', '1190', 'Austria', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('19', '17', '', '', '', 'Tatsuya', 'YOSHIZAWA', '347w 55th street, #3M', '', '10019', 'New York', '', '223', '43'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('20', '17', '', '', '', 'Tatsuya', 'YOSHIZAWA', '701w 168th street, Room1620 HHSC', '', '10032', 'New York', '', '223', '43'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('21', '18', '', '', '', 'Alex', 'Shlionsky', '10 Tarnapoll Rd.', '', '07630', 'Emerson', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('22', '19', '', '', '', 'shane', 'fenlon', '12538 pacato circle south', '', '92128', 'san diego', '', '223', '12'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('23', '20', '', '', '', 'Michael', 'Molino', '10825 Autillo Way', '', '92127', 'San Diego', '', '223', '12'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('24', '20', '', '', '', 'Patrick', 'Molino', '10825 Autillo Way', '', '92127', 'San Diego', '', '223', '12'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('25', '21', '', '', '', 'yeuk', 'siu', '87 coulmbia st 12b', '', '10002', 'new york', '', '223', '43'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('26', '21', '', '', '', 'yeuk', 'siu', '87 coulmbia st 12b', '', '10002', 'new york', '', '223', '43'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('27', '22', '', '', '', 'oscar', 'loaiza', 'av 32 nueva cabimas sector 6 casa 12', '', '4013', 'cabimas', 'zulia', '229', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('28', '23', '', '', '', 'Mya', 'Gupta', '200 Krams Ave', '', '19127', 'Philadelphia', '', '223', '51'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('29', '24', '', '', '', 'leslie akwetey', 'kanji sr', '101oxford street p.o.box.os2759', '', '00233', 'accra', 'gh', '222', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('30', '25', '', '', '', 'Paul', 'Fiocchi', '18 Alden Crt', '', '02360', 'Plymouth', '', '223', '32'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('31', '25', '', '', '', 'Bayu', 'Per Madie', '03 Jl. Kelud Ngancar', '', '64291', 'Kediri Jatim', 'Eastjaw', '153', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('32', '25', '', '', '', 'Bayu', 'Per Madie', '03 Jl. Kelud Ngancar', '', '64291', 'Kediri Jatim', 'estjav', '98', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('33', '26', '', '', '', 'iliyan', 'ivanov', '2 panagyurishte', '', '4000', 'plovdiv', 'plovdiv', '33', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('34', '26', '', '', '', 'iliyan', 'ivanov', '2 panagyurishte st, floor 7, apartment 19', '', '4000', 'plovdiv', 'plovdiv', '33', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('35', '27', '', '', '', 'Renee', 'Bystryk', '8787 Heath Rd', '', '14033', 'Colden', '', '223', '43'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('36', '28', '', '', '', 'Michael', 'Coulson', '2540 Hanford Lane', '', '60502', 'Aurora', '', '223', '23'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('37', '29', '', '', '', 'Carolyn', 'Porretta', '1904 Wayne Ave.', '', '08035', 'Haddon Heights', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('38', '30', '', '', '', 'Paul', 'Miller', '1135 Admiral Crossing', '', '30005', 'Alpharetta', '', '223', '19'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('39', '30', '', '', '', 'Doris', 'Miller', 'Renaissance Bldg, Apt 246, 1421 Philadelphia Avenue', '', '17201', 'Chambersburg', '', '223', '51'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('40', '31', '', '', '', 'ALEJANDRO', 'GARCIA MELENDEZ', 'CALLE ISLA MALLORCA 133', '', '03509', 'FINESTRAT', '', '195', '133'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('41', '32', '', '', '', 'Ashley', 'Call', '5913 Carolina Trail', '', '24019', 'Roanoke', '', '223', '61'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('42', '33', '', '', '', 'Gina', 'Everly', '55 Highland Avenue', '', '08081', 'Sicklerville', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('43', '34', '', '', '', 'Liubov', 'Ivashchenko', '26 Sarno Street', '', 'L4H1X2', 'Vaughan', '', '38', '74'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('44', '35', '', '', '', 'Lazaridis', 'Tasos', 'Ifestionos 40', '', '58100', 'Giannitsa', 'Giannitsa', '84', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('45', '36', '', '', '', 'Jacob', 'Miller', '68-1662 Laie Street', '', '96738', 'Waikoloa', '', '223', '21'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('46', '37', '', '', '', 'Tomeka', 'Adams', '1001 Lower Landing Rd, Ste. 108', '', '08057', 'Blackwood', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('47', '38', '', '', '', 'andrew', 'walker', '3333 Palmer Drive', '', 'L7M1Z7', 'Burlington', '', '38', '74'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('48', '39', '', '', '', 'Nikolay', 'Sadchiko', 'vilisa lacisa 19', '', '125480', 'moscow', 'mos', '176', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('49', '40', '', '', '', 'Nikolay', 'Sadchiko', 'vilisa lacisa 19', '', '125480', 'moscow', 'mos', '176', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('50', '41', '', '', '', 'M C', 'Hahn', '322 Garcia Street', '', '87501', 'Santa Fe', '', '223', '42'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('51', '42', '', '', '', 'cathy', 'kamps', '112 kenilworth rd', '', '08053', 'marlton', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('52', '43', '', '', '', 'Sara', 'Morgan', 'PO Box 685', '', '08001', 'Alloway', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('53', '44', '', '', '', 'ERNEST', 'MONTONE', '1011 BAYWOOD DRIVE', '', '08094', 'WILLIAMSTOWN', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('54', '45', '', '', '', 'Brian', 'Stewart', '318 Powderhouse Rd', '', '37716', 'Clinton', '', '223', '56'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('55', '46', '', '', '', 'Joan', 'Busch', '1207 E. Normal St.', '', '74464', 'Tahlequah', '', '223', '48'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('56', '47', '', '', '', 'Michele', 'Aitken', '65 Juniper Place', '', '07747', 'Matawan', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('57', '48', '', '', '', 'Mark', 'Mendoza', '2703 E. 24th St', '', '91950', 'National City', '', '223', '12'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('58', '49', '', '', '', 'Sharese', 'Hanson', '32B New Street', '', '07722', 'Colts Neck', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_company_tax_id`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('59', '50', '', '', '', 'Chris', 'Ralph', '15 Bailey Avenue', '', 'E3A 1H3', 'Fredericton', '', '38', '70'); DROP TABLE IF EXISTS `address_format`; CREATE TABLE `address_format` ( `address_format_id` int(11) NOT NULL AUTO_INCREMENT, `address_format` varchar(128) NOT NULL DEFAULT '', `address_summary` varchar(48) NOT NULL DEFAULT '', PRIMARY KEY (`address_format_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; INSERT INTO `address_format`(`address_format_id`, `address_format`, `address_summary`) VALUES ('1', '$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country', '$city / $country'); INSERT INTO `address_format`(`address_format_id`, `address_format`, `address_summary`) VALUES ('2', '$firstname $lastname$cr$streets$cr$city, $state $postcode$cr$country', '$city, $state / $country'); INSERT INTO `address_format`(`address_format_id`, `address_format`, `address_summary`) VALUES ('3', '$firstname $lastname$cr$streets$cr$city$cr$postcode - $statecomma$country', '$state / $country'); INSERT INTO `address_format`(`address_format_id`, `address_format`, `address_summary`) VALUES ('4', '$firstname $lastname$cr$streets$cr$city ($postcode)$cr$country', '$postcode / $country'); INSERT INTO `address_format`(`address_format_id`, `address_format`, `address_summary`) VALUES ('5', '$firstname $lastname$cr$streets$cr$postcode $city$cr$country', '$city / $country'); DROP TABLE IF EXISTS `admin`; CREATE TABLE `admin` ( `admin_id` int(11) NOT NULL AUTO_INCREMENT, `admin_groups_id` int(11) DEFAULT NULL, `admin_firstname` varchar(32) NOT NULL DEFAULT '', `admin_lastname` varchar(32) DEFAULT NULL, `admin_email_address` varchar(96) NOT NULL DEFAULT '', `admin_password` varchar(40) NOT NULL DEFAULT '', `admin_created` datetime DEFAULT NULL, `admin_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `admin_logdate` datetime DEFAULT NULL, `admin_lognum` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`admin_id`), UNIQUE KEY `admin_email_address` (`admin_email_address`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; INSERT INTO `admin`(`admin_id`, `admin_groups_id`, `admin_firstname`, `admin_lastname`, `admin_email_address`, `admin_password`, `admin_created`, `admin_modified`, `admin_logdate`, `admin_lognum`) VALUES ('10', '1', 'Jon', 'Gropper', 'jon@govws.com', '133c90c7384a36cd195089e33bf12bcf:32', '2006-11-29 23:24:39', '2006-11-29 23:28:22', '2007-01-15 09:29:00', '35'); INSERT INTO `admin`(`admin_id`, `admin_groups_id`, `admin_firstname`, `admin_lastname`, `admin_email_address`, `admin_password`, `admin_created`, `admin_modified`, `admin_logdate`, `admin_lognum`) VALUES ('7', '1', 'Monica', '(GOVWS)', 'monica@govws.com', 'bc40e68d0762591ecdc3fa38ed96f732:05', '2006-04-09 10:09:14', '2006-04-09 10:12:39', '2008-04-08 01:17:05', '175'); INSERT INTO `admin`(`admin_id`, `admin_groups_id`, `admin_firstname`, `admin_lastname`, `admin_email_address`, `admin_password`, `admin_created`, `admin_modified`, `admin_logdate`, `admin_lognum`) VALUES ('11', '1', 'Admin', '(FreeStyleSkiShop)', 'info@freestyleskishop.com', '84050416ea1864cf285596fddb4ab485:6e', '2007-04-15 07:00:09', '2007-04-15 07:03:04', '2007-04-15 07:02:33', '1'); INSERT INTO `admin`(`admin_id`, `admin_groups_id`, `admin_firstname`, `admin_lastname`, `admin_email_address`, `admin_password`, `admin_created`, `admin_modified`, `admin_logdate`, `admin_lognum`) VALUES ('13', '1', 'Francesca', 'Anderson-Harris', 'frankie@freestyleskishop.com', '52fcfe9b2ff40182240983581601d45a:fe', '2007-04-23 18:22:03', '2007-05-03 17:20:58', '2008-12-27 13:41:48', '28'); INSERT INTO `admin`(`admin_id`, `admin_groups_id`, `admin_firstname`, `admin_lastname`, `admin_email_address`, `admin_password`, `admin_created`, `admin_modified`, `admin_logdate`, `admin_lognum`) VALUES ('14', '1', 'Nick', 'Anderson', 'nick@freestyleskishop.com', 'be3b340c67894522dc1b63f824af5723:14', '2007-04-24 17:06:30', '2007-04-24 17:10:46', '2010-01-14 00:00:59', '194'); INSERT INTO `admin`(`admin_id`, `admin_groups_id`, `admin_firstname`, `admin_lastname`, `admin_email_address`, `admin_password`, `admin_created`, `admin_modified`, `admin_logdate`, `admin_lognum`) VALUES ('16', '1', 'Patricia', 'Anderson', 'pat@freestyleskishop.com', '4a096d27adf51b096aa4920ad55dfc31:2b', '2009-11-05 18:51:48', '2009-11-08 17:26:49', '2010-01-20 10:51:23', '18'); INSERT INTO `admin`(`admin_id`, `admin_groups_id`, `admin_firstname`, `admin_lastname`, `admin_email_address`, `admin_password`, `admin_created`, `admin_modified`, `admin_logdate`, `admin_lognum`) VALUES ('17', '1', 'Admin', 'Jack', 's-r0x@hotmail.fr', 'e0c7208fd91f0ba4e2c4b96e26668205:c6', '2010-12-25 22:33:20', '0000-00-00 00:00:00', '2010-12-25 22:33:36', '1'); DROP TABLE IF EXISTS `admin_files`; CREATE TABLE `admin_files` ( `admin_files_id` int(11) NOT NULL AUTO_INCREMENT, `admin_files_name` varchar(64) NOT NULL DEFAULT '', `admin_files_is_boxes` tinyint(5) NOT NULL DEFAULT '0', `admin_files_to_boxes` int(11) NOT NULL DEFAULT '0', `admin_groups_id` set('1','2','3','4') NOT NULL DEFAULT '1', PRIMARY KEY (`admin_files_id`) ) ENGINE=MyISAM AUTO_INCREMENT=140 DEFAULT CHARSET=latin1; INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('1', 'administrator.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('2', 'configuration.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('3', 'catalog.php', '1', '0', '1,2,3,4'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('4', 'modules.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('5', 'customers.php', '1', '0', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('6', 'taxes.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('7', 'localization.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('8', 'reports.php', '1', '0', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('9', 'tools.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('10', 'admin_members.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('11', 'admin_files.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('12', 'configuration.php', '0', '2', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('13', 'categories.php', '0', '3', '1,2,3,4'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('14', 'products_attributes.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('15', 'manufacturers.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('16', 'reviews.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('17', 'specials.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('18', 'products_expected.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('19', 'modules.php', '0', '4', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('20', 'customers.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('79', 'orders.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('22', 'countries.php', '0', '6', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('23', 'zones.php', '0', '6', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('24', 'geo_zones.php', '0', '6', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('25', 'tax_classes.php', '0', '6', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('26', 'tax_rates.php', '0', '6', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('27', 'currencies.php', '0', '7', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('28', 'languages.php', '0', '7', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('29', 'orders_status.php', '0', '7', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('30', 'stats_products_viewed.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('31', 'stats_products_purchased.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('32', 'stats_customers.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('33', 'backup.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('34', 'banner_manager.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('35', 'cache.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('36', 'define_language.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('37', 'file_manager.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('38', 'mail.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('39', 'newsletters.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('40', 'server_info.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('41', 'whos_online.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('42', 'banner_statistics.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('43', 'affiliate.php', '1', '0', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('44', 'affiliate_affiliates.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('45', 'affiliate_clicks.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('46', 'affiliate_banners.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('47', 'affiliate_contact.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('48', 'affiliate_invoice.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('49', 'affiliate_payment.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('50', 'affiliate_popup_image.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('51', 'affiliate_sales.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('52', 'affiliate_statistics.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('53', 'affiliate_summary.php', '0', '43', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('54', 'gv_admin.php', '1', '0', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('55', 'coupon_admin.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('56', 'gv_queue.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('57', 'gv_mail.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('58', 'gv_sent.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('59', 'paypalipn.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('60', 'paypalipn_tests.php', '0', '59', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('61', 'paypalipn_txn.php', '0', '59', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('62', 'coupon_restrict.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('64', 'xsell_products.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('65', 'easypopulate.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('68', 'define_mainpage.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('70', 'edit_orders.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('71', 'validproducts.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('72', 'validcategories.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('73', 'listcategories.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('74', 'listproducts.php', '0', '54', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('75', 'new_attributes.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('80', 'paypal_ipn_order.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('78', 'paypal_ipn.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('81', 'articles.php', '1', '0', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('82', 'article_reviews.php', '0', '81', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('83', 'articles.php', '0', '81', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('84', 'articles_config.php', '0', '81', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('85', 'articles_xsell.php', '0', '81', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('86', 'authors.php', '0', '81', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('87', 'recover_cart_sales.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('88', 'stats_recover_cart_sales.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('89', 'stats_monthly_sales.php', '0', '8', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('90', 'batch_print.php', '0', '9', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('91', 'stock.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('92', 'stats_low_stock_attrib.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('93', 'info_boxes.php', '1', '0', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('94', 'infobox_configuration.php', '0', '93', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('95', 'popup_infobox_help.php', '0', '93', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('98', 'customers_groups.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('99', 'define_conditions.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('100', 'define_privacy.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('101', 'define_shipping.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('102', 'xsell.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('103', 'create_account.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('104', 'create_account_process.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('105', 'create_account_success.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('106', 'create_order.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('107', 'create_order_process.php', '0', '5', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('108', 'easypopulate_functions.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('109', 'new_attributes_change.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('110', 'new_attributes_config.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('111', 'new_attributes_functions.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('112', 'new_attributes_include.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('113', 'new_attributes_select.php', '0', '3', '1,2,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('114', 'ship_fedex.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('115', 'fedex_popup.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('116', 'shipping_manifest.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('117', 'track_fedex.php', '0', '8', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('118', 'paypal_info.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('119', 'affiliate_info.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('120', 'domain_info.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('121', 'hosting_info.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('122', 'merchant_info.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('123', 'ssl_info.php', '0', '1', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('124', 'newsletters.php', '1', '0', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('125', 'newsletters_extra_default.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('126', 'newsletters_update.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('127', 'newsletters_subscribers_view.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('128', 'mails.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('129', 'affiliate_news.php', '0', '43', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('130', 'affiliate_newsletters.php', '0', '43', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('131', 'affiliate_validcats.php', '0', '43', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('132', 'affiliate_validproducts.php', '0', '43', '1'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('133', 'mails_others.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('134', 'newsletters_subscribers_others.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('135', 'mails_realtors.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('136', 'newsletters_subscribers_realtors.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('137', 'newsletter_unsubscribe.php', '0', '124', '1,3'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('138', 'affiliate_signup.php', '0', '43', '1,2,3,4'); INSERT INTO `admin_files`(`admin_files_id`, `admin_files_name`, `admin_files_is_boxes`, `admin_files_to_boxes`, `admin_groups_id`) VALUES ('139', 'product_brands.php', '0', '3', '1'); DROP TABLE IF EXISTS `admin_groups`; CREATE TABLE `admin_groups` ( `admin_groups_id` int(11) NOT NULL AUTO_INCREMENT, `admin_groups_name` varchar(64) DEFAULT NULL, PRIMARY KEY (`admin_groups_id`), UNIQUE KEY `admin_groups_name` (`admin_groups_name`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; INSERT INTO `admin_groups`(`admin_groups_id`, `admin_groups_name`) VALUES ('1', 'Top Administrator'); INSERT INTO `admin_groups`(`admin_groups_id`, `admin_groups_name`) VALUES ('2', 'Marketing'); INSERT INTO `admin_groups`(`admin_groups_id`, `admin_groups_name`) VALUES ('3', 'Customer Relations'); INSERT INTO `admin_groups`(`admin_groups_id`, `admin_groups_name`) VALUES ('4', 'Data Entry'); DROP TABLE IF EXISTS `affiliate_affiliate`; CREATE TABLE `affiliate_affiliate` ( `affiliate_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_gender` char(1) NOT NULL DEFAULT '', `affiliate_firstname` varchar(32) NOT NULL DEFAULT '', `affiliate_lastname` varchar(32) NOT NULL DEFAULT '', `affiliate_dob` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_email_address` varchar(96) NOT NULL DEFAULT '', `affiliate_telephone` varchar(32) NOT NULL DEFAULT '', `affiliate_fax` varchar(32) NOT NULL DEFAULT '', `affiliate_password` varchar(40) NOT NULL DEFAULT '', `affiliate_homepage` varchar(96) NOT NULL DEFAULT '', `affiliate_street_address` varchar(64) NOT NULL DEFAULT '', `affiliate_suburb` varchar(64) NOT NULL DEFAULT '', `affiliate_city` varchar(32) NOT NULL DEFAULT '', `affiliate_postcode` varchar(10) NOT NULL DEFAULT '', `affiliate_state` varchar(32) NOT NULL DEFAULT '', `affiliate_country_id` int(11) NOT NULL DEFAULT '0', `affiliate_zone_id` int(11) NOT NULL DEFAULT '0', `affiliate_agb` tinyint(4) NOT NULL DEFAULT '0', `affiliate_company` varchar(60) NOT NULL DEFAULT '', `affiliate_company_taxid` varchar(64) NOT NULL DEFAULT '', `affiliate_commission_percent` decimal(4,2) NOT NULL DEFAULT '0.00', `affiliate_payment_check` varchar(100) NOT NULL DEFAULT '', `affiliate_payment_paypal` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_name` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_branch_number` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_swift_code` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_account_name` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_account_number` varchar(64) NOT NULL DEFAULT '', `affiliate_date_of_last_logon` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_number_of_logons` int(11) NOT NULL DEFAULT '0', `affiliate_date_account_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_date_account_last_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_lft` int(11) NOT NULL DEFAULT '0', `affiliate_rgt` int(11) NOT NULL DEFAULT '0', `affiliate_root` int(11) NOT NULL DEFAULT '0', `affiliate_newsletter` char(1) NOT NULL DEFAULT '1', PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_banners`; CREATE TABLE `affiliate_banners` ( `affiliate_banners_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_banners_title` varchar(64) NOT NULL DEFAULT '', `affiliate_products_id` int(11) NOT NULL DEFAULT '0', `affiliate_category_id` int(11) NOT NULL DEFAULT '0', `affiliate_banners_image` varchar(64) NOT NULL DEFAULT '', `affiliate_banners_group` varchar(10) NOT NULL DEFAULT '', `affiliate_banners_html_text` text, `affiliate_expires_impressions` int(7) DEFAULT '0', `affiliate_expires_date` datetime DEFAULT NULL, `affiliate_date_scheduled` datetime DEFAULT NULL, `affiliate_date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_date_status_change` datetime DEFAULT NULL, `affiliate_status` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`affiliate_banners_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_banners_history`; CREATE TABLE `affiliate_banners_history` ( `affiliate_banners_history_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_banners_products_id` int(11) NOT NULL DEFAULT '0', `affiliate_banners_id` int(11) NOT NULL DEFAULT '0', `affiliate_banners_affiliate_id` int(11) NOT NULL DEFAULT '0', `affiliate_banners_shown` int(11) NOT NULL DEFAULT '0', `affiliate_banners_clicks` tinyint(4) NOT NULL DEFAULT '0', `affiliate_banners_history_date` date NOT NULL DEFAULT '0000-00-00', PRIMARY KEY (`affiliate_banners_history_id`,`affiliate_banners_products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_clickthroughs`; CREATE TABLE `affiliate_clickthroughs` ( `affiliate_clickthrough_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_id` int(11) NOT NULL DEFAULT '0', `affiliate_clientdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_clientbrowser` varchar(200) DEFAULT 'Could Not Find This Data', `affiliate_clientip` varchar(50) DEFAULT 'Could Not Find This Data', `affiliate_clientreferer` varchar(200) DEFAULT 'none detected (maybe a direct link)', `affiliate_products_id` int(11) DEFAULT '0', `affiliate_banner_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`affiliate_clickthrough_id`), KEY `refid` (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_news`; CREATE TABLE `affiliate_news` ( `news_id` int(11) NOT NULL AUTO_INCREMENT, `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `news_status` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`news_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_news_contents`; CREATE TABLE `affiliate_news_contents` ( `affiliate_news_contents_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_news_id` int(11) NOT NULL DEFAULT '0', `affiliate_news_languages_id` int(11) NOT NULL DEFAULT '0', `affiliate_news_headlines` varchar(255) NOT NULL DEFAULT '', `affiliate_news_contents` text NOT NULL, PRIMARY KEY (`affiliate_news_contents_id`), KEY `affiliate_news_id` (`affiliate_news_id`), KEY `affiliate_news_languages_id` (`affiliate_news_languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_newsletters`; CREATE TABLE `affiliate_newsletters` ( `affiliate_newsletters_id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `content` text NOT NULL, `module` varchar(255) NOT NULL DEFAULT '', `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_sent` datetime DEFAULT NULL, `status` int(1) DEFAULT NULL, `locked` int(1) DEFAULT '0', PRIMARY KEY (`affiliate_newsletters_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_payment`; CREATE TABLE `affiliate_payment` ( `affiliate_payment_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_id` int(11) NOT NULL DEFAULT '0', `affiliate_payment` decimal(15,2) NOT NULL DEFAULT '0.00', `affiliate_payment_tax` decimal(15,2) NOT NULL DEFAULT '0.00', `affiliate_payment_total` decimal(15,2) NOT NULL DEFAULT '0.00', `affiliate_payment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_payment_last_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_payment_status` int(5) NOT NULL DEFAULT '0', `affiliate_firstname` varchar(32) NOT NULL DEFAULT '', `affiliate_lastname` varchar(32) NOT NULL DEFAULT '', `affiliate_street_address` varchar(64) NOT NULL DEFAULT '', `affiliate_suburb` varchar(64) NOT NULL DEFAULT '', `affiliate_city` varchar(32) NOT NULL DEFAULT '', `affiliate_postcode` varchar(10) NOT NULL DEFAULT '', `affiliate_country` varchar(32) NOT NULL DEFAULT '0', `affiliate_company` varchar(60) NOT NULL DEFAULT '', `affiliate_state` varchar(32) NOT NULL DEFAULT '0', `affiliate_address_format_id` int(5) NOT NULL DEFAULT '0', `affiliate_last_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`affiliate_payment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_payment_status`; CREATE TABLE `affiliate_payment_status` ( `affiliate_payment_status_id` int(11) NOT NULL DEFAULT '0', `affiliate_language_id` int(11) NOT NULL DEFAULT '1', `affiliate_payment_status_name` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`affiliate_payment_status_id`,`affiliate_language_id`), KEY `idx_affiliate_payment_status_name` (`affiliate_payment_status_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_payment_status_history`; CREATE TABLE `affiliate_payment_status_history` ( `affiliate_status_history_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_payment_id` int(11) NOT NULL DEFAULT '0', `affiliate_new_value` int(5) NOT NULL DEFAULT '0', `affiliate_old_value` int(5) DEFAULT NULL, `affiliate_date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_notified` int(1) DEFAULT '0', PRIMARY KEY (`affiliate_status_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `affiliate_sales`; CREATE TABLE `affiliate_sales` ( `affiliate_id` int(11) NOT NULL DEFAULT '0', `affiliate_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_browser` varchar(100) NOT NULL DEFAULT '', `affiliate_ipaddress` varchar(20) NOT NULL DEFAULT '', `affiliate_orders_id` int(11) NOT NULL DEFAULT '0', `affiliate_value` decimal(15,2) NOT NULL DEFAULT '0.00', `affiliate_payment` decimal(15,2) NOT NULL DEFAULT '0.00', `affiliate_clickthroughs_id` int(11) NOT NULL DEFAULT '0', `affiliate_billing_status` int(5) NOT NULL DEFAULT '0', `affiliate_payment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_payment_id` int(11) NOT NULL DEFAULT '0', `affiliate_percent` decimal(4,2) NOT NULL DEFAULT '0.00', `affiliate_salesman` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`affiliate_orders_id`,`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `article_reviews`; CREATE TABLE `article_reviews` ( `reviews_id` int(11) NOT NULL AUTO_INCREMENT, `articles_id` int(11) NOT NULL DEFAULT '0', `customers_id` int(11) DEFAULT NULL, `customers_name` varchar(64) 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', `approved` tinyint(3) unsigned DEFAULT '0', PRIMARY KEY (`reviews_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `article_reviews_description`; CREATE TABLE `article_reviews_description` ( `reviews_id` int(11) NOT NULL DEFAULT '0', `languages_id` int(11) NOT NULL DEFAULT '0', `reviews_text` text NOT NULL, PRIMARY KEY (`reviews_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `articles`; CREATE TABLE `articles` ( `articles_id` int(11) NOT NULL AUTO_INCREMENT, `articles_date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `articles_last_modified` datetime DEFAULT NULL, `articles_date_available` datetime DEFAULT NULL, `articles_status` tinyint(1) NOT NULL DEFAULT '0', `authors_id` int(11) DEFAULT NULL, PRIMARY KEY (`articles_id`), KEY `idx_articles_date_added` (`articles_date_added`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `articles_description`; CREATE TABLE `articles_description` ( `articles_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `articles_name` varchar(64) NOT NULL DEFAULT '', `articles_description` text, `articles_url` varchar(255) DEFAULT NULL, `articles_viewed` int(5) DEFAULT '0', `articles_head_title_tag` varchar(80) DEFAULT NULL, `articles_head_desc_tag` text, `articles_head_keywords_tag` text, PRIMARY KEY (`articles_id`,`language_id`), KEY `articles_name` (`articles_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `articles_to_topics`; CREATE TABLE `articles_to_topics` ( `articles_id` int(11) NOT NULL DEFAULT '0', `topics_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`articles_id`,`topics_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `articles_xsell`; CREATE TABLE `articles_xsell` ( `ID` int(10) NOT NULL AUTO_INCREMENT, `articles_id` int(10) unsigned NOT NULL DEFAULT '1', `xsell_id` int(10) unsigned NOT NULL DEFAULT '1', `sort_order` int(10) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `authors`; CREATE TABLE `authors` ( `authors_id` int(11) NOT NULL AUTO_INCREMENT, `authors_name` varchar(32) NOT NULL DEFAULT '', `authors_image` varchar(64) DEFAULT NULL, `date_added` datetime DEFAULT NULL, `last_modified` datetime DEFAULT NULL, PRIMARY KEY (`authors_id`), KEY `IDX_AUTHORS_NAME` (`authors_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `authors_info`; CREATE TABLE `authors_info` ( `authors_id` int(11) NOT NULL DEFAULT '0', `languages_id` int(11) NOT NULL DEFAULT '0', `authors_description` text, `authors_url` varchar(255) NOT NULL DEFAULT '', `url_clicked` int(5) NOT NULL DEFAULT '0', `date_last_click` datetime DEFAULT NULL, PRIMARY KEY (`authors_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `banners`; CREATE TABLE `banners` ( `banners_id` int(11) NOT NULL AUTO_INCREMENT, `banners_title` varchar(64) NOT NULL DEFAULT '', `banners_url` varchar(255) NOT NULL DEFAULT '', `banners_image` varchar(64) NOT NULL DEFAULT '', `banners_group` varchar(10) NOT NULL DEFAULT '', `banners_html_text` text, `expires_impressions` int(7) DEFAULT '0', `expires_date` datetime DEFAULT NULL, `date_scheduled` datetime DEFAULT NULL, `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_status_change` datetime DEFAULT NULL, `status` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`banners_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; INSERT INTO `banners`(`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`) VALUES ('5', 'OnlyOpenHouses.com', 'http://www.OnlyOpenHouses.com', 'ooh-long banner copy.gif', '468x50', '', '0', '', '', '2006-02-17 21:42:19', '', '1'); INSERT INTO `banners`(`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`) VALUES ('6', 'responseplanet.com', 'http://www.responseplanet.com', 'rpbanner.jpg', '468x50', '', '0', '', '', '2006-04-19 17:41:57', '', '1'); INSERT INTO `banners`(`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`) VALUES ('8', 'test', '', 'd.php', '169x571', '', '0', '', '', '2011-06-01 08:37:17', '', '1'); DROP TABLE IF EXISTS `banners_history`; CREATE TABLE `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 '0000-00-00 00:00:00', PRIMARY KEY (`banners_history_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3673 DEFAULT CHARSET=latin1; INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('5', '5', '13', '1', '2006-02-17 21:42:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('391', '5', '39', '0', '2006-10-19 08:13:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('6', '5', '273', '2', '2006-02-18 00:01:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('390', '6', '36', '0', '2006-10-19 08:13:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('8', '5', '251', '1', '2006-02-19 01:12:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('9', '5', '395', '0', '2006-02-20 00:52:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('10', '5', '1023', '3', '2006-02-21 00:08:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('11', '5', '930', '1', '2006-02-22 00:01:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('12', '5', '1312', '2', '2006-02-23 00:06:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('13', '5', '1435', '2', '2006-02-24 00:02:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('14', '5', '1263', '4', '2006-02-25 00:04:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('15', '5', '1388', '0', '2006-02-26 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('16', '5', '781', '0', '2006-02-27 00:28:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('17', '5', '1764', '2', '2006-02-28 00:05:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('18', '5', '1614', '2', '2006-03-01 00:04:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('19', '5', '1517', '0', '2006-03-02 00:06:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('20', '5', '743', '0', '2006-03-03 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('21', '5', '211', '0', '2006-03-04 04:13:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('22', '5', '283', '0', '2006-03-05 00:05:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('23', '5', '520', '2', '2006-03-06 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('24', '5', '563', '0', '2006-03-07 00:05:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('25', '5', '1746', '2', '2006-03-08 00:14:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('26', '5', '1861', '0', '2006-03-09 00:05:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('27', '5', '1195', '1', '2006-03-10 00:28:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('28', '5', '877', '1', '2006-03-11 00:07:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('29', '5', '2402', '3', '2006-03-12 00:09:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('30', '5', '1023', '1', '2006-03-13 00:32:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('31', '5', '831', '0', '2006-03-14 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('32', '5', '1470', '3', '2006-03-15 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('33', '5', '630', '2', '2006-03-16 00:03:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('34', '5', '1041', '2', '2006-03-17 00:02:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('35', '5', '1984', '0', '2006-03-18 00:02:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('36', '5', '404', '1', '2006-03-19 00:28:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('37', '5', '926', '2', '2006-03-20 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('38', '5', '1131', '2', '2006-03-21 00:06:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('39', '5', '755', '1', '2006-03-22 00:15:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('40', '5', '1064', '3', '2006-03-23 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('41', '5', '1623', '5', '2006-03-24 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('42', '5', '1358', '3', '2006-03-25 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('43', '5', '1248', '0', '2006-03-26 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('44', '5', '2181', '5', '2006-03-27 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('45', '5', '864', '0', '2006-03-28 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('46', '5', '1629', '0', '2006-03-29 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('47', '5', '1428', '2', '2006-03-30 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('48', '5', '1181', '6', '2006-03-31 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('49', '5', '1613', '0', '2006-04-01 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('50', '5', '928', '0', '2006-04-02 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('51', '5', '1903', '2', '2006-04-03 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('52', '5', '2432', '3', '2006-04-04 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('53', '5', '1618', '1', '2006-04-05 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('54', '5', '1190', '15', '2006-04-06 00:13:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('55', '5', '1044', '0', '2006-04-07 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('56', '5', '834', '7', '2006-04-08 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('57', '5', '1153', '2', '2006-04-09 00:09:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('58', '5', '1004', '6', '2006-04-10 00:05:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('59', '5', '1387', '0', '2006-04-11 00:15:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('60', '5', '1962', '24', '2006-04-12 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('61', '5', '2001', '7', '2006-04-13 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('62', '5', '1141', '6', '2006-04-14 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('63', '5', '1048', '10', '2006-04-15 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('64', '5', '1080', '9', '2006-04-16 00:06:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('65', '5', '1078', '26', '2006-04-17 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('66', '5', '970', '0', '2006-04-18 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('67', '5', '782', '0', '2006-04-19 00:07:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('68', '6', '111', '12', '2006-04-19 17:44:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('69', '6', '605', '1', '2006-04-20 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('70', '5', '597', '0', '2006-04-20 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('71', '6', '468', '1', '2006-04-21 00:00:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('72', '5', '471', '2', '2006-04-21 00:16:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('73', '6', '511', '2', '2006-04-22 00:01:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('74', '5', '511', '8', '2006-04-22 00:04:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('75', '6', '542', '2', '2006-04-23 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('76', '5', '548', '22', '2006-04-23 00:19:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('77', '6', '503', '1', '2006-04-24 00:15:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('78', '5', '526', '1', '2006-04-24 00:22:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('79', '5', '560', '6', '2006-04-25 00:05:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('80', '6', '522', '1', '2006-04-25 00:05:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('81', '5', '783', '3', '2006-04-26 00:02:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('82', '6', '812', '0', '2006-04-26 00:02:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('83', '6', '787', '0', '2006-04-27 00:01:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('84', '5', '775', '1', '2006-04-27 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('85', '5', '544', '1', '2006-04-28 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('86', '6', '561', '1', '2006-04-28 00:09:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('87', '6', '953', '6', '2006-04-29 00:03:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('88', '5', '1045', '30', '2006-04-29 00:12:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('89', '5', '1114', '5', '2006-04-30 00:05:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('90', '6', '1057', '4', '2006-04-30 00:10:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('91', '5', '932', '5', '2006-05-01 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('92', '6', '906', '9', '2006-05-01 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('93', '6', '1250', '11', '2006-05-02 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('94', '5', '1291', '8', '2006-05-02 00:01:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('95', '5', '1152', '10', '2006-05-03 00:04:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('96', '6', '1169', '10', '2006-05-03 00:11:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('97', '5', '837', '7', '2006-05-04 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('98', '6', '836', '6', '2006-05-04 00:01:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('99', '6', '1578', '7', '2006-05-05 00:04:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('100', '5', '1543', '28', '2006-05-05 00:19:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('101', '6', '28', '0', '2000-05-05 19:35:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('102', '5', '21', '0', '2000-05-05 19:36:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('103', '6', '1262', '4', '2006-05-06 00:02:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('104', '5', '1304', '13', '2006-05-06 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('105', '6', '9', '0', '2000-05-06 00:31:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('106', '5', '8', '0', '2000-05-06 00:31:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('107', '6', '1254', '12', '2006-05-07 00:17:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('108', '5', '1288', '15', '2006-05-07 00:21:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('109', '6', '1011', '5', '2006-05-08 00:06:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('110', '5', '1016', '10', '2006-05-08 00:09:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('111', '6', '1059', '9', '2006-05-09 00:01:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('112', '5', '1110', '12', '2006-05-09 00:09:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('113', '6', '1048', '7', '2006-05-10 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('114', '5', '1118', '30', '2006-05-10 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('115', '6', '1105', '8', '2006-05-11 00:02:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('116', '5', '1110', '10', '2006-05-11 00:06:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('117', '6', '909', '8', '2006-05-12 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('118', '5', '944', '9', '2006-05-12 00:05:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('119', '6', '990', '15', '2006-05-13 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('120', '5', '883', '7', '2006-05-13 00:03:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('121', '6', '1060', '9', '2006-05-14 00:10:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('122', '5', '1094', '5', '2006-05-14 00:11:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('123', '6', '115', '0', '2002-12-31 19:04:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('124', '5', '97', '1', '2002-12-31 19:05:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('125', '6', '1023', '5', '2006-05-15 00:04:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('126', '5', '1092', '13', '2006-05-15 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('127', '6', '1169', '13', '2006-05-16 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('128', '5', '1194', '23', '2006-05-16 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('129', '6', '700', '1', '2006-05-17 00:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('130', '5', '692', '4', '2006-05-17 00:28:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('131', '6', '1242', '17', '2006-05-18 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('132', '5', '1241', '7', '2006-05-18 00:00:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('133', '6', '813', '7', '2006-05-19 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('134', '5', '809', '5', '2006-05-19 00:08:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('135', '6', '1251', '5', '2006-05-20 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('136', '5', '1336', '24', '2006-05-20 00:20:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('137', '6', '791', '5', '2006-05-21 00:03:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('138', '5', '789', '11', '2006-05-21 00:03:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('139', '6', '1086', '12', '2006-05-22 00:07:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('140', '5', '1079', '3', '2006-05-22 00:09:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('141', '6', '1361', '22', '2006-05-23 00:04:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('142', '5', '1185', '10', '2006-05-23 00:08:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('143', '5', '1328', '10', '2006-05-24 00:01:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('144', '6', '1247', '11', '2006-05-24 00:01:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('145', '5', '1243', '27', '2006-05-25 00:06:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('146', '6', '1242', '10', '2006-05-25 00:12:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('147', '6', '1014', '6', '2006-05-26 00:03:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('148', '5', '1029', '5', '2006-05-26 00:06:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('149', '5', '1029', '5', '2006-05-26 00:06:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('150', '6', '1140', '12', '2006-05-27 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('151', '5', '1136', '8', '2006-05-27 00:01:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('152', '6', '1035', '8', '2006-05-28 00:12:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('153', '5', '1000', '14', '2006-05-28 00:14:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('154', '5', '1289', '14', '2006-05-29 00:07:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('155', '6', '1290', '28', '2006-05-29 00:08:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('156', '5', '1371', '9', '2006-05-30 00:05:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('157', '6', '1332', '11', '2006-05-30 00:10:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('158', '6', '1204', '10', '2006-05-31 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('159', '5', '1175', '21', '2006-05-31 00:04:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('160', '5', '1282', '9', '2006-06-01 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('161', '6', '1300', '4', '2006-06-01 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('162', '6', '947', '11', '2006-06-02 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('163', '5', '894', '3', '2006-06-02 00:03:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('164', '6', '833', '5', '2006-06-03 00:02:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('165', '5', '768', '6', '2006-06-03 00:05:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('166', '6', '1424', '31', '2006-06-04 00:02:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('167', '5', '1466', '8', '2006-06-04 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('168', '6', '1163', '7', '2006-06-05 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('169', '5', '1169', '7', '2006-06-05 00:03:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('170', '5', '1078', '24', '2006-06-06 00:06:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('171', '6', '1071', '4', '2006-06-06 00:07:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('172', '5', '1240', '5', '2006-06-07 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('173', '6', '1182', '5', '2006-06-07 00:08:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('174', '5', '1226', '10', '2006-06-08 00:06:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('175', '6', '1204', '6', '2006-06-08 00:19:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('176', '5', '1449', '14', '2006-06-09 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('177', '6', '1504', '26', '2006-06-09 00:01:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('178', '5', '1237', '3', '2006-06-10 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('179', '6', '1256', '9', '2006-06-10 00:01:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('180', '5', '21', '0', '2003-01-01 02:02:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('181', '6', '40', '0', '2003-01-01 02:07:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('182', '5', '1513', '23', '2006-06-11 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('183', '6', '1440', '5', '2006-06-11 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('184', '5', '975', '6', '2006-06-12 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('185', '6', '990', '7', '2006-06-12 00:05:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('186', '6', '1165', '9', '2006-06-13 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('187', '5', '1180', '7', '2006-06-13 00:04:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('188', '5', '1361', '8', '2006-06-14 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('189', '6', '1374', '25', '2006-06-14 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('190', '6', '1300', '7', '2006-06-15 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('191', '5', '1218', '10', '2006-06-15 00:08:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('192', '6', '1090', '5', '2006-06-16 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('193', '5', '1042', '25', '2006-06-16 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('194', '6', '879', '3', '2006-06-17 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('195', '5', '921', '4', '2006-06-17 00:04:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('196', '6', '983', '4', '2006-06-18 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('197', '5', '1069', '5', '2006-06-18 00:04:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('198', '5', '1169', '3', '2006-06-19 00:04:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('199', '6', '1204', '18', '2006-06-19 00:05:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('200', '6', '1028', '4', '2006-06-20 00:06:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('201', '5', '1041', '4', '2006-06-20 00:21:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('202', '6', '2389', '13', '2006-06-21 00:11:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('203', '5', '2408', '14', '2006-06-21 00:34:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('204', '6', '3055', '19', '2006-06-22 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('205', '5', '3033', '35', '2006-06-22 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('206', '6', '957', '1', '2006-06-23 00:08:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('207', '5', '996', '2', '2006-06-23 00:25:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('208', '5', '2377', '18', '2006-06-24 00:03:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('209', '6', '2386', '15', '2006-06-24 00:25:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('210', '6', '1035', '14', '2006-06-25 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('211', '5', '1021', '1', '2006-06-25 00:05:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('212', '5', '1159', '4', '2006-06-26 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('213', '6', '1138', '4', '2006-06-26 00:03:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('214', '6', '1670', '22', '2006-06-27 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('215', '5', '1687', '5', '2006-06-27 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('216', '5', '4007', '18', '2006-06-28 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('217', '6', '3867', '10', '2006-06-28 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('218', '5', '1280', '8', '2006-06-29 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('219', '6', '1237', '5', '2006-06-29 00:02:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('220', '6', '1447', '13', '2006-06-30 00:06:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('221', '5', '1496', '7', '2006-06-30 00:06:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('222', '6', '1777', '10', '2006-07-01 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('223', '5', '1794', '12', '2006-07-01 00:08:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('224', '6', '2093', '13', '2006-07-02 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('225', '5', '2087', '9', '2006-07-02 00:05:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('226', '5', '1570', '34', '2006-07-03 00:11:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('227', '6', '1535', '11', '2006-07-03 00:12:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('228', '5', '1821', '18', '2006-07-04 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('229', '6', '1773', '11', '2006-07-04 00:01:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('230', '5', '1236', '11', '2006-07-05 00:31:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('231', '6', '1166', '12', '2006-07-05 00:32:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('232', '5', '1436', '7', '2006-07-06 00:04:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('233', '6', '1382', '30', '2006-07-06 00:04:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('234', '5', '1480', '6', '2006-07-07 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('235', '6', '1459', '7', '2006-07-07 00:05:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('236', '6', '1802', '6', '2006-07-08 00:01:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('237', '5', '1827', '30', '2006-07-08 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('238', '5', '13', '0', '2003-01-03 19:14:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('239', '6', '10', '0', '2003-01-03 19:14:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('240', '5', '1798', '6', '2006-07-09 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('241', '6', '1758', '8', '2006-07-09 00:03:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('242', '5', '1734', '10', '2006-07-10 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('243', '6', '1737', '18', '2006-07-10 00:03:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('244', '6', '1606', '9', '2006-07-11 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('245', '5', '1542', '6', '2006-07-11 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('246', '5', '2169', '7', '2006-07-12 00:00:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('247', '6', '2116', '5', '2006-07-12 00:03:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('248', '5', '1760', '30', '2006-07-13 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('249', '6', '1746', '9', '2006-07-13 00:14:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('250', '6', '1469', '4', '2006-07-14 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('251', '5', '1421', '4', '2006-07-14 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('252', '5', '1282', '6', '2006-07-15 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('253', '6', '1365', '9', '2006-07-15 00:13:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('254', '6', '1666', '26', '2006-07-16 00:04:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('255', '5', '1754', '18', '2006-07-16 00:05:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('256', '5', '1489', '8', '2006-07-17 00:03:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('257', '6', '1533', '8', '2006-07-17 00:03:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('258', '6', '1771', '5', '2006-07-18 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('259', '5', '1745', '12', '2006-07-18 00:04:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('260', '6', '1668', '6', '2006-07-19 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('261', '5', '1687', '28', '2006-07-19 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('262', '5', '1201', '10', '2006-07-20 00:09:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('263', '6', '1211', '3', '2006-07-20 00:11:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('264', '6', '1670', '22', '2006-07-21 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('265', '5', '1776', '9', '2006-07-21 00:01:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('266', '5', '1624', '19', '2006-07-22 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('267', '6', '1672', '14', '2006-07-22 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('268', '5', '2473', '27', '2006-07-23 00:10:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('269', '6', '2469', '16', '2006-07-23 00:10:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('270', '5', '1855', '6', '2006-07-24 00:10:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('271', '6', '1859', '10', '2006-07-24 00:16:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('272', '5', '1973', '6', '2006-07-25 00:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('273', '6', '2004', '12', '2006-07-25 00:06:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('274', '6', '1920', '17', '2006-07-26 00:02:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('275', '5', '1852', '8', '2006-07-26 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('276', '6', '1377', '9', '2006-07-27 00:32:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('277', '5', '1326', '8', '2006-07-27 00:32:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('278', '5', '2577', '13', '2006-07-28 00:09:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('279', '6', '2694', '3', '2006-07-28 00:12:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('280', '6', '1703', '6', '2006-07-29 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('281', '5', '1618', '5', '2006-07-29 00:02:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('282', '6', '1272', '11', '2006-07-30 00:05:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('283', '5', '1271', '4', '2006-07-30 00:06:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('284', '5', '1387', '8', '2006-07-31 00:06:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('285', '6', '1450', '7', '2006-07-31 00:21:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('286', '5', '1942', '16', '2006-08-01 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('287', '6', '1907', '35', '2006-08-01 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('288', '5', '1948', '19', '2006-08-02 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('289', '6', '1985', '14', '2006-08-02 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('290', '5', '2076', '18', '2006-08-03 00:01:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('291', '6', '2068', '18', '2006-08-03 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('292', '5', '1102', '13', '2006-08-04 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('293', '6', '1136', '10', '2006-08-04 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('294', '5', '1870', '9', '2006-08-05 00:04:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('295', '6', '1889', '17', '2006-08-05 00:09:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('296', '6', '1802', '28', '2006-08-06 00:03:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('297', '5', '1836', '9', '2006-08-06 00:07:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('298', '6', '1667', '17', '2006-08-07 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('299', '5', '1692', '10', '2006-08-07 00:04:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('300', '6', '2144', '13', '2006-08-08 00:01:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('301', '5', '2110', '9', '2006-08-08 00:02:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('302', '5', '2185', '33', '2006-08-09 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('303', '6', '2251', '11', '2006-08-09 00:24:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('304', '6', '2213', '10', '2006-08-10 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('305', '5', '2272', '4', '2006-08-10 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('306', '6', '2708', '25', '2006-08-11 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('307', '5', '2621', '5', '2006-08-11 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('308', '5', '4345', '25', '2006-08-12 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('309', '6', '4254', '15', '2006-08-12 00:03:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('310', '6', '3952', '11', '2006-08-13 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('311', '5', '3936', '15', '2006-08-13 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('312', '6', '2448', '8', '2006-08-14 00:04:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('313', '5', '2389', '11', '2006-08-14 00:04:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('314', '5', '2171', '11', '2006-08-15 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('315', '6', '2062', '31', '2006-08-15 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('316', '6', '2483', '25', '2006-08-16 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('317', '5', '2553', '15', '2006-08-16 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('318', '5', '2333', '24', '2006-08-17 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('319', '6', '2223', '17', '2006-08-17 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('320', '6', '1965', '12', '2006-08-18 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('321', '5', '2001', '13', '2006-08-18 00:05:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('322', '5', '2144', '5', '2006-08-19 00:02:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('323', '6', '2201', '10', '2006-08-19 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('324', '5', '2017', '18', '2006-08-20 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('325', '6', '2008', '11', '2006-08-20 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('326', '6', '3019', '28', '2006-08-21 00:01:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('327', '5', '3051', '17', '2006-08-21 00:07:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('328', '5', '2698', '18', '2006-08-22 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('329', '6', '2758', '28', '2006-08-22 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('330', '6', '2607', '24', '2006-08-23 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('331', '5', '2579', '21', '2006-08-23 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('332', '6', '2617', '17', '2006-08-24 00:10:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('333', '5', '2522', '19', '2006-08-24 00:14:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('334', '5', '3534', '9', '2006-08-25 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('335', '6', '3556', '20', '2006-08-25 00:03:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('336', '6', '2228', '14', '2006-08-26 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('337', '5', '2221', '14', '2006-08-26 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('338', '5', '2399', '14', '2006-08-27 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('339', '6', '2424', '14', '2006-08-27 00:06:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('340', '5', '2805', '35', '2006-08-28 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('341', '6', '2864', '15', '2006-08-28 00:01:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('342', '6', '2561', '10', '2006-08-29 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('343', '5', '2541', '17', '2006-08-29 00:04:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('344', '5', '2283', '13', '2006-08-30 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('345', '6', '2256', '30', '2006-08-30 00:01:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('346', '5', '2701', '17', '2006-08-31 00:03:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('347', '6', '2771', '17', '2006-08-31 00:04:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('348', '6', '2305', '8', '2006-09-01 00:03:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('349', '5', '2207', '13', '2006-09-01 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('350', '5', '2712', '16', '2006-09-02 00:02:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('351', '6', '2664', '20', '2006-09-02 00:02:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('352', '5', '2016', '9', '2006-09-03 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('353', '6', '2021', '45', '2006-09-03 00:03:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('354', '5', '2784', '10', '2006-09-04 00:03:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('355', '6', '2718', '6', '2006-09-04 00:05:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('356', '6', '2886', '10', '2006-09-05 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('357', '5', '2822', '26', '2006-09-05 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('358', '6', '2211', '22', '2006-09-06 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('359', '5', '2197', '26', '2006-09-06 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('360', '5', '628', '5', '2006-09-07 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('361', '6', '611', '7', '2006-09-07 00:06:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('362', '6', '37', '0', '2006-09-08 12:41:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('363', '5', '43', '0', '2006-09-08 12:41:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('364', '6', '15', '0', '2006-09-11 11:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('365', '5', '15', '0', '2006-09-11 11:04:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('366', '6', '8', '0', '2006-09-14 16:05:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('367', '5', '9', '0', '2006-09-14 16:06:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('368', '6', '4', '0', '2006-09-15 18:10:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('369', '5', '7', '0', '2006-09-15 18:11:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('370', '6', '66', '0', '2006-09-18 10:53:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('371', '5', '41', '0', '2006-09-18 10:54:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('372', '6', '10', '0', '2006-09-20 10:07:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('373', '5', '6', '0', '2006-09-20 12:55:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('374', '6', '2', '0', '2006-10-05 15:44:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('375', '5', '1', '0', '2006-10-05 15:45:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('376', '5', '56', '0', '2006-10-07 18:55:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('377', '6', '57', '0', '2006-10-07 19:04:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('378', '5', '67', '0', '2006-10-09 16:35:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('379', '6', '69', '0', '2006-10-09 16:35:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('380', '6', '1', '0', '2006-10-11 01:56:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('381', '5', '1', '0', '2006-10-11 02:03:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('382', '6', '94', '0', '2006-10-14 10:15:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('383', '5', '99', '0', '2006-10-14 10:48:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('384', '6', '14', '0', '2006-10-16 15:14:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('385', '5', '13', '0', '2006-10-16 15:54:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('386', '6', '98', '0', '2006-10-17 11:12:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('387', '5', '100', '0', '2006-10-17 11:12:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('388', '5', '32', '0', '2006-10-18 11:59:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('389', '6', '32', '0', '2006-10-18 12:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('392', '5', '18', '0', '2006-10-20 03:26:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('393', '6', '20', '0', '2006-10-20 03:27:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('394', '5', '29', '0', '2006-10-21 00:15:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('395', '6', '30', '0', '2006-10-21 00:45:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('396', '5', '13', '0', '2006-10-22 02:29:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('397', '6', '24', '0', '2006-10-22 02:29:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('398', '6', '10', '0', '2006-10-23 00:23:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('399', '5', '10', '0', '2006-10-23 19:45:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('400', '6', '1', '0', '2006-10-25 10:50:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('401', '6', '15', '1', '2006-10-26 08:37:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('402', '5', '14', '0', '2006-10-26 12:46:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('403', '6', '1', '0', '2006-10-27 11:25:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('404', '6', '31', '1', '2006-10-28 04:25:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('405', '5', '29', '2', '2006-10-28 04:28:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('406', '5', '11', '0', '2006-10-29 01:05:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('407', '6', '4', '0', '2006-10-29 01:11:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('408', '5', '14', '1', '2006-10-30 04:59:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('409', '6', '18', '1', '2006-10-30 10:33:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('410', '6', '3', '0', '2006-10-31 00:31:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('411', '5', '7', '0', '2006-10-31 02:25:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('412', '5', '20', '1', '2006-11-01 06:48:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('413', '6', '17', '1', '2006-11-01 19:56:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('414', '6', '11', '0', '2006-11-02 02:51:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('415', '5', '6', '0', '2006-11-02 03:03:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('416', '5', '15', '0', '2006-11-03 01:12:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('417', '6', '13', '1', '2006-11-03 04:03:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('418', '5', '14', '1', '2006-11-04 00:41:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('419', '6', '14', '2', '2006-11-04 07:56:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('420', '6', '16', '1', '2006-11-05 02:08:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('421', '5', '20', '1', '2006-11-05 03:26:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('422', '5', '25', '1', '2006-11-06 00:15:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('423', '6', '17', '0', '2006-11-06 01:31:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('424', '5', '14', '1', '2006-11-07 02:33:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('425', '6', '7', '1', '2006-11-07 02:34:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('426', '6', '33', '4', '2006-11-08 00:19:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('427', '5', '43', '1', '2006-11-08 01:53:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('428', '5', '20', '0', '2006-11-09 02:36:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('429', '6', '14', '0', '2006-11-09 04:51:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('430', '6', '21', '2', '2006-11-10 00:10:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('431', '5', '18', '2', '2006-11-10 01:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('432', '6', '3', '0', '2006-11-11 01:06:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('433', '5', '7', '0', '2006-11-11 12:42:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('434', '6', '32', '2', '2006-11-12 03:18:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('435', '5', '21', '1', '2006-11-12 03:48:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('436', '6', '13', '3', '2006-11-13 00:20:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('437', '5', '18', '1', '2006-11-13 00:54:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('438', '6', '19', '2', '2006-11-14 07:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('439', '5', '22', '2', '2006-11-14 07:20:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('440', '6', '45', '2', '2006-11-15 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('441', '5', '42', '3', '2006-11-15 00:23:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('442', '6', '33', '0', '2006-11-16 01:30:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('443', '5', '48', '0', '2006-11-16 02:32:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('444', '6', '13', '0', '2006-11-17 00:02:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('445', '5', '5', '1', '2006-11-17 03:53:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('446', '5', '13', '1', '2006-11-18 01:21:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('447', '6', '17', '3', '2006-11-18 02:27:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('448', '5', '37', '0', '2006-11-19 00:12:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('449', '6', '36', '5', '2006-11-19 00:16:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('450', '6', '31', '0', '2006-11-20 00:50:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('451', '5', '32', '4', '2006-11-20 04:03:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('452', '5', '19', '1', '2006-11-21 00:12:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('453', '6', '16', '0', '2006-11-21 02:26:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('454', '5', '21', '0', '2006-11-22 01:04:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('455', '6', '13', '5', '2006-11-22 10:29:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('456', '6', '27', '0', '2006-11-23 00:53:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('457', '5', '38', '3', '2006-11-23 01:25:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('458', '5', '42', '5', '2006-11-24 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('459', '6', '42', '3', '2006-11-24 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('460', '6', '13', '2', '2006-11-25 01:26:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('461', '5', '20', '0', '2006-11-25 01:52:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('462', '6', '39', '2', '2006-11-26 00:44:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('463', '5', '29', '2', '2006-11-26 01:48:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('464', '6', '12', '5', '2006-11-27 00:04:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('465', '5', '16', '0', '2006-11-27 02:33:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('466', '6', '7', '1', '2006-11-28 00:22:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('467', '5', '16', '2', '2006-11-28 05:07:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('468', '6', '27', '3', '2006-11-29 03:08:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('469', '5', '22', '4', '2006-11-29 06:56:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('470', '6', '54', '3', '2006-11-30 00:30:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('471', '5', '36', '0', '2006-11-30 01:17:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('472', '5', '21', '1', '2006-12-01 00:13:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('473', '6', '14', '4', '2006-12-01 00:20:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('474', '6', '27', '1', '2006-12-02 00:06:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('475', '5', '36', '3', '2006-12-02 00:55:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('476', '5', '17', '4', '2006-12-03 00:14:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('477', '6', '14', '1', '2006-12-03 00:20:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('478', '5', '40', '2', '2006-12-04 00:01:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('479', '6', '36', '0', '2006-12-04 03:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('480', '6', '30', '1', '2006-12-05 00:55:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('481', '5', '30', '2', '2006-12-05 00:59:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('482', '6', '21', '5', '2006-12-06 02:29:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('483', '5', '19', '1', '2006-12-06 04:14:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('484', '6', '36', '2', '2006-12-07 01:20:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('485', '5', '27', '1', '2006-12-07 01:29:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('486', '5', '24', '2', '2006-12-08 01:22:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('487', '6', '23', '0', '2006-12-08 04:25:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('488', '6', '28', '3', '2006-12-09 00:15:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('489', '5', '32', '7', '2006-12-09 02:17:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('490', '6', '28', '3', '2006-12-10 02:31:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('491', '5', '32', '11', '2006-12-10 03:01:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('492', '6', '24', '7', '2006-12-11 00:25:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('493', '5', '35', '0', '2006-12-11 00:44:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('494', '5', '21', '0', '2006-12-12 00:22:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('495', '6', '22', '1', '2006-12-12 00:32:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('496', '6', '2', '0', '2000-12-17 07:05:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('497', '5', '1', '0', '2000-12-17 07:08:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('498', '5', '54', '11', '2006-12-13 01:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('499', '6', '69', '2', '2006-12-13 01:49:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('500', '6', '40', '2', '2006-12-14 00:50:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('501', '5', '42', '1', '2006-12-14 01:37:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('502', '5', '51', '3', '2006-12-15 02:50:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('503', '6', '39', '6', '2006-12-15 03:19:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('504', '5', '30', '3', '2006-12-16 00:44:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('505', '6', '44', '0', '2006-12-16 00:56:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('506', '6', '39', '3', '2006-12-17 01:36:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('507', '5', '57', '1', '2006-12-17 01:41:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('508', '5', '41', '10', '2006-12-18 00:10:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('509', '6', '47', '3', '2006-12-18 00:33:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('510', '5', '67', '1', '2006-12-19 00:39:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('511', '6', '70', '1', '2006-12-19 00:53:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('512', '5', '28', '1', '2006-12-20 00:19:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('513', '6', '49', '2', '2006-12-20 00:37:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('514', '5', '45', '3', '2006-12-21 00:11:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('515', '6', '53', '3', '2006-12-21 00:47:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('516', '6', '46', '3', '2006-12-22 00:30:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('517', '5', '48', '1', '2006-12-22 00:42:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('518', '5', '67', '1', '2006-12-23 00:06:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('519', '6', '72', '4', '2006-12-23 00:36:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('520', '5', '43', '5', '2006-12-24 00:03:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('521', '6', '41', '1', '2006-12-24 00:36:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('522', '6', '49', '3', '2006-12-25 00:31:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('523', '5', '41', '2', '2006-12-25 02:12:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('524', '6', '68', '1', '2006-12-26 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('525', '5', '87', '2', '2006-12-26 00:55:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('526', '6', '50', '1', '2006-12-27 00:31:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('527', '5', '41', '2', '2006-12-27 01:07:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('528', '6', '59', '1', '2006-12-28 00:21:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('529', '5', '48', '0', '2006-12-28 00:27:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('530', '5', '70', '0', '2006-12-29 00:16:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('531', '5', '70', '0', '2006-12-29 00:16:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('532', '6', '63', '2', '2006-12-29 00:16:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('533', '5', '28', '2', '2006-12-30 00:00:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('534', '6', '33', '2', '2006-12-30 01:05:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('535', '6', '36', '1', '2006-12-31 01:33:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('536', '5', '32', '2', '2006-12-31 01:51:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('537', '6', '108', '0', '2007-01-01 00:33:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('538', '5', '98', '3', '2007-01-01 01:28:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('539', '6', '76', '4', '2007-01-02 00:13:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('540', '5', '64', '1', '2007-01-02 00:22:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('541', '5', '77', '4', '2007-01-03 00:11:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('542', '6', '48', '1', '2007-01-03 00:27:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('543', '6', '42', '1', '2007-01-04 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('544', '5', '43', '1', '2007-01-04 00:12:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('545', '5', '47', '4', '2007-01-05 00:19:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('546', '6', '44', '2', '2007-01-05 00:24:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('547', '6', '67', '3', '2007-01-06 00:07:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('548', '5', '65', '2', '2007-01-06 01:55:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('549', '5', '94', '2', '2007-01-07 00:03:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('550', '6', '62', '0', '2007-01-07 00:41:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('551', '6', '51', '3', '2007-01-08 00:07:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('552', '5', '72', '2', '2007-01-08 00:17:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('553', '5', '71', '2', '2007-01-09 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('554', '6', '58', '3', '2007-01-09 00:03:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('555', '6', '59', '1', '2007-01-10 00:13:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('556', '5', '51', '1', '2007-01-10 00:17:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('557', '6', '53', '1', '2007-01-11 00:13:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('558', '5', '46', '0', '2007-01-11 00:28:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('559', '5', '46', '3', '2007-01-12 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('560', '6', '51', '0', '2007-01-12 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('561', '5', '77', '1', '2007-01-13 00:55:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('562', '6', '78', '3', '2007-01-13 03:38:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('563', '5', '125', '0', '2007-01-14 00:09:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('564', '6', '137', '2', '2007-01-14 00:23:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('565', '5', '110', '7', '2007-01-15 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('566', '6', '105', '1', '2007-01-15 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('567', '6', '85', '1', '2007-01-16 00:13:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('568', '5', '88', '1', '2007-01-16 00:26:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('569', '5', '104', '3', '2007-01-17 00:04:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('570', '6', '110', '0', '2007-01-17 00:04:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('571', '5', '74', '2', '2007-01-18 00:02:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('572', '6', '76', '3', '2007-01-18 00:05:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('573', '5', '71', '1', '2007-01-19 00:26:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('574', '6', '55', '1', '2007-01-19 00:28:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('575', '5', '36', '0', '2007-01-20 00:20:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('576', '6', '34', '0', '2007-01-20 00:37:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('577', '5', '20', '0', '2007-01-21 00:06:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('578', '6', '19', '0', '2007-01-21 00:09:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('579', '5', '38', '1', '2007-01-22 00:33:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('580', '6', '39', '0', '2007-01-22 00:37:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('581', '6', '42', '1', '2007-01-23 00:06:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('582', '5', '41', '1', '2007-01-23 00:10:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('583', '6', '80', '3', '2007-01-24 00:15:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('584', '5', '99', '7', '2007-01-24 00:16:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('585', '6', '109', '5', '2007-01-25 00:16:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('586', '5', '93', '2', '2007-01-25 00:29:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('587', '6', '77', '0', '2007-01-26 00:17:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('588', '5', '60', '2', '2007-01-26 00:40:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('589', '5', '49', '2', '2007-01-27 00:08:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('590', '6', '61', '1', '2007-01-27 00:29:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('591', '5', '43', '0', '2007-01-28 00:05:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('592', '6', '45', '1', '2007-01-28 00:39:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('593', '5', '60', '0', '2007-01-29 00:04:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('594', '6', '95', '3', '2007-01-29 00:12:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('595', '6', '64', '2', '2007-01-30 00:05:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('596', '5', '62', '4', '2007-01-30 00:19:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('597', '5', '32', '0', '2007-01-31 01:53:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('598', '6', '30', '0', '2007-01-31 03:26:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('599', '5', '27', '0', '2007-02-01 00:34:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('600', '6', '21', '1', '2007-02-01 06:19:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('601', '6', '34', '0', '2007-02-02 00:15:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('602', '5', '39', '3', '2007-02-02 02:15:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('603', '5', '14', '0', '2007-02-03 00:06:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('604', '6', '12', '0', '2007-02-03 00:41:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('605', '5', '24', '0', '2007-02-04 03:38:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('606', '6', '21', '3', '2007-02-04 06:24:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('607', '6', '21', '0', '2007-02-05 03:03:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('608', '5', '27', '3', '2007-02-05 03:44:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('609', '6', '34', '0', '2007-02-06 00:01:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('610', '5', '28', '3', '2007-02-06 00:07:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('611', '6', '72', '3', '2007-02-07 00:02:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('612', '5', '69', '3', '2007-02-07 00:21:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('613', '5', '63', '0', '2007-02-08 00:07:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('614', '6', '77', '1', '2007-02-08 00:27:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('615', '5', '42', '2', '2007-02-09 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('616', '6', '41', '1', '2007-02-09 02:26:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('617', '5', '32', '0', '2007-02-10 00:20:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('618', '6', '29', '0', '2007-02-10 03:25:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('619', '5', '4', '0', '2007-02-17 22:06:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('620', '6', '2', '0', '2007-02-17 22:26:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('621', '6', '14', '0', '2007-03-29 00:15:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('622', '5', '15', '0', '2007-03-29 00:15:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('623', '5', '6', '0', '2007-04-02 14:14:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('624', '6', '3', '0', '2007-04-04 17:57:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('625', '5', '2', '0', '2007-04-04 17:57:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('626', '5', '1', '0', '2007-04-05 12:28:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('627', '6', '1', '0', '2007-04-05 12:28:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('628', '5', '90', '0', '2007-04-07 12:51:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('629', '6', '78', '0', '2007-04-07 12:51:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('630', '5', '48', '0', '2007-04-08 11:48:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('631', '6', '56', '0', '2007-04-08 11:48:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('632', '6', '104', '0', '2007-04-09 12:13:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('633', '5', '92', '0', '2007-04-09 12:13:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('634', '5', '22', '0', '2007-04-10 01:49:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('635', '6', '15', '0', '2007-04-10 01:50:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('636', '6', '2', '0', '2007-04-13 15:52:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('637', '5', '2', '0', '2007-04-13 20:49:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('638', '5', '49', '0', '2007-04-14 02:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('639', '6', '41', '0', '2007-04-14 02:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('640', '5', '11', '0', '2007-04-15 09:28:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('641', '6', '7', '0', '2007-04-15 09:33:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('642', '6', '109', '3', '2007-04-16 05:10:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('643', '5', '95', '0', '2007-04-16 06:12:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('644', '6', '38', '0', '2007-04-17 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('645', '5', '21', '1', '2007-04-17 00:02:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('646', '6', '37', '0', '2007-04-18 06:41:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('647', '5', '35', '0', '2007-04-18 07:52:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('648', '5', '51', '0', '2007-04-19 00:18:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('649', '6', '67', '0', '2007-04-19 00:49:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('650', '5', '15', '0', '2007-04-20 00:43:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('651', '6', '9', '0', '2007-04-20 01:51:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('652', '5', '44', '1', '2007-04-21 00:07:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('653', '6', '29', '2', '2007-04-21 01:07:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('654', '6', '19', '0', '2007-04-22 00:17:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('655', '5', '11', '0', '2007-04-22 01:05:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('656', '5', '12', '1', '2007-04-23 00:36:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('657', '6', '12', '0', '2007-04-23 00:48:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('658', '6', '9', '1', '2007-04-24 01:51:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('659', '5', '11', '0', '2007-04-24 06:41:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('660', '6', '14', '1', '2007-04-25 03:09:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('661', '5', '11', '0', '2007-04-25 15:10:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('662', '5', '32', '0', '2007-04-26 02:50:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('663', '6', '34', '0', '2007-04-26 03:14:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('664', '5', '42', '0', '2007-04-27 00:04:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('665', '6', '33', '0', '2007-04-27 00:21:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('666', '5', '5', '1', '2007-04-28 01:22:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('667', '6', '10', '0', '2007-04-28 04:14:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('668', '6', '48', '0', '2007-04-29 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('669', '5', '42', '0', '2007-04-29 00:09:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('670', '5', '42', '0', '2007-04-30 00:27:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('671', '6', '29', '0', '2007-04-30 00:30:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('672', '5', '136', '1', '2007-05-01 00:06:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('673', '6', '123', '2', '2007-05-01 00:12:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('674', '5', '1', '0', '2000-04-28 20:29:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('675', '5', '15', '0', '2007-05-02 00:35:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('676', '6', '10', '0', '2007-05-02 00:35:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('677', '6', '27', '0', '2007-05-03 04:46:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('678', '5', '15', '0', '2007-05-03 07:01:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('679', '5', '116', '0', '2007-05-04 00:27:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('680', '6', '107', '0', '2007-05-04 00:30:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('681', '5', '12', '1', '2007-05-05 00:09:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('682', '6', '13', '0', '2007-05-05 01:09:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('683', '5', '38', '0', '2007-05-06 00:11:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('684', '6', '39', '1', '2007-05-06 00:12:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('685', '6', '18', '0', '2007-05-07 02:23:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('686', '5', '10', '0', '2007-05-07 04:09:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('687', '5', '126', '1', '2007-05-08 00:42:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('688', '6', '108', '2', '2007-05-08 01:15:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('689', '6', '21', '0', '2007-05-09 00:49:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('690', '5', '15', '0', '2007-05-09 02:20:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('691', '6', '45', '1', '2007-05-10 00:31:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('692', '5', '54', '1', '2007-05-10 00:32:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('693', '5', '47', '0', '2007-05-11 00:13:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('694', '6', '42', '0', '2007-05-11 02:31:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('695', '6', '26', '0', '2007-05-12 04:54:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('696', '5', '16', '0', '2007-05-12 08:12:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('697', '6', '19', '0', '2007-05-13 08:22:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('698', '5', '22', '0', '2007-05-13 08:22:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('699', '5', '27', '1', '2007-05-14 00:12:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('700', '6', '23', '1', '2007-05-14 01:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('701', '5', '14', '1', '2007-05-15 01:17:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('702', '6', '22', '0', '2007-05-15 03:49:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('703', '5', '5', '0', '2007-05-16 01:17:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('704', '6', '8', '1', '2007-05-16 04:41:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('705', '5', '5', '0', '2007-05-17 02:57:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('706', '6', '7', '0', '2007-05-17 02:58:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('707', '5', '10', '0', '2007-05-18 02:36:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('708', '6', '7', '0', '2007-05-18 04:47:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('709', '5', '40', '0', '2007-05-19 01:25:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('710', '6', '42', '1', '2007-05-19 04:41:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('711', '5', '56', '1', '2007-05-20 00:40:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('712', '6', '52', '0', '2007-05-20 02:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('713', '6', '17', '0', '2007-05-21 01:42:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('714', '5', '18', '0', '2007-05-21 01:42:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('715', '6', '25', '0', '2007-05-22 02:41:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('716', '5', '23', '0', '2007-05-22 02:42:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('717', '6', '41', '1', '2007-05-23 07:29:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('718', '5', '45', '1', '2007-05-23 08:46:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('719', '6', '19', '0', '2007-05-24 00:07:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('720', '5', '17', '0', '2007-05-24 01:04:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('721', '5', '45', '0', '2007-05-25 00:03:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('722', '6', '63', '1', '2007-05-25 01:22:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('723', '5', '25', '0', '2007-05-26 00:20:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('724', '6', '55', '0', '2007-05-26 00:21:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('725', '6', '52', '0', '2007-05-27 00:07:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('726', '5', '52', '0', '2007-05-27 00:22:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('727', '6', '50', '0', '2007-05-28 00:38:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('728', '5', '46', '0', '2007-05-28 00:38:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('729', '5', '26', '0', '2007-05-29 00:17:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('730', '6', '35', '0', '2007-05-29 02:48:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('731', '5', '78', '0', '2007-05-30 01:13:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('732', '6', '78', '0', '2007-05-30 01:16:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('733', '5', '64', '0', '2007-05-31 02:42:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('734', '6', '72', '0', '2007-05-31 02:42:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('735', '5', '22', '0', '2007-06-01 00:15:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('736', '6', '22', '1', '2007-06-01 00:18:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('737', '6', '6', '0', '2007-06-02 06:09:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('738', '5', '12', '0', '2007-06-02 10:25:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('739', '5', '52', '0', '2007-06-03 03:21:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('740', '6', '45', '0', '2007-06-03 06:21:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('741', '6', '77', '0', '2007-06-04 01:36:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('742', '5', '76', '0', '2007-06-04 01:54:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('743', '6', '26', '0', '2007-06-05 00:19:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('744', '5', '24', '0', '2007-06-05 00:26:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('745', '5', '46', '0', '2007-06-06 01:24:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('746', '6', '40', '0', '2007-06-06 01:24:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('747', '5', '19', '0', '2007-06-07 01:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('748', '6', '31', '0', '2007-06-07 01:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('749', '6', '36', '0', '2007-06-08 01:03:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('750', '5', '27', '0', '2007-06-08 01:03:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('751', '5', '47', '1', '2007-06-09 00:11:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('752', '6', '29', '0', '2007-06-09 00:25:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('753', '5', '80', '0', '2007-06-10 04:28:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('754', '6', '45', '0', '2007-06-10 07:17:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('755', '5', '84', '3', '2007-06-11 00:02:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('756', '6', '74', '1', '2007-06-11 00:54:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('757', '6', '67', '1', '2007-06-12 00:41:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('758', '5', '46', '1', '2007-06-12 00:44:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('759', '6', '57', '0', '2007-06-13 00:40:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('760', '5', '66', '0', '2007-06-13 00:43:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('761', '6', '46', '0', '2007-06-14 00:05:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('762', '5', '43', '1', '2007-06-14 00:15:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('763', '5', '73', '1', '2007-06-15 00:29:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('764', '6', '72', '2', '2007-06-15 01:54:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('765', '5', '28', '1', '2007-06-16 00:35:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('766', '6', '33', '0', '2007-06-16 04:20:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('767', '6', '33', '1', '2007-06-17 02:04:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('768', '5', '24', '0', '2007-06-17 05:36:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('769', '5', '28', '1', '2007-06-18 00:45:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('770', '6', '41', '0', '2007-06-18 01:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('771', '6', '37', '0', '2007-06-19 00:58:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('772', '5', '31', '0', '2007-06-19 01:27:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('773', '5', '58', '0', '2007-06-20 00:34:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('774', '6', '33', '0', '2007-06-20 02:44:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('775', '5', '58', '0', '2007-06-21 01:22:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('776', '6', '57', '0', '2007-06-21 05:10:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('777', '5', '20', '0', '2007-06-22 02:15:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('778', '6', '30', '1', '2007-06-22 02:54:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('779', '5', '37', '0', '2007-06-23 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('780', '6', '43', '0', '2007-06-23 00:04:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('781', '5', '28', '1', '2007-06-24 00:34:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('782', '6', '36', '0', '2007-06-24 00:48:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('783', '6', '52', '0', '2007-06-25 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('784', '5', '45', '0', '2007-06-25 00:55:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('785', '5', '39', '0', '2007-06-26 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('786', '6', '42', '1', '2007-06-26 00:04:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('787', '6', '29', '0', '2007-06-27 00:14:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('788', '5', '31', '1', '2007-06-27 01:41:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('789', '5', '31', '0', '2007-06-28 01:19:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('790', '6', '32', '0', '2007-06-28 02:53:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('791', '5', '116', '2', '2007-06-29 00:26:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('792', '6', '120', '2', '2007-06-29 01:22:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('793', '5', '102', '0', '2007-06-30 00:04:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('794', '6', '118', '0', '2007-06-30 00:05:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('795', '5', '40', '1', '2007-07-01 00:49:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('796', '6', '49', '4', '2007-07-01 01:32:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('797', '5', '50', '0', '2007-07-02 00:01:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('798', '6', '48', '0', '2007-07-02 00:13:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('799', '5', '89', '0', '2007-07-03 00:21:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('800', '6', '110', '1', '2007-07-03 01:18:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('801', '6', '77', '1', '2007-07-04 00:34:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('802', '5', '79', '2', '2007-07-04 00:40:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('803', '6', '160', '5', '2007-07-05 00:13:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('804', '5', '125', '5', '2007-07-05 00:31:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('805', '6', '48', '1', '2007-07-06 00:37:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('806', '5', '48', '0', '2007-07-06 00:45:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('807', '6', '38', '1', '2007-07-07 00:21:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('808', '5', '41', '0', '2007-07-07 01:04:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('809', '6', '75', '2', '2007-07-08 00:40:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('810', '5', '86', '0', '2007-07-08 00:51:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('811', '6', '87', '7', '2007-07-09 00:31:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('812', '5', '69', '3', '2007-07-09 00:31:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('813', '5', '194', '2', '2007-07-10 00:13:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('814', '6', '171', '2', '2007-07-10 02:18:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('815', '6', '85', '1', '2007-07-11 00:04:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('816', '5', '107', '1', '2007-07-11 00:54:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('817', '6', '78', '7', '2007-07-12 00:18:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('818', '5', '92', '5', '2007-07-12 01:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('819', '5', '84', '0', '2007-07-13 01:23:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('820', '6', '108', '0', '2007-07-13 01:58:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('821', '5', '79', '2', '2007-07-14 00:07:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('822', '6', '83', '1', '2007-07-14 00:46:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('823', '5', '96', '1', '2007-07-15 00:06:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('824', '6', '67', '3', '2007-07-15 00:45:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('825', '6', '156', '1', '2007-07-16 00:07:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('826', '5', '181', '0', '2007-07-16 00:37:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('827', '5', '96', '5', '2007-07-17 00:10:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('828', '6', '114', '6', '2007-07-17 00:28:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('829', '5', '127', '2', '2007-07-18 00:04:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('830', '6', '129', '1', '2007-07-18 00:11:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('831', '5', '72', '0', '2007-07-19 00:17:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('832', '6', '81', '0', '2007-07-19 00:30:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('833', '5', '58', '2', '2007-07-20 00:17:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('834', '6', '51', '0', '2007-07-20 00:20:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('835', '6', '131', '2', '2007-07-21 00:06:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('836', '5', '138', '8', '2007-07-21 00:07:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('837', '6', '45', '0', '2007-07-22 00:21:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('838', '5', '51', '1', '2007-07-22 01:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('839', '5', '44', '1', '2007-07-23 00:55:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('840', '6', '47', '1', '2007-07-23 04:47:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('841', '5', '44', '6', '2007-07-24 00:23:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('842', '6', '65', '9', '2007-07-24 00:44:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('843', '6', '166', '3', '2007-07-25 00:38:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('844', '5', '161', '1', '2007-07-25 02:44:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('845', '6', '96', '1', '2007-07-26 00:04:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('846', '5', '95', '0', '2007-07-26 00:13:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('847', '5', '74', '1', '2007-07-27 00:10:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('848', '6', '74', '1', '2007-07-27 00:46:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('849', '5', '76', '8', '2007-07-28 00:30:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('850', '6', '84', '7', '2007-07-28 01:52:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('851', '6', '101', '0', '2007-07-29 00:22:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('852', '5', '115', '0', '2007-07-29 01:26:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('853', '5', '37', '0', '2007-07-30 00:02:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('854', '6', '33', '0', '2007-07-30 00:20:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('855', '6', '93', '2', '2007-07-31 00:22:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('856', '5', '109', '3', '2007-07-31 00:58:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('857', '5', '122', '9', '2007-08-01 00:02:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('858', '6', '134', '9', '2007-08-01 00:27:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('859', '6', '158', '0', '2007-08-02 00:02:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('860', '5', '180', '1', '2007-08-02 00:12:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('861', '5', '82', '1', '2007-08-03 00:10:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('862', '6', '90', '0', '2007-08-03 00:11:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('863', '6', '82', '1', '2007-08-04 00:17:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('864', '5', '83', '1', '2007-08-04 00:44:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('865', '5', '103', '2', '2007-08-05 01:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('866', '6', '100', '2', '2007-08-05 01:10:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('867', '5', '71', '0', '2007-08-06 00:12:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('868', '6', '62', '0', '2007-08-06 00:38:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('869', '5', '102', '0', '2007-08-07 00:55:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('870', '6', '104', '0', '2007-08-07 02:06:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('871', '5', '99', '0', '2007-08-08 00:04:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('872', '6', '93', '0', '2007-08-08 00:45:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('873', '5', '114', '2', '2007-08-09 00:18:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('874', '6', '89', '1', '2007-08-09 00:19:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('875', '6', '141', '0', '2007-08-10 00:48:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('876', '5', '127', '1', '2007-08-10 00:49:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('877', '5', '41', '2', '2007-08-11 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('878', '6', '27', '1', '2007-08-11 02:56:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('879', '5', '118', '1', '2007-08-12 00:10:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('880', '6', '117', '1', '2007-08-12 00:12:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('881', '5', '50', '0', '2007-08-13 00:08:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('882', '6', '51', '0', '2007-08-13 00:29:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('883', '6', '60', '0', '2007-08-14 00:04:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('884', '5', '68', '1', '2007-08-14 00:04:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('885', '6', '174', '7', '2007-08-15 00:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('886', '5', '156', '9', '2007-08-15 00:27:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('887', '5', '92', '2', '2007-08-16 00:21:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('888', '6', '108', '0', '2007-08-16 00:52:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('889', '5', '128', '0', '2007-08-17 00:22:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('890', '6', '145', '4', '2007-08-17 00:33:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('891', '6', '57', '3', '2007-08-18 00:20:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('892', '5', '62', '1', '2007-08-18 01:27:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('893', '5', '115', '8', '2007-08-19 00:12:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('894', '6', '117', '3', '2007-08-19 00:13:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('895', '6', '147', '2', '2007-08-20 00:54:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('896', '5', '131', '1', '2007-08-20 01:23:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('897', '5', '118', '3', '2007-08-21 00:37:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('898', '6', '98', '3', '2007-08-21 00:54:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('899', '6', '135', '2', '2007-08-22 00:10:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('900', '5', '157', '2', '2007-08-22 00:21:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('901', '5', '118', '7', '2007-08-23 00:20:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('902', '6', '91', '0', '2007-08-23 01:20:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('903', '6', '62', '2', '2007-08-24 00:58:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('904', '5', '75', '0', '2007-08-24 01:03:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('905', '6', '67', '2', '2007-08-25 00:34:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('906', '5', '74', '1', '2007-08-25 00:37:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('907', '6', '43', '0', '2007-08-26 00:14:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('908', '5', '38', '0', '2007-08-26 00:51:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('909', '5', '107', '1', '2007-08-27 00:11:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('910', '6', '96', '2', '2007-08-27 00:17:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('911', '5', '70', '0', '2007-08-28 00:13:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('912', '6', '66', '1', '2007-08-28 00:46:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('913', '5', '109', '2', '2007-08-29 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('914', '6', '146', '4', '2007-08-29 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('915', '5', '139', '3', '2007-08-30 00:03:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('916', '6', '158', '1', '2007-08-30 00:06:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('917', '6', '122', '2', '2007-08-31 00:06:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('918', '5', '94', '2', '2007-08-31 00:06:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('919', '5', '111', '5', '2007-09-01 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('920', '6', '103', '1', '2007-09-01 00:18:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('921', '5', '51', '1', '2007-09-02 00:18:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('922', '6', '57', '3', '2007-09-02 00:33:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('923', '6', '117', '1', '2007-09-03 00:38:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('924', '5', '128', '0', '2007-09-03 00:50:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('925', '6', '29', '0', '2007-09-04 00:03:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('926', '5', '29', '0', '2007-09-04 00:57:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('927', '6', '145', '3', '2007-09-05 00:16:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('928', '5', '147', '3', '2007-09-05 00:19:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('929', '5', '268', '3', '2007-09-06 00:08:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('930', '6', '261', '2', '2007-09-06 00:21:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('931', '5', '138', '2', '2007-09-07 00:07:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('932', '6', '130', '2', '2007-09-07 00:13:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('933', '6', '112', '0', '2007-09-08 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('934', '5', '106', '3', '2007-09-08 00:30:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('935', '6', '103', '0', '2007-09-09 00:05:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('936', '5', '106', '0', '2007-09-09 00:44:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('937', '5', '145', '1', '2007-09-10 00:05:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('938', '6', '118', '8', '2007-09-10 00:12:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('939', '6', '73', '1', '2007-09-11 00:05:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('940', '5', '97', '4', '2007-09-11 00:16:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('941', '6', '109', '1', '2007-09-12 00:03:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('942', '5', '114', '0', '2007-09-12 00:21:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('943', '6', '171', '4', '2007-09-13 00:01:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('944', '5', '168', '6', '2007-09-13 00:53:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('945', '6', '127', '2', '2007-09-14 00:04:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('946', '5', '156', '0', '2007-09-14 00:23:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('947', '5', '86', '3', '2007-09-15 00:10:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('948', '6', '86', '1', '2007-09-15 00:14:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('949', '6', '82', '1', '2007-09-16 00:03:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('950', '5', '65', '1', '2007-09-16 00:25:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('951', '5', '165', '1', '2007-09-17 00:07:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('952', '6', '137', '1', '2007-09-17 00:10:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('953', '5', '142', '0', '2007-09-18 00:13:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('954', '6', '151', '1', '2007-09-18 00:16:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('955', '5', '92', '1', '2007-09-19 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('956', '6', '107', '0', '2007-09-19 00:28:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('957', '6', '177', '3', '2007-09-20 00:23:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('958', '5', '195', '2', '2007-09-20 01:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('959', '6', '52', '0', '2007-09-21 00:07:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('960', '5', '54', '3', '2007-09-21 00:15:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('961', '6', '115', '1', '2007-09-22 00:03:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('962', '5', '92', '2', '2007-09-22 00:49:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('963', '6', '184', '3', '2007-09-23 00:04:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('964', '5', '199', '3', '2007-09-23 00:24:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('965', '5', '252', '6', '2007-09-24 00:09:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('966', '6', '286', '8', '2007-09-24 00:53:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('967', '6', '145', '2', '2007-09-25 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('968', '5', '138', '2', '2007-09-25 00:07:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('969', '5', '192', '2', '2007-09-26 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('970', '6', '175', '2', '2007-09-26 00:43:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('971', '6', '287', '2', '2007-09-27 00:08:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('972', '5', '246', '1', '2007-09-27 00:57:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('973', '6', '206', '1', '2007-09-28 00:11:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('974', '5', '193', '3', '2007-09-28 01:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('975', '5', '181', '3', '2007-09-29 00:05:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('976', '6', '198', '4', '2007-09-29 00:11:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('977', '6', '164', '0', '2007-09-30 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('978', '5', '171', '2', '2007-09-30 00:45:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('979', '6', '287', '5', '2007-10-01 00:08:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('980', '5', '317', '6', '2007-10-01 00:26:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('981', '5', '278', '5', '2007-10-02 00:14:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('982', '6', '263', '2', '2007-10-02 00:30:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('983', '6', '323', '4', '2007-10-03 00:06:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('984', '5', '296', '5', '2007-10-03 00:11:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('985', '5', '238', '4', '2007-10-04 00:01:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('986', '6', '263', '1', '2007-10-04 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('987', '6', '285', '6', '2007-10-05 00:29:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('988', '5', '299', '2', '2007-10-05 00:49:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('989', '5', '365', '3', '2007-10-06 00:06:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('990', '6', '377', '7', '2007-10-06 00:07:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('991', '5', '343', '5', '2007-10-07 00:07:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('992', '6', '320', '4', '2007-10-07 00:07:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('993', '5', '550', '4', '2007-10-08 00:06:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('994', '6', '542', '9', '2007-10-08 00:06:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('995', '5', '336', '6', '2007-10-09 00:01:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('996', '6', '320', '4', '2007-10-09 00:57:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('997', '6', '309', '6', '2007-10-10 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('998', '5', '283', '3', '2007-10-10 00:14:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('999', '6', '273', '3', '2007-10-11 00:03:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1000', '5', '243', '6', '2007-10-11 00:13:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1001', '5', '232', '5', '2007-10-12 00:02:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1002', '6', '236', '2', '2007-10-12 00:06:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1003', '6', '229', '2', '2007-10-13 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1004', '5', '254', '5', '2007-10-13 00:10:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1005', '6', '266', '6', '2007-10-14 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1006', '5', '298', '4', '2007-10-14 00:11:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1007', '6', '268', '4', '2007-10-15 00:09:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1008', '5', '275', '3', '2007-10-15 00:26:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1009', '6', '336', '3', '2007-10-16 00:10:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1010', '5', '355', '4', '2007-10-16 00:18:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1011', '6', '233', '2', '2007-10-17 01:05:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1012', '5', '196', '3', '2007-10-17 01:05:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1013', '6', '436', '9', '2007-10-18 00:02:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1014', '5', '438', '9', '2007-10-18 00:06:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1015', '6', '218', '3', '2007-10-19 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1016', '5', '227', '4', '2007-10-19 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1017', '5', '137', '1', '2007-10-20 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1018', '6', '165', '3', '2007-10-20 00:03:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1019', '6', '202', '3', '2007-10-21 00:01:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1020', '5', '245', '3', '2007-10-21 00:05:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1021', '5', '270', '6', '2007-10-22 00:10:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1022', '6', '228', '7', '2007-10-22 00:14:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1023', '6', '702', '18', '2007-10-23 00:10:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1024', '5', '678', '8', '2007-10-23 00:14:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1025', '6', '262', '1', '2007-10-24 00:42:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1026', '5', '229', '6', '2007-10-24 00:47:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1027', '5', '247', '2', '2007-10-25 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1028', '6', '237', '4', '2007-10-25 00:16:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1029', '5', '214', '6', '2007-10-26 00:01:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1030', '6', '226', '3', '2007-10-26 00:12:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1031', '6', '192', '1', '2007-10-27 01:52:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1032', '5', '209', '2', '2007-10-27 01:54:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1033', '6', '298', '5', '2007-10-28 00:09:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1034', '5', '282', '5', '2007-10-28 00:10:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1035', '6', '374', '3', '2007-10-29 00:13:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1036', '5', '418', '3', '2007-10-29 00:27:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1037', '5', '376', '3', '2007-10-30 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1038', '6', '392', '5', '2007-10-30 00:06:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1039', '5', '295', '4', '2007-10-31 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1040', '6', '243', '5', '2007-10-31 00:40:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1041', '6', '117', '4', '2007-11-01 00:06:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1042', '5', '122', '2', '2007-11-01 00:06:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1043', '5', '292', '4', '2007-11-02 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1044', '6', '258', '6', '2007-11-02 00:06:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1045', '5', '234', '0', '2007-11-03 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1046', '6', '241', '0', '2007-11-03 00:07:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1047', '5', '334', '3', '2007-11-04 00:10:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1048', '6', '324', '3', '2007-11-04 00:33:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1049', '6', '424', '6', '2007-11-05 00:39:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1050', '5', '413', '4', '2007-11-05 01:08:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1051', '5', '363', '3', '2007-11-06 00:01:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1052', '6', '383', '5', '2007-11-06 00:23:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1053', '6', '558', '8', '2007-11-07 00:06:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1054', '5', '569', '4', '2007-11-07 00:46:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1055', '6', '336', '4', '2007-11-08 00:01:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1056', '5', '356', '4', '2007-11-08 00:04:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1057', '5', '379', '10', '2007-11-09 00:01:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1058', '6', '334', '8', '2007-11-09 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1059', '5', '321', '4', '2007-11-10 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1060', '6', '314', '3', '2007-11-10 00:59:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1061', '6', '246', '0', '2007-11-11 00:01:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1062', '5', '267', '1', '2007-11-11 00:06:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1063', '6', '300', '4', '2007-11-12 00:02:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1064', '5', '318', '1', '2007-11-12 00:16:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1065', '6', '308', '4', '2007-11-13 00:13:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1066', '5', '326', '9', '2007-11-13 00:14:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1067', '6', '244', '2', '2007-11-14 00:03:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1068', '5', '278', '1', '2007-11-14 00:18:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1069', '5', '226', '2', '2007-11-15 00:17:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1070', '6', '209', '4', '2007-11-15 00:27:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1071', '5', '164', '3', '2007-11-16 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1072', '6', '166', '4', '2007-11-16 00:28:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1073', '5', '237', '5', '2007-11-17 00:15:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1074', '6', '245', '1', '2007-11-17 00:37:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1075', '6', '167', '3', '2007-11-18 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1076', '5', '146', '0', '2007-11-18 00:14:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1077', '6', '159', '3', '2007-11-19 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1078', '5', '139', '1', '2007-11-19 00:02:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1079', '6', '136', '0', '2007-11-20 00:04:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1080', '5', '147', '4', '2007-11-20 00:09:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1081', '6', '106', '3', '2007-11-21 00:12:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1082', '5', '110', '0', '2007-11-21 00:26:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1083', '6', '146', '1', '2007-11-22 00:12:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1084', '5', '135', '1', '2007-11-22 00:20:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1085', '6', '154', '2', '2007-11-23 00:05:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1086', '5', '163', '1', '2007-11-23 00:07:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1087', '6', '162', '0', '2007-11-24 00:22:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1088', '5', '144', '2', '2007-11-24 00:33:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1089', '6', '154', '1', '2007-11-25 00:03:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1090', '5', '125', '1', '2007-11-25 00:33:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1091', '5', '155', '1', '2007-11-26 00:04:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1092', '6', '133', '2', '2007-11-26 00:20:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1093', '6', '158', '1', '2007-11-27 00:03:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1094', '5', '190', '0', '2007-11-27 01:03:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1095', '5', '156', '1', '2007-11-28 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1096', '6', '123', '1', '2007-11-28 00:03:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1097', '5', '135', '0', '2007-11-29 00:20:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1098', '6', '132', '0', '2007-11-29 00:42:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1099', '6', '107', '1', '2007-11-30 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1100', '5', '105', '1', '2007-11-30 00:02:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1101', '6', '105', '1', '2007-12-01 00:13:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1102', '5', '117', '2', '2007-12-01 00:14:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1103', '5', '104', '0', '2007-12-02 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1104', '6', '112', '3', '2007-12-02 00:07:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1105', '6', '140', '1', '2007-12-03 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1106', '5', '139', '0', '2007-12-03 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1107', '5', '270', '1', '2007-12-04 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1108', '6', '276', '0', '2007-12-04 00:28:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1109', '5', '264', '0', '2007-12-05 00:02:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1110', '6', '239', '1', '2007-12-05 00:03:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1111', '5', '354', '0', '2007-12-06 00:02:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1112', '6', '326', '0', '2007-12-06 00:18:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1113', '6', '151', '1', '2007-12-07 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1114', '5', '143', '1', '2007-12-07 00:04:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1115', '5', '135', '1', '2007-12-08 00:46:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1116', '6', '123', '1', '2007-12-08 00:55:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1117', '6', '156', '2', '2007-12-09 04:44:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1118', '5', '128', '0', '2007-12-09 05:33:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1119', '6', '186', '0', '2007-12-10 00:09:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1120', '5', '211', '1', '2007-12-10 00:32:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1121', '6', '292', '1', '2007-12-11 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1122', '5', '277', '2', '2007-12-11 00:02:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1123', '5', '252', '4', '2007-12-12 00:03:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1124', '6', '244', '4', '2007-12-12 00:12:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1125', '5', '217', '3', '2007-12-13 01:06:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1126', '6', '226', '2', '2007-12-13 01:35:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1127', '5', '205', '2', '2007-12-14 00:32:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1128', '6', '191', '2', '2007-12-14 00:52:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1129', '6', '393', '4', '2007-12-15 00:11:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1130', '5', '389', '2', '2007-12-15 00:15:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1131', '6', '302', '2', '2007-12-16 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1132', '5', '277', '3', '2007-12-16 00:16:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1133', '6', '258', '0', '2007-12-17 00:06:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1134', '5', '247', '3', '2007-12-17 00:08:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1135', '6', '248', '4', '2007-12-18 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1136', '5', '297', '2', '2007-12-18 00:17:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1137', '5', '188', '2', '2007-12-19 00:09:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1138', '6', '228', '2', '2007-12-19 00:26:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1139', '6', '331', '6', '2007-12-20 00:01:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1140', '5', '330', '4', '2007-12-20 00:01:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1141', '6', '254', '3', '2007-12-21 00:04:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1142', '5', '219', '4', '2007-12-21 00:24:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1143', '6', '253', '2', '2007-12-22 00:04:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1144', '5', '260', '2', '2007-12-22 00:05:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1145', '5', '233', '3', '2007-12-23 00:05:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1146', '6', '242', '4', '2007-12-23 00:05:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1147', '6', '278', '2', '2007-12-24 00:02:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1148', '5', '225', '3', '2007-12-24 00:14:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1149', '6', '283', '3', '2007-12-25 00:08:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1150', '5', '287', '4', '2007-12-25 00:20:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1151', '6', '374', '2', '2007-12-26 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1152', '5', '361', '1', '2007-12-26 00:06:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1153', '5', '274', '4', '2007-12-27 00:03:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1154', '6', '331', '6', '2007-12-27 00:07:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1155', '5', '214', '1', '2007-12-28 00:03:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1156', '6', '203', '0', '2007-12-28 00:09:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1157', '5', '163', '2', '2007-12-29 00:05:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1158', '6', '188', '3', '2007-12-29 00:20:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1159', '5', '349', '3', '2007-12-30 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1160', '6', '327', '7', '2007-12-30 00:11:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1161', '6', '274', '8', '2007-12-31 00:06:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1162', '5', '286', '3', '2007-12-31 00:14:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1163', '6', '322', '2', '2008-01-01 00:03:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1164', '5', '324', '2', '2008-01-01 00:23:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1165', '6', '485', '3', '2008-01-02 00:02:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1166', '5', '453', '1', '2008-01-02 01:13:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1167', '5', '457', '3', '2008-01-03 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1168', '6', '492', '4', '2008-01-03 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1169', '6', '566', '2', '2008-01-04 00:02:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1170', '5', '531', '6', '2008-01-04 00:09:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1171', '6', '715', '8', '2008-01-05 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1172', '5', '741', '10', '2008-01-05 00:04:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1173', '5', '826', '12', '2008-01-06 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1174', '6', '773', '4', '2008-01-06 00:01:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1175', '5', '683', '5', '2008-01-07 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1176', '6', '684', '14', '2008-01-07 00:03:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1177', '5', '704', '7', '2008-01-08 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1178', '6', '716', '9', '2008-01-08 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1179', '6', '700', '5', '2008-01-09 00:03:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1180', '5', '677', '2', '2008-01-09 00:06:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1181', '5', '363', '9', '2008-01-10 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1182', '6', '382', '1', '2008-01-10 00:01:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1183', '5', '341', '6', '2008-01-11 00:13:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1184', '6', '366', '4', '2008-01-11 00:19:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1185', '6', '683', '4', '2008-01-12 00:03:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1186', '5', '662', '2', '2008-01-12 00:03:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1187', '5', '527', '8', '2008-01-13 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1188', '6', '524', '2', '2008-01-13 00:03:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1189', '6', '493', '2', '2008-01-14 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1190', '5', '462', '6', '2008-01-14 00:07:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1191', '6', '360', '3', '2008-01-15 00:02:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1192', '5', '414', '5', '2008-01-15 00:04:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1193', '6', '324', '1', '2008-01-16 00:05:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1194', '5', '340', '2', '2008-01-16 00:13:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1195', '6', '276', '4', '2008-01-17 00:06:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1196', '5', '276', '5', '2008-01-17 00:11:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1197', '5', '395', '2', '2008-01-18 00:03:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1198', '6', '362', '2', '2008-01-18 00:21:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1199', '5', '304', '4', '2008-01-19 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1200', '6', '314', '3', '2008-01-19 00:06:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1201', '5', '281', '2', '2008-01-20 00:12:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1202', '6', '237', '2', '2008-01-20 00:47:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1203', '5', '323', '3', '2008-01-21 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1204', '6', '312', '2', '2008-01-21 00:23:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1205', '6', '232', '4', '2008-01-22 00:03:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1206', '5', '200', '3', '2008-01-22 00:04:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1207', '6', '203', '0', '2008-01-23 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1208', '5', '219', '1', '2008-01-23 00:01:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1209', '6', '208', '1', '2008-01-24 00:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1210', '5', '218', '0', '2008-01-24 00:10:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1211', '6', '219', '2', '2008-01-25 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1212', '5', '229', '0', '2008-01-25 00:00:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1213', '5', '323', '4', '2008-01-26 00:10:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1214', '6', '331', '4', '2008-01-26 00:18:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1215', '6', '385', '3', '2008-01-27 00:17:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1216', '5', '378', '3', '2008-01-27 00:17:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1217', '6', '325', '0', '2008-01-28 00:03:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1218', '5', '338', '0', '2008-01-28 00:23:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1219', '5', '334', '2', '2008-01-29 00:03:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1220', '6', '328', '8', '2008-01-29 00:05:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1221', '5', '308', '1', '2008-01-30 00:02:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1222', '6', '278', '1', '2008-01-30 00:09:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1223', '5', '213', '2', '2008-01-31 00:03:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1224', '6', '247', '2', '2008-01-31 00:10:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1225', '5', '239', '0', '2008-02-01 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1226', '6', '275', '2', '2008-02-01 00:03:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1227', '6', '168', '2', '2008-02-02 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1228', '5', '166', '0', '2008-02-02 00:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1229', '5', '250', '1', '2008-02-03 00:09:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1230', '6', '242', '3', '2008-02-03 00:22:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1231', '5', '480', '2', '2008-02-04 00:11:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1232', '6', '479', '1', '2008-02-04 00:12:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1233', '5', '311', '0', '2008-02-05 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1234', '6', '310', '2', '2008-02-05 00:09:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1235', '6', '205', '0', '2008-02-06 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1236', '5', '224', '2', '2008-02-06 00:06:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1237', '6', '262', '2', '2008-02-07 00:07:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1238', '5', '250', '4', '2008-02-07 00:21:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1239', '6', '166', '1', '2008-02-08 00:10:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1240', '5', '180', '1', '2008-02-08 00:23:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1241', '6', '292', '8', '2008-02-09 00:05:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1242', '5', '268', '1', '2008-02-09 00:07:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1243', '5', '285', '4', '2008-02-10 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1244', '6', '273', '2', '2008-02-10 00:06:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1245', '5', '283', '1', '2008-02-11 00:18:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1246', '6', '260', '0', '2008-02-11 00:40:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1247', '6', '183', '0', '2008-02-12 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1248', '5', '207', '0', '2008-02-12 00:04:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1249', '5', '253', '2', '2008-02-13 00:09:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1250', '6', '238', '0', '2008-02-13 00:10:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1251', '5', '290', '2', '2008-02-14 00:04:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1252', '6', '279', '3', '2008-02-14 00:11:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1253', '5', '235', '3', '2008-02-15 00:04:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1254', '6', '219', '0', '2008-02-15 00:16:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1255', '5', '158', '0', '2008-02-16 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1256', '6', '184', '1', '2008-02-16 00:21:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1257', '6', '201', '2', '2008-02-17 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1258', '5', '252', '2', '2008-02-17 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1259', '6', '240', '2', '2008-02-18 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1260', '5', '256', '2', '2008-02-18 00:07:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1261', '5', '355', '2', '2008-02-19 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1262', '6', '396', '3', '2008-02-19 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1263', '5', '309', '1', '2008-02-20 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1264', '6', '310', '3', '2008-02-20 00:06:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1265', '6', '247', '3', '2008-02-21 00:02:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1266', '5', '246', '0', '2008-02-21 00:10:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1267', '6', '174', '0', '2008-02-22 00:06:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1268', '5', '173', '3', '2008-02-22 00:22:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1269', '6', '275', '2', '2008-02-23 00:01:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1270', '5', '259', '2', '2008-02-23 00:46:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1271', '6', '270', '0', '2008-02-24 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1272', '5', '261', '1', '2008-02-24 00:09:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1273', '6', '267', '1', '2008-02-25 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1274', '5', '252', '1', '2008-02-25 00:07:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1275', '5', '209', '2', '2008-02-26 00:31:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1276', '6', '203', '3', '2008-02-26 01:25:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1277', '5', '293', '2', '2008-02-27 00:02:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1278', '6', '308', '3', '2008-02-27 00:13:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1279', '5', '203', '0', '2008-02-28 00:11:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1280', '6', '247', '0', '2008-02-28 00:11:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1281', '6', '191', '0', '2008-02-29 00:01:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1282', '5', '198', '1', '2008-02-29 00:12:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1283', '6', '214', '2', '2008-03-01 00:02:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1284', '5', '220', '1', '2008-03-01 00:13:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1285', '5', '224', '3', '2008-03-02 00:06:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1286', '6', '222', '1', '2008-03-02 00:11:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1287', '5', '351', '0', '2008-03-03 00:21:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1288', '6', '408', '1', '2008-03-03 00:36:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1289', '5', '199', '2', '2008-03-04 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1290', '6', '217', '0', '2008-03-04 00:14:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1291', '6', '174', '2', '2008-03-05 00:29:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1292', '5', '192', '1', '2008-03-05 00:46:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1293', '5', '162', '0', '2008-03-06 00:15:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1294', '6', '152', '0', '2008-03-06 00:53:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1295', '5', '251', '3', '2008-03-07 00:05:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1296', '6', '250', '0', '2008-03-07 00:07:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1297', '5', '361', '2', '2008-03-08 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1298', '6', '359', '3', '2008-03-08 00:05:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1299', '6', '296', '2', '2008-03-09 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1300', '5', '283', '0', '2008-03-09 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1301', '5', '372', '2', '2008-03-10 00:01:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1302', '6', '354', '5', '2008-03-10 00:05:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1303', '6', '280', '2', '2008-03-11 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1304', '5', '269', '1', '2008-03-11 00:04:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1305', '5', '169', '0', '2008-03-12 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1306', '6', '206', '0', '2008-03-12 00:07:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1307', '5', '281', '3', '2008-03-13 00:33:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1308', '6', '284', '2', '2008-03-13 00:34:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1309', '5', '284', '1', '2008-03-14 00:14:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1310', '6', '290', '2', '2008-03-14 00:16:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1311', '5', '311', '0', '2008-03-15 00:02:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1312', '6', '330', '1', '2008-03-15 00:07:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1313', '5', '346', '3', '2008-03-16 00:01:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1314', '6', '368', '5', '2008-03-16 00:04:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1315', '5', '351', '2', '2008-03-17 00:05:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1316', '6', '349', '4', '2008-03-17 00:05:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1317', '6', '559', '5', '2008-03-18 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1318', '5', '620', '10', '2008-03-18 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1319', '6', '196', '1', '2008-03-19 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1320', '5', '173', '1', '2008-03-19 00:07:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1321', '6', '289', '1', '2008-03-20 00:01:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1322', '5', '292', '2', '2008-03-20 00:19:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1323', '6', '136', '1', '2008-03-21 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1324', '5', '145', '0', '2008-03-21 00:46:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1325', '6', '425', '9', '2008-03-22 00:01:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1326', '5', '515', '7', '2008-03-22 00:04:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1327', '6', '259', '3', '2008-03-23 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1328', '5', '269', '5', '2008-03-23 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1329', '6', '417', '4', '2008-03-24 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1330', '5', '440', '5', '2008-03-24 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1331', '5', '1789', '30', '2008-03-25 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1332', '6', '1771', '28', '2008-03-25 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1333', '5', '995', '20', '2008-03-26 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1334', '6', '1094', '21', '2008-03-26 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1335', '5', '612', '9', '2008-03-27 00:05:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1336', '6', '656', '12', '2008-03-27 00:14:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1337', '6', '272', '4', '2008-03-28 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1338', '5', '339', '6', '2008-03-28 00:02:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1339', '6', '405', '2', '2008-03-29 00:03:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1340', '5', '389', '8', '2008-03-29 00:09:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1341', '6', '491', '5', '2008-03-30 00:05:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1342', '5', '477', '7', '2008-03-30 00:27:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1343', '5', '555', '10', '2008-03-31 00:03:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1344', '6', '536', '8', '2008-03-31 00:16:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1345', '5', '608', '9', '2008-04-01 00:05:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1346', '6', '648', '6', '2008-04-01 00:10:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1347', '5', '601', '11', '2008-04-02 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1348', '6', '582', '8', '2008-04-02 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1349', '5', '816', '9', '2008-04-03 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1350', '6', '796', '12', '2008-04-03 00:04:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1351', '6', '576', '6', '2008-04-04 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1352', '5', '554', '7', '2008-04-04 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1353', '6', '436', '8', '2008-04-05 00:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1354', '5', '422', '5', '2008-04-05 00:02:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1355', '5', '424', '7', '2008-04-06 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1356', '6', '465', '5', '2008-04-06 00:08:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1357', '5', '402', '6', '2008-04-07 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1358', '6', '392', '5', '2008-04-07 00:04:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1359', '6', '423', '7', '2008-04-08 00:11:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1360', '5', '393', '6', '2008-04-08 00:12:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1361', '5', '465', '10', '2008-04-09 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1362', '6', '433', '8', '2008-04-09 00:01:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1363', '6', '416', '8', '2008-04-10 00:08:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1364', '5', '395', '9', '2008-04-10 00:09:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1365', '6', '419', '7', '2008-04-11 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1366', '5', '396', '10', '2008-04-11 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1367', '5', '310', '8', '2008-04-12 00:05:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1368', '6', '294', '6', '2008-04-12 00:16:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1369', '6', '347', '6', '2008-04-13 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1370', '5', '374', '3', '2008-04-13 00:06:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1371', '6', '417', '7', '2008-04-14 00:04:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1372', '5', '431', '4', '2008-04-14 00:04:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1373', '6', '371', '7', '2008-04-15 00:01:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1374', '5', '349', '7', '2008-04-15 00:22:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1375', '6', '282', '7', '2008-04-16 00:03:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1376', '5', '282', '9', '2008-04-16 00:08:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1377', '5', '266', '6', '2008-04-17 00:09:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1378', '6', '268', '3', '2008-04-17 00:14:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1379', '6', '323', '9', '2008-04-18 00:07:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1380', '5', '333', '2', '2008-04-18 00:12:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1381', '5', '191', '8', '2008-04-19 00:06:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1382', '6', '186', '5', '2008-04-19 00:16:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1383', '5', '376', '3', '2008-04-20 00:03:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1384', '6', '365', '3', '2008-04-20 00:04:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1385', '6', '268', '4', '2008-04-21 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1386', '5', '283', '2', '2008-04-21 00:04:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1387', '5', '275', '8', '2008-04-22 00:01:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1388', '6', '297', '4', '2008-04-22 00:02:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1389', '5', '225', '3', '2008-04-23 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1390', '6', '229', '2', '2008-04-23 00:03:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1391', '6', '220', '7', '2008-04-24 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1392', '5', '230', '5', '2008-04-24 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1393', '6', '153', '1', '2008-04-25 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1394', '5', '162', '3', '2008-04-25 00:06:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1395', '5', '131', '1', '2008-04-26 00:06:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1396', '6', '119', '3', '2008-04-26 00:08:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1397', '6', '210', '4', '2008-04-27 00:11:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1398', '5', '204', '7', '2008-04-27 00:18:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1399', '5', '150', '2', '2008-04-28 00:14:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1400', '6', '107', '7', '2008-04-28 00:18:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1401', '6', '200', '1', '2008-04-29 00:01:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1402', '5', '194', '1', '2008-04-29 00:05:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1403', '6', '142', '0', '2008-04-30 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1404', '5', '146', '1', '2008-04-30 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1405', '5', '256', '3', '2008-05-01 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1406', '6', '232', '8', '2008-05-01 00:10:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1407', '5', '285', '9', '2008-05-02 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1408', '6', '273', '5', '2008-05-02 00:09:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1409', '5', '364', '9', '2008-05-03 00:09:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1410', '6', '343', '8', '2008-05-03 00:12:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1411', '6', '423', '8', '2008-05-04 00:01:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1412', '5', '419', '8', '2008-05-04 00:02:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1413', '5', '235', '3', '2008-05-05 00:01:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1414', '6', '242', '8', '2008-05-05 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1415', '5', '337', '4', '2008-05-06 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1416', '6', '322', '5', '2008-05-06 00:27:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1417', '6', '299', '2', '2008-05-07 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1418', '5', '279', '5', '2008-05-07 00:02:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1419', '6', '252', '7', '2008-05-08 00:01:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1420', '5', '280', '10', '2008-05-08 00:20:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1421', '5', '206', '6', '2008-05-09 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1422', '6', '204', '3', '2008-05-09 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1423', '6', '299', '6', '2008-05-10 00:02:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1424', '5', '321', '7', '2008-05-10 00:12:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1425', '6', '361', '8', '2008-05-11 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1426', '5', '365', '16', '2008-05-11 00:04:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1427', '5', '315', '6', '2008-05-12 00:04:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1428', '6', '283', '2', '2008-05-12 00:08:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1429', '6', '388', '12', '2008-05-13 00:03:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1430', '5', '317', '8', '2008-05-13 00:20:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1431', '5', '379', '6', '2008-05-14 00:01:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1432', '6', '331', '7', '2008-05-14 00:22:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1433', '6', '437', '7', '2008-05-15 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1434', '5', '401', '6', '2008-05-15 00:05:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1435', '6', '413', '7', '2008-05-16 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1436', '5', '402', '7', '2008-05-16 00:02:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1437', '6', '371', '8', '2008-05-17 00:07:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1438', '5', '366', '14', '2008-05-17 00:21:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1439', '5', '427', '8', '2008-05-18 00:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1440', '6', '416', '9', '2008-05-18 00:02:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1441', '6', '294', '9', '2008-05-19 00:13:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1442', '5', '305', '8', '2008-05-19 00:16:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1443', '6', '368', '8', '2008-05-20 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1444', '5', '394', '8', '2008-05-20 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1445', '5', '240', '3', '2008-05-21 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1446', '6', '234', '5', '2008-05-21 00:18:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1447', '5', '728', '8', '2008-05-22 00:07:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1448', '6', '742', '6', '2008-05-22 00:13:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1449', '5', '360', '7', '2008-05-23 00:03:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1450', '6', '348', '11', '2008-05-23 00:05:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1451', '5', '334', '8', '2008-05-24 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1452', '6', '314', '9', '2008-05-24 00:29:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1453', '6', '251', '4', '2008-05-25 00:01:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1454', '5', '234', '5', '2008-05-25 00:25:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1455', '5', '262', '11', '2008-05-26 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1456', '6', '238', '7', '2008-05-26 00:14:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1457', '6', '280', '4', '2008-05-27 00:12:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1458', '5', '297', '5', '2008-05-27 00:23:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1459', '6', '335', '8', '2008-05-28 00:14:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1460', '5', '305', '7', '2008-05-28 00:39:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1461', '5', '261', '2', '2008-05-29 00:16:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1462', '6', '298', '4', '2008-05-29 00:22:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1463', '5', '213', '7', '2008-05-30 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1464', '6', '186', '7', '2008-05-30 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1465', '6', '338', '9', '2008-05-31 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1466', '5', '302', '5', '2008-05-31 00:58:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1467', '6', '250', '6', '2008-06-01 00:04:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1468', '5', '253', '12', '2008-06-01 00:05:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1469', '6', '179', '2', '2008-06-02 00:03:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1470', '5', '171', '3', '2008-06-02 00:18:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1471', '5', '213', '8', '2008-06-03 00:06:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1472', '6', '224', '5', '2008-06-03 00:06:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1473', '5', '270', '5', '2008-06-04 00:07:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1474', '6', '261', '9', '2008-06-04 00:19:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1475', '5', '451', '5', '2008-06-05 00:07:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1476', '6', '395', '7', '2008-06-05 00:08:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1477', '5', '319', '14', '2008-06-06 00:02:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1478', '6', '315', '6', '2008-06-06 00:16:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1479', '5', '268', '4', '2008-06-07 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1480', '6', '261', '5', '2008-06-07 00:09:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1481', '5', '275', '4', '2008-06-08 00:04:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1482', '6', '279', '4', '2008-06-08 00:22:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1483', '6', '225', '5', '2008-06-09 00:05:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1484', '5', '251', '4', '2008-06-09 00:07:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1485', '5', '498', '5', '2008-06-10 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1486', '6', '453', '4', '2008-06-10 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1487', '6', '279', '3', '2008-06-11 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1488', '5', '291', '8', '2008-06-11 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1489', '6', '527', '5', '2008-06-12 00:06:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1490', '5', '519', '5', '2008-06-12 00:11:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1491', '6', '388', '6', '2008-06-13 00:05:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1492', '5', '363', '2', '2008-06-13 00:06:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1493', '5', '395', '14', '2008-06-14 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1494', '6', '429', '3', '2008-06-14 00:08:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1495', '6', '537', '2', '2008-06-15 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1496', '5', '632', '1', '2008-06-15 00:01:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1497', '6', '416', '3', '2008-06-16 00:01:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1498', '5', '480', '5', '2008-06-16 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1499', '6', '895', '8', '2008-06-17 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1500', '5', '901', '7', '2008-06-17 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1501', '5', '1507', '7', '2008-06-18 00:15:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1502', '6', '1535', '3', '2008-06-18 00:27:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1503', '5', '453', '10', '2008-06-19 00:13:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1504', '6', '450', '8', '2008-06-19 00:21:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1505', '6', '288', '9', '2008-06-20 00:13:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1506', '5', '279', '4', '2008-06-20 00:16:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1507', '6', '170', '3', '2008-06-21 00:19:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1508', '5', '187', '11', '2008-06-21 00:40:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1509', '6', '171', '2', '2008-06-22 00:24:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1510', '5', '152', '1', '2008-06-22 00:54:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1511', '6', '362', '5', '2008-06-23 00:08:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1512', '5', '391', '4', '2008-06-23 00:08:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1513', '6', '316', '7', '2008-06-24 00:02:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1514', '5', '300', '7', '2008-06-24 00:07:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1515', '6', '264', '4', '2008-06-25 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1516', '5', '234', '6', '2008-06-25 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1517', '6', '185', '0', '2008-06-26 00:03:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1518', '5', '189', '1', '2008-06-26 00:04:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1519', '5', '392', '6', '2008-06-27 00:02:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1520', '6', '361', '8', '2008-06-27 00:05:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1521', '5', '827', '14', '2008-06-28 00:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1522', '6', '871', '12', '2008-06-28 00:10:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1523', '5', '368', '3', '2008-06-29 00:03:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1524', '6', '384', '4', '2008-06-29 00:26:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1525', '5', '371', '1', '2008-06-30 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1526', '6', '382', '4', '2008-06-30 00:01:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1527', '6', '489', '12', '2008-07-01 00:11:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1528', '5', '509', '7', '2008-07-01 00:18:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1529', '5', '358', '5', '2008-07-02 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1530', '6', '353', '4', '2008-07-02 00:03:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1531', '5', '385', '5', '2008-07-03 00:05:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1532', '6', '383', '5', '2008-07-03 00:06:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1533', '5', '435', '2', '2008-07-04 00:04:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1534', '6', '413', '10', '2008-07-04 00:12:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1535', '5', '325', '2', '2008-07-05 00:08:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1536', '6', '275', '4', '2008-07-05 00:15:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1537', '6', '435', '13', '2008-07-06 00:04:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1538', '5', '429', '11', '2008-07-06 00:12:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1539', '5', '229', '4', '2008-07-07 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1540', '6', '234', '7', '2008-07-07 00:01:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1541', '5', '250', '4', '2008-07-08 00:15:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1542', '6', '237', '2', '2008-07-08 00:20:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1543', '5', '473', '11', '2008-07-09 00:07:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1544', '6', '447', '10', '2008-07-09 00:10:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1545', '5', '264', '7', '2008-07-10 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1546', '6', '307', '4', '2008-07-10 00:07:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1547', '6', '285', '5', '2008-07-11 00:01:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1548', '5', '295', '5', '2008-07-11 00:05:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1549', '6', '921', '3', '2008-07-12 00:04:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1550', '5', '987', '4', '2008-07-12 00:16:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1551', '5', '489', '2', '2008-07-13 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1552', '6', '484', '3', '2008-07-13 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1553', '5', '356', '4', '2008-07-14 00:13:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1554', '6', '346', '7', '2008-07-14 00:16:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1555', '5', '323', '2', '2008-07-15 00:04:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1556', '6', '301', '8', '2008-07-15 00:09:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1557', '6', '382', '5', '2008-07-16 00:17:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1558', '5', '378', '8', '2008-07-16 00:18:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1559', '5', '260', '5', '2008-07-17 00:02:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1560', '6', '264', '3', '2008-07-17 00:11:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1561', '6', '366', '6', '2008-07-18 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1562', '5', '372', '7', '2008-07-18 00:01:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1563', '5', '213', '4', '2008-07-19 00:04:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1564', '6', '228', '3', '2008-07-19 00:13:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1565', '5', '380', '7', '2008-07-20 00:15:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1566', '6', '337', '6', '2008-07-20 00:15:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1567', '5', '346', '7', '2008-07-21 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1568', '6', '388', '10', '2008-07-21 00:10:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1569', '5', '469', '4', '2008-07-22 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1570', '6', '447', '4', '2008-07-22 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1571', '6', '328', '10', '2008-07-23 00:04:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1572', '5', '327', '7', '2008-07-23 00:07:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1573', '6', '342', '4', '2008-07-24 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1574', '5', '378', '3', '2008-07-24 00:01:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1575', '5', '432', '5', '2008-07-25 00:03:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1576', '6', '396', '8', '2008-07-25 00:13:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1577', '5', '633', '6', '2008-07-26 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1578', '6', '554', '8', '2008-07-26 00:01:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1579', '5', '1483', '5', '2008-07-27 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1580', '6', '1469', '3', '2008-07-27 00:21:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1581', '5', '346', '5', '2008-07-28 00:02:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1582', '6', '311', '7', '2008-07-28 00:04:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1583', '5', '275', '11', '2008-07-29 00:05:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1584', '6', '271', '2', '2008-07-29 00:13:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1585', '5', '372', '4', '2008-07-30 00:16:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1586', '6', '331', '11', '2008-07-30 00:17:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1587', '5', '602', '6', '2008-07-31 00:07:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1588', '6', '596', '6', '2008-07-31 00:20:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1589', '5', '516', '8', '2008-08-01 00:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1590', '6', '572', '10', '2008-08-01 00:07:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1591', '5', '325', '3', '2008-08-02 00:00:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1592', '6', '341', '2', '2008-08-02 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1593', '5', '360', '7', '2008-08-03 00:01:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1594', '6', '361', '5', '2008-08-03 00:03:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1595', '5', '319', '5', '2008-08-04 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1596', '6', '308', '6', '2008-08-04 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1597', '5', '425', '8', '2008-08-05 00:06:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1598', '6', '424', '8', '2008-08-05 00:33:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1599', '6', '501', '6', '2008-08-06 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1600', '5', '443', '6', '2008-08-06 00:10:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1601', '5', '501', '14', '2008-08-07 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1602', '6', '462', '5', '2008-08-07 00:01:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1603', '5', '368', '5', '2008-08-08 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1604', '6', '385', '5', '2008-08-08 00:22:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1605', '5', '277', '5', '2008-08-09 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1606', '6', '277', '7', '2008-08-09 00:03:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1607', '5', '1724', '6', '2008-08-10 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1608', '6', '1695', '11', '2008-08-10 00:06:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1609', '6', '402', '5', '2008-08-11 00:06:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1610', '5', '393', '7', '2008-08-11 00:08:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1611', '5', '244', '5', '2008-08-12 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1612', '6', '239', '3', '2008-08-12 00:04:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1613', '6', '375', '8', '2008-08-13 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1614', '5', '383', '7', '2008-08-13 00:05:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1615', '6', '221', '9', '2008-08-14 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1616', '5', '215', '4', '2008-08-14 00:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1617', '5', '348', '6', '2008-08-15 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1618', '6', '353', '6', '2008-08-15 00:08:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1619', '6', '455', '7', '2008-08-16 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1620', '5', '453', '8', '2008-08-16 00:03:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1621', '5', '519', '7', '2008-08-17 00:04:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1622', '6', '520', '8', '2008-08-17 00:08:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1623', '6', '267', '6', '2008-08-18 00:06:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1624', '5', '267', '7', '2008-08-18 00:09:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1625', '6', '279', '9', '2008-08-19 00:06:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1626', '5', '265', '8', '2008-08-19 00:25:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1627', '6', '334', '8', '2008-08-20 00:01:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1628', '5', '284', '7', '2008-08-20 00:02:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1629', '5', '344', '2', '2008-08-21 00:11:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1630', '6', '286', '3', '2008-08-21 00:14:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1631', '5', '269', '13', '2008-08-22 00:02:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1632', '6', '269', '9', '2008-08-22 00:04:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1633', '6', '209', '4', '2008-08-23 00:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1634', '5', '201', '3', '2008-08-23 00:14:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1635', '6', '1156', '8', '2008-08-24 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1636', '5', '1159', '8', '2008-08-24 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1637', '6', '602', '2', '2008-08-25 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1638', '5', '625', '2', '2008-08-25 00:01:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1639', '6', '709', '9', '2008-08-26 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1640', '5', '668', '7', '2008-08-26 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1641', '6', '372', '11', '2008-08-27 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1642', '5', '392', '16', '2008-08-27 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1643', '6', '328', '5', '2008-08-28 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1644', '5', '295', '1', '2008-08-28 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1645', '5', '391', '7', '2008-08-29 00:04:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1646', '6', '352', '2', '2008-08-29 00:08:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1647', '5', '249', '8', '2008-08-30 00:01:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1648', '6', '233', '9', '2008-08-30 00:10:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1649', '5', '214', '2', '2008-08-31 00:06:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1650', '6', '200', '6', '2008-08-31 00:17:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1651', '6', '422', '5', '2008-09-01 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1652', '5', '422', '3', '2008-09-01 00:06:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1653', '5', '296', '4', '2008-09-02 00:02:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1654', '6', '305', '10', '2008-09-02 00:19:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1655', '5', '181', '4', '2008-09-03 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1656', '6', '163', '4', '2008-09-03 00:06:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1657', '6', '187', '3', '2008-09-04 00:15:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1658', '5', '193', '3', '2008-09-04 00:21:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1659', '6', '236', '4', '2008-09-05 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1660', '5', '225', '6', '2008-09-05 00:04:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1661', '6', '317', '5', '2008-09-06 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1662', '5', '288', '2', '2008-09-06 00:23:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1663', '6', '376', '5', '2008-09-07 00:03:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1664', '5', '352', '7', '2008-09-07 00:03:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1665', '5', '1457', '3', '2008-09-08 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1666', '6', '1491', '3', '2008-09-08 00:18:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1667', '5', '436', '2', '2008-09-09 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1668', '6', '434', '5', '2008-09-09 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1669', '6', '320', '3', '2008-09-10 00:03:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1670', '5', '275', '5', '2008-09-10 00:05:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1671', '5', '260', '6', '2008-09-11 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1672', '6', '251', '3', '2008-09-11 00:02:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1673', '5', '270', '1', '2008-09-12 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1674', '6', '272', '4', '2008-09-12 00:03:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1675', '5', '349', '8', '2008-09-13 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1676', '6', '340', '4', '2008-09-13 00:09:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1677', '5', '343', '6', '2008-09-14 00:02:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1678', '6', '356', '6', '2008-09-14 00:05:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1679', '6', '300', '4', '2008-09-15 00:01:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1680', '5', '325', '4', '2008-09-15 00:03:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1681', '6', '277', '4', '2008-09-16 00:12:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1682', '5', '312', '3', '2008-09-16 00:27:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1683', '5', '304', '3', '2008-09-17 00:03:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1684', '6', '373', '5', '2008-09-17 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1685', '5', '276', '7', '2008-09-18 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1686', '6', '276', '3', '2008-09-18 00:07:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1687', '6', '709', '4', '2008-09-19 00:04:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1688', '5', '759', '3', '2008-09-19 00:09:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1689', '5', '385', '10', '2008-09-20 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1690', '6', '401', '7', '2008-09-20 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1691', '5', '259', '2', '2008-09-21 00:04:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1692', '6', '296', '9', '2008-09-21 00:12:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1693', '6', '1468', '3', '2008-09-22 00:03:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1694', '5', '1426', '5', '2008-09-22 00:18:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1695', '6', '446', '9', '2008-09-23 00:01:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1696', '5', '432', '8', '2008-09-23 00:02:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1697', '5', '359', '6', '2008-09-24 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1698', '6', '364', '8', '2008-09-24 00:03:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1699', '6', '430', '5', '2008-09-25 00:01:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1700', '5', '474', '7', '2008-09-25 00:05:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1701', '5', '420', '7', '2008-09-26 00:07:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1702', '6', '400', '5', '2008-09-26 00:15:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1703', '6', '441', '7', '2008-09-27 00:08:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1704', '5', '453', '14', '2008-09-27 00:09:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1705', '6', '463', '7', '2008-09-28 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1706', '5', '424', '6', '2008-09-28 00:08:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1707', '5', '472', '7', '2008-09-29 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1708', '6', '496', '10', '2008-09-29 00:11:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1709', '6', '308', '6', '2008-09-30 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1710', '5', '280', '2', '2008-09-30 00:14:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1711', '5', '355', '6', '2008-10-01 00:05:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1712', '6', '324', '7', '2008-10-01 00:12:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1713', '6', '435', '11', '2008-10-02 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1714', '5', '428', '9', '2008-10-02 00:08:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1715', '6', '477', '9', '2008-10-03 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1716', '5', '428', '7', '2008-10-03 00:02:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1717', '6', '382', '5', '2008-10-04 00:02:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1718', '5', '368', '6', '2008-10-04 00:10:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1719', '5', '437', '8', '2008-10-05 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1720', '6', '496', '1', '2008-10-05 00:25:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1721', '5', '1276', '8', '2008-10-06 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1722', '6', '1331', '6', '2008-10-06 00:01:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1723', '5', '669', '4', '2008-10-07 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1724', '6', '743', '12', '2008-10-07 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1725', '5', '492', '4', '2008-10-08 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1726', '6', '533', '3', '2008-10-08 00:04:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1727', '5', '658', '7', '2008-10-09 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1728', '6', '666', '5', '2008-10-09 00:18:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1729', '6', '363', '7', '2008-10-10 00:05:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1730', '5', '393', '4', '2008-10-10 00:05:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1731', '5', '272', '3', '2008-10-11 00:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1732', '6', '260', '4', '2008-10-11 00:13:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1733', '6', '295', '3', '2008-10-12 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1734', '5', '338', '5', '2008-10-12 00:13:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1735', '6', '476', '16', '2008-10-13 00:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1736', '5', '447', '8', '2008-10-13 00:11:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1737', '6', '447', '10', '2008-10-14 00:14:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1738', '5', '493', '10', '2008-10-14 00:32:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1739', '6', '545', '9', '2008-10-15 00:03:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1740', '5', '529', '6', '2008-10-15 00:07:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1741', '6', '511', '9', '2008-10-16 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1742', '5', '513', '15', '2008-10-16 00:00:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1743', '5', '205', '3', '2008-10-17 00:07:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1744', '6', '211', '0', '2008-10-17 00:19:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1745', '6', '434', '6', '2008-10-18 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1746', '5', '423', '6', '2008-10-18 00:08:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1747', '5', '325', '3', '2008-10-19 00:04:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1748', '6', '324', '3', '2008-10-19 00:29:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1749', '5', '330', '5', '2008-10-20 00:00:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1750', '6', '267', '2', '2008-10-20 00:06:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1751', '6', '1382', '7', '2008-10-21 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1752', '5', '1376', '6', '2008-10-21 00:12:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1753', '5', '490', '9', '2008-10-22 00:03:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1754', '6', '487', '7', '2008-10-22 00:08:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1755', '6', '540', '4', '2008-10-23 00:01:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1756', '5', '492', '9', '2008-10-23 00:17:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1757', '6', '428', '10', '2008-10-24 00:03:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1758', '5', '398', '3', '2008-10-24 00:12:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1759', '6', '623', '17', '2008-10-25 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1760', '5', '667', '16', '2008-10-25 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1761', '5', '555', '14', '2008-10-26 00:06:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1762', '6', '521', '14', '2008-10-26 00:19:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1763', '5', '260', '2', '2008-10-27 00:23:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1764', '6', '235', '2', '2008-10-27 01:09:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1765', '6', '389', '4', '2008-10-28 00:06:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1766', '5', '366', '6', '2008-10-28 00:11:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1767', '6', '587', '8', '2008-10-29 00:04:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1768', '5', '608', '9', '2008-10-29 00:19:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1769', '5', '608', '9', '2008-10-29 00:19:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1770', '5', '786', '13', '2008-10-30 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1771', '6', '743', '17', '2008-10-30 00:04:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1772', '5', '243', '10', '2008-10-31 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1773', '6', '247', '6', '2008-10-31 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1774', '5', '361', '8', '2008-11-01 00:17:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1775', '6', '367', '14', '2008-11-01 00:26:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1776', '5', '431', '12', '2008-11-02 00:02:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1777', '6', '406', '11', '2008-11-02 00:28:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1778', '5', '317', '4', '2008-11-03 00:09:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1779', '6', '298', '4', '2008-11-03 00:10:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1780', '6', '1574', '7', '2008-11-04 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1781', '5', '1506', '10', '2008-11-04 00:07:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1782', '6', '302', '10', '2008-11-05 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1783', '5', '316', '11', '2008-11-05 00:14:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1784', '5', '399', '12', '2008-11-06 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1785', '6', '358', '19', '2008-11-06 00:29:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1786', '5', '418', '8', '2008-11-07 00:06:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1787', '6', '408', '11', '2008-11-07 00:11:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1788', '5', '497', '17', '2008-11-08 00:00:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1789', '6', '475', '20', '2008-11-08 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1790', '6', '369', '15', '2008-11-09 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1791', '5', '331', '9', '2008-11-09 00:02:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1792', '6', '441', '5', '2008-11-10 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1793', '5', '421', '6', '2008-11-10 00:15:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1794', '5', '351', '5', '2008-11-11 00:13:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1795', '6', '311', '3', '2008-11-11 00:31:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1796', '6', '328', '2', '2008-11-12 00:12:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1797', '5', '351', '6', '2008-11-12 00:22:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1798', '6', '650', '4', '2008-11-13 00:02:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1799', '5', '608', '5', '2008-11-13 00:28:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1800', '6', '308', '4', '2008-11-14 00:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1801', '5', '343', '6', '2008-11-14 00:08:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1802', '5', '404', '5', '2008-11-15 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1803', '6', '382', '5', '2008-11-15 00:02:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1804', '6', '394', '6', '2008-11-16 00:06:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1805', '5', '366', '7', '2008-11-16 00:08:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1806', '6', '362', '4', '2008-11-17 00:03:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1807', '5', '406', '4', '2008-11-17 00:05:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1808', '6', '2458', '12', '2008-11-18 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1809', '5', '2525', '4', '2008-11-18 00:12:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1810', '5', '2933', '3', '2008-11-19 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1811', '6', '2931', '6', '2008-11-19 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1812', '6', '599', '2', '2008-11-20 00:03:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1813', '5', '661', '3', '2008-11-20 00:09:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1814', '5', '576', '7', '2008-11-21 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1815', '6', '565', '2', '2008-11-21 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1816', '6', '556', '16', '2008-11-22 00:03:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1817', '5', '530', '16', '2008-11-22 00:05:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1818', '5', '431', '5', '2008-11-23 00:04:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1819', '6', '450', '4', '2008-11-23 00:08:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1820', '6', '350', '6', '2008-11-24 00:07:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1821', '5', '376', '3', '2008-11-24 00:12:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1822', '5', '392', '2', '2008-11-25 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1823', '6', '402', '6', '2008-11-25 00:04:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1824', '5', '355', '8', '2008-11-26 00:06:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1825', '6', '355', '9', '2008-11-26 00:11:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1826', '5', '331', '7', '2008-11-27 00:07:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1827', '6', '360', '9', '2008-11-27 00:08:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1828', '5', '444', '9', '2008-11-28 00:08:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1829', '6', '458', '5', '2008-11-28 00:12:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1830', '6', '408', '6', '2008-11-29 00:11:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1831', '5', '398', '10', '2008-11-29 00:23:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1832', '5', '666', '14', '2008-11-30 00:03:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1833', '5', '666', '14', '2008-11-30 00:03:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1834', '6', '638', '9', '2008-11-30 00:20:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1835', '5', '274', '5', '2008-12-01 00:06:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1836', '6', '259', '2', '2008-12-01 00:06:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1837', '5', '304', '2', '2008-12-02 07:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1838', '6', '346', '2', '2008-12-02 07:04:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1839', '5', '403', '7', '2008-12-03 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1840', '6', '394', '9', '2008-12-03 00:09:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1841', '5', '422', '9', '2008-12-04 00:07:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1842', '6', '420', '7', '2008-12-04 00:20:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1843', '6', '743', '9', '2008-12-05 00:26:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1844', '5', '655', '14', '2008-12-05 01:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1845', '5', '381', '3', '2008-12-06 00:05:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1846', '6', '433', '5', '2008-12-06 00:10:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1847', '6', '481', '6', '2008-12-07 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1848', '5', '472', '10', '2008-12-07 00:14:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1849', '5', '358', '1', '2008-12-08 00:03:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1850', '6', '315', '4', '2008-12-08 00:03:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1851', '6', '305', '3', '2008-12-09 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1852', '5', '328', '3', '2008-12-09 00:06:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1853', '6', '781', '2', '2008-12-10 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1854', '5', '756', '0', '2008-12-10 00:02:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1855', '5', '721', '5', '2008-12-11 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1856', '6', '790', '3', '2008-12-11 00:04:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1857', '6', '543', '5', '2008-12-12 00:01:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1858', '5', '544', '2', '2008-12-12 00:13:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1859', '5', '742', '3', '2008-12-13 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1860', '6', '784', '5', '2008-12-13 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1861', '5', '3328', '2', '2008-12-14 00:02:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1862', '6', '3349', '3', '2008-12-14 00:13:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1863', '5', '2105', '149', '2008-12-15 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1864', '6', '2158', '148', '2008-12-15 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1865', '6', '907', '3', '2008-12-16 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1866', '5', '873', '4', '2008-12-16 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1867', '5', '248', '4', '2008-12-17 00:04:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1868', '6', '272', '4', '2008-12-17 00:14:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1869', '5', '421', '3', '2008-12-18 00:03:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1870', '6', '456', '1', '2008-12-18 00:11:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1871', '5', '750', '8', '2008-12-19 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1872', '6', '775', '6', '2008-12-19 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1873', '6', '465', '6', '2008-12-20 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1874', '5', '433', '3', '2008-12-20 00:02:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1875', '5', '492', '6', '2008-12-21 00:04:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1876', '6', '459', '5', '2008-12-21 00:05:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1877', '5', '662', '2', '2008-12-22 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1878', '6', '738', '4', '2008-12-22 00:28:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1879', '5', '3450', '7', '2008-12-23 00:08:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1880', '6', '3535', '3', '2008-12-23 00:10:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1881', '5', '2307', '3', '2008-12-24 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1882', '6', '2191', '6', '2008-12-24 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1883', '5', '843', '2', '2008-12-25 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1884', '6', '836', '6', '2008-12-25 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1885', '6', '859', '5', '2008-12-26 00:03:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1886', '5', '882', '6', '2008-12-26 00:03:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1887', '6', '487', '2', '2008-12-27 00:02:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1888', '5', '441', '5', '2008-12-27 00:13:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1889', '5', '475', '4', '2008-12-28 00:02:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1890', '6', '524', '5', '2008-12-28 00:03:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1891', '6', '574', '5', '2008-12-29 00:04:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1892', '5', '582', '3', '2008-12-29 00:06:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1893', '6', '655', '7', '2008-12-30 00:02:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1894', '5', '641', '9', '2008-12-30 00:03:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1895', '5', '587', '6', '2008-12-31 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1896', '6', '614', '3', '2008-12-31 00:10:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1897', '5', '427', '2', '2009-01-01 00:21:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1898', '6', '463', '3', '2009-01-01 00:23:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1899', '5', '547', '4', '2009-01-02 00:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1900', '6', '497', '2', '2009-01-02 00:04:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1901', '6', '852', '2', '2009-01-03 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1902', '5', '864', '2', '2009-01-03 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1903', '6', '664', '5', '2009-01-04 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1904', '5', '680', '7', '2009-01-04 00:22:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1905', '5', '400', '12', '2009-01-05 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1906', '6', '396', '12', '2009-01-05 00:11:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1907', '6', '337', '4', '2009-01-06 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1908', '5', '393', '1', '2009-01-06 00:05:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1909', '5', '336', '4', '2009-01-07 00:06:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1910', '6', '334', '5', '2009-01-07 00:12:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1911', '6', '382', '2', '2009-01-08 00:05:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1912', '5', '426', '7', '2009-01-08 00:07:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1913', '5', '776', '3', '2009-01-09 00:09:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1914', '6', '780', '1', '2009-01-09 00:11:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1915', '6', '450', '2', '2009-01-10 00:02:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1916', '5', '465', '1', '2009-01-10 00:09:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1917', '5', '538', '1', '2009-01-11 00:03:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1918', '6', '559', '4', '2009-01-11 00:11:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1919', '5', '706', '3', '2009-01-12 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1920', '6', '721', '0', '2009-01-12 00:06:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1921', '5', '642', '3', '2009-01-13 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1922', '6', '662', '5', '2009-01-13 00:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1923', '6', '352', '2', '2009-01-14 00:02:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1924', '5', '374', '3', '2009-01-14 00:14:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1925', '5', '424', '10', '2009-01-15 00:02:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1926', '6', '434', '5', '2009-01-15 00:10:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1927', '6', '426', '4', '2009-01-16 00:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1928', '5', '406', '1', '2009-01-16 00:06:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1929', '5', '830', '7', '2009-01-17 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1930', '6', '799', '4', '2009-01-17 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1931', '6', '428', '3', '2009-01-18 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1932', '5', '409', '6', '2009-01-18 00:05:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1933', '5', '403', '2', '2009-01-19 00:03:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1934', '6', '412', '3', '2009-01-19 00:08:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1935', '5', '488', '3', '2009-01-20 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1936', '6', '445', '2', '2009-01-20 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1937', '6', '421', '5', '2009-01-21 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1938', '5', '462', '1', '2009-01-21 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1939', '6', '286', '2', '2009-01-22 00:02:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1940', '5', '277', '6', '2009-01-22 00:06:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1941', '6', '405', '4', '2009-01-23 00:09:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1942', '5', '439', '4', '2009-01-23 00:09:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1943', '6', '313', '3', '2009-01-24 00:11:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1944', '5', '301', '2', '2009-01-24 00:24:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1945', '6', '414', '4', '2009-01-25 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1946', '5', '411', '5', '2009-01-25 00:03:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1947', '6', '648', '5', '2009-01-26 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1948', '5', '593', '3', '2009-01-26 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1949', '6', '555', '5', '2009-01-27 00:04:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1950', '5', '569', '2', '2009-01-27 00:09:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1951', '5', '803', '1', '2009-01-28 00:02:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1952', '6', '844', '1', '2009-01-28 00:14:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1953', '5', '317', '6', '2009-01-29 00:06:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1954', '6', '290', '5', '2009-01-29 00:14:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1955', '6', '283', '3', '2009-01-30 00:07:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1956', '5', '266', '3', '2009-01-30 00:11:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1957', '6', '368', '5', '2009-01-31 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1958', '5', '343', '4', '2009-01-31 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1959', '5', '260', '18', '2009-02-01 00:06:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1960', '6', '285', '11', '2009-02-01 00:08:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1961', '5', '299', '2', '2009-02-02 00:16:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1962', '6', '266', '4', '2009-02-02 00:17:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1963', '5', '413', '3', '2009-02-03 00:04:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1964', '6', '460', '1', '2009-02-03 00:06:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1965', '5', '967', '2', '2009-02-04 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1966', '6', '959', '3', '2009-02-04 00:02:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1967', '6', '725', '2', '2009-02-05 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1968', '5', '739', '3', '2009-02-05 00:04:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1969', '5', '601', '2', '2009-02-06 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1970', '6', '554', '2', '2009-02-06 00:08:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1971', '5', '448', '4', '2009-02-07 00:21:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1972', '6', '433', '6', '2009-02-07 00:51:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1973', '5', '361', '7', '2009-02-08 00:00:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1974', '6', '365', '4', '2009-02-08 00:13:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1975', '5', '311', '0', '2009-02-09 00:01:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1976', '6', '342', '7', '2009-02-09 00:24:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1977', '6', '262', '3', '2009-02-10 00:07:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1978', '5', '278', '2', '2009-02-10 00:11:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1979', '6', '380', '0', '2009-02-11 00:03:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1980', '5', '397', '3', '2009-02-11 00:04:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1981', '6', '406', '3', '2009-02-12 00:08:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1982', '5', '367', '4', '2009-02-12 00:10:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1983', '6', '238', '4', '2009-02-13 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1984', '5', '231', '1', '2009-02-13 00:07:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1985', '5', '204', '3', '2009-02-14 00:14:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1986', '6', '177', '2', '2009-02-14 00:14:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1987', '6', '485', '5', '2009-02-15 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1988', '5', '484', '6', '2009-02-15 00:00:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1989', '5', '468', '4', '2009-02-16 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1990', '6', '461', '5', '2009-02-16 00:05:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1991', '5', '634', '3', '2009-02-17 00:03:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1992', '6', '568', '3', '2009-02-17 00:06:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1993', '6', '712', '2', '2009-02-18 00:11:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1994', '5', '644', '3', '2009-02-18 00:54:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1995', '5', '789', '3', '2009-02-19 00:05:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1996', '6', '784', '5', '2009-02-19 00:08:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1997', '5', '788', '4', '2009-02-20 00:06:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1998', '6', '745', '4', '2009-02-20 00:27:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1999', '6', '293', '5', '2009-02-21 00:15:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2000', '5', '319', '5', '2009-02-21 00:20:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2001', '6', '510', '9', '2009-02-22 00:04:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2002', '5', '537', '9', '2009-02-22 00:04:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2003', '5', '689', '7', '2009-02-23 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2004', '6', '656', '3', '2009-02-23 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2005', '6', '571', '7', '2009-02-24 00:01:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2006', '5', '594', '4', '2009-02-24 00:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2007', '5', '549', '3', '2009-02-25 00:01:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2008', '6', '570', '3', '2009-02-25 00:16:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2009', '5', '485', '5', '2009-02-26 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2010', '6', '483', '6', '2009-02-26 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2011', '6', '267', '1', '2009-02-27 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2012', '5', '278', '6', '2009-02-27 00:14:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2013', '5', '282', '1', '2009-02-28 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2014', '6', '269', '1', '2009-02-28 00:12:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2015', '5', '494', '7', '2009-03-01 00:09:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2016', '6', '481', '3', '2009-03-01 00:21:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2017', '6', '505', '6', '2009-03-02 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2018', '5', '511', '5', '2009-03-02 00:02:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2019', '5', '418', '5', '2009-03-03 00:04:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2020', '6', '415', '5', '2009-03-03 00:06:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2021', '6', '499', '10', '2009-03-04 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2022', '5', '511', '3', '2009-03-04 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2023', '5', '361', '7', '2009-03-05 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2024', '6', '344', '7', '2009-03-05 00:09:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2025', '5', '354', '3', '2009-03-06 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2026', '6', '346', '3', '2009-03-06 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2027', '5', '462', '4', '2009-03-07 00:04:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2028', '6', '452', '4', '2009-03-07 00:22:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2029', '6', '398', '6', '2009-03-08 00:02:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2030', '5', '387', '8', '2009-03-08 00:05:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2031', '5', '345', '2', '2009-03-09 00:07:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2032', '6', '329', '6', '2009-03-09 00:09:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2033', '5', '392', '6', '2009-03-10 00:01:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2034', '6', '366', '3', '2009-03-10 00:02:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2035', '6', '400', '3', '2009-03-11 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2036', '5', '447', '4', '2009-03-11 00:01:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2037', '5', '194', '6', '2009-03-12 00:00:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2038', '6', '219', '3', '2009-03-12 00:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2039', '6', '288', '9', '2009-03-13 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2040', '5', '315', '6', '2009-03-13 00:02:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2041', '5', '256', '2', '2009-03-14 00:05:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2042', '6', '259', '2', '2009-03-14 00:17:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2043', '5', '399', '4', '2009-03-15 00:01:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2044', '6', '443', '3', '2009-03-15 00:04:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2045', '6', '350', '3', '2009-03-16 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2046', '5', '309', '6', '2009-03-16 00:05:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2047', '5', '382', '7', '2009-03-17 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2048', '6', '384', '3', '2009-03-17 00:07:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2049', '5', '579', '2', '2009-03-18 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2050', '6', '604', '7', '2009-03-18 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2051', '5', '420', '5', '2009-03-19 00:03:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2052', '6', '419', '6', '2009-03-19 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2053', '6', '359', '3', '2009-03-20 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2054', '5', '356', '3', '2009-03-20 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2055', '6', '354', '6', '2009-03-21 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2056', '5', '388', '1', '2009-03-21 00:05:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2057', '6', '454', '3', '2009-03-22 00:06:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2058', '5', '416', '5', '2009-03-22 00:07:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2059', '6', '670', '6', '2009-03-23 00:09:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2060', '5', '741', '4', '2009-03-23 00:12:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2061', '6', '224', '3', '2009-03-24 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2062', '5', '221', '5', '2009-03-24 00:18:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2063', '6', '849', '12', '2009-03-25 00:01:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2064', '5', '856', '20', '2009-03-25 00:02:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2065', '6', '218', '5', '2009-03-26 00:09:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2066', '5', '234', '2', '2009-03-26 00:12:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2067', '6', '308', '2', '2009-03-27 00:22:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2068', '5', '313', '5', '2009-03-27 00:24:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2069', '5', '386', '4', '2009-03-28 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2070', '6', '370', '9', '2009-03-28 00:05:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2071', '5', '304', '2', '2009-03-29 00:03:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2072', '6', '295', '1', '2009-03-29 00:17:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2073', '6', '297', '3', '2009-03-30 00:01:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2074', '5', '246', '2', '2009-03-30 00:08:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2075', '6', '294', '5', '2009-03-31 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2076', '5', '261', '4', '2009-03-31 00:03:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2077', '5', '355', '4', '2009-04-01 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2078', '6', '352', '4', '2009-04-01 00:02:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2079', '6', '228', '3', '2009-04-02 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2080', '5', '256', '0', '2009-04-02 00:02:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2081', '6', '214', '0', '2009-04-03 00:04:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2082', '5', '235', '3', '2009-04-03 00:05:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2083', '5', '378', '9', '2009-04-04 00:07:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2084', '6', '346', '3', '2009-04-04 00:08:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2085', '5', '499', '4', '2009-04-05 00:04:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2086', '6', '529', '6', '2009-04-05 00:08:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2087', '6', '960', '4', '2009-04-06 00:09:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2088', '5', '924', '0', '2009-04-06 00:56:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2089', '6', '3156', '7', '2009-04-07 00:03:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2090', '5', '3307', '5', '2009-04-07 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2091', '5', '301', '6', '2009-04-08 00:07:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2092', '6', '304', '4', '2009-04-08 00:12:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2093', '5', '370', '21', '2009-04-09 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2094', '6', '360', '19', '2009-04-09 00:17:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2095', '5', '199', '4', '2009-04-10 00:02:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2096', '6', '206', '1', '2009-04-10 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2097', '6', '196', '1', '2009-04-11 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2098', '5', '172', '0', '2009-04-11 00:16:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2099', '6', '284', '2', '2009-04-12 00:03:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2100', '5', '294', '4', '2009-04-12 00:13:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2101', '5', '282', '3', '2009-04-13 00:03:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2102', '6', '264', '4', '2009-04-13 00:11:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2103', '5', '351', '6', '2009-04-14 00:05:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2104', '6', '346', '4', '2009-04-14 00:25:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2105', '6', '294', '4', '2009-04-15 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2106', '5', '263', '2', '2009-04-15 00:27:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2107', '5', '255', '1', '2009-04-16 00:03:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2108', '6', '299', '1', '2009-04-16 00:04:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2109', '6', '293', '2', '2009-04-17 00:13:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2110', '5', '277', '6', '2009-04-17 00:17:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2111', '5', '316', '4', '2009-04-18 00:04:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2112', '6', '326', '1', '2009-04-18 00:05:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2113', '5', '318', '4', '2009-04-19 00:02:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2114', '6', '327', '4', '2009-04-19 00:11:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2115', '6', '251', '1', '2009-04-20 00:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2116', '5', '258', '4', '2009-04-20 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2117', '5', '427', '6', '2009-04-21 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2118', '6', '434', '7', '2009-04-21 00:08:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2119', '6', '234', '1', '2009-04-22 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2120', '5', '291', '2', '2009-04-22 00:20:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2121', '6', '258', '1', '2009-04-23 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2122', '5', '235', '2', '2009-04-23 00:35:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2123', '5', '255', '4', '2009-04-24 00:06:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2124', '6', '254', '3', '2009-04-24 00:12:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2125', '5', '411', '3', '2009-04-25 00:06:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2126', '6', '405', '2', '2009-04-25 00:40:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2127', '6', '276', '3', '2009-04-26 00:20:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2128', '5', '271', '4', '2009-04-26 00:39:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2129', '5', '272', '2', '2009-04-27 00:02:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2130', '6', '263', '4', '2009-04-27 00:22:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2131', '5', '303', '6', '2009-04-28 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2132', '6', '337', '1', '2009-04-28 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2133', '5', '424', '3', '2009-04-29 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2134', '6', '404', '5', '2009-04-29 00:02:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2135', '6', '279', '1', '2009-04-30 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2136', '5', '278', '2', '2009-04-30 00:04:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2137', '6', '224', '1', '2009-05-01 00:03:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2138', '5', '206', '3', '2009-05-01 00:10:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2139', '5', '382', '2', '2009-05-02 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2140', '6', '335', '5', '2009-05-02 00:08:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2141', '6', '402', '8', '2009-05-03 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2142', '5', '433', '8', '2009-05-03 00:02:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2143', '6', '300', '3', '2009-05-04 00:03:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2144', '5', '302', '2', '2009-05-04 00:05:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2145', '6', '225', '3', '2009-05-05 00:02:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2146', '5', '245', '3', '2009-05-05 00:03:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2147', '6', '639', '2', '2009-05-06 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2148', '5', '566', '5', '2009-05-06 00:09:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2149', '5', '593', '5', '2009-05-07 00:03:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2150', '6', '517', '3', '2009-05-07 00:03:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2151', '5', '287', '3', '2009-05-08 00:09:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2152', '6', '271', '3', '2009-05-08 00:25:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2153', '5', '266', '2', '2009-05-09 00:14:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2154', '6', '253', '1', '2009-05-09 00:19:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2155', '6', '361', '3', '2009-05-10 00:04:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2156', '5', '366', '2', '2009-05-10 00:20:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2157', '6', '219', '2', '2009-05-11 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2158', '5', '223', '9', '2009-05-11 00:37:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2159', '6', '315', '6', '2009-05-12 00:09:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2160', '5', '328', '4', '2009-05-12 00:09:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2161', '5', '505', '4', '2009-05-13 00:05:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2162', '6', '538', '2', '2009-05-13 00:12:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2163', '6', '184', '1', '2009-05-14 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2164', '5', '185', '3', '2009-05-14 00:06:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2165', '5', '166', '1', '2009-05-15 00:03:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2166', '6', '156', '5', '2009-05-15 00:22:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2167', '6', '271', '0', '2009-05-16 00:23:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2168', '5', '224', '1', '2009-05-16 00:49:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2169', '6', '365', '0', '2009-05-17 00:52:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2170', '5', '370', '1', '2009-05-17 01:17:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2171', '6', '234', '2', '2009-05-18 00:01:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2172', '5', '252', '2', '2009-05-18 00:12:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2173', '5', '232', '3', '2009-05-19 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2174', '6', '208', '4', '2009-05-19 00:19:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2175', '5', '454', '4', '2009-05-20 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2176', '6', '454', '2', '2009-05-20 00:03:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2177', '5', '494', '2', '2009-05-21 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2178', '6', '500', '6', '2009-05-21 00:03:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2179', '5', '460', '0', '2009-05-22 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2180', '6', '444', '5', '2009-05-22 00:04:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2181', '5', '271', '4', '2009-05-23 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2182', '6', '307', '2', '2009-05-23 00:19:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2183', '5', '306', '4', '2009-05-24 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2184', '6', '299', '0', '2009-05-24 00:24:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2185', '5', '320', '0', '2009-05-25 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2186', '6', '254', '1', '2009-05-25 00:01:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2187', '5', '254', '3', '2009-05-26 00:11:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2188', '6', '259', '3', '2009-05-26 00:31:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2189', '5', '219', '2', '2009-05-27 00:04:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2190', '6', '236', '0', '2009-05-27 00:05:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2191', '6', '184', '0', '2009-05-28 00:04:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2192', '5', '167', '4', '2009-05-28 00:04:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2193', '5', '153', '1', '2009-05-29 00:11:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2194', '6', '167', '1', '2009-05-29 00:50:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2195', '6', '465', '2', '2009-05-30 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2196', '5', '445', '4', '2009-05-30 00:02:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2197', '6', '310', '0', '2009-05-31 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2198', '5', '310', '0', '2009-05-31 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2199', '5', '247', '0', '2009-06-01 00:04:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2200', '6', '274', '2', '2009-06-01 00:08:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2201', '6', '151', '3', '2009-06-02 00:12:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2202', '5', '184', '1', '2009-06-02 00:12:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2203', '5', '331', '3', '2009-06-03 00:11:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2204', '6', '317', '1', '2009-06-03 00:13:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2205', '6', '197', '4', '2009-06-04 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2206', '5', '191', '2', '2009-06-04 00:23:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2207', '6', '341', '4', '2009-06-05 00:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2208', '5', '304', '7', '2009-06-05 00:33:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2209', '5', '245', '2', '2009-06-06 00:22:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2210', '6', '247', '2', '2009-06-06 00:43:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2211', '6', '274', '1', '2009-06-07 00:03:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2212', '5', '263', '2', '2009-06-07 00:14:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2213', '5', '198', '2', '2009-06-08 00:05:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2214', '6', '179', '2', '2009-06-08 00:25:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2215', '5', '193', '5', '2009-06-09 00:03:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2216', '6', '189', '4', '2009-06-09 01:13:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2217', '6', '250', '7', '2009-06-10 00:21:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2218', '5', '247', '9', '2009-06-10 00:39:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2219', '6', '181', '1', '2009-06-11 00:23:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2220', '5', '193', '1', '2009-06-11 00:24:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2221', '6', '186', '0', '2009-06-12 00:02:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2222', '5', '211', '2', '2009-06-12 00:03:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2223', '6', '215', '2', '2009-06-13 00:13:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2224', '5', '200', '2', '2009-06-13 00:19:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2225', '5', '195', '3', '2009-06-14 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2226', '6', '228', '1', '2009-06-14 00:17:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2227', '6', '141', '3', '2009-06-15 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2228', '5', '126', '0', '2009-06-15 00:47:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2229', '5', '199', '4', '2009-06-16 00:05:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2230', '6', '219', '2', '2009-06-16 00:35:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2231', '5', '170', '0', '2009-06-17 00:10:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2232', '6', '162', '0', '2009-06-17 00:30:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2233', '6', '259', '1', '2009-06-18 00:00:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2234', '5', '281', '1', '2009-06-18 00:06:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2235', '5', '686', '8', '2009-06-19 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2236', '6', '702', '10', '2009-06-19 01:04:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2237', '5', '1484', '9', '2009-06-20 00:05:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2238', '6', '1462', '11', '2009-06-20 00:05:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2239', '5', '590', '5', '2009-06-21 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2240', '6', '609', '4', '2009-06-21 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2241', '6', '285', '4', '2009-06-22 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2242', '5', '285', '6', '2009-06-22 00:05:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2243', '6', '241', '3', '2009-06-23 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2244', '5', '209', '4', '2009-06-23 00:41:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2245', '6', '353', '0', '2009-06-24 00:05:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2246', '5', '339', '8', '2009-06-24 00:15:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2247', '6', '212', '1', '2009-06-25 00:02:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2248', '5', '191', '0', '2009-06-25 00:33:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2249', '6', '283', '3', '2009-06-26 00:07:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2250', '5', '254', '3', '2009-06-26 00:08:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2251', '6', '254', '8', '2009-06-27 00:12:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2252', '5', '290', '7', '2009-06-27 00:19:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2253', '5', '256', '1', '2009-06-28 00:11:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2254', '6', '243', '2', '2009-06-28 00:39:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2255', '5', '205', '2', '2009-06-29 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2256', '6', '213', '2', '2009-06-29 00:03:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2257', '5', '230', '5', '2009-06-30 00:01:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2258', '6', '230', '1', '2009-06-30 00:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2259', '6', '218', '1', '2009-07-01 00:04:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2260', '5', '195', '4', '2009-07-01 00:25:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2261', '5', '134', '1', '2009-07-02 00:16:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2262', '6', '144', '6', '2009-07-02 00:36:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2263', '5', '156', '2', '2009-07-03 00:50:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2264', '6', '148', '1', '2009-07-03 01:08:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2265', '6', '497', '3', '2009-07-04 00:22:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2266', '5', '544', '1', '2009-07-04 01:07:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2267', '6', '240', '3', '2009-07-05 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2268', '5', '235', '6', '2009-07-05 00:04:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2269', '5', '374', '6', '2009-07-06 00:07:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2270', '6', '357', '4', '2009-07-06 00:08:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2271', '5', '299', '2', '2009-07-07 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2272', '6', '316', '1', '2009-07-07 00:03:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2273', '5', '552', '0', '2009-07-08 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2274', '6', '523', '0', '2009-07-08 00:11:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2275', '6', '505', '9', '2009-07-09 00:01:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2276', '5', '464', '12', '2009-07-09 00:02:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2277', '6', '388', '3', '2009-07-10 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2278', '5', '417', '2', '2009-07-10 00:04:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2279', '6', '286', '1', '2009-07-11 00:11:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2280', '5', '283', '2', '2009-07-11 00:23:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2281', '6', '345', '3', '2009-07-12 00:12:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2282', '5', '374', '2', '2009-07-12 00:21:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2283', '6', '334', '2', '2009-07-13 00:05:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2284', '5', '316', '2', '2009-07-13 00:05:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2285', '5', '216', '3', '2009-07-14 00:15:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2286', '6', '230', '0', '2009-07-14 00:32:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2287', '6', '205', '1', '2009-07-15 00:15:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2288', '5', '207', '0', '2009-07-15 00:31:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2289', '6', '200', '1', '2009-07-16 01:10:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2290', '5', '198', '1', '2009-07-16 01:20:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2291', '5', '240', '2', '2009-07-17 00:13:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2292', '6', '237', '0', '2009-07-17 00:34:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2293', '5', '430', '7', '2009-07-18 00:08:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2294', '6', '444', '8', '2009-07-18 00:09:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2295', '6', '423', '5', '2009-07-19 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2296', '5', '416', '2', '2009-07-19 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2297', '6', '431', '19', '2009-07-20 00:03:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2298', '5', '404', '20', '2009-07-20 00:03:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2299', '5', '523', '1', '2009-07-21 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2300', '6', '530', '3', '2009-07-21 00:09:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2301', '6', '980', '1', '2009-07-22 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2302', '5', '952', '5', '2009-07-22 00:04:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2303', '5', '681', '2', '2009-07-23 00:02:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2304', '6', '683', '2', '2009-07-23 00:02:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2305', '5', '842', '0', '2009-07-24 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2306', '6', '826', '3', '2009-07-24 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2307', '5', '573', '2', '2009-07-25 00:05:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2308', '6', '559', '1', '2009-07-25 00:10:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2309', '5', '301', '0', '2009-07-26 00:05:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2310', '6', '308', '0', '2009-07-26 00:08:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2311', '5', '811', '1', '2009-07-27 00:03:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2312', '6', '813', '2', '2009-07-27 00:05:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2313', '6', '410', '0', '2009-07-28 00:14:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2314', '5', '377', '1', '2009-07-28 00:27:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2315', '5', '527', '0', '2009-07-29 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2316', '6', '509', '2', '2009-07-29 00:15:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2317', '5', '790', '5', '2009-07-30 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2318', '6', '693', '1', '2009-07-30 00:07:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2319', '6', '553', '0', '2009-07-31 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2320', '5', '575', '1', '2009-07-31 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2321', '6', '561', '3', '2009-08-01 00:06:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2322', '5', '611', '1', '2009-08-01 00:08:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2323', '5', '825', '1', '2009-08-02 00:02:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2324', '6', '769', '2', '2009-08-02 00:19:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2325', '6', '849', '2', '2009-08-03 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2326', '5', '825', '2', '2009-08-03 00:14:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2327', '5', '516', '3', '2009-08-04 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2328', '6', '460', '5', '2009-08-04 00:22:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2329', '6', '616', '1', '2009-08-05 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2330', '5', '589', '1', '2009-08-05 00:09:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2331', '5', '840', '1', '2009-08-06 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2332', '6', '865', '0', '2009-08-06 00:05:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2333', '6', '373', '1', '2009-08-07 00:02:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2334', '5', '383', '4', '2009-08-07 00:06:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2335', '6', '387', '0', '2009-08-08 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2336', '5', '394', '8', '2009-08-08 00:01:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2337', '5', '658', '3', '2009-08-09 00:08:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2338', '6', '651', '6', '2009-08-09 00:15:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2339', '6', '276', '1', '2009-08-10 00:05:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2340', '5', '297', '1', '2009-08-10 00:08:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2341', '6', '331', '3', '2009-08-11 00:09:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2342', '5', '387', '2', '2009-08-11 00:29:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2343', '6', '450', '9', '2009-08-12 00:05:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2344', '5', '471', '11', '2009-08-12 00:05:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2345', '6', '494', '1', '2009-08-13 00:11:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2346', '5', '496', '0', '2009-08-13 00:15:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2347', '5', '548', '0', '2009-08-14 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2348', '6', '534', '0', '2009-08-14 00:06:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2349', '5', '755', '2', '2009-08-15 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2350', '6', '776', '0', '2009-08-15 00:06:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2351', '6', '235', '0', '2009-08-16 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2352', '5', '275', '0', '2009-08-16 00:08:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2353', '5', '317', '2', '2009-08-17 00:07:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2354', '6', '288', '7', '2009-08-17 00:13:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2355', '6', '164', '0', '2009-08-18 00:03:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2356', '5', '145', '0', '2009-08-18 00:26:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2357', '6', '105', '0', '2009-08-19 00:14:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2358', '5', '115', '0', '2009-08-19 00:16:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2359', '5', '305', '1', '2009-08-20 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2360', '6', '277', '1', '2009-08-20 00:16:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2361', '6', '393', '5', '2009-08-21 00:02:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2362', '5', '377', '7', '2009-08-21 00:04:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2363', '6', '282', '1', '2009-08-22 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2364', '5', '294', '7', '2009-08-22 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2365', '6', '253', '0', '2009-08-23 00:03:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2366', '5', '301', '0', '2009-08-23 00:05:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2367', '6', '391', '1', '2009-08-24 00:04:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2368', '5', '422', '1', '2009-08-24 00:06:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2369', '5', '1406', '2', '2009-08-25 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2370', '6', '1437', '0', '2009-08-25 00:13:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2371', '6', '685', '0', '2009-08-26 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2372', '5', '650', '0', '2009-08-26 00:03:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2373', '6', '619', '2', '2009-08-27 00:05:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2374', '5', '623', '0', '2009-08-27 00:17:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2375', '6', '677', '5', '2009-08-28 00:03:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2376', '5', '758', '3', '2009-08-28 00:04:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2377', '5', '767', '1', '2009-08-29 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2378', '6', '723', '2', '2009-08-29 00:04:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2379', '5', '497', '14', '2009-08-30 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2380', '6', '528', '14', '2009-08-30 00:09:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2381', '5', '313', '2', '2009-08-31 00:06:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2382', '6', '312', '4', '2009-08-31 00:12:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2383', '6', '261', '2', '2009-09-01 00:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2384', '5', '299', '1', '2009-09-01 00:05:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2385', '6', '344', '1', '2009-09-02 00:26:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2386', '5', '338', '1', '2009-09-02 00:26:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2387', '6', '240', '0', '2009-09-03 00:03:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2388', '5', '225', '1', '2009-09-03 00:03:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2389', '5', '321', '0', '2009-09-04 00:09:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2390', '6', '342', '0', '2009-09-04 00:12:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2391', '6', '315', '3', '2009-09-05 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2392', '5', '347', '3', '2009-09-05 00:06:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2393', '5', '231', '1', '2009-09-06 00:01:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2394', '6', '241', '2', '2009-09-06 00:03:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2395', '5', '211', '1', '2009-09-07 00:28:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2396', '6', '186', '0', '2009-09-07 01:28:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2397', '6', '763', '1', '2009-09-08 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2398', '5', '778', '3', '2009-09-08 00:01:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2399', '5', '1001', '1', '2009-09-09 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2400', '6', '937', '3', '2009-09-09 00:00:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2401', '5', '492', '30', '2009-09-10 00:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2402', '6', '511', '31', '2009-09-10 00:08:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2403', '6', '736', '2', '2009-09-11 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2404', '5', '679', '6', '2009-09-11 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2405', '6', '738', '1', '2009-09-12 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2406', '5', '676', '2', '2009-09-12 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2407', '6', '3244', '3', '2009-09-13 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2408', '5', '3184', '0', '2009-09-13 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2409', '5', '1486', '2', '2009-09-14 00:50:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2410', '6', '1522', '1', '2009-09-14 00:54:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2411', '6', '794', '2', '2009-09-15 00:03:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2412', '5', '745', '2', '2009-09-15 00:11:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2413', '5', '492', '0', '2009-09-16 00:07:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2414', '6', '564', '1', '2009-09-16 00:08:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2415', '5', '450', '1', '2009-09-17 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2416', '6', '489', '0', '2009-09-17 00:07:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2417', '5', '249', '1', '2009-09-18 00:12:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2418', '6', '253', '1', '2009-09-18 00:25:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2419', '6', '322', '3', '2009-09-19 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2420', '5', '320', '1', '2009-09-19 00:13:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2421', '6', '401', '2', '2009-09-20 00:02:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2422', '5', '357', '0', '2009-09-20 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2423', '6', '363', '2', '2009-09-21 00:07:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2424', '5', '341', '2', '2009-09-21 00:07:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2425', '5', '251', '2', '2009-09-22 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2426', '6', '250', '0', '2009-09-22 00:01:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2427', '5', '969', '2', '2009-09-23 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2428', '6', '1056', '4', '2009-09-23 00:02:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2429', '5', '320', '1', '2009-09-24 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2430', '6', '295', '0', '2009-09-24 00:06:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2431', '6', '322', '1', '2009-09-25 00:06:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2432', '5', '328', '1', '2009-09-25 00:16:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2433', '6', '1767', '2', '2009-09-26 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2434', '5', '1872', '2', '2009-09-26 00:09:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2435', '5', '3985', '0', '2009-09-27 00:08:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2436', '6', '3953', '0', '2009-09-27 00:33:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2437', '6', '611', '0', '2009-09-28 00:13:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2438', '5', '572', '0', '2009-09-28 00:13:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2439', '5', '503', '2', '2009-09-29 00:06:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2440', '6', '486', '1', '2009-09-29 00:14:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2441', '6', '481', '4', '2009-09-30 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2442', '5', '477', '2', '2009-09-30 00:03:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2443', '5', '364', '1', '2009-10-01 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2444', '6', '333', '2', '2009-10-01 00:07:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2445', '6', '432', '2', '2009-10-02 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2446', '5', '413', '0', '2009-10-02 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2447', '5', '548', '16', '2009-10-03 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2448', '6', '573', '15', '2009-10-03 00:12:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2449', '6', '426', '2', '2009-10-04 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2450', '5', '480', '1', '2009-10-04 00:12:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2451', '6', '396', '2', '2009-10-05 00:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2452', '5', '443', '2', '2009-10-05 00:10:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2453', '6', '789', '7', '2009-10-06 00:09:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2454', '5', '737', '6', '2009-10-06 00:10:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2455', '5', '633', '1', '2009-10-07 00:30:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2456', '6', '609', '3', '2009-10-07 00:38:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2457', '6', '889', '0', '2009-10-08 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2458', '5', '848', '0', '2009-10-08 00:01:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2459', '6', '432', '2', '2009-10-09 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2460', '5', '402', '1', '2009-10-09 00:03:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2461', '6', '330', '0', '2009-10-10 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2462', '5', '381', '0', '2009-10-10 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2463', '6', '522', '1', '2009-10-11 00:16:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2464', '5', '515', '2', '2009-10-11 00:27:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2465', '6', '497', '2', '2009-10-12 00:05:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2466', '5', '466', '3', '2009-10-12 00:11:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2467', '6', '450', '2', '2009-10-13 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2468', '5', '481', '1', '2009-10-13 00:22:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2469', '6', '516', '4', '2009-10-14 00:04:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2470', '5', '520', '5', '2009-10-14 00:11:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2471', '5', '1178', '2', '2009-10-15 00:05:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2472', '6', '1244', '1', '2009-10-15 00:05:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2473', '6', '1146', '8', '2009-10-16 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2474', '5', '1230', '10', '2009-10-16 00:02:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2475', '6', '1243', '4', '2009-10-17 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2476', '5', '1183', '2', '2009-10-17 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2477', '6', '1157', '7', '2009-10-18 00:03:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2478', '5', '1118', '2', '2009-10-18 00:09:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2479', '6', '666', '0', '2009-10-19 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2480', '5', '610', '1', '2009-10-19 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2481', '5', '1333', '3', '2009-10-20 00:06:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2482', '6', '1300', '5', '2009-10-20 00:14:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2483', '6', '1591', '1', '2009-10-21 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2484', '5', '1541', '1', '2009-10-21 00:01:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2485', '6', '1325', '1', '2009-10-22 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2486', '5', '1324', '4', '2009-10-22 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2487', '5', '472', '2', '2009-10-23 00:02:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2488', '6', '478', '1', '2009-10-23 00:04:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2489', '6', '267', '0', '2009-10-24 00:03:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2490', '5', '261', '0', '2009-10-24 00:16:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2491', '6', '391', '3', '2009-10-25 00:05:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2492', '5', '386', '3', '2009-10-25 00:11:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2493', '6', '1140', '2', '2009-10-26 00:10:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2494', '5', '1156', '0', '2009-10-26 00:11:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2495', '5', '1393', '1', '2009-10-27 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2496', '6', '1337', '1', '2009-10-27 00:07:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2497', '6', '1539', '15', '2009-10-28 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2498', '5', '1543', '16', '2009-10-28 00:01:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2499', '5', '1350', '3', '2009-10-29 00:10:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2500', '6', '1280', '0', '2009-10-29 00:12:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2501', '6', '1234', '2', '2009-10-30 00:05:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2502', '5', '1234', '0', '2009-10-30 00:06:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2503', '5', '302', '0', '2009-10-31 01:57:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2504', '6', '285', '0', '2009-10-31 01:59:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2505', '6', '256', '1', '2009-11-01 00:04:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2506', '5', '236', '1', '2009-11-01 00:09:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2507', '6', '273', '2', '2009-11-02 00:02:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2508', '5', '289', '1', '2009-11-02 00:07:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2509', '6', '376', '2', '2009-11-03 00:03:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2510', '5', '363', '1', '2009-11-03 00:17:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2511', '5', '492', '4', '2009-11-04 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2512', '6', '534', '0', '2009-11-04 00:09:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2513', '5', '1267', '4', '2009-11-05 00:02:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2514', '6', '1229', '8', '2009-11-05 00:07:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2515', '5', '961', '1', '2009-11-06 00:10:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2516', '6', '998', '2', '2009-11-06 00:11:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2517', '5', '1047', '2', '2009-11-07 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2518', '6', '987', '4', '2009-11-07 00:02:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2519', '6', '848', '3', '2009-11-08 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2520', '5', '765', '3', '2009-11-08 00:02:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2521', '5', '911', '5', '2009-11-09 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2522', '6', '959', '3', '2009-11-09 00:03:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2523', '5', '549', '5', '2009-11-10 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2524', '6', '556', '7', '2009-11-10 00:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2525', '5', '912', '3', '2009-11-11 00:05:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2526', '6', '915', '0', '2009-11-11 00:08:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2527', '6', '334', '3', '2009-11-12 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2528', '5', '384', '5', '2009-11-12 00:03:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2529', '6', '1380', '4', '2009-11-13 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2530', '5', '1316', '0', '2009-11-13 00:14:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2531', '6', '1493', '6', '2009-11-14 00:04:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2532', '5', '1518', '5', '2009-11-14 00:07:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2533', '6', '1099', '1', '2009-11-15 00:09:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2534', '5', '1138', '1', '2009-11-15 00:09:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2535', '6', '637', '5', '2009-11-16 00:07:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2536', '5', '651', '5', '2009-11-16 00:09:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2537', '6', '303', '2', '2009-11-17 00:14:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2538', '5', '323', '0', '2009-11-17 00:17:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2539', '5', '460', '2', '2009-11-18 00:18:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2540', '6', '423', '2', '2009-11-18 00:40:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2541', '5', '494', '4', '2009-11-19 00:14:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2542', '6', '504', '2', '2009-11-19 00:23:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2543', '5', '381', '4', '2009-11-20 00:08:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2544', '6', '392', '8', '2009-11-20 00:10:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2545', '6', '835', '5', '2009-11-21 00:09:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2546', '5', '825', '5', '2009-11-21 00:11:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2547', '5', '954', '4', '2009-11-22 00:04:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2548', '6', '932', '3', '2009-11-22 00:05:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2549', '5', '1556', '3', '2009-11-23 00:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2550', '6', '1536', '6', '2009-11-23 00:02:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2551', '5', '542', '4', '2009-11-24 00:02:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2552', '6', '547', '2', '2009-11-24 00:02:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2553', '5', '569', '1', '2009-11-25 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2554', '6', '530', '0', '2009-11-25 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2555', '5', '441', '4', '2009-11-26 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2556', '6', '436', '5', '2009-11-26 00:01:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2557', '6', '599', '1', '2009-11-27 00:04:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2558', '5', '568', '2', '2009-11-27 00:16:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2559', '5', '1721', '1', '2009-11-28 00:01:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2560', '6', '1698', '1', '2009-11-28 00:02:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2561', '6', '1583', '2', '2009-11-29 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2562', '5', '1549', '1', '2009-11-29 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2563', '6', '2277', '2', '2009-11-30 00:00:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2564', '5', '2317', '2', '2009-11-30 00:01:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2565', '5', '1439', '1', '2009-12-01 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2566', '6', '1484', '2', '2009-12-01 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2567', '6', '2122', '0', '2009-12-02 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2568', '5', '2267', '3', '2009-12-02 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2569', '5', '2783', '1', '2009-12-03 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2570', '6', '2697', '2', '2009-12-03 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2571', '6', '3502', '1', '2009-12-04 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2572', '5', '3454', '2', '2009-12-04 00:07:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2573', '6', '4732', '0', '2009-12-05 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2574', '5', '4751', '3', '2009-12-05 00:00:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2575', '5', '5001', '0', '2009-12-06 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2576', '6', '5036', '3', '2009-12-06 00:04:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2577', '6', '735', '5', '2009-12-07 00:06:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2578', '5', '758', '6', '2009-12-07 00:07:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2579', '5', '486', '6', '2009-12-08 00:15:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2580', '6', '493', '6', '2009-12-08 00:35:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2581', '5', '581', '1', '2009-12-09 00:03:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2582', '6', '570', '3', '2009-12-09 00:04:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2583', '6', '776', '2', '2009-12-10 00:07:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2584', '5', '728', '4', '2009-12-10 00:09:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2585', '6', '512', '0', '2009-12-11 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2586', '5', '538', '2', '2009-12-11 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2587', '6', '1069', '1', '2009-12-12 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2588', '5', '1164', '2', '2009-12-12 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2589', '6', '1053', '1', '2009-12-13 00:01:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2590', '5', '1043', '1', '2009-12-13 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2591', '5', '1302', '1', '2009-12-14 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2592', '6', '1346', '0', '2009-12-14 00:01:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2593', '6', '872', '0', '2009-12-15 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2594', '5', '911', '0', '2009-12-15 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2595', '5', '3587', '0', '2009-12-16 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2596', '6', '3546', '2', '2009-12-16 00:01:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2597', '5', '3331', '2', '2009-12-17 00:02:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2598', '5', '3331', '2', '2009-12-17 00:02:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2599', '6', '3415', '0', '2009-12-17 00:06:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2600', '6', '2999', '1', '2009-12-18 00:04:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2601', '5', '3019', '4', '2009-12-18 00:04:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2602', '6', '2188', '1', '2009-12-19 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2603', '5', '2122', '4', '2009-12-19 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2604', '6', '1766', '2', '2009-12-20 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2605', '5', '1743', '0', '2009-12-20 01:56:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2606', '6', '3451', '1', '2009-12-21 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2607', '5', '3457', '3', '2009-12-21 00:01:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2608', '5', '3033', '5', '2009-12-22 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2609', '6', '3033', '0', '2009-12-22 00:06:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2610', '6', '2207', '3', '2009-12-23 00:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2611', '5', '2201', '3', '2009-12-23 00:03:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2612', '5', '690', '3', '2009-12-24 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2613', '6', '664', '6', '2009-12-24 00:03:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2614', '5', '321', '1', '2009-12-25 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2615', '6', '316', '0', '2009-12-25 00:02:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2616', '6', '515', '4', '2009-12-26 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2617', '5', '513', '3', '2009-12-26 00:03:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2618', '5', '327', '2', '2009-12-27 00:05:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2619', '6', '342', '3', '2009-12-27 00:06:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2620', '5', '393', '3', '2009-12-28 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2621', '6', '396', '2', '2009-12-28 00:10:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2622', '6', '556', '1', '2009-12-29 00:02:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2623', '5', '550', '2', '2009-12-29 00:05:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2624', '6', '539', '0', '2009-12-30 00:02:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2625', '5', '599', '3', '2009-12-30 00:03:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2626', '6', '530', '0', '2009-12-31 00:04:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2627', '5', '516', '1', '2009-12-31 00:04:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2628', '6', '903', '0', '2010-01-01 00:07:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2629', '5', '924', '1', '2010-01-01 00:07:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2630', '6', '550', '3', '2010-01-02 00:05:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2631', '5', '547', '1', '2010-01-02 00:06:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2632', '5', '873', '1', '2010-01-03 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2633', '6', '885', '0', '2010-01-03 00:08:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2634', '5', '508', '4', '2010-01-04 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2635', '6', '528', '0', '2010-01-04 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2636', '5', '500', '6', '2010-01-05 00:11:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2637', '6', '529', '6', '2010-01-05 00:16:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2638', '6', '586', '8', '2010-01-06 00:09:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2639', '5', '583', '8', '2010-01-06 00:24:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2640', '6', '626', '3', '2010-01-07 00:03:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2641', '5', '586', '2', '2010-01-07 00:05:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2642', '6', '539', '3', '2010-01-08 00:11:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2643', '5', '530', '1', '2010-01-08 00:16:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2644', '5', '472', '1', '2010-01-09 00:01:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2645', '6', '473', '2', '2010-01-09 00:02:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2646', '5', '715', '6', '2010-01-10 00:02:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2647', '6', '669', '3', '2010-01-10 00:02:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2648', '5', '677', '21', '2010-01-11 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2649', '6', '610', '6', '2010-01-11 00:03:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2650', '5', '573', '5', '2010-01-12 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2651', '6', '534', '22', '2010-01-12 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2652', '5', '822', '5', '2010-01-13 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2653', '6', '841', '7', '2010-01-13 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2654', '5', '754', '3', '2010-01-14 00:02:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2655', '6', '754', '3', '2010-01-14 00:08:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2656', '5', '912', '8', '2010-01-15 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2657', '6', '932', '8', '2010-01-15 00:01:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2658', '6', '864', '1', '2010-01-16 00:02:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2659', '5', '869', '2', '2010-01-16 00:12:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2660', '6', '668', '8', '2010-01-17 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2661', '5', '639', '6', '2010-01-17 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2662', '6', '612', '2', '2010-01-18 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2663', '5', '541', '1', '2010-01-18 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2664', '6', '599', '1', '2010-01-19 00:02:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2665', '5', '652', '4', '2010-01-19 00:05:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2666', '6', '1006', '11', '2010-01-20 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2667', '5', '980', '11', '2010-01-20 00:03:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2668', '5', '751', '1', '2010-01-21 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2669', '6', '728', '0', '2010-01-21 00:08:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2670', '6', '1550', '10', '2010-01-22 00:01:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2671', '5', '1545', '3', '2010-01-22 00:09:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2672', '5', '937', '4', '2010-01-23 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2673', '6', '919', '6', '2010-01-23 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2674', '6', '766', '2', '2010-01-24 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2675', '5', '820', '0', '2010-01-24 00:02:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2676', '6', '619', '4', '2010-01-25 00:03:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2677', '5', '590', '5', '2010-01-25 00:04:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2678', '6', '667', '0', '2010-01-26 00:03:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2679', '5', '669', '2', '2010-01-26 00:17:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2680', '5', '342', '1', '2010-01-27 00:10:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2681', '6', '306', '1', '2010-01-27 00:16:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2682', '6', '366', '1', '2010-01-28 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2683', '5', '338', '2', '2010-01-28 00:10:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2684', '6', '395', '0', '2010-01-29 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2685', '5', '372', '1', '2010-01-29 00:04:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2686', '5', '803', '0', '2010-01-30 00:01:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2687', '6', '786', '1', '2010-01-30 00:10:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2688', '5', '851', '4', '2010-01-31 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2689', '6', '880', '3', '2010-01-31 00:08:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2690', '5', '722', '6', '2010-02-01 00:01:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2691', '6', '729', '8', '2010-02-01 00:07:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2692', '6', '924', '6', '2010-02-02 00:02:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2693', '5', '918', '6', '2010-02-02 00:07:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2694', '6', '1102', '5', '2010-02-03 00:07:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2695', '5', '1040', '3', '2010-02-03 00:21:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2696', '5', '1808', '25', '2010-02-04 00:01:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2697', '6', '1753', '28', '2010-02-04 00:02:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2698', '6', '737', '6', '2010-02-05 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2699', '5', '674', '8', '2010-02-05 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2700', '6', '718', '2', '2010-02-06 00:02:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2701', '5', '669', '0', '2010-02-06 00:02:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2702', '6', '583', '1', '2010-02-07 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2703', '5', '515', '2', '2010-02-07 00:08:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2704', '5', '569', '1', '2010-02-08 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2705', '6', '560', '3', '2010-02-08 00:11:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2706', '6', '1019', '5', '2010-02-09 00:05:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2707', '5', '985', '2', '2010-02-09 00:10:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2708', '6', '852', '1', '2010-02-10 00:01:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2709', '5', '875', '1', '2010-02-10 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2710', '6', '906', '10', '2010-02-11 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2711', '5', '904', '18', '2010-02-11 00:01:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2712', '5', '803', '2', '2010-02-12 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2713', '6', '801', '4', '2010-02-12 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2714', '5', '921', '6', '2010-02-13 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2715', '6', '922', '5', '2010-02-13 00:08:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2716', '6', '1255', '2', '2010-02-14 00:02:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2717', '5', '1239', '4', '2010-02-14 00:10:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2718', '6', '1202', '5', '2010-02-15 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2719', '5', '1244', '7', '2010-02-15 00:02:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2720', '6', '906', '3', '2010-02-16 00:10:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2721', '5', '910', '3', '2010-02-16 00:14:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2722', '5', '689', '3', '2010-02-17 00:04:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2723', '6', '691', '4', '2010-02-17 00:08:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2724', '6', '841', '5', '2010-02-18 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2725', '5', '850', '8', '2010-02-18 00:03:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2726', '5', '561', '4', '2010-02-19 00:06:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2727', '6', '549', '3', '2010-02-19 00:10:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2728', '6', '566', '13', '2010-02-20 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2729', '5', '567', '5', '2010-02-20 00:03:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2730', '6', '926', '4', '2010-02-21 00:02:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2731', '5', '921', '2', '2010-02-21 00:09:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2732', '5', '2553', '6', '2010-02-22 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2733', '6', '2589', '6', '2010-02-22 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2734', '5', '1333', '2', '2010-02-23 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2735', '6', '1281', '31', '2010-02-23 00:00:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2736', '6', '961', '3', '2010-02-24 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2737', '5', '928', '3', '2010-02-24 00:03:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2738', '5', '1360', '28', '2010-02-25 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2739', '6', '1367', '4', '2010-02-25 00:01:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2740', '5', '850', '4', '2010-02-26 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2741', '6', '832', '4', '2010-02-26 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2742', '6', '536', '7', '2010-02-27 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2743', '5', '536', '3', '2010-02-27 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2744', '5', '574', '2', '2010-02-28 00:04:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2745', '6', '547', '4', '2010-02-28 00:11:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2746', '6', '608', '20', '2010-03-01 00:02:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2747', '5', '578', '3', '2010-03-01 00:03:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2748', '6', '638', '5', '2010-03-02 00:03:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2749', '5', '666', '9', '2010-03-02 00:06:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2750', '5', '547', '11', '2010-03-03 00:02:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2751', '6', '541', '7', '2010-03-03 00:18:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2752', '5', '590', '9', '2010-03-04 00:01:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2753', '6', '575', '6', '2010-03-04 00:08:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2754', '6', '582', '14', '2010-03-05 00:19:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2755', '5', '529', '11', '2010-03-05 00:30:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2756', '6', '600', '0', '2010-03-06 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2757', '5', '600', '12', '2010-03-06 00:07:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2758', '6', '744', '3', '2010-03-07 00:06:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2759', '5', '725', '5', '2010-03-07 00:06:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2760', '5', '877', '5', '2010-03-08 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2761', '6', '853', '7', '2010-03-08 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2762', '5', '813', '3', '2010-03-09 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2763', '6', '809', '9', '2010-03-09 00:13:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2764', '5', '858', '4', '2010-03-10 00:02:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2765', '6', '850', '2', '2010-03-10 00:05:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2766', '6', '850', '2', '2010-03-10 00:05:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2767', '6', '1156', '2', '2010-03-11 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2768', '5', '1199', '13', '2010-03-11 00:02:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2769', '6', '437', '1', '2010-03-12 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2770', '5', '425', '6', '2010-03-12 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2771', '5', '516', '2', '2010-03-13 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2772', '6', '424', '4', '2010-03-13 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2773', '6', '573', '6', '2010-03-14 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2774', '5', '581', '4', '2010-03-14 00:01:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2775', '5', '889', '3', '2010-03-15 00:17:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2776', '6', '923', '4', '2010-03-15 00:18:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2777', '5', '481', '5', '2010-03-16 00:08:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2778', '6', '509', '5', '2010-03-16 00:12:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2779', '5', '1359', '3', '2010-03-17 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2780', '6', '1467', '14', '2010-03-17 00:02:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2781', '5', '1819', '26', '2010-03-18 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2782', '6', '1786', '4', '2010-03-18 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2783', '6', '854', '7', '2010-03-19 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2784', '5', '855', '4', '2010-03-19 00:10:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2785', '6', '507', '2', '2010-03-20 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2786', '5', '505', '5', '2010-03-20 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2787', '5', '576', '6', '2010-03-21 00:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2788', '6', '616', '2', '2010-03-21 00:01:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2789', '6', '1787', '4', '2010-03-22 00:01:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2790', '5', '1858', '5', '2010-03-22 00:05:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2791', '5', '894', '4', '2010-03-23 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2792', '5', '894', '4', '2010-03-23 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2793', '6', '911', '5', '2010-03-23 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2794', '6', '620', '31', '2010-03-24 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2795', '5', '658', '12', '2010-03-24 00:02:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2796', '6', '754', '2', '2010-03-25 00:12:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2797', '5', '724', '17', '2010-03-25 00:14:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2798', '6', '513', '5', '2010-03-26 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2799', '5', '508', '6', '2010-03-26 00:04:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2800', '6', '1190', '15', '2010-03-27 00:03:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2801', '5', '1170', '9', '2010-03-27 00:11:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2802', '6', '1049', '9', '2010-03-28 00:03:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2803', '5', '1040', '11', '2010-03-28 00:14:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2804', '6', '947', '12', '2010-03-29 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2805', '5', '1010', '5', '2010-03-29 00:06:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2806', '6', '607', '2', '2010-03-30 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2807', '5', '681', '5', '2010-03-30 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2808', '6', '542', '5', '2010-03-31 00:04:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2809', '5', '575', '7', '2010-03-31 00:15:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2810', '6', '360', '2', '2010-04-01 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2811', '5', '340', '9', '2010-04-01 00:06:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2812', '5', '865', '12', '2010-04-02 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2813', '6', '906', '7', '2010-04-02 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2814', '5', '616', '3', '2010-04-03 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2815', '6', '607', '7', '2010-04-03 00:06:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2816', '5', '603', '4', '2010-04-04 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2817', '6', '559', '1', '2010-04-04 00:05:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2818', '5', '579', '7', '2010-04-05 00:11:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2819', '6', '532', '3', '2010-04-05 00:31:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2820', '6', '1542', '15', '2010-04-06 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2821', '5', '1509', '30', '2010-04-06 00:01:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2822', '6', '659', '1', '2010-04-07 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2823', '5', '660', '1', '2010-04-07 00:02:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2824', '5', '904', '5', '2010-04-08 00:09:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2825', '6', '917', '16', '2010-04-08 00:09:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2826', '6', '767', '22', '2010-04-09 00:02:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2827', '5', '748', '3', '2010-04-09 00:10:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2828', '5', '780', '7', '2010-04-10 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2829', '6', '832', '10', '2010-04-10 00:03:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2830', '6', '766', '6', '2010-04-11 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2831', '5', '737', '19', '2010-04-11 00:01:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2832', '5', '633', '2', '2010-04-12 00:01:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2833', '6', '620', '3', '2010-04-12 00:03:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2834', '6', '380', '2', '2010-04-13 00:01:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2835', '5', '396', '3', '2010-04-13 00:02:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2836', '5', '499', '0', '2010-04-14 00:05:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2837', '6', '450', '9', '2010-04-14 00:21:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2838', '5', '359', '3', '2010-04-15 00:01:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2839', '6', '344', '5', '2010-04-15 00:02:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2840', '6', '1781', '2', '2010-04-16 00:01:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2841', '5', '1688', '3', '2010-04-16 00:03:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2842', '6', '569', '3', '2010-04-17 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2843', '5', '576', '2', '2010-04-17 00:01:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2844', '5', '636', '3', '2010-04-18 00:01:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2845', '6', '638', '2', '2010-04-18 00:05:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2846', '5', '445', '0', '2010-04-19 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2847', '6', '408', '21', '2010-04-19 00:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2848', '6', '655', '1', '2010-04-20 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2849', '5', '743', '3', '2010-04-20 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2850', '5', '518', '36', '2010-04-21 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2851', '6', '487', '1', '2010-04-21 00:03:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2852', '5', '656', '3', '2010-04-22 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2853', '6', '707', '3', '2010-04-22 00:04:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2854', '5', '609', '1', '2010-04-23 00:01:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2855', '6', '553', '3', '2010-04-23 00:07:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2856', '6', '715', '21', '2010-04-24 00:08:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2857', '5', '635', '10', '2010-04-24 00:09:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2858', '6', '674', '8', '2010-04-25 00:02:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2859', '5', '654', '4', '2010-04-25 00:05:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2860', '6', '755', '3', '2010-04-26 00:01:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2861', '5', '755', '8', '2010-04-26 00:11:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2862', '6', '510', '7', '2010-04-27 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2863', '5', '493', '7', '2010-04-27 00:13:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2864', '6', '955', '3', '2010-04-28 00:04:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2865', '5', '970', '7', '2010-04-28 00:04:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2866', '5', '1109', '4', '2010-04-29 00:01:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2867', '6', '1074', '4', '2010-04-29 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2868', '6', '777', '26', '2010-04-30 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2869', '5', '739', '6', '2010-04-30 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2870', '5', '832', '41', '2010-05-01 00:04:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2871', '6', '892', '26', '2010-05-01 00:04:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2872', '5', '762', '4', '2010-05-02 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2873', '6', '691', '5', '2010-05-02 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2874', '5', '1226', '2', '2010-05-03 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2875', '6', '1210', '4', '2010-05-03 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2876', '5', '848', '4', '2010-05-04 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2877', '6', '874', '6', '2010-05-04 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2878', '6', '919', '2', '2010-05-05 00:10:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2879', '5', '937', '3', '2010-05-05 00:11:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2880', '5', '834', '8', '2010-05-06 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2881', '6', '817', '23', '2010-05-06 00:01:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2882', '5', '764', '4', '2010-05-07 00:05:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2883', '6', '739', '0', '2010-05-07 00:08:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2884', '6', '854', '2', '2010-05-08 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2885', '5', '839', '5', '2010-05-08 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2886', '5', '912', '5', '2010-05-09 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2887', '6', '823', '4', '2010-05-09 00:02:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2888', '5', '1183', '4', '2010-05-10 00:12:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2889', '6', '1126', '7', '2010-05-10 00:12:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2890', '6', '941', '26', '2010-05-11 00:00:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2891', '5', '1007', '23', '2010-05-11 00:02:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2892', '5', '1236', '7', '2010-05-12 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2893', '6', '1178', '6', '2010-05-12 00:13:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2894', '5', '1278', '3', '2010-05-13 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2895', '6', '1208', '0', '2010-05-13 00:14:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2896', '5', '988', '3', '2010-05-14 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2897', '6', '952', '3', '2010-05-14 00:02:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2898', '6', '728', '4', '2010-05-15 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2899', '5', '684', '1', '2010-05-15 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2900', '5', '564', '24', '2010-05-16 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2901', '6', '570', '9', '2010-05-16 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2902', '5', '577', '1', '2010-05-17 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2903', '6', '630', '2', '2010-05-17 00:08:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2904', '6', '673', '3', '2010-05-18 00:05:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2905', '5', '672', '4', '2010-05-18 00:11:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2906', '6', '770', '5', '2010-05-19 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2907', '5', '744', '6', '2010-05-19 00:15:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2908', '5', '981', '1', '2010-05-20 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2909', '6', '970', '4', '2010-05-20 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2910', '6', '1587', '22', '2010-05-21 00:02:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2911', '5', '1648', '42', '2010-05-21 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2912', '6', '584', '1', '2010-05-22 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2913', '5', '551', '3', '2010-05-22 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2914', '6', '634', '2', '2010-05-23 00:02:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2915', '5', '661', '0', '2010-05-23 00:02:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2916', '6', '855', '3', '2010-05-24 00:00:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2917', '5', '821', '2', '2010-05-24 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2918', '6', '540', '7', '2010-05-25 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2919', '5', '524', '3', '2010-05-25 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2920', '5', '780', '25', '2010-05-26 00:04:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2921', '6', '736', '11', '2010-05-26 00:11:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2922', '5', '663', '2', '2010-05-27 00:01:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2923', '6', '714', '1', '2010-05-27 00:03:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2924', '5', '665', '5', '2010-05-28 00:05:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2925', '6', '647', '1', '2010-05-28 00:08:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2926', '6', '391', '1', '2010-05-29 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2927', '5', '428', '1', '2010-05-29 00:03:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2928', '5', '281', '3', '2010-05-30 00:02:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2929', '6', '293', '2', '2010-05-30 00:13:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2930', '6', '397', '2', '2010-05-31 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2931', '5', '415', '4', '2010-05-31 00:10:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2932', '6', '413', '3', '2010-06-01 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2933', '5', '442', '1', '2010-06-01 00:05:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2934', '5', '365', '3', '2010-06-02 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2935', '6', '367', '1', '2010-06-02 00:13:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2936', '5', '251', '1', '2010-06-03 00:08:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2937', '6', '204', '3', '2010-06-03 00:16:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2938', '5', '240', '2', '2010-06-04 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2939', '6', '249', '3', '2010-06-04 00:04:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2940', '5', '660', '2', '2010-06-05 00:03:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2941', '6', '635', '4', '2010-06-05 00:09:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2942', '5', '382', '2', '2010-06-06 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2943', '6', '438', '1', '2010-06-06 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2944', '5', '353', '2', '2010-06-07 00:08:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2945', '6', '368', '1', '2010-06-07 00:09:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2946', '5', '517', '3', '2010-06-08 00:04:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2947', '6', '559', '2', '2010-06-08 00:04:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2948', '6', '678', '5', '2010-06-09 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2949', '5', '657', '7', '2010-06-09 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2950', '5', '451', '2', '2010-06-10 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2951', '6', '453', '1', '2010-06-10 00:02:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2952', '6', '439', '3', '2010-06-11 00:05:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2953', '5', '442', '4', '2010-06-11 00:14:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2954', '5', '455', '2', '2010-06-12 00:01:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2955', '6', '430', '0', '2010-06-12 00:20:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2956', '5', '475', '1', '2010-06-13 00:02:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2957', '6', '493', '0', '2010-06-13 00:04:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2958', '6', '757', '2', '2010-06-14 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2959', '5', '713', '1', '2010-06-14 00:01:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2960', '6', '724', '1', '2010-06-15 00:03:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2961', '5', '698', '2', '2010-06-15 00:04:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2962', '5', '537', '4', '2010-06-16 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2963', '6', '474', '1', '2010-06-16 00:03:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2964', '5', '386', '1', '2010-06-17 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2965', '6', '360', '0', '2010-06-17 00:04:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2966', '6', '409', '3', '2010-06-18 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2967', '5', '425', '1', '2010-06-18 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2968', '6', '454', '7', '2010-06-19 00:04:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2969', '5', '486', '5', '2010-06-19 00:04:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2970', '6', '343', '1', '2010-06-20 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2971', '5', '337', '2', '2010-06-20 00:03:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2972', '5', '342', '0', '2010-06-21 00:03:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2973', '6', '382', '1', '2010-06-21 00:04:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2974', '5', '670', '4', '2010-06-22 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2975', '6', '655', '0', '2010-06-22 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2976', '5', '871', '2', '2010-06-23 00:03:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2977', '6', '869', '1', '2010-06-23 00:14:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2978', '5', '713', '2', '2010-06-24 00:02:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2979', '6', '710', '1', '2010-06-24 00:03:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2980', '6', '947', '2', '2010-06-25 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2981', '5', '900', '3', '2010-06-25 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2982', '6', '537', '1', '2010-06-26 00:04:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2983', '5', '545', '1', '2010-06-26 00:05:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2984', '5', '282', '2', '2010-06-27 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2985', '6', '302', '1', '2010-06-27 00:03:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2986', '6', '345', '2', '2010-06-28 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2987', '5', '346', '3', '2010-06-28 00:05:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2988', '5', '353', '2', '2010-06-29 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2989', '6', '376', '3', '2010-06-29 00:05:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2990', '6', '501', '3', '2010-06-30 00:05:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2991', '5', '516', '1', '2010-06-30 00:07:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2992', '6', '692', '2', '2010-07-01 00:05:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2993', '5', '718', '3', '2010-07-01 00:06:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2994', '5', '966', '1', '2010-07-02 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2995', '6', '918', '4', '2010-07-02 00:03:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2996', '6', '840', '4', '2010-07-03 00:03:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2997', '5', '901', '5', '2010-07-03 00:05:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2998', '6', '724', '4', '2010-07-04 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('2999', '5', '748', '1', '2010-07-04 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3000', '6', '946', '3', '2010-07-05 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3001', '5', '956', '1', '2010-07-05 00:06:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3002', '6', '435', '3', '2010-07-06 00:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3003', '5', '409', '1', '2010-07-06 00:15:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3004', '6', '393', '3', '2010-07-07 00:03:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3005', '5', '409', '2', '2010-07-07 00:05:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3006', '6', '503', '1', '2010-07-08 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3007', '5', '409', '3', '2010-07-08 00:02:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3008', '6', '832', '5', '2010-07-09 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3009', '5', '793', '2', '2010-07-09 00:05:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3010', '5', '677', '3', '2010-07-10 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3011', '6', '672', '1', '2010-07-10 00:06:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3012', '5', '731', '3', '2010-07-11 00:02:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3013', '6', '775', '2', '2010-07-11 00:06:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3014', '6', '758', '0', '2010-07-12 00:37:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3015', '5', '749', '0', '2010-07-12 00:38:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3016', '5', '508', '0', '2010-07-13 00:03:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3017', '6', '477', '2', '2010-07-13 00:05:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3018', '6', '556', '1', '2010-07-14 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3019', '5', '567', '1', '2010-07-14 00:06:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3020', '5', '420', '1', '2010-07-15 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3021', '6', '445', '1', '2010-07-15 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3022', '6', '604', '0', '2010-07-16 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3023', '5', '619', '1', '2010-07-16 00:02:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3024', '5', '645', '2', '2010-07-17 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3025', '6', '692', '3', '2010-07-17 00:05:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3026', '6', '578', '1', '2010-07-18 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3027', '5', '513', '1', '2010-07-18 00:04:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3028', '6', '400', '0', '2010-07-19 00:01:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3029', '5', '413', '3', '2010-07-19 00:03:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3030', '5', '370', '2', '2010-07-20 00:05:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3031', '6', '328', '4', '2010-07-20 00:06:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3032', '5', '331', '2', '2010-07-21 00:05:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3033', '6', '326', '2', '2010-07-21 00:22:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3034', '5', '405', '2', '2010-07-22 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3035', '6', '436', '1', '2010-07-22 00:06:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3036', '6', '726', '3', '2010-07-23 00:06:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3037', '5', '752', '0', '2010-07-23 00:10:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3038', '6', '1193', '0', '2010-07-24 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3039', '5', '1233', '1', '2010-07-24 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3040', '5', '1770', '4', '2010-07-25 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3041', '6', '1763', '2', '2010-07-25 00:03:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3042', '5', '631', '5', '2010-07-26 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3043', '6', '609', '3', '2010-07-26 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3044', '6', '723', '1', '2010-07-27 00:08:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3045', '5', '746', '2', '2010-07-27 00:18:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3046', '6', '844', '7', '2010-07-28 00:03:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3047', '5', '826', '4', '2010-07-28 00:04:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3048', '5', '641', '1', '2010-07-29 00:03:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3049', '6', '640', '1', '2010-07-29 00:03:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3050', '5', '479', '2', '2010-07-30 00:01:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3051', '6', '528', '2', '2010-07-30 00:06:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3052', '5', '496', '1', '2010-07-31 00:03:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3053', '6', '499', '1', '2010-07-31 00:04:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3054', '6', '405', '0', '2010-08-01 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3055', '5', '434', '0', '2010-08-01 00:03:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3056', '6', '211', '4', '2010-08-02 00:28:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3057', '5', '216', '1', '2010-08-02 00:49:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3058', '5', '332', '0', '2010-08-03 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3059', '6', '346', '2', '2010-08-03 00:03:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3060', '5', '199', '2', '2010-08-04 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3061', '6', '207', '0', '2010-08-04 00:13:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3062', '6', '418', '4', '2010-08-05 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3063', '5', '428', '2', '2010-08-05 00:04:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3064', '6', '848', '4', '2010-08-06 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3065', '5', '787', '7', '2010-08-06 00:06:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3066', '5', '486', '1', '2010-08-07 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3067', '6', '480', '1', '2010-08-07 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3068', '6', '1055', '10', '2010-08-08 00:01:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3069', '5', '1016', '6', '2010-08-08 00:06:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3070', '5', '393', '1', '2010-08-09 00:14:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3071', '6', '447', '2', '2010-08-09 00:18:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3072', '5', '372', '2', '2010-08-10 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3073', '6', '408', '3', '2010-08-10 00:06:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3074', '6', '480', '0', '2010-08-11 00:02:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3075', '5', '457', '1', '2010-08-11 00:14:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3076', '6', '477', '2', '2010-08-12 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3077', '5', '463', '1', '2010-08-12 00:01:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3078', '6', '503', '1', '2010-08-13 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3079', '5', '472', '1', '2010-08-13 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3080', '6', '427', '0', '2010-08-14 00:03:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3081', '5', '381', '3', '2010-08-14 00:08:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3082', '5', '532', '1', '2010-08-15 00:02:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3083', '6', '525', '2', '2010-08-15 00:02:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3084', '6', '441', '3', '2010-08-16 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3085', '5', '467', '1', '2010-08-16 00:03:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3086', '6', '484', '0', '2010-08-17 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3087', '5', '484', '0', '2010-08-17 00:07:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3088', '5', '525', '3', '2010-08-18 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3089', '6', '530', '3', '2010-08-18 00:10:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3090', '5', '528', '13', '2010-08-19 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3091', '6', '539', '14', '2010-08-19 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3092', '6', '470', '0', '2010-08-20 00:01:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3093', '5', '446', '4', '2010-08-20 00:05:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3094', '6', '485', '1', '2010-08-21 00:03:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3095', '5', '525', '1', '2010-08-21 00:08:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3096', '6', '765', '2', '2010-08-22 00:04:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3097', '5', '752', '0', '2010-08-22 00:08:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3098', '5', '790', '1', '2010-08-23 00:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3099', '6', '784', '0', '2010-08-23 00:04:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3100', '6', '1001', '3', '2010-08-24 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3101', '5', '957', '2', '2010-08-24 00:02:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3102', '6', '747', '2', '2010-08-25 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3103', '5', '767', '0', '2010-08-25 00:03:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3104', '6', '532', '4', '2010-08-26 00:01:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3105', '5', '541', '5', '2010-08-26 00:05:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3106', '6', '460', '0', '2010-08-27 00:03:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3107', '5', '463', '1', '2010-08-27 00:19:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3108', '5', '322', '0', '2010-08-28 00:06:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3109', '6', '306', '0', '2010-08-28 00:09:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3110', '6', '389', '3', '2010-08-29 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3111', '5', '414', '6', '2010-08-29 00:04:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3112', '6', '275', '1', '2010-08-30 00:02:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3113', '5', '301', '1', '2010-08-30 00:14:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3114', '5', '264', '0', '2010-08-31 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3115', '6', '268', '2', '2010-08-31 00:14:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3116', '5', '291', '2', '2010-09-01 00:19:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3117', '6', '319', '0', '2010-09-01 00:29:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3118', '6', '284', '1', '2010-09-02 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3119', '5', '301', '1', '2010-09-02 00:04:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3120', '6', '477', '1', '2010-09-03 00:03:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3121', '5', '475', '1', '2010-09-03 00:07:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3122', '5', '429', '3', '2010-09-04 00:03:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3123', '6', '426', '4', '2010-09-04 00:03:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3124', '6', '527', '5', '2010-09-05 00:02:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3125', '5', '565', '3', '2010-09-05 00:02:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3126', '5', '522', '4', '2010-09-06 00:04:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3127', '6', '538', '0', '2010-09-06 00:10:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3128', '6', '689', '4', '2010-09-07 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3129', '5', '683', '2', '2010-09-07 00:02:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3130', '6', '532', '1', '2010-09-08 00:04:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3131', '5', '537', '1', '2010-09-08 00:13:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3132', '5', '542', '1', '2010-09-09 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3133', '6', '477', '1', '2010-09-09 00:05:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3134', '6', '791', '1', '2010-09-10 00:01:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3135', '5', '801', '1', '2010-09-10 00:04:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3136', '5', '655', '2', '2010-09-11 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3137', '6', '698', '1', '2010-09-11 00:04:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3138', '6', '493', '1', '2010-09-12 00:02:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3139', '5', '494', '3', '2010-09-12 00:04:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3140', '6', '366', '7', '2010-09-13 00:05:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3141', '5', '350', '2', '2010-09-13 00:12:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3142', '6', '774', '4', '2010-09-14 00:04:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3143', '5', '733', '3', '2010-09-14 00:08:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3144', '5', '654', '1', '2010-09-15 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3145', '6', '665', '2', '2010-09-15 00:04:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3146', '6', '677', '2', '2010-09-16 00:05:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3147', '5', '652', '1', '2010-09-16 00:05:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3148', '5', '2325', '2', '2010-09-17 00:05:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3149', '6', '2367', '0', '2010-09-17 00:05:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3150', '5', '892', '4', '2010-09-18 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3151', '6', '890', '0', '2010-09-18 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3152', '6', '458', '2', '2010-09-19 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3153', '5', '456', '4', '2010-09-19 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3154', '6', '456', '3', '2010-09-20 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3155', '5', '485', '1', '2010-09-20 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3156', '6', '601', '5', '2010-09-21 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3157', '5', '636', '5', '2010-09-21 00:04:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3158', '5', '453', '3', '2010-09-22 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3159', '6', '425', '0', '2010-09-22 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3160', '6', '1049', '2', '2010-09-23 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3161', '5', '1019', '0', '2010-09-23 00:06:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3162', '6', '300', '1', '2010-09-24 00:02:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3163', '5', '297', '4', '2010-09-24 00:06:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3164', '6', '474', '2', '2010-09-25 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3165', '5', '476', '0', '2010-09-25 00:06:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3166', '5', '414', '1', '2010-09-26 00:00:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3167', '6', '380', '0', '2010-09-26 00:03:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3168', '6', '587', '5', '2010-09-27 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3169', '5', '596', '5', '2010-09-27 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3170', '5', '382', '0', '2010-09-28 00:02:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3171', '6', '392', '1', '2010-09-28 00:16:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3172', '5', '398', '1', '2010-09-29 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3173', '6', '374', '0', '2010-09-29 00:03:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3174', '5', '521', '3', '2010-09-30 00:01:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3175', '6', '551', '0', '2010-09-30 00:06:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3176', '6', '371', '2', '2010-10-01 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3177', '5', '407', '2', '2010-10-01 00:07:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3178', '5', '470', '2', '2010-10-02 00:02:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3179', '6', '487', '1', '2010-10-02 00:12:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3180', '5', '400', '1', '2010-10-03 00:01:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3181', '6', '447', '0', '2010-10-03 00:04:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3182', '6', '621', '3', '2010-10-04 00:00:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3183', '5', '601', '1', '2010-10-04 00:04:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3184', '5', '608', '0', '2010-10-05 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3185', '6', '639', '2', '2010-10-05 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3186', '5', '674', '1', '2010-10-06 00:04:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3187', '6', '643', '1', '2010-10-06 00:10:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3188', '5', '959', '1', '2010-10-07 00:03:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3189', '6', '951', '1', '2010-10-07 00:12:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3190', '6', '364', '2', '2010-10-08 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3191', '5', '348', '2', '2010-10-08 00:02:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3192', '5', '784', '3', '2010-10-09 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3193', '6', '721', '2', '2010-10-09 00:06:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3194', '5', '331', '3', '2010-10-10 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3195', '6', '363', '1', '2010-10-10 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3196', '5', '509', '3', '2010-10-11 00:05:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3197', '6', '473', '0', '2010-10-11 00:06:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3198', '5', '551', '0', '2010-10-12 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3199', '6', '541', '2', '2010-10-12 00:03:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3200', '5', '604', '0', '2010-10-13 00:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3201', '6', '607', '0', '2010-10-13 00:08:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3202', '6', '707', '2', '2010-10-14 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3203', '5', '673', '2', '2010-10-14 00:11:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3204', '5', '359', '1', '2010-10-15 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3205', '6', '348', '2', '2010-10-15 00:06:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3206', '6', '542', '0', '2010-10-16 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3207', '5', '549', '0', '2010-10-16 00:01:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3208', '5', '384', '0', '2010-10-17 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3209', '6', '430', '1', '2010-10-17 00:09:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3210', '5', '404', '1', '2010-10-18 00:01:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3211', '6', '419', '1', '2010-10-18 00:05:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3212', '5', '507', '1', '2010-10-19 00:03:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3213', '6', '498', '3', '2010-10-19 00:03:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3214', '5', '411', '3', '2010-10-20 00:00:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3215', '6', '400', '2', '2010-10-20 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3216', '6', '519', '0', '2010-10-21 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3217', '5', '563', '1', '2010-10-21 00:05:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3218', '6', '381', '0', '2010-10-22 00:03:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3219', '5', '375', '1', '2010-10-22 00:07:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3220', '5', '577', '1', '2010-10-23 00:03:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3221', '6', '543', '1', '2010-10-23 00:07:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3222', '5', '412', '1', '2010-10-24 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3223', '6', '394', '2', '2010-10-24 00:10:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3224', '5', '471', '1', '2010-10-25 00:00:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3225', '6', '488', '2', '2010-10-25 00:06:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3226', '6', '560', '1', '2010-10-26 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3227', '5', '565', '0', '2010-10-26 00:02:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3228', '5', '557', '2', '2010-10-27 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3229', '6', '580', '3', '2010-10-27 00:04:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3230', '6', '991', '1', '2010-10-28 00:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3231', '5', '1035', '3', '2010-10-28 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3232', '6', '567', '1', '2010-10-29 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3233', '5', '559', '4', '2010-10-29 00:15:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3234', '6', '781', '1', '2010-10-30 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3235', '5', '773', '0', '2010-10-30 00:04:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3236', '6', '559', '1', '2010-10-31 00:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3237', '5', '567', '1', '2010-10-31 00:05:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3238', '6', '1123', '2', '2010-11-01 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3239', '5', '1089', '2', '2010-11-01 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3240', '5', '891', '2', '2010-11-02 00:00:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3241', '6', '866', '0', '2010-11-02 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3242', '5', '541', '2', '2010-11-03 00:03:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3243', '6', '501', '0', '2010-11-03 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3244', '6', '803', '4', '2010-11-04 00:03:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3245', '5', '812', '2', '2010-11-04 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3246', '5', '486', '3', '2010-11-05 00:03:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3247', '6', '479', '4', '2010-11-05 00:05:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3248', '5', '528', '1', '2010-11-06 00:02:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3249', '6', '529', '1', '2010-11-06 00:03:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3250', '6', '575', '1', '2010-11-07 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3251', '5', '551', '2', '2010-11-07 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3252', '6', '598', '3', '2010-11-08 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3253', '5', '576', '1', '2010-11-08 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3254', '5', '712', '1', '2010-11-09 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3255', '6', '785', '4', '2010-11-09 00:02:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3256', '6', '626', '0', '2010-11-10 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3257', '5', '630', '3', '2010-11-10 00:03:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3258', '5', '716', '6', '2010-11-11 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3259', '6', '742', '0', '2010-11-11 00:03:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3260', '5', '560', '0', '2010-11-12 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3261', '6', '587', '1', '2010-11-12 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3262', '6', '476', '1', '2010-11-13 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3263', '5', '485', '1', '2010-11-13 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3264', '5', '495', '5', '2010-11-14 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3265', '6', '486', '0', '2010-11-14 00:03:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3266', '6', '523', '1', '2010-11-15 00:01:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3267', '5', '494', '5', '2010-11-15 00:02:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3268', '6', '600', '0', '2010-11-16 00:01:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3269', '5', '579', '0', '2010-11-16 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3270', '5', '394', '2', '2010-11-17 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3271', '6', '458', '3', '2010-11-17 00:05:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3272', '6', '1254', '0', '2010-11-18 00:03:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3273', '5', '1216', '1', '2010-11-18 00:07:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3274', '5', '1714', '3', '2010-11-19 00:02:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3275', '6', '1746', '1', '2010-11-19 00:10:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3276', '5', '1739', '6', '2010-11-20 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3277', '6', '1691', '1', '2010-11-20 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3278', '6', '2948', '6', '2010-11-21 00:04:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3279', '5', '2877', '1', '2010-11-21 00:04:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3280', '5', '1779', '1', '2010-11-22 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3281', '6', '1686', '0', '2010-11-22 00:01:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3282', '5', '2211', '0', '2010-11-23 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3283', '6', '2078', '2', '2010-11-23 00:08:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3284', '5', '1922', '5', '2010-11-24 00:00:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3285', '6', '1902', '7', '2010-11-24 00:01:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3286', '5', '894', '6', '2010-11-25 00:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3287', '6', '879', '4', '2010-11-25 00:03:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3288', '6', '972', '1', '2010-11-26 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3289', '5', '921', '2', '2010-11-26 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3290', '5', '2240', '0', '2010-11-27 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3291', '6', '2136', '0', '2010-11-27 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3292', '5', '2439', '5', '2010-11-28 00:01:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3293', '6', '2437', '7', '2010-11-28 00:01:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3294', '5', '1692', '7', '2010-11-29 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3295', '6', '1759', '5', '2010-11-29 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3296', '6', '1443', '1', '2010-11-30 00:02:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3297', '5', '1385', '0', '2010-11-30 00:03:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3298', '5', '1800', '2', '2010-12-01 00:00:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3299', '6', '1704', '0', '2010-12-01 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3300', '6', '1299', '0', '2010-12-02 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3301', '5', '1366', '1', '2010-12-02 00:02:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3302', '6', '1427', '1', '2010-12-03 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3303', '5', '1433', '2', '2010-12-03 00:01:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3304', '5', '1598', '2', '2010-12-04 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3305', '6', '1545', '1', '2010-12-04 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3306', '5', '1547', '3', '2010-12-05 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3307', '6', '1493', '0', '2010-12-05 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3308', '6', '1404', '0', '2010-12-06 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3309', '5', '1371', '1', '2010-12-06 00:01:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3310', '5', '569', '7', '2010-12-07 00:01:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3311', '6', '589', '3', '2010-12-07 00:04:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3312', '6', '484', '3', '2010-12-08 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3313', '5', '566', '8', '2010-12-08 00:03:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3314', '5', '921', '10', '2010-12-09 00:05:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3315', '6', '918', '1', '2010-12-09 00:13:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3316', '6', '519', '2', '2010-12-10 00:00:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3317', '5', '525', '0', '2010-12-10 00:02:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3318', '5', '498', '4', '2010-12-11 00:03:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3319', '6', '544', '3', '2010-12-11 00:08:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3320', '6', '539', '2', '2010-12-12 00:03:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3321', '5', '526', '1', '2010-12-12 00:15:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3322', '5', '546', '1', '2010-12-13 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3323', '6', '499', '3', '2010-12-13 00:07:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3324', '6', '760', '6', '2010-12-14 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3325', '5', '784', '5', '2010-12-14 00:18:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3326', '6', '1009', '11', '2010-12-15 00:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3327', '5', '1075', '8', '2010-12-15 00:04:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3328', '5', '858', '0', '2010-12-16 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3329', '6', '870', '1', '2010-12-16 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3330', '6', '790', '0', '2010-12-17 00:05:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3331', '5', '799', '5', '2010-12-17 00:07:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3332', '6', '3193', '11', '2010-12-18 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3333', '5', '3264', '6', '2010-12-18 00:02:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3334', '6', '618', '1', '2010-12-19 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3335', '5', '603', '1', '2010-12-19 00:00:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3336', '6', '525', '2', '2010-12-20 00:00:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3337', '5', '539', '6', '2010-12-20 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3338', '6', '339', '0', '2010-12-21 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3339', '5', '387', '0', '2010-12-21 00:02:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3340', '5', '449', '0', '2010-12-22 00:03:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3341', '6', '449', '1', '2010-12-22 00:03:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3342', '5', '650', '4', '2010-12-23 00:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3343', '6', '665', '7', '2010-12-23 00:13:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3344', '6', '524', '4', '2010-12-24 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3345', '5', '491', '5', '2010-12-24 00:02:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3346', '6', '546', '6', '2010-12-25 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3347', '5', '527', '3', '2010-12-25 00:02:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3348', '5', '727', '0', '2010-12-26 00:03:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3349', '6', '749', '3', '2010-12-26 00:06:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3350', '6', '988', '2', '2010-12-27 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3351', '5', '989', '4', '2010-12-27 00:03:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3352', '6', '691', '3', '2010-12-28 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3353', '5', '716', '3', '2010-12-28 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3354', '5', '648', '9', '2010-12-29 00:03:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3355', '6', '614', '2', '2010-12-29 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3356', '5', '831', '2', '2010-12-30 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3357', '6', '837', '1', '2010-12-30 00:09:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3358', '5', '954', '4', '2010-12-31 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3359', '6', '918', '2', '2010-12-31 00:02:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3360', '5', '1351', '1', '2011-01-01 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3361', '6', '1288', '3', '2011-01-01 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3362', '5', '828', '2', '2011-01-02 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3363', '6', '814', '0', '2011-01-02 00:05:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3364', '5', '695', '0', '2011-01-03 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3365', '6', '709', '2', '2011-01-03 00:01:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3366', '5', '853', '11', '2011-01-04 00:01:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3367', '6', '865', '5', '2011-01-04 00:02:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3368', '6', '1043', '3', '2011-01-05 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3369', '5', '1042', '2', '2011-01-05 00:02:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3370', '6', '970', '2', '2011-01-06 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3371', '5', '973', '0', '2011-01-06 00:03:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3372', '6', '993', '0', '2011-01-07 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3373', '5', '985', '0', '2011-01-07 00:04:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3374', '6', '852', '8', '2011-01-08 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3375', '5', '841', '3', '2011-01-08 00:01:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3376', '6', '788', '3', '2011-01-09 00:01:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3377', '5', '778', '0', '2011-01-09 00:06:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3378', '5', '923', '0', '2011-01-10 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3379', '6', '849', '2', '2011-01-10 00:01:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3380', '6', '759', '9', '2011-01-11 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3381', '5', '779', '0', '2011-01-11 00:04:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3382', '5', '818', '2', '2011-01-12 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3383', '6', '805', '8', '2011-01-12 00:07:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3384', '6', '802', '1', '2011-01-13 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3385', '5', '779', '1', '2011-01-13 00:01:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3386', '5', '870', '2', '2011-01-14 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3387', '6', '817', '5', '2011-01-14 00:02:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3388', '5', '729', '1', '2011-01-15 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3389', '6', '712', '6', '2011-01-15 00:10:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3390', '6', '593', '1', '2011-01-16 00:00:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3391', '5', '610', '3', '2011-01-16 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3392', '6', '977', '1', '2011-01-17 00:03:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3393', '5', '1039', '5', '2011-01-17 00:05:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3394', '5', '1245', '6', '2011-01-18 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3395', '6', '1291', '6', '2011-01-18 00:02:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3396', '6', '1303', '4', '2011-01-19 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3397', '5', '1375', '10', '2011-01-19 00:04:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3398', '6', '1080', '0', '2011-01-20 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3399', '5', '1123', '0', '2011-01-20 00:03:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3400', '5', '864', '12', '2011-01-21 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3401', '6', '862', '2', '2011-01-21 00:05:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3402', '6', '879', '5', '2011-01-22 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3403', '5', '854', '6', '2011-01-22 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3404', '6', '820', '9', '2011-01-23 00:00:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3405', '5', '852', '11', '2011-01-23 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3406', '5', '1807', '7', '2011-01-24 00:01:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3407', '6', '1796', '13', '2011-01-24 00:01:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3408', '6', '974', '1', '2011-01-25 00:00:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3409', '5', '997', '2', '2011-01-25 00:01:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3410', '6', '1352', '6', '2011-01-26 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3411', '5', '1319', '8', '2011-01-26 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3412', '6', '793', '4', '2011-01-27 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3413', '5', '817', '4', '2011-01-27 00:02:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3414', '5', '755', '2', '2011-01-28 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3415', '6', '738', '7', '2011-01-28 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3416', '6', '1319', '2', '2011-01-29 00:01:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3417', '5', '1247', '5', '2011-01-29 00:01:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3418', '5', '1141', '5', '2011-01-30 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3419', '6', '1210', '4', '2011-01-30 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3420', '6', '1630', '13', '2011-01-31 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3421', '5', '1679', '8', '2011-01-31 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3422', '5', '1162', '4', '2011-02-01 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3423', '6', '1054', '7', '2011-02-01 00:01:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3424', '5', '927', '3', '2011-02-02 00:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3425', '6', '956', '2', '2011-02-02 00:05:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3426', '5', '2654', '20', '2011-02-03 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3427', '6', '2567', '18', '2011-02-03 00:01:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3428', '6', '725', '8', '2011-02-04 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3429', '5', '714', '4', '2011-02-04 00:02:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3430', '6', '854', '5', '2011-02-05 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3431', '5', '847', '0', '2011-02-05 00:04:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3432', '6', '1053', '6', '2011-02-06 00:04:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3433', '5', '1202', '3', '2011-02-06 00:05:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3434', '6', '2398', '26', '2011-02-07 00:02:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3435', '5', '2337', '20', '2011-02-07 00:03:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3436', '6', '2193', '9', '2011-02-08 00:03:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3437', '5', '2225', '7', '2011-02-08 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3438', '6', '1058', '6', '2011-02-09 00:06:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3439', '5', '1059', '2', '2011-02-09 00:06:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3440', '5', '1173', '1', '2011-02-10 00:04:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3441', '6', '1172', '7', '2011-02-10 00:04:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3442', '5', '918', '6', '2011-02-11 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3443', '6', '882', '5', '2011-02-11 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3444', '6', '1191', '5', '2011-02-12 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3445', '5', '1182', '6', '2011-02-12 00:03:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3446', '5', '4229', '37', '2011-02-13 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3447', '6', '4374', '32', '2011-02-13 00:03:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3448', '6', '1274', '2', '2011-02-14 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3449', '5', '1277', '6', '2011-02-14 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3450', '5', '1422', '15', '2011-02-15 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3451', '6', '1522', '12', '2011-02-15 00:03:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3452', '5', '1667', '7', '2011-02-16 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3453', '6', '1584', '2', '2011-02-16 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3454', '5', '1311', '3', '2011-02-17 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3455', '6', '1286', '3', '2011-02-17 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3456', '6', '3631', '30', '2011-02-18 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3457', '5', '3681', '28', '2011-02-18 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3458', '6', '4787', '29', '2011-02-19 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3459', '5', '4811', '49', '2011-02-19 00:00:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3460', '5', '1231', '9', '2011-02-20 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3461', '6', '1250', '7', '2011-02-20 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3462', '6', '1059', '3', '2011-02-21 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3463', '5', '1025', '3', '2011-02-21 00:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3464', '5', '4083', '27', '2011-02-22 00:03:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3465', '6', '4102', '38', '2011-02-22 00:06:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3466', '6', '6358', '56', '2011-02-23 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3467', '5', '6463', '51', '2011-02-23 00:05:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3468', '6', '3629', '28', '2011-02-24 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3469', '5', '3614', '25', '2011-02-24 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3470', '5', '1095', '5', '2011-02-25 00:03:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3471', '6', '1095', '5', '2011-02-25 00:03:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3472', '5', '1009', '8', '2011-02-26 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3473', '6', '1035', '11', '2011-02-26 00:04:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3474', '6', '1220', '2', '2011-02-27 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3475', '5', '1243', '3', '2011-02-27 00:02:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3476', '5', '6515', '72', '2011-02-28 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3477', '6', '6583', '57', '2011-02-28 00:01:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3478', '5', '8038', '72', '2011-03-01 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3479', '6', '7809', '76', '2011-03-01 00:04:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3480', '5', '5644', '59', '2011-03-02 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3481', '6', '5654', '46', '2011-03-02 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3482', '5', '2234', '2', '2011-03-03 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3483', '6', '2144', '2', '2011-03-03 00:07:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3484', '5', '1015', '4', '2011-03-04 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3485', '6', '1012', '2', '2011-03-04 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3486', '6', '784', '4', '2011-03-05 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3487', '5', '771', '1', '2011-03-05 00:01:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3488', '5', '1416', '6', '2011-03-06 00:02:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3489', '6', '1478', '8', '2011-03-06 00:04:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3490', '6', '3424', '26', '2011-03-07 00:02:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3491', '5', '3567', '19', '2011-03-07 00:02:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3492', '6', '4338', '22', '2011-03-08 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3493', '5', '4286', '27', '2011-03-08 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3494', '6', '896', '1', '2011-03-09 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3495', '5', '901', '5', '2011-03-09 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3496', '5', '1280', '1', '2011-03-10 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3497', '6', '1345', '1', '2011-03-10 00:04:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3498', '5', '1101', '1', '2011-03-11 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3499', '6', '1109', '0', '2011-03-11 00:03:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3500', '5', '1985', '11', '2011-03-12 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3501', '6', '1931', '13', '2011-03-12 00:02:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3502', '5', '4162', '36', '2011-03-13 00:01:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3503', '6', '4207', '30', '2011-03-13 00:04:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3504', '5', '2476', '17', '2011-03-14 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3505', '6', '2573', '13', '2011-03-14 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3506', '5', '1637', '8', '2011-03-15 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3507', '6', '1659', '3', '2011-03-15 00:02:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3508', '5', '1442', '4', '2011-03-16 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3509', '6', '1463', '1', '2011-03-16 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3510', '5', '1629', '10', '2011-03-17 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3511', '6', '1579', '4', '2011-03-17 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3512', '6', '1760', '3', '2011-03-18 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3513', '5', '1797', '6', '2011-03-18 00:02:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3514', '5', '5296', '36', '2011-03-19 00:00:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3515', '6', '5375', '32', '2011-03-19 00:02:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3516', '6', '3390', '13', '2011-03-20 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3517', '5', '3484', '12', '2011-03-20 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3518', '6', '4714', '43', '2011-03-21 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3519', '5', '4494', '31', '2011-03-21 00:00:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3520', '6', '4455', '25', '2011-03-22 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3521', '5', '4461', '14', '2011-03-22 00:00:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3522', '5', '2738', '14', '2011-03-23 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3523', '6', '2787', '23', '2011-03-23 00:02:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3524', '5', '4516', '34', '2011-03-24 00:00:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3525', '6', '4603', '33', '2011-03-24 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3526', '6', '1269', '7', '2011-03-25 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3527', '5', '1170', '4', '2011-03-25 00:02:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3528', '5', '2347', '6', '2011-03-26 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3529', '6', '2262', '16', '2011-03-26 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3530', '6', '1954', '7', '2011-03-27 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3531', '5', '1880', '4', '2011-03-27 00:01:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3532', '6', '2218', '8', '2011-03-28 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3533', '5', '2090', '5', '2011-03-28 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3534', '6', '2050', '14', '2011-03-29 00:01:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3535', '5', '1938', '10', '2011-03-29 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3536', '5', '2260', '9', '2011-03-30 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3537', '6', '2419', '11', '2011-03-30 00:03:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3538', '6', '2846', '8', '2011-03-31 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3539', '5', '2829', '13', '2011-03-31 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3540', '5', '2566', '16', '2011-04-01 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3541', '6', '2689', '10', '2011-04-01 00:02:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3542', '6', '3378', '13', '2011-04-02 00:01:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3543', '5', '3457', '14', '2011-04-02 00:01:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3544', '6', '4461', '27', '2011-04-03 00:00:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3545', '5', '4449', '13', '2011-04-03 00:00:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3546', '6', '2642', '12', '2011-04-04 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3547', '5', '2728', '12', '2011-04-04 00:00:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3548', '5', '3842', '15', '2011-04-05 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3549', '6', '3810', '23', '2011-04-05 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3550', '5', '2486', '15', '2011-04-06 00:00:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3551', '6', '2553', '11', '2011-04-06 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3552', '6', '2673', '11', '2011-04-07 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3553', '5', '2764', '9', '2011-04-07 00:01:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3554', '6', '2581', '25', '2011-04-08 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3555', '5', '2592', '11', '2011-04-08 00:01:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3556', '6', '2417', '18', '2011-04-09 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3557', '5', '2463', '18', '2011-04-09 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3558', '5', '3108', '18', '2011-04-10 00:01:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3559', '6', '3121', '20', '2011-04-10 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3560', '6', '2870', '19', '2011-04-11 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3561', '5', '2979', '22', '2011-04-11 00:01:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3562', '5', '2226', '8', '2011-04-12 00:01:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3563', '6', '2288', '14', '2011-04-12 00:03:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3564', '6', '2534', '4', '2011-04-13 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3565', '5', '2585', '8', '2011-04-13 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3566', '6', '3514', '19', '2011-04-14 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3567', '5', '3450', '26', '2011-04-14 00:02:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3568', '5', '4055', '44', '2011-04-15 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3569', '6', '4100', '37', '2011-04-15 00:01:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3570', '5', '4485', '34', '2011-04-16 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3571', '6', '4404', '36', '2011-04-16 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3572', '6', '2964', '18', '2011-04-17 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3573', '5', '3075', '19', '2011-04-17 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3574', '5', '3185', '15', '2011-04-18 00:00:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3575', '6', '3158', '21', '2011-04-18 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3576', '5', '3824', '29', '2011-04-19 00:00:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3577', '6', '3836', '23', '2011-04-19 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3578', '5', '4160', '26', '2011-04-20 00:00:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3579', '6', '4228', '23', '2011-04-20 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3580', '5', '3815', '44', '2011-04-21 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3581', '5', '3815', '44', '2011-04-21 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3582', '6', '3822', '20', '2011-04-21 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3583', '5', '4842', '24', '2011-04-22 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3584', '6', '4682', '40', '2011-04-22 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3585', '6', '4187', '28', '2011-04-23 00:00:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3586', '5', '4073', '31', '2011-04-23 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3587', '6', '4004', '18', '2011-04-24 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3588', '5', '3897', '26', '2011-04-24 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3589', '5', '791', '5', '2011-04-25 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3590', '6', '796', '5', '2011-04-25 00:00:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3591', '5', '1292', '2', '2011-05-05 13:20:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3592', '6', '1235', '4', '2011-05-05 13:21:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3593', '6', '4762', '26', '2011-05-06 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3594', '5', '4904', '7', '2011-05-06 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3595', '5', '3755', '7', '2011-05-07 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3596', '6', '3732', '8', '2011-05-07 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3597', '6', '2768', '4', '2011-05-08 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3598', '5', '2770', '7', '2011-05-08 00:01:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3599', '6', '2897', '9', '2011-05-09 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3600', '5', '2964', '9', '2011-05-09 00:05:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3601', '6', '3263', '11', '2011-05-10 00:00:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3602', '5', '3398', '9', '2011-05-10 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3603', '5', '4235', '16', '2011-05-11 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3604', '6', '4240', '16', '2011-05-11 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3605', '5', '3604', '20', '2011-05-12 00:01:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3606', '6', '3642', '23', '2011-05-12 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3607', '5', '2693', '22', '2011-05-13 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3608', '5', '2693', '22', '2011-05-13 00:00:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3609', '6', '2752', '29', '2011-05-13 00:00:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3610', '5', '4148', '36', '2011-05-14 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3611', '6', '4191', '33', '2011-05-14 00:05:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3612', '5', '5293', '36', '2011-05-15 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3613', '6', '5266', '30', '2011-05-15 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3614', '6', '5114', '62', '2011-05-16 00:00:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3615', '5', '4997', '68', '2011-05-16 00:00:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3616', '5', '4956', '75', '2011-05-17 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3617', '6', '5089', '76', '2011-05-17 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3618', '6', '4153', '58', '2011-05-18 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3619', '5', '4086', '38', '2011-05-18 00:04:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3620', '6', '5346', '55', '2011-05-19 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3621', '5', '5408', '64', '2011-05-19 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3622', '6', '5778', '48', '2011-05-20 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3623', '5', '5755', '37', '2011-05-20 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3624', '5', '6628', '40', '2011-05-21 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3625', '6', '6541', '41', '2011-05-21 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3626', '6', '7294', '66', '2011-05-22 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3627', '5', '7324', '68', '2011-05-22 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3628', '6', '3123', '25', '2011-05-23 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3629', '5', '3169', '13', '2011-05-23 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3630', '5', '3252', '13', '2011-05-24 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3631', '6', '3278', '14', '2011-05-24 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3632', '6', '3750', '25', '2011-05-25 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3633', '6', '3750', '25', '2011-05-25 00:01:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3634', '5', '3658', '27', '2011-05-25 00:01:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3635', '6', '4965', '10', '2011-05-26 00:01:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3636', '5', '4926', '11', '2011-05-26 00:01:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3637', '6', '5714', '10', '2011-05-27 00:00:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3638', '5', '5667', '13', '2011-05-27 00:00:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3639', '6', '5598', '13', '2011-05-28 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3640', '5', '5603', '12', '2011-05-28 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3641', '6', '5281', '12', '2011-05-29 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3642', '5', '5222', '13', '2011-05-29 00:02:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3643', '5', '5353', '23', '2011-05-30 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3644', '6', '5398', '17', '2011-05-30 00:00:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3645', '5', '5389', '17', '2011-05-31 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3646', '6', '5309', '10', '2011-05-31 00:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3647', '6', '5435', '9', '2011-06-01 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3648', '5', '5642', '17', '2011-06-01 00:00:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3649', '6', '4128', '31', '2011-06-02 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3650', '5', '3943', '33', '2011-06-02 00:00:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3651', '6', '6601', '36', '2011-06-03 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3652', '5', '6909', '44', '2011-06-03 00:01:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3653', '5', '7633', '37', '2011-06-04 00:00:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3654', '6', '7583', '52', '2011-06-04 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3655', '6', '4429', '29', '2011-06-05 00:00:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3656', '5', '4530', '27', '2011-06-05 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3657', '5', '5395', '39', '2011-06-06 00:00:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3658', '6', '5301', '41', '2011-06-06 00:00:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3659', '6', '6711', '38', '2011-06-07 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3660', '5', '6534', '26', '2011-06-07 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3661', '5', '4831', '17', '2011-06-08 00:00:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3662', '6', '4942', '27', '2011-06-08 00:00:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3663', '5', '5947', '58', '2011-06-09 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3664', '6', '5929', '63', '2011-06-09 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3665', '6', '5263', '50', '2011-06-10 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3666', '5', '5434', '53', '2011-06-10 00:01:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3667', '6', '4601', '3', '2011-06-11 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3668', '5', '4501', '8', '2011-06-11 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3669', '5', '3771', '0', '2011-06-12 00:00:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3670', '6', '3789', '7', '2011-06-12 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3671', '6', '1680', '0', '2011-06-13 00:00:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('3672', '5', '1656', '0', '2011-06-13 00:00:23'); DROP TABLE IF EXISTS `brands`; CREATE TABLE `brands` ( `brand_id` int(11) NOT NULL AUTO_INCREMENT, `brand_name` varchar(32) NOT NULL DEFAULT '', `date_added` datetime DEFAULT NULL, `last_modified` datetime DEFAULT NULL, `brands_image` varchar(200) DEFAULT NULL, PRIMARY KEY (`brand_id`), KEY `IDX_MANUFACTURERS_NAME` (`brand_name`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1; INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('11', 'World Industries', '2007-05-06 01:45:03', '', 'WIlogo.jpg'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('16', 'Northwave', '2007-05-06 23:09:43', '', 'header_northwave_logo_over.png'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('12', 'Oakley', '2007-05-06 23:08:32', '', 'sticker.jpeg'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('13', 'Atomic Ski', '2007-05-06 23:08:50', '2010-12-25 22:35:18', 'Sa4D.php'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('14', 'Bakoda', '2007-05-06 23:09:17', '', 'header_bakoda_logo_over.png'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('15', 'Drake', '2007-05-06 23:09:31', '', 'header_drake_logo_over.png'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('10', 'Ugg', '2007-05-03 15:00:13', '', 'UGG_logo.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('17', 'Demon', '2007-05-06 23:09:57', '', 'demon_logo2.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('18', 'Line Skis', '2007-05-06 23:10:20', '', 'line_logo.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('19', 'Marker', '2007-05-06 23:10:49', '', 'MKR_NewLogo_Stcked.jpg'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('20', 'Pro-Tec', '2007-05-06 23:11:07', '', 'protec.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('21', 'Volkl', '2007-08-31 13:48:36', '2007-09-05 19:25:56', 'Volkl_bj.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('27', 'Oregon Scientific', '2008-01-30 15:01:42', '', 'logo-OSIheader.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('23', 'Kamik', '2007-10-01 13:00:56', '', 'logo_f2.jpg'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('24', 'Ogio', '2007-10-02 16:49:47', '', 'logoogio.jpg'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('25', 'Vans', '2007-10-05 11:39:11', '', 'vans_logo.jpg'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('26', 'Spyder', '2007-11-04 20:39:59', '', 'spyderlogo.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('28', 'Atomic Snowboarding', '2008-03-29 14:11:37', '2008-03-29 14:11:49', 'img.php.jpg'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('29', 'K2 Snowboarding', '2008-03-29 14:44:32', '', 'k2_snowboarding_corp_logo.gif'); INSERT INTO `brands`(`brand_id`, `brand_name`, `date_added`, `last_modified`, `brands_image`) VALUES ('30', 'Morrow', '2008-08-02 15:46:43', '', 'morrow_logo_bw.tif'); DROP TABLE IF EXISTS `cache`; CREATE TABLE `cache` ( `cache_id` varchar(32) NOT NULL DEFAULT '', `cache_language_id` tinyint(1) NOT NULL DEFAULT '0', `cache_name` varchar(255) NOT NULL DEFAULT '', `cache_data` mediumtext NOT NULL, `cache_global` tinyint(1) NOT NULL DEFAULT '1', `cache_gzip` tinyint(1) NOT NULL DEFAULT '1', `cache_method` varchar(20) NOT NULL DEFAULT 'RETURN', `cache_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `cache_expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`cache_id`,`cache_language_id`), KEY `cache_id` (`cache_id`), KEY `cache_language_id` (`cache_language_id`), KEY `cache_global` (`cache_global`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('dae46d252d93631f218b79dd62eb04eb', '1', 'seo_urls_manufacturers', 'AwA=', '1', '1', 'EVAL', '2011-05-19 12:01:09', '2011-06-18 12:01:09'); INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('f47315cba5e35ca49994fbf925cfaa75', '1', 'seo_urls_categories', 'jZhLj5swFIX3/RWzSysVqeRJVHUxqkZd9aGqm66QIUzCDAMRMBP139e+xs69F3zJLsGH8/l1rp0ciseyLt4vvt7/efj28/ff9Mf994c0Xny8W6jzWbVFFXWn5rz48Pnu3WHQkgYtzH+p/vQlJhrqtzR+eVWoVtV5QYTXp95pSQTUabMzVpk6dpGqD1H1ejyqI3UcNXpj/TIeB3XeG+Oubi5Zo9rDeNSsyZvuBc8EPJ/LCTf30Pskgk+cbsEKz3z0UtR6EuwikXfDKg8Dw/BcxOluY7pOnC7NbUSmQ0xtKjETWFvCzJp/N4yRqBBPG4q88Zwey7a6AUhlmCiv4m5MVHledF3TlkVHOkumAYsQTdtJ44vXozU8qd4GJytULSJHSsTVxiIX4k4G8Ng0/UXHn7w3rcAcqRLE6X68R89t0xd5X74V88mY0CK2Ng+PMUlXtlwMKY46/QHqBl1E89iUT9zuGWAiMkj5iM5NxfaIt7dN2FnaGRoMSfOvQ671t0Dnr82YIGVLE7a49EVPr3XZtGYaAgwswJStuAprOKj8OIbKE6ZgAaJoG3EdVmQsmd7LgVHYJuS8WsnOkBTf/6ysD2V9DJm7VuwvJSRJ159Izw2oVflzAHBtRgRtIc3NkuYACtW4mPkRonbE0CZhxj5dQx2j5280PVfk+L5qPAvMRBbUFM4arzgDgQBTpOqhO2GTTU3c5nRP2Sq5x7agjMWYLqVf0202qeFzeegiP26RzaWYLOVVk+1+p2S0J/DK+L7YASMV5kn7X/NsnaM8W87cM3GkXIrJUv2L03iZbqBsuJMvgllz38h+dw+ZxMOcG54dene1CphcbwZ9d9+meVTCeNLMWh4UX0eIphGm/gy/D2BOpEqr12uTbiAaUEjtDfe6D8aFV5B5rnMNzx4otrBa1pCHSx/tvOSLQsrWznNsKHDWkoYrSJ6UMa58S9sm6RaKN+wCdxd70sdDMdwRu1NRVTQfc1rfA/MDw/iHRw6KHRxQxPVS1n3RRmdVs1M2rKJU7TlHhfkmfpnqiqhS/4qWvBzSMOLsTO8gm8QtV92rqqK+OQtTjEWMKedTz/4OdvQUM2v6vnmZxzodI0v72a4qVAZC7hp+7ZhoZhypVlgOHGTE6Fg1b+yWPNXOSNKpZX4LpztIylAXbszKvBr1wjKkfasVCaSF+QbzIukoWfvOkWFFmWMgM2EVo8rra8YLqWF+OBK414KMceXkGC4kZ9rQZWIe7ZSMLqfH0KE6MfrEvp5WMJpcmQwNLrzMa5zWSQFjSXfeOE12aQIpwv/WRDPnzZwW9cD642XhdySt2EOCiGswP2EVpWrPOSqkh/gNu3goJcRA0jGynCAzXkgQcQykNqRhRDk7hjjco67/20UTe5fQhnZGknNiSMOtCZHG+5aAbDPj2IT8Bw==', '1', '1', 'EVAL', '2011-05-19 12:01:09', '2011-06-18 12:01:09'); INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('779207fa39b193ede370adb76cd2a839', '1', 'seo_urls_v2_topics', 'AwA=', '1', '1', 'EVAL', '2011-05-19 17:50:04', '2011-06-18 17:50:04'); INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('e607bcb0366b4523875fb74fc2d58df9', '1', 'seo_urls_v2_articles', 'AwA=', '1', '1', 'EVAL', '2011-05-19 17:50:04', '2011-06-18 17:50:04'); INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('4404c1df54fdb1291c8dd9bb259f32a9', '1', 'seo_urls_v2_manufacturers', 'AwA=', '1', '1', 'EVAL', '2011-05-19 17:50:04', '2011-06-18 17:50:04'); INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('a93b9170a03ff54d81e95917742ea01b', '1', 'seo_urls_v2_categories', 'AwA=', '1', '1', 'EVAL', '2011-05-19 17:50:04', '2011-06-18 17:50:04'); INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('ca34fbe5f9a075091ad59abf02c259a7', '1', 'seo_urls_v2_products', 'AwA=', '1', '1', 'EVAL', '2011-05-19 17:50:04', '2011-06-18 17:50:04'); INSERT INTO `cache`(`cache_id`, `cache_language_id`, `cache_name`, `cache_data`, `cache_global`, `cache_gzip`, `cache_method`, `cache_date`, `cache_expires`) VALUES ('9e18319fdade9c4245b75b9845486bb8', '1', 'seo_urls_products', 'nVnLsuMmEN3nK2Z3k6pQZVm+ftRUFqkkyzwqlaynkIRtxrJwELbjv0/TSL6iET13srOhOQfoJ61G7XWnvn3548/ff/77p78+/fbjr798Krcv3394qVvZ97oWvewacdJN//Ldxw/fNMOCdBaWXKxprrXrP+nmBwCZyscEm4jgaKwT9dHUppVOifu5y3DNCVLaTZ62WBdTXifbFmhV77qri1aNh4slCJNHy56weMU7vGurGnFW5ECTYQoK6/Kg20gxuLu97OqHqD7X+Wubk6O0gJylXa78rTnZn2UnqlbWp/RE6SxhAJAsQfG6Rr2Ymwr4kWj9Nkww/bosaLmb6npUc96QYwnCBGBZouWrJ7LqAjejQNVO6K43rerTW8oKETqAzNMtR23oTj7NN9W+10gqQYmWDBE6ywgT9J645sw0pWC8pETLqk3XOzBjJdS5UjY9yqwAoQGo7JWVqKHRqXuMIpnzZIUoHaehYM1j+EQ6DKJJHIjZ3mQI2ZIx8+VMKM34aMw2EaJ0TAgtZ8729JzEOmLGWI6QAnBef2jyc86TMGaFKB1j+GU5jRzBXFA3CVt8vjcZSlbmz1Zsozg1ZJwvpsI5OcLqkbNXWizwTvfSHozYm/raQ+Q93Y/aqWjRrAAlAqws0SvaZ2OuVatEf9KikodImkwRbFiehV6lN/cFr8Zbm8gQMgDMkoXSwemDsv1R2pP4DIFKnOEXRKyzcdp0fsiKzaIoFkW5qM8R2NetJBvjKo11yAfv2thqUbz+v42NK+nGGM2v0Y2kc/rm85SuZe7O4MqS+/qadXRTjLutMeO8E3wFd5Ve2FcvpttjMtUavaUyxokL1FmRBb2NUkDGR4o1loxDefassSPgZJLge4ysX2wWPljeoW63ArK47gSEYNW2UAdFi+YlCBOA5YmwHJFOV1JAYaMjyckwhWTKjw26jryp7hpHvWGIQjHGvkG7spc4tvn/FITR/gbrlEp3h3g7YYQCMRXIBrP0XjXKSh92jW6j64pnKDCTiTdon8/ltalkG+uZzlFwxlY34XUjm+aRbrl+G6aQnHWGFIFrZzYbQIcJCsskgy0a/Vk5a2YeLNNxAgoLswa+DY9TYy7gSpikItl6OkFhGSPfopH3R70HF40QxzEKxpj5FmP6wTR76Y7KnkzvIO/BL7DZynRKwCNINxHLF4UpPRO9i2B/vo4WrZJg3uLzycmaUM7NExaPlNVEMeTU8OIdy9ZI/hkzh+4BhQeELPwOFa262tjhvXu4xsUCnSPoAJAHRw0NAFjPyX+uMpJPJik8o4Edhqjp/i66i/NUMknhmcC1w8A1IOzNv9DZsObezW1/MksJmAC2wwA2EDjt35tz4MMMBWZsZofBq5Fd9xAnaJwJfRN4/f6JXkORGNFwcpSUCW87DG+hRkeyWp5NRETnKDgT5IoFRrnhrizUJJUix6BzBN0jZA0VimSfG6cPDO4I4Y3yJpFQMT5RLNApbhLCBvSwnJWik7cHgkUbnJdIqBj/KAq0YHttfWyCEk7F6TGaoMCwNn9doc100/CGEUdjfI68K+kgiNuYIiNCybgeUwEdB5BvdO+s6ntoYVbXg6iN89G+tuoe7ZMRS0jZE6JvHuy1O/jDaQvd2QxlVighZFy2WIaCw4dhvEti3Rifx4kEmHHLYhnKjgmwiPPBFBqmEnDOLUt0y722PTwSfM9RNPYh7qqCsri5K304OuE6iDmRkt4jT7cBTHl7LEO54oPbxWjoer5nFxgLefFkE5xjl3h3+9bcR1O5mPYxd/x5kYQsVlP00aIIfaGJJ2S45iUSKi6KlOGZeq6u/ZH3dpmRSehWnC4xq8vGqk628D3oqcvE13MyCR2T5IvQRDzrFlT1HqvhJRNqLsaUGGPA/S6jwSRHTCYTAi6mrNAtxuI0TQDxDIWG1XmPW6GxN1oeDKgJPX6Ij6m756USSs7kV5g44YHkw0uWbG4+oeHMfRXMvcYu2gUydHQLcjKewHJmvUKzJqV6+lVmViAh4gw6NDl9p1gdZVzKPwcpINfZhKbTkH9r6DVCyzG6D8i343ACykXsVzTNo3QQheMbHscSOM4cQ39vbIEPDenwHKLZbvgUQmUoHSDmrT907vx3aKhATHKEaCIB5qxkjVYS1kvbPKI9TIYTUM4i1lhA4epgXinqMJ7AcuEr9Acbc/aNNnzmpo2CdDah4ALYGmsXv7nw9TD7KSIjkpCFWuY/', '1', '1', 'EVAL', '2011-05-19 12:01:09', '2011-06-18 12:01:09'); DROP TABLE IF EXISTS `categories`; CREATE TABLE `categories` ( `categories_id` int(11) NOT NULL AUTO_INCREMENT, `categories_image` varchar(64) 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, `copied_from` int(11) NOT NULL DEFAULT '0', `level` int(11) NOT NULL DEFAULT '0', `main_parent` char(1) DEFAULT NULL, `cPath` varchar(250) DEFAULT NULL, PRIMARY KEY (`categories_id`), KEY `idx_categories_parent_id` (`parent_id`) ) ENGINE=MyISAM AUTO_INCREMENT=96 DEFAULT CHARSET=latin1; INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('1', '', '0', '0', '2007-04-09 14:34:17', '2007-04-09 14:36:09', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('2', '', '0', '0', '2007-04-09 14:34:35', '2007-04-09 14:36:22', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('90', '', '87', '2', '2007-11-04 23:12:38', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('68', '', '1', '1', '2007-11-04 22:32:22', '2007-11-04 22:56:47', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('74', '', '68', '3', '2007-11-04 22:45:11', '2007-11-04 22:48:34', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('87', '', '1', '3', '2007-11-04 23:08:28', '2007-11-04 23:09:38', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('8', '', '0', '0', '2007-04-09 14:37:22', '2007-04-09 14:49:54', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('9', '', '0', '0', '2007-04-09 14:37:35', '2007-04-09 14:53:48', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('72', '', '68', '4', '2007-11-04 22:43:20', '2007-11-04 22:49:09', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('70', '', '68', '2', '2007-11-04 22:38:59', '2007-11-04 22:47:56', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('12', '', '1', '8', '2007-04-09 14:38:45', '2007-11-04 23:18:28', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('14', '', '1', '6', '2007-04-09 14:39:15', '2007-11-04 23:09:15', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('89', '', '87', '1', '2007-11-04 23:12:10', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('78', '', '1', '5', '2007-11-04 22:58:56', '2007-11-04 23:08:54', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('93', '', '87', '6', '2007-11-04 23:16:13', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('71', '', '68', '6', '2007-11-04 22:40:55', '2007-11-04 22:50:11', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('73', '', '68', '5', '2007-11-04 22:43:55', '2007-11-04 22:49:40', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('29', '', '8', '0', '2007-04-09 14:50:12', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('58', '', '45', '1', '2007-10-01 11:47:22', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('32', '', '8', '0', '2007-04-09 14:51:02', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('33', '', '8', '0', '2007-04-09 14:51:16', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('69', '', '68', '1', '2007-11-04 22:38:17', '2007-11-04 22:47:31', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('36', '', '8', '0', '2007-04-09 14:52:01', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('37', '', '8', '0', '2007-04-09 14:52:26', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('38', '', '8', '0', '2007-04-09 14:52:39', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('39', '', '8', '0', '2007-04-09 14:52:56', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('40', '', '8', '0', '2007-04-09 14:53:12', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('41', '', '8', '0', '2007-04-09 14:53:28', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('42', '', '9', '0', '2007-04-09 14:54:06', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('57', '', '0', '0', '2007-09-30 07:31:39', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('44', '', '9', '0', '2007-04-09 14:54:35', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('45', '', '9', '0', '2007-04-09 14:54:50', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('46', '', '9', '0', '2007-04-09 14:55:05', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('47', '', '9', '0', '2007-04-09 14:55:19', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('48', '', '9', '0', '2007-04-09 14:55:39', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('76', '', '68', '7', '2007-11-04 22:54:47', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('51', '', '12', '0', '2007-05-03 19:42:31', '2011-03-20 17:46:11', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('52', '', '12', '0', '2007-05-03 19:44:21', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('53', '', '12', '0', '2007-05-04 16:50:25', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('92', '', '87', '5', '2007-11-04 23:15:03', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('63', '', '45', '2', '2007-10-06 12:00:41', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('64', '', '45', '3', '2007-10-06 12:01:26', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('91', '', '87', '3', '2007-11-04 23:14:28', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('75', '', '1', '2', '2007-11-04 22:51:46', '2007-11-04 22:57:09', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('79', '', '75', '1', '2007-11-04 23:00:23', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('80', '', '75', '2', '2007-11-04 23:01:05', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('81', '', '75', '3', '2007-11-04 23:02:04', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('82', '', '75', '4', '2007-11-04 23:02:36', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('83', '', '75', '5', '2007-11-04 23:03:03', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('84', '', '75', '6', '2007-11-04 23:03:46', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('85', '', '75', '7', '2007-11-04 23:04:12', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('95', '', '1', '25', '2008-01-25 15:40:56', '2008-01-25 15:50:15', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('88', '', '1', '4', '2007-11-04 23:10:07', '', '0', '0', '', ''); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `copied_from`, `level`, `main_parent`, `cPath`) VALUES ('94', '', '87', '7', '2007-11-04 23:16:58', '', '0', '0', '', ''); DROP TABLE IF EXISTS `categories_description`; CREATE TABLE `categories_description` ( `categories_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '1', `categories_name` varchar(32) NOT NULL DEFAULT '', `categories_heading_title` varchar(64) DEFAULT NULL, `categories_description` text, `categories_seo_url` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`categories_id`,`language_id`), KEY `idx_categories_name` (`categories_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('1', '1', 'Apparel Shop', 'Apparel Shop', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('2', '1', 'Clearance', 'Clearance', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('91', '1', 'Casual Apparel', 'Casual Apparel', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('68', '1', 'Men\'s Apparel', 'Men\'s Apparel', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('74', '1', 'Base Layer', 'Base Layer', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('87', '1', 'Boy\'s Apparel', 'Boy\'s Apparel', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('8', '1', 'Ski Shop', 'Ski Shop', 'Skis,Boots, Bindings, Apparel and Accessories', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('9', '1', 'Snowboard Shop', 'Snowboard Shop', 'Everything a snowboarder could want!', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('71', '1', 'Socks', 'Socks', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('70', '1', 'Winter Pants', 'Winter Pants', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('12', '1', 'Footwear', 'Footwear', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('80', '1', 'Winter Pants', 'Winter Pants', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('14', '1', 'Hats and Beanies', 'Hats and Beanies', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('89', '1', 'Jackets and Shells', 'Jackets and Shells', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('81', '1', 'Base Layer', 'Base Layer', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('78', '1', 'Accessories', 'Accessories', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('93', '1', 'Gloves', 'Gloves', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('92', '1', 'Base Layer', 'Base Layer', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('94', '1', 'Socks', 'Socks', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('73', '1', 'Casual Bottoms', 'Casual Bottoms', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('72', '1', 'Casual Tops', 'Casual Tops', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('88', '1', 'Girl\'s Apparel', 'Girl\'s Apparel', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('29', '1', 'Accesories', 'Accesories', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('90', '1', 'Winter Pants', 'Winter Pants', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('32', '1', 'Bindings', 'Bindings', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('33', '1', 'Boots', 'Boots', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('69', '1', 'Jackets and Shells', 'Jackets and Shells', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('36', '1', 'Junior Skis', 'Junior Skis', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('37', '1', 'Mens Skis', 'Mens Skis', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('38', '1', 'Poles', 'Poles', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('39', '1', 'Ski Boards', 'Ski Boards', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('40', '1', 'Ski Racks', 'Ski Racks', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('41', '1', 'Womens Skis', 'Womens Skis', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('42', '1', 'Accesories', 'Accesories', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('57', '1', 'Bags and Luggage', 'Bags and Luggage', 'Bags and Luggage:
    Backpacks, Ski Bags, Snowboard Bags, Rolling Luggage, etc.', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('44', '1', 'Bindings', 'Bindings', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('45', '1', 'Boots', 'Boots', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('46', '1', 'Kids Snowboards', 'Kids Snowboards', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('47', '1', 'Mens Snowboards', 'Mens Snowboards', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('48', '1', 'Womens Snowboards', 'Womens Snowboards', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('79', '1', 'Jackets and Shells', 'Jackets and Shells', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('76', '1', 'Gloves', 'Gloves', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('58', '1', 'Men\'s Snowboard Boots', 'Men\'s Snowboard Boots', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('51', '1', '', '', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('52', '1', 'Men\'s Footwear', 'Men\'s Footwear', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('53', '1', 'Kid\'s Footwear', 'Kid\'s Footwear', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('63', '1', 'Women\'s Snowboard Boots', 'Women\'s Snowboard Boots', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('64', '1', 'Kid\'s Snowboard Boots', 'Kid\'s Snowboard Boots', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('75', '1', 'Women\'s Apparel', 'Women\'s Apparel', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('82', '1', 'Casual Tops', 'Casual Tops', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('83', '1', 'Casual Bottoms', 'Casual Bottoms', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('84', '1', 'Gloves', 'Gloves', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('85', '1', 'Socks', 'Socks', '', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_heading_title`, `categories_description`, `categories_seo_url`) VALUES ('95', '1', 'Protective Apparel', 'Protective Apparel', '', ''); DROP TABLE IF EXISTS `configuration`; CREATE TABLE `configuration` ( `configuration_id` int(11) NOT NULL AUTO_INCREMENT, `configuration_title` varchar(64) NOT NULL DEFAULT '', `configuration_key` varchar(64) NOT NULL DEFAULT '', `configuration_value` varchar(255) NOT NULL DEFAULT '', `configuration_description` varchar(255) NOT NULL DEFAULT '', `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 '0000-00-00 00:00:00', `use_function` varchar(255) DEFAULT NULL, `set_function` text, PRIMARY KEY (`configuration_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1150 DEFAULT CHARSET=latin1; INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1', 'Store Name', 'STORE_NAME', 'FreestyleSkiShop.com', 'The name of my store', '1', '1', '2007-08-22 13:44:37', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('2', 'Store Owner', 'STORE_OWNER', 'FREESTYLE SKI SHOP', 'The name of my store owner', '1', '2', '2007-04-10 06:47:21', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('3', 'E-Mail Address', 'STORE_OWNER_EMAIL_ADDRESS', 'info@freestyleskishop.com', 'The e-mail address of my store owner', '1', '3', '2007-04-10 06:46:45', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('4', 'E-Mail From', 'EMAIL_FROM', 'FreestyleSkiShop', 'The e-mail address used in (sent) e-mails', '1', '4', '2007-09-02 17:12:44', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('5', 'Country', 'STORE_COUNTRY', '223', 'The country my store is located in

Note: Please remember to update the store zone.', '1', '6', '', '2003-07-17 10:29:22', 'tep_get_country_name', 'tep_cfg_pull_down_country_list('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('6', 'Zone', 'STORE_ZONE', '41', 'The zone my store is located in', '1', '7', '2006-01-24 11:47:01', '2003-07-17 10:29:22', 'tep_cfg_get_zone_name', 'tep_cfg_pull_down_zone_list('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('7', 'Expected Sort Order', 'EXPECTED_PRODUCTS_SORT', 'desc', 'This is the sort order used in the expected products box.', '1', '8', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'asc\', \'desc\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('8', 'Expected Sort Field', 'EXPECTED_PRODUCTS_FIELD', 'date_expected', 'The column to sort by in the expected products box.', '1', '9', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'products_name\', \'date_expected\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('9', 'Switch To Default Language Currency', 'USE_DEFAULT_LANGUAGE_CURRENCY', 'false', 'Automatically switch to the language\'s currency when it is changed', '1', '10', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('10', 'Send Extra Order Emails To', 'SEND_EXTRA_ORDER_EMAILS_TO', 'jon@govws.com, pat@freestyleskishop.com', 'Send extra order emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>', '1', '11', '2009-11-08 17:26:00', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('11', 'Use Search-Engine Safe URLs (still in development)', 'SEARCH_ENGINE_FRIENDLY_URLS', 'false', 'Use search-engine safe urls for all site links', '1', '12', '2006-03-02 15:47:21', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('12', 'Display Cart After Adding Product', 'DISPLAY_CART', 'true', 'Display the shopping cart after adding a product (or return back to their origin)', '1', '14', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('13', 'Allow Guest To Tell A Friend', 'ALLOW_GUEST_TO_TELL_A_FRIEND', 'true', 'Allow guests to tell a friend about a product', '1', '15', '2006-02-05 11:37:05', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('14', 'Default Search Operator', 'ADVANCED_SEARCH_DEFAULT_OPERATOR', 'or', 'Default search operators', '1', '17', '2006-02-24 07:44:59', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'and\', \'or\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('15', 'Store Address and Phone', 'STORE_NAME_ADDRESS', 'Free Style Ski Shop 275 White Horse Pike Atco, NJ 08004 Phone: (856)767-8110 Fax: (856)768-6850 info@freestyleskishop.com', 'This is the Store Name, Address and Phone used on printable documents and displayed online', '1', '18', '2007-04-07 14:02:21', '2003-07-17 10:29:22', '', 'tep_cfg_textarea('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('16', 'Show Category Counts', 'SHOW_COUNTS', 'false', 'Count recursively how many products are in each category', '1', '19', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('17', 'Tax Decimal Places', 'TAX_DECIMAL_PLACES', '2', 'Pad the tax value this amount of decimal places', '1', '20', '2005-04-23 23:16:49', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('18', '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', '2005-04-23 23:17:34', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('19', 'First Name', 'ENTRY_FIRST_NAME_MIN_LENGTH', '2', 'Minimum length of first name', '2', '1', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('20', 'Last Name', 'ENTRY_LAST_NAME_MIN_LENGTH', '2', 'Minimum length of last name', '2', '2', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('21', 'Date of Birth', 'ENTRY_DOB_MIN_LENGTH', '10', 'Minimum length of date of birth', '2', '3', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('22', 'E-Mail Address', 'ENTRY_EMAIL_ADDRESS_MIN_LENGTH', '6', 'Minimum length of e-mail address', '2', '4', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('23', 'Street Address', 'ENTRY_STREET_ADDRESS_MIN_LENGTH', '5', 'Minimum length of street address', '2', '5', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('24', 'Company', 'ENTRY_COMPANY_MIN_LENGTH', '2', 'Minimum length of company name', '2', '6', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('25', 'Post Code', 'ENTRY_POSTCODE_MIN_LENGTH', '4', 'Minimum length of post code', '2', '7', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('26', 'City', 'ENTRY_CITY_MIN_LENGTH', '3', 'Minimum length of city', '2', '8', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('27', 'State', 'ENTRY_STATE_MIN_LENGTH', '2', 'Minimum length of state', '2', '9', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('28', 'Telephone Number', 'ENTRY_TELEPHONE_MIN_LENGTH', '3', 'Minimum length of telephone number', '2', '10', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('29', 'Password', 'ENTRY_PASSWORD_MIN_LENGTH', '5', 'Minimum length of password', '2', '11', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('30', 'Credit Card Owner Name', 'CC_OWNER_MIN_LENGTH', '3', 'Minimum length of credit card owner name', '2', '12', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('31', 'Credit Card Number', 'CC_NUMBER_MIN_LENGTH', '10', 'Minimum length of credit card number', '2', '13', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('32', 'Review Text', 'REVIEW_TEXT_MIN_LENGTH', '50', 'Minimum length of review text', '2', '14', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('33', 'Best Sellers', 'MIN_DISPLAY_BESTSELLERS', '1', 'Minimum number of best sellers to display', '2', '15', '2006-01-24 19:17:21', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('34', 'Also Purchased', 'MIN_DISPLAY_ALSO_PURCHASED', '1', 'Minimum number of products to display in the \'This Customer Also Purchased\' box', '2', '16', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('35', 'Address Book Entries', 'MAX_ADDRESS_BOOK_ENTRIES', '5', 'Maximum address book entries a customer is allowed to have', '3', '1', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('36', 'Search Results', 'MAX_DISPLAY_SEARCH_RESULTS', '8', 'Amount of products to list', '3', '2', '2007-02-08 05:51:25', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('37', 'Page Links', 'MAX_DISPLAY_PAGE_LINKS', '5', 'Number of \'number\' links use for page-sets', '3', '3', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('38', 'Special Products', 'MAX_DISPLAY_SPECIAL_PRODUCTS', '8', 'Maximum number of products on special to display', '3', '4', '2007-02-08 05:50:42', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('39', 'New Products Module', 'MAX_DISPLAY_NEW_PRODUCTS', '12', 'Maximum number of new products to display in a category', '3', '5', '2006-02-09 18:42:32', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('40', 'Products Expected', 'MAX_DISPLAY_UPCOMING_PRODUCTS', '3', 'Maximum number of products expected to display', '3', '6', '2003-08-06 12:36:07', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('41', 'Manufacturers List', 'MAX_DISPLAY_MANUFACTURERS_IN_A_LIST', '0', 'Used in manufacturers box; when the number of manufacturers exceeds this number, a drop-down list will be displayed instead of the default list', '3', '7', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('42', 'Manufacturers Select Size', 'MAX_MANUFACTURERS_LIST', '1', 'Used in manufacturers box; when this value is \'1\' the classic drop-down list will be used for the manufacturers box. Otherwise, a list-box with the specified number of rows will be displayed.', '3', '7', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('43', 'Length of Manufacturers Name', 'MAX_DISPLAY_MANUFACTURER_NAME_LEN', '20', 'Used in manufacturers box; maximum length of manufacturers name to display', '3', '8', '2006-02-09 18:42:12', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('44', 'New Reviews', 'MAX_DISPLAY_NEW_REVIEWS', '6', 'Maximum number of new reviews to display', '3', '9', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('45', 'Selection of Random Reviews', 'MAX_RANDOM_SELECT_REVIEWS', '10', 'How many records to select from to choose one random product review', '3', '10', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('46', 'Selection of Random New Products', 'MAX_RANDOM_SELECT_NEW', '10', 'How many records to select from to choose one random new product to display', '3', '11', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('47', 'Selection of Products on Special', 'MAX_RANDOM_SELECT_SPECIALS', '10', 'How many records to select from to choose one random product special to display', '3', '12', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('48', 'Categories To List Per Row', 'MAX_DISPLAY_CATEGORIES_PER_ROW', '3', 'How many categories to list per row', '3', '13', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('49', 'New Products Listing', 'MAX_DISPLAY_PRODUCTS_NEW', '10', 'Maximum number of new products to display in new products page', '3', '14', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('50', 'Best Sellers', 'MAX_DISPLAY_BESTSELLERS', '10', 'Maximum number of best sellers to display', '3', '15', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('51', 'Also Purchased', 'MAX_DISPLAY_ALSO_PURCHASED', '10', 'Maximum number of products to display in the \'This Customer Also Purchased\' box', '3', '16', '2006-02-09 18:36:42', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('52', 'Customer Order History Box', 'MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX', '10', 'Maximum number of products to display in the customer order history box', '3', '17', '2006-03-05 23:14:13', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('53', 'Order History', 'MAX_DISPLAY_ORDER_HISTORY', '10', 'Maximum number of orders to display in the order history page', '3', '18', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('54', 'Small Image Width', 'SMALL_IMAGE_WIDTH', '160', 'The pixel width of small images', '4', '1', '2007-09-06 04:29:41', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('55', 'Small Image Height', 'SMALL_IMAGE_HEIGHT', '160', 'The pixel height of small images', '4', '2', '2007-09-06 04:29:53', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('56', 'Heading Image Width', 'HEADING_IMAGE_WIDTH', '57', 'The pixel width of heading images', '4', '3', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('57', 'Heading Image Height', 'HEADING_IMAGE_HEIGHT', '', 'The pixel height of heading images', '4', '4', '2005-05-13 20:23:37', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('58', 'Subcategory Image Width', 'SUBCATEGORY_IMAGE_WIDTH', '120', 'The pixel width of subcategory images', '4', '5', '2006-02-05 14:50:57', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('59', 'Subcategory Image Height', 'SUBCATEGORY_IMAGE_HEIGHT', '', 'The pixel height of subcategory images', '4', '6', '2005-05-13 20:23:31', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('60', 'Calculate Image Size', 'CONFIG_CALCULATE_IMAGE_SIZE', 'true', 'Calculate the size of images?', '4', '7', '2006-01-31 11:28:11', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('61', 'Image Required', 'IMAGE_REQUIRED', 'true', 'Enable to display broken images. Good for development.', '4', '8', '2005-05-17 09:20:33', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('62', 'Gender', 'ACCOUNT_GENDER', 'false', 'Display gender in the customers account', '5', '1', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('63', 'Date of Birth', 'ACCOUNT_DOB', 'false', 'Display date of birth in the customers account', '5', '2', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('64', 'Company', 'ACCOUNT_COMPANY', 'false', 'Display company in the customers account', '5', '3', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('65', 'Suburb', 'ACCOUNT_SUBURB', 'false', 'Display suburb in the customers account', '5', '4', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('66', 'State', 'ACCOUNT_STATE', 'true', 'Display state in the customers account', '5', '5', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('67', 'Installed Modules', 'MODULE_PAYMENT_INSTALLED', 'authorizenet.php', 'List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: cc.php;cod.php;paypal.php)', '6', '0', '2007-10-08 15:33:28', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('68', 'Installed Modules', 'MODULE_ORDER_TOTAL_INSTALLED', 'ot_subtotal.php;ot_tax.php;ot_loyalty_discount.php;ot_loworderfee.php;ot_coupon.php;ot_gv.php;ot_shipping.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', '2006-10-17 14:26:05', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('69', 'Installed Modules', 'MODULE_SHIPPING_INSTALLED', 'fedex1.php;freeshipper.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', '2007-10-16 02:08:05', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('498', 'Purchase Without Account', 'PWA_ON', 'true', 'Allow Customers to purchase without an account', '40', '1', '2005-03-03 20:11:27', '2003-04-08 12:10:51', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('84', 'Default Currency', 'DEFAULT_CURRENCY', 'USD', 'Default Currency', '6', '0', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('85', 'Default Language', 'DEFAULT_LANGUAGE', 'en', 'Default Language', '6', '0', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('86', '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', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('87', 'Display Shipping', 'MODULE_ORDER_TOTAL_SHIPPING_STATUS', 'true', 'Do you want to display the order shipping cost?', '6', '1', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('88', 'Sort Order', 'MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER', '0', 'Sort order of display.', '6', '2', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('89', 'Allow Free Shipping', 'MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING', 'false', 'Do you want to allow free shipping?', '6', '3', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('90', 'Free Shipping For Orders Over', 'MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER', '', 'Provide free shipping for orders over the set amount.', '6', '4', '', '2003-07-17 10:29:22', 'currencies->format', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('91', 'Provide Free Shipping For Orders Made', 'MODULE_ORDER_TOTAL_SHIPPING_DESTINATION', 'national', 'Provide free shipping for orders sent to the set destination.', '6', '5', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'national\', \'international\', \'both\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('92', 'Display Sub-Total', 'MODULE_ORDER_TOTAL_SUBTOTAL_STATUS', 'true', 'Do you want to display the order sub-total cost?', '6', '1', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('93', 'Sort Order', 'MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER', '1', 'Sort order of display.', '6', '2', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('454', 'Sort Order', 'MODULE_ORDER_TOTAL_TAX_SORT_ORDER', '3', 'Sort order of display.', '6', '2', '', '2003-11-11 21:46:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('453', 'Display Tax', 'MODULE_ORDER_TOTAL_TAX_STATUS', 'true', 'Do you want to display the order tax value?', '6', '1', '', '2003-11-11 21:46:37', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('96', 'Display Total', 'MODULE_ORDER_TOTAL_TOTAL_STATUS', 'true', 'Do you want to display the total order value?', '6', '1', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('97', 'Sort Order', 'MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER', '800', 'Sort order of display.', '6', '2', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('98', 'Country of Origin', 'SHIPPING_ORIGIN_COUNTRY', '223', 'Select the country of origin to be used in shipping quotes.', '7', '1', '', '2003-07-17 10:29:22', 'tep_get_country_name', 'tep_cfg_pull_down_country_list('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('99', 'Postal Code', 'SHIPPING_ORIGIN_ZIP', '08004', 'Enter the Postal Code (ZIP) of the Store to be used in shipping quotes.', '7', '2', '2007-09-06 15:25:41', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('100', 'Enter the Maximum Package Weight you will ship', 'SHIPPING_MAX_WEIGHT', '50', 'Carriers have a max weight limit for a single package. This is a common one for all.', '7', '3', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('101', 'Package Tare weight.', 'SHIPPING_BOX_WEIGHT', '1', 'What is the weight of typical packaging of small to medium packages?', '7', '4', '2003-07-29 15:06:50', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('102', 'Larger packages - percentage increase.', 'SHIPPING_BOX_PADDING', '10', 'For 10% enter 10', '7', '5', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('103', 'Display Product Image', 'PRODUCT_LIST_IMAGE', '1', 'Do you want to display the Product Image?', '8', '1', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('104', 'Display Product Manufaturer Name', 'PRODUCT_LIST_MANUFACTURER', '0', 'Do you want to display the Product Manufacturer Name?', '8', '2', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('105', 'Display Product Model', 'PRODUCT_LIST_MODEL', '0', 'Do you want to display the Product Model?', '8', '3', '2006-02-23 10:05:42', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('106', 'Display Product Name', 'PRODUCT_LIST_NAME', '2', 'Do you want to display the Product Name?', '8', '4', '2003-09-08 23:04:04', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('107', 'Display Product Price', 'PRODUCT_LIST_PRICE', '3', 'Do you want to display the Product Price', '8', '5', '2005-02-15 22:35:28', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('108', 'Display Product Quantity', 'PRODUCT_LIST_QUANTITY', '0', 'Do you want to display the Product Quantity?', '8', '6', '2005-02-15 22:35:18', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('109', 'Display Product Weight', 'PRODUCT_LIST_WEIGHT', '0', 'Do you want to display the Product Weight?', '8', '7', '2003-09-12 23:17:48', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('110', 'Display Buy Now column', 'PRODUCT_LIST_BUY_NOW', '0', 'Do you want to display the Buy Now column?', '8', '8', '2007-04-06 15:53:28', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('111', 'Display Category/Manufacturer Filter (0=disable; 1=enable)', 'PRODUCT_LIST_FILTER', '1', 'Do you want to display the Category/Manufacturer Filter?', '8', '9', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('112', 'Location of Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)', 'PREV_NEXT_BAR_LOCATION', '2', 'Sets the location of the Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)', '8', '10', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('113', 'Check stock level', 'STOCK_CHECK', 'true', 'Check to see if sufficent stock is available', '9', '1', '2009-11-28 19:52:51', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('114', 'Subtract stock', 'STOCK_LIMITED', 'true', 'Subtract product in stock by product orders', '9', '2', '2009-11-28 19:53:32', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('115', 'Allow Checkout', 'STOCK_ALLOW_CHECKOUT', 'true', 'Allow customer to checkout even if there is insufficient stock', '9', '3', '2005-02-15 22:32:31', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('116', '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', '2006-06-28 18:12:06', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('117', 'Stock Re-order level', 'STOCK_REORDER_LEVEL', '5', 'Define when stock needs to be re-ordered', '9', '5', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('118', 'Store Page Parse Time', 'STORE_PAGE_PARSE_TIME', 'false', 'Store the time it takes to parse a page', '10', '1', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('119', 'Log Destination', 'STORE_PAGE_PARSE_TIME_LOG', '/var/log/www/tep/page_parse_time.log', 'Directory and filename of the page parse time log', '10', '2', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('120', 'Log Date Format', 'STORE_PARSE_DATE_TIME_FORMAT', '%d/%m/%Y %H:%M:%S', 'The date format', '10', '3', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('121', 'Display The Page Parse Time', 'DISPLAY_PAGE_PARSE_TIME', 'true', 'Display the page parse time (store page parse time must be enabled)', '10', '4', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('122', 'Store Database Queries', 'STORE_DB_TRANSACTIONS', 'false', 'Store the database queries in the page parse time log (PHP4 only)', '10', '5', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('123', 'Use Cache', 'USE_CACHE', 'false', 'Use caching features', '11', '1', '2005-05-13 20:21:40', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('124', 'Cache Directory', 'DIR_FS_CACHE', '', 'The directory where the cached files are saved', '11', '2', '2005-05-13 20:21:47', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('125', 'E-Mail Transport Method', 'EMAIL_TRANSPORT', 'sendmail', 'Defines if this server uses a local connection to sendmail or uses an SMTP connection via TCP/IP. Servers running on Windows and MacOS should change this setting to SMTP.', '12', '1', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'sendmail\', \'smtp\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('126', 'E-Mail Linefeeds', 'EMAIL_LINEFEED', 'LF', 'Defines the character sequence used to separate mail headers.', '12', '2', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'LF\', \'CRLF\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('127', 'Use MIME HTML When Sending Emails', 'EMAIL_USE_HTML', 'true', 'Send e-mails in HTML format', '12', '3', '2006-01-31 11:31:33', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('128', 'Verify E-Mail Addresses Through DNS', 'ENTRY_EMAIL_ADDRESS_CHECK', 'false', 'Verify e-mail address through a DNS server', '12', '4', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('129', 'Send E-Mails', 'SEND_EMAILS', 'true', 'Send out e-mails', '12', '5', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('130', 'Enable download', 'DOWNLOAD_ENABLED', 'true', 'Enable the products download functions.', '13', '1', '2003-07-29 15:38:22', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('131', 'Download by redirect', 'DOWNLOAD_BY_REDIRECT', 'true', 'Use browser redirection for download. Disable on non-Unix systems.', '13', '2', '2005-05-13 20:20:53', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('132', 'Expiry delay (days)', 'DOWNLOAD_MAX_DAYS', '7', 'Set number of days before the download link expires. 0 means no limit.', '13', '3', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('133', 'Maximum number of downloads', 'DOWNLOAD_MAX_COUNT', '5', 'Set the maximum number of downloads. 0 means no download authorized.', '13', '4', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('134', 'Enable GZip Compression', 'GZIP_COMPRESSION', 'false', 'Enable HTTP GZip compression.', '14', '1', '2004-05-01 18:47:42', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('135', 'Compression Level', 'GZIP_LEVEL', '5', 'Use this compression level 0-9 (0 = minimum, 9 = maximum).', '14', '2', '', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('136', 'Session Directory', 'SESSION_WRITE_DIRECTORY', '', 'If sessions are file based, store them in this directory.', '15', '1', '2005-05-13 20:19:49', '2003-07-17 10:29:22', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('137', 'Force Cookie Use', 'SESSION_FORCE_COOKIE_USE', 'False', 'Force the use of sessions when cookies are only enabled.', '15', '2', '2004-03-28 10:39:20', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('138', 'Check SSL Session ID', 'SESSION_CHECK_SSL_SESSION_ID', 'False', 'Validate the SSL_SESSION_ID on every secure HTTPS page request.', '15', '3', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('139', 'Check User Agent', 'SESSION_CHECK_USER_AGENT', 'False', 'Validate the clients browser user agent on every page request.', '15', '4', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('140', 'Check IP Address', 'SESSION_CHECK_IP_ADDRESS', 'False', 'Validate the clients IP address on every page request.', '15', '5', '', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('141', 'Prevent Spider Sessions', 'SESSION_BLOCK_SPIDERS', 'False', 'Prevent known spiders from starting a session.', '15', '6', '2006-01-24 11:41:21', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('142', 'Recreate Session', 'SESSION_RECREATE', 'False', 'Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed).', '15', '7', '2005-05-13 20:20:10', '2003-07-17 10:29:22', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('143', 'PRODUCT DESCRIPTIONS use WYSIWYG HTMLAREA?', 'HTML_AREA_WYSIWYG_DISABLE', 'Enable', 'Enable/Disable WYSIWYG box', '112', '0', '2006-02-04 00:59:58', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Enable\', \'Disable\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('144', 'Product Description Basic/Advanced Version?', 'HTML_AREA_WYSIWYG_BASIC_PD', 'Advanced', 'Basic Features FASTER
Advanced Features SLOWER', '112', '10', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Basic\', \'Advanced\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('145', 'Product Description Layout Width', 'HTML_AREA_WYSIWYG_WIDTH', '505', 'How WIDE should the HTMLAREA be in pixels (default: 505)', '112', '15', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('146', 'Product Description Layout Height', 'HTML_AREA_WYSIWYG_HEIGHT', '240', 'How HIGH should the HTMLAREA be in pixels (default: 240)', '112', '19', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('147', 'CUSTOMER EMAILS use WYSIWYG HTMLAREA?', 'HTML_AREA_WYSIWYG_DISABLE_EMAIL', 'Enable', 'Use WYSIWYG Area in Email Customers', '112', '20', '2005-05-13 17:52:41', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Enable\', \'Disable\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('148', 'Customer Email Basic/Advanced Version?', 'HTML_AREA_WYSIWYG_BASIC_EMAIL', 'Advanced', 'Basic Features FASTER
Advanced Features SLOWER', '112', '21', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Basic\', \'Advanced\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('149', 'Customer Email Layout Width', 'EMAIL_AREA_WYSIWYG_WIDTH', '505', 'How WIDE should the HTMLAREA be in pixels (default: 505)', '112', '25', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('150', 'Customer Email Layout Height', 'EMAIL_AREA_WYSIWYG_HEIGHT', '140', 'How HIGH should the HTMLAREA be in pixels (default: 140)', '112', '29', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('151', 'NEWSLETTER EMAILS use WYSIWYG HTMLAREA?', 'HTML_AREA_WYSIWYG_DISABLE_NEWSLETTER', 'Enable', 'Use WYSIWYG Area in Email Newsletter', '112', '30', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Enable\', \'Disable\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('152', 'Newsletter Email Basic/Advanced Version?', 'HTML_AREA_WYSIWYG_BASIC_NEWSLETTER', 'Advanced', 'Basic Features FASTER
Advanced Features SLOWER', '112', '32', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Basic\', \'Advanced\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('153', 'Newsletter Email Layout Width', 'NEWSLETTER_EMAIL_WYSIWYG_WIDTH', '505', 'How WIDE should the HTMLAREA be in pixels (default: 505)', '112', '35', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('154', 'Newsletter Email Layout Height', 'NEWSLETTER_EMAIL_WYSIWYG_HEIGHT', '140', 'How HIGH should the HTMLAREA be in pixels (default: 140)', '112', '39', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('155', 'DEFINE MAINPAGE use WYSIWYG HTMLAREA?', 'HTML_AREA_WYSIWYG_DISABLE_DEFINE', 'Enable', 'Use WYSIWYG Area in Define Mainpage', '112', '40', '2005-05-13 18:45:01', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Enable\', \'Disable\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('156', 'Define Mainpage Basic/Advanced Version?', 'HTML_AREA_WYSIWYG_BASIC_DEFINE', 'Advanced', 'Basic Features FASTER
Advanced Features SLOWER', '112', '41', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Basic\', \'Advanced\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('157', 'Define Mainpage Layout Width', 'DEFINE_MAINPAGE_WYSIWYG_WIDTH', '605', 'How WIDE should the HTMLAREA be in pixels (default: 505)', '112', '42', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('158', 'Define Mainpage Layout Height', 'DEFINE_MAINPAGE_WYSIWYG_HEIGHT', '300', 'How HIGH should the HTMLAREA be in pixels (default: 140)', '112', '43', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('159', 'GLOBAL - User Interface Font Type', 'HTML_AREA_WYSIWYG_FONT_TYPE', 'Verdana', 'User Interface Font Type
(not saved to product description)', '112', '45', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'Arial\', \'Courier New\', \'Georgia\', \'Impact\', \'Tahoma\', \'Times New Roman\', \'Verdana\', \'Wingdings\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('160', 'GLOBAL - User Interface Font Size', 'HTML_AREA_WYSIWYG_FONT_SIZE', '12', 'User Interface Font Size (not saved to product description)

10 Equals 10 pt', '112', '50', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\\\'8\\\', \\\'10\\\', \\\'12\\\', \\\'14\\\', \\\'18\\\', \\\'24\\\', \\\'36\\\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('161', 'GLOBAL - User Interface Font Colour', 'HTML_AREA_WYSIWYG_FONT_COLOUR', 'Black', 'White, Black, C0C0C0, Red, FFFFFF, Yellow, Pink, Blue, Gray, 000000, ect..
basically any colour or HTML colour code!
(not saved to product description)', '112', '55', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('162', 'GLOBAL - User Interface Background Colour', 'HTML_AREA_WYSIWYG_BG_COLOUR', 'White', 'White, Black, C0C0C0, Red, FFFFFF, Yellow, Pink, Blue, Gray, 000000, ect..
basically any colour or html colour code!
(not saved to product description)', '112', '60', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('163', 'GLOBAL - ALLOW DEBUG MODE?', 'HTML_AREA_WYSIWYG_DEBUG', '0', 'Moniter Live-html, It updates as you type in a 2nd field above it.

Disable Debug = 0
Enable Debug = 1
Default = 0 OFF', '112', '65', '2003-07-17 12:41:25', '2003-07-17 12:41:25', '', 'tep_cfg_select_option(array(\'0\', \'1\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('955', 'Use Affiliate-tier', 'AFFILATE_USE_TIER', 'false', 'Multilevel Affiliate provisions', '900', '11', '', '2006-07-24 06:36:26', '', 'tep_cfg_select_option(array(\'true\', \'false\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('954', 'Individual Affiliate Percentage', 'AFFILATE_INDIVIDUAL_PERCENTAGE', 'true', 'Allow per Affiliate provision', '900', '10', '', '2006-07-24 06:36:26', '', 'tep_cfg_select_option(array(\'true\', \'false\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('953', 'Pay Affiliates by Bank', 'AFFILIATE_USE_BANK', 'false', 'Pay Affiliates by Bank', '900', '9', '2006-07-24 09:10:36', '2006-07-24 06:36:26', '', 'tep_cfg_select_option(array(\'true\', \'false\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('952', 'Pay Affiliates with PayPal', 'AFFILIATE_USE_PAYPAL', 'true', 'Pay Affiliates with PayPal', '900', '8', '', '2006-07-24 06:36:26', '', 'tep_cfg_select_option(array(\'true\', \'false\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('951', 'Pay Affiliates with check', 'AFFILIATE_USE_CHECK', 'true', 'Pay Affiliates with check', '900', '7', '', '2006-07-24 06:36:26', '', 'tep_cfg_select_option(array(\'true\', \'false\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('950', 'Order Min Status', 'AFFILIATE_PAYMENT_ORDER_MIN_STATUS', '3', 'The status an order must have at least, to be billed', '900', '6', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('949', 'Billing Time', 'AFFILIATE_BILLING_TIME', '30', 'Orders billed must be at least \"30\" days old.
This is needed if a order is refunded', '900', '5', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('948', 'Cookie Lifetime', 'AFFILIATE_COOKIE_LIFETIME', '7200', 'How long does the click count (seconds) if customer comes back', '900', '4', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('947', 'Payment Threshold', 'AFFILIATE_THRESHOLD', '50.00', 'Payment Threshold for paying affiliates', '900', '3', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('946', 'Affiliate Pay Per Sale Payment % Rate', 'AFFILIATE_PERCENT', '10.0000', 'Percentage Rate for the Affiliate Program', '900', '2', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('945', 'E-Mail Address', 'AFFILIATE_EMAIL_ADDRESS', 'admin@freestyleskishop.com', 'The E Mail Address for the Affiliate Program', '900', '1', '2007-04-02 18:18:14', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('177', 'Display Total', 'MODULE_ORDER_TOTAL_COUPON_STATUS', 'true', 'Do you want to display the Discount Coupon value?', '6', '1', '', '2003-07-26 14:23:49', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('178', 'Sort Order', 'MODULE_ORDER_TOTAL_COUPON_SORT_ORDER', '9', 'Sort order of display.', '6', '2', '', '2003-07-26 14:23:49', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('179', 'Include Shipping', 'MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING', 'true', 'Include Shipping in calculation', '6', '5', '', '2003-07-26 14:23:49', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('180', 'Include Tax', 'MODULE_ORDER_TOTAL_COUPON_INC_TAX', 'false', 'Include Tax in calculation.', '6', '6', '', '2003-07-26 14:23:49', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('181', 'Re-calculate Tax', 'MODULE_ORDER_TOTAL_COUPON_CALC_TAX', 'None', 'Re-Calculate Tax', '6', '7', '', '2003-07-26 14:23:49', '', 'tep_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('182', 'Tax Class', 'MODULE_ORDER_TOTAL_COUPON_TAX_CLASS', '0', 'Use the following tax class when treating Discount Coupon as Credit Note.', '6', '0', '', '2003-07-26 14:23:49', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('183', 'Display Total', 'MODULE_ORDER_TOTAL_GV_STATUS', 'true', 'Do you want to display the Gift Voucher value?', '6', '1', '', '2003-07-26 14:23:56', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('184', 'Sort Order', 'MODULE_ORDER_TOTAL_GV_SORT_ORDER', '740', 'Sort order of display.', '6', '2', '', '2003-07-26 14:23:56', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('185', 'Queue Purchases', 'MODULE_ORDER_TOTAL_GV_QUEUE', 'true', 'Do you want to queue purchases of the Gift Voucher?', '6', '3', '', '2003-07-26 14:23:56', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('186', 'Include Shipping', 'MODULE_ORDER_TOTAL_GV_INC_SHIPPING', 'true', 'Include Shipping in calculation', '6', '5', '', '2003-07-26 14:23:56', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('187', 'Include Tax', 'MODULE_ORDER_TOTAL_GV_INC_TAX', 'false', 'Include Tax in calculation.', '6', '6', '', '2003-07-26 14:23:56', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('188', 'Re-calculate Tax', 'MODULE_ORDER_TOTAL_GV_CALC_TAX', 'None', 'Re-Calculate Tax', '6', '7', '', '2003-07-26 14:23:56', '', 'tep_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('189', 'Tax Class', 'MODULE_ORDER_TOTAL_GV_TAX_CLASS', '0', 'Use the following tax class when treating Gift Voucher as Credit Note.', '6', '0', '', '2003-07-26 14:23:56', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('190', 'Credit including Tax', 'MODULE_ORDER_TOTAL_GV_CREDIT_TAX', 'false', 'Add tax to purchased Gift Voucher when crediting to Account', '6', '8', '', '2003-07-26 14:23:56', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('211', 'Allow Category Descriptions', 'ALLOW_CATEGORY_DESCRIPTIONS', 'true', 'Allow use of full text descriptions for categories', '1', '19', '2003-08-29 16:47:38', '2003-08-02 13:42:39', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('593', 'Prevent Adding Out of Stock to Cart', 'PRODINFO_ATTRIBUTE_NO_ADD_OUT_OF_STOCK', 'True', 'Prevents adding an out of stock attribute combination to the cart.', '888001', '40', '2005-02-20 14:15:06', '2005-02-20 14:10:46', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('592', 'Display Out of Stock Message Line', 'PRODINFO_ATTRIBUTE_OUT_OF_STOCK_MSGLINE', 'True', 'Controls the display of a message line indicating an out of stock attributes is selected.', '888001', '30', '', '2005-02-20 14:10:46', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('591', 'Mark Out of Stock Attributes', 'PRODINFO_ATTRIBUTE_MARK_OUT_OF_STOCK', 'Right', 'Controls how out of stock attributes are marked as out of stock.', '888001', '20', '', '2005-02-20 14:10:46', '', 'tep_cfg_select_option(array(\'None\', \'Right\', \'Left\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('590', 'Show Out of Stock Attributes', 'PRODINFO_ATTRIBUTE_SHOW_OUT_OF_STOCK', 'True', 'Controls the display of out of stock attributes.', '888001', '10', '', '2005-02-20 14:10:46', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('589', 'Product Info Attribute Display Plugin', 'PRODINFO_ATTRIBUTE_PLUGIN', 'multiple_dropdowns_otf', 'The plugin used for displaying attributes on the product information page.', '888001', '1', '2006-02-02 07:22:13', '2005-02-20 14:10:46', '', 'tep_cfg_pull_down_class_files(\'pad_\','); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('504', 'Big Image Types', 'DYNAMIC_MOPICS_BIG_IMAGE_TYPES', 'jpg, gif, jpeg, tiff, png, bmp', 'The types (extensions) of big images you use, seperated by commas.', '901', '0', '', '2005-01-16 21:44:44', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('503', 'Thumbnail Image Types', 'DYNAMIC_MOPICS_THUMB_IMAGE_TYPES', 'jpg, gif, jpeg, tiff, png, bmp', 'The types (extensions) of extra thumbnails you use, seperated by commas.', '901', '0', '', '2005-01-16 21:44:44', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('499', 'Big Images Directory', 'DYNAMIC_MOPICS_BIGIMAGES_DIR', 'images_big/', 'The directory inside catalog/images where your big images are stored.', '901', '0', '2005-03-07 21:09:23', '2005-01-16 21:44:44', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('500', 'Thumbnail Images Directory', 'DYNAMIC_MOPICS_THUMBS_DIR', 'thumbs/', 'The directory inside catalog/images where you extra image thumbs are stored.', '901', '0', '', '2005-01-16 21:44:44', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('501', 'Main Thumbnail In \"Thumbnail Images Directory\"', 'DYNAMIC_MOPICS_MAINTHUMB_IN_THUMBS_DIR', 'false', 'If you store your product\'s main thumbnail in the \"Thumbnail Images Directory\" set this to true. If it is in the main image directory (uploaded via osCommerce admin), set it false.', '901', '0', '2005-02-01 14:53:33', '2005-01-16 21:44:44', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('502', 'Extra Image Pattern', 'DYNAMIC_MOPICS_PATTERN', 'imagebase_{1}', 'Your custom defined pattern for extra images. imagebase is the base of the main thumbnail. Place the counting method between brackets {}. Current counting methods can be 1, a, or A. See readme for more information.', '901', '0', '2005-01-17 21:34:27', '2005-01-16 21:44:44', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('458', 'Template Switching Allowed', 'TEMPLATE_SWITCHING_ALLOWED', 'false', 'Allow template switching through the url (for easy new template testing).', '1', '22', '2006-01-30 07:16:04', '2004-01-17 16:07:41', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('457', 'Default Template Directory', 'DIR_WS_TEMPLATES_DEFAULT', 'cShop', 'Subdirectory (in templates/) where the template files are stored which should be loaded by default.', '1', '22', '2006-01-20 00:19:00', '2004-01-17 16:07:41', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1131', 'Tier 1 Discount Weight', 'MODULE_SHIPPING_FEDEX1_TIER1_DISCOUNT_WEIGHT', 'NONE', 'Enter the weight threshold for Tier 1 Ground MultiWeight Discount.', '6', '24', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1129', 'Max. weight', 'MODULE_SHIPPING_FEDEX1_MAX_WEIGHT', '50.0', 'Enter the maximum weight when module becomes disabled.', '6', '22', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('231', 'Enable Display a Dhtml menu', 'DISPLAY_DHTML_MENU', 'Default', 'Do you want to display a DHTML menu instead of the default text based?', '1', '19', '2006-01-30 05:59:57', '2003-03-07 20:37:02', '', 'tep_cfg_select_option(array(\'Default\', \'Dhtml\',\'CoolMenu\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('358', 'Downloads Controller Update Status Value', 'DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE', '100000', 'What orders_status resets the Download days and Max Downloads - Default is 4', '13', '90', '2003-09-07 13:13:56', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('359', 'Downloads Controller Download on hold message', 'DOWNLOADS_CONTROLLER_ON_HOLD_MSG', '
NOTE: Downloads are not available until payment has been confirmed', 'Downloads Controller Download on hold message', '13', '91', '2003-02-18 13:22:32', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('360', 'Downloads Controller Order Status Value', 'DOWNLOADS_CONTROLLER_ORDERS_STATUS', '2', 'Downloads Controller Order Status Value - Default=2', '13', '92', '2003-09-07 13:14:39', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('740', 'Printable Catalog-Categories column', 'PRODUCT_LIST_CATALOG_CATEGORIES', 'show', 'Do you want to display the Categories column?', '899', '11', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('739', 'Printable Catalog-Description column', 'PRODUCT_LIST_CATALOG_DESCRIPTION', 'hide', 'Do you want to display the Products Description column?', '899', '10', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('738', 'Printable Catalog-Manufacturers column', 'PRODUCT_LIST_CATALOG_MANUFACTURERS', 'hide', 'Do you want to display the Manufacturers column?', '899', '9', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('737', 'Printable Catalog-Name column', 'PRODUCT_LIST_CATALOG_NAME', 'show', 'Do you want to display the Name column?', '899', '8', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('736', 'Printable Catalog-Options column', 'PRODUCT_LIST_CATALOG_OPTIONS', 'hide', 'Do you want to display the Options colum?', '899', '7', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('735', 'Printable Catalog-Image column in full catalog link', 'PRODUCT_LIST_CATALOG_IMAGE_FULL', 'hide', 'Do you want to display the Image column in the Full Catalog Script?(hide image for faster page loads on full catalog)', '899', '6', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('734', 'Printable Catalog-Image column in standard link', 'PRODUCT_LIST_CATALOG_IMAGE', 'show', 'Do you want to display the Image column?', '899', '5', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('733', 'Printable Catalog-Length of the Description Text', 'PRODUCT_LIST_DESCRIPTION_LENGTH', '400', 'How many characters in the description to display?', '899', '4', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('732', 'Printable Catalog-Results Per Page', 'PRODUCT_LIST_CATALOG_PERPAGE', '10', 'How many products do you want to list per page?', '899', '3', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('731', 'Printable Catalog-Number of Page Breaks Displayed', 'PRODUCT_LIST_PAGEBREAK_NUMBERS_PERPAGE', '10', 'How page breaks numbers to display?', '899', '2', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('730', 'Printable Catalog-Customer Discount in Catalog', 'PRODUCT_LIST_CUSTOMER_DISCOUNT', 'show', 'Setting to -show- will display the catalog with a customer discount applied if logged in. It will display pricing without discount if not logged in. (only valid if Members Discount Mod is loaded. Default if Mod not present is -hide-)', '899', '0', '2005-04-24 14:44:46', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('378', 'Down for Maintenance: ON/OFF', 'DOWN_FOR_MAINTENANCE', 'false', 'Down for Maintenance
(true=on false=off)', '16', '1', '2005-02-07 21:18:13', '2003-09-07 21:43:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('379', 'Down for Maintenance: filename', 'DOWN_FOR_MAINTENANCE_FILENAME', 'down_for_maintenance.php', 'Down for Maintenance filename Default=down_for_maintenance.php', '16', '2', '', '2003-09-07 21:43:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('380', 'Down for Maintenance: Hide Header', 'DOWN_FOR_MAINTENANCE_HEADER_OFF', 'false', 'Down for Maintenance: Hide Header
(true=hide false=show)', '16', '3', '2005-02-07 21:16:29', '2003-09-07 21:43:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('381', 'Down for Maintenance: Hide Column Left', 'DOWN_FOR_MAINTENANCE_COLUMN_LEFT_OFF', 'false', 'Down for Maintenance: Hide Column Left
(true=hide false=show)', '16', '4', '', '2003-09-07 21:43:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('382', 'Down for Maintenance: Hide Column Right', 'DOWN_FOR_MAINTENANCE_COLUMN_RIGHT_OFF', 'false', 'Down for Maintenance: Hide Column Right
(true=hide false=show)r', '16', '5', '', '2003-09-07 21:43:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('383', 'Down for Maintenance: Hide Footer', 'DOWN_FOR_MAINTENANCE_FOOTER_OFF', 'false', 'Down for Maintenance: Hide Footer
(true=hide false=show)', '16', '6', '', '2003-09-07 21:43:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('384', 'Down for Maintenance: Hide Prices', 'DOWN_FOR_MAINTENANCE_PRICES_OFF', 'false', 'Down for Maintenance: Hide Prices
(true=hide false=show)', '16', '7', '2003-09-07 21:55:34', '2003-09-07 21:43:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('385', 'Down For Maintenance (exclude this IP-Address)', 'EXCLUDE_ADMIN_IP_FOR_MAINTENANCE', '', 'This IP Address is able to access the website while it is Down For Maintenance (like webmaster)', '16', '8', '2003-09-07 21:56:14', '2003-03-21 21:20:07', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('386', 'NOTIFY 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
(true=on false=off)
If you set the \'Down For Maintenance: ON/OFF\' to true this will automaticly be updated to false', '16', '9', '0000-00-00 00:00:00', '2003-03-21 11:42:47', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('387', 'Date and hours for notice before maintenance', 'PERIOD_BEFORE_DOWN_FOR_MAINTENANCE', '16/05/2003 between the hours of 2-3 PM', 'Date and hours for notice before maintenance website, enter date and hours for maintenance website', '16', '10', '2004-02-11 18:14:46', '2003-03-21 11:42:47', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('388', 'Display when webmaster has enabled maintenance', 'DISPLAY_MAINTENANCE_TIME', 'true', 'Display when Webmaster has enabled maintenance
(true=on false=off)
', '16', '11', '2004-02-11 18:14:57', '2003-03-21 11:42:47', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('389', 'Display website maintenance period', 'DISPLAY_MAINTENANCE_PERIOD', 'true', 'Display Website maintenance period
(true=on false=off)
', '16', '12', '2004-02-11 18:15:05', '2003-03-21 11:42:47', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('390', 'Website maintenance period', 'TEXT_MAINTENANCE_PERIOD_TIME', '2h00', 'Enter Website Maintenance period (hh:mm)', '16', '13', '2003-03-21 13:08:25', '2003-03-21 11:42:47', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('456', 'Welcome Discount Coupon Code', 'NEW_SIGNUP_DISCOUNT_COUPON', '', 'Welcome Discount Coupon Code: if you do not want to send a coupon in your create account email leave blank else place the coupon code you wish to use', '1', '32', '2006-10-14 10:20:07', '2003-12-05 05:01:41', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('455', 'Welcome Gift Voucher Amount', 'NEW_SIGNUP_GIFT_VOUCHER_AMOUNT', '0', 'Welcome Gift Voucher Amount: If you do not wish to send a Gift Voucher in your create account email put 0 for no amount else if you do place the amount here i.e. 10.00 or 50.00 no currency signs', '1', '31', '2004-01-04 22:31:03', '2003-12-05 05:01:41', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('505', 'Display New Articles Link', 'DISPLAY_NEW_ARTICLES', 'false', 'Display a link to New Articles in the Articles box?', '456', '1', '2005-04-30 13:11:29', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('506', 'Number of Days Display New Articles', 'NEW_ARTICLES_DAYS_DISPLAY', '30', 'The number of days to display New Articles?', '456', '2', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('507', 'Maximum New Articles Per Page', 'MAX_NEW_ARTICLES_PER_PAGE', '10', 'The maximum number of New Articles to display per page
(New Articles page)', '456', '3', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('508', 'Display All Articles Link', 'DISPLAY_ALL_ARTICLES', 'true', 'Display a link to All Articles in the Articles box?', '456', '4', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('509', 'Maximum Articles Per Page', 'MAX_ARTICLES_PER_PAGE', '10', 'The maximum number of Articles to display per page
(All Articles and Topic/Author pages)', '456', '5', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('510', 'Maximum Display Upcoming Articles', 'MAX_DISPLAY_UPCOMING_ARTICLES', '5', 'Maximum number of articles to display in the Upcoming Articles module', '456', '6', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('511', 'Enable Article Reviews', 'ENABLE_ARTICLE_REVIEWS', 'false', 'Enable registered users to review articles?', '456', '7', '2005-04-30 13:11:59', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('512', 'Enable Tell a Friend About Article', 'ENABLE_TELL_A_FRIEND_ARTICLE', 'false', 'Enable Tell a Friend option in the Article Information page?', '456', '8', '2005-04-30 13:12:09', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('513', 'Minimum Number Cross-Sell Products', 'MIN_DISPLAY_ARTICLES_XSELL', '1', 'Minimum number of products to display in the articles Cross-Sell listing.', '456', '9', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('514', 'Maximum Number Cross-Sell Products', 'MAX_DISPLAY_ARTICLES_XSELL', '6', 'Maximum number of products to display in the articles Cross-Sell listing.', '456', '10', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('515', 'Show Article Counts', 'SHOW_ARTICLE_COUNTS', 'false', 'Count recursively how many articles are in each topic', '456', '11', '2005-04-30 13:12:19', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('516', 'Maximum Length of Author Name', 'MAX_DISPLAY_AUTHOR_NAME_LEN', '20', 'The maximum length of the author\'s name for display in the Author box', '456', '12', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('517', 'Authors List Style', 'MAX_DISPLAY_AUTHORS_IN_A_LIST', '1', 'Used in Authors box. When the number of authors exceeds this number, a drop-down list will be displayed instead of the default list', '456', '13', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('518', 'Authors Select Box Size', 'MAX_AUTHORS_LIST', '1', 'Used in Authors box. When this value is 1 the classic drop-down list will be used for the authors box. Otherwise, a list-box with the specified number of rows will be displayed.', '456', '14', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('519', 'Display Author in Article Listing', 'DISPLAY_AUTHOR_ARTICLE_LISTING', 'true', 'Display the Author in the Article Listing?', '456', '15', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('520', 'Display Topic in Article Listing', 'DISPLAY_TOPIC_ARTICLE_LISTING', 'true', 'Display the Topic in the Article Listing?', '456', '16', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('521', 'Display Abstract in Article Listing', 'DISPLAY_ABSTRACT_ARTICLE_LISTING', 'true', 'Display the Abstract in the Article Listing?', '456', '17', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('522', 'Display Date Added in Article Listing', 'DISPLAY_DATE_ADDED_ARTICLE_LISTING', 'true', 'Display the Date Added in the Article Listing?', '456', '18', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('523', 'Maximum Article Abstract Length', 'MAX_ARTICLE_ABSTRACT_LENGTH', '300', 'Sets the maximum length of the Article Abstract to be displayed

(No. of characters)', '456', '19', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('524', 'Display Topic/Author Filter', 'ARTICLE_LIST_FILTER', 'true', 'Do you want to display the Topic/Author Filter?', '456', '20', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('525', 'Location of Prev/Next Navigation Bar', 'ARTICLE_PREV_NEXT_BAR_LOCATION', 'bottom', 'Sets the location of the Previous/Next Navigation Bar

(top; bottom; both)', '456', '21', '2005-04-30 13:12:52', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'top\', \'bottom\', \'both\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('526', 'Use WYSIWYG HTMLAREA Editor?', 'ARTICLE_WYSIWYG_ENABLE', 'Enable', 'Use WYSIWYG Editor in Articles and Topic/Author Descriptions?', '456', '22', '2005-05-13 17:34:32', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'Enable\', \'Disable\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('527', 'WYSIWYG Editor Basic/Advanced Version?', 'ARTICLE_MANAGER_WYSIWYG_BASIC', 'Advanced', 'Basic Features FASTER
Advanced Features SLOWER', '456', '23', '2005-04-30 13:13:04', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'Basic\', \'Advanced\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('528', 'WYSIWYG Editor Layout Width', 'ARTICLE_MANAGER_WYSIWYG_WIDTH', '605', 'How WIDE should the HTMLAREA be in pixels (default: 605)', '456', '24', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('529', 'WYSIWYG Editor Layout Height', 'ARTICLE_MANAGER_WYSIWYG_HEIGHT', '300', 'How HIGH should the HTMLAREA be in pixels (default: 300)', '456', '25', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('530', 'WYSIWYG Editor Font Type', 'ARTICLE_MANAGER_WYSIWYG_FONT_TYPE', 'Times New Roman', 'User Interface Font Type
(not saved to content)', '456', '26', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'Arial\', \'Courier New\', \'Georgia\', \'Impact\', \'Tahoma\', \'Times New Roman\', \'Verdana\', \'Wingdings\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('531', 'WYSIWYG Editor Font Size', 'ARTICLE_MANAGER_WYSIWYG_FONT_SIZE', '12', 'User Interface Font Size
(not saved to content)

10 Equals 10 pt', '456', '27', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\\\'8\\\', \\\'10\\\', \\\'12\\\', \\\'14\\\', \\\'18\\\', \\\'24\\\', \\\'36\\\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('532', 'WYSIWYG Editor Font Colour', 'ARTICLE_MANAGER_WYSIWYG_FONT_COLOUR', 'Black', 'White, Black, C0C0C0, Red, FFFFFF, Yellow, Pink, Blue, Gray, 000000, etc...
basically any colour or HTML colour code!
(not saved to content)', '456', '28', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('533', 'WYSIWYG Editor Background Colour', 'ARTICLE_MANAGER_WYSIWYG_BG_COLOUR', 'White', 'White, Black, C0C0C0, Red, FFFFFF, Yellow, Pink, Blue, Gray, 000000, etc...
basically any colour or html colour code!
(not saved to content)', '456', '29', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('534', 'WYSIWYG Editor Allow Debug Mode?', 'ARTICLE_MANAGER_WYSIWYG_DEBUG', '0', 'Moniter Live-html, It updates as you type in a 2nd field above it.

Disable Debug = 0
Enable Debug = 1
Default = 0 OFF', '456', '30', '2005-01-27 13:49:14', '2005-01-27 13:49:14', '', 'tep_cfg_select_option(array(\'0\', \'1\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('391', 'Down For Maintenance Start Time', 'TEXT_DATE_TIME', '2005-02-07 21:18:13', 'Show when down for maintenance', '16', '14', '2005-02-07 21:18:13', '2005-01-27 13:49:14', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('700', 'Number of Columns for product listings', 'PRODUCT_LIST_NUM_COLUMNS', '4', 'How many prodcuts per row do you want to display on your product listing page?', '8', '14', '2005-04-06 07:43:07', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('701', 'Minimum X-Sell products Listed', 'MIN_DISPLAY_XSELL', '1', 'How many x-sell products per page', '8', '20', '2005-04-07 08:41:40', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('652', 'Max Wish List Box', 'MAX_DISPLAY_WISHLIST_BOX', '8', 'How many wish list items to display in the infobox before it changes to a counter', '3', '0', '2006-02-09 18:35:35', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('651', 'Max Wish List', 'MAX_DISPLAY_WISHLIST_PRODUCTS', '12', 'How many wish list items to show per page on the main wishlist.php file', '3', '0', '', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('650', 'Product Display Type (Default = 0 or Columns = 1)', 'PRODUCT_LIST_TYPE', '1', 'Do you want to display products one per row or multiple columns per row?', '8', '10', '2005-04-02 16:55:11', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('645', 'Tax Class', 'MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS', '0', 'Use the following tax class on the low order fee.', '6', '7', '', '2005-03-30 14:14:41', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('644', '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', '', '2005-03-30 14:14:41', '', 'tep_cfg_select_option(array(\'national\', \'international\', \'both\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('643', 'Order Fee', 'MODULE_ORDER_TOTAL_LOWORDERFEE_FEE', '5', 'Low order fee.', '6', '5', '', '2005-03-30 14:14:41', 'currencies->format', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('642', 'Order Fee For Orders Under', 'MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER', '50', 'Add the low order fee to orders under this amount.', '6', '4', '', '2005-03-30 14:14:41', 'currencies->format', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('641', 'Allow Low Order Fee', 'MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE', 'false', 'Do you want to allow low order fees?', '6', '3', '', '2005-03-30 14:14:41', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('640', 'Sort Order', 'MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER', '5', 'Sort order of display.', '6', '2', '', '2005-03-30 14:14:41', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('639', 'Display Low Order Fee', 'MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS', 'true', 'Do you want to display the low order fee?', '6', '1', '', '2005-03-30 14:14:41', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('638', 'Order Status', 'MODULE_LOYALTY_DISCOUNT_ORDER_STATUS', '3', 'Set the minimum order status for an order to add it to the total amount ordered', '6', '8', '', '2005-03-30 14:09:29', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('637', 'Discount Percentage', 'MODULE_LOYALTY_DISCOUNT_TABLE', '1000:5,1500:7.5,2000:10,3000:12.5,5000:15', 'Set the cumulative order total breaks per period set above, and discount percentages', '6', '7', '', '2005-03-30 14:09:29', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('635', 'Calculate Tax', 'MODULE_LOYALTY_DISCOUNT_CALC_TAX', 'false', 'Re-calculate Tax on discounted amount.', '6', '5', '', '2005-03-30 14:09:29', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('636', 'Cumulative order total period', 'MODULE_LOYALTY_DISCOUNT_CUMORDER_PERIOD', 'year', 'Set the period over which to calculate cumulative order total.', '6', '6', '', '2005-03-30 14:09:29', '', 'tep_cfg_select_option(array(\'alltime\', \'year\', \'quarter\', \'month\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('634', 'Include Tax', 'MODULE_LOYALTY_DISCOUNT_INC_TAX', 'true', 'Include Tax in calculation.', '6', '4', '', '2005-03-30 14:09:29', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('633', 'Include Shipping', 'MODULE_LOYALTY_DISCOUNT_INC_SHIPPING', 'true', 'Include Shipping in calculation', '6', '3', '', '2005-03-30 14:09:29', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('632', 'Sort Order', 'MODULE_LOYALTY_DISCOUNT_SORT_ORDER', '4', 'Sort order of display.', '6', '2', '', '2005-03-30 14:09:29', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('631', 'Display Total', 'MODULE_LOYALTY_DISCOUNT_STATUS', 'true', 'Do you want to enable the Order Discount?', '6', '1', '', '2005-03-30 14:09:29', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('601', 'Merchant Notifications', 'MODULE_PAYMENT_AUTHORIZENET_EMAIL_MERCHANT', 'True', 'Should Authorize.Net e-mail a receipt to the store owner?', '6', '0', '', '2005-03-27 16:40:34', '', 'tep_cfg_select_option(array(\'True\', \'False\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('747', 'Printable Catalog-Show the Date?', 'PRODUCT_LIST_CATALOG_DATE_SHOW', 'hide', 'Do you want to display the Product Date Added (only valid if Display Printable Catalog Date column is set to -show-)', '899', '18', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('748', 'Printable Catalog-Show Currency?', 'PRODUCT_LIST_CATALOG_CURRENCY', 'hide', 'Do you want to display the Currency Pull Down', '899', '19', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('746', 'Printable Catalog-Date column', 'PRODUCT_LIST_CATALOG_DATE', 'hide', 'Do you want to display the Product Date Added column?', '899', '17', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('744', 'Printable Catalog-Weight column', 'PRODUCT_LIST_CATALOG_WEIGHT', 'hide', 'Do you want to display the Weight column?', '899', '15', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('745', 'Printable Catalog-Price column', 'PRODUCT_LIST_CATALOG_PRICE', 'show', 'Do you want to display the Price column?', '899', '16', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('742', 'Printable Catalog-UPC column', 'PRODUCT_LIST_CATALOG_UPC', 'hide', 'Do you want to display the UPC column? (only valid if Members Discount Mod is loaded Default if not present is -hide-)', '899', '13', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('743', 'Printable Catalog-Quantity column', 'PRODUCT_LIST_CATALOG_QUANTITY', 'hide', 'Do you want to display the Quantity column?', '899', '14', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('741', 'Printable Catalog-Model column', 'PRODUCT_LIST_CATALOG_MODEL', 'show', 'Do you want to display the Model column?', '899', '12', '2005-04-24 14:30:53', '2005-04-24 14:30:53', '', 'tep_cfg_select_option(array(\'show\', \'hide\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('774', 'Enable Page Cache', 'ENABLE_PAGE_CACHE', 'false', 'Enable the page cache features to reduce server load and faster page renders?

Contribution by: Chemo', '26229', '1', '2005-05-17 09:27:54', '0000-00-00 00:00:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('775', 'Cache Lifetime', 'PAGE_CACHE_LIFETIME', '5', 'How long to cache the pages (in minutes) ?

Contribution by: Chemo', '26229', '2', '', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('776', 'Turn on Debug Mode?', 'PAGE_CACHE_DEBUG_MODE', 'false', 'Turn on the global debug output (located at the footer) ? This affects ALL browsers and is NOT for live shops! YOu can turn on debug mode JUST for your browser by adding \"?debug=1\" to your URL.

Contribution by: Chemo', '26229', '3', '2005-05-15 15:46:18', '0000-00-00 00:00:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('777', 'Disable URL Parameters?', 'PAGE_CACHE_DISABLE_PARAMETERS', 'false', 'In some cases (such as search engine safe URL\'s) or large number of affiliate referrals will cause excessive page writing.

Contribution by: Chemo', '26229', '4', '', '0000-00-00 00:00:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('778', 'Delete Cache Files?', 'PAGE_CACHE_DELETE_FILES', 'false', 'If set to true the next catalog page request will delete all the cache files and then reset this value to false again.

Contribution by: Chemo', '26229', '5', '2005-05-17 09:26:36', '0000-00-00 00:00:00', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('779', 'Config Cache Update File?', 'PAGE_CACHE_UPDATE_CONFIG_FILES', 'none', 'If you have a configuration cache contribution enter the FULL path to the update file.

Contribution by: Chemo', '26229', '6', '', '0000-00-00 00:00:00', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('993', 'Enable categories cache?', 'USE_SEO_CACHE_CATEGORIES', 'true', 'This will turn off caching for the categories.', '888004', '7', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('992', 'Enable product cache?', 'USE_SEO_CACHE_PRODUCTS', 'true', 'This will turn off caching for the products.', '888004', '6', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('991', 'Enable SEO cache to save queries?', 'USE_SEO_CACHE_GLOBAL', 'true', 'This is a global setting and will turn off caching completely.', '888004', '5', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('990', 'Output W3C valid URLs (parameter string)?', 'SEO_URLS_USE_W3C_VALID', 'true', 'This setting will output W3C valid URLs.', '888004', '4', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1134', 'Tier 2 Discount Percent', 'MODULE_SHIPPING_FEDEX1_TIER2_DISCOUNT_PERCENTAGE', 'NONE', 'Enter the integer number of discount percentage for Tier 2 Ground MultiWeight Discount.', '6', '27', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1133', 'Tier 1 Discount Percent', 'MODULE_SHIPPING_FEDEX1_TIER1_DISCOUNT_PERCENTAGE', 'NONE', 'Enter the integer number of discount percentage for Tier 1 Ground MultiWeight Discount.', '6', '26', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1132', 'Tier 2 Discount Weight', 'MODULE_SHIPPING_FEDEX1_TIER2_DISCOUNT_WEIGHT', 'NONE', 'Enter the weight threshold for Tier 2 Ground MultiWeight Discount.', '6', '25', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1128', 'Shipping Zone', 'MODULE_SHIPPING_FEDEX1_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', '', '2007-10-09 02:23:37', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('989', 'Filter Short Words', 'SEO_URLS_FILTER_SHORT_WORDS', '1', 'This setting will filter words less than or equal to the value from the URL.', '888004', '3', '2007-04-09 13:47:30', '2007-04-09 13:43:17', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('988', 'Add category parent to begining of URLs?', 'SEO_ADD_CAT_PARENT', 'true', 'This setting will add the category parent name to the beginning of the category URLs (i.e. - parent-category-c-1.html).', '888004', '2', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('987', 'Add cPath to product URLs?', 'SEO_ADD_CPATH_TO_PRODUCT_URLS', 'false', 'This setting will append the cPath to the end of product URLs (i.e. - some-product-p-1.html?cPath=xx).', '888004', '1', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('986', 'Enable SEO URLs?', 'SEO_ENABLED', 'true', 'Enable the SEO URLs? This is a global setting and will turn them off completely.', '888004', '0', '2007-12-11 00:52:25', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('956', 'Number of Tierlevels', 'AFFILIATE_TIER_LEVELS', '0', 'Number of Tierlevels', '900', '12', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('957', 'Percentage Rate for the Tierlevels', 'AFFILIATE_TIER_PERCENTAGE', '8.00;5.00;1.00', 'Percent Rates for the tierlevels
Example: 8.00;5.00;1.00', '900', '13', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('958', 'Affiliate News', 'MAX_DISPLAY_AFFILIATE_NEWS', '3', 'Maximum number of items to display on the Affiliate News page', '900', '14', '', '2006-07-24 06:36:26', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1127', 'Sort Order', 'MODULE_SHIPPING_FEDEX1_SORT_ORDER', '1', 'Sort order of display.', '6', '24', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1126', 'Tax Class', 'MODULE_SHIPPING_FEDEX1_TAX_CLASS', '0', 'Use the following tax class on the shipping fee.', '6', '23', '', '2007-10-09 02:23:37', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1125', 'Timeout in Seconds', 'MODULE_SHIPPING_FEDEX1_TIMEOUT', 'NONE', 'Enter the maximum time in seconds you would wait for a rate request from Fedex? Leave NONE for default timeout.', '6', '22', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1124', 'Sort rates:', 'MODULE_SHIPPING_FEDEX1_WEIGHT_SORT', 'High to Low', 'Sort rates top to bottom:', '6', '19', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'High to Low\', \'Low to High\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1123', 'Enable Envelope Rates?', 'MODULE_SHIPPING_FEDEX1_ENVELOPE', 'False', 'Do you want to offer Fedex Envelope rates? All items under 1/2 LB (.23KG) will quote using the envelope rate if True.', '6', '10', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1007', 'cURL Path', 'MODULE_PAYMENT_AUTHORIZENET_CURL_PATH', 'The Path To cURL', 'For Not Compiled mode only, input path to the cURL binary (i.e. c:/curl/curl)', '6', '0', '', '2007-04-14 02:10:21', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1006', 'cURL Setup', 'MODULE_PAYMENT_AUTHORIZENET_CURL', 'Compiled', 'Whether cURL is compiled into PHP or not. Windows users, select not compiled.', '6', '0', '', '2007-04-14 02:10:21', '', 'tep_cfg_select_option(array(\'Not Compiled\', \'Compiled\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1004', 'Login Username', 'MODULE_PAYMENT_AUTHORIZENET_LOGIN', 'ems00652', 'The login username used for the Authorize.net service', '6', '0', '', '2007-04-14 02:10:21', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1005', 'Login Transaction Key', 'MODULE_PAYMENT_AUTHORIZENET_TRANSKEY', '6H4pw8r49VL2X2KM', 'The transaction key used for the Authorize.net service', '6', '0', '', '2007-04-14 02:10:21', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1003', 'Enable Authorize.net Module', 'MODULE_PAYMENT_AUTHORIZENET_STATUS', 'True', 'Do you want to accept payments through Authorize.net?', '6', '0', '', '2007-04-14 02:10:21', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('994', 'Enable manufacturers cache?', 'USE_SEO_CACHE_MANUFACTURERS', 'true', 'This will turn off caching for the manufacturers.', '888004', '8', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('995', 'Enable articles cache?', 'USE_SEO_CACHE_ARTICLES', 'true', 'This will turn off caching for the articles.', '888004', '9', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('996', 'Enable topics cache?', 'USE_SEO_CACHE_TOPICS', 'true', 'This will turn off caching for the article topics.', '888004', '10', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('997', 'Enable information cache?', 'USE_SEO_CACHE_INFO_PAGES', 'true', 'This will turn off caching for the information pages.', '888004', '11', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('998', 'Enable automatic redirects?', 'USE_SEO_REDIRECT', 'true', 'This will activate the automatic redirect code and send 301 headers for old to new URLs.', '888004', '12', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('999', 'Choose URL Rewrite Type', 'SEO_REWRITE_TYPE', 'Rewrite', 'Choose which SEO URL format to use.', '888004', '13', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'Rewrite\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1000', 'Enter special character conversions', 'SEO_CHAR_CONVERT_SET', '', 'This setting will convert characters.

The format MUST be in the form: char=>conv,char2=>conv2', '888004', '14', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1001', 'Remove all non-alphanumeric characters?', 'SEO_REMOVE_ALL_SPEC_CHARS', 'false', 'This will remove all non-letters and non-numbers. This should be handy to remove all special characters with 1 setting.', '888004', '15', '2007-04-09 13:43:17', '2007-04-09 13:43:17', '', 'tep_cfg_select_option(array(\'true\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1002', 'Reset SEO URLs Cache', 'SEO_URLS_CACHE_RESET', 'false', 'This will reset the cache data for SEO', '888004', '16', '2007-04-14 02:27:15', '2007-04-09 13:43:17', 'tep_reset_cache_data_seo_urls', 'tep_cfg_select_option(array(\'reset\', \'false\'),'); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1008', 'Transaction Mode', 'MODULE_PAYMENT_AUTHORIZENET_TESTMODE', 'Production', 'Transaction mode used for processing orders', '6', '0', '', '2007-04-14 02:10:21', '', 'tep_cfg_select_option(array(\'Test\', \'Test And Debug\', \'Production\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1009', 'Transaction Method', 'MODULE_PAYMENT_AUTHORIZENET_METHOD', 'Credit Card', 'Transaction method used for processing orders', '6', '0', '', '2007-04-14 02:10:21', '', 'tep_cfg_select_option(array(\'Credit Card\', \'eCheck\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1010', 'Processing Mode', 'MODULE_PAYMENT_AUTHORIZENET_CCMODE', 'Authorize And Capture', 'Credit card processing mode', '6', '0', '', '2007-04-14 02:10:21', '', 'tep_cfg_select_option(array(\'Authorize And Capture\', \'Authorize Only\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1011', 'Sort Order Of Display', 'MODULE_PAYMENT_AUTHORIZENET_SORT_ORDER', '1', 'The order in which this payment type is dislayed. Lowest is displayed first.', '6', '0', '', '2007-04-14 02:10:21', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1012', 'Customer Notifications', 'MODULE_PAYMENT_AUTHORIZENET_EMAIL_CUSTOMER', 'False', 'Should Authorize.Net e-mail a receipt to the customer?', '6', '0', '', '2007-04-14 02:10:21', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1013', 'Accepted Credit Cards', 'MODULE_PAYMENT_AUTHORIZENET_ACCEPTED_CC', 'Visa, Master Card, American Express, Discover', 'The credit cards you currently accept', '6', '0', '', '2007-04-14 02:10:21', '', '_selectOptions(array(\'Visa\', \'Master Card\', \'American Express\',\'Discover\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1122', 'Insurance?', 'MODULE_SHIPPING_FEDEX1_INSURE', '.01', 'Insure packages over what dollar amount?', '6', '22', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1121', 'Residential surcharge?', 'MODULE_SHIPPING_FEDEX1_RESIDENTIAL', '0', 'Residential Surcharge (in addition to other surcharge) for Express packages within US, or ground packages within Canada?', '6', '21', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1119', 'Fedex surcharge?', 'MODULE_SHIPPING_FEDEX1_SURCHARGE', '2.50', 'Surcharge amount to add to shipping charge?', '6', '21', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1120', 'Show List Rates?', 'MODULE_SHIPPING_FEDEX1_LIST_RATES', 'True', 'Show LIST Rates?', '6', '21', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1118', 'Drop off type', 'MODULE_SHIPPING_FEDEX1_DROPOFF', '1', 'Dropoff type (1 = Regular pickup, 2 = request courier, 3 = drop box, 4 = drop at BSC, 5 = drop at station)?', '6', '20', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1116', 'Phone number', 'MODULE_SHIPPING_FEDEX1_PHONE', '(856)767-8110', 'Enter a contact phone number for your company, required', '6', '18', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1117', 'Which server to use', 'MODULE_SHIPPING_FEDEX1_SERVER', 'production', 'You must have an account with Fedex', '6', '19', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'test\', \'production\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1114', 'State or Province name', 'MODULE_SHIPPING_FEDEX1_STATE', 'NJ', 'Enter the 2 letter state or province name for the ship from street address, required for Canada and US', '6', '16', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1115', 'Postal code', 'MODULE_SHIPPING_FEDEX1_POSTAL', '08004', 'Enter the postal code for the ship from street address, required', '6', '17', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1113', 'City name', 'MODULE_SHIPPING_FEDEX1_CITY', 'Atco', 'Enter the city name for the ship from street address, required', '6', '15', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1108', 'cURL Path', 'MODULE_SHIPPING_FEDEX1_CURL', 'NONE', 'Enter the path to the cURL program, normally, leave this set to NONE to execute cURL using PHP', '6', '12', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1109', 'Debug Mode', 'MODULE_SHIPPING_FEDEX1_DEBUG', 'False', 'Turn on Debug', '6', '19', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1110', 'Weight Units', 'MODULE_SHIPPING_FEDEX1_WEIGHT', 'LBS', 'Weight Units:', '6', '19', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'LBS\', \'KGS\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1111', 'First line of street address', 'MODULE_SHIPPING_FEDEX1_ADDRESS_1', '275 White Horse Pike', 'Enter the first line of your ship from street address, required', '6', '13', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1112', 'Second line of street address', 'MODULE_SHIPPING_FEDEX1_ADDRESS_2', 'NONE', 'Enter the second line of your ship from street address, leave set to NONE if you do not need to specify a second line', '6', '14', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1103', 'Sort Order', 'MODULE_SHIPPING_FREESHIPPER_SORT_ORDER', '0', 'Sort order of display.', '6', '0', '', '2007-10-07 18:40:55', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1130', 'Max. quantity of ship boxes', 'MODULE_SHIPPING_FEDEX1_MAX_QUANTITY_OF_SHIP_BOXES', 'NONE', 'Enter the maximum quantity of ship boxes when module becomes disabled.', '6', '22', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1135', 'Saturday Shipment', 'MODULE_SHIPPING_FEDEX1_SATURDAY_SHIPMENT', 'True', 'Saturday Shipment enabled or disabled?', '6', '28', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1099', 'Enable Free Shipping', 'MODULE_SHIPPING_FREESHIPPER_STATUS', '1', 'Do you want to offer Free shipping?', '6', '5', '', '2007-10-07 18:40:55', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1100', 'Free Shipping Cost', 'MODULE_SHIPPING_FREESHIPPER_COST', '0.00', 'What is the Shipping cost? The Handling fee will also be added.', '6', '6', '', '2007-10-07 18:40:55', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1101', 'Tax Class', 'MODULE_SHIPPING_FREESHIPPER_TAX_CLASS', '0', 'Use the following tax class on the shipping fee.', '6', '0', '', '2007-10-07 18:40:55', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1102', 'Shipping Zone', 'MODULE_SHIPPING_FREESHIPPER_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', '6', '0', '', '2007-10-07 18:40:55', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1107', 'Your Fedex Meter ID', 'MODULE_SHIPPING_FEDEX1_METER', '4396163', 'Enter the Fedex MeterID assigned to you, set to NONE to obtain a new meter number', '6', '12', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1106', 'Your Fedex Account Number', 'MODULE_SHIPPING_FEDEX1_ACCOUNT', '397882705', 'Enter the fedex Account Number assigned to you, required', '6', '11', '', '2007-10-09 02:23:37', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1105', 'Display Transit Times', 'MODULE_SHIPPING_FEDEX1_TRANSIT', 'True', 'Do you want to show transit times for ground or home delivery rates?', '6', '10', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1104', 'Enable Fedex Shipping', 'MODULE_SHIPPING_FEDEX1_STATUS', 'True', 'Do you want to offer Fedex shipping?', '6', '10', '', '2007-10-09 02:23:37', '', 'tep_cfg_select_option(array(\'True\', \'False\'), '); DROP TABLE IF EXISTS `configuration_group`; CREATE TABLE `configuration_group` ( `configuration_group_id` int(11) NOT NULL AUTO_INCREMENT, `configuration_group_title` varchar(64) NOT NULL DEFAULT '', `configuration_group_description` varchar(255) NOT NULL DEFAULT '', `sort_order` int(5) DEFAULT NULL, `visible` int(1) DEFAULT '1', PRIMARY KEY (`configuration_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=888005 DEFAULT CHARSET=latin1; INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('1', 'My Store', 'General information about my store', '1', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('2', 'Minimum Values', 'The minimum values for functions / data', '2', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('3', 'Maximum Values', 'The maximum values for functions / data', '3', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('4', 'Images', 'Image parameters', '4', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('5', 'Customer Details', 'Customer account configuration', '5', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('6', 'Module Options', 'Hidden from configuration', '6', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('7', 'Shipping/Packaging', 'Shipping options available at my store', '7', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('8', 'Product Listing', 'Product Listing configuration options', '8', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('9', 'Stock', 'Stock configuration options', '9', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('10', 'Logging', 'Logging configuration options', '10', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('11', 'Cache', 'Caching configuration options', '11', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('12', 'E-Mail Options', 'General setting for E-Mail transport and HTML E-Mails', '12', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('13', 'Download', 'Downloadable products options', '13', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('14', 'GZip Compression', 'GZip compression options', '14', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('15', 'Sessions', 'Session options', '15', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('112', 'WYSIWYG Editor 2.0', 'HTMLArea 2.0 Options', '15', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('900', 'Affiliate Program', 'Options for the Affiliate Program', '50', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('901', 'Dynamic MoPics', 'The options which configure Dynamic MoPics.', '901', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('899', 'Printable Catalog', 'Options for Printable Catalog', '899', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('16', 'Site Maintenance', 'Site Maintenance Options', '16', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('40', 'Accounts', 'Configuration of Account settings', '40', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('888001', 'Product Information', 'Product Information page configuration options', '8', '1'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('26229', 'Page Cache Settings', 'Settings for the page cache contribution', '20', '0'); INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('888004', 'SEO URLs', 'Options for Ultimate SEO URLs by Chemo', '902', '1'); DROP TABLE IF EXISTS `counter`; CREATE TABLE `counter` ( `startdate` char(8) DEFAULT NULL, `counter` int(12) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `counter`(`startdate`, `counter`) VALUES ('20051215', '544254'); DROP TABLE IF EXISTS `counter_history`; CREATE TABLE `counter_history` ( `month` char(8) DEFAULT NULL, `counter` int(12) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `countries`; CREATE TABLE `countries` ( `countries_id` int(11) NOT NULL AUTO_INCREMENT, `countries_name` varchar(64) NOT NULL DEFAULT '', `countries_iso_code_2` char(2) NOT NULL DEFAULT '', `countries_iso_code_3` char(3) NOT NULL DEFAULT '', `address_format_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`countries_id`), KEY `IDX_COUNTRIES_NAME` (`countries_name`) ) ENGINE=MyISAM AUTO_INCREMENT=240 DEFAULT CHARSET=latin1; INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('1', 'Afghanistan', 'AF', 'AFG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('2', 'Albania', 'AL', 'ALB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('3', 'Algeria', 'DZ', 'DZA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('4', 'American Samoa', 'AS', 'ASM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('5', 'Andorra', 'AD', 'AND', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('6', 'Angola', 'AO', 'AGO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('7', 'Anguilla', 'AI', 'AIA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('8', 'Antarctica', 'AQ', 'ATA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('9', 'Antigua and Barbuda', 'AG', 'ATG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('10', 'Argentina', 'AR', 'ARG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('11', 'Armenia', 'AM', 'ARM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('12', 'Aruba', 'AW', 'ABW', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('13', 'Australia', 'AU', 'AUS', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('14', 'Austria', 'AT', 'AUT', '5'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('15', 'Azerbaijan', 'AZ', 'AZE', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('16', 'Bahamas', 'BS', 'BHS', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('17', 'Bahrain', 'BH', 'BHR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('18', 'Bangladesh', 'BD', 'BGD', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('19', 'Barbados', 'BB', 'BRB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('20', 'Belarus', 'BY', 'BLR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('21', 'Belgium', 'BE', 'BEL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('22', 'Belize', 'BZ', 'BLZ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('23', 'Benin', 'BJ', 'BEN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('24', 'Bermuda', 'BM', 'BMU', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('25', 'Bhutan', 'BT', 'BTN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('26', 'Bolivia', 'BO', 'BOL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('27', 'Bosnia and Herzegowina', 'BA', 'BIH', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('28', 'Botswana', 'BW', 'BWA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('29', 'Bouvet Island', 'BV', 'BVT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('30', 'Brazil', 'BR', 'BRA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('31', 'British Indian Ocean Territory', 'IO', 'IOT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('32', 'Brunei Darussalam', 'BN', 'BRN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('33', 'Bulgaria', 'BG', 'BGR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('34', 'Burkina Faso', 'BF', 'BFA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('35', 'Burundi', 'BI', 'BDI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('36', 'Cambodia', 'KH', 'KHM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('37', 'Cameroon', 'CM', 'CMR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('38', 'Canada', 'CA', 'CAN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('39', 'Cape Verde', 'CV', 'CPV', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('40', 'Cayman Islands', 'KY', 'CYM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('41', 'Central African Republic', 'CF', 'CAF', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('42', 'Chad', 'TD', 'TCD', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('43', 'Chile', 'CL', 'CHL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('44', 'China', 'CN', 'CHN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('45', 'Christmas Island', 'CX', 'CXR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('46', 'Cocos (Keeling) Islands', 'CC', 'CCK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('47', 'Colombia', 'CO', 'COL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('48', 'Comoros', 'KM', 'COM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('49', 'Congo', 'CG', 'COG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('50', 'Cook Islands', 'CK', 'COK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('51', 'Costa Rica', 'CR', 'CRI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('52', 'Cote D\'Ivoire', 'CI', 'CIV', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('53', 'Croatia', 'HR', 'HRV', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('54', 'Cuba', 'CU', 'CUB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('55', 'Cyprus', 'CY', 'CYP', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('56', 'Czech Republic', 'CZ', 'CZE', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('57', 'Denmark', 'DK', 'DNK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('58', 'Djibouti', 'DJ', 'DJI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('59', 'Dominica', 'DM', 'DMA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('60', 'Dominican Republic', 'DO', 'DOM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('61', 'East Timor', 'TP', 'TMP', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('62', 'Ecuador', 'EC', 'ECU', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('63', 'Egypt', 'EG', 'EGY', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('64', 'El Salvador', 'SV', 'SLV', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('65', 'Equatorial Guinea', 'GQ', 'GNQ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('66', 'Eritrea', 'ER', 'ERI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('67', 'Estonia', 'EE', 'EST', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('68', 'Ethiopia', 'ET', 'ETH', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('69', 'Falkland Islands (Malvinas)', 'FK', 'FLK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('70', 'Faroe Islands', 'FO', 'FRO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('71', 'Fiji', 'FJ', 'FJI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('72', 'Finland', 'FI', 'FIN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('73', 'France', 'FR', 'FRA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('74', 'France, Metropolitan', 'FX', 'FXX', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('75', 'French Guiana', 'GF', 'GUF', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('76', 'French Polynesia', 'PF', 'PYF', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('77', 'French Southern Territories', 'TF', 'ATF', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('78', 'Gabon', 'GA', 'GAB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('79', 'Gambia', 'GM', 'GMB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('80', 'Georgia', 'GE', 'GEO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('81', 'Germany', 'DE', 'DEU', '5'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('82', 'Ghana', 'GH', 'GHA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('83', 'Gibraltar', 'GI', 'GIB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('84', 'Greece', 'GR', 'GRC', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('85', 'Greenland', 'GL', 'GRL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('86', 'Grenada', 'GD', 'GRD', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('87', 'Guadeloupe', 'GP', 'GLP', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('88', 'Guam', 'GU', 'GUM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('89', 'Guatemala', 'GT', 'GTM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('90', 'Guinea', 'GN', 'GIN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('91', 'Guinea-bissau', 'GW', 'GNB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('92', 'Guyana', 'GY', 'GUY', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('93', 'Haiti', 'HT', 'HTI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('94', 'Heard and Mc Donald Islands', 'HM', 'HMD', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('95', 'Honduras', 'HN', 'HND', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('96', 'Hong Kong', 'HK', 'HKG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('97', 'Hungary', 'HU', 'HUN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('98', 'Iceland', 'IS', 'ISL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('99', 'India', 'IN', 'IND', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('100', 'Indonesia', 'ID', 'IDN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('101', 'Iran (Islamic Republic of)', 'IR', 'IRN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('102', 'Iraq', 'IQ', 'IRQ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('103', 'Ireland', 'IE', 'IRL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('104', 'Israel', 'IL', 'ISR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('105', 'Italy', 'IT', 'ITA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('106', 'Jamaica', 'JM', 'JAM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('107', 'Japan', 'JP', 'JPN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('108', 'Jordan', 'JO', 'JOR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('109', 'Kazakhstan', 'KZ', 'KAZ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('110', 'Kenya', 'KE', 'KEN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('111', 'Kiribati', 'KI', 'KIR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('112', 'Korea, Democratic People\'s Republic of', 'KP', 'PRK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('113', 'Korea, Republic of', 'KR', 'KOR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('114', 'Kuwait', 'KW', 'KWT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('115', 'Kyrgyzstan', 'KG', 'KGZ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('116', 'Lao People\'s Democratic Republic', 'LA', 'LAO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('117', 'Latvia', 'LV', 'LVA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('118', 'Lebanon', 'LB', 'LBN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('119', 'Lesotho', 'LS', 'LSO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('120', 'Liberia', 'LR', 'LBR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('121', 'Libyan Arab Jamahiriya', 'LY', 'LBY', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('122', 'Liechtenstein', 'LI', 'LIE', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('123', 'Lithuania', 'LT', 'LTU', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('124', 'Luxembourg', 'LU', 'LUX', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('125', 'Macau', 'MO', 'MAC', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('126', 'Macedonia, The Former Yugoslav Republic of', 'MK', 'MKD', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('127', 'Madagascar', 'MG', 'MDG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('128', 'Malawi', 'MW', 'MWI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('129', 'Malaysia', 'MY', 'MYS', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('130', 'Maldives', 'MV', 'MDV', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('131', 'Mali', 'ML', 'MLI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('132', 'Malta', 'MT', 'MLT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('133', 'Marshall Islands', 'MH', 'MHL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('134', 'Martinique', 'MQ', 'MTQ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('135', 'Mauritania', 'MR', 'MRT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('136', 'Mauritius', 'MU', 'MUS', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('137', 'Mayotte', 'YT', 'MYT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('138', 'Mexico', 'MX', 'MEX', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('139', 'Micronesia, Federated States of', 'FM', 'FSM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('140', 'Moldova, Republic of', 'MD', 'MDA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('141', 'Monaco', 'MC', 'MCO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('142', 'Mongolia', 'MN', 'MNG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('143', 'Montserrat', 'MS', 'MSR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('144', 'Morocco', 'MA', 'MAR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('145', 'Mozambique', 'MZ', 'MOZ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('146', 'Myanmar', 'MM', 'MMR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('147', 'Namibia', 'NA', 'NAM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('148', 'Nauru', 'NR', 'NRU', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('149', 'Nepal', 'NP', 'NPL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('150', 'Netherlands', 'NL', 'NLD', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('151', 'Netherlands Antilles', 'AN', 'ANT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('152', 'New Caledonia', 'NC', 'NCL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('153', 'New Zealand', 'NZ', 'NZL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('154', 'Nicaragua', 'NI', 'NIC', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('155', 'Niger', 'NE', 'NER', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('156', 'Nigeria', 'NG', 'NGA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('157', 'Niue', 'NU', 'NIU', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('158', 'Norfolk Island', 'NF', 'NFK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('159', 'Northern Mariana Islands', 'MP', 'MNP', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('160', 'Norway', 'NO', 'NOR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('161', 'Oman', 'OM', 'OMN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('162', 'Pakistan', 'PK', 'PAK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('163', 'Palau', 'PW', 'PLW', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('164', 'Panama', 'PA', 'PAN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('165', 'Papua New Guinea', 'PG', 'PNG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('166', 'Paraguay', 'PY', 'PRY', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('167', 'Peru', 'PE', 'PER', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('168', 'Philippines', 'PH', 'PHL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('169', 'Pitcairn', 'PN', 'PCN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('170', 'Poland', 'PL', 'POL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('171', 'Portugal', 'PT', 'PRT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('172', 'Puerto Rico', 'PR', 'PRI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('173', 'Qatar', 'QA', 'QAT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('174', 'Reunion', 'RE', 'REU', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('175', 'Romania', 'RO', 'ROM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('176', 'Russian Federation', 'RU', 'RUS', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('177', 'Rwanda', 'RW', 'RWA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('178', 'Saint Kitts and Nevis', 'KN', 'KNA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('179', 'Saint Lucia', 'LC', 'LCA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('180', 'Saint Vincent and the Grenadines', 'VC', 'VCT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('181', 'Samoa', 'WS', 'WSM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('182', 'San Marino', 'SM', 'SMR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('183', 'Sao Tome and Principe', 'ST', 'STP', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('184', 'Saudi Arabia', 'SA', 'SAU', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('185', 'Senegal', 'SN', 'SEN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('186', 'Seychelles', 'SC', 'SYC', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('187', 'Sierra Leone', 'SL', 'SLE', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('188', 'Singapore', 'SG', 'SGP', '4'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('189', 'Slovakia (Slovak Republic)', 'SK', 'SVK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('190', 'Slovenia', 'SI', 'SVN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('191', 'Solomon Islands', 'SB', 'SLB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('192', 'Somalia', 'SO', 'SOM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('193', 'South Africa', 'ZA', 'ZAF', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('194', 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('195', 'Spain', 'ES', 'ESP', '3'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('196', 'Sri Lanka', 'LK', 'LKA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('197', 'St. Helena', 'SH', 'SHN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('198', 'St. Pierre and Miquelon', 'PM', 'SPM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('199', 'Sudan', 'SD', 'SDN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('200', 'Suriname', 'SR', 'SUR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('201', 'Svalbard and Jan Mayen Islands', 'SJ', 'SJM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('202', 'Swaziland', 'SZ', 'SWZ', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('203', 'Sweden', 'SE', 'SWE', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('204', 'Switzerland', 'CH', 'CHE', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('205', 'Syrian Arab Republic', 'SY', 'SYR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('206', 'Taiwan', 'TW', 'TWN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('207', 'Tajikistan', 'TJ', 'TJK', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('208', 'Tanzania, United Republic of', 'TZ', 'TZA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('209', 'Thailand', 'TH', 'THA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('210', 'Togo', 'TG', 'TGO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('211', 'Tokelau', 'TK', 'TKL', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('212', 'Tonga', 'TO', 'TON', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('213', 'Trinidad and Tobago', 'TT', 'TTO', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('214', 'Tunisia', 'TN', 'TUN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('215', 'Turkey', 'TR', 'TUR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('216', 'Turkmenistan', 'TM', 'TKM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('217', 'Turks and Caicos Islands', 'TC', 'TCA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('218', 'Tuvalu', 'TV', 'TUV', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('219', 'Uganda', 'UG', 'UGA', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('220', 'Ukraine', 'UA', 'UKR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('221', 'United Arab Emirates', 'AE', 'ARE', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('222', 'United Kingdom', 'GB', 'GBR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('223', 'United States', 'US', 'USA', '2'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('224', 'United States Minor Outlying Islands', 'UM', 'UMI', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('225', 'Uruguay', 'UY', 'URY', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('226', 'Uzbekistan', 'UZ', 'UZB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('227', 'Vanuatu', 'VU', 'VUT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('228', 'Vatican City State (Holy See)', 'VA', 'VAT', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('229', 'Venezuela', 'VE', 'VEN', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('230', 'Viet Nam', 'VN', 'VNM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('231', 'Virgin Islands (British)', 'VG', 'VGB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('232', 'Virgin Islands (U.S.)', 'VI', 'VIR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('233', 'Wallis and Futuna Islands', 'WF', 'WLF', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('234', 'Western Sahara', 'EH', 'ESH', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('235', 'Yemen', 'YE', 'YEM', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('236', 'Yugoslavia', 'YU', 'YUG', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('237', 'Zaire', 'ZR', 'ZAR', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('238', 'Zambia', 'ZM', 'ZMB', '1'); INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('239', 'Zimbabwe', 'ZW', 'ZWE', '1'); DROP TABLE IF EXISTS `coupon_email_track`; CREATE TABLE `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) DEFAULT NULL, `sent_lastname` varchar(32) DEFAULT NULL, `emailed_to` varchar(32) DEFAULT NULL, `date_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`unique_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `coupon_gv_customer`; CREATE TABLE `coupon_gv_customer` ( `customer_id` int(5) NOT NULL DEFAULT '0', `amount` decimal(8,4) NOT NULL DEFAULT '0.0000', PRIMARY KEY (`customer_id`), KEY `customer_id` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `coupon_gv_queue`; CREATE TABLE `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(8,4) NOT NULL DEFAULT '0.0000', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ipaddr` varchar(32) NOT NULL DEFAULT '', `release_flag` char(1) NOT NULL DEFAULT 'N', PRIMARY KEY (`unique_id`), KEY `uid` (`unique_id`,`customer_id`,`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `coupon_redeem_track`; CREATE TABLE `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 '0000-00-00 00:00:00', `redeem_ip` varchar(32) NOT NULL DEFAULT '', `order_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`unique_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `coupons`; CREATE TABLE `coupons` ( `coupon_id` int(11) NOT NULL AUTO_INCREMENT, `coupon_type` char(1) NOT NULL DEFAULT 'F', `coupon_code` varchar(32) NOT NULL DEFAULT '', `coupon_amount` decimal(8,4) NOT NULL DEFAULT '0.0000', `coupon_minimum_order` decimal(8,4) NOT NULL DEFAULT '0.0000', `coupon_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `coupon_expire_date` datetime NOT NULL DEFAULT '0000-00-00 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) DEFAULT NULL, `restrict_to_categories` varchar(255) DEFAULT NULL, `restrict_to_customers` text, `coupon_active` char(1) NOT NULL DEFAULT 'Y', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`coupon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; INSERT INTO `coupons`(`coupon_id`, `coupon_type`, `coupon_code`, `coupon_amount`, `coupon_minimum_order`, `coupon_start_date`, `coupon_expire_date`, `uses_per_coupon`, `uses_per_user`, `restrict_to_products`, `restrict_to_categories`, `restrict_to_customers`, `coupon_active`, `date_created`, `date_modified`) VALUES ('1', 'S', '12345678910', '0.0000', '0.0000', '2007-05-03 00:00:00', '2007-10-03 00:00:00', '0', '1', '19', '12', '', 'N', '2007-05-03 15:20:35', '2007-05-03 15:20:35'); INSERT INTO `coupons`(`coupon_id`, `coupon_type`, `coupon_code`, `coupon_amount`, `coupon_minimum_order`, `coupon_start_date`, `coupon_expire_date`, `uses_per_coupon`, `uses_per_user`, `restrict_to_products`, `restrict_to_categories`, `restrict_to_customers`, `coupon_active`, `date_created`, `date_modified`) VALUES ('2', 'P', '96ead0', '10.0000', '0.0000', '2007-10-05 00:00:00', '2008-10-31 00:00:00', '1', '1', '', '57', '', 'N', '2007-10-05 10:47:22', '2007-10-05 10:47:22'); INSERT INTO `coupons`(`coupon_id`, `coupon_type`, `coupon_code`, `coupon_amount`, `coupon_minimum_order`, `coupon_start_date`, `coupon_expire_date`, `uses_per_coupon`, `uses_per_user`, `restrict_to_products`, `restrict_to_categories`, `restrict_to_customers`, `coupon_active`, `date_created`, `date_modified`) VALUES ('3', 'S', 'd11e3c', '0.0000', '0.0000', '2007-10-03 00:00:00', '2008-10-07 00:00:00', '1', '1', '', 'Men\\\'s Skis, Women\\\'s Skis, Kid\\\'s Skis', '', 'N', '2007-10-07 18:48:02', '2007-10-07 18:48:02'); DROP TABLE IF EXISTS `coupons_description`; CREATE TABLE `coupons_description` ( `coupon_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '0', `coupon_name` varchar(32) NOT NULL DEFAULT '', `coupon_description` text, KEY `coupon_id` (`coupon_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `coupons_description`(`coupon_id`, `language_id`, `coupon_name`, `coupon_description`) VALUES ('1', '1', 'Ugg Free Shipping', 'Buy any Ugg Footwear and get free shipping.'); INSERT INTO `coupons_description`(`coupon_id`, `language_id`, `coupon_name`, `coupon_description`) VALUES ('2', '1', '10% off bags', '10% off select bags at freestyleskishop.com'); INSERT INTO `coupons_description`(`coupon_id`, `language_id`, `coupon_name`, `coupon_description`) VALUES ('3', '1', 'Free Ship on Skis', ''); DROP TABLE IF EXISTS `currencies`; CREATE TABLE `currencies` ( `currencies_id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(32) NOT NULL DEFAULT '', `code` char(3) NOT NULL DEFAULT '', `symbol_left` varchar(12) DEFAULT NULL, `symbol_right` varchar(12) DEFAULT NULL, `decimal_point` char(1) DEFAULT NULL, `thousands_point` char(1) DEFAULT NULL, `decimal_places` char(1) DEFAULT NULL, `value` float(13,8) DEFAULT NULL, `last_updated` datetime DEFAULT NULL, PRIMARY KEY (`currencies_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; INSERT INTO `currencies`(`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES ('1', 'US Dollar', 'USD', '$', '', '.', ',', '2', '1.00000000', '2005-04-15 07:43:41'); INSERT INTO `currencies`(`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES ('2', 'Euro', 'EUR', '', 'EUR', '.', ',', '2', '0.78030002', '2005-04-15 07:43:41'); DROP TABLE IF EXISTS `customers`; CREATE TABLE `customers` ( `customers_id` int(11) NOT NULL AUTO_INCREMENT, `purchased_without_account` tinyint(1) unsigned NOT NULL DEFAULT '0', `customers_gender` char(1) NOT NULL DEFAULT '', `customers_firstname` varchar(32) NOT NULL DEFAULT '', `customers_lastname` varchar(32) NOT NULL DEFAULT '', `customers_dob` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `customers_email_address` varchar(96) NOT NULL DEFAULT '', `customers_default_address_id` int(11) NOT NULL DEFAULT '0', `customers_telephone` varchar(32) NOT NULL DEFAULT '', `customers_fax` varchar(32) DEFAULT NULL, `customers_password` varchar(40) NOT NULL DEFAULT '', `customers_newsletter` char(1) DEFAULT NULL, `customers_group_name` varchar(27) NOT NULL DEFAULT 'Retail', `customers_group_id` int(11) NOT NULL DEFAULT '0', `customers_group_ra` enum('0','1') NOT NULL DEFAULT '0', `customers_payment_allowed` varchar(255) NOT NULL DEFAULT '', `customers_shipment_allowed` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`customers_id`), KEY `purchased_without_account` (`purchased_without_account`) ) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=latin1; INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('1', '0', '', 'Monica', 'G1', '0000-00-00 00:00:00', 'monica@govws.com', '1', '800800800', '', '4a0c5fb528ba548f5c1c25ea0df5f601:9d', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('4', '0', '', 'rene', 'roberts', '0000-00-00 00:00:00', 'sassy24_24_2000@yahoo.com', '4', '5193837570', '', '8f37837897ee75b4958574a712b359cd:2a', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('3', '0', '', 'Frankie', 'Harris', '0000-00-00 00:00:00', 'skistyl1o@comcast.net', '3', '856-753-8665', '', 'b8a0dfe74ee2fa9ca80b96cb1af49ca5:22', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('5', '0', '', 'cori', 'dillman', '0000-00-00 00:00:00', 'ruffles2_8@hotmail.com', '5', '306-978-4258', '', 'd4907e94e0cd47751640ee739e2a1fd3:40', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('6', '0', '', 'Jessica', 'Brooks', '0000-00-00 00:00:00', 'x0hsunshine@aol.com', '6', '01617970501', '', 'e41e46724bf05aaa1dfb132055332c1d:6c', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('7', '0', '', 'Gillian', 'Brooks', '0000-00-00 00:00:00', 'brooksvtr@aol.com', '7', '07791356444', '', 'ff28a630f6265e63e1dc56be097b136f:b7', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('8', '0', '', 'Nick', 'Anderson', '0000-00-00 00:00:00', 'nick@freestyleskishop.com', '8', '856-809-0293', '', '64c44503a0a50992adaf02ad50037386:06', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('9', '0', '', 'Rianna', 'Wagner', '0000-00-00 00:00:00', 'ri.anna.banana@hotmail.com', '10', '204 571 6912', '', 'b68633d99de3e041ec6d4b45e177af24:60', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('10', '0', '', 'jon', 'saxon', '0000-00-00 00:00:00', 'saxondiane@yahoo.co.uk', '11', '07785323835', '01457872243', '0cc9727bbf5bd5c834ad88459c5912c4:69', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('11', '0', '', 'kaitlin', 'schafer', '0000-00-00 00:00:00', 'slickrthanuthink@aim.com', '12', '856 340 1008', '', '79b5750a4c07b5748ae831e3de26e692:ff', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('12', '0', '', 'Christophe', 'Cepin', '0000-00-00 00:00:00', 'Ccrepin@worlbank.org', '14', '2022379116', '', '81a680c5113aa497b39b40972292da8f:fb', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('13', '0', '', 'steven', 'ranik', '0000-00-00 00:00:00', 'the_ranik@hotmail.com', '15', '0413328930', '', 'cb0a13cab38e010aec73111855d0d52d:e8', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('14', '0', '', 'Christophe', 'CREPIN', '0000-00-00 00:00:00', 'ccrepin@worldbank.org', '16', '2022379116', '', '656ad097421551b50cb9b3efdf3c83ff:78', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('15', '0', '', 'Devon', 'Pruitt', '0000-00-00 00:00:00', 'caitydaye16@hotmail.com', '17', '9738102320', '', '58cc8f5a919bc48cb0fddb92d4d2b29d:5e', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('16', '0', '', 'sue', 'conroy', '0000-00-00 00:00:00', 'conroysue@googlemail.com', '18', '13201124', '', 'bb088f0c624a5ceef2fc594f8c6b9942:5c', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('17', '0', '', 'Tatsuya', 'YOSHIZAWA', '0000-00-00 00:00:00', 'yoshizawatat1969@yahoo.co.jp', '19', '3472093067', '', 'ae4db08983262e1367d5f099619c7251:32', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('18', '0', '', 'Alex', 'Shlionsky', '0000-00-00 00:00:00', 'sds24456k@yahoo.com', '21', '201-362-5000', '', '3ac53b3f1e3269ce46d6ad7dff545a8a:8b', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('19', '0', '', 'shane', 'fenlon', '0000-00-00 00:00:00', 'fennys@aol.com', '22', '8585920726', '', '02eb5eee664b443d6c83df23b4a1d770:e1', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('20', '0', '', 'Michael', 'Molino', '0000-00-00 00:00:00', 'cmolino@san.rr.com', '23', '858485-6161', '', '581b57d99dd246d3934de62242334cfd:3b', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('21', '0', '', 'yeuk', 'siu', '0000-00-00 00:00:00', 'siuyh@hotmail.com', '25', '646-861-9947', '', '454221f0b4c738deee7dd5bf02006f59:3c', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('22', '0', '', 'oscar', 'loaiza', '0000-00-00 00:00:00', 'oscarjavier707@hotmail.com', '27', '04246069823', '', '37b064ceded7eb794d89ecd13702ba94:5c', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('23', '0', '', 'Mya', 'Gupta', '0000-00-00 00:00:00', 'row_worrior@hotmail.com', '28', '215-499-1127', '', 'caeb1e3773ed42be0295ae2fc8e49b2a:e1', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('24', '0', '', 'leslie akwetey', 'kanji sr', '0000-00-00 00:00:00', 'dogsnoop80@yahoo.com', '29', '5214588663', '', '8942712683576b9799a3a5ec9a8f8209:5a', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('25', '0', '', 'Paul', 'Fiocchi', '0000-00-00 00:00:00', 'ryszrb@aol.com', '30', '508-789-9032', '', '0cb70e1324efdbdaa744b34920adf6e2:44', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('26', '0', '', 'iliyan', 'ivanov', '0000-00-00 00:00:00', 'iliqni@gmail.com', '33', '03288333753', '', 'addce3810865763d05b6855ea0bb2cfd:b3', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('27', '0', '', 'Renee', 'Bystryk', '0000-00-00 00:00:00', 'eeyore10967@roadrunner.com', '35', '7169416043', '', '20986a7454b89d208074a6df0b204799:0c', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('28', '0', '', 'Michael', 'Coulson', '0000-00-00 00:00:00', 'mdcoulson@yahoo.com', '36', '630-640-9618', '', 'e4632c7d3b1945bde7bf732ed6bf8902:39', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('29', '0', '', 'Carolyn', 'Porretta', '0000-00-00 00:00:00', 'Carolyn4484@msn.com', '37', '856)673-8830', '', '3f7f1c65e62e2f6d073cffec8e1264f6:02', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('30', '0', '', 'Paul', 'Miller', '0000-00-00 00:00:00', 'pmiller55@yahoo.com', '38', '7706647616', '', 'cc475910156e220a93cd2f15a5803743:d0', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('31', '0', '', 'ALEJANDRO', 'GARCIA MELENDEZ', '0000-00-00 00:00:00', 'alexgciam@gmail.com', '40', '+34629135454', '', '51907cf65e38abb714bc4201ff52dabd:1b', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('32', '0', '', 'Ashley', 'Call', '0000-00-00 00:00:00', 'amc25149@emailvccs.edu', '41', '540-819-1784', '', '749a16f84d8f9aa40cde233c8631d1c0:9d', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('33', '0', '', 'Gina', 'Everly', '0000-00-00 00:00:00', 'ginadonato@comcast.net', '42', '856-816-4210', '', '0c05328c5edb64e53f21adb8d8603d80:f3', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('34', '0', '', 'Liubov', 'Ivashchenko', '0000-00-00 00:00:00', 'luba@ivashchenko.name', '43', '647-892-6484', '', '86684a1c1fd1e06ed5a792888039c011:22', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('35', '0', '', 'Lazaridis', 'Tasos', '0000-00-00 00:00:00', 'pame_laza@hotmail.com', '44', '6978811847', '', '04f6491ddc5e09ee755bf56e2b373ab7:71', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('36', '0', '', 'Jacob', 'Miller', '0000-00-00 00:00:00', 'jamminthewaves@yahoo.com', '45', '808 896 5579', '', '2f0af3709e5d894a311b680fc888d2bd:75', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('37', '0', '', 'Tomeka', 'Adams', '0000-00-00 00:00:00', 'applications@contactems.com', '46', '8566373600', '', '67eee1583c6ba0d437eee117fc134afe:e2', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('38', '0', '', 'andrew', 'walker', '0000-00-00 00:00:00', 'andrew.walker1@hotmail.com', '47', '905 335 3159', '', '30023d693822df5129e579ea7179b8a3:ce', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('39', '0', '', 'Nikolay', 'Sadchiko', '0000-00-00 00:00:00', 'kncar12@yahoo.com', '48', '9264844215', '', '1599c828169e54e825c13b5a5ee0bdae:6f', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('40', '0', '', 'Nikolay', 'Sadchiko', '0000-00-00 00:00:00', 'jopp007@yahoo.com', '49', '9264844215', '', '01d1f9f26664935fe7a2d0fa559218f4:94', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('41', '0', '', 'M C', 'Hahn', '0000-00-00 00:00:00', 'mckhahn@gmail.com', '50', '917-885-1040', '', '05776bf4dfbb5f72c0f34b6c40a105e1:9e', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('42', '0', '', 'cathy', 'kamps', '0000-00-00 00:00:00', 'clkprov356@verizon.net', '51', '6092207547', '', 'bb6d4f5e2b14e9c5b8242b4c687d8f82:11', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('43', '0', '', 'Sara', 'Morgan', '0000-00-00 00:00:00', 'morgansa@rowan.edu', '52', '8562757379', '', 'e344091156eb5dc939ff2ad5fb7dd1b1:bc', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('44', '0', '', 'ERNEST', 'MONTONE', '0000-00-00 00:00:00', 'baccalared@yahoo.com', '53', '856-740-9773', '', '48a47e81be91387919e5b5de0dbeaee1:a7', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('45', '0', '', 'Brian', 'Stewart', '0000-00-00 00:00:00', 'william.stonecipher@ups.com', '54', '8654638855', '', 'a01eeb73a42a53dc52a50b74aae661a1:46', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('46', '0', '', 'Joan', 'Busch', '0000-00-00 00:00:00', 'buschfam@sbcglobal.net', '55', '918 4563974', '', '2295445a53730b4babc3c71aa56992fc:7c', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('47', '0', '', 'Michele', 'Aitken', '0000-00-00 00:00:00', 'michele.aitken@gmail.com', '56', '7325831167', '', '72b31cd7b258f2d4fbd753e789e50443:f0', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('48', '0', '', 'Mark', 'Mendoza', '0000-00-00 00:00:00', 'markogregorio@gmail.com', '57', '6196169011', '', 'a22281bb030b9a3341becb2fbe0e6bb6:62', '1', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('49', '0', '', 'Sharese', 'Hanson', '0000-00-00 00:00:00', 'reeseshara@hotmail.com', '58', '732-403-9678', '', '09eed3630dc172b27489530b16519ef4:64', '', 'Retail', '0', '0', '', ''); INSERT INTO `customers`(`customers_id`, `purchased_without_account`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_name`, `customers_group_id`, `customers_group_ra`, `customers_payment_allowed`, `customers_shipment_allowed`) VALUES ('50', '0', '', 'Chris', 'Ralph', '0000-00-00 00:00:00', 'chrisralph_@hotmail.com', '59', '506-476-0419', '', 'c29d45c31b2bb893548409a5073eb495:c1', '', 'Retail', '0', '0', '', ''); DROP TABLE IF EXISTS `customers_basket`; CREATE TABLE `customers_basket` ( `customers_basket_id` int(11) NOT NULL AUTO_INCREMENT, `customers_id` int(11) NOT NULL DEFAULT '0', `products_id` tinytext NOT NULL, `option_name` varchar(250) DEFAULT NULL, `customers_basket_quantity` int(2) NOT NULL DEFAULT '0', `final_price` decimal(15,4) NOT NULL DEFAULT '0.0000', `customers_basket_date_added` varchar(8) DEFAULT NULL, PRIMARY KEY (`customers_basket_id`) ) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=latin1; INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('14', '3', '42{1}162', '', '1', '0.0000', '20070831'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('15', '4', '38{1}140', '', '1', '0.0000', '20070905'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('16', '5', '37{1}238', '', '1', '0.0000', '20070910'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('17', '6', '36{1}234', '', '1', '0.0000', '20070922'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('18', '6', '33{1}242', '', '1', '0.0000', '20070922'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('29', '11', '41{1}270', '', '1', '0.0000', '20071014'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('45', '22', '112{1}457', '', '1', '0.0000', '20080419'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('39', '16', '63{1}304', '', '1', '0.0000', '20080106'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('26', '9', '33{1}332', '', '1', '0.0000', '20071006'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('31', '8', '71{1}402', '', '1', '0.0000', '20071015'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('33', '12', '68{1}328', '', '2', '0.0000', '20071027'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('34', '13', '103{1}411', '', '1', '0.0000', '20071030'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('38', '1', '134{1}513', '', '1', '0.0000', '20080104'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('46', '22', '123{1}570', '', '1', '0.0000', '20080419'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('48', '24', '116{1}466', '', '1', '0.0000', '20080711'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('49', '25', '80{1}346', '', '1', '0.0000', '20080718'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('50', '25', '106{1}588', '', '1', '0.0000', '20080718'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('51', '26', '106{1}588', '', '1', '0.0000', '20081009'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('56', '31', '174{1}862', '', '1', '0.0000', '20090104'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('57', '32', '151{1}594', '', '1', '0.0000', '20091217'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('60', '35', '116{1}466', '', '1', '0.0000', '20100122'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('62', '36', '71{1}617', '', '1', '0.0000', '20100222'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('63', '37', '177{1}992', '', '1', '0.0000', '20100517'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('64', '38', '71{1}617', '', '1', '0.0000', '20100725'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('65', '39', '151{1}594', '', '1', '0.0000', '20100728'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('66', '40', '151{1}594', '', '2', '0.0000', '20100728'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('67', '41', '177{1}991', '', '1', '0.0000', '20101208'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('68', '42', '189', '', '1', '0.0000', '20101212'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('69', '43', '35{1}947', '', '1', '0.0000', '20101220'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('70', '44', '35{1}946', '', '1', '0.0000', '20110114'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('71', '45', '189', '', '1', '0.0000', '20110117'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('72', '46', '25{1}985', '', '1', '0.0000', '20110201'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('73', '47', '24{1}988', '', '1', '0.0000', '20110204'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('74', '48', '77{1}350', '', '1', '0.0000', '20110207'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('75', '49', '79{1}351', '', '1', '0.0000', '20110404'); INSERT INTO `customers_basket`(`customers_basket_id`, `customers_id`, `products_id`, `option_name`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES ('76', '50', '71{1}617', '', '1', '0.0000', '20110608'); DROP TABLE IF EXISTS `customers_basket_attributes`; CREATE TABLE `customers_basket_attributes` ( `customers_basket_attributes_id` int(11) NOT NULL AUTO_INCREMENT, `customers_id` int(11) NOT NULL DEFAULT '0', `products_id` tinytext NOT NULL, `products_options_id` int(11) NOT NULL DEFAULT '0', `products_options_value_id` int(11) NOT NULL DEFAULT '0', `products_options_value_text` varchar(32) DEFAULT NULL, PRIMARY KEY (`customers_basket_attributes_id`) ) ENGINE=MyISAM AUTO_INCREMENT=64 DEFAULT CHARSET=latin1; INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('5', '3', '42{1}162', '1', '162', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('6', '4', '38{1}140', '1', '140', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('7', '5', '37{1}238', '1', '238', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('8', '6', '36{1}234', '1', '234', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('9', '6', '33{1}242', '1', '242', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('19', '11', '41{1}270', '1', '270', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('29', '16', '63{1}304', '1', '304', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('16', '9', '33{1}332', '1', '332', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('21', '8', '71{1}402', '1', '402', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('23', '12', '68{1}328', '1', '328', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('24', '13', '103{1}411', '1', '411', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('28', '1', '134{1}513', '1', '513', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('35', '22', '112{1}457', '1', '457', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('36', '22', '123{1}570', '1', '570', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('38', '24', '116{1}466', '1', '466', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('39', '25', '80{1}346', '1', '346', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('40', '25', '106{1}588', '1', '588', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('41', '26', '106{1}588', '1', '588', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('46', '31', '174{1}862', '1', '862', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('47', '32', '151{1}594', '1', '594', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('49', '35', '116{1}466', '1', '466', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('51', '36', '71{1}617', '1', '617', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('52', '37', '177{1}992', '1', '992', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('53', '38', '71{1}617', '1', '617', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('54', '39', '151{1}594', '1', '594', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('55', '40', '151{1}594', '1', '594', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('56', '41', '177{1}991', '1', '991', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('57', '43', '35{1}947', '1', '947', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('58', '44', '35{1}946', '1', '946', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('59', '46', '25{1}985', '1', '985', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('60', '47', '24{1}988', '1', '988', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('61', '48', '77{1}350', '1', '350', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('62', '49', '79{1}351', '1', '351', ''); INSERT INTO `customers_basket_attributes`(`customers_basket_attributes_id`, `customers_id`, `products_id`, `products_options_id`, `products_options_value_id`, `products_options_value_text`) VALUES ('63', '50', '71{1}617', '1', '617', ''); DROP TABLE IF EXISTS `customers_groups`; CREATE TABLE `customers_groups` ( `customers_group_id` smallint(5) unsigned NOT NULL DEFAULT '0', `customers_group_name` varchar(32) NOT NULL DEFAULT '', `customers_group_show_tax` enum('1','0') NOT NULL DEFAULT '1', `customers_group_tax_exempt` enum('0','1') NOT NULL DEFAULT '0', `group_payment_allowed` varchar(255) NOT NULL DEFAULT '', `group_shipment_allowed` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`customers_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `customers_groups`(`customers_group_id`, `customers_group_name`, `customers_group_show_tax`, `customers_group_tax_exempt`, `group_payment_allowed`, `group_shipment_allowed`) VALUES ('0', 'Retail', '1', '0', '', ''); INSERT INTO `customers_groups`(`customers_group_id`, `customers_group_name`, `customers_group_show_tax`, `customers_group_tax_exempt`, `group_payment_allowed`, `group_shipment_allowed`) VALUES ('1', 'Wholesale', '0', '0', '', ''); DROP TABLE IF EXISTS `customers_info`; CREATE TABLE `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=latin1; INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('1', '2008-01-04 05:45:35', '17', '2007-04-09 18:44:09', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('4', '', '0', '2007-09-05 13:37:36', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('3', '', '0', '2007-08-31 14:47:04', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('5', '', '0', '2007-09-10 10:00:04', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('6', '', '0', '2007-09-22 15:04:32', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('7', '2007-10-14 10:41:01', '28', '2007-09-23 09:24:46', '', '1'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('8', '2007-10-16 13:05:01', '5', '2007-09-29 16:32:40', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('9', '', '0', '2007-10-06 17:36:20', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('10', '2007-10-23 11:09:10', '4', '2007-10-14 10:16:09', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('11', '', '0', '2007-10-14 23:26:35', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('12', '', '0', '2007-10-27 15:05:44', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('13', '', '0', '2007-10-30 00:43:24', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('14', '', '0', '2007-11-04 09:26:56', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('15', '', '0', '2007-11-09 15:40:56', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('16', '', '0', '2008-01-06 09:54:12', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('17', '', '0', '2008-01-10 22:57:45', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('18', '2008-01-28 20:59:15', '2', '2008-01-25 01:09:26', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('19', '', '0', '2008-03-22 15:26:46', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('20', '', '0', '2008-03-26 01:34:10', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('21', '', '0', '2008-04-07 08:24:08', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('22', '', '0', '2008-04-19 17:13:03', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('23', '2008-07-09 16:59:53', '2', '2008-07-09 16:32:13', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('24', '', '0', '2008-07-11 09:08:56', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('25', '', '0', '2008-07-18 11:18:08', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('26', '', '0', '2008-10-09 12:10:48', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('27', '', '0', '2008-11-05 11:15:16', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('28', '', '0', '2008-11-08 16:08:55', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('29', '', '0', '2008-11-13 10:34:18', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('30', '', '0', '2008-12-07 12:48:20', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('31', '', '0', '2009-01-04 19:32:43', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('32', '', '0', '2009-12-17 11:33:35', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('33', '', '0', '2009-12-28 21:17:08', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('34', '', '0', '2010-01-12 13:53:25', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('35', '', '0', '2010-01-22 05:59:11', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('36', '', '0', '2010-02-22 22:44:19', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('37', '', '0', '2010-05-17 13:13:08', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('38', '', '0', '2010-07-25 19:32:29', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('39', '', '0', '2010-07-28 06:11:53', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('40', '', '0', '2010-07-28 06:14:37', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('41', '', '0', '2010-12-08 14:50:41', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('42', '', '0', '2010-12-12 22:10:35', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('43', '', '0', '2010-12-20 13:41:58', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('44', '', '0', '2011-01-14 16:42:47', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('45', '', '0', '2011-01-17 13:59:32', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('46', '', '0', '2011-02-01 19:48:31', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('47', '', '0', '2011-02-04 08:59:45', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('48', '', '0', '2011-02-07 13:22:35', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('49', '', '0', '2011-04-04 10:42:50', '', '0'); INSERT INTO `customers_info`(`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES ('50', '', '0', '2011-06-08 15:07:45', '', '0'); DROP TABLE IF EXISTS `customers_wishlist`; CREATE TABLE `customers_wishlist` ( `products_id` int(13) NOT NULL DEFAULT '0', `customers_id` int(13) NOT NULL DEFAULT '0', `products_model` varchar(13) DEFAULT NULL, `products_name` varchar(64) 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) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `customers_wishlist_attributes`; CREATE TABLE `customers_wishlist_attributes` ( `customers_wishlist_attributes_id` int(11) NOT NULL AUTO_INCREMENT, `customers_id` int(11) NOT NULL DEFAULT '0', `products_id` int(11) NOT NULL DEFAULT '0', `products_options_id` int(11) NOT NULL DEFAULT '0', `products_options_value_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`customers_wishlist_attributes_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `geo_zones`; CREATE TABLE `geo_zones` ( `geo_zone_id` int(11) NOT NULL AUTO_INCREMENT, `geo_zone_name` varchar(32) NOT NULL DEFAULT '', `geo_zone_description` varchar(255) NOT NULL DEFAULT '', `last_modified` datetime DEFAULT NULL, `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; INSERT INTO `geo_zones`(`geo_zone_id`, `geo_zone_name`, `geo_zone_description`, `last_modified`, `date_added`) VALUES ('2', 'Domestic', 'Demo for tax setup', '2005-05-13 18:50:34', '2005-03-30 14:39:29'); INSERT INTO `geo_zones`(`geo_zone_id`, `geo_zone_name`, `geo_zone_description`, `last_modified`, `date_added`) VALUES ('3', 'Foreign', 'All other countries', '', '2005-04-14 07:03:02'); DROP TABLE IF EXISTS `languages`; CREATE TABLE `languages` ( `languages_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL DEFAULT '', `code` char(2) NOT NULL DEFAULT '', `image` varchar(64) DEFAULT NULL, `directory` varchar(32) DEFAULT NULL, `sort_order` int(3) DEFAULT NULL, PRIMARY KEY (`languages_id`), KEY `IDX_LANGUAGES_NAME` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; INSERT INTO `languages`(`languages_id`, `name`, `code`, `image`, `directory`, `sort_order`) VALUES ('1', 'English', 'en', 'icon.gif', 'english', '1'); DROP TABLE IF EXISTS `manufacturers`; CREATE TABLE `manufacturers` ( `manufacturers_id` int(11) NOT NULL AUTO_INCREMENT, `manufacturers_name` varchar(32) NOT NULL DEFAULT '', `manufacturers_image` varchar(64) DEFAULT NULL, `date_added` datetime DEFAULT NULL, `last_modified` datetime DEFAULT NULL, PRIMARY KEY (`manufacturers_id`), KEY `IDX_MANUFACTURERS_NAME` (`manufacturers_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `manufacturers_info`; CREATE TABLE `manufacturers_info` ( `manufacturers_id` int(11) NOT NULL DEFAULT '0', `languages_id` int(11) NOT NULL DEFAULT '0', `manufacturers_url` varchar(255) 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=latin1; DROP TABLE IF EXISTS `old_newsletters`; CREATE TABLE `old_newsletters` ( `newsletters_id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `content` text NOT NULL, `module` varchar(255) NOT NULL DEFAULT '', `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_sent` datetime DEFAULT NULL, `status` int(1) DEFAULT NULL, `locked` int(1) DEFAULT '0', PRIMARY KEY (`newsletters_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; INSERT INTO `old_newsletters`(`newsletters_id`, `title`, `content`, `module`, `date_added`, `date_sent`, `status`, `locked`) VALUES ('1', 'Welcome to the new FlagsForYou.com', '', 'newsletter', '2006-01-31 11:26:30', '', '0', '0'); DROP TABLE IF EXISTS `orders`; CREATE TABLE `orders` ( `orders_id` int(11) NOT NULL AUTO_INCREMENT, `customers_id` int(11) NOT NULL DEFAULT '0', `customers_name` varchar(64) NOT NULL DEFAULT '', `customers_company` varchar(32) DEFAULT NULL, `customers_street_address` varchar(64) NOT NULL DEFAULT '', `customers_suburb` varchar(32) DEFAULT NULL, `customers_city` varchar(32) NOT NULL DEFAULT '', `customers_postcode` varchar(10) NOT NULL DEFAULT '', `customers_state` varchar(32) DEFAULT NULL, `customers_country` varchar(32) NOT NULL DEFAULT '', `customers_telephone` varchar(32) NOT NULL DEFAULT '', `customers_email_address` varchar(96) NOT NULL DEFAULT '', `customers_address_format_id` int(5) NOT NULL DEFAULT '0', `delivery_name` varchar(64) NOT NULL DEFAULT '', `delivery_company` varchar(32) DEFAULT NULL, `delivery_street_address` varchar(64) NOT NULL DEFAULT '', `delivery_suburb` varchar(32) DEFAULT NULL, `delivery_city` varchar(32) NOT NULL DEFAULT '', `delivery_postcode` varchar(10) NOT NULL DEFAULT '', `delivery_state` varchar(32) DEFAULT NULL, `delivery_country` varchar(32) NOT NULL DEFAULT '', `delivery_address_format_id` int(5) NOT NULL DEFAULT '0', `billing_name` varchar(64) NOT NULL DEFAULT '', `billing_company` varchar(32) DEFAULT NULL, `billing_street_address` varchar(64) NOT NULL DEFAULT '', `billing_suburb` varchar(32) DEFAULT NULL, `billing_city` varchar(32) NOT NULL DEFAULT '', `billing_postcode` varchar(10) NOT NULL DEFAULT '', `billing_state` varchar(32) DEFAULT NULL, `billing_country` varchar(32) NOT NULL DEFAULT '', `billing_address_format_id` int(5) NOT NULL DEFAULT '0', `payment_method` varchar(32) NOT NULL DEFAULT '', `cc_type` varchar(20) DEFAULT NULL, `cc_owner` varchar(64) DEFAULT NULL, `cc_number` varchar(32) DEFAULT NULL, `cc_expires` varchar(4) DEFAULT NULL, `cc_cvv` int(5) DEFAULT NULL, `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) DEFAULT NULL, `currency_value` decimal(14,6) DEFAULT NULL, `paypal_ipn_id` int(11) NOT NULL DEFAULT '0', `fedex_tracking` varchar(20) NOT NULL DEFAULT '', `purchased_without_account` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`orders_id`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('3', '7', 'Gillian Brooks', '', '6 Ettington Close, Walshaw Park', '', 'Bury', 'BL8 1QB', 'Lancashire', 'United Kingdom', '07791356444', 'brooksvtr@aol.com', '1', 'Gillian Brooks', '', '6 Ettington Close, Walshaw Park', '', 'Bury', 'BL8 1QB', 'Lancashire', 'United Kingdom', '1', 'Gillian Brooks', '', '6 Ettington Close, Walshaw Park', '', 'Bury', 'BL8 1QB', 'Lancashire', 'United Kingdom', '1', 'Securely pay by credit card.', 'Master Card', 'Gillian Brooks', '5460975713578974', '0609', '389', '2007-10-19 13:46:39', '2007-09-23 09:35:02', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('4', '10', 'jon saxon', '', '14 dacres drive greenfield', '', 'saddleworth', 'ol3 7hp', 'oldham', 'United Kingdom', '07785323835', 'saxondiane@yahoo.co.uk', '1', 'jon saxon', '', '14 dacres drive greenfield', '', 'saddleworth', 'ol3 7hp', 'oldham', 'United Kingdom', '1', 'jon saxon', '', '14 dacres drive greenfield', '', 'saddleworth', 'ol3 7hp', 'oldham', 'United Kingdom', '1', 'Securely pay by credit card.', 'Visa', 'jon saxon', '4547421205168461', '1207', '201', '2007-11-04 12:19:30', '2007-10-14 10:21:40', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('5', '14', 'Christophe CREPIN', '', '4519 Garisson St NW', '', 'Washington', '20016', 'District of Columbia', 'United States', '2022379116', 'ccrepin@worldbank.org', '2', 'Christophe CREPIN', '', '4519 Garisson St NW', '', 'Washington', '20016', 'District of Columbia', 'United States', '2', 'Christophe CREPIN', '', '4519 Garisson St NW', '', 'Washington', '20016', 'District of Columbia', 'United States', '2', 'Securely pay by credit card.', 'Visa', 'Christophe CREPIN', '4306571020906353', '0410', '967', '2007-11-07 17:27:26', '2007-11-04 09:31:37', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('6', '15', 'Devon Pruitt', '', '148 Lakeside Blvd.', '', 'Hopatcong', '07843', 'New Jersey', 'United States', '9738102320', 'caitydaye16@hotmail.com', '2', 'Devon Pruitt', '', '148 Lakeside Blvd.', '', 'Hopatcong', '07843', 'New Jersey', 'United States', '2', 'Devon Pruitt', '', '148 Lakeside Blvd.', '', 'Hopatcong', '07843', 'New Jersey', 'United States', '2', 'Securely pay by credit card.', 'Master Card', 'Devon Pruitt', '5140218896007455', '0408', '426', '2007-11-20 21:26:08', '2007-11-09 15:44:31', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('13', '21', 'yeuk siu', '', '87 coulmbia st 12b', '', 'new york', '10002', 'New York', 'United States', '646-861-9947', 'siuyh@hotmail.com', '2', 'yeuk siu', '', '87 coulmbia st 12b', '', 'new york', '10002', 'New York', 'United States', '2', 'yeuk siu', '', '87 coulmbia st 12b', '', 'new york', '10002', 'New York', 'United States', '2', 'Securely pay by credit card.', 'Visa', 'yeuk siu', '4207670002116096', '1109', '921', '2008-04-07 08:28:13', '2008-04-07 08:28:13', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('9', '17', 'Tatsuya YOSHIZAWA', '', '347w 55th street, #3M', '', 'New York', '10019', 'New York', 'United States', '3472093067', 'yoshizawatat1969@yahoo.co.jp', '2', 'Tatsuya YOSHIZAWA', '', '701w 168th street, Room1620 HHSC', '', 'New York', '10032', 'New York', 'United States', '2', 'Tatsuya YOSHIZAWA', '', '347w 55th street, #3M', '', 'New York', '10019', 'New York', 'United States', '2', 'Securely pay by credit card.', 'Master Card', 'TATSUYA YOSHIZAWA', '5528624513082486', '0410', '421', '2008-01-10 23:07:12', '2008-01-10 23:07:12', '3', '', 'USD', '1.000000', '0', '770661710000074', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('10', '18', 'Alex Shlionsky', '', '10 Tarnapoll Rd.', '', 'Emerson', '07630', 'New Jersey', 'United States', '201-362-5000', 'sds24456k@yahoo.com', '2', 'Alex Shlionsky', '', '10 Tarnapoll Rd.', '', 'Emerson', '07630', 'New Jersey', 'United States', '2', 'Alex Shlionsky', '', '10 Tarnapoll Rd.', '', 'Emerson', '07630', 'New Jersey', 'United States', '2', 'Securely pay by credit card.', 'Master Card', 'Alex Shlionsky', '5287221118183016', '0208', '535', '2008-01-25 01:11:57', '2008-01-25 01:11:57', '3', '', 'USD', '1.000000', '0', '770661710000081', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('11', '19', 'shane fenlon', '', '12538 pacato circle south', '', 'san diego', '92128', 'California', 'United States', '8585920726', 'fennys@aol.com', '2', 'shane fenlon', '', '12538 pacato circle south', '', 'san diego', '92128', 'California', 'United States', '2', 'shane fenlon', '', '12538 pacato circle south', '', 'san diego', '92128', 'California', 'United States', '2', 'Securely pay by credit card.', 'Master Card', 'shane fenlon', '5528517371993390', '1010', '152', '2008-03-22 15:48:32', '2008-03-22 15:48:32', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('12', '20', 'Michael Molino', '', '10825 Autillo Way', '', 'San Diego', '92127', 'California', 'United States', '858485-6161', 'cmolino@san.rr.com', '2', 'Michael Molino', '', '10825 Autillo Way', '', 'San Diego', '92127', 'California', 'United States', '2', 'Michael Molino', '', '10825 Autillo Way', '', 'San Diego', '92127', 'California', 'United States', '2', 'Securely pay by credit card.', 'Discover', 'Patrick Molino', '6011001244502888', '1012', '28', '2008-03-26 01:39:35', '2008-03-26 01:39:35', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('14', '23', 'Mya Gupta', '', '200 Krams Ave', '', 'Philadelphia', '19127', 'Pennsylvania', 'United States', '215-499-1127', 'row_worrior@hotmail.com', '2', 'Mya Gupta', '', '200 Krams Ave', '', 'Philadelphia', '19127', 'Pennsylvania', 'United States', '2', 'Mya Gupta', '', '200 Krams Ave', '', 'Philadelphia', '19127', 'Pennsylvania', 'United States', '2', 'Securely pay by credit card.', 'Visa', 'Mya Gupta', '4158230002261258', '0512', '19', '2008-07-09 16:38:31', '2008-07-09 16:38:31', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('15', '27', 'Renee Bystryk', '', '8787 Heath Rd', '', 'Colden', '14033', 'New York', 'United States', '7169416043', 'eeyore10967@roadrunner.com', '2', 'Renee Bystryk', '', '8787 Heath Rd', '', 'Colden', '14033', 'New York', 'United States', '2', 'Renee Bystryk', '', '8787 Heath Rd', '', 'Colden', '14033', 'New York', 'United States', '2', 'Securely pay by credit card.', 'Visa', 'Renee Bystryk', '4147290032813969', '1109', '246', '2008-11-05 11:21:14', '2008-11-05 11:21:14', '3', '', 'USD', '1.000000', '0', '770661710000128', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('16', '28', 'Michael Coulson', '', '2540 Hanford Lane', '', 'Aurora', '60502', 'Illinois', 'United States', '630-640-9618', 'mdcoulson@yahoo.com', '2', 'Michael Coulson', '', '2540 Hanford Lane', '', 'Aurora', '60502', 'Illinois', 'United States', '2', 'Michael Coulson', '', '2540 Hanford Lane', '', 'Aurora', '60502', 'Illinois', 'United States', '2', 'Securely pay by credit card.', 'Visa', 'Michael Coulson', '4147500890883890', '0310', '25', '2008-12-12 16:20:16', '2008-11-08 16:15:29', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('17', '29', 'Carolyn Porretta', '', '1904 Wayne Ave.', '', 'Haddon Heights', '08035', 'New Jersey', 'United States', '856)673-8830', 'Carolyn4484@msn.com', '2', 'Carolyn Porretta', '', '1904 Wayne Ave.', '', 'Haddon Heights', '08035', 'New Jersey', 'United States', '2', 'Carolyn Porretta', '', '1904 Wayne Ave.', '', 'Haddon Heights', '08035', 'New Jersey', 'United States', '2', 'Securely pay by credit card.', 'Visa', 'Carolyn Porretta', '4482750161987184', '1110', '845', '2008-11-20 22:20:55', '2008-11-13 10:38:05', '100002', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('18', '30', 'Paul Miller', '', '1135 Admiral Crossing', '', 'Alpharetta', '30005', 'Georgia', 'United States', '7706647616', 'pmiller55@yahoo.com', '2', 'Doris Miller', '', 'Renaissance Bldg, Apt 246, 1421 Philadelphia Avenue', '', 'Chambersburg', '17201', 'Pennsylvania', 'United States', '2', 'Paul Miller', '', '1135 Admiral Crossing', '', 'Alpharetta', '30005', 'Georgia', 'United States', '2', 'Securely pay by credit card.', 'Master Card', 'Paul Edwin Miller', '5148870002400388', '0210', '502', '2008-12-12 16:20:00', '2008-12-07 12:50:38', '3', '', 'USD', '1.000000', '0', '', '0'); INSERT INTO `orders`(`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `cc_cvv`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`, `paypal_ipn_id`, `fedex_tracking`, `purchased_without_account`) VALUES ('19', '34', 'Liubov Ivashchenko', '', '26 Sarno Street', '', 'Vaughan', 'L4H1X2', 'Ontario', 'Canada', '647-892-6484', 'luba@ivashchenko.name', '1', 'Liubov Ivashchenko', '', '26 Sarno Street', '', 'Vaughan', 'L4H1X2', 'Ontario', 'Canada', '1', 'Liubov Ivashchenko', '', '26 Sarno Street', '', 'Vaughan', 'L4H1X2', 'Ontario', 'Canada', '1', 'Securely pay by credit card.', 'Visa', 'Liubov Ivashchenko', '4520010018657074', '0512', '304', '2010-01-12 14:09:38', '2010-01-12 14:09:38', '1', '', 'USD', '1.000000', '0', '', '0'); DROP TABLE IF EXISTS `orders_products`; CREATE TABLE `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(12) DEFAULT NULL, `products_name` varchar(64) NOT NULL DEFAULT '', `option_name` varchar(250) DEFAULT NULL, `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` int(2) NOT NULL DEFAULT '0', `products_stock_attributes` varchar(255) DEFAULT NULL, PRIMARY KEY (`orders_products_id`) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=latin1; INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('5', '4', '102', '', 'Fargo Focus Blk/White', '', '199.9900', '199.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('4', '3', '37', 'Classic Shor', 'Classic Short Chocolate Wmn's', '', '119.9900', '119.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('6', '5', '68', 'The Original', 'The Original Ski Hiker', '', '15.0000', '15.0000', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('7', '6', '125', '7610 001', 'Vital Hoody Sweatshirt', '', '70.0000', '70.0000', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('17', '14', '149', 'BAR636A', 'Wireless Weather Forecaster w/ Temperature and Self-Setting Cloc', '', '39.9900', '39.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('16', '13', '105', '1224 001', 'St. Anton Jacket', '', '349.9900', '349.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('12', '9', '68', 'The Original', 'The Original Ski Hiker', '', '15.0000', '15.0000', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('13', '10', '68', 'The Original', 'The Original Ski Hiker', '', '15.0000', '15.0000', '7.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('14', '11', '71', 'Atiba Mini', 'Atiba Mini', '', '39.9900', '39.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('15', '12', '71', 'Atiba Mini', 'Atiba Mini', '', '39.9900', '39.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('18', '15', '124', '6604 506', 'Nirvana Down Jacket', '', '144.9900', '144.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('19', '16', '107', '1606 023', 'Titan Jacket', '', '199.9900', '199.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('20', '17', '41', 'Classic Mini', 'Classic Mini Black Wmn\'s', '', '99.9900', '99.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('21', '18', '71', 'Atiba Mini', 'Atiba Mini', '', '39.9900', '39.9900', '0.0000', '1', ''); INSERT INTO `orders_products`(`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `option_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`, `products_stock_attributes`) VALUES ('22', '19', '54', 'Unlimited AC', 'Unlimited AC40 Carbon w/ Marker Motion iPT 12.0 Piston Binding', '', '699.9900', '699.9900', '0.0000', '1', ''); DROP TABLE IF EXISTS `orders_products_attributes`; CREATE TABLE `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) NOT NULL DEFAULT '', `products_options_values` varchar(32) NOT NULL DEFAULT '', `options_values_price` decimal(15,4) NOT NULL DEFAULT '0.0000', `price_prefix` char(1) NOT NULL DEFAULT '', PRIMARY KEY (`orders_products_attributes_id`) ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('5', '4', '5', '', 'Size 10.5', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('6', '5', '6', '', 'Sku: 096791111209', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('4', '3', '4', '', 'Size: 8 (xxxxxxxxxxxx)', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('7', '6', '7', '', 'Size XL', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('16', '14', '17', '', 'Wireless Forecaster', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('15', '13', '16', '', 'Size XL', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('11', '9', '12', '', 'Sku: 096791111209', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('12', '10', '13', '', 'Sku: 096791111209', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('13', '11', '14', '', '031652118713', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('14', '12', '15', '', '031652118713', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('17', '15', '18', '', 'Size 12', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('18', '16', '19', '', 'Size XL', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('19', '17', '20', '', 'Size 6', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('20', '18', '21', '', '031652118713', '0.0000', '+'); INSERT INTO `orders_products_attributes`(`orders_products_attributes_id`, `orders_id`, `orders_products_id`, `products_options`, `products_options_values`, `options_values_price`, `price_prefix`) VALUES ('21', '19', '22', '', '170 cm (xxxxxxxxxxx)', '0.0000', '+'); DROP TABLE IF EXISTS `orders_products_download`; CREATE TABLE `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) NOT NULL DEFAULT '', `download_maxdays` int(2) NOT NULL DEFAULT '0', `download_count` int(2) NOT NULL DEFAULT '0', PRIMARY KEY (`orders_products_download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `orders_status`; CREATE TABLE `orders_status` ( `orders_status_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '1', `orders_status_name` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`orders_status_id`,`language_id`), KEY `idx_orders_status_name` (`orders_status_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `orders_status`(`orders_status_id`, `language_id`, `orders_status_name`) VALUES ('1', '1', 'Pending'); INSERT INTO `orders_status`(`orders_status_id`, `language_id`, `orders_status_name`) VALUES ('2', '1', 'Processing'); INSERT INTO `orders_status`(`orders_status_id`, `language_id`, `orders_status_name`) VALUES ('3', '1', 'Delivered'); INSERT INTO `orders_status`(`orders_status_id`, `language_id`, `orders_status_name`) VALUES ('100000', '1', 'Updated'); INSERT INTO `orders_status`(`orders_status_id`, `language_id`, `orders_status_name`) VALUES ('100001', '1', 'Preparing [PayPal IPN]'); INSERT INTO `orders_status`(`orders_status_id`, `language_id`, `orders_status_name`) VALUES ('100002', '1', 'Cancelled'); DROP TABLE IF EXISTS `orders_status_history`; CREATE TABLE `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 '0000-00-00 00:00:00', `customer_notified` int(1) DEFAULT '0', `comments` text, PRIMARY KEY (`orders_status_history_id`) ) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=latin1; INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('3', '3', '1', '2007-09-23 09:35:02', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('4', '3', '100000', '2007-09-29 15:49:25', '0', 'Product back ordered.'); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('5', '3', '2', '2007-09-30 10:29:30', '0', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('6', '3', '100000', '2007-10-08 15:29:10', '1', 'here is your tracking number: CP95 1456 227U S, just go to usps.com to track your package.'); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('7', '4', '1', '2007-10-14 10:21:40', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('8', '4', '2', '2007-10-14 14:59:21', '1', 'Thank you for you order'); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('9', '3', '3', '2007-10-19 13:46:39', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('10', '5', '1', '2007-11-04 09:31:37', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('11', '4', '3', '2007-11-04 12:19:31', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('12', '5', '2', '2007-11-06 17:42:14', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('13', '5', '3', '2007-11-07 17:27:26', '0', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('14', '6', '1', '2007-11-09 15:44:31', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('15', '6', '2', '2007-11-10 00:58:04', '1', 'Your order will be shipped first thing Monday!'); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('56', '16', '3', '2008-12-12 16:20:16', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('54', '18', '1', '2008-12-07 12:50:38', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('55', '18', '3', '2008-12-12 16:20:00', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('53', '17', '100002', '2008-11-20 22:20:55', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('51', '16', '1', '2008-11-08 16:15:29', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('52', '17', '1', '2008-11-13 10:38:05', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('50', '15', '3', '2008-11-05 12:27:25', '0', 'Scheduled shipment, tracking number 770661710000128'); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('49', '15', '1', '2008-11-05 11:21:14', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('47', '14', '1', '2008-07-09 16:38:31', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('48', '14', '3', '2008-07-16 19:45:43', '0', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('46', '11', '3', '2008-07-05 17:35:36', '0', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('44', '13', '3', '2008-04-15 22:51:11', '0', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('45', '12', '3', '2008-07-05 17:35:07', '0', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('43', '13', '1', '2008-04-07 08:28:13', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('36', '6', '3', '2007-11-20 21:26:09', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('37', '9', '1', '2008-01-10 23:07:12', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('38', '9', '3', '2008-01-11 20:39:40', '0', 'Scheduled shipment, tracking number 770661710000074'); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('39', '10', '1', '2008-01-25 01:11:57', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('40', '10', '3', '2008-01-25 14:51:59', '0', 'Scheduled shipment, tracking number 770661710000081'); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('41', '11', '1', '2008-03-22 15:48:32', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('42', '12', '1', '2008-03-26 01:39:35', '1', ''); INSERT INTO `orders_status_history`(`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES ('57', '19', '1', '2010-01-12 14:09:38', '1', ''); DROP TABLE IF EXISTS `orders_total`; CREATE TABLE `orders_total` ( `orders_total_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `orders_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `text` varchar(255) NOT NULL DEFAULT '', `value` decimal(15,4) NOT NULL DEFAULT '0.0000', `class` varchar(32) NOT NULL DEFAULT '', `sort_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`orders_total_id`), KEY `idx_orders_total_orders_id` (`orders_id`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=latin1; INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('13', '4', 'Sub-Total:', '$199.99', '199.9900', 'ot_subtotal', '2'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('12', '3', 'discount', '$-22.50', '-22.5000', 'ot_custom', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('11', '3', 'Total:', '$127.49', '127.4900', 'ot_total', '4'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('9', '3', 'Sub-Total:', '$119.99', '119.9900', 'ot_subtotal', '2'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('10', '3', 'USPS', '$30.00', '30.0000', 'ot_shipping', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('14', '4', 'Individual Shipping (Flat Shipping Rate):', '$35.00', '35.0000', 'ot_shipping', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('15', '4', 'Total:', '$234.99', '234.9900', 'ot_total', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('16', '5', 'Sub-Total:', '$15.00', '15.0000', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('17', '5', 'Federal Express (Total items: 1 pcs. Total weight: 2.5 lbs) (Home Delivery (1 days)):', '$8.71', '8.7100', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('18', '5', 'Total:', '$23.71', '23.7100', 'ot_total', '800'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('19', '6', 'Sub-Total:', '$70.00', '70.0000', 'ot_subtotal', '2'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('20', '6', 'FREE SHIPPING! (Free Shipping Only):', '$0.00', '0.0000', 'ot_shipping', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('21', '6', 'Total:', '$70.00', '70.0000', 'ot_total', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('46', '13', 'Total:', '$362.54', '362.5400', 'ot_total', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('45', '13', 'Federal Express (Total items: 1 pcs. Total weight: 8 lbs) (Home Delivery (1 days)):', '$12.55', '12.5500', 'ot_shipping', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('44', '13', 'Sub-Total:', '$349.99', '349.9900', 'ot_subtotal', '2'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('33', '9', 'Total:', '$24.15', '24.1500', 'ot_total', '800'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('32', '9', 'Federal Express (Total items: 1 pcs. Total weight: 2.5 lbs) (Home Delivery (1 days)):', '$9.15', '9.1500', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('31', '9', 'Sub-Total:', '$15.00', '15.0000', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('34', '10', 'Sub-Total:', '$15.00', '15.0000', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('35', '10', '7% sales tax:', '$1.05', '1.0500', 'ot_tax', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('36', '10', 'Federal Express (Total items: 1 pcs. Total weight: 2.5 lbs) (Home Delivery (1 days)):', '$9.15', '9.1500', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('37', '10', 'Total:', '$25.20', '25.2000', 'ot_total', '800'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('38', '11', 'Sub-Total:', '$39.99', '39.9900', 'ot_subtotal', '2'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('39', '11', 'Federal Express (Total items: 1 pcs. Total weight: 5 lbs) (Home Delivery (4 days)):', '$12.35', '12.3500', 'ot_shipping', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('40', '11', 'Total:', '$52.34', '52.3400', 'ot_total', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('41', '12', 'Sub-Total:', '$39.99', '39.9900', 'ot_subtotal', '2'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('42', '12', 'Federal Express (Total items: 1 pcs. Total weight: 5 lbs) (Home Delivery (4 days)):', '$12.35', '12.3500', 'ot_shipping', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('43', '12', 'Total:', '$52.34', '52.3400', 'ot_total', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('47', '14', 'Sub-Total:', '$39.99', '39.9900', 'ot_subtotal', '2'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('48', '14', 'Federal Express (Total items: 1 pcs. Total weight: 2.25 lbs) (Home Delivery (1 days)):', '$9.36', '9.3600', 'ot_shipping', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('49', '14', 'Total:', '$49.35', '49.3500', 'ot_total', '3'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('50', '15', 'Sub-Total:', '$144.99', '144.9900', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('51', '15', 'Federal Express (Total items: 1 pcs. Total weight: 8 lbs) (Home Delivery (2 days)):', '$14.86', '14.8600', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('52', '15', 'Total:', '$159.85', '159.8500', 'ot_total', '800'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('53', '16', 'Sub-Total:', '$199.99', '199.9900', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('54', '16', 'Federal Express (Total items: 1 pcs. Total weight: 8 lbs) (Home Delivery (2 days)):', '$13.55', '13.5500', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('55', '16', 'Total:', '$213.54', '213.5400', 'ot_total', '800'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('56', '17', 'Sub-Total:', '$99.99', '99.9900', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('57', '17', 'Federal Express (Total items: 1 pcs. Total weight: 8 lbs) (Home Delivery (1 days)):', '$10.29', '10.2900', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('58', '17', 'Total:', '$110.28', '110.2800', 'ot_total', '800'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('59', '18', 'Sub-Total:', '$39.99', '39.9900', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('60', '18', 'Federal Express (Total items: 1 pcs. Total weight: 5 lbs) (Home Delivery (1 days)):', '$9.54', '9.5400', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('61', '18', 'Total:', '$49.53', '49.5300', 'ot_total', '800'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('62', '19', 'Sub-Total:', '$699.99', '699.9900', 'ot_subtotal', '1'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('63', '19', 'Federal Express (Total items: 1 pcs. Total weight: 22 lbs) (Ground Service (2 days)):', '$41.01', '41.0100', 'ot_shipping', '0'); INSERT INTO `orders_total`(`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES ('64', '19', 'Total:', '$741.00', '741.0000', 'ot_total', '800'); DROP TABLE IF EXISTS `packaging`; CREATE TABLE `packaging` ( `package_id` int(11) NOT NULL AUTO_INCREMENT, `package_name` varchar(64) NOT NULL DEFAULT '', `package_description` varchar(255) NOT NULL DEFAULT '', `package_length` decimal(6,2) NOT NULL DEFAULT '5.00', `package_width` decimal(6,2) NOT NULL DEFAULT '5.00', `package_height` decimal(6,2) NOT NULL DEFAULT '5.00', `package_empty_weight` decimal(6,2) NOT NULL DEFAULT '0.00', `package_max_weight` decimal(6,2) NOT NULL DEFAULT '50.00', `package_cost` int(5) NOT NULL DEFAULT '0', PRIMARY KEY (`package_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `paypal_ipn`; CREATE TABLE `paypal_ipn` ( `paypal_ipn_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `txn_type` int(10) unsigned NOT NULL DEFAULT '0', `reason_code` int(11) DEFAULT NULL, `payment_type` int(11) NOT NULL DEFAULT '0', `payment_status` int(11) NOT NULL DEFAULT '0', `pending_reason` int(11) DEFAULT NULL, `invoice` varchar(64) DEFAULT NULL, `mc_currency` int(11) NOT NULL DEFAULT '1', `first_name` varchar(32) NOT NULL DEFAULT '', `last_name` varchar(32) NOT NULL DEFAULT '', `payer_business_name` varchar(32) DEFAULT NULL, `address_name` varchar(32) NOT NULL DEFAULT '', `address_street` varchar(64) NOT NULL DEFAULT '', `address_city` varchar(32) NOT NULL DEFAULT '', `address_state` varchar(32) NOT NULL DEFAULT '', `address_zip` varchar(64) NOT NULL DEFAULT '', `address_country` varchar(32) NOT NULL DEFAULT '', `address_status` varchar(64) NOT NULL DEFAULT '', `address_owner` varchar(64) NOT NULL DEFAULT '0', `payer_email` varchar(96) NOT NULL DEFAULT '', `ebay_address_id` varchar(96) DEFAULT NULL, `payer_id` varchar(32) NOT NULL DEFAULT '', `payer_status` varchar(32) NOT NULL DEFAULT '', `payment_date` varchar(32) NOT NULL DEFAULT '', `business` varchar(32) NOT NULL DEFAULT '', `receiver_email` varchar(96) NOT NULL DEFAULT '', `receiver_id` varchar(32) NOT NULL DEFAULT '', `paypal_address_id` varchar(64) NOT NULL DEFAULT '', `txn_id` varchar(17) NOT NULL DEFAULT '', `notify_version` varchar(17) NOT NULL DEFAULT '', `verify_sign` varchar(64) NOT NULL DEFAULT '', `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`paypal_ipn_id`,`txn_id`), KEY `idx_paypal_ipn_paypal_ipn_id` (`paypal_ipn_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `paypal_ipn_address_status`; CREATE TABLE `paypal_ipn_address_status` ( `address_status_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `address_status_name` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`address_status_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `paypal_ipn_mc_currency`; CREATE TABLE `paypal_ipn_mc_currency` ( `mc_currency_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `mc_currency_name` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`mc_currency_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('1', '1', 'USD'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('1', '2', 'USD'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('1', '3', 'USD'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('2', '1', 'GBP'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('2', '2', 'GBP'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('2', '3', 'GBP'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('3', '1', 'EUR'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('3', '2', 'EUR'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('3', '3', 'EUR'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('4', '1', 'CAD'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('4', '2', 'CAD'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('4', '3', 'CAD'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('5', '1', 'JPY'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('5', '2', 'JPY'); INSERT INTO `paypal_ipn_mc_currency`(`mc_currency_id`, `language_id`, `mc_currency_name`) VALUES ('5', '3', 'JPY'); DROP TABLE IF EXISTS `paypal_ipn_orders`; CREATE TABLE `paypal_ipn_orders` ( `paypal_ipn_orders_id` int(11) NOT NULL AUTO_INCREMENT, `paypal_ipn_id` int(11) NOT NULL DEFAULT '0', `num_cart_items` tinyint(4) NOT NULL DEFAULT '0', `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) NOT NULL DEFAULT '0.00', `payment_fee` decimal(7,2) NOT NULL DEFAULT '0.00', `settle_amount` decimal(7,2) NOT NULL DEFAULT '0.00', `settle_currency` decimal(7,2) NOT NULL DEFAULT '0.00', `exchange_rate` decimal(7,2) DEFAULT '0.00', PRIMARY KEY (`paypal_ipn_orders_id`,`paypal_ipn_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `paypal_ipn_orders_memo`; CREATE TABLE `paypal_ipn_orders_memo` ( `orders_memo_id` int(11) NOT NULL AUTO_INCREMENT, `paypal_ipn_id` int(11) NOT NULL DEFAULT '1', `memo` text, PRIMARY KEY (`orders_memo_id`,`paypal_ipn_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `paypal_ipn_payment_status`; CREATE TABLE `paypal_ipn_payment_status` ( `payment_status_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `payment_status_name` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`payment_status_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `paypal_ipn_payment_type`; CREATE TABLE `paypal_ipn_payment_type` ( `payment_type_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `payment_type_name` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`payment_type_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; INSERT INTO `paypal_ipn_payment_type`(`payment_type_id`, `language_id`, `payment_type_name`) VALUES ('1', '1', 'instant'); INSERT INTO `paypal_ipn_payment_type`(`payment_type_id`, `language_id`, `payment_type_name`) VALUES ('1', '2', 'instant'); INSERT INTO `paypal_ipn_payment_type`(`payment_type_id`, `language_id`, `payment_type_name`) VALUES ('1', '3', 'instant'); INSERT INTO `paypal_ipn_payment_type`(`payment_type_id`, `language_id`, `payment_type_name`) VALUES ('2', '1', 'echeck'); INSERT INTO `paypal_ipn_payment_type`(`payment_type_id`, `language_id`, `payment_type_name`) VALUES ('2', '2', 'echeck'); INSERT INTO `paypal_ipn_payment_type`(`payment_type_id`, `language_id`, `payment_type_name`) VALUES ('2', '3', 'echeck'); DROP TABLE IF EXISTS `paypal_ipn_pending_reason`; CREATE TABLE `paypal_ipn_pending_reason` ( `pending_reason_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `pending_reason_name` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`pending_reason_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('1', '1', 'echeck'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('1', '2', 'echeck'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('1', '3', 'echeck'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('2', '1', 'multi-currency'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('2', '2', 'multi-currency'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('2', '3', 'multi-currency'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('3', '1', 'intl'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('3', '2', 'intl'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('3', '3', 'intl'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('4', '1', 'Verify'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('4', '2', 'Verify'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('4', '3', 'Verify'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('5', '1', 'address'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('5', '2', 'address'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('5', '3', 'address'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('6', '1', 'upgrade'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('6', '2', 'upgrade'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('6', '3', 'upgrade'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('7', '1', 'unilateral'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('7', '2', 'unilateral'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('7', '3', 'unilateral'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('8', '1', 'other'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('8', '2', 'other'); INSERT INTO `paypal_ipn_pending_reason`(`pending_reason_id`, `language_id`, `pending_reason_name`) VALUES ('8', '3', 'other'); DROP TABLE IF EXISTS `paypal_ipn_reason_code`; CREATE TABLE `paypal_ipn_reason_code` ( `reason_code_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `reason_code_name` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`reason_code_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('1', '1', 'chargeback'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('1', '2', 'chargeback'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('1', '3', 'chargeback'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('2', '1', 'guarantee'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('2', '2', 'guarantee'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('2', '3', 'guarantee'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('3', '1', 'buyer_complaint'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('3', '2', 'buyer_complaint'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('3', '3', 'buyer_complaint'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('4', '1', 'other'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('4', '2', 'other'); INSERT INTO `paypal_ipn_reason_code`(`reason_code_id`, `language_id`, `reason_code_name`) VALUES ('4', '3', 'other'); DROP TABLE IF EXISTS `paypal_ipn_txn_type`; CREATE TABLE `paypal_ipn_txn_type` ( `txn_type_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `txn_type_name` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`txn_type_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('1', '1', 'web_accept'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('1', '2', 'web_accept'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('1', '3', 'web_accept'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('2', '1', 'cart'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('2', '2', 'cart'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('2', '3', 'cart'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('3', '1', 'send_money'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('3', '2', 'send_money'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('3', '3', 'send_money'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('4', '1', 'reversal'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('4', '2', 'reversal'); INSERT INTO `paypal_ipn_txn_type`(`txn_type_id`, `language_id`, `txn_type_name`) VALUES ('4', '3', 'reversal'); DROP TABLE IF EXISTS `products`; CREATE TABLE `products` ( `products_id` int(11) NOT NULL AUTO_INCREMENT, `products_quantity` int(4) NOT NULL DEFAULT '0', `products_model` varchar(255) DEFAULT NULL, `products_image` varchar(64) DEFAULT NULL, `products_price` decimal(15,4) NOT NULL DEFAULT '0.0000', `corporate_price` decimal(15,4) NOT NULL DEFAULT '0.0000', `products_date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `products_last_modified` datetime DEFAULT NULL, `products_date_available` datetime DEFAULT NULL, `products_weight` decimal(5,2) NOT NULL DEFAULT '0.00', `products_status` tinyint(1) NOT NULL DEFAULT '0', `products_tax_class_id` int(11) NOT NULL DEFAULT '0', `manufacturers_id` int(11) DEFAULT NULL, `brand_id` int(11) DEFAULT NULL, `products_ordered` int(11) NOT NULL DEFAULT '0', `products_ship_price` decimal(15,4) NOT NULL DEFAULT '0.0000', `products_length` decimal(6,2) NOT NULL DEFAULT '12.00', `products_width` decimal(6,2) NOT NULL DEFAULT '12.00', `products_height` decimal(6,2) NOT NULL DEFAULT '12.00', `products_ready_to_ship` int(1) NOT NULL DEFAULT '0', `products_ship_sep` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`products_id`), KEY `idx_products_date_added` (`products_date_added`) ) ENGINE=MyISAM AUTO_INCREMENT=190 DEFAULT CHARSET=latin1; INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('38', '0', 'Classic', '5251-SAN-Classic.jpg', '99.9900', '0.0000', '2007-08-17 16:03:19', '2009-11-29 18:51:39', '', '5.00', '1', '3', '0', '10', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('37', '3', 'Classic Short', '5825-CHO-classicshort.jpg', '139.9900', '0.0000', '2007-08-17 15:53:00', '2009-11-29 18:30:53', '', '10.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('161', '1', '5815', '', '179.9900', '0.0000', '2008-07-29 15:51:57', '2009-11-29 18:34:20', '', '12.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('53', '2', 'Unlimited AC', 'AC_Rail1_red_RGBedit.jpg', '399.9900', '0.0000', '2007-09-30 07:02:48', '2010-01-20 10:23:22', '', '20.00', '0', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('158', '3', 'Wired', 'Wired_70810101.jpg', '199.9900', '0.0000', '2008-07-29 15:01:33', '2008-12-14 14:47:46', '', '8.00', '1', '3', '0', '16', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('188', '1', 'Classic Tall Fancy 5804', '5804-BJC_150.jpg', '199.9900', '0.0000', '2009-11-05 16:38:49', '2009-11-29 18:35:48', '', '12.00', '1', '0', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('24', '2', 'Tasman', '5950-BLK.jpg', '84.9900', '0.0000', '2007-05-04 16:07:20', '2009-11-29 18:49:04', '', '1.50', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('59', '1', 'Tigershark 12 Ft', 'editTS_12ft_white_RGB.jpg', '1200.0000', '0.0000', '2007-09-30 08:25:31', '2010-01-20 10:23:19', '', '20.00', '0', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('156', '4', '5178', '', '149.9900', '0.0000', '2008-07-29 14:56:48', '2009-10-20 16:03:49', '', '7.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('40', '3', 'Classic Mini', '5854-CHO-minichoc.jpg', '99.9900', '0.0000', '2007-08-17 16:21:52', '2009-11-29 18:27:45', '', '8.00', '0', '3', '0', '10', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('184', '2', 'Classic Cardy', 'Classic Cardy BLK 5819.jpg', '139.9900', '0.0000', '2009-11-05 16:15:39', '2009-12-05 15:08:37', '', '10.00', '0', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('39', '0', 'Classic', '5251-CHE-Chest.jpg', '99.9900', '0.0000', '2007-08-17 16:09:05', '2009-11-29 18:51:05', '', '7.00', '1', '3', '0', '10', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('25', '2', 'Insoles', '9500-WHT.jpg', '14.9900', '0.0000', '2007-05-04 16:20:38', '2009-11-29 18:48:26', '', '1.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('22', '1', 'Tasmina', '1647-CHE.jpg', '49.9900', '0.0000', '2007-05-03 19:37:38', '2009-11-29 18:43:08', '', '1.50', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('21', '1', 'Tasmina', '1647-BLK.jpg', '49.9900', '0.0000', '2007-05-03 18:23:48', '2009-11-29 18:43:49', '', '2.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('34', '3', '5176-Constance', '5176-EMB-constance.jpg', '79.9900', '0.0000', '2007-08-17 15:06:41', '2009-11-29 18:36:51', '', '5.00', '1', '3', '0', '10', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('35', '4', 'Classic Short', '5825-BLK-classicshort.jpg', '139.9900', '0.0000', '2007-08-17 15:14:26', '2009-11-29 18:29:16', '', '10.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('26', '0', 'Classic Short', '5800-SAN.jpg', '139.9900', '0.0000', '2007-05-04 16:27:05', '2009-11-29 18:47:03', '', '5.00', '1', '3', '0', '10', '0', '5.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('27', '6', '5800', '5800-BLK.jpg', '139.9900', '0.0000', '2007-05-04 16:49:36', '2009-11-29 18:46:15', '', '10.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('36', '3', 'Classic Short', '5825-CHE-classicshort.jpg', '139.9900', '0.0000', '2007-08-17 15:29:38', '2009-11-29 18:30:04', '', '10.00', '1', '3', '0', '10', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('54', '1', 'Unlimited AC40', 'AC40_RGBedit.jpg', '1115.0000', '0.0000', '2007-09-30 07:18:20', '2010-01-12 15:04:26', '', '20.00', '0', '2', '0', '21', '1', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('32', '2', 'Insoles', '9501-WHT.jpg', '14.9900', '0.0000', '2007-05-04 17:21:30', '2009-11-29 18:39:15', '', '1.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('33', '5', 'Classic Short', '5825-SAN.jpg', '139.9900', '0.0000', '2007-05-04 17:26:25', '2009-11-29 18:31:38', '', '10.00', '1', '3', '0', '10', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('189', '0', 'Classic Tall-5815', 'Classic Tall 5815 Chocolate.jpg', '179.9900', '0.0000', '2009-11-05 18:57:47', '2009-11-29 18:35:06', '', '12.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('102', '1', '', 'editfargofocusblk0607.jpg', '279.9900', '0.0000', '2007-10-07 18:50:15', '2008-01-24 20:49:15', '', '7.50', '1', '2', '0', '25', '1', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('57', '4', 'Volkl Double Ski Bag', 'editBag-Double-ski_rgb.jpg', '110.0000', '0.0000', '2007-09-30 07:47:29', '2008-01-24 20:47:06', '', '5.00', '1', '2', '0', '21', '0', '5.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('49', '1', 'Classic Tall Black', '5815-BLK-PROD.jpg', '179.9900', '0.0000', '2007-08-22 14:29:51', '2009-11-29 18:23:39', '', '12.00', '1', '3', '0', '10', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('60', '1', 'Tigershark 10 Ft.', 'editTS_10ft_white_RGB.jpg', '1199.9900', '0.0000', '2007-09-30 08:31:52', '2010-01-16 15:37:44', '', '20.00', '0', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('61', '1', 'Tigershark Jr.', 'editJrTigershark.jpg', '285.0000', '0.0000', '2007-09-30 08:47:23', '2008-12-14 14:46:42', '', '20.00', '1', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('62', '1', 'Tigershark Jr.', 'editJrTigershark.jpg', '295.0000', '0.0000', '2007-09-30 08:56:07', '2008-12-14 14:46:40', '', '20.00', '1', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('63', '1', 'Attiva Chica Jr.', 'editJrAttivaChica.jpg', '285.0000', '0.0000', '2007-09-30 09:03:55', '2008-12-14 14:46:45', '', '20.00', '1', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('64', '2', 'Attiva Chica Jr.', 'editJrAttivaChica.jpg', '295.0000', '0.0000', '2007-09-30 09:07:29', '2008-12-14 14:46:43', '', '20.00', '1', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('66', '1', 'Racetiger', 'editedRT_SL_RGB.jpg', '1115.0000', '0.0000', '2007-10-01 10:55:17', '2010-01-16 15:37:55', '', '20.00', '0', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('67', '2', 'Volkl Bootpack', 'editBag-Bootpack_rgb.jpg', '49.0000', '0.0000', '2007-10-01 11:55:23', '2008-01-24 20:47:00', '', '10.00', '1', '2', '0', '21', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('168', '0', '5955', '5950-CHE-tasman.jpg', '84.9900', '0.0000', '2008-12-14 14:19:03', '2009-11-29 18:41:44', '', '9.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('69', '3', 'Reliance', 'kamikreliance.jpg', '89.9900', '0.0000', '2007-10-01 13:07:46', '2009-11-29 18:38:31', '', '10.00', '0', '3', '0', '23', '0', '15.9900', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('70', '4', 'Water & Stain Repellent', '9703-NA-PROD.jpg', '10.0000', '0.0000', '2007-10-01 14:13:00', '2008-12-23 20:56:04', '', '0.50', '1', '2', '0', '10', '0', '2.5000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('71', '1', 'Atiba Mini', 'editatiba_mini_black.jpg', '39.9900', '0.0000', '2007-10-02 17:08:22', '2008-12-14 14:45:56', '', '4.00', '1', '2', '0', '24', '3', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('72', '1', 'Avenue', 'editavenue_bone_chocolate.jpg', '49.9900', '0.0000', '2007-10-04 09:05:36', '2008-12-14 14:45:57', '', '5.00', '1', '2', '0', '24', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('74', '1', 'RPG', 'editrpg_static.jpg', '69.9900', '0.0000', '2007-10-04 09:14:06', '2008-12-14 14:46:13', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('75', '1', 'Binge', 'editbinge_midnight_500.jpg', '49.9900', '0.0000', '2007-10-04 09:16:08', '2008-12-14 14:45:59', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('76', '1', 'Federale', 'editfederale_soil_500.jpg', '54.9900', '0.0000', '2007-10-04 09:18:18', '2008-12-14 14:46:09', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('77', '1', 'Federale', 'editfederale_cobalt.jpg', '54.9900', '0.0000', '2007-10-04 09:18:29', '2008-12-14 14:46:03', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('78', '1', 'Caddy', 'editcaddy_soil.jpg', '99.9900', '0.0000', '2007-10-04 09:23:16', '2008-01-24 20:47:18', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('79', '1', 'Caddy', 'editcaddy_cobalt.jpg', '99.9900', '0.0000', '2007-10-04 09:24:35', '2008-03-26 12:25:20', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('80', '1', 'Metro', 'editmetro_black.jpg', '59.9900', '0.0000', '2007-10-04 09:29:38', '2008-12-14 14:46:12', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('81', '2', 'Cooper', 'editcooper_black_500x500.jpg', '69.9900', '0.0000', '2007-10-04 09:32:00', '2008-12-14 14:46:01', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('82', '1', 'Shifter', 'editshifter_buttercream.jpg', '59.9900', '0.0000', '2007-10-04 09:34:24', '2008-03-29 13:59:54', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('83', '1', 'Godfather-Koston', 'editgodfather_herringbone_plaid.jpg', '59.9900', '0.0000', '2007-10-04 09:42:40', '2008-12-14 14:46:08', '', '5.00', '1', '2', '0', '24', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('177', '2', 'Leader-3211', 'MensInsulatedJackets-SpyderLeaderJacket083211329-acid.jpg', '300.0000', '0.0000', '2008-12-22 19:55:23', '2009-11-30 21:42:24', '', '7.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('162', '4', '5955', '5950-CHE-tasman.jpg', '84.9900', '0.0000', '2008-07-29 15:55:22', '2009-11-29 18:41:08', '', '9.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('91', '1', 'Encore', 'tparenteditencoreblk-gum0607.gif', '159.9900', '0.0000', '2007-10-06 11:30:36', '2008-01-24 20:49:11', '', '10.00', '1', '2', '0', '25', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('92', '2', 'Kass Apres Shred Slipper', 'editkasssliponblk0607.jpg', '59.9900', '0.0000', '2007-10-06 11:58:38', '2009-11-29 18:47:15', '', '5.00', '0', '3', '0', '25', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('93', '2', 'Encore', 'editwmnsencorewhtblue0607.jpg', '159.9900', '0.0000', '2007-10-06 12:10:42', '2008-01-24 20:49:27', '', '7.50', '1', '2', '0', '25', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('95', '1', 'Encore', 'editwmnsencoreblkpink0607.jpg', '159.9900', '0.0000', '2007-10-07 16:47:37', '2008-01-24 20:49:30', '', '7.50', '1', '2', '0', '25', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('96', '2', 'Encore', 'editwmnsencorefoxybrwn0607.jpg', '159.9900', '0.0000', '2007-10-07 16:53:18', '2008-01-24 20:49:28', '', '7.50', '1', '2', '0', '25', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('97', '1', 'Encore', 'editencoretimber0607.jpg', '159.9900', '0.0000', '2007-10-07 17:08:51', '2008-01-24 20:49:12', '', '10.00', '1', '2', '0', '25', '0', '15.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('98', '1', 'Danny Kass IV', 'editkassivwhtchecker0607.jpg', '199.9900', '0.0000', '2007-10-07 17:14:33', '2008-01-24 20:49:09', '', '7.50', '1', '2', '0', '25', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('99', '2', '', 'editfargoboawht-cam-0607.jpg', '249.9900', '0.0000', '2007-10-07 18:18:56', '2008-01-24 20:49:18', '', '7.50', '1', '2', '0', '25', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('100', '1', 'Encore', 'editencoretimber0607.jpg', '159.9900', '0.0000', '2007-10-07 18:20:24', '2007-10-16 13:35:46', '', '10.00', '1', '2', '0', '25', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('101', '2', '', 'editfargoefocuswhtcamo0607.jpg', '279.9900', '0.0000', '2007-10-07 18:30:36', '2008-01-24 20:49:16', '', '7.50', '1', '2', '0', '25', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('103', '2', '', 'editmantranavywht0607.jpg', '99.9900', '0.0000', '2007-10-07 19:08:00', '2008-01-24 20:49:20', '', '7.50', '1', '2', '0', '25', '0', '10.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('116', '2', '6100 208', 'resized076100208.jpg', '350.0000', '0.0000', '2007-11-04 21:58:06', '2009-11-08 17:21:54', '', '7.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('125', '2', '7610 001', 'resized077610001.jpg', '70.0000', '0.0000', '2007-11-04 23:22:15', '2008-01-24 20:30:06', '', '5.00', '1', '3', '0', '26', '1', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('126', '3', '6220 438', 'resized076220438.jpg', '35.0000', '0.0000', '2007-11-04 23:24:44', '2008-01-24 20:30:09', '', '5.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('127', '5', '6221 051', 'resized076221051.jpg', '35.0000', '0.0000', '2007-11-04 23:27:45', '2008-01-24 20:30:07', '', '5.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('128', '2', '4012 001', 'resized074012001.jpg', '100.0000', '0.0000', '2007-11-04 23:30:29', '2008-01-24 20:30:11', '', '6.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('129', '3', '4012 023', 'resized074012023.jpg', '100.0000', '0.0000', '2007-11-04 23:32:57', '2008-01-24 20:30:12', '', '6.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('130', '3', '4213 023', 'resized074213023.jpg', '85.0000', '0.0000', '2007-11-04 23:38:07', '2008-01-24 20:29:59', '', '4.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('131', '3', '4214 018', 'resized074214018.jpg', '85.0000', '0.0000', '2007-11-04 23:39:38', '2008-01-24 20:30:00', '', '4.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('132', '3', '4305 001', 'resized074305001.jpg', '65.0000', '0.0000', '2007-11-04 23:41:57', '2008-01-24 20:29:58', '', '4.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('133', '3', '4306 100', 'resized074306100.jpg', '65.0000', '0.0000', '2007-11-04 23:45:07', '2008-01-24 20:30:01', '', '4.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('134', '2', '7660 199', 'resized077660199.jpg', '80.0000', '0.0000', '2007-11-04 23:47:17', '2008-12-14 14:45:08', '', '6.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('135', '2', '7666 449', 'resized077666449.jpg', '55.0000', '0.0000', '2007-11-04 23:49:15', '2008-01-24 20:30:59', '', '5.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('136', '3', '4718 100', 'resized074718100.jpg', '55.0000', '0.0000', '2007-11-04 23:51:37', '2008-01-24 20:30:57', '', '5.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('137', '1', '6672 458', 'resized076672458.jpg', '32.0000', '0.0000', '2007-11-04 23:54:17', '2008-03-29 15:04:04', '', '4.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('141', '2', '3200 649', 'resized073200649.jpg', '175.0000', '0.0000', '2007-11-05 00:04:25', '2008-01-24 20:31:21', '', '7.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('142', '3', '3942 001', 'resized073942001.jpg', '45.0000', '0.0000', '2007-11-05 00:09:50', '2008-01-24 20:31:40', '', '5.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('143', '3', '3944 600', '', '45.0000', '0.0000', '2007-11-05 00:13:35', '2007-11-05 00:13:39', '', '0.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('144', '2', '3206 001', 'resized073206001.jpg', '100.0000', '0.0000', '2007-11-05 00:15:46', '2008-01-24 20:31:28', '', '6.00', '1', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('145', '0', 'Tasman', '5950-CHE-tasman.jpg', '85.0000', '0.0000', '2007-12-08 16:07:57', '2009-11-29 18:49:40', '', '3.50', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('157', '2', '5380', '', '119.9900', '0.0000', '2008-07-29 15:00:09', '2009-11-29 18:40:14', '', '7.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('155', '2', '5135', '', '99.9900', '0.0000', '2008-07-29 14:53:31', '2009-11-29 18:38:15', '', '7.00', '0', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('176', '3', 'Leader-3211', 'MensInsulatedJackets-SpyderLeaderJacket083211600-red.jpg', '400.0000', '0.0000', '2008-12-22 19:55:03', '2009-11-30 21:44:17', '', '7.00', '0', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('150', '2', 'Discharger', 'dischargersm.jpg', '269.9900', '0.0000', '2008-03-29 14:16:09', '2008-12-14 14:47:21', '', '10.00', '1', '2', '0', '28', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('151', '1', 'Hatchet', 'hatchetsm.jpg', '299.9900', '0.0000', '2008-03-29 14:19:03', '2008-12-14 14:47:23', '', '10.00', '1', '2', '0', '28', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('163', '0', '5229', '', '119.9900', '0.0000', '2008-07-29 16:17:52', '2009-11-29 18:52:25', '', '8.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('164', '2', '5232', '', '89.9900', '0.0000', '2008-07-29 16:21:27', '2009-11-29 18:53:58', '', '7.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('165', '0', '5649', '', '99.9900', '0.0000', '2008-07-29 16:25:20', '2009-11-29 18:53:08', '', '8.00', '1', '0', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('166', '0', '5252', '5252-IND_150.jpg', '54.9900', '0.0000', '2008-07-29 16:28:46', '2009-11-30 22:37:56', '', '6.00', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('167', '1', 'Domain Men\'s Black', 'Domain_Black.jpg', '139.9900', '0.0000', '2008-08-02 15:36:54', '2008-12-14 14:47:44', '', '100.00', '1', '3', '0', '29', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('169', '2', 'Tasmina', '1647-CHO.jpg', '49.9900', '0.0000', '2008-12-14 14:33:57', '2009-11-29 18:44:35', '', '1.50', '1', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('183', '1', 'Classic Cardy', 'Classic Cardy Grey 5819.jpg', '139.9900', '0.0000', '2009-11-05 16:13:12', '2009-12-05 15:08:40', '', '10.00', '0', '3', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('178', '1', 'Leader-3211', 'MensInsulatedJackets-SpyderLeaderJacket083211429-alpine.jpg', '400.0000', '0.0000', '2008-12-22 19:55:30', '2009-11-30 21:44:11', '', '7.00', '0', '3', '0', '26', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('179', '3', 'Rival-3216', 'MensInsulatedJackets-SpyderRivalJacket083216213-cumin.jpg', '375.0000', '0.0000', '2008-12-22 20:00:32', '2009-11-30 21:44:27', '', '7.00', '0', '3', '0', '0', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('185', '1', 'Bailey Button', 'Bailey Button-5803-Black copy.jpg', '149.9900', '0.0000', '2009-11-05 16:27:59', '2009-12-05 15:07:34', '', '10.00', '0', '0', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('186', '0', 'Bailey Button', 'Bailey Button-5803-chestnut.jpg', '149.9900', '0.0000', '2009-11-05 16:28:36', '2009-12-05 15:07:41', '', '10.00', '0', '0', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); INSERT INTO `products`(`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `corporate_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `brand_id`, `products_ordered`, `products_ship_price`, `products_length`, `products_width`, `products_height`, `products_ready_to_ship`, `products_ship_sep`) VALUES ('187', '2', 'Bailey Button', 'Bailey Button-5803-grey.jpg', '149.9900', '0.0000', '2009-11-05 16:28:41', '2009-12-05 15:07:47', '', '10.00', '0', '0', '0', '10', '0', '0.0000', '12.00', '12.00', '12.00', '0', '0'); DROP TABLE IF EXISTS `products_attributes`; CREATE TABLE `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) NOT NULL DEFAULT '+', PRIMARY KEY (`products_attributes_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1140 DEFAULT CHARSET=latin1; INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('491', '95', '1', '401', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('993', '179', '1', '872', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('992', '179', '1', '871', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('994', '179', '1', '873', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1008', '156', '1', '883', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('490', '96', '1', '400', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1139', '177', '1', '992', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1132', '25', '1', '985', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('685', '53', '1', '583', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('950', '155', '1', '834', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('949', '155', '1', '833', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('373', '61', '1', '300', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('686', '59', '1', '584', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('684', '53', '1', '582', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('515', '101', '1', '425', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('687', '54', '1', '585', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('420', '76', '1', '341', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('683', '53', '1', '581', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1138', '177', '1', '991', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('418', '74', '1', '339', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('489', '96', '1', '399', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1007', '156', '1', '882', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('634', '60', '1', '542', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('987', '176', '1', '866', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1131', '27', '1', '984', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1133', '25', '1', '986', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('425', '78', '1', '344', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1091', '184', '1', '944', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1096', '35', '1', '949', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1112', '34', '1', '965', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1111', '34', '1', '964', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1110', '34', '1', '963', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('419', '75', '1', '340', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1090', '184', '1', '943', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('688', '62', '1', '586', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1113', '32', '1', '966', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('380', '64', '1', '306', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('379', '64', '1', '305', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('432', '79', '1', '351', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('430', '83', '1', '349', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('855', '40', '1', '748', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('854', '40', '1', '747', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('431', '77', '1', '350', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('719', '71', '1', '617', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('429', '82', '1', '348', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('428', '81', '1', '347', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('427', '80', '1', '346', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('479', '66', '1', '389', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('941', '69', '1', '825', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('715', '134', '1', '613', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('378', '63', '1', '304', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1099', '36', '1', '952', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1135', '24', '1', '988', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1134', '24', '1', '987', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1106', '33', '1', '959', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('986', '176', '1', '865', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('487', '91', '1', '397', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('989', '178', '1', '868', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('662', '92', '1', '568', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('661', '92', '1', '567', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('470', '93', '1', '380', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('471', '93', '1', '381', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('485', '97', '1', '395', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('488', '98', '1', '398', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('523', '99', '1', '431', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('522', '99', '1', '430', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('524', '100', '1', '432', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('514', '101', '1', '424', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('516', '102', '1', '426', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('500', '103', '1', '410', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('501', '103', '1', '411', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1122', '22', '1', '975', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('696', '151', '1', '594', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('695', '150', '1', '593', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1006', '156', '1', '881', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1123', '21', '1', '976', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('988', '176', '1', '867', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('558', '116', '1', '466', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('559', '116', '1', '467', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1119', '162', '1', '972', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1118', '162', '1', '971', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1116', '157', '1', '969', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1115', '157', '1', '968', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('630', '125', '1', '538', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('629', '125', '1', '537', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('580', '126', '1', '488', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('581', '126', '1', '489', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('582', '126', '1', '490', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('583', '127', '1', '491', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('584', '127', '1', '492', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('585', '127', '1', '493', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('586', '127', '1', '494', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('587', '127', '1', '495', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('588', '128', '1', '496', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('589', '128', '1', '497', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('590', '129', '1', '498', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('591', '129', '1', '499', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('592', '129', '1', '500', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('593', '130', '1', '501', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('594', '130', '1', '502', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('595', '130', '1', '503', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('596', '131', '1', '504', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('597', '131', '1', '505', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('598', '131', '1', '506', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('599', '132', '1', '507', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('600', '132', '1', '508', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('601', '132', '1', '509', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('602', '133', '1', '510', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('603', '133', '1', '511', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('604', '133', '1', '512', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('714', '134', '1', '612', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('606', '135', '1', '514', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('607', '135', '1', '515', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('608', '136', '1', '516', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('609', '136', '1', '517', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('610', '136', '1', '518', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('716', '137', '1', '614', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('617', '141', '1', '525', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('618', '141', '1', '526', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('625', '142', '1', '533', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('624', '142', '1', '532', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('621', '143', '1', '529', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('622', '143', '1', '530', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('623', '143', '1', '531', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('626', '142', '1', '534', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('627', '144', '1', '535', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('628', '144', '1', '536', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('932', '158', '1', '822', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('931', '158', '1', '821', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('930', '158', '1', '820', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1120', '162', '1', '973', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1114', '32', '1', '967', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1109', '188', '1', '962', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1094', '35', '1', '947', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1093', '35', '1', '946', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1088', '187', '1', '941', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1098', '36', '1', '951', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1097', '36', '1', '950', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1087', '187', '1', '940', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1107', '33', '1', '960', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1102', '37', '1', '955', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1101', '37', '1', '954', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1100', '37', '1', '953', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1086', '185', '1', '939', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1105', '33', '1', '958', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1104', '33', '1', '957', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1103', '33', '1', '956', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1089', '49', '1', '942', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1108', '161', '1', '961', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1095', '35', '1', '948', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1092', '183', '1', '945', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1125', '169', '1', '978', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1124', '169', '1', '977', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1117', '162', '1', '970', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1130', '27', '1', '983', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1129', '27', '1', '982', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1128', '27', '1', '981', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1127', '27', '1', '980', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1126', '27', '1', '979', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1137', '164', '1', '990', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('1136', '164', '1', '989', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('940', '167', '1', '824', '0.0000', '+'); INSERT INTO `products_attributes`(`products_attributes_id`, `products_id`, `options_id`, `options_values_id`, `options_values_price`, `price_prefix`) VALUES ('939', '167', '1', '823', '0.0000', '+'); DROP TABLE IF EXISTS `products_attributes_download`; CREATE TABLE `products_attributes_download` ( `products_attributes_id` int(11) NOT NULL DEFAULT '0', `products_attributes_filename` varchar(255) 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=latin1; INSERT INTO `products_attributes_download`(`products_attributes_id`, `products_attributes_filename`, `products_attributes_maxdays`, `products_attributes_maxcount`) VALUES ('11', 'Dhtml-coolmenu.zip', '7', '10'); DROP TABLE IF EXISTS `products_choices`; CREATE TABLE `products_choices` ( `options_id` int(11) NOT NULL AUTO_INCREMENT, `products_id` int(11) NOT NULL DEFAULT '0', `option_name` varchar(250) DEFAULT '0', PRIMARY KEY (`options_id`), KEY `products_id` (`products_id`) ) ENGINE=InnoDB AUTO_INCREMENT=1176 DEFAULT CHARSET=latin1; INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('36', '6', 'Fleece Fabric'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('37', '6', '4 way Stretch (Fleece Lined)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('38', '7', 'Black Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('39', '7', 'Red Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('40', '7', 'Pink Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('41', '7', 'Light Blue Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('42', '7', 'Cobalt Blue Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('43', '8', 'Black Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('44', '9', 'Frame Color: Smoke'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('45', '9', 'Frame Color: Sky Blue'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('46', '10', 'Frame Color: Carbon'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('47', '11', 'Blue Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('48', '11', 'Red Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('49', '11', 'Green Color'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('50', '12', 'Size: 70cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('51', '12', 'Size: 80cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('53', '14', 'Men\'s Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('54', '14', '71/2'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('55', '14', '8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('56', '14', '81/2'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('57', '14', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('58', '14', '91/2'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('59', '14', '10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('60', '14', '11'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('61', '14', '12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('62', '14', '13'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('63', '15', 'Men\'s Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('64', '15', '71/2'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('65', '15', '8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('66', '15', '81/2'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('67', '15', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('68', '15', '91/2'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('69', '15', '10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('80', '17', 'L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('81', '17', 'M'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('82', '17', 'S'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('83', '17', 'XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('84', '17', 'XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('85', '18', 'S'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('86', '18', 'M'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('87', '18', 'L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('88', '18', 'XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('89', '18', 'XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('139', '31', 'Size: 5 (737045190693)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('140', '31', 'Size: 8 (737045190723)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('141', '29', 'Size: 10 (737045526690)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('146', '23', 'Size: 8 (889830265949)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('147', '28', 'Size: 8 (889830265014)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('148', '28', 'Size: 9 (889830265021)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('149', '19', 'Size: 10 (555)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('150', '19', 'Size: 12 (737045631721)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('156', '20', 'Size: 10 (889830265984)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('157', '20', 'Size: 11 (889830265991)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('158', '20', 'Size: 12 (88983026504)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('159', '20', 'Size: 8 (889830265960)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('233', '43', 'Size: 5 (889830301392)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('234', '43', 'Size: 6 (889830301408)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('235', '43', 'Size: 7 (889830301415)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('236', '42', 'Size: 7 (889830311421)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('237', '42', 'Size:8 (889830311445)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('238', '44', 'Size: 5 (889830301309)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('239', '44', 'Size: 6 (889830301316)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('240', '44', 'Size: 7 (889830301323)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('277', '50', 'Size: 6 (737872992644)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('278', '50', 'Size: 7 (737872992651)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('279', '50', 'Size: 9 (737872992675)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('370', '52', '158 cm (821264294048)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('371', '52', '168 cm (821264294055)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('393', '30', 'Size: 6 (xxxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('404', '55', '161 cm (xxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('406', '58', '170 cm (xxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('409', '61', '130 cm (xxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('414', '63', '130 cm (xxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('415', '64', '140 cm (xxxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('416', '64', '150 cm (xxxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('454', '74', 'Static'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('455', '75', 'Midnight'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('456', '76', 'Soil'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('461', '78', 'Soil'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('463', '80', 'Black'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('464', '81', 'Black'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('465', '82', 'Buttercream'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('466', '83', 'Heringbone Plaid'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('467', '77', 'Cobalt'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('468', '79', 'Cobalt'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('487', '86', 'M'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('488', '86', 'XS'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('489', '87', 'XS'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('490', '87', 'M'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('491', '85', 'L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('492', '85', 'XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('494', '84', 'L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('496', '88', 'L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('506', '93', '6.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('507', '93', '7.0'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('515', '66', '160 cm (xxxxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('521', '97', '10.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('523', '91', '14'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('524', '98', 'Size 12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('525', '96', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('526', '96', 'Size 8.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('527', '95', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('536', '103', 'Size 9.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('537', '103', 'Size 10.0'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('550', '101', 'Size 10.0'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('551', '101', 'Size 11.0'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('552', '102', 'Size 11.0'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('558', '99', 'Size 10.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('559', '99', 'Size 9.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('560', '100', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('563', '89', 'L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('567', '104', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('574', '109', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('575', '109', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('576', '110', 'Size M-S'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('577', '110', 'Size M-R'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('578', '110', 'Size L-S'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('579', '110', 'Size L-R'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('580', '110', 'Size XL-S'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('581', '110', 'Size XXL-S'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('585', '112', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('586', '112', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('593', '115', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('594', '116', 'Size M'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('595', '116', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('596', '117', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('597', '118', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('598', '118', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('599', '119', 'Size 10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('600', '119', 'Size 12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('604', '121', 'Size 4'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('605', '121', 'Size 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('616', '126', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('617', '126', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('618', '126', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('619', '127', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('620', '127', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('621', '127', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('622', '127', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('623', '127', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('624', '128', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('625', '128', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('626', '129', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('627', '129', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('628', '129', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('629', '130', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('630', '130', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('631', '130', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('632', '131', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('633', '131', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('634', '131', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('635', '132', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('636', '132', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('637', '132', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('638', '133', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('639', '133', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('640', '133', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('642', '135', 'Size 12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('643', '135', 'Size 14'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('644', '136', 'Size 12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('645', '136', 'Size 14'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('646', '136', 'Size 16'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('650', '138', 'One Size'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('651', '139', 'One Size'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('652', '140', 'One Size'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('653', '141', 'Size 18'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('654', '141', 'Size 20'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('657', '143', 'Size M'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('658', '143', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('659', '143', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('660', '142', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('661', '142', 'Size M'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('662', '142', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('663', '144', 'Size 18'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('664', '144', 'Size 20'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('665', '125', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('666', '125', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('670', '60', '168 cm (821264292754)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('682', '46', 'Size: 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('684', '47', 'Size: 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('685', '47', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('686', '47', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('687', '47', 'Size:6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('688', '48', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('689', '146', 'Size: 9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('690', '146', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('691', '147', 'Size: 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('692', '147', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('693', '65', '170 cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('694', '65', '177 cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('695', '68', 'Sku: 096791111209'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('696', '120', 'Size 12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('697', '92', '11'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('698', '92', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('703', '123', 'Size 12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('704', '123', 'Size 14'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('706', '148', 'Medium'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('708', '105', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('709', '114', 'Size XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('711', '113', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('712', '90', 'XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('713', '90', 'XXL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('716', '94', 'L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('719', '53', '177 cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('720', '53', '163 cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('721', '53', '170 cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('722', '59', '168 cm (821264292990)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('723', '54', '170 cm (xxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('724', '62', '150 cm (xxxxxxxxxxxx)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('725', '107', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('726', '106', 'Size l'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('727', '106', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('728', '108', 'Size XL'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('729', '111', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('731', '150', '158 cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('732', '151', '156 cm'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('737', '149', 'Wireless Forecaster'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('750', '134', 'Size: 10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('751', '134', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('752', '137', 'Size L'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('753', '122', 'Size 14'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('754', '124', 'Size 12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('755', '71', '031652118713'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('756', '153', 'Size: 8.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('833', '41', 'Size 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('834', '41', 'Size 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('835', '41', 'Size 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('836', '41', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('837', '41', 'Size 9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('860', '160', '5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('861', '160', '6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('862', '160', '7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('863', '160', '8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('864', '160', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('865', '160', '10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('869', '51', '5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('870', '51', '6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('871', '51', '7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('872', '51', '8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('873', '51', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('890', '40', '6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('891', '40', '8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('892', '159', 'Size 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('893', '159', 'Size 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('894', '159', 'Size 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('895', '159', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('906', '154', 'Size 10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('907', '154', 'Size 11'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('908', '154', 'Size 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('909', '154', 'Size 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('910', '154', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('911', '154', 'Size 9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('966', '158', '10.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('967', '158', '11.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('968', '158', '7.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('975', '167', 'Not available through web site.'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('976', '167', 'Call Store for available sizes.'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('977', '69', 'Size: 10 (056551426882)'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('978', '152', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('985', '155', 'Size 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('986', '155', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1006', '170', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1007', '170', 'Size: 9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1011', '171', 'One Size'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1012', '172', 'One Size'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1013', '174', 'Small'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1014', '174', 'Medium'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1015', '174', 'Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1020', '175', 'Extra-Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1021', '175', 'Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1022', '176', 'Small'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1023', '176', 'Medium'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1024', '176', 'Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1025', '178', 'XXX-Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1028', '179', 'Small'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1029', '179', 'Medium'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1030', '179', 'Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1031', '180', 'Small'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1032', '180', 'Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1033', '180', 'Extra-Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1035', '181', 'Medium'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1036', '182', 'Small'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1037', '182', 'Medium'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1038', '182', 'Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1042', '156', 'Size 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1043', '156', 'Size 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1044', '156', 'Size 9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1122', '185', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1123', '187', 'Size: 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1124', '187', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1125', '49', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1126', '184', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1127', '184', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1128', '183', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1129', '35', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1130', '35', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1131', '35', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1132', '35', 'Size: 9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1133', '36', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1134', '36', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1135', '36', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1136', '37', 'Size: 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1137', '37', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1138', '37', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1139', '33', 'Size: 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1140', '33', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1141', '33', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1142', '33', 'Size: 8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1143', '33', 'Size: 9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1144', '161', '7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1145', '188', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1146', '34', '6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1147', '34', '7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1148', '34', '8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1149', '32', 'Size: 5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1150', '32', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1151', '157', 'Size 10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1152', '157', 'Size 9.5'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1153', '162', '6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1154', '162', '7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1155', '162', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1156', '162', '11'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1158', '22', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1159', '21', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1160', '169', 'Size: 6'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1161', '169', 'Size: 7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1162', '27', '10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1163', '27', '11'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1164', '27', '12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1165', '27', '7'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1166', '27', '8'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1167', '27', '9'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1168', '25', 'Size: 11'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1169', '25', 'Size: 10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1170', '24', 'Size: 10'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1171', '24', 'Size: 11'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1172', '164', '12'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1173', '164', '13'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1174', '177', 'Extra-Large'); INSERT INTO `products_choices`(`options_id`, `products_id`, `option_name`) VALUES ('1175', '177', 'Large'); DROP TABLE IF EXISTS `products_description`; CREATE TABLE `products_description` ( `products_id` int(11) NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '1', `products_name` varchar(64) NOT NULL DEFAULT '', `products_description` text, `products_url` varchar(255) DEFAULT NULL, `products_viewed` int(5) DEFAULT '0', PRIMARY KEY (`products_id`,`language_id`), KEY `products_name` (`products_name`) ) ENGINE=MyISAM AUTO_INCREMENT=190 DEFAULT CHARSET=latin1; INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('54', '1', 'Unlimited AC40 Carbon w/ Marker Motion iPT 12.0 Piston Binding', '

Unlimited AC40 Carbon

170 cm
16.1 radius
125-82-110 size

For good skiers who want to ski every possible condition the mountain can dish out, the AC40 has a layer of carbon fiber for additional liveliness. With Extended Sensorwood core, Extended Double Grip, and the Motion iPT system, the AC40 Carbon is quite probably the best-performing mid-fat system available in the market today.

\"\"

Volkl Warranty Information

', '', '1174'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('24', '1', 'Tasman Black Men\'s', '

The men’s Tasman is so much more than just a slipper. Fully lined in plush, luxurious sheepskin and cuffed with a woven braid for a little extra something. The upper is made of durable, yet flexible, suede and sheepskin for added functionality. The beach inspired Tasman is built on the Classic outsole, designed for use as a slipper or a shoe.

Tasman-5950

Product Details
 

  • All colors come in Suede except Earthy, which is leather
  • Both suede and leather uppers are fully lined in sheepskin.
  • Genuine sheepskin sockliner that naturally wicks away moisture and helps keep feet dry.
  • Molded rubber outsole
  • Available in whole sizes only. If between sizes, order a ½ size down.
  • By UGG® Australia; Imported.

  • Ugg Sizing Chart

     

    ', '', '2551'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('22', '1', 'Tasmina Chestnut Wmn\'s', '

    Introducing UGG® Australia’s version of a beach flip flop. The Tasmina features our heritage Tasman braid webbing and suede uppers lined with short, curly sheepskin making these spring thongs ultra comfortable. The new sun logo is embossed on a suede footbed, as well as showcased on the extremely lightweight EVA outsole. Fun colors pops in the midsole wedge match back to the uppers for a special added touch.

    Tasmina-1647

    Product Details
     

  • Suede uppers lined in short, curly fleece featuring our signature Tasman braid webbing.
  • Logo-embossed, washable suede insole.
  • Cork-infused clear rubber outsoles with ribbed traction pattern.
  • Available in whole sizes only. If between sizes, order a ½ size up.
  • By UGG® Australia; Imported.

  • Ugg Sizing Chart

     

    ', '', '2933'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('21', '1', 'Tasmina Black Wmn\'s', '

    Introducing UGG® Australia’s version of a beach flip flop. The Tasmina features our heritage Tasman braid webbing and suede uppers lined with short, curly sheepskin making these spring thongs ultra comfortable. The new sun logo is embossed on a suede footbed, as well as showcased on the extremely lightweight EVA outsole. Fun colors pops in the midsole wedge match back to the uppers for a special added touch.

    Tasmina-1647

    Product Details
     

     

  • Suede uppers lined in short, curly fleece featuring our signature Tasman braid webbing.
  • Logo-embossed, washable suede insole.
  • Cork-infused clear rubber outsoles with ribbed traction pattern.
  • Available in whole sizes only. If between sizes, order a ½ size up.
  • By UGG® Australia; Imported.

  • Ugg Sizing Chart

     

     

  • ', '', '2814'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('38', '1', 'Classic Sand Kid\'s', '

    Classic - 5251

    Product Details

  • Genuine Grade A sheepskin
  • Approx. boot shaft height: 6”.
  • Available in whole sizes only.
  • EVA outsole for lightweight comfort and cushion
  • By UGG Australia; Imported.
  •  
  • ', '', '2031'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('35', '1', 'Classic Short Black Wmn\'s', '

     Classic Short-5825

    One of UGG® Australia’s original heritage styles, the Classic Short a calf height boot features genuine twin-face sheepskin and our signature UGG® woven label. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for refreshing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    ', '', '2492'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('36', '1', 'Classic Short Chestnut Wmn\'s', '

    Classic Short-5285

    One of UGG® Australia’s original heritage styles, the Classic Short a calf height boot features genuine twin-face sheepskin and our signature UGG® woven label. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for refreshing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    Product Details
     

  • Twin-faced grade A sheepskin with suede heel guards
  • Approximate boot shaft height: 8”
  • Genuine sheepskin sock wicks moisture away
  • Flexible, lightweight molded EVA outsole
  • Available in whole sizes only. If between sizes, order a ½ size down.
  • By UGG® Australia; Imported.
  •  

    ', '', '2759'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('37', '1', 'Classic Short Chocolate Wmn\'s', '

    Classic Short 5825

    One of UGG® Australia’s original heritage styles, the Classic Short a calf height boot features genuine twin-face sheepskin and our signature UGG® woven label. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for refreshing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    Product Details
     

  • Twin-faced grade A sheepskin with suede heel guards
  • Approximate boot shaft height: 8”
  • Genuine sheepskin sock wicks moisture away
  • Flexible, lightweight molded EVA outsole
  • Available in whole sizes only. If between sizes, order a ½ size down.
  • By UGG® Australia; Imported.
  •  

    ', '', '2532'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('25', '1', 'Replacement Insoles Men\'s', '

    Replacement insoles for your UGG Australia footwear. Replace as often as necessary for comfort, warmth, and moisture-wicking.
    9500

    ', '', '2969'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('26', '1', 'Classic Short Sand Men\'s', '

    UGG® Australia’s most popular men’s style! The men’s UGG® Classic Short boot features lavish twin-faced sheepskin for the utmost comfort. Precision craftsmanship is evident in the Classic Short’s reinforced heel, raw seams and signature UGG® heel label. Slip into the Classic Short and feel UGG® Australia luxury.

    Classic Short-5800

    Product Details

  • Twin-faced sheepskin
  • Genuine sheepskin sockliner that naturally wicks away moisture and helps keep feet dry.
  • Molded EVA outsole that is light and flexible.
  • Approximate boot height: 8.5"
  • Available in whole sizes only. If between sizes, order a ½ size down.
  • By UGG® Australia; Imported.

  • Ugg Sizing Chart
  • ', '', '2277'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('27', '1', 'Classic Short Black Men\'s', '

    UGG® Australia’s most popular men’s style! The men’s UGG® Classic Short boot features lavish twin-faced sheepskin for the utmost comfort. Precision craftsmanship is evident in the Classic Short’s reinforced heel, raw seams and signature UGG® heel label. Slip into the Classic Short and feel UGG® Australia luxury.

    Classic Short-5800

    Product Details
     

  • Twin-faced sheepskin
  • Genuine sheepskin sockliner that naturally wicks away moisture and helps keep feet dry.
  • Molded EVA outsole that is light and flexible.
  • Approximate boot height: 8.5"
  • Available in whole sizes only. If between sizes, order a ½ size down.
  • By UGG® Australia; Imported.

  • Ugg Sizing Chart

     

    ', '', '2606'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('39', '1', 'Classic Chestnut Kid\'s', '

    Kid\'s Classic Chestnut - 5251

    The Kid\'s Classic Boot features all the same features and benefits as the adult version but packed into a boot for your little one. The lightweight EVA outsole and sheepskin insole provides extra comfort for all day wear. Made with quality twin-faced sheepskin, this is the quintessential UGG® style for kid\'s that will soon be their favorite. 

    We recommend treating this product with ourUGG® Care Kit to maintain the health and luster of the twin-faced sheepskin. 

    Product Details
     

  • Genuine Grade A sheepskin
  • Approx. boot shaft height: 6”.
  • Available in whole sizes only.
  • EVA outsole for lightweight comfort and cushion
  • By UGG Australia; Imported.
  •  

    ', '', '2274'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('40', '1', 'Classic Mini Chocolate Wmn\'s', '

    Classic Mini - 5854

    UGG® Australia’s Classic Mini sheepskin boot is built for ultimate comfort. This boot features a genuine twin-faced sheepskin upper atop a lightweight EVA outsole. With the shortest height in the Classic Collection, the Classic Mini is perfect for year round wear.

    We recommend treating this product with ourUGG® Care Kit to maintain the health and luster of the twin-faced sheepskin. 

    Product Details

  • Genuine Grade A twin-faced sheepskin with suede heel guard.
  • Bijou Blue and Oil Green colors feature textured cotton uppers
  • Sand Multi color features the UGG Australia logo jacquard pattern
  • Approximate boot shaft height: 5”
  • Available in whole sizes only. If between sizes, order ½ size down from your usual size.
  • Genuine sheepskin sock wicks moisture away.
  • Molded EVA outsole that is light and flexible.
  • By UGG Australia; Imported.
  • ', '', '108'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('102', '1', 'Fargo Focus Blk/White', 'Fargo Focus
     
    NEW for the 06-07 season. Vans Snow is proud to introduce the Fargo Focus - the first ever BOA boot to feature zonal specific tightening. With two low profile dials, the Focus system will allow you to tweak your boot on the fly to meet your exact specifications.

    FEATURES
    \"\"', '', '12659'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('57', '1', 'Double Ski Bag', 'Volkl Double Ski Bag

    Black/Grey
    82” x 9” x 10.5”
    Wheels! Fits two pairs of skis and poles. Reinforced padding.

    \"\"', '', '3347'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('32', '1', 'Replacement Insoles Wmn\'s', '

    Replacement Insoles- Womens-9501

    Replacement insoles for your UGG Australia footwear. Replace as often as necessary for comfort, warmth, and moisture-wicking.

    ', '', '2277'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('33', '1', 'Classic Short Sand Wmn\'s', '


    Classic Short-5825

    One of UGG® Australia’s original heritage styles, the Classic Short a calf height boot features genuine twin-face sheepskin and our signature UGG® woven label. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for refreshing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    Product Details
     

  • Twin-faced grade A sheepskin with suede heel guards
  • Approximate boot shaft height: 8”
  • Genuine sheepskin sock wicks moisture away
  • Flexible, lightweight molded EVA outsole
  • Available in whole sizes only. If between sizes, order a ½ size down.
  • By UGG® Australia; Imported.
    Ugg Sizing Chart
     
  •  

     

    ', '', '2889'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('155', '1', 'Kohala', '

    5135 Women\'s Kohala

     The Kohala is a great slip-on clog to add to your footwear collection. Made with soft leather and suede lined with quality sheepskin, these shoes are made extra comfortable with a suede covered Poron® footbed. The outsole is composed of a molded rubber with a ribbed traction pattern that is perfect for wear all season. Detailed with a surf inspired braid on the back make this shoes a distinctively stylish choice.

    ', '', '908'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('34', '1', 'Constance Ember Wmn\'s', '

    Constance

    Product Details
     

  • Rich leather uppers
  • Poron® insole lined with smooth lambskin and features an arch cookie
  • Molded rubber outsole with recessed logo in forefoot and molded rubber pedal pusher heel
  • By UGG® Australia; Imported.
  •  

    ', '', '3567'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('61', '1', 'Tigershark Jr. w/ Marker Motion Jr. R 7.0(110-130cm)', 'Tigershark Jr.

    The Tigershark Jr. is the ideal entry-level Junior ski, with a generous sidecut to help kids learn to turn.

    \"\"
    ', '', '5335'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('62', '1', 'Tigershark Jr. w/ Marker Motion Jr. R 7.0(140-150cm)', '

    Tigershark Jr.

    The Tigershark Jr. is the ideal entry-level Junior ski, with a generous sidecut to help kids learn to turn.

    \"\"

    ', '', '5291'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('60', '1', 'Tigershark 10 Foot w/ Marker Motion iPT 12.0 Piston Binding', 'Tigershark 10 Foot

    Like the 12 Foot, the 10 Foot is available as a distinct model without Power Switch. Rather than chrome, this model features a top sheet with a unique \'shark skin\' structure.

    www.tigershark-film.com

    \"\"', '', '669'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('53', '1', 'Unlimited AC Flat w/ Marker M10.0 CCSI', '

    Volkl Unlimited AC w/ Marker M10.0 CCSI binding

    For novice to intermediate skiers looking to improve their ability in all snow conditions, the Unlimited AC is hard to beat. It features a 70 millimeter waist for easy balance on hard or soft snow, plus a generous sidecut for easy turning. Its lightweight Motion LT 10.0 ski/binding system allows the ski to flex easily under the foot, giving the skier better control in all conditions.

    \"\"

    ', '', '1556'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('49', '1', 'Classic Tall Black Wmn\'s', '

    Classic Tall 5815

    UGG® Australia\'s Classic Tall boot is one of our brand’s heritage styles. The Classic Tall boot features genuine twin-face sheepskin for refreshing comfort. It’s one of our tallest boots and looks great all the way up or cuffed down. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    Product Details
     

  • Twin-faced grade A sheepskin with suede heel guards
  • Approximate boot shaft height: 12”
  • Approximate boot circumference at mid-calf: 14"
  • Genuine sheepskin sock wicks moisture away
  • Flexible, lightweight molded EVA outsole
  • Available in whole sizes only. If between sizes, order a ½ size down.
  • By UGG® Australia; Imported.
  •  

    ', '', '2542'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('59', '1', 'Tigershark 12 Ft w/ Marker Motion iPT 12.0 Piston', '

    Tigershark 12 Foot

    The 12 footer is also available without the Power Switch™, once again for good all mountain skiers who want to carve the groomed at high speeds, then take an occasional foray into softer snow.

    www.tigershark-film.com

    \"\"

    ', '', '576'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('63', '1', 'Attiva Chica Jr. w/ Marker Motion Jr. R7.0(130cm)', 'Chica Jr.

    Our entry-level model for girls only is the Chica (Spanish for little girl).

    \"\"
    ', '', '4993'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('64', '1', 'Attiva Chica Jr. w/ Marker Motion Jr. R7.0(140cm-150cm)', 'Chica Jr.

    Our entry-level model for girls only is the Chica (Spanish for little girl).

    \"\"
    ', '', '4637'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('66', '1', 'Racetiger SL Racing w/ Marker Motion iPT 12.0 Piston Binding', 'Racetiger SL Racing

    Also with an updated graphic, the SL Racing is incredibly smooth for a short slalom carver - if you have the energy, you can ski it all over the mountain. Available with Motion iPT R 14.0 Piston or 12.0 Piston.

    \"\"
    ', '', '3314'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('67', '1', 'Boot Pack', 'Boot Pack
    Black/Grey
    16” x 13.5” x 10”
    All new design!
    Holds single pair of boots.
    Shoulder straps.

    \"\"', '', '3910'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('69', '1', 'Reliance', '

    \"\"Kamik Reliance

    Comfort Range: -25F

    Contains dependable Zylex removable liners.

    ', '', '4579'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('70', '1', 'Water & Stain Repellent', '

    Sheepskin Stain & Water Repellent

    Protect your favorite UGG boots with UGG Australia\'s Sheepskin Stain & Water Repellent. For best results, clean your sheepskin boots and shoes with UGG Australia\'s Sheepskin Cleaner & Conditioner prior to applying the Stain & Water Repellent. 6 fluid ounces.

    ', '', '2315'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('71', '1', 'Atiba Mini', '

    Atiba Mini Description

    Constructed to protect and transport essential camera equipment, the Atiba is constructed with movable Velcro partitions, a dual tripod carry strap system, and fleece-lined audio pocket.

    Atiba Mini Specifications

    - Adjustable velcro partitions for camera equipment - Fleece lined audio pocket with headphone exit port - Multiple interior zippered pockets - "Shower cap" weather protection cover
    - Front organizer pocket - Large front pocket for accessories - Sternum strap - Side handles


    \"\" \"\" \"\"

    ', '', '16693'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('72', '1', 'Avenue', '

    Avenue Bone/Chocolate

    Avenue Specifications

    - Large main compartment - Suspended interior padded laptop sleeve - Fleece lined audio pocket with headphone exit port - Reverse carry system (RCS)â„¢ for skateboard
    - Dual side pockets - Organizer panel - Fits most 15" laptops - Sternum strap

    \"\"
    \"\"', '', '5126'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('151', '1', 'Hatchet', '

    Accept no imitations.

    Not only our number one seller worldwide but this board has been the benchmark for other companies to try and copy since we introduced it five years ago! Pros and bros around the globe are stoked on how tough this board is and know that the 2.5 degree Park Bevel, Twin Prog Sidecut and D4 Sandwich construction can handle any freestyle situation from urban rails to park jumps to powdery road gaps.

    D4 Sandwich Constructions provides split second response and a consistently poppy flex thanks to four layers of glass. Layer one and two run through the insert pattern from effective edge to effective edge giving you superior energy transfer and edge hold. The third layer runs edge to edge for speedy transition from toe to heel and rock solid stability, while the fourth layer runs tip to tail for a controlled and consistant flex.

    ', '', '21187'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('74', '1', 'RPG', 'RPG Static Description

    A low profile and narrow silhouette keeps this pack on your back while riding the chair or tight trees. Carries either a snowboard or a pair of skis in the diagonal position as well as the necessities for lift serviced backcountry.

    RPG Specifications

    - Diagonal board carry system - with retractable straps - Diagonal ski carry system - with retractable straps
    - Weatherproof fleece-lined audio pocket - 14" side probe pocket - Internal hydration sleeve with port - Exclusive shovel/handle pocket
    - Sternum and waist straps
    \"\"\"\"', '', '3537'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('75', '1', 'Binge', '

    Binge Midnight Description

    A great snow and street pack that has a weatherproof, paded top pocket so you can grab your vid or still cam and catch all your buddies\' booter runs quickly and safely. Added bonus; it doubles as an insulated beverage cooler. Check out the technical board carrying system with stabilizing straps-go ahead and fire up the sled.

    Binge Specifications

    - Horizontal board carry system - Dual quilted and padded front pockets - Side goggle pocket, side audio pocket - Dual water bottle/40 ouncer side pockets
    - Sternum and waist straps
    ', '', '5298'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('76', '1', 'Federale Soil', '

    Federale Description

    For the person who wants one pack that does it all; it\'s street, it\'s skate and it\'s snow. Two hide-away straps are unzipped to hold your skate or your snowboard. External organizer pocket and internal laptop sleeve make it school happy.

    Federale Specifications

    - Horizontal board carry system - Vertical skate/snow carry system - Dual side pockets for goggles, etc. - Large organizer pocket with laptop sleeve
    - Weatherproof zippered fleece-lined - audio pocket - Sternum and waist straps - Fits most 15" laptops
    ', '', '3577'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('77', '1', 'Federale Cobalt', '

    Federale Description

    For the person who wants one pack that does it all; it\'s street, it\'s skate and it\'s snow. Two hide-away straps are unzipped to hold your skate or your snowboard. External organizer pocket and internal laptop sleeve make it school happy.

    Federale Specifications

    - Horizontal board carry system - Vertical skate/snow carry system - Dual side pockets for goggles, etc. - Large organizer pocket with laptop sleeve
    - Weatherproof zippered fleece-lined - audio pocket - Sternum and waist straps - Fits most 15" laptops
    ', '', '3256'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('78', '1', 'Caddy Soil', '

    Caddy Description

    Bring your short boards for the park and your long boards for the pow. This bag has not one but two extension zippers so your board bag goes from 160cm to 170, 185 and all the way up to 195cm when you need that extra bit of room.

    Caddy Specifications

    - Fully padded wheeled board bag with expansion zippers. 165cm grows to 195cm - Carries up to 2 boards or 2 pairs of skis-plus extras - Interior compression straps - Large exterior pocket, great for shop logo
    - Durable and quiet urethane wheels - Multiple grab handles
    \"\"\"\"\"\"', '', '4566'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('79', '1', 'Caddy Cobalt', '

    Caddy Description

    Bring your short boards for the park and your long boards for the pow. This bag has not one but two extension zippers so your board bag goes from 160cm to 170, 185 and all the way up to 195cm when you need that extra bit of room.

    Caddy Specifications

    - Fully padded wheeled board bag with expansion zippers. 165cm grows to 195cm - Carries up to 2 boards or 2 pairs of skis-plus extras - Interior compression straps - Large exterior pocket, great for shop logo
    - Durable and quiet urethane wheels - Multiple grab handles
    \"\"\"\"\"\"', '', '3928'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('80', '1', 'Metro Black', '

    Metro Description

    The core of OGIO’s street pack lineup offers padded side-entry laptop sleeve, dedicated accessory storage, and a fleece-lined audio pocket. Behind its distinctive quilted half-moon pocket is additional fleece-lined storage for a mouse, power cord, and other tech gear.

    Metro Specifications

    - Back panel side entry padded laptop sleeve - Large center storage area - Power cord and mouse storage - Weatherproof fleece-lined audio pocket
    - with headphone exit port - Heavy duty reinforcements - Sternum strap - Fits most 15" laptops
    \"\"', '', '3317'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('81', '1', 'Cooper Black', '

    Cooper Description

    With aesthetically clean lines and its impressively lightweight construction, the Cooper is remarkably durable and designed to withstand day-in-day-out abuse. A double-entry pack with dual side mesh pockets, plus accessories galore.

    Cooper Specifications

    - Double entry pack - Yoke style shoulder straps - Dual side mesh pockets - Simple non-padded laptop sleeve
    - Weatherproof fleece-lined audio - pocket with headphone exit port - Organizer panel - Fits most 15" laptops
    \"\"', '', '4705'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('82', '1', 'Shifter', '

    Shifter Description

    Forget any notions you’ve ever had about backpacks. The Shifter takes girls packs in an entirely new direction with all computer and storage necessities such as a padded laptop compartment and quick-stash cell phone pocket, but throws in what a girl wants: quick-stash lipstick shoulder strap pocket; jewelry, makeup and “no-boys-allowed” personal necessities storage; and a fleece-lined sunglass pocket.

    Shifter Specifications

    - Interior rear back panel laptop compartment - Quick stash cell phone and keys pocket - Fold-out water bottle pockets - Fleece-lined sunglasses pocket
    - Quick stash lipstick Shoulder strap pocket - Jewelry / makeup / no-boys-allowed pockets - Fits most 15" laptops  

    \"\"\"\"', '', '2871'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('83', '1', 'Godfather-Koston Heringbone Plaid', '

    Godfather - Koston Description

    Constructed to haul a skateboard with oversized carry straps, and offers dual side zippered pockets plus dual side water bottle pockets, an organizer panel, a weatherproof audio pocket and accommodates most 15” laptops.

    Godfather - Koston Specifications

    - Suspended interior padded laptop sleeve - Fleece lined audio pocket with headphone exit port - Reverse carry system (RCS)â„¢ for skateboard - Large main compartment
    - Dual side pockets - Deluxe organizer panel - Fits most 15" laptops - Sternum strap
    \"\"\"\"\"\"', '', '3087'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('150', '1', 'Discharger', '

    Bringing freestyle trickery anywhere and everywhere on the hill.

    Want something with the same design philosophy as the Vantage but with more of a freestyle feel? Meet the Discharger. The 2.5 Degree Park Bevel gets you through the entry stage and when that\'s over it also reduces catching an edge spinning and riding rails which reduces scorpions, which reduces chipped teeth which reduces time not shredding. All this will have you lapping the park in no time.

    2.5 Degree Park Bevel minimizes hang ups on rails, frontside or backside and lets you ride away from those not quite so clean spins.

     

    ', '', '7316'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('91', '1', 'Encore Black/Gum', 'The third time\'s a charm. After two amazing seasons the Vans Encore Snowboard Boot returns even better than before. The Series 30 BOA dial combined with Vans\' own custom BOA components assure a fit you never thought possible. Add an internal web harness for extra support and heel hold down, the Pro-Flex Snowaffle Air Sole for traction and responsiveness, and you\'ve got yourself a boot that commands respect.

    Key Features of the Vans Encore Snowboard Boots:
  • Vans Pro-Flex Snowwaffle Air outsole with molded PU and 3/4 wrap stabilizing heelcup - Gradually decreasing stiffness from heel to toe, for maximum turning response without sacrificing flex & feel at the toe. PU midsole for maximum durability & impact absorption
  • Classic Vans BOA closure system w/ series 30 dial
  • Trifit center tongue Vans thermal liner - Dual density EVA core, open cell foam interior cushioning layer, wicking interior liner, heel holding Achilles pads, comfort toe flex box
  • Vintage EVA footbed - Antimicrobial liner, anatomically placed dual density impact relief pads, integrated 4-arch support design, V-tech hi rebound EVA
  • Internal web harness
  • All synthetic leather and textile upper w/ forefoot cable protection

  • \"\"
    \"\"
    \"\"
    \"\"', '', '2914'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('92', '1', 'Kass Apres Shred Slipper Black', '\"\"', '', '216'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('93', '1', 'Encore White/Aqua', '

    Technical Features:

    Material: Synthetic leather, textile
    Lacing System: Boa series 30
    Removable Liner: Yes, Trifit center-tongue
    Recommended Use: All-mountain freestyle snowboarders
    Warranty: 1 Year

    Description:

    The Vans Women\'s Encore Snowboard Boot returns, upgraded for another brilliant season. This medium-soft, Boa-equipped freestyle boot has enough versatility to spend the morning dropping cliffs at the Bird and the afternoon riding rails in the park. This year\'s Boa system features the series-30 reel and dial, increased corrosion resistance and more durable setscrews. The Checker B EVA footbeds provide antimicrobial protection, arch support, and high-rebound EVA padding. Vans\' Pro-Flex Snowaffle Air Outsole maximizes traction and turning response without inhibiting flex and feel at the toe. The molded PU midsoles provide the highest level of impact absorption and durability, while a ¾-wrap heel cradle stabilizes the foot for increased torsional rigidity. This boot\'s internal web harness adds an additional level of support. Say good-bye to heel twist and boot slop, say hello to on-demand response. Durable synthetic-leather and textile uppers with forefoot cable protection guarantee seasons of high-caliber riding in the Encore. All that and a sick price to boot.

    \"\"

    ', '', '12132'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('95', '1', 'Encore Black/Pink', '

    Technical Features:

    Material: Synthetic leather, textile
    Lacing System: Boa series 30
    Removable Liner: Yes, Trifit center-tongue
    Recommended Use: All-mountain freestyle snowboarders
    Warranty: 1 Year

    Description:

    The Vans Women\'s Encore Snowboard Boot returns, upgraded for another brilliant season. This medium-soft, Boa-equipped freestyle boot has enough versatility to spend the morning dropping cliffs at the Bird and the afternoon riding rails in the park. This year\'s Boa system features the series-30 reel and dial, increased corrosion resistance and more durable setscrews. The Checker B EVA footbeds provide antimicrobial protection, arch support, and high-rebound EVA padding. Vans\' Pro-Flex Snowaffle Air Outsole maximizes traction and turning response without inhibiting flex and feel at the toe. The molded PU midsoles provide the highest level of impact absorption and durability, while a ¾-wrap heel cradle stabilizes the foot for increased torsional rigidity. This boot\'s internal web harness adds an additional level of support. Say good-bye to heel twist and boot slop, say hello to on-demand response. Durable synthetic-leather and textile uppers with forefoot cable protection guarantee seasons of high-caliber riding in the Encore. All that and a sick price to boot.

    \"\"

    ', '', '4035'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('99', '1', 'Fargo White/Camo', 'Fargo
     
    We\'ve done it again. Take a few turns in the 06-07. Fargo and you\'ll know why Vans continues to be the leader in high end performance BOA boots. Custom BOA componentry, an updated Vans Quadfit thermal liner, and the NEW Vans Flight Core Air Snowaffle Sole round out this legendary feature loaded masterpiece.

    FEATURES
    \"\"', '', '4086'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('96', '1', 'Encore Foxy Brown', '

    Technical Features:

    Material: Synthetic leather, textile
    Lacing System: Boa series 30
    Removable Liner: Yes, Trifit center-tongue
    Recommended Use: All-mountain freestyle snowboarders
    Warranty: 1 Year

    Description:

    The Vans Women\'s Encore Snowboard Boot returns, upgraded for another brilliant season. This medium-soft, Boa-equipped freestyle boot has enough versatility to spend the morning dropping cliffs at the Bird and the afternoon riding rails in the park. This year\'s Boa system features the series-30 reel and dial, increased corrosion resistance and more durable setscrews. The Checker B EVA footbeds provide antimicrobial protection, arch support, and high-rebound EVA padding. Vans\' Pro-Flex Snowaffle Air Outsole maximizes traction and turning response without inhibiting flex and feel at the toe. The molded PU midsoles provide the highest level of impact absorption and durability, while a ¾-wrap heel cradle stabilizes the foot for increased torsional rigidity. This boot\'s internal web harness adds an additional level of support. Say good-bye to heel twist and boot slop, say hello to on-demand response. Durable synthetic-leather and textile uppers with forefoot cable protection guarantee seasons of high-caliber riding in the Encore. All that and a sick price to boot.

    \"\"

    ', '', '4210'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('97', '1', 'Encore Timber', 'The third time\'s a charm. After two amazing seasons the Vans Encore Snowboard Boot returns even better than before. The Series 30 BOA dial combined with Vans\' own custom BOA components assure a fit you never thought possible. Add an internal web harness for extra support and heel hold down, the Pro-Flex Snowaffle Air Sole for traction and responsiveness, and you\'ve got yourself a boot that commands respect.

    Key Features of the Vans Encore Snowboard Boots:
  • Vans Pro-Flex Snowwaffle Air outsole with molded PU and 3/4 wrap stabilizing heelcup - Gradually decreasing stiffness from heel to toe, for maximum turning response without sacrificing flex & feel at the toe. PU midsole for maximum durability & impact absorption
  • Classic Vans BOA closure system w/ series 30 dial
  • Trifit center tongue Vans thermal liner - Dual density EVA core, open cell foam interior cushioning layer, wicking interior liner, heel holding Achilles pads, comfort toe flex box
  • Vintage EVA footbed - Antimicrobial liner, anatomically placed dual density impact relief pads, integrated 4-arch support design, V-tech hi rebound EVA
  • Internal web harness
  • All synthetic leather and textile upper w/ forefoot cable protection

  • \"\"', '', '5287'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('98', '1', 'Danny Kass IV White Checker', 'The Kassenator, Kasserella, The Kassman, Kasserooni, Count Kassulla...call him whatever you want. We call him one of the best, most innovative and creative snowboarders in the world. For his fourth signature boot, Danny worked with our designers to really capture his vision of what a snowboard boot should be. Critical zone lacing with an oversized cuff strap, new snap adjustable toe strap, ankle instep panels for added heel support and hold, and gel sandwiched air bags in the sole are just a few of the features which set this boot apart form the masses.

    Key Features of the Vans Danny Kass IV Snowboard Boots:
  • Vans V-Tread Air Snowwaffle outsole w/ compression molded EVA midsole, PU heel block w/ dual gel/air dampening in heel and gel cassette in forefoot, nylon arch support heel cradle
  • New signature DK center tongue thermal liner w/ elastic closure
  • Dual toe and cuff power straps w/ critical zone lacing
  • AB internal support harness
  • DK signature TPR footbed - Antimicrobial footbed liner w/ anatomically placed dual density impact relief pads, integrated 4-arch support design, & overmolded TPR support cage
  • All synthetic leather and textile upper
  • Equipped with RECCO Rescue Reflectors - Utilizes advanced frequency radar technology to make the quick location of an avalanche victim possible
  • \"\"
    ', '', '4287'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('100', '1', 'Encore Rootbeer', 'The third time\'s a charm. After two amazing seasons the Vans Encore Snowboard Boot returns even better than before. The Series 30 BOA dial combined with Vans\' own custom BOA components assure a fit you never thought possible. Add an internal web harness for extra support and heel hold down, the Pro-Flex Snowaffle Air Sole for traction and responsiveness, and you\'ve got yourself a boot that commands respect.

    Key Features of the Vans Encore Snowboard Boots:
  • Vans Pro-Flex Snowwaffle Air outsole with molded PU and 3/4 wrap stabilizing heelcup - Gradually decreasing stiffness from heel to toe, for maximum turning response without sacrificing flex & feel at the toe. PU midsole for maximum durability & impact absorption
  • Classic Vans BOA closure system w/ series 30 dial
  • Trifit center tongue Vans thermal liner - Dual density EVA core, open cell foam interior cushioning layer, wicking interior liner, heel holding Achilles pads, comfort toe flex box
  • Vintage EVA footbed - Antimicrobial liner, anatomically placed dual density impact relief pads, integrated 4-arch support design, V-tech hi rebound EVA
  • Internal web harness
  • All synthetic leather and textile upper w/ forefoot cable protection
  • ', '', '3771'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('101', '1', 'Fargo Focus White/Camo', 'Fargo Focus
     
    NEW for the 06-07 season. Vans Snow is proud to introduce the Fargo Focus - the first ever BOA boot to feature zonal specific tightening. With two low profile dials, the Focus system will allow you to tweak your boot on the fly to meet your exact specifications.

    FEATURES
    \"\"', '', '4796'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('103', '1', 'Vans Mantra Navy/White', 'Mantra
     The Mantra returns with that classic Vans skate styling that everyone knows and loves. Superb out-of-the-box comfort, a forgiving flex, and an unbeatable price make the Mantra the boot of choice for any rider ready to perform.

    FEATURES
    \"\"', '', '3824'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('116', '1', 'Ruler Jacket', '', '', '22597'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('125', '1', 'Vital Hoody Sweatshirt', '', '', '12431'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('126', '1', 'Distressed Bug Cotton Crew', '', '', '3914'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('127', '1', 'Grungy Swirl Cotton Crew', '', '', '3827'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('128', '1', 'Core Sweater', '', '', '3955'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('129', '1', 'Core Sweater', '', '', '3996'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('130', '1', 'First Place Dry W.E.B. Midweight T-neck', '', '', '3778'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('131', '1', 'Checkpoint Dry W.E.B. Midweight T-neck', '', '', '3673'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('132', '1', 'Flow Cotton / Poly T-neck', '', '', '3919'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('133', '1', 'Bug Cotton / Poly T-neck', '', '', '3883'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('134', '1', 'Ambush Hoody Sweatshirt', '
    Features:
    Material:
    ', '', '5636'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('135', '1', 'Adrenaline Dry W.E.B. Crew', '', '', '3936'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('136', '1', 'Milly Dry W.E.B. Midweight T-neck', '', '', '3784'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('137', '1', 'Corp Cotton Crew', '', '', '3849'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('141', '1', 'Leader Jacket', '', '', '4135'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('142', '1', 'Diagonal Web Cotton T-neck', '', '', '3877'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('143', '1', 'Cobweb Cotton T-neck', '', '', '3577'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('144', '1', 'Action Pant', '', '', '4262'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('145', '1', 'Tasman Chestnut Men\'s', '

    Men\'s Tasman-5950

    The men’s Tasman is so much more than just a slipper. The upper is durable and flexible suede fully lined in plush sheepskin and cuffed with a woven braid for a little extra something. The beach inspired Tasman is built on the Classic outsole, designed for use as a slipper or a shoe.

     

    ', '', '2389'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('156', '1', 'Cove Black', '

    5178 Women\'s Cove

     With a shorter height, the Cove by UGG® Australia is the perfect casual boot to add to your footwear collection. Featuring rich leathers and suedes lined in quality sheepskin and a wrapped lace detail. The outsole is composed of a molded rubber with a ribbed traction pattern that is perfect for wear all season. Finished with a surf inspired trim around the heel, the Cove is a great bootie for a fun, stylish look that is functional and extra comfortable.

    ', '', '4665'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('157', '1', 'Shoreham', '

     

    5380 Women\'s Shoreham

     A great casual clog, the Shoreham features rich waterproof leathers lined with genuine sheepskin atop a molded rubber outsole. Packaged with interchangeable insoles, one sheepskin and one leather, this style allows for a personalized UGG® experience.

     

    ', '', '6273'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('158', '1', 'Wired Men\'s', '

    Wired

    The BoaTM technology makes lacing your boots effortless. Just turn the dial and customize your fit to the preferred feel.

    LINER:

    TF 0 - 360° power strap

    Construction and Materials: TF0 Liner, with Stroble construction simplicity perfectly locked into our N.C.S. System. Heat moldable Fit: Thermo-Fit Foam with target fit zones that can be catalyzed with heat to fit any foot. Power Strap: One hand internal pull and lock system. Web System: Elastic band for easy tightening. Easy Flex Window: Strategically placed supportive foam that gives enough freedom and support and avoids calf bite. Heel Pocket: SD Anatomical Heel Pocket uses dual density foam to lock heel down. Footbeds: S2 N Boot / S3 Five

    SOLE:
    QUATRO SOLE

    Rubber-eva This sole is constructed of real rubber for maximum hold on slippery surfaces. The Quatro sole allows you to easily hike in all four directions without having to worry about losing your foot hold.

    HEEL RETENTION SYSTEM:
    360° HEEL HOLD SYSTEM

    A complete wrap of the ankle… anchored to the heel of the boot laces run through a brass or nylon loop to wrap around the heel to lock the ankle in place.

    \"\"

    ', '', '4567'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('188', '1', 'Classic Tall Fancy BJC Wmn\'s', '

    Classic Tall Fancy

    The women\'s Classic Tall Fancy comes in two styles: the bomber jacket chocolate with genuine leather and the chestnut logo with the Classic UGG® logo printed on twin-face sheepskin. Both styles feature 100% sheepskin lining and can be worn all the way up or cuffed down providing a different look. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    ', '', '13106'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('189', '1', 'Classic Tall Chocolate Wmn\'s', '

    Classic Tall Women\'s

    UGG® Australia\'s Classic Tall boot is one of our brand’s heritage styles. The Classic Tall boot features genuine twin-face sheepskin for refreshing comfort. It’s one of our tallest boots and looks great all the way up or cuffed down. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    ', '', '11326'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('185', '1', 'Bailey Button Black Wmn\'s', '

    Ugg Bailey Button

    The women\'s Bailey Button is a calf-height boot made from genuine twin-face sheepskin. This traditional style is updated with a wooden UGG® logo button and elastic band closure. The Bailey Button can be worn up or cuffed down for variety in your style. All boots in our Classic collection feature a soft foam insole covered with genuine sheepskin and have a light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    ', '', '801'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('186', '1', 'Bailey Button Chestnut Wmn\'s', '

    Ugg Bailey Button

    The women\'s Bailey Button is a calf-height boot made from genuine twin-face sheepskin. This traditional style is updated with a wooden UGG® logo button and elastic band closure. The Bailey Button can be worn up or cuffed down for variety in your style. All boots in our Classic collection feature a soft foam insole covered with genuine sheepskin and have a light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    ', '', '792'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('187', '1', 'Bailey Button Grey Wmn\'s', '

    Ugg Bailey Button

    The women\'s Bailey Button is a calf-height boot made from genuine twin-face sheepskin. This traditional style is updated with a wooden UGG® logo button and elastic band closure. The Bailey Button can be worn up or cuffed down for variety in your style. All boots in our Classic collection feature a soft foam insole covered with genuine sheepskin and have a light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are in-between sizes, we recommend ordering a half down.

    ', '', '807'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('161', '1', 'CLassic Tall Chestnut', '

     5815 Classic Tall Chestnut

    UGG® Australia\'s Classic Tall boot for women features lavish twin-faced sheepskin for the utmost comfort. Precision craftsmanship is evident in the Classic Tall\'s reinforced heel and raw seams. Wrapped in a taller upper for supreme comfort, it can be worn folded down for a different look and accent. 

    We recommend treating this product with ourUGG® Care Kit to maintain the health and luster of the twin-faced sheepskin. 

     

    ', '', '9647'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('162', '1', 'Tasman Chestnut', '

     5955 Women\' Tasman

    The women’s Tasman is so much more than just a slipper. It’s composed of rich suedes fully lined in luxurious sheepskin and our heritage Tasman woven braid at the collar. Built on the Classic outsole, the Tasman is designed for use indoors and outdoors as a slipper or a shoe.

     

     

    ', '', '9775'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('168', '1', 'Tasman Chocolate', '

     5955 Women\' Tasman Chocolate

    The women’s Tasman is so much more than just a slipper. It’s composed of rich suedes fully lined in luxurious sheepskin and our heritage Tasman woven braid at the collar. Built on the Classic outsole, the Tasman is designed for use indoors and outdoors as a slipper or a shoe.

     

     

    ', '', '9922'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('163', '1', 'Classic Tall Chestnut', '

     5229 Kid\'s Classic Tall Chestnut

    Made with genuine twin-faced sheepskin, the popular Classic Tall is now available in kid’s sizes. The EVA outsole is light weight and durable for long term wear. 

    We recommend treating this product with ourUGG® Care Kit to maintain the health and luster of the twin-faced sheepskin. 

     

    ', '', '10572'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('164', '1', 'Kid\'s Crochet', '

     5232 Kid\'s Crochet Chestnut / Sand

    The Kid’s Crochet is a great boot available in adorable heathered colors. These boots will surely become your kids’ favorite shoes. The lightweight EVA outsole and sheepskin insole provides extra comfort for all day wear.

     

    ', '', '10808'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('165', '1', 'Kid\'s Cardy', '

    5649 Kid\'s Cardy Dusty Rose

    Introducing the Classic Cardy, available with colorful knit uppers (composed of a wool blend) and a sheepskin sock liner for extra comfort. A light and flexible outsole along with a suede heel guard provides durable wear all season long. The Classic Cardy is detailed with three oversized wood buttons, allowing to be styled up and buttoned, slouched and slightly unbuttoned, or completely cuffed.

     

  • Wool blend knit uppers with suede heel guards
  • Insole features a genuine sheepskin sockliner that naturally wicks away moisture and keeps feet dry
  • Light and flexible molded EVA outsole
  • This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are between sizes, we recommend ordering a full size and a half smaller.
  • By UGG® Australia; Imported.
  •  

     

    ', '', '9950'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('166', '1', 'Kid\'s Tasman', '

     5252 Kid\'s Tasman Chocolate

    The Kid’s Tasman is so much more than just a slipper. Fully lined in plush, luxurious sheepskin and cuffed with a woven braid for a little extra something. The upper is made of durable, yet flexible, suede and sheepskin for added functionality. The kid’s Tasman is built on the Classic outsole, designed for use as a slipper or a shoe. 

    We recommend treating this product with ourUGG® Care Kit to maintain the health and luster of the twin-faced sheepskin. 

     

     

     

     

     

    ', '', '10046'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('167', '1', 'Domain Men\\\'s Black', '

    K2 Domain Men\'s Black Snowboard Boots.

    The Domain-Conquer Everything in Your Path.

    Built for those riders ready to put their skills to the test anywhere on the mountain, the Domain is built with progression in mind.

    Liner: Comfort-Foam 3D Intuition

    Sole: Low-Pro Cupsole with EVA cushion.

    Call or e-mail for availability!!

    856-767-8110

    e-mail@freestyleskishop.com

    ', '', '11832'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('169', '1', 'Tasmina Chocolate Wmn\'s', '

    Introducing UGG® Australia’s version of a beach flip flop. The Tasmina features our heritage Tasman braid webbing and suede uppers lined with short, curly sheepskin making these spring thongs ultra comfortable. The new sun logo is embossed on a suede footbed, as well as showcased on the extremely lightweight EVA outsole. Fun colors pops in the midsole wedge match back to the uppers for a special added touch.

    Tasmina-1647

    Product Details
     

  • Suede uppers lined in short, curly fleece featuring our signature Tasman braid webbing.
  • Logo-embossed, washable suede insole.
  • Cork-infused clear rubber outsoles with ribbed traction pattern.
  • Available in whole sizes only. If between sizes, order a ½ size up.
  • By UGG® Australia; Imported.

  • Ugg Sizing Chart

     

    ', '', '14965'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('183', '1', 'Classic Cardy Grey Wmn\'s', '

    Women\'s Classic Cardy

    The Classic Cardy is a heathered merino wool blend boot made to look like your favorite sweater. Three wooden buttons etched with the signature UGG® logo allow this boot to be one of our most versatile and refreshing styles. Slouch the boot down, cuff it over or wear it all the way up for varied style. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are between sizes, we recommend ordering a ½ size down.

    ', '', '808'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('184', '1', 'Classic Cardy Black Wmn\'s', '

    Women\'s Classic Cardy

    The Classic Cardy is a heathered merino wool blend boot made to look like your favorite sweater. Three wooden buttons etched with the signature UGG® logo allow this boot to be one of our most versatile and refreshing styles. Slouch the boot down, cuff it over or wear it all the way up for varied style. All boots in our Classic Collection feature a soft foam insole covered with genuine sheepskin and have a molded EVA light and flexible outsole designed for amazing comfort with every step.

    This style tends to run a size large. We recommend ordering a size smaller from your typical shoe size. If you are between sizes, we recommend ordering a ½ size down.

    ', '', '798'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('176', '1', 'Men\'s Leader Jkt-Red', '

    Unless you\'re the lead sled dog, the view never changes. Keep ahead of the pack with the updated performance package in this season\'s Leader jacket. Warm Thinsulate™ Insulation offers a thermal barrier in a lightweight, thin profile, while Dermizax™ delivers waterproof protection.

    \"Features\"

    \"Materials\"

    ', '', '2980'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('177', '1', 'Men\'s Leader Jkt-Acid', '

    Unless you\'re the lead sled dog, the view never changes. Keep ahead of the pack with the updated performance package in this season\'s Leader jacket. Warm Thinsulate™ Insulation offers a thermal barrier in a lightweight, thin profile, while Dermizax™ delivers waterproof protection.

    \"Features\"

    \"Materials\"

    ', '', '16772'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('178', '1', 'Men\'s Leader Jkt-Alpine', '

    Unless you\'re the lead sled dog, the view never changes. Keep ahead of the pack with the updated performance package in this season\'s Leader jacket. Warm Thinsulate™ Insulation offers a thermal barrier in a lightweight, thin profile, while Dermizax™ delivers waterproof protection.

    \"Features\"

    \"Materials\"

    ', '', '2993'); INSERT INTO `products_description`(`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES ('179', '1', 'Men\'s Rival Jkt-Cumin', '

    Considering its waterproof, breathable materials and thin-profile Thinsulate™ Insulation, this jacket has no rival equal in performance and nouveau-alpine styling. When converted to a vest, armhole wind cuffs snugly surround your arm to prevent cold wind and snow from entering the jacket\'s core. It\'s good to be king.

     

    \"Features\"

    \"Materials\"

    ', '', '2847'); DROP TABLE IF EXISTS `products_discountplus`; CREATE TABLE `products_discountplus` ( `products_id` int(11) NOT NULL DEFAULT '0', `quantity` int(11) NOT NULL DEFAULT '0', `value` decimal(15,4) NOT NULL DEFAULT '0.0000', `valuetyp` enum('percent','price','endprice') NOT NULL DEFAULT 'percent', KEY `products_id` (`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `products_groups`; CREATE TABLE `products_groups` ( `customers_group_id` int(11) NOT NULL DEFAULT '0', `customers_group_price` decimal(15,4) NOT NULL DEFAULT '0.0000', `products_id` int(11) NOT NULL DEFAULT '0', `products_price` decimal(15,4) NOT NULL DEFAULT '0.0000' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '24.5000', '67', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '602.5000', '66', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '154.0000', '64', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '144.0000', '63', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '154.0000', '62', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '144.0000', '61', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '631.5000', '59', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '50.0000', '155', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '55.0000', '57', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '602.5000', '54', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '316.0000', '53', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '22.5000', '22', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '45.0000', '69', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '4.0000', '70', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '20.0000', '71', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '25.0000', '72', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '175.0000', '151', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '35.0000', '74', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '25.0000', '75', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '25.0000', '76', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '25.0000', '77', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '50.0000', '78', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '50.0000', '79', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '30.0000', '80', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '35.0000', '81', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '30.0000', '82', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '30.0000', '83', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '75.0000', '156', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '95.0000', '91', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '29.9900', '92', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '95.0000', '93', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '95.0000', '97', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '60.0000', '157', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '108.0000', '158', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '100.0000', '188', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '70.0000', '35', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '70.0000', '37', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '70.0000', '183', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '80.0000', '49', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '80.0000', '161', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '42.5000', '162', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '50.0000', '40', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '45.0000', '39', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '60.0000', '163', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '45.0000', '164', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '50.0000', '165', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '27.5000', '166', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '84.0000', '167', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '27.5000', '169', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '70.0000', '184', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '75.0000', '185', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '75.0000', '187', '0.0000'); INSERT INTO `products_groups`(`customers_group_id`, `customers_group_price`, `products_id`, `products_price`) VALUES ('1', '75.0000', '189', '0.0000'); DROP TABLE IF EXISTS `products_notifications`; CREATE TABLE `products_notifications` ( `products_id` int(11) NOT NULL DEFAULT '0', `customers_id` int(11) NOT NULL DEFAULT '0', `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`products_id`,`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `products_options`; CREATE TABLE `products_options` ( `products_options_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '1', `products_options_name` varchar(32) NOT NULL DEFAULT '', `products_options_track_stock` tinyint(4) 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(32) DEFAULT NULL, PRIMARY KEY (`products_options_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `products_options`(`products_options_id`, `language_id`, `products_options_name`, `products_options_track_stock`, `products_options_type`, `products_options_length`, `products_options_comment`) VALUES ('1', '1', '', '0', '0', '32', ''); DROP TABLE IF EXISTS `products_options_values`; CREATE TABLE `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(64) NOT NULL DEFAULT '', PRIMARY KEY (`products_options_values_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('1', '1', 'Fleece Fabric'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('2', '1', '4 way Stretch (Fleece Lined)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('3', '1', 'Black Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('4', '1', 'Red Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('5', '1', 'Pink Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('6', '1', 'Light Blue Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('7', '1', 'Cobalt Blue Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('8', '1', 'Black Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('9', '1', 'Frame Color: Smoke'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('10', '1', 'Frame Color: Sky Blue'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('11', '1', 'Frame Color: Carbon'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('12', '1', 'Blue Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('13', '1', 'Red Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('14', '1', 'Green Color'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('15', '1', 'Size: 70cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('16', '1', 'Size: 80cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('17', '1', 'Men\'s Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('18', '1', '71/2'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('19', '1', '8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('20', '1', '81/2'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('21', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('22', '1', '91/2'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('23', '1', '10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('24', '1', '11'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('25', '1', '12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('26', '1', '13'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('27', '1', 'Men\'s Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('28', '1', '71/2'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('29', '1', '8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('30', '1', '81/2'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('31', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('32', '1', '91/2'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('33', '1', '10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('38', '1', 'XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('37', '1', 'XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('36', '1', 'S'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('35', '1', 'M'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('34', '1', 'L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('39', '1', 'S'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('40', '1', 'M'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('41', '1', 'L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('42', '1', 'XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('43', '1', 'XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('95', '1', 'Size: 10 (555)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('96', '1', 'Size: 12 (737045631721)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('105', '1', 'Size: 8 (889830265960)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('104', '1', 'Size: 12 (88983026504)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('103', '1', 'Size: 11 (889830265991)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('102', '1', 'Size: 10 (889830265984)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('948', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('975', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('964', '1', '7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('92', '1', 'Size: 8 (889830265949)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('763', '1', 'Size 10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('985', '1', 'Size: 11'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('986', '1', 'Size: 10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('984', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('859', '1', 'One Size'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('93', '1', 'Size: 8 (889830265014)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('87', '1', 'Size: 10 (737045526690)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('963', '1', '6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('988', '1', 'Size: 11'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('586', '1', '150 cm (xxxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('86', '1', 'Size: 8 (737045190723)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('85', '1', 'Size: 5 (737045190693)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('826', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('966', '1', 'Size: 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('306', '1', '150 cm (xxxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('305', '1', '140 cm (xxxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('351', '1', 'Cobalt'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('965', '1', '8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('94', '1', 'Size: 9 (889830265021)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('858', '1', 'One Size'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('344', '1', 'Soil'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('583', '1', '170 cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('579', '1', 'L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('340', '1', 'Midnight'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('542', '1', '168 cm (821264292754)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('563', '1', '170 cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('589', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('401', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('339', '1', 'Static'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('399', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('590', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('957', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('976', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('588', '1', 'Size l'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('341', '1', 'Soil'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('585', '1', '170 cm (xxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('297', '1', '161 cm (xxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('298', '1', '170 cm (xxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('584', '1', '168 cm (821264292990)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('300', '1', '130 cm (xxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('764', '1', 'Size 11'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('866', '1', 'Medium'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('747', '1', '6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('748', '1', '8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('696', '1', 'Size 9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('695', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('163', '1', 'Size:8 (889830311445)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('162', '1', 'Size: 7 (889830311421)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('159', '1', 'Size: 5 (889830301392)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('160', '1', 'Size: 6 (889830301408)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('161', '1', 'Size: 7 (889830301415)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('164', '1', 'Size: 5 (889830301309)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('165', '1', 'Size: 6 (889830301316)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('166', '1', 'Size: 7 (889830301323)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('552', '1', 'Size: 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('561', '1', 'Size: 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('562', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('564', '1', '177 cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('554', '1', 'Size: 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('555', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('556', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('557', '1', 'Size:6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('558', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('559', '1', 'Size: 9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('587', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('949', '1', 'Size: 9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('945', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('560', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('268', '1', '168 cm (821264294055)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('267', '1', '158 cm (821264294048)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('304', '1', '130 cm (xxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('960', '1', 'Size: 9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('952', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('205', '1', 'Size: 9 (737872992675)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('204', '1', 'Size: 7 (737872992651)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('203', '1', 'Size: 6 (737872992644)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('581', '1', '177 cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('290', '1', 'Size: 6 (xxxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('573', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('729', '1', '6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('728', '1', '5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('959', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('766', '1', 'Size 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('987', '1', 'Size: 10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('565', '1', 'Sku: 096791111209'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('991', '1', 'Extra-Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('825', '1', 'Size: 10 (056551426882)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('389', '1', '160 cm (xxxxxxxxxxxxx)'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('617', '1', '031652118713'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('350', '1', 'Cobalt'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('346', '1', 'Black'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('347', '1', 'Black'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('348', '1', 'Buttercream'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('349', '1', 'Heringbone Plaid'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('371', '1', 'L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('370', '1', 'L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('368', '1', 'L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('369', '1', 'XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('365', '1', 'XS'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('364', '1', 'M'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('366', '1', 'XS'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('367', '1', 'M'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('435', '1', 'L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('582', '1', '163 cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('578', '1', 'XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('577', '1', 'XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('397', '1', '14'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('868', '1', 'XXX-Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('568', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('567', '1', '11'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('380', '1', '6.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('381', '1', '7.0'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('400', '1', 'Size 8.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('395', '1', '10.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('398', '1', 'Size 12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('431', '1', 'Size 9.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('430', '1', 'Size 10.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('432', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('425', '1', 'Size 11.0'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('424', '1', 'Size 10.0'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('439', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('426', '1', 'Size 11.0'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('410', '1', 'Size 9.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('411', '1', 'Size 10.0'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('446', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('447', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('448', '1', 'Size M-S'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('449', '1', 'Size M-R'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('450', '1', 'Size L-S'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('451', '1', 'Size L-R'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('452', '1', 'Size XL-S'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('453', '1', 'Size XXL-S'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('594', '1', '156 cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('593', '1', '158 cm'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('591', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('457', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('458', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('599', '1', 'Wireless Forecaster'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('576', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('943', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('574', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('465', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('466', '1', 'Size M'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('467', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('468', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('469', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('470', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('471', '1', 'Size 10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('472', '1', 'Size 12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('613', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('566', '1', 'Size 12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('476', '1', 'Size 4'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('477', '1', 'Size 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('615', '1', 'Size 14'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('571', '1', 'Medium'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('570', '1', 'Size 14'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('569', '1', 'Size 12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('618', '1', 'Size: 8.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('616', '1', 'Size 12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('538', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('537', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('488', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('489', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('490', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('491', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('492', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('493', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('494', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('495', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('496', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('497', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('498', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('499', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('500', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('501', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('502', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('503', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('504', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('505', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('506', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('507', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('508', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('509', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('510', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('511', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('512', '1', 'Size XXL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('612', '1', 'Size: 10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('514', '1', 'Size 12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('515', '1', 'Size 14'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('516', '1', 'Size 12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('517', '1', 'Size 14'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('518', '1', 'Size 16'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('765', '1', 'Size 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('614', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('522', '1', 'One Size'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('523', '1', 'One Size'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('524', '1', 'One Size'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('525', '1', 'Size 18'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('526', '1', 'Size 20'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('533', '1', 'Size M'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('532', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('529', '1', 'Size M'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('530', '1', 'Size L'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('531', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('534', '1', 'Size XL'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('535', '1', 'Size 18'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('536', '1', 'Size 20'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('768', '1', 'Size 9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('767', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('833', '1', 'Size 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('834', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('864', '1', 'Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('882', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('883', '1', 'Size 9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('881', '1', 'Size 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('860', '1', 'Small'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('861', '1', 'Medium'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('969', '1', 'Size 9.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('968', '1', 'Size 10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('822', '1', '7.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('821', '1', '11.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('820', '1', '10.5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('694', '1', 'Size 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('693', '1', 'Size 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('692', '1', 'Size 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('867', '1', 'Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('865', '1', 'Small'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('862', '1', 'Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('863', '1', 'Extra-Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('752', '1', 'Size 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('751', '1', 'Size 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('750', '1', 'Size 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('749', '1', 'Size 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('939', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('947', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('946', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('944', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('958', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('951', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('950', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('956', '1', 'Size: 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('955', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('954', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('953', '1', 'Size: 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('719', '1', '5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('720', '1', '6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('721', '1', '7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('722', '1', '8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('723', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('724', '1', '10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('942', '1', 'Size: 8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('730', '1', '7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('731', '1', '8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('732', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('973', '1', '11'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('972', '1', '9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('971', '1', '7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('961', '1', '7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('854', '1', 'Size: 9'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('853', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('978', '1', 'Size: 7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('977', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('970', '1', '6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('983', '1', '8'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('982', '1', '7'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('981', '1', '12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('980', '1', '11'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('979', '1', '10'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('990', '1', '13'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('989', '1', '12'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('992', '1', 'Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('824', '1', 'Call Store for available sizes.'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('823', '1', 'Not available through web site.'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('871', '1', 'Small'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('872', '1', 'Medium'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('873', '1', 'Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('874', '1', 'Small'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('875', '1', 'Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('876', '1', 'Extra-Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('877', '1', 'Medium'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('878', '1', 'Small'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('879', '1', 'Medium'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('880', '1', 'Large'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('940', '1', 'Size: 5'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('941', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('962', '1', 'Size: 6'); INSERT INTO `products_options_values`(`products_options_values_id`, `language_id`, `products_options_values_name`) VALUES ('967', '1', 'Size: 6'); DROP TABLE IF EXISTS `products_options_values_to_products_options`; CREATE TABLE `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`) ) ENGINE=MyISAM AUTO_INCREMENT=1140 DEFAULT CHARSET=latin1; INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1', '1', '1'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('2', '1', '2'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('3', '1', '3'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('4', '1', '4'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('5', '1', '5'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('6', '1', '6'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('7', '1', '7'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('8', '1', '8'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('9', '1', '9'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('10', '1', '10'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('11', '1', '11'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('12', '1', '12'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('13', '1', '13'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('14', '1', '14'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('15', '1', '15'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('16', '1', '16'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('17', '1', '17'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('18', '1', '18'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('19', '1', '19'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('20', '1', '20'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('21', '1', '21'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('22', '1', '22'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('23', '1', '23'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('24', '1', '24'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('25', '1', '25'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('26', '1', '26'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('27', '1', '27'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('28', '1', '28'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('29', '1', '29'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('30', '1', '30'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('31', '1', '31'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('32', '1', '32'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('33', '1', '33'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('48', '1', '38'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('47', '1', '37'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('46', '1', '36'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('45', '1', '35'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('44', '1', '34'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('49', '1', '39'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('50', '1', '40'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('51', '1', '41'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('52', '1', '42'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('53', '1', '43'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('114', '1', '96'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('113', '1', '95'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('123', '1', '105'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('122', '1', '104'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('121', '1', '103'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('120', '1', '102'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1111', '1', '964'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1095', '1', '948'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1112', '1', '965'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('110', '1', '92'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('460', '1', '371'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1132', '1', '985'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1133', '1', '986'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1131', '1', '984'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('975', '1', '858'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('111', '1', '93'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('112', '1', '94'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('105', '1', '87'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1110', '1', '963'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1096', '1', '949'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('688', '1', '586'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('104', '1', '86'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('103', '1', '85'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('942', '1', '826'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1113', '1', '966'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('380', '1', '306'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('379', '1', '305'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('432', '1', '351'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('989', '1', '868'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('425', '1', '344'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1134', '1', '987'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1135', '1', '988'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('634', '1', '542'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('490', '1', '400'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1092', '1', '945'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('489', '1', '399'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('418', '1', '339'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('657', '1', '563'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('690', '1', '588'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('680', '1', '579'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('646', '1', '552'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1090', '1', '943'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('683', '1', '581'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('420', '1', '341'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('687', '1', '585'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('368', '1', '297'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('370', '1', '298'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('686', '1', '584'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('373', '1', '300'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('458', '1', '370'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('855', '1', '748'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('854', '1', '747'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('689', '1', '587'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('801', '1', '696'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('800', '1', '695'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('201', '1', '163'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('200', '1', '162'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('197', '1', '159'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('198', '1', '160'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('199', '1', '161'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('202', '1', '164'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('203', '1', '165'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('204', '1', '166'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('654', '1', '560'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('655', '1', '561'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('656', '1', '562'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('648', '1', '554'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('649', '1', '555'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('650', '1', '556'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('651', '1', '557'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('652', '1', '558'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('653', '1', '559'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('691', '1', '589'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('491', '1', '401'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('419', '1', '340'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('335', '1', '268'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('378', '1', '304'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1099', '1', '952'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('243', '1', '205'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('242', '1', '204'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('241', '1', '203'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('334', '1', '267'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('357', '1', '290'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('672', '1', '573'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('834', '1', '729'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('833', '1', '728'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1106', '1', '959'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1104', '1', '957'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('658', '1', '564'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('659', '1', '565'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('992', '1', '871'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('941', '1', '825'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1139', '1', '992'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('479', '1', '389'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('719', '1', '617'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('431', '1', '350'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('427', '1', '346'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('428', '1', '347'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('429', '1', '348'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('430', '1', '349'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('455', '1', '368'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('456', '1', '369'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('452', '1', '365'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('451', '1', '364'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('453', '1', '366'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('454', '1', '367'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('527', '1', '435'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('701', '1', '599'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('677', '1', '578'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('676', '1', '577'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('487', '1', '397'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1123', '1', '976'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('662', '1', '568'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('661', '1', '567'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('470', '1', '380'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('471', '1', '381'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('485', '1', '395'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('488', '1', '398'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('523', '1', '431'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('522', '1', '430'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('524', '1', '432'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('515', '1', '425'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('514', '1', '424'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('531', '1', '439'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('516', '1', '426'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('500', '1', '410'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('501', '1', '411'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1122', '1', '975'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('692', '1', '590'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('538', '1', '446'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('539', '1', '447'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('540', '1', '448'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('541', '1', '449'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('542', '1', '450'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('543', '1', '451'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('544', '1', '452'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('545', '1', '453'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('696', '1', '594'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('695', '1', '593'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('693', '1', '591'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('549', '1', '457'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('550', '1', '458'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('685', '1', '583'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('684', '1', '582'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('675', '1', '576'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('673', '1', '574'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('557', '1', '465'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('558', '1', '466'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('559', '1', '467'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('560', '1', '468'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('561', '1', '469'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('562', '1', '470'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('563', '1', '471'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('564', '1', '472'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('715', '1', '613'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1138', '1', '991'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('660', '1', '566'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('568', '1', '476'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('569', '1', '477'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('872', '1', '765'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('717', '1', '615'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('670', '1', '571'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('668', '1', '570'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('667', '1', '569'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('720', '1', '618'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('718', '1', '616'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('871', '1', '764'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('630', '1', '538'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('629', '1', '537'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('580', '1', '488'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('581', '1', '489'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('582', '1', '490'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('583', '1', '491'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('584', '1', '492'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('585', '1', '493'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('586', '1', '494'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('587', '1', '495'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('588', '1', '496'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('589', '1', '497'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('590', '1', '498'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('591', '1', '499'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('592', '1', '500'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('593', '1', '501'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('594', '1', '502'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('595', '1', '503'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('596', '1', '504'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('597', '1', '505'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('598', '1', '506'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('599', '1', '507'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('600', '1', '508'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('601', '1', '509'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('602', '1', '510'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('603', '1', '511'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('604', '1', '512'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('714', '1', '612'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('606', '1', '514'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('607', '1', '515'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('608', '1', '516'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('609', '1', '517'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('610', '1', '518'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('870', '1', '763'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('873', '1', '766'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('716', '1', '614'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('614', '1', '522'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('615', '1', '523'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('616', '1', '524'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('617', '1', '525'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('618', '1', '526'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('625', '1', '533'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('624', '1', '532'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('621', '1', '529'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('622', '1', '530'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('623', '1', '531'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('626', '1', '534'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('627', '1', '535'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('628', '1', '536'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('875', '1', '768'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('874', '1', '767'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('949', '1', '833'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('950', '1', '834'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('986', '1', '865'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('985', '1', '864'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('984', '1', '863'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1008', '1', '883'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('987', '1', '866'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('988', '1', '867'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1006', '1', '881'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1007', '1', '882'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('976', '1', '859'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('977', '1', '860'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('979', '1', '862'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1116', '1', '969'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('978', '1', '861'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1118', '1', '971'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1119', '1', '972'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1115', '1', '968'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('932', '1', '822'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('931', '1', '821'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('930', '1', '820'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('799', '1', '694'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('798', '1', '693'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('797', '1', '692'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('859', '1', '752'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('858', '1', '751'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('857', '1', '750'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('856', '1', '749'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1086', '1', '939'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1094', '1', '947'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1093', '1', '946'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1091', '1', '944'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1105', '1', '958'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1098', '1', '951'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1097', '1', '950'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1103', '1', '956'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1107', '1', '960'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1102', '1', '955'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1101', '1', '954'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1100', '1', '953'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('824', '1', '719'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('825', '1', '720'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('826', '1', '721'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('827', '1', '722'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('828', '1', '723'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('829', '1', '724'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1089', '1', '942'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('835', '1', '730'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('836', '1', '731'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('837', '1', '732'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1108', '1', '961'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('971', '1', '854'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('970', '1', '853'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1125', '1', '978'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1124', '1', '977'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1117', '1', '970'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1130', '1', '983'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1129', '1', '982'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1128', '1', '981'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1127', '1', '980'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1126', '1', '979'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1137', '1', '990'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1136', '1', '989'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('940', '1', '824'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('939', '1', '823'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('993', '1', '872'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('994', '1', '873'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('995', '1', '874'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('996', '1', '875'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('997', '1', '876'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('999', '1', '877'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1000', '1', '878'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1001', '1', '879'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1002', '1', '880'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1087', '1', '940'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1088', '1', '941'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1109', '1', '962'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1114', '1', '967'); INSERT INTO `products_options_values_to_products_options`(`products_options_values_to_products_options_id`, `products_options_id`, `products_options_values_id`) VALUES ('1120', '1', '973'); DROP TABLE IF EXISTS `products_stock`; CREATE TABLE `products_stock` ( `products_stock_id` int(11) NOT NULL AUTO_INCREMENT, `products_id` int(11) NOT NULL DEFAULT '0', `products_stock_attributes` varchar(255) NOT NULL DEFAULT '', `products_stock_quantity` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`products_stock_id`), UNIQUE KEY `idx_products_stock_attributes` (`products_id`,`products_stock_attributes`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `products_to_categories`; CREATE TABLE `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`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('21', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('22', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('24', '52'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('25', '52'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('26', '52'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('27', '52'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('32', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('33', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('34', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('35', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('36', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('37', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('38', '53'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('39', '53'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('40', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('49', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('53', '37'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('54', '37'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('57', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('59', '37'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('60', '37'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('61', '36'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('62', '36'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('63', '36'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('64', '36'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('66', '37'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('67', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('69', '2'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('69', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('70', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('71', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('72', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('74', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('75', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('76', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('77', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('78', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('79', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('80', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('81', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('82', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('83', '57'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('91', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('92', '52'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('93', '63'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('95', '63'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('96', '63'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('97', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('98', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('99', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('100', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('101', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('102', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('103', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('116', '69'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('125', '72'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('126', '72'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('127', '72'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('128', '72'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('129', '72'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('130', '74'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('131', '74'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('132', '74'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('133', '74'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('134', '82'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('135', '81'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('136', '81'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('137', '82'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('141', '89'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('142', '92'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('143', '92'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('144', '90'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('145', '52'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('150', '47'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('151', '47'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('155', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('156', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('157', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('158', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('161', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('162', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('163', '53'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('164', '53'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('165', '53'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('166', '53'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('167', '58'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('168', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('169', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('176', '69'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('177', '69'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('178', '69'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('179', '69'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('183', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('184', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('185', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('186', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('187', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('188', '51'); INSERT INTO `products_to_categories`(`products_id`, `categories_id`) VALUES ('189', '51'); DROP TABLE IF EXISTS `products_xsell`; CREATE TABLE `products_xsell` ( `ID` int(10) NOT NULL AUTO_INCREMENT, `products_id` int(10) unsigned NOT NULL DEFAULT '1', `xsell_id` int(10) unsigned NOT NULL DEFAULT '1', `sort_order` int(10) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('8', '86', '87', '2'); INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('6', '86', '85', '1'); INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('7', '85', '86', '1'); INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('9', '87', '86', '1'); INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('13', '149', '71', '1'); INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('12', '71', '149', '1'); INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('14', '78', '76', '1'); INSERT INTO `products_xsell`(`ID`, `products_id`, `xsell_id`, `sort_order`) VALUES ('15', '76', '78', '1'); DROP TABLE IF EXISTS `reviews`; CREATE TABLE `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) 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', PRIMARY KEY (`reviews_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `reviews_description`; CREATE TABLE `reviews_description` ( `reviews_id` int(11) NOT NULL DEFAULT '0', `languages_id` int(11) NOT NULL DEFAULT '0', `reviews_text` text NOT NULL, PRIMARY KEY (`reviews_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `sales_rep`; CREATE TABLE `sales_rep` ( `affiliate_id` int(11) NOT NULL AUTO_INCREMENT, `affiliate_gender` char(1) NOT NULL DEFAULT '', `affiliate_firstname` varchar(32) NOT NULL DEFAULT '', `affiliate_lastname` varchar(32) NOT NULL DEFAULT '', `affiliate_dob` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_email_address` varchar(96) NOT NULL DEFAULT '', `affiliate_telephone` varchar(32) NOT NULL DEFAULT '', `affiliate_fax` varchar(32) NOT NULL DEFAULT '', `affiliate_password` varchar(40) NOT NULL DEFAULT '', `affiliate_homepage` varchar(96) NOT NULL DEFAULT '', `affiliate_street_address` varchar(64) NOT NULL DEFAULT '', `affiliate_suburb` varchar(64) NOT NULL DEFAULT '', `affiliate_city` varchar(32) NOT NULL DEFAULT '', `affiliate_postcode` varchar(10) NOT NULL DEFAULT '', `affiliate_state` varchar(32) NOT NULL DEFAULT '', `affiliate_country_id` int(11) NOT NULL DEFAULT '0', `affiliate_zone_id` int(11) NOT NULL DEFAULT '0', `affiliate_agb` tinyint(4) NOT NULL DEFAULT '0', `affiliate_company` varchar(60) NOT NULL DEFAULT '', `affiliate_company_taxid` varchar(64) NOT NULL DEFAULT '', `affiliate_commission_percent` decimal(4,2) NOT NULL DEFAULT '0.00', `affiliate_payment_check` varchar(100) NOT NULL DEFAULT '', `affiliate_payment_paypal` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_name` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_branch_number` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_swift_code` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_account_name` varchar(64) NOT NULL DEFAULT '', `affiliate_payment_bank_account_number` varchar(64) NOT NULL DEFAULT '', `affiliate_date_of_last_logon` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_number_of_logons` int(11) NOT NULL DEFAULT '0', `affiliate_date_account_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_date_account_last_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `affiliate_lft` int(11) NOT NULL DEFAULT '0', `affiliate_rgt` int(11) NOT NULL DEFAULT '0', `affiliate_root` int(11) NOT NULL DEFAULT '0', `affiliate_newsletter` char(1) NOT NULL DEFAULT '1', PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `scart`; CREATE TABLE `scart` ( `scartid` int(11) NOT NULL AUTO_INCREMENT, `customers_id` int(11) NOT NULL DEFAULT '0', `dateadded` varchar(8) NOT NULL DEFAULT '', PRIMARY KEY (`scartid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; INSERT INTO `scart`(`scartid`, `customers_id`, `dateadded`) VALUES ('1', '1', '20080209'); INSERT INTO `scart`(`scartid`, `customers_id`, `dateadded`) VALUES ('2', '16', '20080304'); DROP TABLE IF EXISTS `search_queries`; CREATE TABLE `search_queries` ( `search_id` int(11) NOT NULL AUTO_INCREMENT, `search_text` tinytext, PRIMARY KEY (`search_id`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=latin1; INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('1', 'a'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('2', 'kids ugg'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('3', 'kids uggs size 5'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('4', 'ugg'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('5', 'ugg'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('6', ' Hoody Sweatshirt '); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('7', 'bravo jaket spyder'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('8', 'st.anton jacket'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('9', 'surf come'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('10', 'surfing'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('11', 'surf come'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('12', 'goggle'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('13', 'classic womens sand'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('14', 'bike'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('15', 'north face'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('16', 'Metron B5'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('17', 'north face'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('18', 'ugg'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('19', 'volkl tiger shark 168...2009'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('20', 'volkl tiger shark'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('21', 'free style equipment'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('22', 'casque'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('23', 'UGG'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('24', 'shoreham 5400'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('25', 'rentals for telamark skiing'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('26', 'ski rental'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('27', 'Ugg'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('28', 'freeski kinder'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('29', 'rossignol scratch'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('30', 'video'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('31', 'helmet'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('32', 'beanie'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('33', 'freestyle skiing equipment'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('34', 'boots for free style skiing'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('35', 'skidor'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('36', 'feestyle skiing equipment'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('37', '2010 Atomic hatchet'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('38', '2010 Atomic hatchet snowboard'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('39', 'okley'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('40', 'yaghi'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('41', 'jacket'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('42', 'cozie '); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('43', '5614'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('44', 'different styles of uggs and price'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('45', 'nordica'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('46', 'psolar'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('47', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('48', 'closing time'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('49', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('50', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('51', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('52', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('53', ''); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('54', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('55', ''); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('56', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('57', ''); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('58', 'jiberish'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('59', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('60', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('61', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('62', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('63', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('64', 'freestyle ski'); INSERT INTO `search_queries`(`search_id`, `search_text`) VALUES ('65', 'freestyle ski'); DROP TABLE IF EXISTS `search_queries_sorted`; CREATE TABLE `search_queries_sorted` ( `search_id` smallint(6) NOT NULL AUTO_INCREMENT, `search_text` tinytext NOT NULL, `search_count` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`search_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `searchword_swap`; CREATE TABLE `searchword_swap` ( `sws_id` mediumint(11) NOT NULL AUTO_INCREMENT, `sws_word` varchar(100) NOT NULL DEFAULT '', `sws_replacement` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`sws_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `sessions`; CREATE TABLE `sessions` ( `sesskey` varchar(32) NOT NULL DEFAULT '', `expiry` int(11) unsigned NOT NULL DEFAULT '0', `value` text NOT NULL, PRIMARY KEY (`sesskey`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e48675l8b072k2i89qi53um7e1', '1307962004', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"e48675l8b072k2i89qi53um7e1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q0n71p1m1dlomjnl1unrn60fg3', '1307962036', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"116\";s:4:\"csID\";s:26:\"q0n71p1m1dlomjnl1unrn60fg3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('280k58uknt8gslt58msadk74h7', '1307958165', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"280k58uknt8gslt58msadk74h7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('unl51pm9ctr0u8etj2l2pjq1q1', '1307958176', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"unl51pm9ctr0u8etj2l2pjq1q1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5v7o8tr983rnf54hgeoantohb5', '1307958186', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5v7o8tr983rnf54hgeoantohb5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1cj7637t1863fp9codf38c4je6', '1307958189', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"8_29\";s:4:\"csID\";s:26:\"1cj7637t1863fp9codf38c4je6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ksocjjf9sug1u4tbiqjp8tl806', '1307958197', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ksocjjf9sug1u4tbiqjp8tl806\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('t5jbv0fp7k9tr8b96ianivlh85', '1307958208', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"t5jbv0fp7k9tr8b96ianivlh85\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ns1n2drvtg6hvlgr9hioipasp0', '1307958219', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ns1n2drvtg6hvlgr9hioipasp0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('93eumd0r43c77i05ehn4kp2d80', '1307958242', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"93eumd0r43c77i05ehn4kp2d80\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ddr4igi5ca6a1t067j0lqpboc5', '1307962173', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"70\";s:4:\"csID\";s:26:\"ddr4igi5ca6a1t067j0lqpboc5\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_75_84\";s:4:\"csID\";s:26:\"ddr4igi5ca6a1t067j0lqpboc5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('iu3nc826ud8tpi42c22ohac9k7', '1307961262', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"iu3nc826ud8tpi42c22ohac9k7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lef3glhimd4hddr2bb2kaud7s2', '1307961337', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"lef3glhimd4hddr2bb2kaud7s2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ecjmuspg8mvc630vpuiuv32om0', '1307962241', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"70\";s:4:\"csID\";s:26:\"ecjmuspg8mvc630vpuiuv32om0\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_75_84\";s:4:\"csID\";s:26:\"ecjmuspg8mvc630vpuiuv32om0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('f3c8spenfpkn75o09g799tks22', '1307954017', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"f3c8spenfpkn75o09g799tks22\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('upchajq71333l85tsjo7q02k90', '1307954025', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"upchajq71333l85tsjo7q02k90\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('phdo5gd8j3sj3auf57qha2q5r2', '1307954034', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"phdo5gd8j3sj3auf57qha2q5r2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('47fj04vnja7a1m4p42buanf8d4', '1307953428', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"47fj04vnja7a1m4p42buanf8d4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j5i9tp65s889ppoaaj2vmf7071', '1307953436', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"j5i9tp65s889ppoaaj2vmf7071\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('a99q59a45sqtbarcujnj7p8if6', '1307953452', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"a99q59a45sqtbarcujnj7p8if6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v3jffu77n9nee7le9h5r2pihn1', '1307953460', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"v3jffu77n9nee7le9h5r2pihn1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2v8ikfk6quhrqcbj4l518dmkl1', '1307953468', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2v8ikfk6quhrqcbj4l518dmkl1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h3gvm7pcpe9s711omb766hrf81', '1307953477', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"h3gvm7pcpe9s711omb766hrf81\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('r19qcnjimtrmhmqf9irmg19q51', '1307956715', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"r19qcnjimtrmhmqf9irmg19q51\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bn791u0qppd907dgua3rso02r1', '1307954124', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"177\";s:4:\"csID\";s:26:\"bn791u0qppd907dgua3rso02r1\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:17:\"shopping_cart.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"bn791u0qppd907dgua3rso02r1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9omc0jb089tt77d5m4pfeoinb4', '1307954049', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9omc0jb089tt77d5m4pfeoinb4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('06pn0775jc2a34qaku4vrm23h1', '1307954057', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"06pn0775jc2a34qaku4vrm23h1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nvhc5f6au1qcs7c3dpufuobqg6', '1307954065', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"nvhc5f6au1qcs7c3dpufuobqg6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pg3j6b2q4cogtnarq1mkrmcbr3', '1307955300', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"pg3j6b2q4cogtnarq1mkrmcbr3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2js3d14rg5vndik33ki6qn9jf4', '1307954122', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2js3d14rg5vndik33ki6qn9jf4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j9cgc27i4h74i8cld10urhdeh4', '1307954082', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"j9cgc27i4h74i8cld10urhdeh4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('r0hi18pchbqmbrmfqv14mso9b3', '1307954089', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"r0hi18pchbqmbrmfqv14mso9b3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('s0li8bivnkjd62coop037hau26', '1307954097', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"s0li8bivnkjd62coop037hau26\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4hlvdhsou0naq402aepme351c4', '1307954106', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4hlvdhsou0naq402aepme351c4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ikf4fd1ceouimsnf7j208vk792', '1307954114', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ikf4fd1ceouimsnf7j208vk792\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hfrnej2muhdls19p0hoaevbfk2', '1307954123', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"151\";s:4:\"csID\";s:26:\"hfrnej2muhdls19p0hoaevbfk2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('02i3ut0fr18sb86qc3cqmuthl6', '1307954130', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"02i3ut0fr18sb86qc3cqmuthl6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5jkaon1tqkdk2esdut2ei1aan1', '1307954139', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5jkaon1tqkdk2esdut2ei1aan1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j82s4e6lnljco4hu2e4d2c3me4', '1307954146', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"j82s4e6lnljco4hu2e4d2c3me4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5ul54g7inkk6nv0db0ci6mi8v2', '1307954154', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"5ul54g7inkk6nv0db0ci6mi8v2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('uqtb9p2agj24rc9pv8ug4q2r62', '1307954162', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"uqtb9p2agj24rc9pv8ug4q2r62\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('haqe7kapctbh8kidgo38ria5i0', '1307954171', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"haqe7kapctbh8kidgo38ria5i0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('obtrmv5v4umrbjs1g4ke89qaa0', '1307954178', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"obtrmv5v4umrbjs1g4ke89qaa0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3clug2mer6b7vtt638a0vphph5', '1307954186', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3clug2mer6b7vtt638a0vphph5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h0kgo3b88d2tsmgj5p3483sep6', '1307954194', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"h0kgo3b88d2tsmgj5p3483sep6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oo2c29ce4f642l6k1r7ekr09p2', '1307954203', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"oo2c29ce4f642l6k1r7ekr09p2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kk8eif424bftl4j5oar1kdm4n3', '1307954210', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kk8eif424bftl4j5oar1kdm4n3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('54mqodfrqsibmu464mjdfhv546', '1307954218', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"54mqodfrqsibmu464mjdfhv546\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('uhp0sinbh6qvfjlk2lquftcfi3', '1307954228', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"uhp0sinbh6qvfjlk2lquftcfi3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('toq6e01egt38bini8trluhs1r0', '1307954235', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"toq6e01egt38bini8trluhs1r0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6r2vtamhcnb0tl1bn76dsvv885', '1307954243', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6r2vtamhcnb0tl1bn76dsvv885\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0kbe8lb8ngqprkogp5ana61ki2', '1307954251', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"0kbe8lb8ngqprkogp5ana61ki2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4i086777i0s78kemu3rus86p30', '1307954284', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4i086777i0s78kemu3rus86p30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('aekfitqf2k4ij6dskl774lvgc2', '1307960689', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"aekfitqf2k4ij6dskl774lvgc2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nrm46evq1ak63a0oks335d8d62', '1307954364', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"nrm46evq1ak63a0oks335d8d62\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('019uga1m649ivjelb1jhjrtku1', '1307954300', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:12:\"specials.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"019uga1m649ivjelb1jhjrtku1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ipeq5a0uak9sls1pvg2gueo3m0', '1307954307', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ipeq5a0uak9sls1pvg2gueo3m0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('156sh0v0vc1fvgnumvk0cu2gp5', '1307954316', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"156sh0v0vc1fvgnumvk0cu2gp5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6pm5ldbr4us70lo8g92gnf1it2', '1307954323', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6pm5ldbr4us70lo8g92gnf1it2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('skagn2l7u14fa7o7gm33o4tm10', '1307954331', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"skagn2l7u14fa7o7gm33o4tm10\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('datq4ao9ijg387f0urv21dkua1', '1307954341', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"datq4ao9ijg387f0urv21dkua1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p0t1qid2ac1gmd32tckp5pk450', '1307954348', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"p0t1qid2ac1gmd32tckp5pk450\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9676ujcgcnf1dc3ijv2e2pcro5', '1307954356', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"9676ujcgcnf1dc3ijv2e2pcro5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('r99pa91ht6bo39ulmkpg2e4350', '1307954373', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"r99pa91ht6bo39ulmkpg2e4350\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('699f8lr8351tn41geka08bsnj6', '1307954380', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"699f8lr8351tn41geka08bsnj6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j1v16au4kpa8keqee33cit5a00', '1307960197', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"j1v16au4kpa8keqee33cit5a00\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ja0fbdsl8cpjog7lmdrt4uf5i6', '1307954412', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ja0fbdsl8cpjog7lmdrt4uf5i6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('31k3v20e9nm716mbon2ldetmc0', '1307954420', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"31k3v20e9nm716mbon2ldetmc0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bpeh1b9a6do70c8qejjqeidn43', '1307954430', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bpeh1b9a6do70c8qejjqeidn43\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jhljoaltr1dob6ack9h2a73612', '1307954436', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jhljoaltr1dob6ack9h2a73612\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('47icdriqkfu9frjjamls9akkg3', '1307954444', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"47icdriqkfu9frjjamls9akkg3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tlvkd9rh79latt5gtp4ls9ge35', '1307954461', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tlvkd9rh79latt5gtp4ls9ge35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ut7aqc6agk9go6t9oddp1pntr7', '1307954468', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ut7aqc6agk9go6t9oddp1pntr7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tki7eo5ogkmu31scg6bmmn1f44', '1307954477', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tki7eo5ogkmu31scg6bmmn1f44\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('t5pnmhq02ag5bs3at2phmlap77', '1307954487', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"t5pnmhq02ag5bs3at2phmlap77\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7palkfktp28vdi61to0oq37g32', '1307954493', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"7palkfktp28vdi61to0oq37g32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bncc117danfetnm2jsq18ilvd6', '1307954501', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"bncc117danfetnm2jsq18ilvd6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8r5m04pfl4doi6hptjsbtkt951', '1307954509', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8r5m04pfl4doi6hptjsbtkt951\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d0qu1crtidk6q5f317scplbv67', '1307954525', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d0qu1crtidk6q5f317scplbv67\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('578q60urlhc89gcsr3sdk7e6l1', '1307954533', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"578q60urlhc89gcsr3sdk7e6l1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('odik9kk6m1kvte1uds405fl0v2', '1307954541', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"odik9kk6m1kvte1uds405fl0v2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u7lkosdn85mqgkenmbasaekqi6', '1307954549', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u7lkosdn85mqgkenmbasaekqi6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('a1vo1qo8td8dmhlqpn57evb1n7', '1307954557', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"a1vo1qo8td8dmhlqpn57evb1n7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('at6cb8353k5vnd8gt4c67qd8b1', '1307954565', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"at6cb8353k5vnd8gt4c67qd8b1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6gqvsm9hste6pck855lbbtiun1', '1307954574', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6gqvsm9hste6pck855lbbtiun1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h1s9j4q70mm0dqcl2bfkn1bk71', '1307959909', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"h1s9j4q70mm0dqcl2bfkn1bk71\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('in1v40hndv3qfto8qs0lonihq2', '1307959937', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"in1v40hndv3qfto8qs0lonihq2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5t807k5karovd9pdvbrcjsae83', '1307960031', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5t807k5karovd9pdvbrcjsae83\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p5cqcq7pp6hf5kj1c96qmudk14', '1307959994', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"p5cqcq7pp6hf5kj1c96qmudk14\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8k6252oh5bdg8tkn54u1k1s0k4', '1307960028', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"8k6252oh5bdg8tkn54u1k1s0k4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pmknde6n9qdb12bqm7gqp5fcu0', '1307960085', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"pmknde6n9qdb12bqm7gqp5fcu0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"pmknde6n9qdb12bqm7gqp5fcu0\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kac0rulhjb196njjg8ie7528d2', '1307960125', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kac0rulhjb196njjg8ie7528d2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bgbg8rduondlnkeacfjbh93284', '1307960135', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bgbg8rduondlnkeacfjbh93284\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('k3lj6jvqs090oep7o6m6kbcbv7', '1307960146', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"k3lj6jvqs090oep7o6m6kbcbv7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('g0u71p5d826tasqkdigkoe3qs4', '1307960154', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"g0u71p5d826tasqkdigkoe3qs4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5actor0lq2q6rcicmfrn01c8g1', '1307960164', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"5actor0lq2q6rcicmfrn01c8g1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mov794rs0bqqd8529otqul0q50', '1307960182', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mov794rs0bqqd8529otqul0q50\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ns301avs1q0m4vvp4pulqltoa1', '1307960212', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ns301avs1q0m4vvp4pulqltoa1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9tq2pa9p6rhqkk0qbl7a1khqf1', '1307953396', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"9tq2pa9p6rhqkk0qbl7a1khqf1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('046gjet1dg7ihr9ga6l2oidl42', '1307953960', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"046gjet1dg7ihr9ga6l2oidl42\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7ildj90oqh4dvkrtcthssa1gr5', '1307953969', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7ildj90oqh4dvkrtcthssa1gr5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('abik0gq4m8uhh77d002qemsdd7', '1307962277', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"150\";s:4:\"csID\";s:26:\"abik0gq4m8uhh77d002qemsdd7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('r8r4kt9paiut2a3f0kunsneo62', '1307954452', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"r8r4kt9paiut2a3f0kunsneo62\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h5ll6lt4i8f92au7aepkkah0k4', '1307953985', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"h5ll6lt4i8f92au7aepkkah0k4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v2uiescabrsmeoosj3tcl4qt72', '1307953994', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"v2uiescabrsmeoosj3tcl4qt72\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hbf1foo3jp7d9ustajkirojnv4', '1307962174', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"150\";s:4:\"csID\";s:26:\"hbf1foo3jp7d9ustajkirojnv4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1sftd7s6rl6qrlj39v204s8rt1', '1307954009', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1sftd7s6rl6qrlj39v204s8rt1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('iid663cq6o0i44m0j4gbklg4l2', '1307957039', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"iid663cq6o0i44m0j4gbklg4l2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0j3h6fut0jvt4kk6uq7gf6c2a4', '1307957191', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0j3h6fut0jvt4kk6uq7gf6c2a4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gijp9odahfbvun8rvugsg7gi62', '1307957072', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"gijp9odahfbvun8rvugsg7gi62\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('as99lvvdi79dg7dd1jidccapt5', '1307957061', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"as99lvvdi79dg7dd1jidccapt5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kqfnii7tu6r4hc2sp4tfh31ns7', '1307957084', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kqfnii7tu6r4hc2sp4tfh31ns7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mu147i55f6l573ucjkvjrh2f50', '1307957095', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mu147i55f6l573ucjkvjrh2f50\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2n3ja7tb2k4mmum8cp9vgc53q1', '1307957950', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"2n3ja7tb2k4mmum8cp9vgc53q1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ahl1somc8r5929shhm7hlpqr65', '1307953952', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ahl1somc8r5929shhm7hlpqr65\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('b2ilksf8nsb45fc3u070uk0gn2', '1307953525', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"b2ilksf8nsb45fc3u070uk0gn2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('o4vei5ohg2c345951ueqop3oo5', '1307950001', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:6:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"80\";s:4:\"csID\";s:26:\"o4vei5ohg2c345951ueqop3oo5\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"o4vei5ohg2c345951ueqop3oo5\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:10:\"gv_faq.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"o4vei5ohg2c345951ueqop3oo5\";}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:11:\"privacy.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"o4vei5ohg2c345951ueqop3oo5\";}s:4:\"post\";a:0:{}}i:4;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"o4vei5ohg2c345951ueqop3oo5\";}s:4:\"post\";a:0:{}}i:5;a:4:{s:4:\"page\";s:12:\"specials.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"o4vei5ohg2c345951ueqop3oo5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oqvo6huemmedeijs0b7k7g3hb1', '1307959720', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"103\";s:4:\"csID\";s:26:\"oqvo6huemmedeijs0b7k7g3hb1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('anehd83poqm46bfcmgth59vp47', '1307953541', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"anehd83poqm46bfcmgth59vp47\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q720bvaartue45i6pu7tekvk21', '1307953549', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"q720bvaartue45i6pu7tekvk21\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bgtdmion9uo4irkg0hhhd848b1', '1307953565', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bgtdmion9uo4irkg0hhhd848b1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ds8fgp8tnce13fncniqeicu466', '1307953573', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ds8fgp8tnce13fncniqeicu466\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('10pqhqulob8abunvvjfctvcog5', '1307962144', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"150\";s:4:\"csID\";s:26:\"10pqhqulob8abunvvjfctvcog5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4krpn6o5n5qphi179k075tolp2', '1307957245', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4krpn6o5n5qphi179k075tolp2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6gs0cfocim3153olj38q6sa5c6', '1307959993', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"6gs0cfocim3153olj38q6sa5c6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8ivm6pve8vh8270qs76rand4a1', '1307957212', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8ivm6pve8vh8270qs76rand4a1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9tdd41jio2jivn2oen6031kng1', '1307957223', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9tdd41jio2jivn2oen6031kng1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3b5bo2klahkt6irociqocsvil6', '1307960878', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"3b5bo2klahkt6irociqocsvil6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3l6ttgqapsk1m2cu0algtm06i0', '1307951551', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"3l6ttgqapsk1m2cu0algtm06i0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kdnobijsskscopho61nv9d5ad2', '1307951568', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"kdnobijsskscopho61nv9d5ad2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d6tjl5vkha768oi6klp6r9nv34', '1307959374', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"d6tjl5vkha768oi6klp6r9nv34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dmuu21te7ktckaru8e940albj3', '1307951585', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"dmuu21te7ktckaru8e940albj3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ikt4krbs7ialkhmcarvpd6h595', '1307957440', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ikt4krbs7ialkhmcarvpd6h595\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('adbkjltg7vptl5j2ldu5csn4d4', '1307957526', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"adbkjltg7vptl5j2ldu5csn4d4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7saaao0ibkbqlmdfsdtto4kfn6', '1307957559', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7saaao0ibkbqlmdfsdtto4kfn6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('11omlkhr9s1j7q7igts28e0de0', '1307957592', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"11omlkhr9s1j7q7igts28e0de0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hs3i93rf8mnht084oski0c1jf0', '1307958494', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"hs3i93rf8mnht084oski0c1jf0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('odu1clfsqot212j6d181hf8mb4', '1307957610', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:3:\"128\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('a6drtm5ogpg7irot3vhdacfqs2', '1307957613', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"a6drtm5ogpg7irot3vhdacfqs2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4mir3590lsbh8n8gfp61t76qp1', '1307957018', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4mir3590lsbh8n8gfp61t76qp1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kbb3q54aoqtduq1cnle76ks8e5', '1307957105', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kbb3q54aoqtduq1cnle76ks8e5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0ncae9k396dspi5as59rku8930', '1307957116', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0ncae9k396dspi5as59rku8930\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pnchhavkc9uo9tu413u1idaqa2', '1307957137', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"pnchhavkc9uo9tu413u1idaqa2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kqdq8ajmn2cnpgruc316fum494', '1307957139', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:14:\"brand_list.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"kqdq8ajmn2cnpgruc316fum494\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hhcnqvl41ik3va1j1e3n01oj67', '1307962274', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"hhcnqvl41ik3va1j1e3n01oj67\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_75_84\";s:4:\"csID\";s:26:\"hhcnqvl41ik3va1j1e3n01oj67\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('despbdo2bad3q682q5oc7r5700', '1307961357', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"despbdo2bad3q682q5oc7r5700\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6a8uqk80tqf4vmmhk0o6u37v21', '1307961393', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6a8uqk80tqf4vmmhk0o6u37v21\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4imt8dhntje2mt1g5v06f3toi6', '1307954259', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4imt8dhntje2mt1g5v06f3toi6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kh2uv3r3r6q2thcuuq28mr8b47', '1307954275', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"kh2uv3r3r6q2thcuuq28mr8b47\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('okpju4295i0kq7gvrcdmmtk3m7', '1307960438', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"okpju4295i0kq7gvrcdmmtk3m7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('g4q42u27tski1dp7tdkntgsip1', '1307953792', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"g4q42u27tski1dp7tdkntgsip1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('t3i8ui33m5ilj9e8oma1p3hvo7', '1307956250', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"t3i8ui33m5ilj9e8oma1p3hvo7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('01gndn6sf6fgvihl6bpihrg3n1', '1307956271', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"01gndn6sf6fgvihl6bpihrg3n1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4lj9gtafpoq1roovvdb1qpnmm2', '1307954590', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4lj9gtafpoq1roovvdb1qpnmm2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('t9b33h3gq6plj7b980nqdodb04', '1307960469', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"t9b33h3gq6plj7b980nqdodb04\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qddqqsoirbauuu1qjlpako64j2', '1307959787', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qddqqsoirbauuu1qjlpako64j2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('loiptmfrs9q9ntmj1l2uonseh7', '1307948989', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"loiptmfrs9q9ntmj1l2uonseh7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"loiptmfrs9q9ntmj1l2uonseh7\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ld1ijcn0nt81skkl4m8prcp420', '1307954404', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ld1ijcn0nt81skkl4m8prcp420\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oh0gprrihv5beb040hmb4lqc82', '1307948860', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"oh0gprrihv5beb040hmb4lqc82\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"oh0gprrihv5beb040hmb4lqc82\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nsk7o9a7nfvjdrllpopfum2im4', '1307958923', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"nsk7o9a7nfvjdrllpopfum2im4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m2biijiig203hsscrntacj5nm3', '1307958934', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"m2biijiig203hsscrntacj5nm3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('htqag7guh6euavp8jfoerc2lm0', '1307959365', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"htqag7guh6euavp8jfoerc2lm0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fqj83ierhe8mabuja4fv2rb0q0', '1307950810', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"fqj83ierhe8mabuja4fv2rb0q0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vkhobnb4qlcjo5i7stuef3rp21', '1307950814', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"vkhobnb4qlcjo5i7stuef3rp21\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dsgkj8pmh535t3ss05qr8pkgp2', '1307959485', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"dsgkj8pmh535t3ss05qr8pkgp2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"dsgkj8pmh535t3ss05qr8pkgp2\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5a8v2ok806ulv66pf0jg064040', '1307961140', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"5a8v2ok806ulv66pf0jg064040\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('edlpvg117at2s7708jhe9t14h3', '1307959534', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"edlpvg117at2s7708jhe9t14h3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('em2rtqbk41vhkmk6qar3qgi6r3', '1307950836', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"em2rtqbk41vhkmk6qar3qgi6r3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('57paj0s0oso6h9dp22ubn8ql20', '1307950850', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"99\";s:4:\"csID\";s:26:\"d4ii8c0fgbkj1690p25fnhhte6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mfqo13s38pt6lcko3l56dmehb3', '1307959440', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"mfqo13s38pt6lcko3l56dmehb3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('na6oggvtf2hci4u0k4tp4q7u55', '1307956130', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"na6oggvtf2hci4u0k4tp4q7u55\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ra4im8aj329aulqjn41jrdmlq4', '1307956812', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ra4im8aj329aulqjn41jrdmlq4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('343i8pqp3k54acm0nrpv27p4f6', '1307956823', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"343i8pqp3k54acm0nrpv27p4f6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qp5m4ksh6bo281oju0k2u9qrp1', '1307956834', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qp5m4ksh6bo281oju0k2u9qrp1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4nilvo2tq62uljnvlfrboftnh5', '1307956844', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4nilvo2tq62uljnvlfrboftnh5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sui34cdutb74masio25b8bo415', '1307956856', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"sui34cdutb74masio25b8bo415\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('rpnmdrvo2kbvhter4q92ctisr0', '1307956867', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"rpnmdrvo2kbvhter4q92ctisr0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8i9d61kb3nh7mu80ojgoj2kj80', '1307949019', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:3:\"129\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cakt5blufqbm1fnrqrmjbaiot3', '1307959872', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"cakt5blufqbm1fnrqrmjbaiot3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('unecgwftrqtp', '1307948454', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_12\";s:4:\"csID\";s:12:\"unecgwftrqtp\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kr3lm8v3r8rs6g91npg7l83u43', '1307949575', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"kr3lm8v3r8rs6g91npg7l83u43\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('halaijo9e9oklq0d5gerdppve7', '1307956315', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"halaijo9e9oklq0d5gerdppve7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hij9okbh3si37ls4idc213m985', '1307958003', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"hij9okbh3si37ls4idc213m985\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('svgn37o2mmungunanta30pvhb7', '1307960360', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"svgn37o2mmungunanta30pvhb7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v93o0gsao0bki754uljv53fr63', '1307957461', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"v93o0gsao0bki754uljv53fr63\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sltef5460hufc2h8b7u0b4u8c2', '1307957970', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"sltef5460hufc2h8b7u0b4u8c2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fjilp06qhgf65fsf2t0helhgt2', '1307949277', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"fjilp06qhgf65fsf2t0helhgt2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('20slam6elmd6c8fqsuepg79471', '1307960793', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"20slam6elmd6c8fqsuepg79471\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7tmggvun9fb2r0musihitjd093', '1307960952', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7tmggvun9fb2r0musihitjd093\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sd9it7cf4ik958p6uujnua4bj3', '1307957396', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"sd9it7cf4ik958p6uujnua4bj3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d8adpmrtn6plr6hirbe3u18rc2', '1307957787', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d8adpmrtn6plr6hirbe3u18rc2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pf1h30qcur9b5c61bf59rrk556', '1307949345', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"pf1h30qcur9b5c61bf59rrk556\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('olb5821bh1een19vlf52p9mbq6', '1307957127', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"olb5821bh1een19vlf52p9mbq6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('asnrlhuierlh0fcb8mkvv8f5q5', '1307960238', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"asnrlhuierlh0fcb8mkvv8f5q5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('edtium13buct9mu3d6hne2s962', '1307949248', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"edtium13buct9mu3d6hne2s962\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"edtium13buct9mu3d6hne2s962\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"edtium13buct9mu3d6hne2s962\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cub8jphcnarhnrg0rteb95rq22', '1307960106', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"cub8jphcnarhnrg0rteb95rq22\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('l8jfbummhmtdcdlrpidrndn1o5', '1307960380', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"l8jfbummhmtdcdlrpidrndn1o5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('49rvl8iirg5d335dfsfgb8jgb0', '1307962138', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"49rvl8iirg5d335dfsfgb8jgb0\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_75_84\";s:4:\"csID\";s:26:\"49rvl8iirg5d335dfsfgb8jgb0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('70c72fgcver364c9cok79fomi3', '1307957239', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0sa25o72lbqea9lp0rbj27b4a1', '1307957256', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0sa25o72lbqea9lp0rbj27b4a1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6b3iqgf1ielf06qdb74755n9k3', '1307958153', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"6b3iqgf1ielf06qdb74755n9k3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cs12kisu1a5olqah8gs4s6ak83', '1307956682', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"cs12kisu1a5olqah8gs4s6ak83\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('03981rt6n84v8oh1ej0b1ke6i6', '1307951867', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"03981rt6n84v8oh1ej0b1ke6i6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ctdasbkkl6tk6nt1nbvgc1kjs5', '1307960313', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ctdasbkkl6tk6nt1nbvgc1kjs5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4719dpu2d0lrfu4a537rvc3dq4', '1307950411', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"4719dpu2d0lrfu4a537rvc3dq4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cochpjlebr2o3i0rdpil56ssa6', '1307958256', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"cochpjlebr2o3i0rdpil56ssa6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5fv77hdsvk1dmat7pum8s3ik71', '1307957364', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5fv77hdsvk1dmat7pum8s3ik71\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8ao6eb1rk4rcrrrvofqba3qo44', '1307958324', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"8ao6eb1rk4rcrrrvofqba3qo44\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d790b9k40k5uud7lhsgebkpho5', '1307957375', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d790b9k40k5uud7lhsgebkpho5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('711d9i1tckheah98ajvaua1ch3', '1307960267', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"711d9i1tckheah98ajvaua1ch3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('idegkqt22ouahobe02h7ijqsd2', '1307949618', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"idegkqt22ouahobe02h7ijqsd2\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"idegkqt22ouahobe02h7ijqsd2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('176jpgkun3f2eac7ai11hdouu7', '1307960830', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"176jpgkun3f2eac7ai11hdouu7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pc2jfk3m6e88g4de0rdn45lh70', '1307957848', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"61\";s:4:\"csID\";s:26:\"pc2jfk3m6e88g4de0rdn45lh70\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2p9fnpf4o2af1ovo3mbv8iga27', '1307960962', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2p9fnpf4o2af1ovo3mbv8iga27\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7qutvaqc71tqfegpmg58u5v185', '1307959109', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"103\";s:4:\"csID\";s:26:\"7qutvaqc71tqfegpmg58u5v185\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hqjsd97oiq1t1o7ao6cousbbl6', '1307958460', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"hqjsd97oiq1t1o7ao6cousbbl6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('551i9sbiap7aqjm0j41r0jn906', '1307948428', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"551i9sbiap7aqjm0j41r0jn906\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('glo1l40ipn84k50icb0s2anlr4', '1307948436', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"glo1l40ipn84k50icb0s2anlr4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('b3chgtcu8hortbb19f4ho9pb35', '1307951882', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"b3chgtcu8hortbb19f4ho9pb35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3fvbro8qng7s79chfg4f9seuk5', '1307960783', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3fvbro8qng7s79chfg4f9seuk5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dl2e3vq531em59bq610ipg4o93', '1307948461', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"dl2e3vq531em59bq610ipg4o93\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lshgtnu81m60hlngkd6frhvoo7', '1307948469', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"lshgtnu81m60hlngkd6frhvoo7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1d5l0qobo70poi29foke43vmr3', '1307948470', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"1d5l0qobo70poi29foke43vmr3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bo8f7b2md93obdt4utb0hls7h7', '1307951514', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"132\";s:4:\"csID\";s:26:\"bo8f7b2md93obdt4utb0hls7h7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cf98lpvnnqmpb28at1mnjpsoo6', '1307958501', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"cf98lpvnnqmpb28at1mnjpsoo6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d28bhmp9qohls9sb4dju1p4ga1', '1307960596', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d28bhmp9qohls9sb4dju1p4ga1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6lctboi9fdfrfeq5o489mktbt1', '1307959030', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6lctboi9fdfrfeq5o489mktbt1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('au7s8nnvmmvtc60latnoqfhpn3', '1307957602', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"au7s8nnvmmvtc60latnoqfhpn3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dv5fko4bkpsg2bkeqdb91pmgc5', '1307957343', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"dv5fko4bkpsg2bkeqdb91pmgc5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('99f3c06018c3b89ff04ae491001bd224', '1307948538', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"74\";s:4:\"csID\";s:32:\"99f3c06018c3b89ff04ae491001bd224\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('brqpgh8fg1npc4nl2r8df8csr2', '1307959311', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"103\";s:4:\"csID\";s:26:\"brqpgh8fg1npc4nl2r8df8csr2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gktfbn1ldhocmd63pcc6n1v300', '1307959778', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"gktfbn1ldhocmd63pcc6n1v300\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('87b79fq7fl507a3at0i209rcq6', '1307957992', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"87b79fq7fl507a3at0i209rcq6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3o4f7bdbti07apvvujsqhm8vj3', '1307948563', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"3o4f7bdbti07apvvujsqhm8vj3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('eht6fuqfkpsvl8b1qugk9kpo22', '1307962206', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_75_84\";s:4:\"csID\";s:26:\"eht6fuqfkpsvl8b1qugk9kpo22\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5gbk6h09hst5j42o5dsa2a2mj3', '1307960999', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5gbk6h09hst5j42o5dsa2a2mj3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ripqu4n53imtlbik0809e96r90', '1307958393', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ripqu4n53imtlbik0809e96r90\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('01ju8fsej9vcfea9g6fum80u51', '1307948584', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"01ju8fsej9vcfea9g6fum80u51\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"01ju8fsej9vcfea9g6fum80u51\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6s5deo6q1keep9rdk4a2s7qo17', '1307959806', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"6s5deo6q1keep9rdk4a2s7qo17\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('olljbc0rh2fdl6te0pb2pqrhr7', '1307958825', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"olljbc0rh2fdl6te0pb2pqrhr7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3r5vcr2ls3d480jtp7hjhhjtf6', '1307958879', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3r5vcr2ls3d480jtp7hjhhjtf6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ee00cduj2vci6n4srefr7282e0', '1307959403', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ee00cduj2vci6n4srefr7282e0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dcjfdl7menumc8cnc0uecm6j34', '1307957311', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"dcjfdl7menumc8cnc0uecm6j34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q14iuq8jaibgptha3qdjace5k6', '1307957429', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"q14iuq8jaibgptha3qdjace5k6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('f8b8ulmjs05u32n7g5q7heg1h5', '1307958414', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"f8b8ulmjs05u32n7g5q7heg1h5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('05ade2i0cshgshvqhiuj630511', '1307958263', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"05ade2i0cshgshvqhiuj630511\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('eq1qfub8isrhgeemvoaddaaos1', '1307951810', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"eq1qfub8isrhgeemvoaddaaos1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u4jt5q5d3pg6g19nvoloo8jqb3', '1307959139', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u4jt5q5d3pg6g19nvoloo8jqb3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3k5vj6hpqbk060q2mg7am5urk0', '1307948712', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:4:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"3k5vj6hpqbk060q2mg7am5urk0\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"9_47\";s:4:\"csID\";s:26:\"3k5vj6hpqbk060q2mg7am5urk0\";}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"3k5vj6hpqbk060q2mg7am5urk0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kh3qkgpk1anrb54p8chkus58n7', '1307958295', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kh3qkgpk1anrb54p8chkus58n7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('116pn1g1k1n03bclblm47rqe91', '1307957159', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"116pn1g1k1n03bclblm47rqe91\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9jrpup84b6n70poivmo4kq3in2', '1307959637', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9jrpup84b6n70poivmo4kq3in2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('deagp7mg47dmquak4cbb24f771', '1307957505', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"deagp7mg47dmquak4cbb24f771\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v313ma4oln0j995mt396qhfi87', '1307957203', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"v313ma4oln0j995mt396qhfi87\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qc4pi42f446sm8rfjmcv996bm4', '1307957570', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qc4pi42f446sm8rfjmcv996bm4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vcnogc90o0uhmtvn2m9so5av51', '1307948708', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"vcnogc90o0uhmtvn2m9so5av51\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gqjtegjf6v11jejia0jhk9n0s1', '1307957450', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"gqjtegjf6v11jejia0jhk9n0s1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0lfil8v8p1kbgsouf1f5a9elt0', '1307948725', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"0lfil8v8p1kbgsouf1f5a9elt0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qkjc5cnsnk6426t36h08jkmi27', '1307958522', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qkjc5cnsnk6426t36h08jkmi27\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9jih4kr9mdakbus5a2cnmicdd1', '1307959919', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9jih4kr9mdakbus5a2cnmicdd1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fn65li21fm58kof1nbtdu54f40', '1307959543', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fn65li21fm58kof1nbtdu54f40\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9ju2duqqgncka9mnv0ge7k1s34', '1307961676', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9ju2duqqgncka9mnv0ge7k1s34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('asb89brvqgblonv2179jh3qgl3', '1307956758', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"asb89brvqgblonv2179jh3qgl3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u32sfkm50bslh9tk2tamoens87', '1307957483', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u32sfkm50bslh9tk2tamoens87\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4g1pev8g4s9lp0sgfdkjq9g3s7', '1307956141', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4g1pev8g4s9lp0sgfdkjq9g3s7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tteht9s1rchsf2669sbtdg8p11', '1307948810', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"tteht9s1rchsf2669sbtdg8p11\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fg9ierc5abf7h44nta6pjnl120', '1307952791', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_68_69\";s:4:\"csID\";s:26:\"fg9ierc5abf7h44nta6pjnl120\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oc3ptqkinbkv5i7h15pr163t96', '1307958316', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"oc3ptqkinbkv5i7h15pr163t96\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8jjjumfiljf34eghua41phl7n2', '1307959204', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8jjjumfiljf34eghua41phl7n2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oc3dqro02a0iutfqqe6sr4i6j5', '1307958652', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"oc3dqro02a0iutfqqe6sr4i6j5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jekvthpn7skas2pgndmcolj5h5', '1307957819', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jekvthpn7skas2pgndmcolj5h5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('i4mt8vpqcjc6op14hvm27u7pb2', '1307958078', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"i4mt8vpqcjc6op14hvm27u7pb2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fg8hm6i7muq6hbtfh8urjf52m0', '1307956152', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fg8hm6i7muq6hbtfh8urjf52m0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('rjoj39au6lb1qj078mugnt29q0', '1307957885', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"rjoj39au6lb1qj078mugnt29q0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cl363onje55m70tvggdu93gg44', '1307949108', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"cl363onje55m70tvggdu93gg44\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"cl363onje55m70tvggdu93gg44\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jl435ircvn6s2rf2lvaleqh4j3', '1307957028', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jl435ircvn6s2rf2lvaleqh4j3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('55spi80v1asn0kgs61orrf6in4', '1307957862', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"55spi80v1asn0kgs61orrf6in4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p6mncquhsk3rdlmvgcsbkkmjo6', '1307959241', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"p6mncquhsk3rdlmvgcsbkkmjo6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e881ecjuv84q7rrf5k7dot3qo3', '1307959009', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"e881ecjuv84q7rrf5k7dot3qo3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('im6ug60itbdoifhr9gignablp1', '1307951955', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"132\";s:4:\"csID\";s:26:\"im6ug60itbdoifhr9gignablp1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('khlb7avf9vjrc4vg32stl900o3', '1307956509', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"khlb7avf9vjrc4vg32stl900o3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('igtt9rsk1mh4aurto4q4if4jj3', '1307948929', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"igtt9rsk1mh4aurto4q4if4jj3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qfjblb7ngk0soc5irmjc2kng90', '1307958696', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qfjblb7ngk0soc5irmjc2kng90\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0344d9meh6m5tkia4hgutm02h0', '1307957809', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0344d9meh6m5tkia4hgutm02h0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mj2fivlqt2ikditf87ppurvea3', '1307951991', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"132\";s:4:\"csID\";s:26:\"mj2fivlqt2ikditf87ppurvea3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('el8p3rvcfbvsd5ojd7de1hh3j6', '1307956434', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"el8p3rvcfbvsd5ojd7de1hh3j6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qpmbddcg4j108bu278ebnnb3n5', '1307959095', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qpmbddcg4j108bu278ebnnb3n5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('occ6djv9tfbr66abbuibl1u4l6', '1307960679', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"occ6djv9tfbr66abbuibl1u4l6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('noo6qg6h4o7616a7chrq1lq275', '1307959618', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"103\";s:4:\"csID\";s:26:\"noo6qg6h4o7616a7chrq1lq275\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5vmuhs0jdi3ue64v77nuu4vdc4', '1307957322', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"5vmuhs0jdi3ue64v77nuu4vdc4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('i76eucrd0hrc1e17nh3d0rohs2', '1307960971', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"i76eucrd0hrc1e17nh3d0rohs2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3ej4d1p2i5sljcrr3b139ljc07', '1307949005', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"3ej4d1p2i5sljcrr3b139ljc07\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('blt5oulg0t41peb0ibgu35nrq2', '1307949015', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"blt5oulg0t41peb0ibgu35nrq2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2joq3uh5084v33ldmjnlt8aqt1', '1307955131', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2joq3uh5084v33ldmjnlt8aqt1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('iu8f1lkjoeppeqksabeo5erd42', '1307960276', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"iu8f1lkjoeppeqksabeo5erd42\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2cr4u5semdg8ieua4udl288ml1', '1307951255', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"2cr4u5semdg8ieua4udl288ml1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p99k5e50bm1r5lmiudr8a2kfn1', '1307959789', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"103\";s:4:\"csID\";s:26:\"p99k5e50bm1r5lmiudr8a2kfn1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fdnsra3sbk600jmmsog2jnqv11', '1307949065', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"fdnsra3sbk600jmmsog2jnqv11\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dr6omj1i0ns6bcgbep733s5997', '1307949073', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"dr6omj1i0ns6bcgbep733s5997\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0omfcrhk1vu27ggsn1l0gtvnd1', '1307949082', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"0omfcrhk1vu27ggsn1l0gtvnd1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gse31kunua3hgjqenbb1ib7ai1', '1307956661', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"gse31kunua3hgjqenbb1ib7ai1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('id4m5ppck9j4ni9drl1a57vm11', '1307949099', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"id4m5ppck9j4ni9drl1a57vm11\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1ded1h0adifsl6r894bmb414c5', '1307959674', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"1ded1h0adifsl6r894bmb414c5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('38l7a735ld6g4ab2mhn34ud1j3', '1307953534', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"38l7a735ld6g4ab2mhn34ud1j3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('in13jle1nlduji7k1uaibi3eu4', '1307949124', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"in13jle1nlduji7k1uaibi3eu4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('269t9e7dd2kolpfb523rq14j66', '1307949141', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"269t9e7dd2kolpfb523rq14j66\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sgdllu1r2qbd01jkn40981qs11', '1307959411', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"sgdllu1r2qbd01jkn40981qs11\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lf9ogljs4c9uurn1m8lv77vp32', '1307949159', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"lf9ogljs4c9uurn1m8lv77vp32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pi0eut335b1l5kdn8tmjpgojd0', '1307949161', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"177\";s:4:\"csID\";s:26:\"pi0eut335b1l5kdn8tmjpgojd0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2ec34c2e0788e7f62105f464e98fad0e', '1307949167', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"74\";s:4:\"csID\";s:32:\"2ec34c2e0788e7f62105f464e98fad0e\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p2o0qqiin1ar66045le0loqmj4', '1307958111', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"p2o0qqiin1ar66045le0loqmj4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ptapgt4gjp0qc1sevl5mnkaut3', '1307956672', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ptapgt4gjp0qc1sevl5mnkaut3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('75ee7cc8c3d677707b67a7576ea68ff5', '1307949209', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"74\";s:4:\"csID\";s:32:\"75ee7cc8c3d677707b67a7576ea68ff5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('81p3u3nbvsemhni0pkm7eh94i5', '1307949218', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"81p3u3nbvsemhni0pkm7eh94i5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('rnkepiqik97imbedj1uhhusnn5', '1307958977', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"rnkepiqik97imbedj1uhhusnn5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ub7oi1lnpkvf2rkhfl466malb6', '1307960191', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ub7oi1lnpkvf2rkhfl466malb6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('s7s9ejjhptqbu7dnfrq3dd3ke6', '1307949260', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"s7s9ejjhptqbu7dnfrq3dd3ke6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lob14211qjk0cegct3oeh6gs43', '1307952051', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"132\";s:4:\"csID\";s:26:\"lob14211qjk0cegct3oeh6gs43\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('70om78ntekru5m5h44upgn6li1', '1307957277', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"70om78ntekru5m5h44upgn6li1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('eo4kr3ufd140upg07ega425n25', '1307952531', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"eo4kr3ufd140upg07ega425n25\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9kfo0ek60jhugvm6n6l8575n67', '1307962070', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"9kfo0ek60jhugvm6n6l8575n67\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8caohnq387220btfhu3rrd42a4', '1307956596', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8caohnq387220btfhu3rrd42a4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vkq0fkm68liugepvical6lovi7', '1307955421', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"vkq0fkm68liugepvical6lovi7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tc9lbeg2uego59u0b4rq5mcr85', '1307962201', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"tc9lbeg2uego59u0b4rq5mcr85\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('o8ldkltct20muknflb8g2s4uh5', '1307950568', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"o8ldkltct20muknflb8g2s4uh5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('f2slt8ql5cp00b0rkfqmuhh8k3', '1307949430', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"f2slt8ql5cp00b0rkfqmuhh8k3\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"f2slt8ql5cp00b0rkfqmuhh8k3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5fdjevp3325hdlubco0hkcost5', '1307949354', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"5fdjevp3325hdlubco0hkcost5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('is2igd12g13fd3rdj7o16ijne4', '1307951989', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"is2igd12g13fd3rdj7o16ijne4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e7fbqtbe9322ceg4dm5mph82j7', '1307949377', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"e7fbqtbe9322ceg4dm5mph82j7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"e7fbqtbe9322ceg4dm5mph82j7\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fvho0pdtbu0rsl9qgcflt8nud4', '1307949775', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"fvho0pdtbu0rsl9qgcflt8nud4\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"fvho0pdtbu0rsl9qgcflt8nud4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"fvho0pdtbu0rsl9qgcflt8nud4\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kcokvpmg69gh8nqk9680i7jk83', '1307961544', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kcokvpmg69gh8nqk9680i7jk83\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vlsfnplo2uamapebkt2o8fssr3', '1307958512', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"vlsfnplo2uamapebkt2o8fssr3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8ortqttha4vk1ain9ut7enibs7', '1307957937', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8ortqttha4vk1ain9ut7enibs7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oghk72su9pfqamno2vferi54q4', '1307949434', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"80\";s:4:\"csID\";s:26:\"oghk72su9pfqamno2vferi54q4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('n13bdjuks45u4nnr6hom0o0sp6', '1307961573', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"n13bdjuks45u4nnr6hom0o0sp6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('69arpo7i2k1mjm7qc6jkvdf911', '1307959162', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"69arpo7i2k1mjm7qc6jkvdf911\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4199g4v7q8tlukc110r3ac8ni1', '1307957300', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4199g4v7q8tlukc110r3ac8ni1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2h193l71helvot98uk5fenq3u4', '1307958327', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2h193l71helvot98uk5fenq3u4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pma49kalc2q7vo66ic6obmdnh7', '1307949467', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"80\";s:4:\"csID\";s:26:\"pma49kalc2q7vo66ic6obmdnh7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qc7aopab6qga6cvl0bqn4o3ph3', '1307949473', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"qc7aopab6qga6cvl0bqn4o3ph3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pp7vn1d3bckftk2gkfujf53k43', '1307958231', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"pp7vn1d3bckftk2gkfujf53k43\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sndvjmp0lpvtq2jopf7pq89c30', '1307957418', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"sndvjmp0lpvtq2jopf7pq89c30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('76s5p8i3aju6bn0u8te1bgeu74', '1307958955', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"76s5p8i3aju6bn0u8te1bgeu74\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('83ob4hmmh4gsouj1fe6pjsoh02', '1307951874', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"83ob4hmmh4gsouj1fe6pjsoh02\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p4sgg2kd2l3gl0rpc7acmtpbi5', '1307958533', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"p4sgg2kd2l3gl0rpc7acmtpbi5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4jtvsiuvos45fqmkn295smhn43', '1307956521', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4jtvsiuvos45fqmkn295smhn43\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('js039t4amerel0sifro57dfso3', '1307958998', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"js039t4amerel0sifro57dfso3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4d3hqp4gbhopl979l8v199lt87', '1307956206', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4d3hqp4gbhopl979l8v199lt87\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9iip3pmd3r7qkm970j6brjl6g6', '1307956531', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9iip3pmd3r7qkm970j6brjl6g6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('45h0toufgm6ho1u9v3v2ndvnh2', '1307959052', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"45h0toufgm6ho1u9v3v2ndvnh2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ptjnrm3e1ulejjfjhefsqdja90', '1307949550', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"ptjnrm3e1ulejjfjhefsqdja90\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j96njec81vj2gqq6hjbj7v6rg2', '1307949619', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:5:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"j96njec81vj2gqq6hjbj7v6rg2\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"8_32\";s:4:\"csID\";s:26:\"j96njec81vj2gqq6hjbj7v6rg2\";}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"j96njec81vj2gqq6hjbj7v6rg2\";}s:4:\"post\";a:0:{}}i:4;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"151\";s:4:\"csID\";s:26:\"j96njec81vj2gqq6hjbj7v6rg2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ht6j72mah203nus23j3a2op2u1', '1307949558', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"ht6j72mah203nus23j3a2op2u1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1a743k13a2cdnmqbc6ptnksah1', '1307956445', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1a743k13a2cdnmqbc6ptnksah1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('06s0vn0hvbegnrfimnopbtkne0', '1307956260', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"06s0vn0hvbegnrfimnopbtkne0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3r5krnn0o6983nkaishpnebsg5', '1307962071', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"3r5krnn0o6983nkaishpnebsg5\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_75_84\";s:4:\"csID\";s:26:\"3r5krnn0o6983nkaishpnebsg5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hs7b7ma3lbhfsvqvff6qmmco37', '1307949609', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"hs7b7ma3lbhfsvqvff6qmmco37\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1141nvdfiq12ctgoru77jnqq77', '1307956585', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"1141nvdfiq12ctgoru77jnqq77\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3mpahh94hpg106aoipucjo0v62', '1307952508', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"3mpahh94hpg106aoipucjo0v62\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('olludt53i2chatuqsi7ovsale3', '1307949644', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"olludt53i2chatuqsi7ovsale3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0o6574e65n9u6p1pc9n9mdfcb4', '1307960316', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:3:\"132\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4hmr66o52f2nh17889i4l8m6b4', '1307959935', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"4hmr66o52f2nh17889i4l8m6b4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"4hmr66o52f2nh17889i4l8m6b4\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bnv3ecmerpeh0608b99g9a89g2', '1307959666', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bnv3ecmerpeh0608b99g9a89g2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hbrlb9470avm46u083c5qu3me0', '1307953839', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"hbrlb9470avm46u083c5qu3me0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('f1klu6m7fishdqm51qrp8lv9l4', '1307957235', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"f1klu6m7fishdqm51qrp8lv9l4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('suaml0of91eg96utd0te9jps46', '1307955906', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"169\";s:4:\"csID\";s:26:\"suaml0of91eg96utd0te9jps46\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lc5f36k91ou4qtub8dff45tr22', '1307958435', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"lc5f36k91ou4qtub8dff45tr22\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('goh9ijg4sncojk411nu8rt4875', '1307949748', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"81\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('s45iv5gg14n6varbj1khgptsu4', '1307957386', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"s45iv5gg14n6varbj1khgptsu4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vkce3cd8nqg51ah0ck51972t82', '1307961365', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"vkce3cd8nqg51ah0ck51972t82\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('f1fa5s9cihliurj8o120klrmj2', '1307954267', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"f1fa5s9cihliurj8o120klrmj2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4oh1l22l4p4mmjk14bn7rcm3j6', '1307958576', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4oh1l22l4p4mmjk14bn7rcm3j6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('31av79nvlbq3957t3joj2tr1j4', '1307958901', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"31av79nvlbq3957t3joj2tr1j4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h3o1mh433j772bpqm89kudjh00', '1307960839', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"h3o1mh433j772bpqm89kudjh00\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nnqo25ca5pu4ck4228ona8n576', '1307957515', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"nnqo25ca5pu4ck4228ona8n576\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e1kr195jpu29gl0olvcqphjkr7', '1307962091', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:4:{i:0;a:4:{s:4:\"page\";s:17:\"shopping_cart.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"e1kr195jpu29gl0olvcqphjkr7\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"e1kr195jpu29gl0olvcqphjkr7\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:1:\"9\";s:4:\"csID\";s:26:\"e1kr195jpu29gl0olvcqphjkr7\";}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"188\";s:4:\"csID\";s:26:\"e1kr195jpu29gl0olvcqphjkr7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hm66gmtbmav3kl871pg1faogd1', '1307960003', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"hm66gmtbmav3kl871pg1faogd1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jm5a7lidvk2sln4akrllcf1ee6', '1307949814', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"jm5a7lidvk2sln4akrllcf1ee6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8po6sc56lt0374b2qnlqcgrk15', '1307951374', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"8po6sc56lt0374b2qnlqcgrk15\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5nuo7kkekraoq2pipqcs1s4ui3', '1307951382', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"5nuo7kkekraoq2pipqcs1s4ui3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2270gbng5aagipa8t40kmk9ro5', '1307951391', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"2270gbng5aagipa8t40kmk9ro5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ba6g58ndv6v61i6j74ijib31q3', '1307960717', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ba6g58ndv6v61i6j74ijib31q3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('je9udq7fp1ucne7q8fd64bvk92', '1307951406', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"je9udq7fp1ucne7q8fd64bvk92\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lrubjm8n6a7g9gr9gf7i6qgj46', '1307960520', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"lrubjm8n6a7g9gr9gf7i6qgj46\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kb3gisi5h18p92vt21vm79huk2', '1307961853', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kb3gisi5h18p92vt21vm79huk2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jicto41hiteo91l7gcnmn19uq6', '1307951673', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"jicto41hiteo91l7gcnmn19uq6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ke3j17kn18or22p2rdr1488p11', '1307951431', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"ke3j17kn18or22p2rdr1488p11\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tbct4vgo72713kf6233ciqhge3', '1307960867', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tbct4vgo72713kf6233ciqhge3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3vm9a7pgvhjsclfblc3kt31hc4', '1307951446', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"3vm9a7pgvhjsclfblc3kt31hc4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9n1ahip0ri8rn71m3o5n42rgf2', '1307961562', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"9n1ahip0ri8rn71m3o5n42rgf2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bdacgmncagea312864brhsd8l3', '1307960886', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bdacgmncagea312864brhsd8l3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('939ejneu81g0e5olche2psrvj0', '1307951472', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"939ejneu81g0e5olche2psrvj0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3k2lv11jg6129pgeo2p1f28ba3', '1307960764', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3k2lv11jg6129pgeo2p1f28ba3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('egm1ef6b6ip4l3d360hgf5j342', '1307961938', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"egm1ef6b6ip4l3d360hgf5j342\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gf04eact97afs0noh0ai3tfb00', '1307951496', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"gf04eact97afs0noh0ai3tfb00\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sfa9qnkac1q6u9vck48t459ob7', '1307951503', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"sfa9qnkac1q6u9vck48t459ob7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('s1v1oggvqr46b0if0ee2fpc8b4', '1307951512', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"s1v1oggvqr46b0if0ee2fpc8b4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lt2f8nucmlnefnadipccc2jtb4', '1307951519', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"lt2f8nucmlnefnadipccc2jtb4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gcxnugjrmgcrv', '1307961609', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:13:\"gcxnugjrmgcrv\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1d7crjhujmmtr7lss936ilp1b6', '1307951536', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"1d7crjhujmmtr7lss936ilp1b6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('450thlisvlrk51tjjb9b5eo611', '1307961665', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"450thlisvlrk51tjjb9b5eo611\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7r4a65erkr0q3cnceacjdgr9l0', '1307951600', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"7r4a65erkr0q3cnceacjdgr9l0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4602bf2ah49f4etjdjlvekcs50', '1307951624', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"4602bf2ah49f4etjdjlvekcs50\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9or8s4ieeqj8vhacb1lvrsjbs2', '1307960924', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"9or8s4ieeqj8vhacb1lvrsjbs2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0v8khr617vcai698kj61qcs682', '1307955985', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0v8khr617vcai698kj61qcs682\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ehfutb12723u6i1mmbk4659280', '1307960934', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ehfutb12723u6i1mmbk4659280\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qsb2lro1in826jv41b7psnlld7', '1307951658', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"qsb2lro1in826jv41b7psnlld7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('egfdec0l775h79f3ks581f8ns3', '1307961413', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"egfdec0l775h79f3ks581f8ns3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tp4vroge8ok9aqfffgsahhges3', '1307951681', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"tp4vroge8ok9aqfffgsahhges3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8ml4cn7r2m3binhrc629dn2fj6', '1307961779', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8ml4cn7r2m3binhrc629dn2fj6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('prevqyrtzxg', '1307951698', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_68_76\";s:4:\"csID\";s:11:\"prevqyrtzxg\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u24vqvj8ci362qt3hpcqocmvh2', '1307951705', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"u24vqvj8ci362qt3hpcqocmvh2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m6pp5kj8j4elont6t4anv8fc30', '1307951713', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"m6pp5kj8j4elont6t4anv8fc30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('id9flrkbcj54rnbk34qep7gu85', '1307951722', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"id9flrkbcj54rnbk34qep7gu85\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1nen48lc1spmtir6t2rjgukq27', '1307955436', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1nen48lc1spmtir6t2rjgukq27\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('g2qd339gkvl6f0f90shstknfb3', '1307957721', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"g2qd339gkvl6f0f90shstknfb3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bsn5avkfkqs880ieklm1105nm3', '1307952968', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"bsn5avkfkqs880ieklm1105nm3\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"bsn5avkfkqs880ieklm1105nm3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('g30ouiidvaj1278p4umb8bett2', '1307952320', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"g30ouiidvaj1278p4umb8bett2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5atcgbrdmtekc2pliv8u2na1f5', '1307951753', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"5atcgbrdmtekc2pliv8u2na1f5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fqcm0vdb37qs5l82r5m952fhf0', '1307951769', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"fqcm0vdb37qs5l82r5m952fhf0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h8m3pjoosnef1m545mhkdht475', '1307951777', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"h8m3pjoosnef1m545mhkdht475\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gek4lkutv4s168p8dsttf7h8u7', '1307958429', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"gek4lkutv4s168p8dsttf7h8u7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('s1r4b6j1ffk2rboav2pvpj0gj3', '1307951787', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"s1r4b6j1ffk2rboav2pvpj0gj3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fbd5kn3nf0j20v7q4smdtd8co5', '1307957841', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fbd5kn3nf0j20v7q4smdtd8co5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('30mal3giqfm2furv61aatuj7n0', '1307959348', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"30mal3giqfm2furv61aatuj7n0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jtp9roh355biktsk6o2m23nqa2', '1307959383', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jtp9roh355biktsk6o2m23nqa2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h84e9q0e0igi0cc891mk139ga7', '1307959521', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"72\";s:4:\"csID\";s:26:\"h84e9q0e0igi0cc891mk139ga7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gu8drhp3majgrj3jpm129abpr1', '1307959421', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"gu8drhp3majgrj3jpm129abpr1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fbqdme7jl588pepohejo09dcn6', '1307959431', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"fbqdme7jl588pepohejo09dcn6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tpcmf7dsijneqi1q3kbn38prm3', '1307959460', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tpcmf7dsijneqi1q3kbn38prm3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('t9609ejn89psfpj7c5dksshcn4', '1307959468', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"t9609ejn89psfpj7c5dksshcn4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1f11t10eg33n3blkp8baqv64d1', '1307961020', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1f11t10eg33n3blkp8baqv64d1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tsp52875tt4rc8hgl0uecv68o5', '1307959486', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tsp52875tt4rc8hgl0uecv68o5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tjgomaidj3tvrire7ar74rpra4', '1307959515', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tjgomaidj3tvrire7ar74rpra4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ig0ubcbuq1b9g5ajjn9ieei3j4', '1307961116', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"ig0ubcbuq1b9g5ajjn9ieei3j4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u497tdrhbtnh3mihnr6lpe62t2', '1307959563', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u497tdrhbtnh3mihnr6lpe62t2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j8ol6jpaesb8837fa8lictmmr0', '1307959571', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"j8ol6jpaesb8837fa8lictmmr0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7sfevngq42heuhh2mbg8trvab3', '1307959581', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7sfevngq42heuhh2mbg8trvab3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('svkajfgh3hg82ucasl8gcp67s6', '1307959591', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"svkajfgh3hg82ucasl8gcp67s6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8t1ueo54eqqk4k5q54lk6i7gi0', '1307959609', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"8t1ueo54eqqk4k5q54lk6i7gi0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hoq65l3msgmp4upg79ko3orfq6', '1307959646', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"hoq65l3msgmp4upg79ko3orfq6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nme74ch7fvskfutos8skq27q66', '1307959652', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"103\";s:4:\"csID\";s:26:\"nme74ch7fvskfutos8skq27q66\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u89fdvi2h9l1nc02bu99abu346', '1307959656', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u89fdvi2h9l1nc02bu99abu346\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('a0bhorvknmvlagciu6benf9780', '1307959722', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"a0bhorvknmvlagciu6benf9780\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0vkbd0a87t080r89lpb4jb6s07', '1307959694', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0vkbd0a87t080r89lpb4jb6s07\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tvb0o35n761cu63bkmnv2dfas2', '1307959703', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tvb0o35n761cu63bkmnv2dfas2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cg4u4e3p2laleeuce71frovj95', '1307959740', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"cg4u4e3p2laleeuce71frovj95\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1nrhii15njq4ujdjuloegb83m6', '1307959759', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1nrhii15njq4ujdjuloegb83m6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('k1do0bo2bsplgc684nnegskvm4', '1307959785', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"k1do0bo2bsplgc684nnegskvm4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"k1do0bo2bsplgc684nnegskvm4\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d9483k9erapjhrerp6io5u1s63', '1307959825', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d9483k9erapjhrerp6io5u1s63\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('27ela4qodj6rang173r2fvv8v1', '1307959857', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"27ela4qodj6rang173r2fvv8v1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5rdjiu098skic1upnuk3ti9pc7', '1307959882', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5rdjiu098skic1upnuk3ti9pc7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('finjnkftch1vvhi2fapamo70b7', '1307960229', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"finjnkftch1vvhi2fapamo70b7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u6a2taj8d5ua99dvsrkeg4e2f1', '1307960492', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u6a2taj8d5ua99dvsrkeg4e2f1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('etq0rhk8ijgi8evi7ur6u9aj30', '1307960248', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"etq0rhk8ijgi8evi7ur6u9aj30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8gbjnj6ipc9qu0bphfiheld491', '1307960257', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8gbjnj6ipc9qu0bphfiheld491\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ken4gc9be44ims1ek9qcscj852', '1307960285', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ken4gc9be44ims1ek9qcscj852\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nq5ebc7dubl8hvmd6lafdvrcd3', '1307960299', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"nq5ebc7dubl8hvmd6lafdvrcd3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1mtqvs9ucbj84nb8cvnh2es4v1', '1307960341', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1mtqvs9ucbj84nb8cvnh2es4v1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4l9gpbgr34oh9g9rden85h14n4', '1307960891', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"4l9gpbgr34oh9g9rden85h14n4\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"9_47\";s:4:\"csID\";s:26:\"4l9gpbgr34oh9g9rden85h14n4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('iqfc0pic4g39gb4mc7hq2agc65', '1307960370', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"iqfc0pic4g39gb4mc7hq2agc65\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gi9rnvn1553vanqaut7fvfi6a2', '1307960388', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"gi9rnvn1553vanqaut7fvfi6a2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7a6di9r674n7p9gl9bolmajn97', '1307960398', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7a6di9r674n7p9gl9bolmajn97\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4pnn8961h59c484fknd23ea7m4', '1307960408', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4pnn8961h59c484fknd23ea7m4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nbbq225q31r45q8pkvrehif2d7', '1307960416', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"nbbq225q31r45q8pkvrehif2d7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mkhgj1253o9aasjnvhfi9g35c1', '1307960437', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mkhgj1253o9aasjnvhfi9g35c1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0vdql80es8ut90tvovur1adr20', '1307960463', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0vdql80es8ut90tvovur1adr20\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pgvq7rmrp4qt66diirmp43jmt5', '1307960482', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"pgvq7rmrp4qt66diirmp43jmt5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lcpopm20je1cq86vjn3hhe86b4', '1307960557', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"lcpopm20je1cq86vjn3hhe86b4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m28mukfllsv4vfvf3sb18noe12', '1307960540', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"m28mukfllsv4vfvf3sb18noe12\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u3emsq68l78uqsekl9qdqjplo2', '1307960548', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u3emsq68l78uqsekl9qdqjplo2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('n367de414tdsfcu78etmr3k6d7', '1307960604', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"n367de414tdsfcu78etmr3k6d7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6a5md7edmor3oss1jicpd542o4', '1307960651', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6a5md7edmor3oss1jicpd542o4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('udc9h300ilsnmvn0cn1kv0fsn0', '1307960699', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"udc9h300ilsnmvn0cn1kv0fsn0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ef6tjgct208v4vfefjhqv9g3n2', '1307960708', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ef6tjgct208v4vfefjhqv9g3n2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('karkf3sk8jt8iathhsm62j2f97', '1307960728', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"karkf3sk8jt8iathhsm62j2f97\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d1sjvklqv1fv5r2bae0u2gj7l7', '1307960755', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d1sjvklqv1fv5r2bae0u2gj7l7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('etlaaveessz', '1307960774', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"9_44\";s:4:\"csID\";s:11:\"etlaaveessz\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3lolt8eq6qvrlkelga08rk6tn3', '1307961027', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3lolt8eq6qvrlkelga08rk6tn3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('24rgci17o03i6a0mbqnum9i074', '1307961113', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"24rgci17o03i6a0mbqnum9i074\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6434sl2ofjdgv50784lc24bvt4', '1307961768', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"34\";s:4:\"csID\";s:26:\"6434sl2ofjdgv50784lc24bvt4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ocnvl7goghrktrd19c86ocqt70', '1307961243', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ocnvl7goghrktrd19c86ocqt70\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('itvc42fe3f2cv69aegn8r584o1', '1307961737', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:5:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_14\";s:4:\"csID\";s:26:\"itvc42fe3f2cv69aegn8r584o1\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"itvc42fe3f2cv69aegn8r584o1\";}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"151\";s:4:\"csID\";s:26:\"itvc42fe3f2cv69aegn8r584o1\";}s:4:\"post\";a:0:{}}i:4;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"itvc42fe3f2cv69aegn8r584o1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('soom2dfhoh9u0655dkbtujqu57', '1307961253', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"soom2dfhoh9u0655dkbtujqu57\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4f7oficc30cmk3uc126r924mv6', '1307961349', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4f7oficc30cmk3uc126r924mv6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fa47jhtehrmb67cv4pomeg58o3', '1307961525', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fa47jhtehrmb67cv4pomeg58o3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cbengb230b9dgqesebit7h4755', '1307961534', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"cbengb230b9dgqesebit7h4755\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8qr06o21qtecvquj17cuu2af67', '1307959176', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"103\";s:4:\"csID\";s:26:\"8qr06o21qtecvquj17cuu2af67\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qdu5aimt9f2a8fsgcmcce6ahv5', '1307959183', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qdu5aimt9f2a8fsgcmcce6ahv5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3h8clhiklp7hf2fob05d07gmt1', '1307960905', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3h8clhiklp7hf2fob05d07gmt1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j2i85i21l4dss04ajt93u38c72', '1307959195', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"j2i85i21l4dss04ajt93u38c72\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('atofe9vnlbtd83cnt39m7160b3', '1307957981', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"atofe9vnlbtd83cnt39m7160b3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8fooj9sfkglm9n88uuoikl6q52', '1307958014', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"8fooj9sfkglm9n88uuoikl6q52\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fp646jftepk418vvf7298dk266', '1307962304', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"fp646jftepk418vvf7298dk266\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5n9a0c4k8at39pmfu79f4gk5q7', '1307961553', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5n9a0c4k8at39pmfu79f4gk5q7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mff322pjrddkbvg4ne620ls4j6', '1307961576', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9rv8dq52hr23g3isil8g7al2l0', '1307961629', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9rv8dq52hr23g3isil8g7al2l0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('glfe41e27kb92t2vvv5eso3fq5', '1307961637', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"glfe41e27kb92t2vvv5eso3fq5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d89540c732o7n5o8cfup6mn6u4', '1307961684', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d89540c732o7n5o8cfup6mn6u4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ac5ct7cmpj71t2a22l4du9fmr1', '1307961722', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ac5ct7cmpj71t2a22l4du9fmr1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ceoi7jpg0rfniqqvtu7peb3s15', '1307961759', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ceoi7jpg0rfniqqvtu7peb3s15\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gb2r66b1i9iu1v9c6fsbj1agt6', '1307962135', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"80\";s:4:\"csID\";s:26:\"gb2r66b1i9iu1v9c6fsbj1agt6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8k7gku9486b43fvei6ff4m33f5', '1307961910', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8k7gku9486b43fvei6ff4m33f5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ss5ek7tf23a1d1qu2v854tnmu4', '1307961947', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ss5ek7tf23a1d1qu2v854tnmu4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('g2oo8236qv03ndsqhd6dsjof24', '1307961963', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"34\";s:4:\"csID\";s:26:\"g2oo8236qv03ndsqhd6dsjof24\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3mir9vu8fa7uek5asre5ag73f6', '1307962041', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3mir9vu8fa7uek5asre5ag73f6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v5nf8o24ffrmfqo3ngcs578627', '1307962051', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"v5nf8o24ffrmfqo3ngcs578627\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ohbg4a0l4aukpa7csgarn7po23', '1307962061', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"67\";s:4:\"csID\";s:26:\"ohbg4a0l4aukpa7csgarn7po23\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('41rr6ct7q776dn8d66h1afjtq3', '1307962086', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"97\";s:4:\"csID\";s:26:\"5tce9dvjomh2p920qddot9qc76\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fe0pr4l4rgbng76vpbqi3u8vb4', '1307962155', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"80\";s:4:\"csID\";s:26:\"fe0pr4l4rgbng76vpbqi3u8vb4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1o64n4pho1q17gf02b05415qu6', '1307962315', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:1:\"8\";s:4:\"csID\";s:26:\"1o64n4pho1q17gf02b05415qu6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e8jlbehd3urqud9b87d0guesm7', '1307962191', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"165\";s:4:\"csID\";s:26:\"e8jlbehd3urqud9b87d0guesm7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9q6em3o2fdcaqp3jm68nvbf0a2', '1307962230', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:1:\"1\";s:4:\"csID\";s:26:\"9q6em3o2fdcaqp3jm68nvbf0a2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jtbs7k92de5gprsc54i9q44in2', '1307962238', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"156\";s:4:\"csID\";s:26:\"jtbs7k92de5gprsc54i9q44in2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ejsvsrp9heu0aiacgee4gv1fs4', '1307962257', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"64\";s:4:\"csID\";s:26:\"ejsvsrp9heu0aiacgee4gv1fs4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j5r4k7n5vv97ambn2oiksn1cj7', '1307962259', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"165\";s:4:\"csID\";s:26:\"j5r4k7n5vv97ambn2oiksn1cj7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8mphep3lqilmeehd9cj92sng67', '1307962295', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"150\";s:4:\"csID\";s:26:\"8mphep3lqilmeehd9cj92sng67\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3rh787r0q7fivj6ialtanp4ld4', '1307962325', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:15:\"uggs_sizing.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csid\";s:32:\"2ca48487707bb8e9b7b6a7feb886e93a\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lrcpovdvhvtf77a2j20g9ojvn3', '1307953339', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"lrcpovdvhvtf77a2j20g9ojvn3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gqjhhbad1c70jk21a34k4r4sv1', '1307954776', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"gqjhhbad1c70jk21a34k4r4sv1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7c2bspg9v7ljmvfg2vl55in684', '1307959620', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7c2bspg9v7ljmvfg2vl55in684\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9ic8kkgtjoor6e7lscg6bufpj7', '1307953363', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"9ic8kkgtjoor6e7lscg6bufpj7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5n5b3l1geqonji63l760gdm8h5', '1307953372', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5n5b3l1geqonji63l760gdm8h5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('aiv3o3ontr048ol4oh8q0h7hi5', '1307953374', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"aiv3o3ontr048ol4oh8q0h7hi5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4uo75vphshu1cm9hik91lj42a6', '1307953380', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4uo75vphshu1cm9hik91lj42a6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fjm9rbc6olupdj26ov624f3ed3', '1307953388', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"fjm9rbc6olupdj26ov624f3ed3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bcu4tf18m4juoo64dkqs7roqs4', '1307953404', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bcu4tf18m4juoo64dkqs7roqs4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hic4ngar77v3l73u3mlgoapi66', '1307958252', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"hic4ngar77v3l73u3mlgoapi66\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m2s1th7ees0959v9s83i3gkj06', '1307958274', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"m2s1th7ees0959v9s83i3gkj06\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('k013sn7jmti9srt45q78okn4c0', '1307958284', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"k013sn7jmti9srt45q78okn4c0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('avajo1ken66asb4nvssngekss5', '1307958306', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"avajo1ken66asb4nvssngekss5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pes52r6bgt965h0fkt9omm16t4', '1307958349', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"pes52r6bgt965h0fkt9omm16t4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ot9mfe035ih7tuneicpgquv3e4', '1307958360', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ot9mfe035ih7tuneicpgquv3e4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('af5d72ii52n6qai6kah3au5026', '1307958370', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"af5d72ii52n6qai6kah3au5026\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('uckadle8l3soj78du4kiasomc3', '1307958381', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"uckadle8l3soj78du4kiasomc3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d2sanucgpqghh436nisnlogmf4', '1307958403', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d2sanucgpqghh436nisnlogmf4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('drk461ira950di064ajmj8aoi0', '1307958424', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"drk461ira950di064ajmj8aoi0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jldkpn2a9i0gelblv476prkvr0', '1307958446', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jldkpn2a9i0gelblv476prkvr0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u8i5eltavcnpgr4qbiovbtf0u2', '1307958459', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u8i5eltavcnpgr4qbiovbtf0u2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pr82crmn96jst856lk4hoj9g86', '1307958469', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"pr82crmn96jst856lk4hoj9g86\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('veagck21golgc2qlca7kq3phg0', '1307958480', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"veagck21golgc2qlca7kq3phg0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vugfmfn5bffc86a746r60vue56', '1307958490', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"vugfmfn5bffc86a746r60vue56\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8k3jc5hcs3jlkvbrdg9kjis7t4', '1307958554', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8k3jc5hcs3jlkvbrdg9kjis7t4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q71rd8fpfk472kl5647f4t0175', '1307958565', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"q71rd8fpfk472kl5647f4t0175\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ip5hvh2jc147pfjlubpqr52jt2', '1307958587', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ip5hvh2jc147pfjlubpqr52jt2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('c1a8o0t3o16ah9ulpj9li5qvv3', '1307958598', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"c1a8o0t3o16ah9ulpj9li5qvv3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lior9h13fcjp0kfnumc67tgql2', '1307958630', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"lior9h13fcjp0kfnumc67tgql2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8fm1pql75pa0qeon0phojv2or6', '1307958641', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8fm1pql75pa0qeon0phojv2or6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0asnhanvsrn42v9n85stueb6o7', '1307958673', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0asnhanvsrn42v9n85stueb6o7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5or8sdvq96s5fki46luc1c83a7', '1307958685', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5or8sdvq96s5fki46luc1c83a7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6rd6hv9a80rb1h9s5lg1vitlk3', '1307958718', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6rd6hv9a80rb1h9s5lg1vitlk3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5010en1v528gr6d6gdi62gss83', '1307958728', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5010en1v528gr6d6gdi62gss83\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('n6j8e39ljne3orl4v396av0ae6', '1307960235', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"n6j8e39ljne3orl4v396av0ae6\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"n6j8e39ljne3orl4v396av0ae6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"n6j8e39ljne3orl4v396av0ae6\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3f340vh2p39bhq6gqrrcbm3kc4', '1307958739', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"3f340vh2p39bhq6gqrrcbm3kc4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sr8kbimfj78gnhio3adlvflek1', '1307958143', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"sr8kbimfj78gnhio3adlvflek1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ac1o82hpg70vnb4k5g8f8mr3l7', '1307958155', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ac1o82hpg70vnb4k5g8f8mr3l7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ee8pt88tg2h4hfsov9765ri9d6', '1307958359', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"ee8pt88tg2h4hfsov9765ri9d6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ca6d5b5d85...', '1307957267', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:13:\"ca6d5b5d85...\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('60hce527bh663orlr08pgujgd5', '1307959393', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"60hce527bh663orlr08pgujgd5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('uq138tbarbr72b021s3fdg2321', '1307956693', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"uq138tbarbr72b021s3fdg2321\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5fl92o5hdqlen5httvf53jpa26', '1307961300', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5fl92o5hdqlen5httvf53jpa26\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('aqo82s1r25sh8b4uf1as0uint1', '1307953831', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"aqo82s1r25sh8b4uf1as0uint1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v2lu0sgeqpj73n4i2u7ef4ofb1', '1307953848', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"v2lu0sgeqpj73n4i2u7ef4ofb1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1jjcd7cq0ku199p00j39hdoi47', '1307950033', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_14\";s:4:\"csID\";s:26:\"1jjcd7cq0ku199p00j39hdoi47\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h5rlmeenq57pkisckm8poh0bk3', '1307950050', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"h5rlmeenq57pkisckm8poh0bk3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ml9b7t4vttevj0rdsh7f07llu4', '1307950056', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"ml9b7t4vttevj0rdsh7f07llu4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m2nsb82jc3ip2l6d50c069u0s1', '1307950065', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"m2nsb82jc3ip2l6d50c069u0s1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jdo21lvl6nfh8qab9dg9217j50', '1307959900', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jdo21lvl6nfh8qab9dg9217j50\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bmc909rglt58a1vtqftd8molf0', '1307961957', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bmc909rglt58a1vtqftd8molf0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p70js8apop7olvst8q96g8g2l1', '1307950089', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"p70js8apop7olvst8q96g8g2l1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('c6rvps58s3tllgu2urpt1e4203', '1307950096', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"c6rvps58s3tllgu2urpt1e4203\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ihd755lt02ncrpjaefvupvaqf5', '1307960914', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ihd755lt02ncrpjaefvupvaqf5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sucb9jrv6evbigbm4af3uj1b25', '1307960050', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"sucb9jrv6evbigbm4af3uj1b25\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5o5gqu44apgeso2s6a0o4ttdh3', '1307961769', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5o5gqu44apgeso2s6a0o4ttdh3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qvnstktaa0sqstalduanud2ts6', '1307950127', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:14:\"conditions.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"qvnstktaa0sqstalduanud2ts6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vfng9apmnplm9v0m7fqjghqr24', '1307950132', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"vfng9apmnplm9v0m7fqjghqr24\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oqvea52u674usl13gnjj4i9263', '1307961919', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"oqvea52u674usl13gnjj4i9263\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('zfzqoszmxizwyins', '1307962032', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"8_37\";s:4:\"csID\";s:16:\"zfzqoszmxizwyins\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('l929tllj8adj0pm0051ta59je1', '1307951304', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"l929tllj8adj0pm0051ta59je1\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"l929tllj8adj0pm0051ta59je1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"l929tllj8adj0pm0051ta59je1\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('un6niel72818j5eo4rokl8tnq2', '1307961619', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"un6niel72818j5eo4rokl8tnq2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('l9fg65acrkg8i0hkvn3568qem2', '1307961928', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"l9fg65acrkg8i0hkvn3568qem2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q6o8haqc8t619e4f3ov1ls1nh3', '1307961712', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"q6o8haqc8t619e4f3ov1ls1nh3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jl3hmugga26d9c99g1e2cu5es1', '1307958749', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jl3hmugga26d9c99g1e2cu5es1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('alhitck4b08earm8kq083cm386', '1307961328', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"alhitck4b08earm8kq083cm386\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oa0dorq2kuh31pnl169erljuo5', '1307959668', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:1:\"8\";s:4:\"csID\";s:26:\"oa0dorq2kuh31pnl169erljuo5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('41hrh3942ks5japsfbk5i6qrg6', '1307950201', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"41hrh3942ks5japsfbk5i6qrg6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cm1nacttdn2adm5ccpmm6ltp90', '1307950209', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"cm1nacttdn2adm5ccpmm6ltp90\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6p0oius9vts9fhhfamr79o7em3', '1307950217', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"6p0oius9vts9fhhfamr79o7em3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jdvv0lckola9v14oev0qppt887', '1307950225', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"jdvv0lckola9v14oev0qppt887\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h9dh9j5oo8opdgqbt71r6ampk5', '1307950234', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"h9dh9j5oo8opdgqbt71r6ampk5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('51c0na7upprbqshatftev1c953', '1307950242', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"51c0na7upprbqshatftev1c953\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cpiq3mkmamsako4h17c8h65g55', '1307959627', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"cpiq3mkmamsako4h17c8h65g55\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p12c1r2jh7jofbj1p30c99v384', '1307950258', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"p12c1r2jh7jofbj1p30c99v384\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('l623nlhdpomd0r3unlom32sti2', '1307950266', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"l623nlhdpomd0r3unlom32sti2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('njqirsi5msfmmpo0491qcbeai4', '1307950274', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"njqirsi5msfmmpo0491qcbeai4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5i0kcg1tts7n0ebrsikpisdep5', '1307950282', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"5i0kcg1tts7n0ebrsikpisdep5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v519n4scvv993gb5uea55eg8k0', '1307950282', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"v519n4scvv993gb5uea55eg8k0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"v519n4scvv993gb5uea55eg8k0\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('movt4mn95sv8n1iqnghbct4gp0', '1307950290', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"movt4mn95sv8n1iqnghbct4gp0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e1ktdc3ljlllguij8851jrfl44', '1307961901', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"e1ktdc3ljlllguij8851jrfl44\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lb03q2j8v7hj01se6fp5h30rg2', '1307959947', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"lb03q2j8v7hj01se6fp5h30rg2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ic0ogotv81hvcocttf5aveqb27', '1307961581', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ic0ogotv81hvcocttf5aveqb27\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5a4abdvoqc8582mmv1n5btns01', '1307959843', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5a4abdvoqc8582mmv1n5btns01\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8b0mri0elt0ktudqq43j6r5qs0', '1307950331', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"8b0mri0elt0ktudqq43j6r5qs0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e3comtmni6n15uf6rp6rsv0nn1', '1307950339', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"e3comtmni6n15uf6rp6rsv0nn1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6u9pugbgqlj5r299chcpj4ctc6', '1307953710', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6u9pugbgqlj5r299chcpj4ctc6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mqd3rf43ij0pub5k7u6u4btcs2', '1307949023', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"mqd3rf43ij0pub5k7u6u4btcs2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3o5snr9frmj2dgnbf4m67iqfh0', '1307954581', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"3o5snr9frmj2dgnbf4m67iqfh0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('alepdjutr1dbhvu2u7mc9gvlj6', '1307958025', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"alepdjutr1dbhvu2u7mc9gvlj6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2kf25s9oh1jp5po14tcd6ucbu4', '1307953412', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2kf25s9oh1jp5po14tcd6ucbu4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2toqj36g0bkruavr3v0972h2j4', '1307953421', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2toqj36g0bkruavr3v0972h2j4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tdvsbev17k8i3vb03e965bfkc0', '1307958035', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"tdvsbev17k8i3vb03e965bfkc0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('chmdc2e2lt5o9dsob9lm9js740', '1307955123', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"chmdc2e2lt5o9dsob9lm9js740\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('43ajgstihp19s9quo4he14s951', '1307955372', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"43ajgstihp19s9quo4he14s951\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ophmd8kj6t6c7bqq39mpme9ma5', '1307955138', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ophmd8kj6t6c7bqq39mpme9ma5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('858dsklv2skse9qbsma8ht9nq0', '1307955146', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"858dsklv2skse9qbsma8ht9nq0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6nduktdp2u0e5lif8563l3l7k2', '1307955162', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6nduktdp2u0e5lif8563l3l7k2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('50sq3oljd8427ss0o1rh83k5t1', '1307955170', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"50sq3oljd8427ss0o1rh83k5t1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m9s6ur54u5atgf658dekcf8rc6', '1307962315', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"156\";s:4:\"csID\";s:26:\"m9s6ur54u5atgf658dekcf8rc6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3driipbgfkl8m0f8ggvvevfmd7', '1307955187', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3driipbgfkl8m0f8ggvvevfmd7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qpn0776qmd4cub5qj9o2h85b34', '1307955219', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qpn0776qmd4cub5qj9o2h85b34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jvrb80m1im0886pqg7511k5uu2', '1307955228', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jvrb80m1im0886pqg7511k5uu2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5bik5liste4gaa61568mq04qf3', '1307955235', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5bik5liste4gaa61568mq04qf3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('t3j7oguirpfj9im1ttv2qko624', '1307955243', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"t3j7oguirpfj9im1ttv2qko624\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('olaa72fvc0fdn2nmnl53r29l95', '1307955251', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"olaa72fvc0fdn2nmnl53r29l95\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hbvsog12qkhd9up2vv8lss06l1', '1307955260', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"hbvsog12qkhd9up2vv8lss06l1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('am8h3nkhk6ho930dd5ck4v7bb1', '1307955283', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_68\";s:4:\"csID\";s:26:\"am8h3nkhk6ho930dd5ck4v7bb1\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_68_69\";s:4:\"csID\";s:26:\"am8h3nkhk6ho930dd5ck4v7bb1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('43jlmvqc8jud1gfhlesbrj1581', '1307955268', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"43jlmvqc8jud1gfhlesbrj1581\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('606bvudo5v3bei6npsi2hja4s0', '1307955275', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"606bvudo5v3bei6npsi2hja4s0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ksc6n9lurc2us4kp42ut8fmeq5', '1307955291', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ksc6n9lurc2us4kp42ut8fmeq5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('482g3m7brsutr7le7a94eb8341', '1307955307', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"482g3m7brsutr7le7a94eb8341\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('beo6b1ouq76irg31cjv2o42e75', '1307955315', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"beo6b1ouq76irg31cjv2o42e75\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1i2r3tk646okklmelttfo6r8n0', '1307955323', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"1i2r3tk646okklmelttfo6r8n0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v3t9sk58go4semjddf5uoulga5', '1307955332', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"v3t9sk58go4semjddf5uoulga5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5rsl419r8q2j8eotbvomfuotu2', '1307955340', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5rsl419r8q2j8eotbvomfuotu2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0uroitkb5pqum2v6qitqp5qho6', '1307960454', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0uroitkb5pqum2v6qitqp5qho6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('miij42t51ph0s7nit59eop4su3', '1307956368', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"miij42t51ph0s7nit59eop4su3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3j4u5t2i1nr8gb94dosi33jod1', '1307956379', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3j4u5t2i1nr8gb94dosi33jod1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('is02d5repka60hg03ll2picql5', '1307956391', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"is02d5repka60hg03ll2picql5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('rdmrvcephhaisghr2h3huck0g4', '1307956402', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"rdmrvcephhaisghr2h3huck0g4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cjjbsq6qog2nmn3699se9qg412', '1307956413', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"cjjbsq6qog2nmn3699se9qg412\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tludfjeb8iolte6fdc3a1pnu07', '1307956423', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tludfjeb8iolte6fdc3a1pnu07\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4b95m3lf97hojepeu2jrh78j14', '1307958707', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4b95m3lf97hojepeu2jrh78j14\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8lpni7k4brpestb347h7nmit12', '1307956455', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8lpni7k4brpestb347h7nmit12\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qrjhh0or5e1hs4b1got82rh6v4', '1307956466', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qrjhh0or5e1hs4b1got82rh6v4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gk0i3d2as2ghga0gufjt6a0p01', '1307956477', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"gk0i3d2as2ghga0gufjt6a0p01\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3404k3nb48rvqt5hbnmr8u5h74', '1307956487', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3404k3nb48rvqt5hbnmr8u5h74\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j9k72qvthu19igjrcn89sf8no2', '1307956498', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"j9k72qvthu19igjrcn89sf8no2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h98m477pit023rlssh1buub745', '1307961055', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"h98m477pit023rlssh1buub745\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_14\";s:4:\"csID\";s:26:\"h98m477pit023rlssh1buub745\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qt6mh6sso1lgfok8t1jtrrti50', '1307956541', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qt6mh6sso1lgfok8t1jtrrti50\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8eqt88b69p6n7tlbed9tjr93f1', '1307956552', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"8eqt88b69p6n7tlbed9tjr93f1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1jo17bq8r15u7os2sg48h8irs7', '1307956563', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1jo17bq8r15u7os2sg48h8irs7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j6sjjk5dnrp2sc7i2k41433pc4', '1307956574', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"j6sjjk5dnrp2sc7i2k41433pc4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u9acprvad91hvjjo1lkueitol2', '1307956574', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"9_42\";s:4:\"csID\";s:26:\"u9acprvad91hvjjo1lkueitol2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mht7p4cbnbj6hjgmo5plorrk91', '1307956606', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mht7p4cbnbj6hjgmo5plorrk91\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('v0sf75nm38qhh4dd52toj9s7t6', '1307956617', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"v0sf75nm38qhh4dd52toj9s7t6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6t6ololo4bfpa7t2c3hdq3ol40', '1307960537', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"6t6ololo4bfpa7t2c3hdq3ol40\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"volkl.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"6t6ololo4bfpa7t2c3hdq3ol40\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6be8q65tqsqofqm9ea9jkd5lj2', '1307956629', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6be8q65tqsqofqm9ea9jkd5lj2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mlh0kpjqmv5k71jg246au1hrt4', '1307956640', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mlh0kpjqmv5k71jg246au1hrt4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3b2f82c43g1n30k82mtebfpr03', '1307956648', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"9_48\";s:4:\"csID\";s:26:\"3b2f82c43g1n30k82mtebfpr03\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jd3669himlt8rda8d5gnrguin4', '1307954598', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"jd3669himlt8rda8d5gnrguin4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7h71qr4collhuj4f7jbpivk753', '1307960014', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"7h71qr4collhuj4f7jbpivk753\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('tiocmenrg09jpud4lavcq24fv7', '1307961168', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"tiocmenrg09jpud4lavcq24fv7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('jbcugdhv7nk6uro6dvpsgc4sc1', '1307959496', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"jbcugdhv7nk6uro6dvpsgc4sc1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6r0i4ftis17sinfckmqif9sq31', '1307961670', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"63\";s:4:\"csID\";s:26:\"6r0i4ftis17sinfckmqif9sq31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mqshatb6aklqhg9jgl5q0o0534', '1307961872', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"mqshatb6aklqhg9jgl5q0o0534\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('orap97p5blm5gipt6l89lddtc1', '1307951065', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"orap97p5blm5gipt6l89lddtc1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2uv5jv87q0jjegsum54u0mdvv7', '1307951072', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"2uv5jv87q0jjegsum54u0mdvv7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dfpm2nck0r1qqj4nd00r3chu97', '1307960041', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"dfpm2nck0r1qqj4nd00r3chu97\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9j1l463ku6v2vq673b67p233t2', '1307951089', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"9j1l463ku6v2vq673b67p233t2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hbb95rfeaqvjoodg9ng21c3kt2', '1307961037', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"hbb95rfeaqvjoodg9ng21c3kt2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sgobv55aboh79oc55shjrbe6i1', '1307962220', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"sgobv55aboh79oc55shjrbe6i1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vhl5h6cgt038eetvd46he4i3e4', '1307959854', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"vhl5h6cgt038eetvd46he4i3e4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3ancq0nb5k1bqg5f8s0arg6bu0', '1307958017', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"3ancq0nb5k1bqg5f8s0arg6bu0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mjbpe51pkbjj8imrkkhjoqpag0', '1307957667', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mjbpe51pkbjj8imrkkhjoqpag0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7uvsf5m0rlng13tbemuudkeu14', '1307956985', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7uvsf5m0rlng13tbemuudkeu14\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('huhh37bftlnhnac9afghd1nhg5', '1307962060', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"huhh37bftlnhnac9afghd1nhg5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fjp813d3v6vr6pdfc0d47r7784', '1307961130', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"fjp813d3v6vr6pdfc0d47r7784\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1uri68g67ftf3di4o64mactbk1', '1307961478', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1uri68g67ftf3di4o64mactbk1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q9ae8avf2aqgl4tplqm8v90k25', '1307961187', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"q9ae8avf2aqgl4tplqm8v90k25\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('on94gn9jpoa9c5t5el1aic4ue5', '1307961197', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"on94gn9jpoa9c5t5el1aic4ue5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7jov00vs0u5s4aunrpaal04c83', '1307961205', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7jov00vs0u5s4aunrpaal04c83\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('14rsgj4hknikev4r6ek348fv06', '1307958068', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"14rsgj4hknikev4r6ek348fv06\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('udr7pf59ckm5771puaptojn856', '1307958100', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"udr7pf59ckm5771puaptojn856\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9a4hvjth5qltdl7breveod5ka5', '1307957624', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9a4hvjth5qltdl7breveod5ka5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sslsq0n72i1qihf1r5lvp9qi81', '1307957634', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"sslsq0n72i1qihf1r5lvp9qi81\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j4f7c8idl5kb7d72vra954r346', '1307957642', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"61\";s:4:\"csID\";s:26:\"j4f7c8idl5kb7d72vra954r346\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m124irme1hhlonpdv01vapbue4', '1307958208', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:4:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"m124irme1hhlonpdv01vapbue4\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"177\";s:4:\"csID\";s:26:\"m124irme1hhlonpdv01vapbue4\";}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_14\";s:4:\"csID\";s:26:\"m124irme1hhlonpdv01vapbue4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('08f3movnv52jk1r446n1igil54', '1307957656', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"08f3movnv52jk1r446n1igil54\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fslf97ushsob56vvl84dpr9d74', '1307957689', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fslf97ushsob56vvl84dpr9d74\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('or4h3970mil9rj6d9klkcleks3', '1307957699', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"or4h3970mil9rj6d9klkcleks3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('i85mpd7unfjcjs57sj52anjbs5', '1307961055', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"i85mpd7unfjcjs57sj52anjbs5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('k63v69cscsioaumntttpj9ov32', '1307960802', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"k63v69cscsioaumntttpj9ov32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('uo9jp964hqoimp1qg2m9ru9la3', '1307961282', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"uo9jp964hqoimp1qg2m9ru9la3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('33n974he9oa1irotirap842qm6', '1307957743', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"33n974he9oa1irotirap842qm6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('l8pklhdeovf109bgon5o2rg6u3', '1307958597', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"l8pklhdeovf109bgon5o2rg6u3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('71kno2ce2aag691dt5mj11d9t0', '1307957753', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"71kno2ce2aag691dt5mj11d9t0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2ssccs8jhprs1g1muimscggd03', '1307957764', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2ssccs8jhprs1g1muimscggd03\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('a6les9tb2bfstlv8k83u33b3o1', '1307957767', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"a6les9tb2bfstlv8k83u33b3o1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"a6les9tb2bfstlv8k83u33b3o1\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('625fj42vb8dbbvmoe54r2keep7', '1307957777', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"625fj42vb8dbbvmoe54r2keep7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fg7u6lh7un58js6i09rqbkd9d0', '1307957830', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fg7u6lh7un58js6i09rqbkd9d0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('drv898mbcsc714fi5io8r1hp97', '1307957798', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"drv898mbcsc714fi5io8r1hp97\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('orfdvvouvpnpm66oe6qseenk81', '1307957813', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"61\";s:4:\"csID\";s:26:\"orfdvvouvpnpm66oe6qseenk81\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nt4cgbbu3659016kbeg23k9pl0', '1307957851', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"nt4cgbbu3659016kbeg23k9pl0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ratf1f1j4ul9dhnn90kmmt67i3', '1307957873', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ratf1f1j4ul9dhnn90kmmt67i3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('uemj59dd9889j138vadjkctdg0', '1307958665', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"uemj59dd9889j138vadjkctdg0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5nems6ot80lal347vo9q1rdv86', '1307957894', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5nems6ot80lal347vo9q1rdv86\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('26qogbobbapi3kpfhki31a3lj6', '1307958057', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"26qogbobbapi3kpfhki31a3lj6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('o5gbhlc31qrq0a8itob55g6bl5', '1307958608', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"o5gbhlc31qrq0a8itob55g6bl5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('897qcmvt4h60g9h5sr5jcl12m0', '1307957905', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"897qcmvt4h60g9h5sr5jcl12m0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('t55qdgu5vv035fdv6c5l60j661', '1307962002', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"t55qdgu5vv035fdv6c5l60j661\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_75_82\";s:4:\"csID\";s:26:\"t55qdgu5vv035fdv6c5l60j661\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('n7a83anvarjc3rkr1c66loure6', '1307957927', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"n7a83anvarjc3rkr1c66loure6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vbuurgmegk929slip9prftr782', '1307957946', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"8_36\";s:4:\"csID\";s:26:\"vbuurgmegk929slip9prftr782\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('030bj3neitm0i1o6d9h6a1q465', '1307957949', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"030bj3neitm0i1o6d9h6a1q465\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e2i5tsq2rcla781dc5ua5t9c02', '1307957959', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"e2i5tsq2rcla781dc5ua5t9c02\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e5mevs7t52lpe3f8iugndbhmo7', '1307949507', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"e5mevs7t52lpe3f8iugndbhmo7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"e5mevs7t52lpe3f8iugndbhmo7\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('atpg11necffqfqedu5sdhi3bh6', '1307958760', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"atpg11necffqfqedu5sdhi3bh6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vmchnb0qo9rddnvg9cs828vjd7', '1307958772', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"vmchnb0qo9rddnvg9cs828vjd7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kf7igmk0vcki49j1d4pe5j90p5', '1307958782', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kf7igmk0vcki49j1d4pe5j90p5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ivbjrog03d1lutcodhss59joj0', '1307958792', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"ivbjrog03d1lutcodhss59joj0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('g100cghfi9r10g9c3mru8sha14', '1307958814', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"g100cghfi9r10g9c3mru8sha14\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kge4umb71ckskhqa68ksooiio6', '1307958846', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kge4umb71ckskhqa68ksooiio6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2iaoeqrun05mdiqt8t8cf26ck1', '1307958857', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2iaoeqrun05mdiqt8t8cf26ck1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nu7j780pj8sga9k5mt4jeg0ts0', '1307958868', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"nu7j780pj8sga9k5mt4jeg0ts0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('cq6ea6mpu7u97spdqc4m7v8qs5', '1307958888', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"cq6ea6mpu7u97spdqc4m7v8qs5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"cq6ea6mpu7u97spdqc4m7v8qs5\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2h5slint08074lmekcssn3msn6', '1307958890', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2h5slint08074lmekcssn3msn6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('liedf10t733hv62c07ltubiuf0', '1307960811', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"liedf10t733hv62c07ltubiuf0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e7od56pjkvj47uum9jqumngbv0', '1307958911', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"e7od56pjkvj47uum9jqumngbv0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('g2sldf8q0jrf4kp253kmh6ld77', '1307958946', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"g2sldf8q0jrf4kp253kmh6ld77\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nn3rc4khgapinuid9ls7nlleq1', '1307958966', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"nn3rc4khgapinuid9ls7nlleq1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3a0triirk8tej11rgoo09p8hb3', '1307960845', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"3a0triirk8tej11rgoo09p8hb3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gu84rkq20ns7v6qqp240atq8p2', '1307958988', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"gu84rkq20ns7v6qqp240atq8p2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('r7dlkvsh60rpaa9is4158tias3', '1307959020', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"r7dlkvsh60rpaa9is4158tias3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q1niq7606a8eo2v49pegcgvvk5', '1307959038', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"q1niq7606a8eo2v49pegcgvvk5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"q1niq7606a8eo2v49pegcgvvk5\";}s:4:\"post\";a:0:{}}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mpj11kajq7qb6ail55taghi474', '1307959041', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mpj11kajq7qb6ail55taghi474\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('iqrl0t83vu4kdvh9d93jsmf764', '1307959074', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"iqrl0t83vu4kdvh9d93jsmf764\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bs7h5711607p426gsblo6ds8r2', '1307959085', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"bs7h5711607p426gsblo6ds8r2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ancpsenvm4cvhd4i6n2shn02i0', '1307959327', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ancpsenvm4cvhd4i6n2shn02i0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('hrgcduog6r7hpcgsdo3fthqj44', '1307959106', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"hrgcduog6r7hpcgsdo3fthqj44\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kj1pi35tidf9hhbhtjt02g9r31', '1307958803', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kj1pi35tidf9hhbhtjt02g9r31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('s978c47rcilvjdlkp4bjum8ha6', '1307956801', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"s978c47rcilvjdlkp4bjum8ha6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('gnosdb635t9q8n4vvvifde6lo0', '1307954041', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"gnosdb635t9q8n4vvvifde6lo0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pr5fi6hbr5gkeu1t2tbjjmfbp1', '1307953194', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"pr5fi6hbr5gkeu1t2tbjjmfbp1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qu3tmvdaqnsqa3mkpr02bti564', '1307961421', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qu3tmvdaqnsqa3mkpr02bti564\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('oecfcit3g3kakc0r0vgekt2iu3', '1307953211', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"oecfcit3g3kakc0r0vgekt2iu3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('drkv9llkeo9tf81t96doi6hld5', '1307961705', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"drkv9llkeo9tf81t96doi6hld5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qa5oejp805lj8hjml9153m2ms5', '1307953243', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"qa5oejp805lj8hjml9153m2ms5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lpsgbe23bi92dea2pocqdr1be2', '1307955025', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"lpsgbe23bi92dea2pocqdr1be2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('otiiqs23kfb1cho48ijfad9bb5', '1307961318', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"otiiqs23kfb1cho48ijfad9bb5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('f3vqua3uutfr80sejd9q8qjgc7', '1307953275', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"f3vqua3uutfr80sejd9q8qjgc7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u3gimcvhoil12hsp99mhdkjd40', '1307959317', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"u3gimcvhoil12hsp99mhdkjd40\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2cjit45prlp1db7fcjhcu2lrm6', '1307953315', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"2cjit45prlp1db7fcjhcu2lrm6\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"157\";s:4:\"csID\";s:26:\"2cjit45prlp1db7fcjhcu2lrm6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1oc8mmqpkm8vod6fdt9o8skv26', '1307953307', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"1oc8mmqpkm8vod6fdt9o8skv26\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5lrd704in2ut3rrer4elmmh2o7', '1307953323', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"rental_policies.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"5lrd704in2ut3rrer4elmmh2o7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('f24mif9t19li6rdi77l5nirsj1', '1307960571', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:15:\"uggs_sizing.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"f24mif9t19li6rdi77l5nirsj1\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"f24mif9t19li6rdi77l5nirsj1\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"volkl.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"f24mif9t19li6rdi77l5nirsj1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('mab8rg2hukmc95fh2lemrda984', '1307957494', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"mab8rg2hukmc95fh2lemrda984\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fc548plfpsrtomnlg7rd2bh6h7', '1307960607', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:15:\"uggs_sizing.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"fc548plfpsrtomnlg7rd2bh6h7\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"fc548plfpsrtomnlg7rd2bh6h7\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"volkl.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"fc548plfpsrtomnlg7rd2bh6h7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pf9rsat12fippg4ei33vhmvqt2', '1307959336', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"pf9rsat12fippg4ei33vhmvqt2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kjg1pqg1cdt7rm8l3on29jnq14', '1307959246', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kjg1pqg1cdt7rm8l3on29jnq14\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('j8nkefs6gfol0gmf2qeg4iu3l3', '1307962333', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"150\";s:4:\"csID\";s:26:\"j8nkefs6gfol0gmf2qeg4iu3l3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('20ra55dra7nvm864jh2sbp8ck6', '1307957983', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"62\";s:4:\"csID\";s:26:\"20ra55dra7nvm864jh2sbp8ck6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6po1p7ammlbmosq9b0148833i4', '1307959524', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6po1p7ammlbmosq9b0148833i4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('msi94oaui155ues7c4s5binhi1', '1307960709', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:15:\"uggs_sizing.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"msi94oaui155ues7c4s5binhi1\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"msi94oaui155ues7c4s5binhi1\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"volkl.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"msi94oaui155ues7c4s5binhi1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('73a0ehcj2qs0i8nodltd6rhcp3', '1307959172', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"73a0ehcj2qs0i8nodltd6rhcp3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9r7nvsh55iu65r1g0nkdq388t6', '1307960946', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"9r7nvsh55iu65r1g0nkdq388t6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('s5p3bo9ihd1cfvslg1beg1vmn0', '1307959151', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"s5p3bo9ihd1cfvslg1beg1vmn0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('dihbraag3l29to282jii2t7js2', '1307958836', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"dihbraag3l29to282jii2t7js2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6vp792avng5rmgmnft93uhsbu1', '1307956899', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6vp792avng5rmgmnft93uhsbu1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('akkee9pqp6deotug165p8ajq11', '1307956910', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"akkee9pqp6deotug165p8ajq11\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fl50hljkf5bttpiq40t7bn2ad4', '1307956921', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fl50hljkf5bttpiq40t7bn2ad4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('n956vscug3v74bcbnclfj0c481', '1307956931', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"n956vscug3v74bcbnclfj0c481\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('5s89ig8hohepbost5k783esju7', '1307956942', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"5s89ig8hohepbost5k783esju7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0n9aa69fop4kh8pvmleep9i2c0', '1307956953', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0n9aa69fop4kh8pvmleep9i2c0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('1rv6u8f3l6ksrp44gdm71ggsf4', '1307956963', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"1rv6u8f3l6ksrp44gdm71ggsf4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3c9qlckr31lie4kb4feuj9evq5', '1307956996', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"155\";s:4:\"csID\";s:26:\"3c9qlckr31lie4kb4feuj9evq5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ee20e13ir3nb5i86m77m6p85h2', '1307957007', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ee20e13ir3nb5i86m77m6p85h2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('op4pka23ns2b19pj72v1co2v82', '1307956974', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"op4pka23ns2b19pj72v1co2v82\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('emqlg4j8nbd7psko31nanotfb4', '1307958619', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"emqlg4j8nbd7psko31nanotfb4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('14obmk9fmm69bav2rf58q8evm2', '1307956996', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"14obmk9fmm69bav2rf58q8evm2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lsv564vg4oogjka1resrcqt844', '1307957143', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_88\";s:4:\"csID\";s:26:\"lsv564vg4oogjka1resrcqt844\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('rsan64i9c7fani0ph46e40c142', '1307955704', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"rsan64i9c7fani0ph46e40c142\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('77rj6spabs0ri01ti20q22upe5', '1307955711', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"77rj6spabs0ri01ti20q22upe5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('8ctp6kslbqm2q0shbehp6i7pv6', '1307955719', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"8ctp6kslbqm2q0shbehp6i7pv6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2pbebqtk07mplnaf3mlhj9rla5', '1307962163', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"150\";s:4:\"csID\";s:26:\"2pbebqtk07mplnaf3mlhj9rla5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('a9qtk157fmaoaqbmsitn541ng2', '1307955736', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"a9qtk157fmaoaqbmsitn541ng2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2f3rrdukcft38oesd9pj30q8u4', '1307960504', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:15:\"uggs_sizing.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"2f3rrdukcft38oesd9pj30q8u4\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"125\";s:4:\"csID\";s:26:\"2f3rrdukcft38oesd9pj30q8u4\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"volkl.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:4:\"csID\";s:26:\"2f3rrdukcft38oesd9pj30q8u4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0rv5hdd94rvp79fe73vqb0uck4', '1307955751', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0rv5hdd94rvp79fe73vqb0uck4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e326c0o1ruvpv4k091t1dfjev2', '1307962127', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"156\";s:4:\"csID\";s:26:\"e326c0o1ruvpv4k091t1dfjev2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nqojssinnhniff25s5frprfi22', '1307962088', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"158\";s:4:\"csID\";s:26:\"nqojssinnhniff25s5frprfi22\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6643nagrlphl869ndavniq7oa2', '1307955775', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6643nagrlphl869ndavniq7oa2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vm6i6j6n981s9gnn39itshd3k5', '1307957949', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:1:\"8\";s:4:\"csID\";s:26:\"vm6i6j6n981s9gnn39itshd3k5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('l5uf6ch4b9ob7f689opm4i0d25', '1307955792', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"l5uf6ch4b9ob7f689opm4i0d25\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('rcqul4stv064fd9ba7pklmc032', '1307955799', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"rcqul4stv064fd9ba7pklmc032\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d6v0ki28jbrut0ls4an24uuml1', '1307955807', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d6v0ki28jbrut0ls4an24uuml1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('rhh3ugvvfck2uge1g9ckag3kt1', '1307955816', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"rhh3ugvvfck2uge1g9ckag3kt1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('59q6n60d7rv1f2gov3oj2doac7', '1307955824', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"59q6n60d7rv1f2gov3oj2doac7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ggo5a0gtk9msh6iak5ep69ath1', '1307955832', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ggo5a0gtk9msh6iak5ep69ath1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('d30354f2mvtco6rbshglb7i553', '1307955840', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"d30354f2mvtco6rbshglb7i553\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('k0jgb2mqs32q2ca3kjmf9j8580', '1307955848', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"k0jgb2mqs32q2ca3kjmf9j8580\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('00fjkkav4qcsta298bo76vsgn0', '1307955923', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"177\";s:4:\"csID\";s:26:\"00fjkkav4qcsta298bo76vsgn0\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"1_14\";s:4:\"csID\";s:26:\"00fjkkav4qcsta298bo76vsgn0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6dc7o4rheq64bes4hmgdnqjb64', '1307955856', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6dc7o4rheq64bes4hmgdnqjb64\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('h5aflu8idq97e5iea0uboq8q33', '1307955864', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"h5aflu8idq97e5iea0uboq8q33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('23jimtfatmchgu15c0vd8tvmf4', '1307955873', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"23jimtfatmchgu15c0vd8tvmf4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6hdgr1urggg8j8rjeduodroea0', '1307961844', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6hdgr1urggg8j8rjeduodroea0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nlkquhnozhwny', '1307955880', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:7:\"1_87_94\";s:4:\"csID\";s:13:\"nlkquhnozhwny\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0hjji53acnavkf8c1pobqvnd57', '1307955888', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"0hjji53acnavkf8c1pobqvnd57\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2o3gtq8vurvnfmtbhqjlo8qgq5', '1307953484', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2o3gtq8vurvnfmtbhqjlo8qgq5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3jdmi7g1bvi7vt963lroe92a33', '1307953493', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"3jdmi7g1bvi7vt963lroe92a33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('embdkemhb5ruahn2fn5hmkblm0', '1307953502', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"embdkemhb5ruahn2fn5hmkblm0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ist1b2g83o73ansciji5f642m3', '1307953509', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ist1b2g83o73ansciji5f642m3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('o1f112ff1m85c2hkk4jb35b404', '1307953517', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"o1f112ff1m85c2hkk4jb35b404\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qkqb1krlbh77vuvk07k87s6t12', '1307953751', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qkqb1krlbh77vuvk07k87s6t12\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6naao0b54fqra29419ap8t3oa3', '1307953581', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6naao0b54fqra29419ap8t3oa3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('scssce7iav1a87omhjojoe4v56', '1307953590', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"scssce7iav1a87omhjojoe4v56\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p7rdouacu1qkproruq4d21kvr6', '1307953597', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"p7rdouacu1qkproruq4d21kvr6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('nvgfdfdbpb3rsqgftusokk1304', '1307953605', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"nvgfdfdbpb3rsqgftusokk1304\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pbtpl7dsskdsf4r27md6ne19u2', '1307953622', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"pbtpl7dsskdsf4r27md6ne19u2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6lpduqbqjpcfj453i9p5hq31q0', '1307953630', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6lpduqbqjpcfj453i9p5hq31q0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q8kntmujbb6gpf7utndcjblqg4', '1307953638', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"q8kntmujbb6gpf7utndcjblqg4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('n9vldmnfccqomjjv103ice13b1', '1307953647', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"n9vldmnfccqomjjv103ice13b1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('3o89anpuloe2r8dnjju48vum01', '1307953654', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"3o89anpuloe2r8dnjju48vum01\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2kfpkiucd03rnm415j29gkp2k7', '1307953662', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2kfpkiucd03rnm415j29gkp2k7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4l44g58h39bev2i83dk4gbp6a6', '1307953670', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4l44g58h39bev2i83dk4gbp6a6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('m4mbpaklgt586ufl5o1si311h2', '1307953679', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"m4mbpaklgt586ufl5o1si311h2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ua9mhshid9ej0vh9m5ovc6mq57', '1307953686', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ua9mhshid9ej0vh9m5ovc6mq57\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('sqmee2gt8r9kgub84jm5hn9bv2', '1307953694', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"sqmee2gt8r9kgub84jm5hn9bv2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('emhk3e8mn2po3gkd5u906qc327', '1307953702', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"emhk3e8mn2po3gkd5u906qc327\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('bhkamv0qdclmrkr4ncq0q3upr3', '1307953727', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"bhkamv0qdclmrkr4ncq0q3upr3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2naljh3qpbn0n58gu01j6i1jp0', '1307953735', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2naljh3qpbn0n58gu01j6i1jp0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('50g8ib5h6p8pirem81qdrdm3p0', '1307953743', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"50g8ib5h6p8pirem81qdrdm3p0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('9e889so78gk6qe4ap4c5vtb8n6', '1307953759', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"9e889so78gk6qe4ap4c5vtb8n6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7c7hrbtju1uvh9hd45t9vrhv96', '1307953767', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"7c7hrbtju1uvh9hd45t9vrhv96\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ufb8oegq17pdd385mvoib1lvm0', '1307953775', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ufb8oegq17pdd385mvoib1lvm0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('6qibuaov4dgqgiubsr4vitsq61', '1307953799', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"6qibuaov4dgqgiubsr4vitsq61\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('r4g9nkro554k0af9b3vutevnm4', '1307953807', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"r4g9nkro554k0af9b3vutevnm4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('0c1c4trskgjv5gkag638nbtaf5', '1307953815', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"0c1c4trskgjv5gkag638nbtaf5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('4j42njdklbsuflmdrjtp6bfkv3', '1307953824', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"4j42njdklbsuflmdrjtp6bfkv3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('q56bcv917tvc2cclil8831ovf2', '1307961310', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"q56bcv917tvc2cclil8831ovf2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('u26pa8ag9c5nq86cv1aufcdsu3', '1307955905', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"u26pa8ag9c5nq86cv1aufcdsu3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('p5feiesnr0k8c3odk8bhb7tbh4', '1307955920', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"p5feiesnr0k8c3odk8bhb7tbh4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('vfb1m808eso1pm5bbsatp57kn5', '1307962323', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:3:\"150\";s:4:\"csID\";s:26:\"vfb1m808eso1pm5bbsatp57kn5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kl73r56lc8dki99p2lgc8k9ub5', '1307955928', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kl73r56lc8dki99p2lgc8k9ub5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('lfv98rqg7ddpf4brgaa0btvvk1', '1307955937', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"lfv98rqg7ddpf4brgaa0btvvk1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('2ctnjg2jl444t83b72b67lopd6', '1307955944', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"2ctnjg2jl444t83b72b67lopd6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('qjqgupnq4qjug37g3oe40ctum7', '1307955953', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"qjqgupnq4qjug37g3oe40ctum7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('kcq84qv6i59cv72c1rjq4nimn7', '1307955961', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"kcq84qv6i59cv72c1rjq4nimn7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('e0ktq2etpsp6uv1bi1he019pa3', '1307955969', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"e0ktq2etpsp6uv1bi1he019pa3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('27tihfh34189kvv2davh2c5qr6', '1307956008', 'cart|O:12:\"shoppingCart\":6:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:4:\"8_37\";s:4:\"csID\";s:26:\"27tihfh34189kvv2davh2c5qr6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('ho4u01blumj4l6qtgs8sairjo2', '1307955977', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"ho4u01blumj4l6qtgs8sairjo2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('osjlkg3ddpeup7o2fqi9asc4o1', '1307955994', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"osjlkg3ddpeup7o2fqi9asc4o1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('fm3hocu20a1iln4fr2v84078m7', '1307956001', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"71\";s:4:\"csID\";s:26:\"fm3hocu20a1iln4fr2v84078m7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('b2io7oiveln0o7s4kjko95h535', '1307956009', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"b2io7oiveln0o7s4kjko95h535\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('pjf8hfkleisjuqcim9totgl9g6', '1307956017', 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;s:9:\"shiptotal\";i:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"78\";s:4:\"csID\";s:26:\"pjf8hfkleisjuqcim9totgl9g6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}affiliate_ref|N;affiliate_clickthroughs_id|N;'); INSERT INTO `sessions`(`sesskey`, `expiry`, `value`) VALUES ('7pacvl3mfqgs8