-- MySQL dump 10.9
--
-- Host: localhost    Database: cacman02_sope1
-- ------------------------------------------------------
-- Server version	4.1.22-standard

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

--
-- Table structure for table `BLOG_CATEGORY`
--

DROP TABLE IF EXISTS `BLOG_CATEGORY`;
CREATE TABLE `BLOG_CATEGORY` (
  `PRIKEY` int(11) NOT NULL auto_increment,
  `CATEGORY_NAME` char(150) default NULL,
  PRIMARY KEY  (`PRIKEY`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `BLOG_CATEGORY`
--

LOCK TABLES `BLOG_CATEGORY` WRITE;
/*!40000 ALTER TABLE `BLOG_CATEGORY` DISABLE KEYS */;
INSERT INTO `BLOG_CATEGORY` VALUES (1,'Latest News'),(2,'Special Promotions');
/*!40000 ALTER TABLE `BLOG_CATEGORY` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `BLOG_CONTENT`
--

DROP TABLE IF EXISTS `BLOG_CONTENT`;
CREATE TABLE `BLOG_CONTENT` (
  `PRIKEY` int(11) NOT NULL auto_increment,
  `BLOG_SUBJECT` int(11) default NULL,
  `BLOG_TITLE` varchar(255) default NULL,
  `BLOG_DATA` blob,
  `BLOG_DATE` date default NULL,
  PRIMARY KEY  (`PRIKEY`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `BLOG_CONTENT`
--

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

--
-- Table structure for table `PROMO_BOXES`
--

DROP TABLE IF EXISTS `PROMO_BOXES`;
CREATE TABLE `PROMO_BOXES` (
  `PRIKEY` int(11) NOT NULL auto_increment,
  `BOX` varchar(255) default NULL,
  `CONTENT` varchar(255) default NULL,
  `NUM_DISPLAY` varchar(255) default NULL,
  `DISP_TITLE` varchar(255) default NULL,
  `DISP_CONTENT` varchar(255) default NULL,
  `DISP_DATE` varchar(255) default NULL,
  `DISP_MORE` varchar(255) default NULL,
  `FILE` varchar(255) default NULL,
  `SETTINGS` varchar(255) default NULL,
  `FUTURE1` varchar(255) default NULL,
  `content_type` varchar(50) default NULL,
  `content_src` varchar(255) default NULL,
  `style` blob,
  PRIMARY KEY  (`PRIKEY`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `PROMO_BOXES`
--

LOCK TABLES `PROMO_BOXES` WRITE;
/*!40000 ALTER TABLE `PROMO_BOXES` DISABLE KEYS */;
INSERT INTO `PROMO_BOXES` VALUES (1,'box1','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(2,'box2','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(3,'box3','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(4,'box4','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(5,'box5','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(6,'box6','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(7,'box7','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(8,'box8','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(9,'box9','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(10,'box10','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(11,'box11','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(12,'box12','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(13,'box13','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(14,'box14','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(15,'box15','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(16,'box16','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(17,'box17','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(18,'box18','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(19,'box19','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(20,'box20','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(21,'box21','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(22,'box22','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(23,'box23','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(24,'box24','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(25,'box25','a:3:{s:7:\"content\";s:11:\"Latest News\";s:7:\"display\";s:2:\"on\";s:4:\"type\";s:6:\"latest\";}','a:2:{s:4:\"blog\";s:0:\"\";s:5:\"chars\";s:0:\"\";}','a:3:{s:7:\"display\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:4:\"bold\";}','a:1:{s:7:\"display\";s:2:\"on\";}','a:6:{s:7:\"display\";s:2:\"on\";s:9:\"fontStyle\";s:2:\"on\";s:6:\"weight\";s:6:\"normal\";s:6:\"format\";s:4:\"full\";s:8:\"position\";s:8:\"dateLast\";s:5:\"align\";s:4:\"left\";}','a:4:{s:7:\"display\";s:2:\"on\";s:4:\"text\";s:12:\"Read more...\";s:5:\"align\";s:4:\"left\";s:6:\"weight\";s:6:\"normal\";}','','a:1:{s:8:\"template\";s:2:\"on\";}','','blog','Latest News',''),(26,'newsbox','1','','','','','','','','','','',''),(27,'promobox','2','','','','','','','','','','','');
/*!40000 ALTER TABLE `PROMO_BOXES` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `STATS_BROWSER`
--

DROP TABLE IF EXISTS `STATS_BROWSER`;
CREATE TABLE `STATS_BROWSER` (
  `PriKey` int(11) NOT NULL auto_increment,
  `Month` char(25) default NULL,
  `Year` int(4) default NULL,
  `Browser` char(255) default NULL,
  `Hits` int(25) default NULL,
  `SESSION` char(255) default NULL,
  `Real_Date` date default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM AUTO_INCREMENT=588 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `STATS_BROWSER`
--

LOCK TABLES `STATS_BROWSER` WRITE;
/*!40000 ALTER TABLE `STATS_BROWSER` DISABLE KEYS */;
INSERT INTO `STATS_BROWSER` VALUES (1,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',3,'c18c52392da81da1bba130834fb2a4db','2008-06-04'),(2,'June',2008,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',52,'','2008-06-04'),(3,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)',20,'','2008-06-04'),(4,'June',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2008-06-04'),(5,'June',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',58,'','2008-06-04'),(6,'June',2008,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',217,'','2008-06-05'),(7,'June',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',191,'','2008-06-05'),(8,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; LSC_Student; InfoPath.1)',2,'','2008-06-05'),(9,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',2,'','2008-06-06'),(10,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',4,'','2008-06-06'),(11,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2008-06-07'),(12,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.04506.30)',46,'','2008-06-08'),(13,'June',2008,'Nutch/Nutch-0.8.1 (Nutch; Nutch; Nutch)',2,'','2008-06-09'),(14,'June',2008,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',10,'','2008-06-09'),(15,'June',2008,'bot/1.0 (bot; http://; bot@bot.bot)',1,'','2008-06-11'),(16,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AITKEN; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2)',4,'','2008-06-12'),(17,'June',2008,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3',15,'','2008-06-12'),(18,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)',7,'','2008-06-12'),(19,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)',10,'','2008-06-12'),(20,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)',1,'','2008-06-13'),(21,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET)',3,'','2008-06-14'),(22,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',9,'','2008-06-14'),(23,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',7,'','2008-06-14'),(24,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',18,'','2008-06-14'),(25,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)',2,'','2008-06-14'),(26,'June',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',7,'','2008-06-14'),(27,'June',2008,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)',27,'','2008-06-14'),(28,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 1.1.4322)',1,'','2008-06-16'),(29,'June',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14',3,'','2008-06-17'),(30,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)',1,'','2008-06-17'),(31,'June',2008,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3',7,'','2008-06-20'),(32,'June',2008,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',2,'','2008-06-25'),(33,'June',2008,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/20080109 (Charlotte/0.9t; http://www.searchme.com/support/)',2,'','2008-06-25'),(34,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',3,'','2008-06-26'),(35,'June',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)',1,'','2008-06-26'),(36,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2)',3,'','2008-06-27'),(37,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; InfoPath.1)',14,'','2008-06-27'),(38,'June',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)',2,'','2008-06-28'),(39,'July',2008,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',32,'','2008-07-01'),(40,'July',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)',16,'','2008-07-01'),(41,'July',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',43,'','2008-07-01'),(42,'July',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',240,'','2008-07-01'),(43,'July',2008,'Mozilla/4.0 (compatible; T-H-U-N-D-E-R-S-T-O-N-E)',1,'','2008-07-01'),(44,'July',2008,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',1,'','2008-07-01'),(45,'July',2008,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',127,'','2008-07-02'),(46,'July',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',2,'','2008-07-02'),(47,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)',4,'','2008-07-02'),(48,'July',2008,'EmailSearch',1,'','2008-07-04'),(49,'July',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2008-07-04'),(50,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)',28,'','2008-07-04'),(51,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)',6,'','2008-07-04'),(52,'July',2008,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru-RU)',52,'','2008-07-05'),(53,'July',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)',10,'','2008-07-08'),(54,'July',2008,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2008-07-08'),(55,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)',11,'','2008-07-09'),(56,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',1,'','2008-07-10'),(57,'July',2008,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',7,'','2008-07-10'),(58,'July',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1)',6,'','2008-07-11'),(59,'July',2008,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',2,'','2008-07-12'),(60,'July',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; InfoPath.1)',15,'','2008-07-14'),(61,'July',2008,'',1,'','2008-07-14'),(62,'July',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',1,'','2008-07-18'),(63,'July',2008,'Mozilla/5.0 (compatible; archive.org_bot/heritrix-1.15.1-x +http://pandora.nla.gov.au/crawl.html)',26,'','2008-07-19'),(64,'July',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)',3,'','2008-07-22'),(65,'July',2008,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3',3,'','2008-07-23'),(66,'July',2008,'DotBot/1.0.1 (http://www.dotnetdotcom.org/#info, crawler@dotnetdotcom.org)',11,'','2008-07-24'),(67,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',2,'','2008-07-29'),(68,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',5,'','2008-07-29'),(69,'July',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',4,'','2008-07-30'),(70,'July',2008,'Gigabot/3.0 (http://www.gigablast.com/spider.html)',1,'','2008-07-31'),(71,'August',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',124,'','2008-08-01'),(72,'August',2008,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',71,'','2008-08-01'),(73,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',3,'','2008-08-01'),(74,'August',2008,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',1,'','2008-08-02'),(75,'August',2008,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4',9,'','2008-08-03'),(76,'August',2008,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',20,'','2008-08-04'),(77,'August',2008,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)',11,'','2008-08-04'),(78,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)',1,'','2008-08-04'),(79,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)',17,'','2008-08-04'),(80,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.04506.30)',3,'','2008-08-04'),(81,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MathPlayer 2.0; InfoPath.2)',6,'','2008-08-05'),(82,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; InfoPath.1)',3,'','2008-08-05'),(83,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1)',6,'','2008-08-06'),(84,'August',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2008-08-06'),(85,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',1,'','2008-08-06'),(86,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)',17,'','2008-08-07'),(87,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)',3,'','2008-08-07'),(88,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',9,'','2008-08-07'),(89,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)',8,'','2008-08-08'),(90,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)',6,'','2008-08-08'),(91,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',2,'','2008-08-08'),(92,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FGL; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)',5,'','2008-08-11'),(93,'August',2008,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',2,'','2008-08-12'),(94,'August',2008,'WebAlta Crawler/1.3.34 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru-RU)',1,'','2008-08-12'),(95,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MVH; .NET CLR 1.1.4322; InfoPath.1)',9,'','2008-08-12'),(96,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',3,'','2008-08-12'),(97,'August',2008,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',2,'','2008-08-14'),(98,'August',2008,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)',49,'','2008-08-14'),(99,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)',5,'','2008-08-14'),(100,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)',3,'','2008-08-14'),(101,'August',2008,'Gigabot/3.0 (http://www.gigablast.com/spider.html)',1,'','2008-08-15'),(102,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)',3,'','2008-08-18'),(103,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)',3,'','2008-08-19'),(104,'August',2008,'LinkWalker/2.0',26,'','2008-08-21'),(105,'August',2008,'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.1.4322)',1,'','2008-08-23'),(106,'August',2008,'Dumbot(version 0.2 beta - http://www.searchles.com/ Searchles Inc.)',1,'','2008-08-25'),(107,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1)',4,'','2008-08-27'),(108,'August',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',16,'','2008-08-28'),(109,'August',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2)',3,'','2008-08-28'),(110,'August',2008,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14',4,'','2008-08-29'),(111,'August',2008,'DotBot/1.0.1 (http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',11,'','2008-08-30'),(112,'September',2008,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',62,'','2008-09-01'),(113,'September',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',92,'','2008-09-01'),(114,'September',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',1,'','2008-09-02'),(115,'September',2008,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',30,'','2008-09-02'),(116,'September',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',18,'','2008-09-02'),(117,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)',4,'','2008-09-03'),(118,'September',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1',1,'','2008-09-05'),(119,'September',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2008-09-05'),(120,'September',2008,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',1,'','2008-09-06'),(121,'September',2008,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru-RU)',1,'','2008-09-07'),(122,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2008-09-07'),(123,'September',2008,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16',6,'','2008-09-07'),(124,'September',2008,'Gigabot/3.0 (http://www.gigablast.com/spider.html)',1,'','2008-09-08'),(125,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',1,'','2008-09-09'),(126,'September',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',3,'','2008-09-10'),(127,'September',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)',4,'','2008-09-11'),(128,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',4,'','2008-09-12'),(129,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)',4,'','2008-09-12'),(130,'September',2008,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)',15,'','2008-09-12'),(131,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; eSobiSubscriber 2.0.4.16)',7,'','2008-09-12'),(132,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.04506.30)',54,'','2008-09-13'),(133,'September',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0',1,'','2008-09-14'),(134,'September',2008,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',10,'','2008-09-14'),(135,'September',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',21,'','2008-09-14'),(136,'September',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',3,'','2008-09-16'),(137,'September',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1',3,'','2008-09-16'),(138,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.04506.648)',5,'','2008-09-17'),(139,'September',2008,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',53,'','2008-09-17'),(140,'September',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)',9,'','2008-09-18'),(141,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',11,'','2008-09-18'),(142,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.04506.648)',5,'','2008-09-18'),(143,'September',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',11,'','2008-09-18'),(144,'September',2008,'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',1,'','2008-09-24'),(145,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',2,'','2008-09-24'),(146,'September',2008,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)',27,'','2008-09-25'),(147,'September',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)',1,'','2008-09-25'),(148,'September',2008,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',19,'','2008-09-25'),(149,'September',2008,'User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',1,'','2008-09-26'),(150,'September',2008,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',1,'','2008-09-30'),(151,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',9,'','2008-10-01'),(152,'October',2008,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',116,'','2008-10-01'),(153,'October',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',158,'','2008-10-01'),(154,'October',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',66,'','2008-10-01'),(155,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1)',5,'','2008-10-02'),(156,'October',2008,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',9,'','2008-10-02'),(157,'October',2008,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)',8,'','2008-10-03'),(158,'October',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2008-10-03'),(159,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1)',7,'','2008-10-04'),(160,'October',2008,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',2,'','2008-10-04'),(161,'October',2008,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',49,'','2008-10-05'),(162,'October',2008,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)',1,'','2008-10-05'),(163,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2)',1,'','2008-10-06'),(164,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)',2,'','2008-10-07'),(165,'October',2008,'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',1,'','2008-10-07'),(166,'October',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3',6,'','2008-10-07'),(167,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2008-10-07'),(168,'October',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0',1,'','2008-10-08'),(169,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)',2,'','2008-10-09'),(170,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',1,'','2008-10-09'),(171,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; SaveWealth)',1,'','2008-10-09'),(172,'October',2008,'Mail.Ru/1.0',26,'','2008-10-09'),(173,'October',2008,'DomainCrawler/1.0 (info@domaincrawler.com; http://www.domaincrawler.com/domains/view/andrewglasson.com)',1,'','2008-10-11'),(174,'October',2008,'Mozilla/5.0 (compatible; MJ12bot/v1.2.3; http://www.majestic12.co.uk/bot.php?+)',1,'','2008-10-11'),(175,'October',2008,'MSRBOT (http://research.microsoft.com/research/sv/msrbot/)',1,'','2008-10-13'),(176,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',5,'','2008-10-14'),(177,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)',4,'','2008-10-14'),(178,'October',2008,'MLBot (www.metadatalabs.com/mlbot)',4,'','2008-10-14'),(179,'October',2008,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',38,'','2008-10-15'),(180,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',7,'','2008-10-15'),(181,'October',2008,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.16;MEGAUPLOAD 1.0',1,'','2008-10-16'),(182,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)',5,'','2008-10-16'),(183,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)',6,'','2008-10-17'),(184,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)',26,'','2008-10-17'),(185,'October',2008,'Mozilla/5.0 (superbot.com; +http://www.super.info)',1,'','2008-10-17'),(186,'October',2008,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',1,'','2008-10-19'),(187,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',7,'','2008-10-20'),(188,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',4,'','2008-10-21'),(189,'October',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6',1,'','2008-10-22'),(190,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',1,'','2008-10-24'),(191,'October',2008,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',11,'','2008-10-26'),(192,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',6,'','2008-10-27'),(193,'October',2008,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',1,'','2008-10-29'),(194,'October',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)',3,'','2008-10-30'),(195,'October',2008,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)',1,'','2008-10-30'),(196,'October',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)',1,'','2008-10-31'),(197,'November',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',198,'','2008-11-01'),(198,'November',2008,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',216,'','2008-11-01'),(199,'November',2008,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',6,'','2008-11-01'),(200,'November',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',42,'','2008-11-02'),(201,'November',2008,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',2,'','2008-11-03'),(202,'November',2008,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',2,'','2008-11-04'),(203,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',2,'','2008-11-06'),(204,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',3,'','2008-11-06'),(205,'November',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2008-11-06'),(206,'November',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4',1,'','2008-11-11'),(207,'November',2008,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',2,'','2008-11-11'),(208,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)',4,'','2008-11-11'),(209,'November',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3',1,'','2008-11-11'),(210,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)',2,'','2008-11-12'),(211,'November',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',3,'','2008-11-13'),(212,'November',2008,'Mail.Ru/1.0',3,'','2008-11-13'),(213,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',4,'','2008-11-14'),(214,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)',4,'','2008-11-14'),(215,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',1,'','2008-11-14'),(216,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)',1,'','2008-11-14'),(217,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',1,'','2008-11-14'),(218,'November',2008,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22',1,'','2008-11-15'),(219,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2008-11-16'),(220,'November',2008,'Mozilla/4.0 (compatible; http://search.thunderstone.com/texis/websearch/about.html)',1,'','2008-11-17'),(221,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',1,'','2008-11-18'),(222,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',7,'','2008-11-19'),(223,'November',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1',1,'','2008-11-20'),(224,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)',3,'','2008-11-20'),(225,'November',2008,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)',26,'','2008-11-22'),(226,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',6,'','2008-11-26'),(227,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322)',5,'','2008-11-26'),(228,'November',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)',2,'','2008-11-27'),(229,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',1,'','2008-11-28'),(230,'November',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',2,'','2008-11-28'),(231,'November',2008,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1',14,'','2008-11-28'),(232,'December',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',183,'','2008-12-01'),(233,'December',2008,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',206,'','2008-12-01'),(234,'December',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',4,'','2008-12-01'),(235,'December',2008,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',4,'','2008-12-01'),(236,'December',2008,'libwww-perl/5.805',1,'','2008-12-01'),(237,'December',2008,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',11,'','2008-12-01'),(238,'December',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',11,'','2008-12-01'),(239,'December',2008,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',4,'','2008-12-01'),(240,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1)',1,'','2008-12-03'),(241,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; B4F-3.0.0.0-)',14,'','2008-12-03'),(242,'December',2008,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2008-12-03'),(243,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MathPlayer 2.0; InfoPath.2)',3,'','2008-12-04'),(244,'December',2008,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',66,'','2008-12-04'),(245,'December',2008,'Gigabot/3.0 (http://www.gigablast.com/spider.html)',1,'','2008-12-06'),(246,'December',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)',7,'','2008-12-09'),(247,'December',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',8,'','2008-12-09'),(248,'December',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',5,'','2008-12-09'),(249,'December',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET)',2,'','2008-12-09'),(250,'December',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',4,'','2008-12-09'),(251,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',6,'','2008-12-10'),(252,'December',2008,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; (R1 1.3))',1,'','2008-12-10'),(253,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)',2,'','2008-12-14'),(254,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2008-12-15'),(255,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)',6,'','2008-12-16'),(256,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; InfoPath.1)',2,'','2008-12-16'),(257,'December',2008,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4',1,'','2008-12-16'),(258,'December',2008,'Mozilla/3.0 (compatible; Indy Library)',1,'','2008-12-17'),(259,'December',2008,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)',1,'','2008-12-18'),(260,'December',2008,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',21,'','2008-12-22'),(261,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2)',4,'','2008-12-23'),(262,'December',2008,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',1,'','2008-12-24'),(263,'December',2008,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.04506.30)',19,'','2008-12-27'),(264,'December',2008,'MLBot (www.metadatalabs.com/mlbot)',1,'','2008-12-31'),(265,'January',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',248,'','2009-01-01'),(266,'January',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',95,'','2009-01-01'),(267,'January',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',23,'','2009-01-02'),(268,'January',2009,'MLBot (www.metadatalabs.com/mlbot)',10,'','2009-01-03'),(269,'January',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',3,'','2009-01-04'),(270,'January',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',11,'','2009-01-06'),(271,'January',2009,'Mozilla/2.0 (compatible; NEWT ActiveX; Win32)',1,'','2009-01-06'),(272,'January',2009,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)',1,'','2009-01-07'),(273,'January',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',2,'','2009-01-07'),(274,'January',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-01-07'),(275,'January',2009,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',7,'','2009-01-08'),(276,'January',2009,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',15,'','2009-01-08'),(277,'January',2009,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',1,'','2009-01-10'),(278,'January',2009,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)',9,'','2009-01-10'),(279,'January',2009,'voyager/2.0 (http://www.kosmix.com/crawler.html)',6,'','2009-01-13'),(280,'January',2009,'<a href=\'http://db2-sql.blogspot.com\'> DB DB2 ODBC</a>  support@runnk.com',1,'','2009-01-15'),(281,'January',2009,'swish-e http://swish-e.org/',8,'96b750d6e9135ea52ac8dee8c428aab1','2009-01-15'),(282,'January',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2009-01-16'),(283,'January',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322)',1,'','2009-01-18'),(284,'January',2009,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',27,'','2009-01-19'),(285,'January',2009,'Mozilla/5.0 (compatible; MJ12bot/v1.2.3; http://www.majestic12.co.uk/bot.php?+)',1,'','2009-01-19'),(286,'January',2009,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',1,'','2009-01-20'),(287,'January',2009,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.04506.30)',27,'','2009-01-21'),(288,'January',2009,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.18) Gecko/20081203 Firefox/2.0.0.18',2,'','2009-01-22'),(289,'January',2009,'Mozilla/5.0',1,'','2009-01-23'),(290,'January',2009,'librabot/1.0 (+http://search.msn.com/msnbot.htm)',2,'','2009-01-24'),(291,'January',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5',2,'','2009-01-24'),(292,'January',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.04506.648)',4,'','2009-01-28'),(293,'January',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',5,'','2009-01-28'),(294,'January',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',1,'','2009-01-30'),(295,'February',2009,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',10,'','2009-02-01'),(296,'February',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',135,'','2009-02-01'),(297,'February',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',136,'','2009-02-01'),(298,'February',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',7,'','2009-02-01'),(299,'February',2009,'Mozilla/4.0 (compatible; http://search.thunderstone.com/texis/websearch/about.html)',1,'','2009-02-01'),(300,'February',2009,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',7,'','2009-02-02'),(301,'February',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',5,'','2009-02-03'),(302,'February',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0',2,'','2009-02-04'),(303,'February',2009,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3',3,'','2009-02-04'),(304,'February',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)',1,'','2009-02-04'),(305,'February',2009,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',1,'','2009-02-05'),(306,'February',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727)',6,'','2009-02-05'),(307,'February',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-02-05'),(308,'February',2009,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',49,'','2009-02-07'),(309,'February',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',1,'','2009-02-09'),(310,'February',2009,'Mozilla/5.0',2,'','2009-02-09'),(311,'February',2009,'voyager/2.0 (http://www.kosmix.com/crawler.html)',25,'','2009-02-10'),(312,'February',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)',7,'','2009-02-11'),(313,'February',2009,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',1,'','2009-02-11'),(314,'February',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',2,'','2009-02-12'),(315,'February',2009,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)',1,'','2009-02-14'),(316,'February',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',3,'','2009-02-15'),(317,'February',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2009-02-16'),(318,'February',2009,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)',1,'','2009-02-16'),(319,'February',2009,'dragonfly(ebingbong#playstarmusic.com)',1,'','2009-02-17'),(320,'February',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',4,'','2009-02-18'),(321,'February',2009,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)',1,'','2009-02-20'),(322,'February',2009,'MLBot (www.metadatalabs.com/mlbot)',1,'','2009-02-23'),(323,'February',2009,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',1,'','2009-02-23'),(324,'February',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)',2,'','2009-02-24'),(325,'February',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; InfoPath.2)',7,'','2009-02-25'),(326,'February',2009,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',2,'','2009-02-25'),(327,'February',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',1,'','2009-02-27'),(328,'February',2009,'Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)',1,'','2009-02-28'),(329,'February',2009,'Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)',1,'','2009-02-28'),(330,'March',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',58,'','2009-03-01'),(331,'March',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',46,'','2009-03-01'),(332,'March',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)',1,'','2009-03-01'),(333,'March',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',211,'','2009-03-01'),(334,'March',2009,'Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)',52,'','2009-03-01'),(335,'March',2009,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',3,'','2009-03-02'),(336,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)',2,'','2009-03-03'),(337,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)',8,'','2009-03-03'),(338,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',53,'','2009-03-03'),(339,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',3,'','2009-03-03'),(340,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; InfoPath.2)',2,'','2009-03-03'),(341,'March',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6',1,'','2009-03-03'),(342,'March',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-03-04'),(343,'March',2009,'page_prefetcher',1,'','2009-03-04'),(344,'March',2009,'Mozilla/5.0',2,'','2009-03-05'),(345,'March',2009,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',3,'','2009-03-07'),(346,'March',2009,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info at similarpages dot com)',26,'','2009-03-07'),(347,'March',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7',4,'','2009-03-10'),(348,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',25,'','2009-03-10'),(349,'March',2009,'voyager/2.0 (http://www.kosmix.com/crawler.html)',179,'','2009-03-11'),(350,'March',2009,'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080702 Iceweasel/2.0.0.16 (Debian-2.0.0.16-0etch1)',1,'','2009-03-11'),(351,'March',2009,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)',2,'','2009-03-11'),(352,'March',2009,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)',1,'','2009-03-11'),(353,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322)',6,'','2009-03-11'),(354,'March',2009,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)',1,'','2009-03-11'),(355,'March',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)',9,'','2009-03-12'),(356,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',3,'','2009-03-12'),(357,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',2,'','2009-03-13'),(358,'March',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)',11,'','2009-03-13'),(359,'March',2009,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',46,'','2009-03-15'),(360,'March',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)',4,'','2009-03-16'),(361,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2009-03-17'),(362,'March',2009,'',1,'','2009-03-17'),(363,'March',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729)',2,'','2009-03-17'),(364,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',3,'','2009-03-18'),(365,'March',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7',14,'','2009-03-18'),(366,'March',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',5,'','2009-03-21'),(367,'March',2009,'Mail.Ru/1.0',26,'','2009-03-22'),(368,'March',2009,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',1,'','2009-03-23'),(369,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',16,'','2009-03-24'),(370,'March',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',2,'','2009-03-24'),(371,'March',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0',1,'','2009-03-25'),(372,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1)',1,'','2009-03-26'),(373,'March',2009,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',2,'','2009-03-26'),(374,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322)',5,'','2009-03-27'),(375,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)',1,'','2009-03-28'),(376,'March',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',1,'','2009-03-31'),(377,'March',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',13,'','2009-03-31'),(378,'April',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',220,'','2009-04-01'),(379,'April',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',36,'','2009-04-01'),(380,'April',2009,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',21,'','2009-04-01'),(381,'April',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',8,'','2009-04-01'),(382,'April',2009,'libwww-perl/5.800',1,'','2009-04-01'),(383,'April',2009,'libwww-perl/5.800',3,'','2009-04-01'),(384,'April',2009,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',1,'','2009-04-01'),(385,'April',2009,'larbin_2.6.3 myemail@address.co.uk',1,'','2009-04-01'),(386,'April',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',24,'','2009-04-02'),(387,'April',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-04-04'),(388,'April',2009,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9) Gecko/2008061004 Firefox/3.0',1,'','2009-04-05'),(389,'April',2009,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',5,'','2009-04-06'),(390,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 3.5.20404)',9,'','2009-04-06'),(391,'April',2009,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpages.com)',36,'','2009-04-07'),(392,'April',2009,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',1,'','2009-04-07'),(393,'April',2009,'swish-e http://swish-e.org/',3,'e9ca3fb8c8869b21bcae0f4f25dae383','2009-04-08'),(394,'April',2009,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)',1,'','2009-04-09'),(395,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',11,'','2009-04-09'),(396,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30618)',5,'','2009-04-09'),(397,'April',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607)',1,'','2009-04-09'),(398,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2009-04-14'),(399,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',3,'','2009-04-15'),(400,'April',2009,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)',1,'','2009-04-19'),(401,'April',2009,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',52,'','2009-04-22'),(402,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2)',6,'','2009-04-22'),(403,'April',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',1,'','2009-04-23'),(404,'April',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)',2,'','2009-04-24'),(405,'April',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9',2,'','2009-04-24'),(406,'April',2009,'Mozilla/4.0',1,'','2009-04-24'),(407,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)',1,'','2009-04-24'),(408,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 2.0.50727)',3,'','2009-04-24'),(409,'April',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',2,'','2009-04-25'),(410,'April',2009,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',1,'','2009-04-25'),(411,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',2,'','2009-04-28'),(412,'April',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.1)',10,'','2009-04-29'),(413,'April',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',11,'','2009-04-29'),(414,'April',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)',9,'','2009-04-29'),(415,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.04506.30)',27,'','2009-05-01'),(416,'May',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',15,'','2009-05-01'),(417,'May',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',115,'','2009-05-01'),(418,'May',2009,'',1,'','2009-05-01'),(419,'May',2009,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',1,'','2009-05-03'),(420,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',7,'','2009-05-04'),(421,'May',2009,'Mozilla/4.0 (compatible; http://search.thunderstone.com/texis/websearch/about.html)',1,'','2009-05-04'),(422,'May',2009,'Mozilla/5.0',2,'','2009-05-04'),(423,'May',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)',2,'','2009-05-05'),(424,'May',2009,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)',1,'','2009-05-05'),(425,'May',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',7,'','2009-05-05'),(426,'May',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009033019 Firefox/3.0.8 (.NET CLR 3.5.30729)',2,'','2009-05-06'),(427,'May',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-05-06'),(428,'May',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0',1,'','2009-05-07'),(429,'May',2009,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)',1,'','2009-05-10'),(430,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',1,'','2009-05-11'),(431,'May',2009,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',2,'','2009-05-12'),(432,'May',2009,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',2,'','2009-05-13'),(433,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; MVH; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)',21,'','2009-05-13'),(434,'May',2009,'renlifangbot/1.0 (+http://search.msn.com/msnbot.htm)',1,'','2009-05-13'),(435,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 3.0.04506.30; FDM; .NET CLR 3.0.04506.648; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',7,'','2009-05-14'),(436,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',3,'','2009-05-15'),(437,'May',2009,'libwww-perl/5.805',2,'','2009-05-17'),(438,'May',2009,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)',1,'','2009-05-17'),(439,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1)',4,'','2009-05-18'),(440,'May',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',3,'','2009-05-18'),(441,'May',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',4,'','2009-05-18'),(442,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2009-05-20'),(443,'May',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',1,'','2009-05-21'),(444,'May',2009,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; OptusNetDSL6; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',6,'','2009-05-21'),(445,'May',2009,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',25,'','2009-05-22'),(446,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',1,'','2009-05-22'),(447,'May',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)',2,'','2009-05-22'),(448,'May',2009,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',1,'','2009-05-26'),(449,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; InfoPath.2)',1,'','2009-05-26'),(450,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)',1,'','2009-05-27'),(451,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',3,'','2009-05-27'),(452,'May',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',7,'','2009-05-27'),(453,'May',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Netscape/8.0.4',1,'','2009-05-27'),(454,'May',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)',9,'','2009-05-28'),(455,'May',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)',4,'','2009-05-31'),(456,'June',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',174,'','2009-06-01'),(457,'June',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)',10,'','2009-06-01'),(458,'June',2009,'Mozilla/5.0',9,'','2009-06-01'),(459,'June',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',22,'','2009-06-02'),(460,'June',2009,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3',1,'','2009-06-02'),(461,'June',2009,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)',1,'','2009-06-03'),(462,'June',2009,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',2,'','2009-06-03'),(463,'June',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',1,'','2009-06-03'),(464,'June',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10',2,'','2009-06-03'),(465,'June',2009,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',103,'','2009-06-04'),(466,'June',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-06-04'),(467,'June',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',34,'','2009-06-04'),(468,'June',2009,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',33,'','2009-06-04'),(469,'June',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',3,'','2009-06-09'),(470,'June',2009,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)',1,'','2009-06-11'),(471,'June',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1)',3,'','2009-06-12'),(472,'June',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)',4,'','2009-06-13'),(473,'June',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0',1,'','2009-06-14'),(474,'June',2009,'Mail.Ru/1.0',52,'','2009-06-14'),(475,'June',2009,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)',3,'','2009-06-14'),(476,'June',2009,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',1,'','2009-06-14'),(477,'June',2009,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',35,'','2009-06-14'),(478,'June',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11',2,'','2009-06-14'),(479,'June',2009,'renlifangbot/1.0 (+http://search.msn.com/msnbot.htm)',1,'','2009-06-16'),(480,'June',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',3,'','2009-06-17'),(481,'June',2009,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4',16,'','2009-06-18'),(482,'June',2009,'LinkWalker/2.0',26,'','2009-06-19'),(483,'June',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',1,'','2009-06-20'),(484,'June',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)',1,'','2009-06-21'),(485,'June',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)',6,'','2009-06-22'),(486,'June',2009,'larbin_2.6.3 larbin2.6.3@unspecified.mail',1,'','2009-06-22'),(487,'June',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)',2,'','2009-06-22'),(488,'June',2009,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',1,'','2009-06-23'),(489,'June',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)',5,'','2009-06-23'),(490,'June',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',2,'','2009-06-23'),(491,'June',2009,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11',3,'','2009-06-24'),(492,'June',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)/Nutch-1.0',1,'','2009-06-25'),(493,'June',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',1,'','2009-06-27'),(494,'June',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]',1,'','2009-06-28'),(495,'June',2009,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',1,'','2009-06-29'),(496,'June',2009,'Mozilla/0.6 Beta (Windows)',1,'','2009-06-30'),(497,'July',2009,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',76,'','2009-07-01'),(498,'July',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)',1,'','2009-07-01'),(499,'July',2009,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)',2,'','2009-07-01'),(500,'July',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',80,'','2009-07-01'),(501,'July',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727)',2,'','2009-07-01'),(502,'July',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',5,'','2009-07-01'),(503,'July',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',2,'','2009-07-01'),(504,'July',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',30,'','2009-07-02'),(505,'July',2009,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)',4,'','2009-07-02'),(506,'July',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',5,'','2009-07-03'),(507,'July',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-07-03'),(508,'July',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727)',1,'','2009-07-04'),(509,'July',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',4,'','2009-07-07'),(510,'July',2009,'Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)',1,'','2009-07-08'),(511,'July',2009,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)',1,'','2009-07-08'),(512,'July',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',3,'','2009-07-09'),(513,'July',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',7,'','2009-07-09'),(514,'July',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3',2,'','2009-07-10'),(515,'July',2009,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)',53,'','2009-07-11'),(516,'July',2009,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)',26,'','2009-07-11'),(517,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729;  MS-RTC LM 8)',2,'','2009-07-11'),(518,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.04506.648)',1,'','2009-07-11'),(519,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607)',1,'','2009-07-11'),(520,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;  .NET CLR 3.0.30729;  .NET CLR 3.5.30707;  MS-RTC LM 8)',1,'','2009-07-11'),(521,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;  .NET CLR 3.0.04506.648)',2,'','2009-07-11'),(522,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729)',1,'','2009-07-11'),(523,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.04506.648)',3,'','2009-07-11'),(524,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30707;  InfoPath.2)',2,'','2009-07-11'),(525,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607)',1,'','2009-07-11'),(526,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;  .NET CLR 3.0.04506.648)',1,'','2009-07-12'),(527,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729;  InfoPath.2)',1,'','2009-07-12'),(528,'July',2009,'GingerCrawler/1.0 (Language Assistant for Dyslexics; www.gingersoftware.com/crawler_agent.htm; support at ginger software dot com)',1,'','2009-07-13'),(529,'July',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2009-07-13'),(530,'July',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',5,'','2009-07-15'),(531,'July',2009,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)',1,'','2009-07-15'),(532,'July',2009,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',3,'','2009-07-15'),(533,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729;  MS-RTC LM 8)',1,'','2009-07-17'),(534,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;  .NET CLR 3.0.30729;  .NET CLR 3.5.30707;  MS-RTC LM 8)',1,'','2009-07-17'),(535,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;  .NET CLR 3.0.30729;  .NET CLR 3.5.30707)',1,'','2009-07-17'),(536,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729;  MS-RTC LM 8)',1,'','2009-07-17'),(537,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729;  MS-RTC LM 8)',1,'','2009-07-17'),(538,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30707;  MS-RTC LM 8)',1,'','2009-07-17'),(539,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727)',1,'','2009-07-17'),(540,'July',2009,'Mozilla/4.0',1,'','2009-07-18'),(541,'July',2009,'Mozilla/5.0',5,'','2009-07-20'),(542,'July',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)',3,'','2009-07-21'),(543,'July',2009,'libwww-perl/5.828',1,'','2009-07-22'),(544,'July',2009,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; MVH; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)',2,'','2009-07-22'),(545,'July',2009,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)',1,'','2009-07-25'),(546,'July',2009,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',2,'','2009-07-25'),(547,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;  .NET CLR 3.0.04506.648)',1,'','2009-07-27'),(548,'July',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;  .NET CLR 3.0.30729;  .NET CLR 3.5.30707;  MS-RTC LM 8)',1,'','2009-07-27'),(549,'July',2009,'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',1,'','2009-07-27'),(550,'July',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',10,'','2009-07-29'),(551,'August',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0',1,'','2009-08-01'),(552,'August',2009,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',63,'','2009-08-01'),(553,'August',2009,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)',15,'','2009-08-01'),(554,'August',2009,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)',37,'','2009-08-01'),(555,'August',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7',1,'','2009-08-02'),(556,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607)',1,'','2009-08-03'),(557,'August',2009,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)',24,'','2009-08-03'),(558,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)',15,'','2009-08-04'),(559,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0)',4,'','2009-08-05'),(560,'August',2009,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7',1,'','2009-08-05'),(561,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',14,'','2009-08-05'),(562,'August',2009,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)',4,'','2009-08-06'),(563,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.04506.648)',3,'','2009-08-07'),(564,'August',2009,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)',1,'','2009-08-07'),(565,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',4,'','2009-08-07'),(566,'August',2009,'SAMSUNG-SGH-A411/1.0 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2.0 profile/MIDP-2.0 configuration/CLDC-1.1',1,'','2009-08-07'),(567,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729;  MS-RTC LM 8)',1,'','2009-08-08'),(568,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.04506.30)',27,'','2009-08-10'),(569,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',1,'','2009-08-10'),(570,'August',2009,'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)',1,'','2009-08-10'),(571,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)',2,'','2009-08-11'),(572,'August',2009,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)',7,'','2009-08-11'),(573,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;  .NET CLR 3.0.04506.648)',1,'','2009-08-11'),(574,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;  .NET CLR 3.0.04506.648)',1,'','2009-08-11'),(575,'August',2009,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)',2,'','2009-08-12'),(576,'August',2009,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)',1,'','2009-08-12'),(577,'August',2009,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)',5,'','2009-08-12'),(578,'August',2009,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13',2,'','2009-08-13'),(579,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;  .NET CLR 3.0.04506.648)',1,'','2009-08-14'),(580,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;  .NET CLR 3.0.04506.648)',1,'','2009-08-15'),(581,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607)',1,'','2009-08-15'),(582,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729)',1,'','2009-08-15'),(583,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;  .NET CLR 3.0.30729;  .NET CLR 3.5.30729)',1,'','2009-08-16'),(584,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;  .NET CLR 3.0.30729)',1,'','2009-08-17'),(585,'August',2009,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1)',1,'','2009-08-17'),(586,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)',2,'','2009-08-18'),(587,'August',2009,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 1.1.4322)',4,'','2009-08-18');
/*!40000 ALTER TABLE `STATS_BROWSER` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `STATS_BYDAY`
--

DROP TABLE IF EXISTS `STATS_BYDAY`;
CREATE TABLE `STATS_BYDAY` (
  `PriKey` int(11) NOT NULL auto_increment,
  `Month` char(25) default NULL,
  `Year` int(4) default NULL,
  `Day` char(25) default NULL,
  `Hits` int(25) default NULL,
  `SESSION` char(255) default NULL,
  `Real_Date` date default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM AUTO_INCREMENT=442 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `STATS_BYDAY`
--

LOCK TABLES `STATS_BYDAY` WRITE;
/*!40000 ALTER TABLE `STATS_BYDAY` DISABLE KEYS */;
INSERT INTO `STATS_BYDAY` VALUES (1,'June',2008,'4',7,'c18c52392da81da1bba130834fb2a4db','2008-06-04'),(2,'June',2008,'5',63,'','2008-06-05'),(3,'June',2008,'6',30,'','2008-06-06'),(4,'June',2008,'7',6,'','2008-06-07'),(5,'June',2008,'8',34,'','2008-06-08'),(6,'June',2008,'9',8,'','2008-06-09'),(7,'June',2008,'10',27,'','2008-06-10'),(8,'June',2008,'11',7,'','2008-06-11'),(9,'June',2008,'12',51,'','2008-06-12'),(10,'June',2008,'13',26,'','2008-06-13'),(11,'June',2008,'14',52,'','2008-06-14'),(12,'June',2008,'15',23,'','2008-06-15'),(13,'June',2008,'16',16,'','2008-06-16'),(14,'June',2008,'17',14,'','2008-06-17'),(15,'June',2008,'18',53,'','2008-06-18'),(16,'June',2008,'19',17,'','2008-06-19'),(17,'June',2008,'20',60,'','2008-06-20'),(18,'June',2008,'21',33,'','2008-06-21'),(19,'June',2008,'22',29,'','2008-06-22'),(20,'June',2008,'23',17,'','2008-06-23'),(21,'June',2008,'24',26,'','2008-06-24'),(22,'June',2008,'25',11,'','2008-06-25'),(23,'June',2008,'26',31,'','2008-06-26'),(24,'June',2008,'27',53,'','2008-06-27'),(25,'June',2008,'28',7,'','2008-06-28'),(26,'June',2008,'29',17,'','2008-06-29'),(27,'June',2008,'30',42,'','2008-06-30'),(28,'July',2008,'1',10,'','2008-07-01'),(29,'July',2008,'2',13,'','2008-07-02'),(30,'July',2008,'3',40,'','2008-07-03'),(31,'July',2008,'4',39,'','2008-07-04'),(32,'July',2008,'5',35,'','2008-07-05'),(33,'July',2008,'6',11,'','2008-07-06'),(34,'July',2008,'7',24,'','2008-07-07'),(35,'July',2008,'8',46,'','2008-07-08'),(36,'July',2008,'9',19,'','2008-07-09'),(37,'July',2008,'10',49,'','2008-07-10'),(38,'July',2008,'11',24,'','2008-07-11'),(39,'July',2008,'12',11,'','2008-07-12'),(40,'July',2008,'13',6,'','2008-07-13'),(41,'July',2008,'14',23,'','2008-07-14'),(42,'July',2008,'15',3,'','2008-07-15'),(43,'July',2008,'16',18,'','2008-07-16'),(44,'July',2008,'17',16,'','2008-07-17'),(45,'July',2008,'18',11,'','2008-07-18'),(46,'July',2008,'19',43,'','2008-07-19'),(47,'July',2008,'20',11,'','2008-07-20'),(48,'July',2008,'21',25,'','2008-07-21'),(49,'July',2008,'22',6,'','2008-07-22'),(50,'July',2008,'23',37,'','2008-07-23'),(51,'July',2008,'24',39,'','2008-07-24'),(52,'July',2008,'25',11,'','2008-07-25'),(53,'July',2008,'26',12,'','2008-07-26'),(54,'July',2008,'27',12,'','2008-07-27'),(55,'July',2008,'28',16,'','2008-07-28'),(56,'July',2008,'29',24,'','2008-07-29'),(57,'July',2008,'30',9,'','2008-07-30'),(58,'July',2008,'31',22,'','2008-07-31'),(59,'August',2008,'1',13,'','2008-08-01'),(60,'August',2008,'2',12,'','2008-08-02'),(61,'August',2008,'3',6,'','2008-08-03'),(62,'August',2008,'4',28,'','2008-08-04'),(63,'August',2008,'5',23,'','2008-08-05'),(64,'August',2008,'6',13,'','2008-08-06'),(65,'August',2008,'7',19,'','2008-08-07'),(66,'August',2008,'8',22,'','2008-08-08'),(67,'August',2008,'9',4,'','2008-08-09'),(68,'August',2008,'10',11,'','2008-08-10'),(69,'August',2008,'11',15,'','2008-08-11'),(70,'August',2008,'12',20,'','2008-08-12'),(71,'August',2008,'13',6,'','2008-08-13'),(72,'August',2008,'14',19,'','2008-08-14'),(73,'August',2008,'15',11,'','2008-08-15'),(74,'August',2008,'16',7,'','2008-08-16'),(75,'August',2008,'17',9,'','2008-08-17'),(76,'August',2008,'18',28,'','2008-08-18'),(77,'August',2008,'19',9,'','2008-08-19'),(78,'August',2008,'20',8,'','2008-08-20'),(79,'August',2008,'21',49,'','2008-08-21'),(80,'August',2008,'22',9,'','2008-08-22'),(81,'August',2008,'23',11,'','2008-08-23'),(82,'August',2008,'24',14,'','2008-08-24'),(83,'August',2008,'25',6,'','2008-08-25'),(84,'August',2008,'26',9,'','2008-08-26'),(85,'August',2008,'27',10,'','2008-08-27'),(86,'August',2008,'28',32,'','2008-08-28'),(87,'August',2008,'29',34,'','2008-08-29'),(88,'August',2008,'30',13,'','2008-08-30'),(89,'August',2008,'31',4,'','2008-08-31'),(90,'September',2008,'1',10,'','2008-09-01'),(91,'September',2008,'2',9,'','2008-09-02'),(92,'September',2008,'3',5,'','2008-09-03'),(93,'September',2008,'4',3,'','2008-09-04'),(94,'September',2008,'5',8,'','2008-09-05'),(95,'September',2008,'6',6,'','2008-09-06'),(96,'September',2008,'7',12,'','2008-09-07'),(97,'September',2008,'8',3,'','2008-09-08'),(98,'September',2008,'9',4,'','2008-09-09'),(99,'September',2008,'10',4,'','2008-09-10'),(100,'September',2008,'11',9,'','2008-09-11'),(101,'September',2008,'12',17,'','2008-09-12'),(102,'September',2008,'13',30,'','2008-09-13'),(103,'September',2008,'14',17,'','2008-09-14'),(104,'September',2008,'15',10,'','2008-09-15'),(105,'September',2008,'16',16,'','2008-09-16'),(106,'September',2008,'17',34,'','2008-09-17'),(107,'September',2008,'18',74,'','2008-09-18'),(108,'September',2008,'19',12,'','2008-09-19'),(109,'September',2008,'20',9,'','2008-09-20'),(110,'September',2008,'21',9,'','2008-09-21'),(111,'September',2008,'22',30,'','2008-09-22'),(112,'September',2008,'24',10,'','2008-09-24'),(113,'September',2008,'25',64,'','2008-09-25'),(114,'September',2008,'26',17,'','2008-09-26'),(115,'September',2008,'27',26,'','2008-09-27'),(116,'September',2008,'28',37,'','2008-09-28'),(117,'September',2008,'29',7,'','2008-09-29'),(118,'September',2008,'30',4,'','2008-09-30'),(119,'October',2008,'1',8,'','2008-10-01'),(120,'October',2008,'2',10,'','2008-10-02'),(121,'October',2008,'3',19,'','2008-10-03'),(122,'October',2008,'4',10,'','2008-10-04'),(123,'October',2008,'5',38,'','2008-10-05'),(124,'October',2008,'6',10,'','2008-10-06'),(125,'October',2008,'7',24,'','2008-10-07'),(126,'October',2008,'8',28,'','2008-10-08'),(127,'October',2008,'9',36,'','2008-10-09'),(128,'October',2008,'10',11,'','2008-10-10'),(129,'October',2008,'11',26,'','2008-10-11'),(130,'October',2008,'12',9,'','2008-10-12'),(131,'October',2008,'13',6,'','2008-10-13'),(132,'October',2008,'14',13,'','2008-10-14'),(133,'October',2008,'15',40,'','2008-10-15'),(134,'October',2008,'16',33,'','2008-10-16'),(135,'October',2008,'17',37,'','2008-10-17'),(136,'October',2008,'18',10,'','2008-10-18'),(137,'October',2008,'19',11,'','2008-10-19'),(138,'October',2008,'20',9,'','2008-10-20'),(139,'October',2008,'21',6,'','2008-10-21'),(140,'October',2008,'22',32,'','2008-10-22'),(141,'October',2008,'23',11,'','2008-10-23'),(142,'October',2008,'24',45,'','2008-10-24'),(143,'October',2008,'25',22,'','2008-10-25'),(144,'October',2008,'26',18,'','2008-10-26'),(145,'October',2008,'27',32,'','2008-10-27'),(146,'October',2008,'28',14,'','2008-10-28'),(147,'October',2008,'29',18,'','2008-10-29'),(148,'October',2008,'30',8,'','2008-10-30'),(149,'October',2008,'31',17,'','2008-10-31'),(150,'November',2008,'1',10,'','2008-11-01'),(151,'November',2008,'2',8,'','2008-11-02'),(152,'November',2008,'3',8,'','2008-11-03'),(153,'November',2008,'4',6,'','2008-11-04'),(154,'November',2008,'5',4,'','2008-11-05'),(155,'November',2008,'6',34,'','2008-11-06'),(156,'November',2008,'7',27,'','2008-11-07'),(157,'November',2008,'8',31,'','2008-11-08'),(158,'November',2008,'9',15,'','2008-11-09'),(159,'November',2008,'10',15,'','2008-11-10'),(160,'November',2008,'11',17,'','2008-11-11'),(161,'November',2008,'12',11,'','2008-11-12'),(162,'November',2008,'13',38,'','2008-11-13'),(163,'November',2008,'14',22,'','2008-11-14'),(164,'November',2008,'15',25,'','2008-11-15'),(165,'November',2008,'16',28,'','2008-11-16'),(166,'November',2008,'17',29,'','2008-11-17'),(167,'November',2008,'18',16,'','2008-11-18'),(168,'November',2008,'19',26,'','2008-11-19'),(169,'November',2008,'20',13,'','2008-11-20'),(170,'November',2008,'21',10,'','2008-11-21'),(171,'November',2008,'22',8,'','2008-11-22'),(172,'November',2008,'23',32,'','2008-11-23'),(173,'November',2008,'24',13,'','2008-11-24'),(174,'November',2008,'25',15,'','2008-11-25'),(175,'November',2008,'26',19,'','2008-11-26'),(176,'November',2008,'27',8,'','2008-11-27'),(177,'November',2008,'28',47,'','2008-11-28'),(178,'November',2008,'29',26,'','2008-11-29'),(179,'November',2008,'30',10,'','2008-11-30'),(180,'December',2008,'1',19,'','2008-12-01'),(181,'December',2008,'2',10,'','2008-12-02'),(182,'December',2008,'3',27,'','2008-12-03'),(183,'December',2008,'4',17,'','2008-12-04'),(184,'December',2008,'5',15,'','2008-12-05'),(185,'December',2008,'6',14,'','2008-12-06'),(186,'December',2008,'7',20,'','2008-12-07'),(187,'December',2008,'8',68,'','2008-12-08'),(188,'December',2008,'9',38,'','2008-12-09'),(189,'December',2008,'10',22,'','2008-12-10'),(190,'December',2008,'11',12,'','2008-12-11'),(191,'December',2008,'12',11,'','2008-12-12'),(192,'December',2008,'13',9,'','2008-12-13'),(193,'December',2008,'14',10,'','2008-12-14'),(194,'December',2008,'15',49,'','2008-12-15'),(195,'December',2008,'16',23,'','2008-12-16'),(196,'December',2008,'17',6,'','2008-12-17'),(197,'December',2008,'18',4,'','2008-12-18'),(198,'December',2008,'19',13,'','2008-12-19'),(199,'December',2008,'20',19,'','2008-12-20'),(200,'December',2008,'21',13,'','2008-12-21'),(201,'December',2008,'22',23,'','2008-12-22'),(202,'December',2008,'23',33,'','2008-12-23'),(203,'December',2008,'24',12,'','2008-12-24'),(204,'December',2008,'25',11,'','2008-12-25'),(205,'December',2008,'26',12,'','2008-12-26'),(206,'December',2008,'27',32,'','2008-12-27'),(207,'December',2008,'28',10,'','2008-12-28'),(208,'December',2008,'29',22,'','2008-12-29'),(209,'December',2008,'30',19,'','2008-12-30'),(210,'December',2008,'31',11,'','2008-12-31'),(211,'January',2009,'1',10,'','2009-01-01'),(212,'January',2009,'2',18,'','2009-01-02'),(213,'January',2009,'3',17,'','2009-01-03'),(214,'January',2009,'4',11,'','2009-01-04'),(215,'January',2009,'5',12,'','2009-01-05'),(216,'January',2009,'6',17,'','2009-01-06'),(217,'January',2009,'7',7,'','2009-01-07'),(218,'January',2009,'8',17,'','2009-01-08'),(219,'January',2009,'9',39,'','2009-01-09'),(220,'January',2009,'10',10,'','2009-01-10'),(221,'January',2009,'11',36,'','2009-01-11'),(222,'January',2009,'12',4,'','2009-01-12'),(223,'January',2009,'13',11,'','2009-01-13'),(224,'January',2009,'14',20,'','2009-01-14'),(225,'January',2009,'15',19,'','2009-01-15'),(226,'January',2009,'16',19,'','2009-01-16'),(227,'January',2009,'17',8,'','2009-01-17'),(228,'January',2009,'18',9,'','2009-01-18'),(229,'January',2009,'19',29,'','2009-01-19'),(230,'January',2009,'20',25,'','2009-01-20'),(231,'January',2009,'21',36,'','2009-01-21'),(232,'January',2009,'22',9,'','2009-01-22'),(233,'January',2009,'23',6,'','2009-01-23'),(234,'January',2009,'24',18,'','2009-01-24'),(235,'January',2009,'25',7,'','2009-01-25'),(236,'January',2009,'26',6,'','2009-01-26'),(237,'January',2009,'27',9,'','2009-01-27'),(238,'January',2009,'28',41,'','2009-01-28'),(239,'January',2009,'29',41,'','2009-01-29'),(240,'January',2009,'30',4,'','2009-01-30'),(241,'January',2009,'31',3,'','2009-01-31'),(242,'February',2009,'1',14,'','2009-02-01'),(243,'February',2009,'2',21,'','2009-02-02'),(244,'February',2009,'3',12,'','2009-02-03'),(245,'February',2009,'4',35,'','2009-02-04'),(246,'February',2009,'5',12,'','2009-02-05'),(247,'February',2009,'6',4,'','2009-02-06'),(248,'February',2009,'7',12,'','2009-02-07'),(249,'February',2009,'8',37,'','2009-02-08'),(250,'February',2009,'9',31,'','2009-02-09'),(251,'February',2009,'10',10,'','2009-02-10'),(252,'February',2009,'11',27,'','2009-02-11'),(253,'February',2009,'12',12,'','2009-02-12'),(254,'February',2009,'13',10,'','2009-02-13'),(255,'February',2009,'14',6,'','2009-02-14'),(256,'February',2009,'15',20,'','2009-02-15'),(257,'February',2009,'16',10,'','2009-02-16'),(258,'February',2009,'17',23,'','2009-02-17'),(259,'February',2009,'18',12,'','2009-02-18'),(260,'February',2009,'19',16,'','2009-02-19'),(261,'February',2009,'20',17,'','2009-02-20'),(262,'February',2009,'21',6,'','2009-02-21'),(263,'February',2009,'22',9,'','2009-02-22'),(264,'February',2009,'23',10,'','2009-02-23'),(265,'February',2009,'24',15,'','2009-02-24'),(266,'February',2009,'25',25,'','2009-02-25'),(267,'February',2009,'26',17,'','2009-02-26'),(268,'February',2009,'27',4,'','2009-02-27'),(269,'February',2009,'28',1,'','2009-02-28'),(270,'February',2009,'28',3,'','2009-02-28'),(271,'March',2009,'1',13,'','2009-03-01'),(272,'March',2009,'2',7,'','2009-03-02'),(273,'March',2009,'3',62,'','2009-03-03'),(274,'March',2009,'4',5,'','2009-03-04'),(275,'March',2009,'5',10,'','2009-03-05'),(276,'March',2009,'6',15,'','2009-03-06'),(277,'March',2009,'7',33,'','2009-03-07'),(278,'March',2009,'8',7,'','2009-03-08'),(279,'March',2009,'9',6,'','2009-03-09'),(280,'March',2009,'10',34,'','2009-03-10'),(281,'March',2009,'11',59,'','2009-03-11'),(282,'March',2009,'12',25,'','2009-03-12'),(283,'March',2009,'13',15,'','2009-03-13'),(284,'March',2009,'14',6,'','2009-03-14'),(285,'March',2009,'15',35,'','2009-03-15'),(286,'March',2009,'16',45,'','2009-03-16'),(287,'March',2009,'17',13,'','2009-03-17'),(288,'March',2009,'18',12,'','2009-03-18'),(289,'March',2009,'19',24,'','2009-03-19'),(290,'March',2009,'20',14,'','2009-03-20'),(291,'March',2009,'21',15,'','2009-03-21'),(292,'March',2009,'22',30,'','2009-03-22'),(293,'March',2009,'23',10,'','2009-03-23'),(294,'March',2009,'24',46,'','2009-03-24'),(295,'March',2009,'25',6,'','2009-03-25'),(296,'March',2009,'26',23,'','2009-03-26'),(297,'March',2009,'27',97,'','2009-03-27'),(298,'March',2009,'28',65,'','2009-03-28'),(299,'March',2009,'29',37,'','2009-03-29'),(300,'March',2009,'30',16,'','2009-03-30'),(301,'March',2009,'31',78,'','2009-03-31'),(302,'April',2009,'1',44,'','2009-04-01'),(303,'April',2009,'2',19,'','2009-04-02'),(304,'April',2009,'3',5,'','2009-04-03'),(305,'April',2009,'4',5,'','2009-04-04'),(306,'April',2009,'5',23,'','2009-04-05'),(307,'April',2009,'6',17,'','2009-04-06'),(308,'April',2009,'7',8,'','2009-04-07'),(309,'April',2009,'8',34,'','2009-04-08'),(310,'April',2009,'9',33,'','2009-04-09'),(311,'April',2009,'10',18,'','2009-04-10'),(312,'April',2009,'11',9,'','2009-04-11'),(313,'April',2009,'12',3,'','2009-04-12'),(314,'April',2009,'13',11,'','2009-04-13'),(315,'April',2009,'14',17,'','2009-04-14'),(316,'April',2009,'15',9,'','2009-04-15'),(317,'April',2009,'16',39,'','2009-04-16'),(318,'April',2009,'17',15,'','2009-04-17'),(319,'April',2009,'18',3,'','2009-04-18'),(320,'April',2009,'19',10,'','2009-04-19'),(321,'April',2009,'20',9,'','2009-04-20'),(322,'April',2009,'21',7,'','2009-04-21'),(323,'April',2009,'22',40,'','2009-04-22'),(324,'April',2009,'23',34,'','2009-04-23'),(325,'April',2009,'24',14,'','2009-04-24'),(326,'April',2009,'25',11,'','2009-04-25'),(327,'April',2009,'26',6,'','2009-04-26'),(328,'April',2009,'27',12,'','2009-04-27'),(329,'April',2009,'28',7,'','2009-04-28'),(330,'April',2009,'29',31,'','2009-04-29'),(331,'April',2009,'30',4,'','2009-04-30'),(332,'May',2009,'1',39,'','2009-05-01'),(333,'May',2009,'2',3,'','2009-05-02'),(334,'May',2009,'3',4,'','2009-05-03'),(335,'May',2009,'4',11,'','2009-05-04'),(336,'May',2009,'5',13,'','2009-05-05'),(337,'May',2009,'6',5,'','2009-05-06'),(338,'May',2009,'7',5,'','2009-05-07'),(339,'May',2009,'9',10,'','2009-05-09'),(340,'May',2009,'10',8,'','2009-05-10'),(341,'May',2009,'11',5,'','2009-05-11'),(342,'May',2009,'12',2,'','2009-05-12'),(343,'May',2009,'13',27,'','2009-05-13'),(344,'May',2009,'14',12,'','2009-05-14'),(345,'May',2009,'15',5,'','2009-05-15'),(346,'May',2009,'16',5,'','2009-05-16'),(347,'May',2009,'17',3,'','2009-05-17'),(348,'May',2009,'18',18,'','2009-05-18'),(349,'May',2009,'19',1,'','2009-05-19'),(350,'May',2009,'20',3,'','2009-05-20'),(351,'May',2009,'21',8,'','2009-05-21'),(352,'May',2009,'22',37,'','2009-05-22'),(353,'May',2009,'23',12,'','2009-05-23'),(354,'May',2009,'24',3,'','2009-05-24'),(355,'May',2009,'25',4,'','2009-05-25'),(356,'May',2009,'26',11,'','2009-05-26'),(357,'May',2009,'27',14,'','2009-05-27'),(358,'May',2009,'28',18,'','2009-05-28'),(359,'May',2009,'29',2,'','2009-05-29'),(360,'May',2009,'30',2,'','2009-05-30'),(361,'May',2009,'31',9,'','2009-05-31'),(362,'June',2009,'1',19,'','2009-06-01'),(363,'June',2009,'2',8,'','2009-06-02'),(364,'June',2009,'3',14,'','2009-06-03'),(365,'June',2009,'4',59,'','2009-06-04'),(366,'June',2009,'5',12,'','2009-06-05'),(367,'June',2009,'6',6,'','2009-06-06'),(368,'June',2009,'7',6,'','2009-06-07'),(369,'June',2009,'8',4,'','2009-06-08'),(370,'June',2009,'9',6,'','2009-06-09'),(371,'June',2009,'10',1,'','2009-06-10'),(372,'June',2009,'10',2,'','2009-06-10'),(373,'June',2009,'11',3,'','2009-06-11'),(374,'June',2009,'12',4,'','2009-06-12'),(375,'June',2009,'13',4,'','2009-06-13'),(376,'June',2009,'14',38,'','2009-06-14'),(377,'June',2009,'15',1,'','2009-06-15'),(378,'June',2009,'15',11,'','2009-06-15'),(379,'June',2009,'16',47,'','2009-06-16'),(380,'June',2009,'17',14,'','2009-06-17'),(381,'June',2009,'18',28,'','2009-06-18'),(382,'June',2009,'19',37,'','2009-06-19'),(383,'June',2009,'20',34,'','2009-06-20'),(384,'June',2009,'21',35,'','2009-06-21'),(385,'June',2009,'22',62,'','2009-06-22'),(386,'June',2009,'23',13,'','2009-06-23'),(387,'June',2009,'24',33,'','2009-06-24'),(388,'June',2009,'25',21,'','2009-06-25'),(389,'June',2009,'26',21,'','2009-06-26'),(390,'June',2009,'27',7,'','2009-06-27'),(391,'June',2009,'28',9,'','2009-06-28'),(392,'June',2009,'29',5,'','2009-06-29'),(393,'June',2009,'30',11,'','2009-06-30'),(394,'July',2009,'1',16,'','2009-07-01'),(395,'July',2009,'2',8,'','2009-07-02'),(396,'July',2009,'3',11,'','2009-07-03'),(397,'July',2009,'4',6,'','2009-07-04'),(398,'July',2009,'5',5,'','2009-07-05'),(399,'July',2009,'6',9,'','2009-07-06'),(400,'July',2009,'7',18,'','2009-07-07'),(401,'July',2009,'8',7,'','2009-07-08'),(402,'July',2009,'9',9,'','2009-07-09'),(403,'July',2009,'10',29,'','2009-07-10'),(404,'July',2009,'11',36,'','2009-07-11'),(405,'July',2009,'12',83,'','2009-07-12'),(406,'July',2009,'13',3,'','2009-07-13'),(407,'July',2009,'14',3,'','2009-07-14'),(408,'July',2009,'15',13,'','2009-07-15'),(409,'July',2009,'16',6,'','2009-07-16'),(410,'July',2009,'17',34,'','2009-07-17'),(411,'July',2009,'18',1,'','2009-07-18'),(412,'July',2009,'19',2,'','2009-07-19'),(413,'July',2009,'20',4,'','2009-07-20'),(414,'July',2009,'21',6,'','2009-07-21'),(415,'July',2009,'22',5,'','2009-07-22'),(416,'July',2009,'24',2,'','2009-07-24'),(417,'July',2009,'25',4,'','2009-07-25'),(418,'July',2009,'26',5,'','2009-07-26'),(419,'July',2009,'27',31,'','2009-07-27'),(420,'July',2009,'28',1,'','2009-07-28'),(421,'July',2009,'29',11,'','2009-07-29'),(422,'July',2009,'30',1,'','2009-07-30'),(423,'August',2009,'1',6,'','2009-08-01'),(424,'August',2009,'2',5,'','2009-08-02'),(425,'August',2009,'3',9,'','2009-08-03'),(426,'August',2009,'4',17,'','2009-08-04'),(427,'August',2009,'5',42,'','2009-08-05'),(428,'August',2009,'6',5,'','2009-08-06'),(429,'August',2009,'7',14,'','2009-08-07'),(430,'August',2009,'8',7,'','2009-08-08'),(431,'August',2009,'9',6,'','2009-08-09'),(432,'August',2009,'10',34,'','2009-08-10'),(433,'August',2009,'11',25,'','2009-08-11'),(434,'August',2009,'12',19,'','2009-08-12'),(435,'August',2009,'13',7,'','2009-08-13'),(436,'August',2009,'14',11,'','2009-08-14'),(437,'August',2009,'15',10,'','2009-08-15'),(438,'August',2009,'16',9,'','2009-08-16'),(439,'August',2009,'17',11,'','2009-08-17'),(440,'August',2009,'18',14,'','2009-08-18'),(441,'August',2009,'19',2,'','2009-08-19');
/*!40000 ALTER TABLE `STATS_BYDAY` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `STATS_BYHOUR`
--

DROP TABLE IF EXISTS `STATS_BYHOUR`;
CREATE TABLE `STATS_BYHOUR` (
  `PriKey` int(11) NOT NULL auto_increment,
  `Month` char(25) default NULL,
  `Year` int(4) default NULL,
  `Hour` char(25) default NULL,
  `Hits` int(25) default NULL,
  `SESSION` char(255) default NULL,
  `Real_Date` date default NULL,
  `Min_Users` int(8) default NULL,
  `Max_Users` int(8) default NULL,
  `Avg_Users` float default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM AUTO_INCREMENT=3215 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `STATS_BYHOUR`
--

LOCK TABLES `STATS_BYHOUR` WRITE;
/*!40000 ALTER TABLE `STATS_BYHOUR` DISABLE KEYS */;
INSERT INTO `STATS_BYHOUR` VALUES (1,'June',2008,'14',3,'c18c52392da81da1bba130834fb2a4db','2008-06-04',2,2,2),(2,'June',2008,'15',2,'','2008-06-04',1,2,1.5),(3,'June',2008,'17',1,'','2008-06-04',1,1,1),(4,'June',2008,'23',1,'','2008-06-04',1,1,1),(5,'June',2008,'05',2,'','2008-06-05',1,1,1),(6,'June',2008,'06',4,'','2008-06-05',1,2,1.5),(7,'June',2008,'10',30,'','2008-06-05',1,11,5.16666),(8,'June',2008,'11',3,'','2008-06-05',1,2,1.33333),(9,'June',2008,'13',1,'','2008-06-05',1,1,1),(10,'June',2008,'16',16,'','2008-06-05',1,1,1),(11,'June',2008,'17',2,'','2008-06-05',1,1,1),(12,'June',2008,'18',2,'','2008-06-05',1,2,1.5),(13,'June',2008,'21',3,'','2008-06-05',1,1,1),(14,'June',2008,'03',3,'','2008-06-06',1,2,1.33333),(15,'June',2008,'04',1,'','2008-06-06',1,1,1),(16,'June',2008,'06',16,'','2008-06-06',1,2,1.1875),(17,'June',2008,'07',2,'','2008-06-06',1,1,1),(18,'June',2008,'12',1,'','2008-06-06',1,1,1),(19,'June',2008,'13',3,'','2008-06-06',1,1,1),(20,'June',2008,'14',1,'','2008-06-06',1,1,1),(21,'June',2008,'16',1,'','2008-06-06',1,1,1),(22,'June',2008,'18',2,'','2008-06-06',1,1,1),(23,'June',2008,'12',1,'','2008-06-07',1,1,1),(24,'June',2008,'14',2,'','2008-06-07',1,1,1),(25,'June',2008,'17',2,'','2008-06-07',1,1,1),(26,'June',2008,'22',1,'','2008-06-07',1,1,1),(27,'June',2008,'09',1,'','2008-06-08',1,1,1),(28,'June',2008,'10',1,'','2008-06-08',1,1,1),(29,'June',2008,'12',2,'','2008-06-08',1,1,1),(30,'June',2008,'15',1,'','2008-06-08',1,1,1),(31,'June',2008,'18',2,'','2008-06-08',1,1,1),(32,'June',2008,'23',27,'','2008-06-08',1,1,1),(33,'June',2008,'00',1,'','2008-06-09',1,1,1),(34,'June',2008,'02',2,'','2008-06-09',1,1,1),(35,'June',2008,'08',2,'','2008-06-09',1,1,1),(36,'June',2008,'09',1,'','2008-06-09',1,1,1),(37,'June',2008,'23',2,'','2008-06-09',1,1,1),(38,'June',2008,'09',2,'','2008-06-10',1,1,1),(39,'June',2008,'10',14,'','2008-06-10',1,12,5.71428),(40,'June',2008,'11',1,'','2008-06-10',1,1,1),(41,'June',2008,'12',2,'','2008-06-10',1,1,1),(42,'June',2008,'13',3,'','2008-06-10',1,1,1),(43,'June',2008,'14',2,'','2008-06-10',1,1,1),(44,'June',2008,'17',1,'','2008-06-10',1,1,1),(45,'June',2008,'18',2,'','2008-06-10',1,1,1),(46,'June',2008,'05',1,'','2008-06-11',1,1,1),(47,'June',2008,'09',1,'','2008-06-11',1,1,1),(48,'June',2008,'10',2,'','2008-06-11',1,1,1),(49,'June',2008,'14',1,'','2008-06-11',1,1,1),(50,'June',2008,'17',1,'','2008-06-11',1,1,1),(51,'June',2008,'19',1,'','2008-06-11',1,1,1),(52,'June',2008,'04',1,'','2008-06-12',1,1,1),(53,'June',2008,'10',6,'','2008-06-12',1,4,2.33333),(54,'June',2008,'12',6,'','2008-06-12',1,1,1),(55,'June',2008,'13',9,'','2008-06-12',1,1,1),(56,'June',2008,'14',1,'','2008-06-12',1,1,1),(57,'June',2008,'15',9,'','2008-06-12',1,1,1),(58,'June',2008,'16',12,'','2008-06-12',1,1,1),(59,'June',2008,'17',2,'','2008-06-12',1,1,1),(60,'June',2008,'18',1,'','2008-06-12',1,1,1),(61,'June',2008,'21',1,'','2008-06-12',1,1,1),(62,'June',2008,'22',1,'','2008-06-12',1,1,1),(63,'June',2008,'23',2,'','2008-06-12',1,1,1),(64,'June',2008,'01',1,'','2008-06-13',1,1,1),(65,'June',2008,'03',2,'','2008-06-13',1,1,1),(66,'June',2008,'06',1,'','2008-06-13',1,1,1),(67,'June',2008,'07',1,'','2008-06-13',1,1,1),(68,'June',2008,'09',3,'','2008-06-13',1,2,1.66667),(69,'June',2008,'13',1,'','2008-06-13',1,1,1),(70,'June',2008,'18',2,'','2008-06-13',1,1,1),(71,'June',2008,'19',2,'','2008-06-13',1,1,1),(72,'June',2008,'20',4,'','2008-06-13',1,1,1),(73,'June',2008,'21',4,'','2008-06-13',1,1,1),(74,'June',2008,'22',4,'','2008-06-13',1,1,1),(75,'June',2008,'23',1,'','2008-06-13',1,1,1),(76,'June',2008,'01',2,'','2008-06-14',1,1,1),(77,'June',2008,'02',29,'','2008-06-14',1,1,1),(78,'June',2008,'03',5,'','2008-06-14',1,2,1.2),(79,'June',2008,'04',5,'','2008-06-14',1,2,1.4),(80,'June',2008,'07',1,'','2008-06-14',1,1,1),(81,'June',2008,'08',1,'','2008-06-14',1,1,1),(82,'June',2008,'17',1,'','2008-06-14',1,1,1),(83,'June',2008,'20',1,'','2008-06-14',1,1,1),(84,'June',2008,'21',7,'','2008-06-14',1,1,1),(85,'June',2008,'00',20,'','2008-06-15',1,1,1),(86,'June',2008,'09',1,'','2008-06-15',1,1,1),(87,'June',2008,'19',1,'','2008-06-15',1,1,1),(88,'June',2008,'20',1,'','2008-06-15',1,1,1),(89,'June',2008,'01',1,'','2008-06-16',1,1,1),(90,'June',2008,'02',1,'','2008-06-16',1,1,1),(91,'June',2008,'03',2,'','2008-06-16',1,1,1),(92,'June',2008,'04',2,'','2008-06-16',1,1,1),(93,'June',2008,'05',1,'','2008-06-16',1,1,1),(94,'June',2008,'06',1,'','2008-06-16',1,1,1),(95,'June',2008,'08',1,'','2008-06-16',1,1,1),(96,'June',2008,'13',1,'','2008-06-16',1,1,1),(97,'June',2008,'17',1,'','2008-06-16',1,1,1),(98,'June',2008,'20',1,'','2008-06-16',1,1,1),(99,'June',2008,'22',3,'','2008-06-16',1,1,1),(100,'June',2008,'23',1,'','2008-06-16',1,1,1),(101,'June',2008,'01',1,'','2008-06-17',1,1,1),(102,'June',2008,'05',2,'','2008-06-17',1,1,1),(103,'June',2008,'08',1,'','2008-06-17',1,1,1),(104,'June',2008,'14',1,'','2008-06-17',1,1,1),(105,'June',2008,'15',1,'','2008-06-17',1,1,1),(106,'June',2008,'16',5,'','2008-06-17',1,2,1.4),(107,'June',2008,'18',1,'','2008-06-17',1,1,1),(108,'June',2008,'20',1,'','2008-06-17',1,1,1),(109,'June',2008,'21',1,'','2008-06-17',1,1,1),(110,'June',2008,'08',10,'','2008-06-18',1,2,1.1),(111,'June',2008,'09',13,'','2008-06-18',1,1,1),(112,'June',2008,'10',7,'','2008-06-18',1,2,1.28571),(113,'June',2008,'11',20,'','2008-06-18',1,1,1),(114,'June',2008,'15',1,'','2008-06-18',1,1,1),(115,'June',2008,'19',1,'','2008-06-18',1,1,1),(116,'June',2008,'22',1,'','2008-06-18',1,1,1),(117,'June',2008,'10',1,'','2008-06-19',1,1,1),(118,'June',2008,'14',1,'','2008-06-19',1,1,1),(119,'June',2008,'16',11,'','2008-06-19',1,1,1),(120,'June',2008,'17',2,'','2008-06-19',1,1,1),(121,'June',2008,'18',2,'','2008-06-19',1,1,1),(122,'June',2008,'03',2,'','2008-06-20',1,1,1),(123,'June',2008,'04',1,'','2008-06-20',1,1,1),(124,'June',2008,'05',1,'','2008-06-20',1,1,1),(125,'June',2008,'06',1,'','2008-06-20',1,1,1),(126,'June',2008,'07',1,'','2008-06-20',1,1,1),(127,'June',2008,'08',7,'','2008-06-20',1,1,1),(128,'June',2008,'09',7,'','2008-06-20',1,2,1.85714),(129,'June',2008,'10',1,'','2008-06-20',1,1,1),(130,'June',2008,'14',4,'','2008-06-20',1,2,1.5),(131,'June',2008,'15',13,'','2008-06-20',1,6,2.23076),(132,'June',2008,'16',3,'','2008-06-20',1,2,1.66667),(133,'June',2008,'17',6,'','2008-06-20',1,4,2.66667),(134,'June',2008,'18',8,'','2008-06-20',1,2,1.5),(135,'June',2008,'19',1,'','2008-06-20',1,1,1),(136,'June',2008,'21',1,'','2008-06-20',1,1,1),(137,'June',2008,'22',2,'','2008-06-20',1,1,1),(138,'June',2008,'23',1,'','2008-06-20',1,1,1),(139,'June',2008,'00',3,'','2008-06-21',1,2,1.33333),(140,'June',2008,'01',2,'','2008-06-21',1,1,1),(141,'June',2008,'03',2,'','2008-06-21',1,1,1),(142,'June',2008,'05',2,'','2008-06-21',1,1,1),(143,'June',2008,'06',4,'','2008-06-21',1,1,1),(144,'June',2008,'07',8,'','2008-06-21',1,1,1),(145,'June',2008,'08',9,'','2008-06-21',1,2,1.11111),(146,'June',2008,'17',1,'','2008-06-21',1,1,1),(147,'June',2008,'18',1,'','2008-06-21',1,1,1),(148,'June',2008,'20',1,'','2008-06-21',1,1,1),(149,'June',2008,'09',2,'','2008-06-22',1,1,1),(150,'June',2008,'12',2,'','2008-06-22',1,1,1),(151,'June',2008,'13',2,'','2008-06-22',1,2,1.5),(152,'June',2008,'14',1,'','2008-06-22',1,1,1),(153,'June',2008,'16',1,'','2008-06-22',1,1,1),(154,'June',2008,'17',4,'','2008-06-22',1,2,1.25),(155,'June',2008,'18',2,'','2008-06-22',1,2,1.5),(156,'June',2008,'19',2,'','2008-06-22',1,2,1.5),(157,'June',2008,'20',2,'','2008-06-22',1,1,1),(158,'June',2008,'21',3,'','2008-06-22',1,2,1.33333),(159,'June',2008,'22',7,'','2008-06-22',1,1,1),(160,'June',2008,'23',1,'','2008-06-22',1,1,1),(161,'June',2008,'00',1,'','2008-06-23',1,1,1),(162,'June',2008,'01',1,'','2008-06-23',1,1,1),(163,'June',2008,'02',1,'','2008-06-23',1,1,1),(164,'June',2008,'04',1,'','2008-06-23',1,1,1),(165,'June',2008,'06',2,'','2008-06-23',1,2,1.5),(166,'June',2008,'07',1,'','2008-06-23',1,1,1),(167,'June',2008,'08',1,'','2008-06-23',1,1,1),(168,'June',2008,'10',2,'','2008-06-23',1,1,1),(169,'June',2008,'11',1,'','2008-06-23',1,1,1),(170,'June',2008,'12',1,'','2008-06-23',1,1,1),(171,'June',2008,'13',4,'','2008-06-23',1,1,1),(172,'June',2008,'20',1,'','2008-06-23',1,1,1),(173,'June',2008,'01',1,'','2008-06-24',1,1,1),(174,'June',2008,'02',1,'','2008-06-24',1,1,1),(175,'June',2008,'05',2,'','2008-06-24',1,1,1),(176,'June',2008,'06',2,'','2008-06-24',1,1,1),(177,'June',2008,'10',2,'','2008-06-24',1,1,1),(178,'June',2008,'11',1,'','2008-06-24',1,1,1),(179,'June',2008,'16',15,'','2008-06-24',1,1,1),(180,'June',2008,'22',1,'','2008-06-24',1,1,1),(181,'June',2008,'23',1,'','2008-06-24',1,1,1),(182,'June',2008,'10',1,'','2008-06-25',1,1,1),(183,'June',2008,'13',1,'','2008-06-25',1,1,1),(184,'June',2008,'15',5,'','2008-06-25',1,2,1.8),(185,'June',2008,'17',1,'','2008-06-25',1,1,1),(186,'June',2008,'18',2,'','2008-06-25',1,1,1),(187,'June',2008,'19',1,'','2008-06-25',1,1,1),(188,'June',2008,'01',1,'','2008-06-26',1,1,1),(189,'June',2008,'08',3,'','2008-06-26',1,1,1),(190,'June',2008,'10',4,'','2008-06-26',1,3,1.75),(191,'June',2008,'11',1,'','2008-06-26',1,1,1),(192,'June',2008,'12',2,'','2008-06-26',1,2,1.5),(193,'June',2008,'13',1,'','2008-06-26',1,1,1),(194,'June',2008,'14',3,'','2008-06-26',1,1,1),(195,'June',2008,'16',7,'','2008-06-26',1,1,1),(196,'June',2008,'17',5,'','2008-06-26',1,1,1),(197,'June',2008,'18',1,'','2008-06-26',1,1,1),(198,'June',2008,'20',1,'','2008-06-26',1,1,1),(199,'June',2008,'21',1,'','2008-06-26',1,1,1),(200,'June',2008,'23',1,'','2008-06-26',1,1,1),(201,'June',2008,'04',2,'','2008-06-27',1,1,1),(202,'June',2008,'06',2,'','2008-06-27',1,1,1),(203,'June',2008,'07',1,'','2008-06-27',1,1,1),(204,'June',2008,'09',3,'','2008-06-27',1,1,1),(205,'June',2008,'11',17,'','2008-06-27',1,3,2.47059),(206,'June',2008,'12',1,'','2008-06-27',1,1,1),(207,'June',2008,'13',2,'','2008-06-27',1,1,1),(208,'June',2008,'14',3,'','2008-06-27',1,1,1),(209,'June',2008,'15',2,'','2008-06-27',1,2,1.5),(210,'June',2008,'16',2,'','2008-06-27',1,2,1.5),(211,'June',2008,'17',2,'','2008-06-27',1,1,1),(212,'June',2008,'18',4,'','2008-06-27',1,3,1.75),(213,'June',2008,'19',4,'','2008-06-27',1,2,1.25),(214,'June',2008,'20',4,'','2008-06-27',1,1,1),(215,'June',2008,'21',4,'','2008-06-27',1,1,1),(216,'June',2008,'10',2,'','2008-06-28',1,1,1),(217,'June',2008,'15',1,'','2008-06-28',1,1,1),(218,'June',2008,'17',2,'','2008-06-28',1,1,1),(219,'June',2008,'20',1,'','2008-06-28',1,1,1),(220,'June',2008,'23',1,'','2008-06-28',1,1,1),(221,'June',2008,'00',1,'','2008-06-29',1,1,1),(222,'June',2008,'01',1,'','2008-06-29',1,1,1),(223,'June',2008,'02',1,'','2008-06-29',1,1,1),(224,'June',2008,'04',1,'','2008-06-29',1,1,1),(225,'June',2008,'07',2,'','2008-06-29',1,2,1.5),(226,'June',2008,'08',1,'','2008-06-29',1,1,1),(227,'June',2008,'09',3,'','2008-06-29',1,2,1.33333),(228,'June',2008,'20',5,'','2008-06-29',1,1,1),(229,'June',2008,'22',1,'','2008-06-29',1,1,1),(230,'June',2008,'23',1,'','2008-06-29',1,1,1),(231,'June',2008,'00',1,'','2008-06-30',1,1,1),(232,'June',2008,'02',1,'','2008-06-30',1,1,1),(233,'June',2008,'03',3,'','2008-06-30',1,1,1),(234,'June',2008,'04',1,'','2008-06-30',1,1,1),(235,'June',2008,'05',1,'','2008-06-30',1,1,1),(236,'June',2008,'06',2,'','2008-06-30',1,1,1),(237,'June',2008,'07',1,'','2008-06-30',1,1,1),(238,'June',2008,'08',1,'','2008-06-30',1,1,1),(239,'June',2008,'10',1,'','2008-06-30',1,1,1),(240,'June',2008,'11',2,'','2008-06-30',1,1,1),(241,'June',2008,'13',1,'','2008-06-30',1,1,1),(242,'June',2008,'14',1,'','2008-06-30',1,1,1),(243,'June',2008,'15',2,'','2008-06-30',1,1,1),(244,'June',2008,'16',1,'','2008-06-30',1,1,1),(245,'June',2008,'18',2,'','2008-06-30',1,2,1.5),(246,'June',2008,'19',1,'','2008-06-30',1,1,1),(247,'June',2008,'20',5,'','2008-06-30',1,2,1.6),(248,'June',2008,'21',2,'','2008-06-30',1,1,1),(249,'June',2008,'22',11,'','2008-06-30',1,4,1.90909),(250,'June',2008,'23',2,'','2008-06-30',1,2,1.5),(251,'July',2008,'00',2,'','2008-07-01',1,2,1.5),(252,'July',2008,'01',2,'','2008-07-01',1,2,1.5),(253,'July',2008,'07',3,'','2008-07-01',1,2,1.33333),(254,'July',2008,'11',1,'','2008-07-01',1,1,1),(255,'July',2008,'14',1,'','2008-07-01',1,1,1),(256,'July',2008,'18',1,'','2008-07-01',1,1,1),(257,'July',2008,'12',1,'','2008-07-02',1,1,1),(258,'July',2008,'13',4,'','2008-07-02',1,2,1.25),(259,'July',2008,'15',1,'','2008-07-02',1,1,1),(260,'July',2008,'16',2,'','2008-07-02',1,1,1),(261,'July',2008,'18',4,'','2008-07-02',1,1,1),(262,'July',2008,'19',1,'','2008-07-02',1,1,1),(263,'July',2008,'00',1,'','2008-07-03',1,1,1),(264,'July',2008,'01',1,'','2008-07-03',2,2,2),(265,'July',2008,'01',2,'','2008-07-03',1,2,1.5),(266,'July',2008,'10',8,'','2008-07-03',1,8,4.5),(267,'July',2008,'11',1,'','2008-07-03',1,1,1),(268,'July',2008,'16',6,'','2008-07-03',1,2,1.83333),(269,'July',2008,'17',9,'','2008-07-03',1,3,1.55556),(270,'July',2008,'18',3,'','2008-07-03',1,1,1),(271,'July',2008,'20',1,'','2008-07-03',1,1,1),(272,'July',2008,'21',2,'','2008-07-03',1,1,1),(273,'July',2008,'22',5,'','2008-07-03',1,3,1.8),(274,'July',2008,'23',2,'','2008-07-03',1,1,1),(275,'July',2008,'00',1,'','2008-07-04',1,1,1),(276,'July',2008,'01',1,'','2008-07-04',1,1,1),(277,'July',2008,'02',1,'','2008-07-04',1,1,1),(278,'July',2008,'04',1,'','2008-07-04',1,1,1),(279,'July',2008,'05',4,'','2008-07-04',1,2,1.25),(280,'July',2008,'06',1,'','2008-07-04',1,1,1),(281,'July',2008,'07',1,'','2008-07-04',1,1,1),(282,'July',2008,'08',1,'','2008-07-04',1,1,1),(283,'July',2008,'11',1,'','2008-07-04',1,1,1),(284,'July',2008,'12',2,'','2008-07-04',1,1,1),(285,'July',2008,'13',2,'','2008-07-04',1,1,1),(286,'July',2008,'14',1,'','2008-07-04',1,1,1),(287,'July',2008,'16',3,'','2008-07-04',1,1,1),(288,'July',2008,'17',1,'','2008-07-04',1,1,1),(289,'July',2008,'18',1,'','2008-07-04',1,1,1),(290,'July',2008,'19',2,'','2008-07-04',1,1,1),(291,'July',2008,'20',3,'','2008-07-04',1,2,1.33333),(292,'July',2008,'21',2,'','2008-07-04',1,1,1),(293,'July',2008,'22',7,'','2008-07-04',1,1,1),(294,'July',2008,'23',3,'','2008-07-04',1,1,1),(295,'July',2008,'02',1,'','2008-07-05',1,1,1),(296,'July',2008,'08',26,'','2008-07-05',1,1,1),(297,'July',2008,'10',1,'','2008-07-05',1,1,1),(298,'July',2008,'11',1,'','2008-07-05',1,1,1),(299,'July',2008,'14',2,'','2008-07-05',1,2,1.5),(300,'July',2008,'19',1,'','2008-07-05',1,1,1),(301,'July',2008,'20',2,'','2008-07-05',1,2,1.5),(302,'July',2008,'21',1,'','2008-07-05',1,1,1),(303,'July',2008,'05',1,'','2008-07-06',1,1,1),(304,'July',2008,'09',1,'','2008-07-06',1,1,1),(305,'July',2008,'12',1,'','2008-07-06',1,1,1),(306,'July',2008,'13',2,'','2008-07-06',1,1,1),(307,'July',2008,'21',1,'','2008-07-06',1,1,1),(308,'July',2008,'22',3,'','2008-07-06',2,2,2),(309,'July',2008,'23',2,'','2008-07-06',1,1,1),(310,'July',2008,'00',1,'','2008-07-07',1,1,1),(311,'July',2008,'02',2,'','2008-07-07',1,1,1),(312,'July',2008,'03',3,'','2008-07-07',1,1,1),(313,'July',2008,'04',4,'','2008-07-07',1,1,1),(314,'July',2008,'06',1,'','2008-07-07',1,1,1),(315,'July',2008,'07',1,'','2008-07-07',1,1,1),(316,'July',2008,'08',1,'','2008-07-07',1,1,1),(317,'July',2008,'09',2,'','2008-07-07',1,1,1),(318,'July',2008,'10',2,'','2008-07-07',1,1,1),(319,'July',2008,'11',1,'','2008-07-07',1,1,1),(320,'July',2008,'13',1,'','2008-07-07',1,1,1),(321,'July',2008,'14',1,'','2008-07-07',1,1,1),(322,'July',2008,'16',2,'','2008-07-07',1,1,1),(323,'July',2008,'20',2,'','2008-07-07',1,1,1),(324,'July',2008,'00',1,'','2008-07-08',1,1,1),(325,'July',2008,'01',1,'','2008-07-08',1,1,1),(326,'July',2008,'02',1,'','2008-07-08',1,1,1),(327,'July',2008,'04',1,'','2008-07-08',1,1,1),(328,'July',2008,'07',1,'','2008-07-08',1,1,1),(329,'July',2008,'09',10,'','2008-07-08',1,1,1),(330,'July',2008,'10',1,'','2008-07-08',1,1,1),(331,'July',2008,'18',2,'','2008-07-08',1,1,1),(332,'July',2008,'20',3,'','2008-07-08',1,1,1),(333,'July',2008,'21',23,'','2008-07-08',1,1,1),(334,'July',2008,'22',2,'','2008-07-08',1,1,1),(335,'July',2008,'01',1,'','2008-07-09',1,1,1),(336,'July',2008,'11',1,'','2008-07-09',1,1,1),(337,'July',2008,'14',12,'','2008-07-09',1,2,1.91667),(338,'July',2008,'15',1,'','2008-07-09',1,1,1),(339,'July',2008,'18',1,'','2008-07-09',1,1,1),(340,'July',2008,'19',1,'','2008-07-09',1,1,1),(341,'July',2008,'20',2,'','2008-07-09',1,1,1),(342,'July',2008,'00',1,'','2008-07-10',1,1,1),(343,'July',2008,'04',2,'','2008-07-10',1,1,1),(344,'July',2008,'05',2,'','2008-07-10',1,1,1),(345,'July',2008,'10',17,'','2008-07-10',1,15,8.5294),(346,'July',2008,'11',5,'','2008-07-10',1,3,1.6),(347,'July',2008,'14',1,'','2008-07-10',1,1,1),(348,'July',2008,'16',3,'','2008-07-10',1,1,1),(349,'July',2008,'17',7,'','2008-07-10',1,2,1.14286),(350,'July',2008,'18',3,'','2008-07-10',1,1,1),(351,'July',2008,'19',2,'','2008-07-10',1,2,1.5),(352,'July',2008,'20',1,'','2008-07-10',1,1,1),(353,'July',2008,'21',1,'','2008-07-10',1,1,1),(354,'July',2008,'22',3,'','2008-07-10',1,3,2),(355,'July',2008,'23',1,'','2008-07-10',1,1,1),(356,'July',2008,'00',1,'','2008-07-11',1,1,1),(357,'July',2008,'01',1,'','2008-07-11',1,1,1),(358,'July',2008,'03',7,'','2008-07-11',1,1,1),(359,'July',2008,'06',2,'','2008-07-11',1,1,1),(360,'July',2008,'09',6,'','2008-07-11',1,4,2.66667),(361,'July',2008,'11',2,'','2008-07-11',1,1,1),(362,'July',2008,'12',1,'','2008-07-11',1,1,1),(363,'July',2008,'13',1,'','2008-07-11',1,1,1),(364,'July',2008,'16',1,'','2008-07-11',1,1,1),(365,'July',2008,'17',1,'','2008-07-11',1,1,1),(366,'July',2008,'18',1,'','2008-07-11',1,1,1),(367,'July',2008,'01',2,'','2008-07-12',1,1,1),(368,'July',2008,'02',1,'','2008-07-12',1,1,1),(369,'July',2008,'04',1,'','2008-07-12',1,1,1),(370,'July',2008,'05',1,'','2008-07-12',1,1,1),(371,'July',2008,'08',2,'','2008-07-12',1,1,1),(372,'July',2008,'09',2,'','2008-07-12',1,1,1),(373,'July',2008,'10',1,'','2008-07-12',1,1,1),(374,'July',2008,'20',1,'','2008-07-12',1,1,1),(375,'July',2008,'04',1,'','2008-07-13',1,1,1),(376,'July',2008,'09',1,'','2008-07-13',1,1,1),(377,'July',2008,'14',1,'','2008-07-13',1,1,1),(378,'July',2008,'21',1,'','2008-07-13',1,1,1),(379,'July',2008,'22',1,'','2008-07-13',1,1,1),(380,'July',2008,'23',1,'','2008-07-13',1,1,1),(381,'July',2008,'11',1,'','2008-07-14',1,1,1),(382,'July',2008,'12',1,'','2008-07-14',1,1,1),(383,'July',2008,'15',18,'','2008-07-14',1,4,2.27777),(384,'July',2008,'16',1,'','2008-07-14',1,1,1),(385,'July',2008,'17',1,'','2008-07-14',1,1,1),(386,'July',2008,'23',1,'','2008-07-14',1,1,1),(387,'July',2008,'02',1,'','2008-07-15',1,1,1),(388,'July',2008,'15',1,'','2008-07-15',1,1,1),(389,'July',2008,'17',1,'','2008-07-15',1,1,1),(390,'July',2008,'01',1,'','2008-07-16',1,1,1),(391,'July',2008,'03',4,'','2008-07-16',1,1,1),(392,'July',2008,'04',1,'','2008-07-16',1,1,1),(393,'July',2008,'05',2,'','2008-07-16',1,1,1),(394,'July',2008,'08',1,'','2008-07-16',1,1,1),(395,'July',2008,'10',2,'','2008-07-16',1,1,1),(396,'July',2008,'12',2,'','2008-07-16',1,1,1),(397,'July',2008,'13',1,'','2008-07-16',1,1,1),(398,'July',2008,'14',2,'','2008-07-16',1,2,1.5),(399,'July',2008,'15',1,'','2008-07-16',1,1,1),(400,'July',2008,'19',1,'','2008-07-16',1,1,1),(401,'July',2008,'10',1,'','2008-07-17',1,1,1),(402,'July',2008,'17',8,'','2008-07-17',1,2,1.125),(403,'July',2008,'18',4,'','2008-07-17',1,1,1),(404,'July',2008,'19',1,'','2008-07-17',1,1,1),(405,'July',2008,'21',1,'','2008-07-17',1,1,1),(406,'July',2008,'22',1,'','2008-07-17',1,1,1),(407,'July',2008,'00',2,'','2008-07-18',1,1,1),(408,'July',2008,'03',1,'','2008-07-18',1,1,1),(409,'July',2008,'06',1,'','2008-07-18',1,1,1),(410,'July',2008,'07',1,'','2008-07-18',1,1,1),(411,'July',2008,'09',1,'','2008-07-18',1,1,1),(412,'July',2008,'12',1,'','2008-07-18',1,1,1),(413,'July',2008,'15',1,'','2008-07-18',1,1,1),(414,'July',2008,'17',1,'','2008-07-18',1,1,1),(415,'July',2008,'19',1,'','2008-07-18',1,1,1),(416,'July',2008,'21',1,'','2008-07-18',1,1,1),(417,'July',2008,'01',1,'','2008-07-19',1,1,1),(418,'July',2008,'07',1,'','2008-07-19',1,1,1),(419,'July',2008,'08',2,'','2008-07-19',1,1,1),(420,'July',2008,'12',1,'','2008-07-19',1,1,1),(421,'July',2008,'13',16,'','2008-07-19',1,2,1.8125),(422,'July',2008,'14',1,'','2008-07-19',1,1,1),(423,'July',2008,'15',2,'','2008-07-19',1,1,1),(424,'July',2008,'16',1,'','2008-07-19',1,1,1),(425,'July',2008,'17',2,'','2008-07-19',1,2,1.5),(426,'July',2008,'18',11,'c55c2d76f975627309cd809292e91b5a','2008-07-19',1,2,1.54545),(427,'July',2008,'20',1,'','2008-07-19',1,1,1),(428,'July',2008,'21',3,'','2008-07-19',1,1,1),(429,'July',2008,'22',1,'','2008-07-19',1,1,1),(430,'July',2008,'04',1,'','2008-07-20',1,1,1),(431,'July',2008,'05',1,'c55c2d76f975627309cd809292e91b5a','2008-07-20',1,1,1),(432,'July',2008,'09',1,'','2008-07-20',1,1,1),(433,'July',2008,'11',1,'','2008-07-20',1,1,1),(434,'July',2008,'14',2,'','2008-07-20',1,1,1),(435,'July',2008,'20',1,'','2008-07-20',1,1,1),(436,'July',2008,'21',1,'','2008-07-20',1,1,1),(437,'July',2008,'23',3,'','2008-07-20',1,2,1.66667),(438,'July',2008,'00',9,'','2008-07-21',1,3,1.77778),(439,'July',2008,'01',3,'','2008-07-21',1,5,3.33333),(440,'July',2008,'02',3,'','2008-07-21',1,1,1),(441,'July',2008,'04',1,'','2008-07-21',1,1,1),(442,'July',2008,'05',1,'','2008-07-21',1,1,1),(443,'July',2008,'06',3,'','2008-07-21',1,2,1.33333),(444,'July',2008,'08',1,'','2008-07-21',1,1,1),(445,'July',2008,'09',1,'','2008-07-21',1,1,1),(446,'July',2008,'11',1,'','2008-07-21',1,1,1),(447,'July',2008,'13',1,'','2008-07-21',1,1,1),(448,'July',2008,'21',1,'','2008-07-21',1,1,1),(449,'July',2008,'03',1,'','2008-07-22',1,1,1),(450,'July',2008,'12',4,'','2008-07-22',1,2,1.75),(451,'July',2008,'19',1,'','2008-07-22',1,1,1),(452,'July',2008,'03',2,'','2008-07-23',1,2,1.5),(453,'July',2008,'04',27,'','2008-07-23',1,3,1.22222),(454,'July',2008,'10',1,'','2008-07-23',1,1,1),(455,'July',2008,'12',3,'','2008-07-23',1,1,1),(456,'July',2008,'14',1,'','2008-07-23',1,1,1),(457,'July',2008,'15',1,'','2008-07-23',1,1,1),(458,'July',2008,'20',2,'','2008-07-23',1,1,1),(459,'July',2008,'10',1,'','2008-07-24',1,1,1),(460,'July',2008,'11',15,'','2008-07-24',1,2,1.73333),(461,'July',2008,'12',1,'','2008-07-24',1,1,1),(462,'July',2008,'13',1,'','2008-07-24',1,1,1),(463,'July',2008,'15',5,'','2008-07-24',1,1,1),(464,'July',2008,'17',3,'','2008-07-24',1,1,1),(465,'July',2008,'18',6,'','2008-07-24',1,2,1.5),(466,'July',2008,'19',5,'','2008-07-24',1,1,1),(467,'July',2008,'21',1,'','2008-07-24',1,1,1),(468,'July',2008,'22',1,'','2008-07-24',1,1,1),(469,'July',2008,'00',1,'','2008-07-25',1,1,1),(470,'July',2008,'01',1,'','2008-07-25',1,1,1),(471,'July',2008,'03',2,'','2008-07-25',1,1,1),(472,'July',2008,'06',1,'','2008-07-25',1,1,1),(473,'July',2008,'07',1,'','2008-07-25',1,1,1),(474,'July',2008,'09',1,'','2008-07-25',1,1,1),(475,'July',2008,'10',1,'','2008-07-25',1,1,1),(476,'July',2008,'12',1,'','2008-07-25',1,1,1),(477,'July',2008,'20',1,'','2008-07-25',1,1,1),(478,'July',2008,'23',1,'','2008-07-25',1,1,1),(479,'July',2008,'01',1,'','2008-07-26',1,1,1),(480,'July',2008,'10',2,'','2008-07-26',1,2,1.5),(481,'July',2008,'14',1,'','2008-07-26',1,1,1),(482,'July',2008,'19',3,'','2008-07-26',1,1,1),(483,'July',2008,'21',4,'','2008-07-26',1,2,1.5),(484,'July',2008,'23',1,'','2008-07-26',1,1,1),(485,'July',2008,'02',3,'','2008-07-27',1,1,1),(486,'July',2008,'03',7,'','2008-07-27',1,1,1),(487,'July',2008,'05',1,'','2008-07-27',1,1,1),(488,'July',2008,'15',1,'','2008-07-27',1,1,1),(489,'July',2008,'06',1,'','2008-07-28',1,1,1),(490,'July',2008,'09',1,'','2008-07-28',1,1,1),(491,'July',2008,'11',1,'','2008-07-28',1,1,1),(492,'July',2008,'13',1,'','2008-07-28',1,1,1),(493,'July',2008,'18',1,'','2008-07-28',1,1,1),(494,'July',2008,'23',11,'','2008-07-28',1,1,1),(495,'July',2008,'00',14,'','2008-07-29',1,1,1),(496,'July',2008,'03',2,'','2008-07-29',1,2,1.5),(497,'July',2008,'15',1,'','2008-07-29',1,1,1),(498,'July',2008,'16',2,'','2008-07-29',1,1,1),(499,'July',2008,'22',5,'','2008-07-29',1,1,1),(500,'July',2008,'00',1,'','2008-07-30',1,1,1),(501,'July',2008,'12',4,'','2008-07-30',1,1,1),(502,'July',2008,'20',2,'','2008-07-30',1,1,1),(503,'July',2008,'23',2,'','2008-07-30',1,1,1),(504,'July',2008,'02',2,'','2008-07-31',1,1,1),(505,'July',2008,'09',2,'','2008-07-31',1,1,1),(506,'July',2008,'10',1,'','2008-07-31',1,1,1),(507,'July',2008,'14',1,'','2008-07-31',1,1,1),(508,'July',2008,'15',7,'','2008-07-31',1,1,1),(509,'July',2008,'16',2,'','2008-07-31',1,1,1),(510,'July',2008,'18',2,'','2008-07-31',1,2,1.5),(511,'July',2008,'19',1,'','2008-07-31',1,1,1),(512,'July',2008,'20',1,'','2008-07-31',1,1,1),(513,'July',2008,'21',1,'','2008-07-31',1,1,1),(514,'July',2008,'22',2,'','2008-07-31',1,1,1),(515,'August',2008,'00',1,'','2008-08-01',1,1,1),(516,'August',2008,'01',1,'','2008-08-01',1,1,1),(517,'August',2008,'04',1,'','2008-08-01',1,1,1),(518,'August',2008,'07',1,'','2008-08-01',1,1,1),(519,'August',2008,'08',1,'','2008-08-01',1,1,1),(520,'August',2008,'09',2,'','2008-08-01',1,1,1),(521,'August',2008,'14',1,'','2008-08-01',1,1,1),(522,'August',2008,'18',2,'','2008-08-01',1,2,1.5),(523,'August',2008,'20',3,'','2008-08-01',1,1,1),(524,'August',2008,'07',1,'','2008-08-02',1,1,1),(525,'August',2008,'08',2,'','2008-08-02',1,1,1),(526,'August',2008,'10',2,'','2008-08-02',1,1,1),(527,'August',2008,'11',1,'','2008-08-02',1,1,1),(528,'August',2008,'12',1,'','2008-08-02',1,1,1),(529,'August',2008,'16',2,'','2008-08-02',1,1,1),(530,'August',2008,'21',1,'','2008-08-02',1,1,1),(531,'August',2008,'23',2,'','2008-08-02',1,1,1),(532,'August',2008,'01',1,'','2008-08-03',1,1,1),(533,'August',2008,'07',1,'','2008-08-03',1,1,1),(534,'August',2008,'11',1,'','2008-08-03',1,1,1),(535,'August',2008,'13',1,'','2008-08-03',1,1,1),(536,'August',2008,'15',1,'','2008-08-03',1,1,1),(537,'August',2008,'19',1,'','2008-08-03',1,1,1),(538,'August',2008,'00',1,'','2008-08-04',1,1,1),(539,'August',2008,'01',2,'','2008-08-04',1,1,1),(540,'August',2008,'05',1,'','2008-08-04',1,1,1),(541,'August',2008,'11',10,'','2008-08-04',1,4,2),(542,'August',2008,'12',11,'c3570a1f906a0be2c90c8092106f7da7','2008-08-04',1,6,3.09091),(543,'August',2008,'18',1,'','2008-08-04',1,1,1),(544,'August',2008,'19',2,'','2008-08-04',1,1,1),(545,'August',2008,'05',1,'','2008-08-05',1,1,1),(546,'August',2008,'06',11,'','2008-08-05',1,1,1),(547,'August',2008,'07',1,'','2008-08-05',1,1,1),(548,'August',2008,'11',4,'','2008-08-05',1,1,1),(549,'August',2008,'12',3,'','2008-08-05',1,3,2),(550,'August',2008,'15',1,'','2008-08-05',1,1,1),(551,'August',2008,'17',2,'','2008-08-05',1,1,1),(552,'August',2008,'05',2,'','2008-08-06',1,1,1),(553,'August',2008,'12',1,'','2008-08-06',1,1,1),(554,'August',2008,'13',6,'','2008-08-06',1,1,1),(555,'August',2008,'14',1,'','2008-08-06',1,1,1),(556,'August',2008,'17',1,'','2008-08-06',1,1,1),(557,'August',2008,'19',1,'','2008-08-06',1,1,1),(558,'August',2008,'20',1,'','2008-08-06',1,1,1),(559,'August',2008,'02',1,'','2008-08-07',1,1,1),(560,'August',2008,'07',1,'','2008-08-07',1,1,1),(561,'August',2008,'08',7,'','2008-08-07',1,1,1),(562,'August',2008,'12',9,'','2008-08-07',1,1,1),(563,'August',2008,'21',1,'','2008-08-07',1,1,1),(564,'August',2008,'00',1,'','2008-08-08',1,1,1),(565,'August',2008,'04',1,'','2008-08-08',1,1,1),(566,'August',2008,'05',2,'','2008-08-08',1,2,1.5),(567,'August',2008,'06',3,'','2008-08-08',1,3,2),(568,'August',2008,'08',1,'','2008-08-08',1,1,1),(569,'August',2008,'09',6,'','2008-08-08',1,1,1),(570,'August',2008,'12',2,'','2008-08-08',1,1,1),(571,'August',2008,'18',1,'','2008-08-08',1,1,1),(572,'August',2008,'20',1,'','2008-08-08',1,1,1),(573,'August',2008,'23',4,'','2008-08-08',1,2,1.25),(574,'August',2008,'01',1,'','2008-08-09',1,1,1),(575,'August',2008,'02',1,'','2008-08-09',1,1,1),(576,'August',2008,'05',1,'','2008-08-09',1,1,1),(577,'August',2008,'12',1,'','2008-08-09',1,1,1),(578,'August',2008,'05',1,'','2008-08-10',1,1,1),(579,'August',2008,'06',2,'','2008-08-10',1,1,1),(580,'August',2008,'09',2,'','2008-08-10',1,1,1),(581,'August',2008,'10',1,'','2008-08-10',1,1,1),(582,'August',2008,'11',2,'','2008-08-10',1,2,1.5),(583,'August',2008,'13',1,'','2008-08-10',1,1,1),(584,'August',2008,'16',2,'','2008-08-10',1,2,1.5),(585,'August',2008,'04',1,'','2008-08-11',1,1,1),(586,'August',2008,'06',1,'','2008-08-11',1,1,1),(587,'August',2008,'07',2,'','2008-08-11',1,1,1),(588,'August',2008,'08',1,'','2008-08-11',1,1,1),(589,'August',2008,'10',6,'','2008-08-11',1,1,1),(590,'August',2008,'19',1,'','2008-08-11',1,1,1),(591,'August',2008,'22',1,'','2008-08-11',1,1,1),(592,'August',2008,'23',2,'','2008-08-11',1,1,1),(593,'August',2008,'01',2,'','2008-08-12',1,1,1),(594,'August',2008,'02',1,'','2008-08-12',1,1,1),(595,'August',2008,'05',2,'','2008-08-12',1,1,1),(596,'August',2008,'08',1,'','2008-08-12',1,1,1),(597,'August',2008,'13',1,'','2008-08-12',1,1,1),(598,'August',2008,'14',5,'','2008-08-12',1,1,1),(599,'August',2008,'15',1,'','2008-08-12',1,1,1),(600,'August',2008,'18',1,'','2008-08-12',1,1,1),(601,'August',2008,'20',3,'','2008-08-12',1,1,1),(602,'August',2008,'21',2,'','2008-08-12',1,2,1.5),(603,'August',2008,'23',1,'','2008-08-12',1,1,1),(604,'August',2008,'03',1,'','2008-08-13',1,1,1),(605,'August',2008,'07',1,'','2008-08-13',1,1,1),(606,'August',2008,'11',1,'','2008-08-13',1,1,1),(607,'August',2008,'15',2,'','2008-08-13',1,1,1),(608,'August',2008,'23',1,'','2008-08-13',1,1,1),(609,'August',2008,'02',2,'','2008-08-14',1,1,1),(610,'August',2008,'04',1,'','2008-08-14',1,1,1),(611,'August',2008,'06',1,'','2008-08-14',1,1,1),(612,'August',2008,'07',1,'','2008-08-14',1,1,1),(613,'August',2008,'11',1,'','2008-08-14',1,1,1),(614,'August',2008,'13',7,'','2008-08-14',1,3,1.85714),(615,'August',2008,'14',1,'','2008-08-14',1,1,1),(616,'August',2008,'16',4,'','2008-08-14',1,2,1.25),(617,'August',2008,'19',1,'','2008-08-14',1,1,1),(618,'August',2008,'04',2,'','2008-08-15',1,1,1),(619,'August',2008,'07',1,'','2008-08-15',1,1,1),(620,'August',2008,'08',3,'','2008-08-15',1,2,1.33333),(621,'August',2008,'16',2,'','2008-08-15',1,2,1.5),(622,'August',2008,'18',3,'','2008-08-15',1,2,1.33333),(623,'August',2008,'01',1,'','2008-08-16',1,1,1),(624,'August',2008,'02',1,'','2008-08-16',1,1,1),(625,'August',2008,'05',1,'','2008-08-16',1,1,1),(626,'August',2008,'07',1,'','2008-08-16',1,1,1),(627,'August',2008,'12',1,'','2008-08-16',1,1,1),(628,'August',2008,'15',1,'','2008-08-16',1,1,1),(629,'August',2008,'17',1,'','2008-08-16',1,1,1),(630,'August',2008,'02',1,'','2008-08-17',1,1,1),(631,'August',2008,'03',1,'','2008-08-17',1,1,1),(632,'August',2008,'06',2,'','2008-08-17',1,1,1),(633,'August',2008,'07',2,'','2008-08-17',1,1,1),(634,'August',2008,'08',1,'','2008-08-17',1,1,1),(635,'August',2008,'18',2,'','2008-08-17',1,1,1),(636,'August',2008,'10',24,'','2008-08-18',1,1,1),(637,'August',2008,'16',3,'','2008-08-18',1,1,1),(638,'August',2008,'19',1,'','2008-08-18',1,1,1),(639,'August',2008,'06',2,'','2008-08-19',1,2,1.5),(640,'August',2008,'08',1,'','2008-08-19',1,1,1),(641,'August',2008,'12',1,'','2008-08-19',1,1,1),(642,'August',2008,'13',1,'','2008-08-19',1,1,1),(643,'August',2008,'15',3,'','2008-08-19',1,1,1),(644,'August',2008,'23',1,'','2008-08-19',1,1,1),(645,'August',2008,'00',2,'','2008-08-20',1,1,1),(646,'August',2008,'03',1,'','2008-08-20',1,1,1),(647,'August',2008,'15',3,'','2008-08-20',1,1,1),(648,'August',2008,'17',1,'','2008-08-20',1,1,1),(649,'August',2008,'19',1,'','2008-08-20',1,1,1),(650,'August',2008,'04',1,'','2008-08-21',1,1,1),(651,'August',2008,'10',1,'','2008-08-21',1,1,1),(652,'August',2008,'15',13,'','2008-08-21',1,1,1),(653,'August',2008,'17',28,'','2008-08-21',1,2,1.96428),(654,'August',2008,'18',1,'','2008-08-21',1,1,1),(655,'August',2008,'19',2,'','2008-08-21',1,1,1),(656,'August',2008,'20',2,'','2008-08-21',1,1,1),(657,'August',2008,'23',1,'','2008-08-21',1,1,1),(658,'August',2008,'04',1,'','2008-08-22',1,1,1),(659,'August',2008,'08',2,'','2008-08-22',1,1,1),(660,'August',2008,'14',1,'','2008-08-22',1,1,1),(661,'August',2008,'17',1,'','2008-08-22',1,1,1),(662,'August',2008,'18',3,'','2008-08-22',1,2,1.66667),(663,'August',2008,'19',1,'','2008-08-22',1,1,1),(664,'August',2008,'01',2,'','2008-08-23',1,1,1),(665,'August',2008,'02',1,'','2008-08-23',1,1,1),(666,'August',2008,'03',1,'','2008-08-23',1,1,1),(667,'August',2008,'04',1,'','2008-08-23',1,1,1),(668,'August',2008,'05',1,'','2008-08-23',1,1,1),(669,'August',2008,'11',1,'','2008-08-23',1,1,1),(670,'August',2008,'12',3,'','2008-08-23',1,1,1),(671,'August',2008,'21',1,'','2008-08-23',1,1,1),(672,'August',2008,'00',1,'','2008-08-24',1,1,1),(673,'August',2008,'03',1,'','2008-08-24',1,1,1),(674,'August',2008,'04',2,'','2008-08-24',1,1,1),(675,'August',2008,'06',1,'','2008-08-24',1,1,1),(676,'August',2008,'07',1,'','2008-08-24',1,1,1),(677,'August',2008,'09',1,'','2008-08-24',1,1,1),(678,'August',2008,'16',4,'','2008-08-24',1,1,1),(679,'August',2008,'18',1,'','2008-08-24',1,1,1),(680,'August',2008,'19',1,'','2008-08-24',1,1,1),(681,'August',2008,'21',1,'','2008-08-24',1,1,1),(682,'August',2008,'03',1,'','2008-08-25',1,1,1),(683,'August',2008,'04',1,'','2008-08-25',1,1,1),(684,'August',2008,'07',1,'','2008-08-25',1,1,1),(685,'August',2008,'08',1,'','2008-08-25',1,1,1),(686,'August',2008,'18',1,'','2008-08-25',1,1,1),(687,'August',2008,'23',1,'','2008-08-25',1,1,1),(688,'August',2008,'00',3,'','2008-08-26',1,2,1.33333),(689,'August',2008,'02',1,'','2008-08-26',1,1,1),(690,'August',2008,'13',1,'','2008-08-26',1,1,1),(691,'August',2008,'21',2,'','2008-08-26',1,1,1),(692,'August',2008,'22',1,'','2008-08-26',1,1,1),(693,'August',2008,'23',1,'','2008-08-26',1,1,1),(694,'August',2008,'00',1,'','2008-08-27',1,1,1),(695,'August',2008,'05',1,'','2008-08-27',1,1,1),(696,'August',2008,'08',1,'','2008-08-27',1,1,1),(697,'August',2008,'10',6,'','2008-08-27',1,1,1),(698,'August',2008,'14',1,'','2008-08-27',1,1,1),(699,'August',2008,'00',1,'','2008-08-28',1,1,1),(700,'August',2008,'01',23,'','2008-08-28',1,1,1),(701,'August',2008,'13',3,'','2008-08-28',1,1,1),(702,'August',2008,'14',3,'','2008-08-28',1,1,1),(703,'August',2008,'17',1,'','2008-08-28',1,1,1),(704,'August',2008,'20',1,'','2008-08-28',1,1,1),(705,'August',2008,'06',1,'','2008-08-29',1,1,1),(706,'August',2008,'10',13,'','2008-08-29',1,1,1),(707,'August',2008,'12',10,'','2008-08-29',1,3,2.3),(708,'August',2008,'13',5,'12230d6375c26108fd3a6dfb21c0d256','2008-08-29',1,4,2.8),(709,'August',2008,'14',4,'','2008-08-29',1,1,1),(710,'August',2008,'22',1,'','2008-08-29',1,1,1),(711,'August',2008,'06',12,'','2008-08-30',1,1,1),(712,'August',2008,'07',1,'','2008-08-30',1,1,1),(713,'August',2008,'12',1,'','2008-08-31',1,1,1),(714,'August',2008,'21',2,'','2008-08-31',1,1,1),(715,'August',2008,'22',1,'','2008-08-31',1,1,1),(716,'September',2008,'00',1,'','2008-09-01',1,1,1),(717,'September',2008,'01',1,'','2008-09-01',1,1,1),(718,'September',2008,'05',1,'','2008-09-01',1,1,1),(719,'September',2008,'06',1,'','2008-09-01',1,1,1),(720,'September',2008,'15',1,'','2008-09-01',1,1,1),(721,'September',2008,'16',3,'','2008-09-01',1,1,1),(722,'September',2008,'17',1,'','2008-09-01',1,1,1),(723,'September',2008,'19',1,'','2008-09-01',1,1,1),(724,'September',2008,'00',2,'','2008-09-02',1,1,1),(725,'September',2008,'01',1,'','2008-09-02',1,1,1),(726,'September',2008,'09',2,'','2008-09-02',1,2,1.5),(727,'September',2008,'12',1,'','2008-09-02',1,1,1),(728,'September',2008,'13',1,'','2008-09-02',1,1,1),(729,'September',2008,'14',1,'','2008-09-02',1,1,1),(730,'September',2008,'23',1,'','2008-09-02',1,1,1),(731,'September',2008,'12',4,'','2008-09-03',1,1,1),(732,'September',2008,'14',1,'','2008-09-03',1,1,1),(733,'September',2008,'03',1,'','2008-09-04',1,1,1),(734,'September',2008,'09',1,'','2008-09-04',1,1,1),(735,'September',2008,'19',1,'','2008-09-04',1,1,1),(736,'September',2008,'04',1,'','2008-09-05',1,1,1),(737,'September',2008,'05',1,'','2008-09-05',1,1,1),(738,'September',2008,'06',1,'','2008-09-05',1,1,1),(739,'September',2008,'09',1,'','2008-09-05',1,1,1),(740,'September',2008,'13',1,'','2008-09-05',1,1,1),(741,'September',2008,'14',1,'','2008-09-05',1,1,1),(742,'September',2008,'16',1,'','2008-09-05',1,1,1),(743,'September',2008,'21',1,'','2008-09-05',1,1,1),(744,'September',2008,'03',1,'','2008-09-06',1,1,1),(745,'September',2008,'05',1,'','2008-09-06',1,1,1),(746,'September',2008,'18',1,'','2008-09-06',1,1,1),(747,'September',2008,'22',3,'','2008-09-06',1,1,1),(748,'September',2008,'06',1,'','2008-09-07',1,1,1),(749,'September',2008,'12',1,'','2008-09-07',1,1,1),(750,'September',2008,'16',1,'','2008-09-07',1,1,1),(751,'September',2008,'20',1,'','2008-09-07',1,1,1),(752,'September',2008,'21',2,'','2008-09-07',1,1,1),(753,'September',2008,'22',6,'','2008-09-07',1,1,1),(754,'September',2008,'09',1,'','2008-09-08',1,1,1),(755,'September',2008,'14',1,'','2008-09-08',1,1,1),(756,'September',2008,'19',1,'','2008-09-08',1,1,1),(757,'September',2008,'04',1,'','2008-09-09',1,1,1),(758,'September',2008,'09',1,'','2008-09-09',1,1,1),(759,'September',2008,'17',1,'','2008-09-09',1,1,1),(760,'September',2008,'23',1,'','2008-09-09',1,1,1),(761,'September',2008,'02',1,'','2008-09-10',1,1,1),(762,'September',2008,'12',3,'','2008-09-10',1,1,1),(763,'September',2008,'02',1,'','2008-09-11',1,1,1),(764,'September',2008,'12',4,'','2008-09-11',1,1,1),(765,'September',2008,'14',1,'','2008-09-11',1,1,1),(766,'September',2008,'15',1,'','2008-09-11',1,1,1),(767,'September',2008,'16',2,'','2008-09-11',1,1,1),(768,'September',2008,'08',4,'','2008-09-12',1,1,1),(769,'September',2008,'11',4,'','2008-09-12',1,1,1),(770,'September',2008,'17',1,'','2008-09-12',1,1,1),(771,'September',2008,'18',1,'','2008-09-12',1,1,1),(772,'September',2008,'19',7,'','2008-09-12',1,1,1),(773,'September',2008,'04',27,'','2008-09-13',1,1,1),(774,'September',2008,'17',1,'','2008-09-13',1,1,1),(775,'September',2008,'22',1,'','2008-09-13',1,1,1),(776,'September',2008,'23',1,'','2008-09-13',1,1,1),(777,'September',2008,'00',1,'','2008-09-14',1,1,1),(778,'September',2008,'09',1,'','2008-09-14',1,1,1),(779,'September',2008,'13',2,'','2008-09-14',1,2,1.5),(780,'September',2008,'15',12,'','2008-09-14',1,1,1),(781,'September',2008,'21',1,'','2008-09-14',1,1,1),(782,'September',2008,'03',1,'','2008-09-15',1,1,1),(783,'September',2008,'08',1,'','2008-09-15',1,1,1),(784,'September',2008,'10',1,'','2008-09-15',1,1,1),(785,'September',2008,'14',2,'','2008-09-15',1,2,1.5),(786,'September',2008,'17',1,'','2008-09-15',1,1,1),(787,'September',2008,'18',2,'','2008-09-15',1,2,1.5),(788,'September',2008,'21',1,'','2008-09-15',1,1,1),(789,'September',2008,'23',1,'','2008-09-15',1,1,1),(790,'September',2008,'01',1,'','2008-09-16',1,1,1),(791,'September',2008,'02',1,'','2008-09-16',1,1,1),(792,'September',2008,'07',3,'','2008-09-16',1,1,1),(793,'September',2008,'10',1,'','2008-09-16',1,1,1),(794,'September',2008,'14',6,'','2008-09-16',1,1,1),(795,'September',2008,'18',1,'','2008-09-16',1,1,1),(796,'September',2008,'20',3,'','2008-09-16',1,1,1),(797,'September',2008,'04',1,'','2008-09-17',1,1,1),(798,'September',2008,'06',6,'','2008-09-17',1,1,1),(799,'September',2008,'07',4,'','2008-09-17',1,1,1),(800,'September',2008,'08',2,'','2008-09-17',1,1,1),(801,'September',2008,'13',4,'','2008-09-17',1,2,1.75),(802,'September',2008,'15',1,'','2008-09-17',1,1,1),(803,'September',2008,'16',1,'','2008-09-17',1,1,1),(804,'September',2008,'17',2,'','2008-09-17',1,1,1),(805,'September',2008,'19',1,'','2008-09-17',1,1,1),(806,'September',2008,'21',4,'','2008-09-17',1,2,1.5),(807,'September',2008,'22',6,'','2008-09-17',1,2,1.33333),(808,'September',2008,'23',2,'','2008-09-17',1,2,1.5),(809,'September',2008,'00',1,'','2008-09-18',1,1,1),(810,'September',2008,'01',1,'','2008-09-18',1,1,1),(811,'September',2008,'02',2,'','2008-09-18',1,2,1.5),(812,'September',2008,'03',2,'','2008-09-18',1,1,1),(813,'September',2008,'05',1,'','2008-09-18',1,1,1),(814,'September',2008,'06',1,'','2008-09-18',1,1,1),(815,'September',2008,'08',11,'','2008-09-18',1,1,1),(816,'September',2008,'09',3,'','2008-09-18',1,2,1.33333),(817,'September',2008,'10',13,'','2008-09-18',1,1,1),(818,'September',2008,'11',4,'','2008-09-18',1,2,1.25),(819,'September',2008,'12',1,'','2008-09-18',1,1,1),(820,'September',2008,'13',1,'','2008-09-18',1,1,1),(821,'September',2008,'14',7,'','2008-09-18',1,1,1),(822,'September',2008,'15',12,'','2008-09-18',2,3,2.08333),(823,'September',2008,'16',3,'','2008-09-18',1,2,1.66667),(824,'September',2008,'17',1,'','2008-09-18',1,1,1),(825,'September',2008,'18',1,'','2008-09-18',1,1,1),(826,'September',2008,'19',3,'','2008-09-18',1,2,1.33333),(827,'September',2008,'20',3,'','2008-09-18',1,1,1),(828,'September',2008,'21',1,'','2008-09-18',1,1,1),(829,'September',2008,'22',2,'','2008-09-18',1,1,1),(830,'September',2008,'00',2,'','2008-09-19',1,1,1),(831,'September',2008,'03',1,'','2008-09-19',1,1,1),(832,'September',2008,'08',1,'','2008-09-19',1,1,1),(833,'September',2008,'09',1,'','2008-09-19',1,1,1),(834,'September',2008,'10',1,'','2008-09-19',1,1,1),(835,'September',2008,'14',1,'','2008-09-19',1,1,1),(836,'September',2008,'19',1,'','2008-09-19',1,1,1),(837,'September',2008,'20',1,'','2008-09-19',1,1,1),(838,'September',2008,'22',2,'','2008-09-19',1,1,1),(839,'September',2008,'23',1,'','2008-09-19',1,1,1),(840,'September',2008,'08',1,'','2008-09-20',1,1,1),(841,'September',2008,'09',2,'','2008-09-20',1,1,1),(842,'September',2008,'23',6,'','2008-09-20',1,2,1.16667),(843,'September',2008,'02',1,'','2008-09-21',1,1,1),(844,'September',2008,'03',1,'','2008-09-21',1,1,1),(845,'September',2008,'09',1,'','2008-09-21',1,1,1),(846,'September',2008,'10',1,'','2008-09-21',1,1,1),(847,'September',2008,'11',1,'','2008-09-21',1,1,1),(848,'September',2008,'16',1,'','2008-09-21',1,1,1),(849,'September',2008,'20',2,'','2008-09-21',1,1,1),(850,'September',2008,'23',1,'','2008-09-21',1,1,1),(851,'September',2008,'16',27,'','2008-09-22',1,1,1),(852,'September',2008,'21',1,'','2008-09-22',1,1,1),(853,'September',2008,'22',2,'','2008-09-22',1,1,1),(854,'September',2008,'06',1,'','2008-09-24',1,1,1),(855,'September',2008,'08',2,'','2008-09-24',1,1,1),(856,'September',2008,'15',1,'','2008-09-24',1,1,1),(857,'September',2008,'17',1,'','2008-09-24',1,1,1),(858,'September',2008,'18',2,'','2008-09-24',1,1,1),(859,'September',2008,'22',2,'','2008-09-24',1,2,1.5),(860,'September',2008,'23',1,'','2008-09-24',1,1,1),(861,'September',2008,'01',1,'','2008-09-25',1,1,1),(862,'September',2008,'09',10,'','2008-09-25',1,1,1),(863,'September',2008,'11',1,'','2008-09-25',1,1,1),(864,'September',2008,'12',31,'','2008-09-25',1,8,4.48388),(865,'September',2008,'14',1,'','2008-09-25',1,1,1),(866,'September',2008,'16',9,'','2008-09-25',1,1,1),(867,'September',2008,'17',9,'','2008-09-25',1,1,1),(868,'September',2008,'18',2,'','2008-09-25',1,2,1.5),(869,'September',2008,'01',1,'','2008-09-26',1,1,1),(870,'September',2008,'04',2,'','2008-09-26',1,2,1.5),(871,'September',2008,'10',1,'','2008-09-26',1,1,1),(872,'September',2008,'13',1,'','2008-09-26',1,1,1),(873,'September',2008,'15',1,'','2008-09-26',1,1,1),(874,'September',2008,'20',1,'','2008-09-26',1,1,1),(875,'September',2008,'21',8,'','2008-09-26',1,1,1),(876,'September',2008,'22',1,'','2008-09-26',1,1,1),(877,'September',2008,'23',1,'','2008-09-26',1,1,1),(878,'September',2008,'00',3,'','2008-09-27',1,2,1.33333),(879,'September',2008,'14',9,'','2008-09-27',1,1,1),(880,'September',2008,'15',1,'','2008-09-27',1,1,1),(881,'September',2008,'17',1,'','2008-09-27',1,1,1),(882,'September',2008,'21',1,'','2008-09-27',1,1,1),(883,'September',2008,'22',1,'','2008-09-27',1,1,1),(884,'September',2008,'23',10,'','2008-09-27',1,4,2.6),(885,'September',2008,'00',1,'','2008-09-28',1,1,1),(886,'September',2008,'01',1,'','2008-09-28',1,1,1),(887,'September',2008,'03',1,'','2008-09-28',1,1,1),(888,'September',2008,'04',4,'','2008-09-28',1,1,1),(889,'September',2008,'05',3,'','2008-09-28',1,1,1),(890,'September',2008,'06',3,'','2008-09-28',1,1,1),(891,'September',2008,'07',2,'','2008-09-28',1,1,1),(892,'September',2008,'08',4,'','2008-09-28',1,1,1),(893,'September',2008,'09',2,'','2008-09-28',1,1,1),(894,'September',2008,'10',4,'','2008-09-28',1,3,1.75),(895,'September',2008,'11',1,'','2008-09-28',1,1,1),(896,'September',2008,'12',1,'','2008-09-28',1,1,1),(897,'September',2008,'13',2,'','2008-09-28',1,1,1),(898,'September',2008,'14',2,'','2008-09-28',1,2,1.5),(899,'September',2008,'17',3,'','2008-09-28',1,1,1),(900,'September',2008,'19',2,'','2008-09-28',1,1,1),(901,'September',2008,'20',1,'','2008-09-28',1,1,1),(902,'September',2008,'02',1,'','2008-09-29',1,1,1),(903,'September',2008,'03',1,'','2008-09-29',1,1,1),(904,'September',2008,'05',1,'','2008-09-29',1,1,1),(905,'September',2008,'06',2,'','2008-09-29',1,1,1),(906,'September',2008,'10',1,'','2008-09-29',1,1,1),(907,'September',2008,'18',1,'','2008-09-29',1,1,1),(908,'September',2008,'08',2,'','2008-09-30',1,1,1),(909,'September',2008,'19',2,'','2008-09-30',1,2,1.5),(910,'October',2008,'00',1,'','2008-10-01',1,1,1),(911,'October',2008,'04',1,'','2008-10-01',1,1,1),(912,'October',2008,'11',1,'','2008-10-01',1,1,1),(913,'October',2008,'12',1,'','2008-10-01',1,1,1),(914,'October',2008,'14',1,'','2008-10-01',1,1,1),(915,'October',2008,'15',2,'','2008-10-01',1,1,1),(916,'October',2008,'16',1,'','2008-10-01',1,1,1),(917,'October',2008,'05',1,'','2008-10-02',1,1,1),(918,'October',2008,'09',1,'','2008-10-02',1,1,1),(919,'October',2008,'11',6,'','2008-10-02',1,4,2.66667),(920,'October',2008,'17',1,'','2008-10-02',1,1,1),(921,'October',2008,'18',1,'','2008-10-02',1,1,1),(922,'October',2008,'01',1,'','2008-10-03',1,1,1),(923,'October',2008,'09',8,'','2008-10-03',1,1,1),(924,'October',2008,'14',1,'','2008-10-03',1,1,1),(925,'October',2008,'15',2,'','2008-10-03',1,2,1.5),(926,'October',2008,'16',5,'','2008-10-03',1,2,1.4),(927,'October',2008,'17',1,'','2008-10-03',1,1,1),(928,'October',2008,'21',1,'','2008-10-03',1,1,1),(929,'October',2008,'07',4,'','2008-10-04',1,2,1.25),(930,'October',2008,'08',1,'','2008-10-04',1,1,1),(931,'October',2008,'17',1,'','2008-10-04',1,1,1),(932,'October',2008,'18',1,'','2008-10-04',1,1,1),(933,'October',2008,'20',1,'','2008-10-04',1,1,1),(934,'October',2008,'23',2,'','2008-10-04',1,1,1),(935,'October',2008,'01',1,'','2008-10-05',1,1,1),(936,'October',2008,'03',1,'','2008-10-05',1,1,1),(937,'October',2008,'12',3,'','2008-10-05',1,1,1),(938,'October',2008,'13',11,'','2008-10-05',1,1,1),(939,'October',2008,'14',9,'','2008-10-05',1,1,1),(940,'October',2008,'16',4,'','2008-10-05',1,1,1),(941,'October',2008,'17',7,'','2008-10-05',1,5,2.85715),(942,'October',2008,'18',1,'','2008-10-05',1,1,1),(943,'October',2008,'22',1,'','2008-10-05',1,1,1),(944,'October',2008,'04',3,'','2008-10-06',1,2,1.33333),(945,'October',2008,'08',1,'','2008-10-06',1,1,1),(946,'October',2008,'11',1,'','2008-10-06',1,1,1),(947,'October',2008,'13',1,'','2008-10-06',1,1,1),(948,'October',2008,'15',2,'','2008-10-06',1,1,1),(949,'October',2008,'18',2,'','2008-10-06',1,2,1.5),(950,'October',2008,'11',1,'','2008-10-07',1,1,1),(951,'October',2008,'12',1,'','2008-10-07',1,1,1),(952,'October',2008,'13',6,'','2008-10-07',1,1,1),(953,'October',2008,'16',2,'','2008-10-07',1,1,1),(954,'October',2008,'17',3,'','2008-10-07',1,1,1),(955,'October',2008,'18',5,'','2008-10-07',1,1,1),(956,'October',2008,'19',4,'','2008-10-07',1,2,1.5),(957,'October',2008,'20',2,'','2008-10-07',1,1,1),(958,'October',2008,'02',1,'','2008-10-08',1,1,1),(959,'October',2008,'04',4,'','2008-10-08',1,3,1.75),(960,'October',2008,'06',4,'','2008-10-08',1,1,1),(961,'October',2008,'07',2,'','2008-10-08',1,2,1.5),(962,'October',2008,'10',1,'','2008-10-08',1,1,1),(963,'October',2008,'12',8,'','2008-10-08',1,2,1.125),(964,'October',2008,'13',1,'','2008-10-08',1,1,1),(965,'October',2008,'15',3,'','2008-10-08',1,1,1),(966,'October',2008,'20',2,'','2008-10-08',1,1,1),(967,'October',2008,'21',1,'','2008-10-08',1,1,1),(968,'October',2008,'23',1,'','2008-10-08',1,1,1),(969,'October',2008,'01',2,'','2008-10-09',1,2,1.5),(970,'October',2008,'05',2,'','2008-10-09',1,2,1.5),(971,'October',2008,'07',2,'','2008-10-09',1,1,1),(972,'October',2008,'08',1,'','2008-10-09',1,1,1),(973,'October',2008,'18',1,'','2008-10-09',1,1,1),(974,'October',2008,'19',2,'','2008-10-09',1,1,1),(975,'October',2008,'23',26,'','2008-10-09',1,1,1),(976,'October',2008,'07',2,'','2008-10-10',1,1,1),(977,'October',2008,'08',1,'','2008-10-10',1,1,1),(978,'October',2008,'14',1,'','2008-10-10',1,1,1),(979,'October',2008,'18',1,'','2008-10-10',1,1,1),(980,'October',2008,'20',1,'','2008-10-10',1,1,1),(981,'October',2008,'21',2,'','2008-10-10',1,2,1.5),(982,'October',2008,'22',2,'','2008-10-10',1,2,1.5),(983,'October',2008,'23',1,'','2008-10-10',1,1,1),(984,'October',2008,'00',3,'','2008-10-11',1,1,1),(985,'October',2008,'03',1,'','2008-10-11',1,1,1),(986,'October',2008,'06',2,'','2008-10-11',1,1,1),(987,'October',2008,'07',4,'','2008-10-11',1,1,1),(988,'October',2008,'08',2,'','2008-10-11',1,1,1),(989,'October',2008,'10',2,'','2008-10-11',1,1,1),(990,'October',2008,'11',2,'','2008-10-11',1,1,1),(991,'October',2008,'14',2,'','2008-10-11',1,1,1),(992,'October',2008,'15',4,'','2008-10-11',1,2,1.25),(993,'October',2008,'16',2,'','2008-10-11',1,1,1),(994,'October',2008,'17',1,'','2008-10-11',1,1,1),(995,'October',2008,'19',1,'','2008-10-11',1,1,1),(996,'October',2008,'12',1,'','2008-10-12',1,1,1),(997,'October',2008,'13',3,'','2008-10-12',1,1,1),(998,'October',2008,'14',1,'','2008-10-12',1,1,1),(999,'October',2008,'15',1,'','2008-10-12',1,1,1),(1000,'October',2008,'16',3,'','2008-10-12',1,2,1.33333),(1001,'October',2008,'00',1,'','2008-10-13',1,1,1),(1002,'October',2008,'01',1,'','2008-10-13',1,1,1),(1003,'October',2008,'02',1,'','2008-10-13',1,1,1),(1004,'October',2008,'03',1,'','2008-10-13',1,1,1),(1005,'October',2008,'17',2,'','2008-10-13',1,1,1),(1006,'October',2008,'05',5,'','2008-10-14',1,1,1),(1007,'October',2008,'08',1,'','2008-10-14',1,1,1),(1008,'October',2008,'13',1,'','2008-10-14',1,1,1),(1009,'October',2008,'17',1,'','2008-10-14',1,1,1),(1010,'October',2008,'19',1,'','2008-10-14',1,1,1),(1011,'October',2008,'21',4,'','2008-10-14',1,1,1),(1012,'October',2008,'02',1,'','2008-10-15',1,1,1),(1013,'October',2008,'04',1,'','2008-10-15',1,1,1),(1014,'October',2008,'07',1,'','2008-10-15',1,1,1),(1015,'October',2008,'09',1,'','2008-10-15',1,1,1),(1016,'October',2008,'10',4,'','2008-10-15',1,2,1.25),(1017,'October',2008,'11',6,'','2008-10-15',1,2,1.66667),(1018,'October',2008,'12',2,'','2008-10-15',1,1,1),(1019,'October',2008,'13',2,'','2008-10-15',1,2,1.5),(1020,'October',2008,'14',2,'','2008-10-15',1,1,1),(1021,'October',2008,'15',1,'','2008-10-15',1,1,1),(1022,'October',2008,'17',2,'','2008-10-15',1,1,1),(1023,'October',2008,'18',1,'','2008-10-15',1,1,1),(1024,'October',2008,'19',3,'','2008-10-15',1,1,1),(1025,'October',2008,'20',5,'','2008-10-15',1,3,1.6),(1026,'October',2008,'21',4,'','2008-10-15',1,2,1.5),(1027,'October',2008,'22',2,'','2008-10-15',1,1,1),(1028,'October',2008,'23',2,'','2008-10-15',1,2,1.5),(1029,'October',2008,'00',1,'','2008-10-16',1,1,1),(1030,'October',2008,'01',1,'','2008-10-16',1,1,1),(1031,'October',2008,'02',3,'','2008-10-16',1,1,1),(1032,'October',2008,'03',2,'','2008-10-16',1,1,1),(1033,'October',2008,'06',2,'','2008-10-16',1,1,1),(1034,'October',2008,'09',1,'','2008-10-16',1,1,1),(1035,'October',2008,'11',7,'','2008-10-16',1,2,1.28572),(1036,'October',2008,'13',8,'','2008-10-16',1,2,1.75),(1037,'October',2008,'16',1,'','2008-10-16',1,1,1),(1038,'October',2008,'17',2,'','2008-10-16',1,2,1.5),(1039,'October',2008,'19',1,'','2008-10-16',1,1,1),(1040,'October',2008,'20',2,'','2008-10-16',1,1,1),(1041,'October',2008,'22',1,'','2008-10-16',1,1,1),(1042,'October',2008,'23',1,'','2008-10-16',1,1,1),(1043,'October',2008,'01',3,'','2008-10-17',1,1,1),(1044,'October',2008,'02',2,'','2008-10-17',1,1,1),(1045,'October',2008,'03',1,'','2008-10-17',1,1,1),(1046,'October',2008,'04',1,'','2008-10-17',1,1,1),(1047,'October',2008,'06',2,'','2008-10-17',1,1,1),(1048,'October',2008,'07',2,'','2008-10-17',1,1,1),(1049,'October',2008,'08',1,'','2008-10-17',1,1,1),(1050,'October',2008,'09',6,'','2008-10-17',1,1,1),(1051,'October',2008,'11',7,'','2008-10-17',1,2,1.71428),(1052,'October',2008,'14',1,'','2008-10-17',1,1,1),(1053,'October',2008,'15',2,'','2008-10-17',1,1,1),(1054,'October',2008,'16',1,'','2008-10-17',1,1,1),(1055,'October',2008,'17',1,'','2008-10-17',1,1,1),(1056,'October',2008,'19',1,'','2008-10-17',1,1,1),(1057,'October',2008,'21',3,'','2008-10-17',1,2,1.33333),(1058,'October',2008,'22',3,'','2008-10-17',1,1,1),(1059,'October',2008,'05',1,'','2008-10-18',1,1,1),(1060,'October',2008,'07',1,'','2008-10-18',1,1,1),(1061,'October',2008,'08',1,'','2008-10-18',1,1,1),(1062,'October',2008,'10',1,'','2008-10-18',1,1,1),(1063,'October',2008,'17',2,'','2008-10-18',1,1,1),(1064,'October',2008,'18',3,'','2008-10-18',1,1,1),(1065,'October',2008,'19',1,'','2008-10-18',1,1,1),(1066,'October',2008,'01',1,'','2008-10-19',1,1,1),(1067,'October',2008,'04',2,'','2008-10-19',1,1,1),(1068,'October',2008,'06',1,'','2008-10-19',1,1,1),(1069,'October',2008,'08',1,'','2008-10-19',1,1,1),(1070,'October',2008,'09',1,'','2008-10-19',1,1,1),(1071,'October',2008,'10',1,'','2008-10-19',1,1,1),(1072,'October',2008,'16',1,'','2008-10-19',1,1,1),(1073,'October',2008,'17',1,'','2008-10-19',1,1,1),(1074,'October',2008,'18',1,'','2008-10-19',1,1,1),(1075,'October',2008,'20',1,'','2008-10-19',1,1,1),(1076,'October',2008,'00',1,'','2008-10-20',1,1,1),(1077,'October',2008,'09',7,'','2008-10-20',1,1,1),(1078,'October',2008,'21',1,'','2008-10-20',1,1,1),(1079,'October',2008,'09',1,'','2008-10-21',1,1,1),(1080,'October',2008,'13',5,'','2008-10-21',1,4,2.8),(1081,'October',2008,'00',1,'','2008-10-22',1,1,1),(1082,'October',2008,'01',1,'','2008-10-22',1,1,1),(1083,'October',2008,'15',13,'','2008-10-22',1,1,1),(1084,'October',2008,'16',11,'','2008-10-22',1,2,1.09091),(1085,'October',2008,'20',2,'','2008-10-22',1,1,1),(1086,'October',2008,'21',3,'','2008-10-22',1,1,1),(1087,'October',2008,'22',1,'','2008-10-22',1,1,1),(1088,'October',2008,'06',1,'','2008-10-23',1,1,1),(1089,'October',2008,'08',5,'','2008-10-23',1,1,1),(1090,'October',2008,'09',1,'','2008-10-23',1,1,1),(1091,'October',2008,'11',1,'','2008-10-23',1,1,1),(1092,'October',2008,'21',3,'','2008-10-23',1,2,1.33333),(1093,'October',2008,'02',17,'','2008-10-24',1,1,1),(1094,'October',2008,'03',7,'','2008-10-24',1,1,1),(1095,'October',2008,'04',1,'','2008-10-24',1,1,1),(1096,'October',2008,'08',1,'','2008-10-24',1,1,1),(1097,'October',2008,'11',1,'','2008-10-24',1,1,1),(1098,'October',2008,'15',1,'','2008-10-24',1,1,1),(1099,'October',2008,'21',9,'','2008-10-24',1,1,1),(1100,'October',2008,'22',2,'','2008-10-24',1,1,1),(1101,'October',2008,'23',6,'','2008-10-24',1,1,1),(1102,'October',2008,'00',3,'','2008-10-25',1,1,1),(1103,'October',2008,'01',1,'','2008-10-25',1,1,1),(1104,'October',2008,'02',1,'','2008-10-25',1,1,1),(1105,'October',2008,'03',1,'','2008-10-25',1,1,1),(1106,'October',2008,'06',1,'','2008-10-25',1,1,1),(1107,'October',2008,'12',1,'','2008-10-25',1,1,1),(1108,'October',2008,'13',1,'','2008-10-25',1,1,1),(1109,'October',2008,'15',1,'','2008-10-25',1,1,1),(1110,'October',2008,'16',2,'','2008-10-25',1,1,1),(1111,'October',2008,'17',1,'','2008-10-25',1,1,1),(1112,'October',2008,'20',4,'','2008-10-25',1,1,1),(1113,'October',2008,'21',1,'','2008-10-25',1,1,1),(1114,'October',2008,'22',3,'','2008-10-25',1,1,1),(1115,'October',2008,'23',1,'','2008-10-25',1,1,1),(1116,'October',2008,'01',1,'','2008-10-26',1,1,1),(1117,'October',2008,'06',1,'','2008-10-26',1,1,1),(1118,'October',2008,'09',1,'','2008-10-26',1,1,1),(1119,'October',2008,'11',1,'','2008-10-26',1,1,1),(1120,'October',2008,'14',11,'','2008-10-26',1,1,1),(1121,'October',2008,'17',1,'','2008-10-26',1,1,1),(1122,'October',2008,'21',2,'','2008-10-26',1,2,1.5),(1123,'October',2008,'04',1,'','2008-10-27',1,1,1),(1124,'October',2008,'08',2,'','2008-10-27',1,1,1),(1125,'October',2008,'11',21,'','2008-10-27',1,1,1),(1126,'October',2008,'14',6,'','2008-10-27',1,1,1),(1127,'October',2008,'15',1,'','2008-10-27',1,1,1),(1128,'October',2008,'21',1,'','2008-10-27',1,1,1),(1129,'October',2008,'02',1,'','2008-10-28',1,1,1),(1130,'October',2008,'03',1,'','2008-10-28',1,1,1),(1131,'October',2008,'04',1,'','2008-10-28',1,1,1),(1132,'October',2008,'07',2,'','2008-10-28',1,1,1),(1133,'October',2008,'08',1,'','2008-10-28',1,1,1),(1134,'October',2008,'11',3,'','2008-10-28',1,1,1),(1135,'October',2008,'12',1,'','2008-10-28',1,1,1),(1136,'October',2008,'20',1,'','2008-10-28',1,1,1),(1137,'October',2008,'22',2,'','2008-10-28',1,1,1),(1138,'October',2008,'23',1,'','2008-10-28',1,1,1),(1139,'October',2008,'03',1,'','2008-10-29',1,1,1),(1140,'October',2008,'05',1,'','2008-10-29',1,1,1),(1141,'October',2008,'07',1,'','2008-10-29',1,1,1),(1142,'October',2008,'11',1,'','2008-10-29',1,1,1),(1143,'October',2008,'15',5,'','2008-10-29',1,1,1),(1144,'October',2008,'16',3,'','2008-10-29',1,1,1),(1145,'October',2008,'18',1,'','2008-10-29',1,1,1),(1146,'October',2008,'21',2,'','2008-10-29',1,1,1),(1147,'October',2008,'22',2,'','2008-10-29',1,1,1),(1148,'October',2008,'23',1,'','2008-10-29',2,2,2),(1149,'October',2008,'02',1,'','2008-10-30',1,1,1),(1150,'October',2008,'08',1,'','2008-10-30',1,1,1),(1151,'October',2008,'10',3,'','2008-10-30',1,1,1),(1152,'October',2008,'12',1,'','2008-10-30',1,1,1),(1153,'October',2008,'16',1,'','2008-10-30',1,1,1),(1154,'October',2008,'23',1,'','2008-10-30',1,1,1),(1155,'October',2008,'01',3,'','2008-10-31',1,1,1),(1156,'October',2008,'02',2,'','2008-10-31',1,1,1),(1157,'October',2008,'07',2,'','2008-10-31',1,1,1),(1158,'October',2008,'08',2,'','2008-10-31',1,1,1),(1159,'October',2008,'09',2,'','2008-10-31',1,1,1),(1160,'October',2008,'12',1,'','2008-10-31',1,1,1),(1161,'October',2008,'14',1,'','2008-10-31',1,1,1),(1162,'October',2008,'15',1,'','2008-10-31',1,1,1),(1163,'October',2008,'19',1,'','2008-10-31',1,1,1),(1164,'October',2008,'21',2,'','2008-10-31',1,1,1),(1165,'November',2008,'00',1,'','2008-11-01',1,1,1),(1166,'November',2008,'01',1,'','2008-11-01',1,1,1),(1167,'November',2008,'05',1,'','2008-11-01',1,1,1),(1168,'November',2008,'08',1,'','2008-11-01',1,1,1),(1169,'November',2008,'16',1,'','2008-11-01',1,1,1),(1170,'November',2008,'18',1,'','2008-11-01',1,1,1),(1171,'November',2008,'20',3,'','2008-11-01',1,1,1),(1172,'November',2008,'23',1,'','2008-11-01',1,1,1),(1173,'November',2008,'02',2,'','2008-11-02',1,2,1.5),(1174,'November',2008,'06',1,'','2008-11-02',1,1,1),(1175,'November',2008,'07',2,'','2008-11-02',1,1,1),(1176,'November',2008,'09',1,'','2008-11-02',1,1,1),(1177,'November',2008,'18',1,'','2008-11-02',1,1,1),(1178,'November',2008,'20',1,'','2008-11-02',1,1,1),(1179,'November',2008,'03',1,'','2008-11-03',1,1,1),(1180,'November',2008,'04',3,'','2008-11-03',1,1,1),(1181,'November',2008,'06',1,'','2008-11-03',1,1,1),(1182,'November',2008,'13',2,'','2008-11-03',1,1,1),(1183,'November',2008,'20',1,'','2008-11-03',1,1,1),(1184,'November',2008,'02',1,'','2008-11-04',1,1,1),(1185,'November',2008,'03',1,'','2008-11-04',1,1,1),(1186,'November',2008,'10',1,'','2008-11-04',1,1,1),(1187,'November',2008,'15',1,'','2008-11-04',1,1,1),(1188,'November',2008,'18',1,'','2008-11-04',1,1,1),(1189,'November',2008,'23',1,'','2008-11-04',1,1,1),(1190,'November',2008,'04',1,'','2008-11-05',1,1,1),(1191,'November',2008,'08',1,'','2008-11-05',1,1,1),(1192,'November',2008,'15',1,'','2008-11-05',1,1,1),(1193,'November',2008,'16',1,'','2008-11-05',1,1,1),(1194,'November',2008,'00',1,'','2008-11-06',1,1,1),(1195,'November',2008,'04',1,'','2008-11-06',1,1,1),(1196,'November',2008,'06',2,'','2008-11-06',1,1,1),(1197,'November',2008,'07',3,'','2008-11-06',1,1,1),(1198,'November',2008,'09',1,'','2008-11-06',1,1,1),(1199,'November',2008,'15',1,'','2008-11-06',1,1,1),(1200,'November',2008,'18',2,'','2008-11-06',1,1,1),(1201,'November',2008,'19',22,'','2008-11-06',1,1,1),(1202,'November',2008,'20',1,'','2008-11-06',1,1,1),(1203,'November',2008,'00',1,'','2008-11-07',1,1,1),(1204,'November',2008,'01',1,'','2008-11-07',1,1,1),(1205,'November',2008,'08',8,'','2008-11-07',1,2,1.125),(1206,'November',2008,'09',7,'','2008-11-07',1,1,1),(1207,'November',2008,'11',5,'','2008-11-07',1,1,1),(1208,'November',2008,'12',1,'','2008-11-07',1,1,1),(1209,'November',2008,'13',2,'','2008-11-07',1,1,1),(1210,'November',2008,'14',1,'','2008-11-07',1,1,1),(1211,'November',2008,'17',1,'','2008-11-07',1,1,1),(1212,'November',2008,'01',18,'','2008-11-08',1,2,1.27779),(1213,'November',2008,'02',7,'','2008-11-08',1,1,1),(1214,'November',2008,'16',1,'','2008-11-08',1,1,1),(1215,'November',2008,'19',1,'','2008-11-08',1,1,1),(1216,'November',2008,'21',3,'','2008-11-08',1,2,1.33333),(1217,'November',2008,'23',1,'','2008-11-08',1,1,1),(1218,'November',2008,'00',1,'','2008-11-09',1,1,1),(1219,'November',2008,'04',2,'','2008-11-09',1,1,1),(1220,'November',2008,'05',1,'','2008-11-09',1,1,1),(1221,'November',2008,'07',1,'','2008-11-09',1,1,1),(1222,'November',2008,'17',2,'','2008-11-09',1,1,1),(1223,'November',2008,'18',2,'','2008-11-09',1,1,1),(1224,'November',2008,'19',3,'','2008-11-09',1,2,1.66667),(1225,'November',2008,'20',1,'','2008-11-09',1,1,1),(1226,'November',2008,'22',2,'','2008-11-09',1,1,1),(1227,'November',2008,'12',1,'','2008-11-10',1,1,1),(1228,'November',2008,'17',2,'','2008-11-10',1,1,1),(1229,'November',2008,'18',2,'','2008-11-10',1,1,1),(1230,'November',2008,'19',3,'','2008-11-10',1,2,1.33333),(1231,'November',2008,'20',5,'','2008-11-10',1,1,1),(1232,'November',2008,'21',2,'','2008-11-10',1,1,1),(1233,'November',2008,'00',1,'','2008-11-11',1,1,1),(1234,'November',2008,'04',1,'','2008-11-11',1,1,1),(1235,'November',2008,'07',1,'','2008-11-11',1,1,1),(1236,'November',2008,'10',1,'','2008-11-11',1,1,1),(1237,'November',2008,'14',2,'','2008-11-11',1,1,1),(1238,'November',2008,'15',2,'7da833c6e036769ec3755c92706b6f44','2008-11-11',1,1,1),(1239,'November',2008,'17',1,'','2008-11-11',1,1,1),(1240,'November',2008,'19',1,'','2008-11-11',1,1,1),(1241,'November',2008,'21',3,'','2008-11-11',1,2,1.33333),(1242,'November',2008,'22',2,'','2008-11-11',1,1,1),(1243,'November',2008,'23',2,'','2008-11-11',1,1,1),(1244,'November',2008,'00',2,'','2008-11-12',1,1,1),(1245,'November',2008,'04',1,'','2008-11-12',1,1,1),(1246,'November',2008,'14',3,'','2008-11-12',1,1,1),(1247,'November',2008,'15',1,'','2008-11-12',1,1,1),(1248,'November',2008,'16',3,'','2008-11-12',1,2,1.33333),(1249,'November',2008,'19',1,'','2008-11-12',1,1,1),(1250,'November',2008,'00',1,'','2008-11-13',1,1,1),(1251,'November',2008,'01',3,'','2008-11-13',1,1,1),(1252,'November',2008,'02',1,'','2008-11-13',1,1,1),(1253,'November',2008,'03',2,'','2008-11-13',1,1,1),(1254,'November',2008,'04',2,'','2008-11-13',1,1,1),(1255,'November',2008,'10',4,'','2008-11-13',1,1,1),(1256,'November',2008,'20',9,'','2008-11-13',1,1,1),(1257,'November',2008,'21',15,'','2008-11-13',1,1,1),(1258,'November',2008,'22',1,'','2008-11-13',1,1,1),(1259,'November',2008,'00',1,'','2008-11-14',1,1,1),(1260,'November',2008,'01',2,'','2008-11-14',1,1,1),(1261,'November',2008,'08',5,'','2008-11-14',1,3,2.4),(1262,'November',2008,'12',7,'','2008-11-14',1,2,1.57143),(1263,'November',2008,'13',2,'','2008-11-14',1,3,2),(1264,'November',2008,'15',1,'','2008-11-14',1,1,1),(1265,'November',2008,'21',2,'','2008-11-14',1,1,1),(1266,'November',2008,'22',1,'','2008-11-14',1,1,1),(1267,'November',2008,'23',1,'','2008-11-14',1,1,1),(1268,'November',2008,'00',3,'','2008-11-15',1,1,1),(1269,'November',2008,'01',2,'','2008-11-15',1,1,1),(1270,'November',2008,'02',1,'','2008-11-15',1,1,1),(1271,'November',2008,'07',2,'','2008-11-15',1,1,1),(1272,'November',2008,'09',1,'','2008-11-15',1,1,1),(1273,'November',2008,'13',1,'','2008-11-15',1,1,1),(1274,'November',2008,'16',5,'','2008-11-15',1,2,1.2),(1275,'November',2008,'17',3,'','2008-11-15',1,1,1),(1276,'November',2008,'18',2,'','2008-11-15',1,2,1.5),(1277,'November',2008,'19',1,'','2008-11-15',1,1,1),(1278,'November',2008,'21',2,'','2008-11-15',1,1,1),(1279,'November',2008,'22',1,'','2008-11-15',1,1,1),(1280,'November',2008,'23',1,'','2008-11-15',1,1,1),(1281,'November',2008,'00',1,'','2008-11-16',1,1,1),(1282,'November',2008,'02',1,'','2008-11-16',1,1,1),(1283,'November',2008,'04',3,'','2008-11-16',1,1,1),(1284,'November',2008,'05',1,'','2008-11-16',1,1,1),(1285,'November',2008,'06',2,'','2008-11-16',1,1,1),(1286,'November',2008,'07',2,'','2008-11-16',1,1,1),(1287,'November',2008,'08',2,'','2008-11-16',1,2,1.5),(1288,'November',2008,'09',1,'','2008-11-16',1,1,1),(1289,'November',2008,'19',2,'','2008-11-16',1,1,1),(1290,'November',2008,'21',1,'','2008-11-16',1,1,1),(1291,'November',2008,'23',12,'','2008-11-16',1,2,1.08333),(1292,'November',2008,'00',2,'','2008-11-17',1,2,1.5),(1293,'November',2008,'01',1,'','2008-11-17',1,1,1),(1294,'November',2008,'03',6,'','2008-11-17',1,1,1),(1295,'November',2008,'05',4,'','2008-11-17',1,1,1),(1296,'November',2008,'06',2,'','2008-11-17',1,1,1),(1297,'November',2008,'07',1,'','2008-11-17',1,1,1),(1298,'November',2008,'12',3,'','2008-11-17',1,2,1.33333),(1299,'November',2008,'18',3,'','2008-11-17',1,2,1.66667),(1300,'November',2008,'19',2,'','2008-11-17',1,1,1),(1301,'November',2008,'20',1,'','2008-11-17',1,1,1),(1302,'November',2008,'22',1,'','2008-11-17',1,1,1),(1303,'November',2008,'23',3,'','2008-11-17',1,2,1.33333),(1304,'November',2008,'00',1,'','2008-11-18',1,1,1),(1305,'November',2008,'02',2,'','2008-11-18',1,1,1),(1306,'November',2008,'03',1,'','2008-11-18',1,1,1),(1307,'November',2008,'03',1,'','2008-11-18',1,1,1),(1308,'November',2008,'07',1,'','2008-11-18',1,1,1),(1309,'November',2008,'09',1,'','2008-11-18',1,1,1),(1310,'November',2008,'10',4,'','2008-11-18',1,2,1.25),(1311,'November',2008,'11',1,'','2008-11-18',1,1,1),(1312,'November',2008,'14',1,'','2008-11-18',1,1,1),(1313,'November',2008,'20',1,'','2008-11-18',1,1,1),(1314,'November',2008,'21',2,'','2008-11-18',1,2,1.5),(1315,'November',2008,'23',1,'','2008-11-18',1,1,1),(1316,'November',2008,'02',3,'','2008-11-19',1,1,1),(1317,'November',2008,'03',2,'','2008-11-19',1,1,1),(1318,'November',2008,'04',1,'','2008-11-19',1,1,1),(1319,'November',2008,'06',1,'','2008-11-19',1,1,1),(1320,'November',2008,'07',7,'','2008-11-19',1,1,1),(1321,'November',2008,'16',1,'','2008-11-19',1,1,1),(1322,'November',2008,'19',3,'','2008-11-19',1,1,1),(1323,'November',2008,'20',2,'','2008-11-19',1,1,1),(1324,'November',2008,'21',2,'','2008-11-19',1,1,1),(1325,'November',2008,'22',2,'','2008-11-19',1,1,1),(1326,'November',2008,'23',2,'','2008-11-19',1,1,1),(1327,'November',2008,'00',1,'','2008-11-20',1,1,1),(1328,'November',2008,'01',2,'','2008-11-20',1,1,1),(1329,'November',2008,'04',1,'','2008-11-20',1,1,1),(1330,'November',2008,'06',1,'','2008-11-20',1,1,1),(1331,'November',2008,'08',1,'','2008-11-20',1,1,1),(1332,'November',2008,'09',3,'','2008-11-20',1,1,1),(1333,'November',2008,'12',1,'','2008-11-20',1,1,1),(1334,'November',2008,'21',1,'','2008-11-20',1,1,1),(1335,'November',2008,'23',2,'','2008-11-20',1,1,1),(1336,'November',2008,'01',2,'','2008-11-21',1,1,1),(1337,'November',2008,'02',1,'','2008-11-21',1,1,1),(1338,'November',2008,'04',1,'','2008-11-21',1,1,1),(1339,'November',2008,'05',3,'','2008-11-21',1,2,1.66667),(1340,'November',2008,'10',1,'','2008-11-21',1,1,1),(1341,'November',2008,'11',1,'','2008-11-21',1,1,1),(1342,'November',2008,'14',1,'','2008-11-21',1,1,1),(1343,'November',2008,'09',1,'','2008-11-22',1,1,1),(1344,'November',2008,'13',1,'','2008-11-22',1,1,1),(1345,'November',2008,'16',1,'','2008-11-22',1,1,1),(1346,'November',2008,'17',1,'','2008-11-22',1,1,1),(1347,'November',2008,'18',2,'','2008-11-22',1,1,1),(1348,'November',2008,'19',1,'','2008-11-22',1,1,1),(1349,'November',2008,'21',1,'','2008-11-22',1,1,1),(1350,'November',2008,'00',1,'','2008-11-23',1,1,1),(1351,'November',2008,'01',1,'','2008-11-23',1,1,1),(1352,'November',2008,'02',25,'','2008-11-23',1,1,1),(1353,'November',2008,'06',2,'','2008-11-23',1,1,1),(1354,'November',2008,'07',1,'','2008-11-23',1,1,1),(1355,'November',2008,'10',1,'','2008-11-23',1,1,1),(1356,'November',2008,'23',1,'','2008-11-23',1,1,1),(1357,'November',2008,'03',1,'','2008-11-24',1,1,1),(1358,'November',2008,'05',1,'','2008-11-24',1,1,1),(1359,'November',2008,'07',1,'','2008-11-24',1,1,1),(1360,'November',2008,'12',2,'','2008-11-24',1,1,1),(1361,'November',2008,'13',1,'','2008-11-24',1,1,1),(1362,'November',2008,'14',3,'','2008-11-24',1,1,1),(1363,'November',2008,'16',1,'','2008-11-24',1,1,1),(1364,'November',2008,'22',1,'','2008-11-24',1,1,1),(1365,'November',2008,'23',2,'','2008-11-24',1,1,1),(1366,'November',2008,'00',4,'','2008-11-25',1,2,1.5),(1367,'November',2008,'01',4,'','2008-11-25',1,1,1),(1368,'November',2008,'02',1,'','2008-11-25',1,1,1),(1369,'November',2008,'10',2,'','2008-11-25',1,1,1),(1370,'November',2008,'13',3,'','2008-11-25',1,1,1),(1371,'November',2008,'23',1,'','2008-11-25',1,1,1),(1372,'November',2008,'04',1,'','2008-11-26',1,1,1),(1373,'November',2008,'05',3,'','2008-11-26',1,1,1),(1374,'November',2008,'08',1,'','2008-11-26',1,1,1),(1375,'November',2008,'10',6,'','2008-11-26',1,1,1),(1376,'November',2008,'11',5,'','2008-11-26',1,1,1),(1377,'November',2008,'14',1,'','2008-11-26',1,1,1),(1378,'November',2008,'16',1,'','2008-11-26',1,1,1),(1379,'November',2008,'23',1,'','2008-11-26',1,1,1),(1380,'November',2008,'01',1,'','2008-11-27',1,1,1),(1381,'November',2008,'02',2,'','2008-11-27',1,1,1),(1382,'November',2008,'07',2,'','2008-11-27',1,1,1),(1383,'November',2008,'13',1,'','2008-11-27',1,1,1),(1384,'November',2008,'19',1,'','2008-11-27',1,1,1),(1385,'November',2008,'21',1,'','2008-11-27',1,1,1),(1386,'November',2008,'00',2,'','2008-11-28',1,1,1),(1387,'November',2008,'01',1,'','2008-11-28',1,1,1),(1388,'November',2008,'02',2,'','2008-11-28',1,1,1),(1389,'November',2008,'04',1,'','2008-11-28',1,1,1),(1390,'November',2008,'07',4,'','2008-11-28',1,2,1.5),(1391,'November',2008,'08',1,'','2008-11-28',2,2,2),(1392,'November',2008,'10',6,'','2008-11-28',1,1,1),(1393,'November',2008,'11',3,'','2008-11-28',1,1,1),(1394,'November',2008,'12',2,'','2008-11-28',1,1,1),(1395,'November',2008,'13',2,'','2008-11-28',1,1,1),(1396,'November',2008,'14',3,'','2008-11-28',1,1,1),(1397,'November',2008,'15',16,'','2008-11-28',1,2,1.875),(1398,'November',2008,'16',2,'','2008-11-28',1,1,1),(1399,'November',2008,'17',1,'','2008-11-28',1,1,1),(1400,'November',2008,'18',1,'','2008-11-28',1,1,1),(1401,'November',2008,'00',1,'','2008-11-29',1,1,1),(1402,'November',2008,'01',5,'','2008-11-29',1,2,1.4),(1403,'November',2008,'06',1,'','2008-11-29',1,1,1),(1404,'November',2008,'10',1,'','2008-11-29',1,1,1),(1405,'November',2008,'12',1,'','2008-11-29',1,1,1),(1406,'November',2008,'13',1,'','2008-11-29',1,1,1),(1407,'November',2008,'15',2,'','2008-11-29',1,1,1),(1408,'November',2008,'16',1,'','2008-11-29',1,1,1),(1409,'November',2008,'17',2,'','2008-11-29',1,1,1),(1410,'November',2008,'18',4,'','2008-11-29',1,2,1.25),(1411,'November',2008,'19',5,'','2008-11-29',1,2,1.2),(1412,'November',2008,'20',1,'','2008-11-29',1,1,1),(1413,'November',2008,'23',1,'','2008-11-29',1,1,1),(1414,'November',2008,'00',1,'','2008-11-30',1,1,1),(1415,'November',2008,'06',1,'','2008-11-30',1,1,1),(1416,'November',2008,'08',1,'','2008-11-30',1,1,1),(1417,'November',2008,'09',1,'','2008-11-30',1,1,1),(1418,'November',2008,'14',2,'','2008-11-30',1,1,1),(1419,'November',2008,'17',2,'','2008-11-30',1,1,1),(1420,'November',2008,'18',2,'','2008-11-30',1,1,1),(1421,'December',2008,'00',1,'','2008-12-01',1,1,1),(1422,'December',2008,'05',1,'','2008-12-01',1,1,1),(1423,'December',2008,'06',1,'','2008-12-01',1,1,1),(1424,'December',2008,'07',1,'','2008-12-01',1,1,1),(1425,'December',2008,'10',4,'','2008-12-01',1,1,1),(1426,'December',2008,'14',3,'','2008-12-01',1,1,1),(1427,'December',2008,'16',2,'','2008-12-01',1,2,1.5),(1428,'December',2008,'19',3,'','2008-12-01',1,1,1),(1429,'December',2008,'20',1,'','2008-12-01',1,1,1),(1430,'December',2008,'21',1,'','2008-12-01',1,1,1),(1431,'December',2008,'23',1,'','2008-12-01',1,1,1),(1432,'December',2008,'03',1,'','2008-12-02',1,1,1),(1433,'December',2008,'05',1,'','2008-12-02',1,1,1),(1434,'December',2008,'07',3,'','2008-12-02',1,2,1.33333),(1435,'December',2008,'10',2,'','2008-12-02',1,1,1),(1436,'December',2008,'16',3,'','2008-12-02',1,1,1),(1437,'December',2008,'01',1,'','2008-12-03',1,1,1),(1438,'December',2008,'02',2,'','2008-12-03',1,2,1.5),(1439,'December',2008,'04',1,'','2008-12-03',1,1,1),(1440,'December',2008,'05',1,'','2008-12-03',1,1,1),(1441,'December',2008,'11',1,'','2008-12-03',1,1,1),(1442,'December',2008,'12',15,'','2008-12-03',1,2,1.06667),(1443,'December',2008,'13',2,'','2008-12-03',1,1,1),(1444,'December',2008,'15',1,'','2008-12-03',1,1,1),(1445,'December',2008,'17',1,'','2008-12-03',1,1,1),(1446,'December',2008,'20',1,'','2008-12-03',1,1,1),(1447,'December',2008,'21',1,'','2008-12-03',1,1,1),(1448,'December',2008,'04',1,'','2008-12-04',1,1,1),(1449,'December',2008,'09',3,'','2008-12-04',1,1,1),(1450,'December',2008,'15',1,'','2008-12-04',1,1,1),(1451,'December',2008,'16',2,'','2008-12-04',1,1,1),(1452,'December',2008,'17',3,'','2008-12-04',1,1,1),(1453,'December',2008,'18',2,'','2008-12-04',1,1,1),(1454,'December',2008,'19',3,'','2008-12-04',1,1,1),(1455,'December',2008,'22',1,'','2008-12-04',1,1,1),(1456,'December',2008,'23',1,'','2008-12-04',1,1,1),(1457,'December',2008,'00',1,'','2008-12-05',1,1,1),(1458,'December',2008,'02',3,'','2008-12-05',1,1,1),(1459,'December',2008,'09',2,'','2008-12-05',1,1,1),(1460,'December',2008,'11',2,'','2008-12-05',1,2,1.5),(1461,'December',2008,'13',1,'','2008-12-05',1,1,1),(1462,'December',2008,'15',2,'','2008-12-05',1,1,1),(1463,'December',2008,'20',3,'','2008-12-05',1,1,1),(1464,'December',2008,'21',1,'','2008-12-05',1,1,1),(1465,'December',2008,'03',1,'','2008-12-06',1,1,1),(1466,'December',2008,'10',1,'','2008-12-06',1,1,1),(1467,'December',2008,'11',1,'','2008-12-06',1,1,1),(1468,'December',2008,'13',2,'','2008-12-06',1,1,1),(1469,'December',2008,'16',1,'','2008-12-06',1,1,1),(1470,'December',2008,'18',1,'','2008-12-06',1,1,1),(1471,'December',2008,'19',1,'','2008-12-06',1,1,1),(1472,'December',2008,'20',1,'','2008-12-06',1,1,1),(1473,'December',2008,'23',5,'','2008-12-06',1,2,1.6),(1474,'December',2008,'00',2,'','2008-12-07',1,1,1),(1475,'December',2008,'01',1,'','2008-12-07',1,1,1),(1476,'December',2008,'03',10,'','2008-12-07',1,2,1.7),(1477,'December',2008,'08',1,'','2008-12-07',1,1,1),(1478,'December',2008,'10',1,'','2008-12-07',1,1,1),(1479,'December',2008,'12',1,'','2008-12-07',1,1,1),(1480,'December',2008,'19',1,'','2008-12-07',1,1,1),(1481,'December',2008,'20',2,'','2008-12-07',1,1,1),(1482,'December',2008,'23',1,'','2008-12-07',1,1,1),(1483,'December',2008,'00',2,'','2008-12-08',1,1,1),(1484,'December',2008,'03',1,'','2008-12-08',1,1,1),(1485,'December',2008,'04',2,'','2008-12-08',1,1,1),(1486,'December',2008,'05',2,'','2008-12-08',1,1,1),(1487,'December',2008,'06',28,'','2008-12-08',1,1,1),(1488,'December',2008,'07',20,'','2008-12-08',1,1,1),(1489,'December',2008,'12',1,'','2008-12-08',1,1,1),(1490,'December',2008,'15',2,'','2008-12-08',1,1,1),(1491,'December',2008,'17',2,'','2008-12-08',1,1,1),(1492,'December',2008,'18',1,'','2008-12-08',1,1,1),(1493,'December',2008,'19',1,'','2008-12-08',1,1,1),(1494,'December',2008,'21',1,'','2008-12-08',1,1,1),(1495,'December',2008,'22',2,'','2008-12-08',1,1,1),(1496,'December',2008,'23',3,'','2008-12-08',1,2,1.66667),(1497,'December',2008,'00',3,'','2008-12-09',1,1,1),(1498,'December',2008,'01',1,'','2008-12-09',1,1,1),(1499,'December',2008,'05',1,'','2008-12-09',1,1,1),(1500,'December',2008,'10',1,'','2008-12-09',1,1,1),(1501,'December',2008,'11',1,'','2008-12-09',1,1,1),(1502,'December',2008,'12',1,'','2008-12-09',1,1,1),(1503,'December',2008,'13',1,'','2008-12-09',1,1,1),(1504,'December',2008,'16',2,'','2008-12-09',1,1,1),(1505,'December',2008,'17',4,'','2008-12-09',1,1,1),(1506,'December',2008,'18',22,'','2008-12-09',1,1,1),(1507,'December',2008,'22',1,'','2008-12-09',1,1,1),(1508,'December',2008,'03',1,'','2008-12-10',1,1,1),(1509,'December',2008,'04',1,'','2008-12-10',1,1,1),(1510,'December',2008,'05',1,'','2008-12-10',1,1,1),(1511,'December',2008,'09',6,'','2008-12-10',1,1,1),(1512,'December',2008,'11',1,'','2008-12-10',1,1,1),(1513,'December',2008,'15',1,'','2008-12-10',1,1,1),(1514,'December',2008,'16',3,'','2008-12-10',1,1,1),(1515,'December',2008,'18',3,'','2008-12-10',1,1,1),(1516,'December',2008,'19',1,'','2008-12-10',1,1,1),(1517,'December',2008,'20',3,'','2008-12-10',1,2,1.66667),(1518,'December',2008,'21',1,'','2008-12-10',1,1,1),(1519,'December',2008,'00',1,'','2008-12-11',1,1,1),(1520,'December',2008,'07',1,'','2008-12-11',1,1,1),(1521,'December',2008,'14',1,'','2008-12-11',1,1,1),(1522,'December',2008,'15',6,'','2008-12-11',1,2,1.16667),(1523,'December',2008,'18',1,'','2008-12-11',1,1,1),(1524,'December',2008,'21',1,'','2008-12-11',1,1,1),(1525,'December',2008,'23',1,'','2008-12-11',1,1,1),(1526,'December',2008,'00',1,'','2008-12-12',1,1,1),(1527,'December',2008,'02',1,'','2008-12-12',1,1,1),(1528,'December',2008,'03',1,'','2008-12-12',1,1,1),(1529,'December',2008,'08',1,'','2008-12-12',1,1,1),(1530,'December',2008,'10',1,'','2008-12-12',1,1,1),(1531,'December',2008,'11',1,'','2008-12-12',1,1,1),(1532,'December',2008,'13',1,'','2008-12-12',1,1,1),(1533,'December',2008,'14',1,'','2008-12-12',1,1,1),(1534,'December',2008,'15',1,'','2008-12-12',1,1,1),(1535,'December',2008,'16',1,'','2008-12-12',1,1,1),(1536,'December',2008,'17',1,'','2008-12-12',1,1,1),(1537,'December',2008,'04',1,'','2008-12-13',1,1,1),(1538,'December',2008,'07',1,'','2008-12-13',1,1,1),(1539,'December',2008,'12',1,'','2008-12-13',1,1,1),(1540,'December',2008,'13',1,'','2008-12-13',1,1,1),(1541,'December',2008,'16',1,'','2008-12-13',1,1,1),(1542,'December',2008,'18',1,'','2008-12-13',1,1,1),(1543,'December',2008,'19',1,'','2008-12-13',1,1,1),(1544,'December',2008,'21',1,'','2008-12-13',1,1,1),(1545,'December',2008,'23',1,'','2008-12-13',1,1,1),(1546,'December',2008,'10',1,'','2008-12-14',1,1,1),(1547,'December',2008,'11',2,'','2008-12-14',1,1,1),(1548,'December',2008,'12',1,'','2008-12-14',1,1,1),(1549,'December',2008,'14',2,'','2008-12-14',1,1,1),(1550,'December',2008,'15',1,'','2008-12-14',1,1,1),(1551,'December',2008,'18',1,'','2008-12-14',1,1,1),(1552,'December',2008,'19',2,'','2008-12-14',1,1,1),(1553,'December',2008,'00',2,'','2008-12-15',1,1,1),(1554,'December',2008,'01',1,'','2008-12-15',1,1,1),(1555,'December',2008,'02',1,'','2008-12-15',1,1,1),(1556,'December',2008,'07',1,'','2008-12-15',1,1,1),(1557,'December',2008,'10',1,'','2008-12-15',1,1,1),(1558,'December',2008,'11',2,'','2008-12-15',1,1,1),(1559,'December',2008,'12',9,'','2008-12-15',1,2,1.55556),(1560,'December',2008,'13',21,'','2008-12-15',1,3,2.04762),(1561,'December',2008,'14',5,'','2008-12-15',1,1,1),(1562,'December',2008,'15',2,'','2008-12-15',1,1,1),(1563,'December',2008,'16',1,'','2008-12-15',1,1,1),(1564,'December',2008,'18',2,'','2008-12-15',1,2,1.5),(1565,'December',2008,'19',1,'','2008-12-15',1,1,1),(1566,'December',2008,'00',1,'','2008-12-16',1,1,1),(1567,'December',2008,'02',1,'','2008-12-16',1,1,1),(1568,'December',2008,'05',2,'','2008-12-16',1,2,1.5),(1569,'December',2008,'06',1,'','2008-12-16',1,1,1),(1570,'December',2008,'07',6,'','2008-12-16',1,1,1),(1571,'December',2008,'09',2,'','2008-12-16',1,1,1),(1572,'December',2008,'12',1,'','2008-12-16',1,1,1),(1573,'December',2008,'13',3,'','2008-12-16',1,1,1),(1574,'December',2008,'15',1,'','2008-12-16',1,1,1),(1575,'December',2008,'17',2,'','2008-12-16',1,1,1),(1576,'December',2008,'18',2,'','2008-12-16',1,1,1),(1577,'December',2008,'20',1,'','2008-12-16',1,1,1),(1578,'December',2008,'02',1,'','2008-12-17',1,1,1),(1579,'December',2008,'06',2,'','2008-12-17',1,1,1),(1580,'December',2008,'08',1,'','2008-12-17',1,1,1),(1581,'December',2008,'09',1,'','2008-12-17',1,1,1),(1582,'December',2008,'18',1,'','2008-12-17',1,1,1),(1583,'December',2008,'04',1,'','2008-12-18',1,1,1),(1584,'December',2008,'09',1,'','2008-12-18',1,1,1),(1585,'December',2008,'22',2,'','2008-12-18',1,1,1),(1586,'December',2008,'00',1,'','2008-12-19',1,1,1),(1587,'December',2008,'02',1,'','2008-12-19',1,1,1),(1588,'December',2008,'05',1,'','2008-12-19',1,1,1),(1589,'December',2008,'06',1,'','2008-12-19',1,1,1),(1590,'December',2008,'08',1,'','2008-12-19',1,1,1),(1591,'December',2008,'09',1,'','2008-12-19',1,1,1),(1592,'December',2008,'11',1,'','2008-12-19',1,1,1),(1593,'December',2008,'12',1,'','2008-12-19',1,1,1),(1594,'December',2008,'14',3,'','2008-12-19',1,1,1),(1595,'December',2008,'17',1,'','2008-12-19',1,1,1),(1596,'December',2008,'19',1,'','2008-12-19',1,1,1),(1597,'December',2008,'00',1,'','2008-12-20',1,1,1),(1598,'December',2008,'01',3,'','2008-12-20',1,1,1),(1599,'December',2008,'04',1,'','2008-12-20',1,1,1),(1600,'December',2008,'07',1,'','2008-12-20',1,1,1),(1601,'December',2008,'10',1,'','2008-12-20',1,1,1),(1602,'December',2008,'13',2,'','2008-12-20',1,1,1),(1603,'December',2008,'14',1,'','2008-12-20',1,1,1),(1604,'December',2008,'18',4,'','2008-12-20',1,1,1),(1605,'December',2008,'19',2,'','2008-12-20',1,1,1),(1606,'December',2008,'21',1,'','2008-12-20',1,1,1),(1607,'December',2008,'22',1,'','2008-12-20',1,1,1),(1608,'December',2008,'23',1,'','2008-12-20',1,1,1),(1609,'December',2008,'02',1,'','2008-12-21',1,1,1),(1610,'December',2008,'03',3,'','2008-12-21',1,1,1),(1611,'December',2008,'06',1,'','2008-12-21',1,1,1),(1612,'December',2008,'08',1,'','2008-12-21',1,1,1),(1613,'December',2008,'10',1,'','2008-12-21',1,1,1),(1614,'December',2008,'15',2,'','2008-12-21',1,1,1),(1615,'December',2008,'19',2,'','2008-12-21',1,1,1),(1616,'December',2008,'20',1,'','2008-12-21',1,1,1),(1617,'December',2008,'22',1,'','2008-12-21',1,1,1),(1618,'December',2008,'00',1,'','2008-12-22',1,1,1),(1619,'December',2008,'01',1,'','2008-12-22',1,1,1),(1620,'December',2008,'04',1,'','2008-12-22',1,1,1),(1621,'December',2008,'05',1,'','2008-12-22',1,1,1),(1622,'December',2008,'06',1,'','2008-12-22',1,1,1),(1623,'December',2008,'08',5,'','2008-12-22',1,1,1),(1624,'December',2008,'09',6,'','2008-12-22',1,2,1.5),(1625,'December',2008,'11',1,'','2008-12-22',1,1,1),(1626,'December',2008,'12',1,'','2008-12-22',1,1,1),(1627,'December',2008,'13',1,'','2008-12-22',1,1,1),(1628,'December',2008,'16',3,'','2008-12-22',1,1,1),(1629,'December',2008,'19',1,'','2008-12-22',1,1,1),(1630,'December',2008,'04',1,'','2008-12-23',1,1,1),(1631,'December',2008,'05',1,'','2008-12-23',1,1,1),(1632,'December',2008,'07',1,'','2008-12-23',1,1,1),(1633,'December',2008,'11',4,'','2008-12-23',1,1,1),(1634,'December',2008,'12',1,'','2008-12-23',1,1,1),(1635,'December',2008,'13',3,'','2008-12-23',1,1,1),(1636,'December',2008,'14',4,'','2008-12-23',1,1,1),(1637,'December',2008,'16',1,'','2008-12-23',1,1,1),(1638,'December',2008,'17',2,'','2008-12-23',1,1,1),(1639,'December',2008,'18',10,'','2008-12-23',1,2,1.1),(1640,'December',2008,'19',1,'','2008-12-23',1,1,1),(1641,'December',2008,'20',2,'','2008-12-23',1,1,1),(1642,'December',2008,'21',2,'','2008-12-23',1,1,1),(1643,'December',2008,'07',1,'','2008-12-24',1,1,1),(1644,'December',2008,'08',4,'','2008-12-24',1,2,1.25),(1645,'December',2008,'09',1,'','2008-12-24',1,1,1),(1646,'December',2008,'14',1,'','2008-12-24',1,1,1),(1647,'December',2008,'15',1,'','2008-12-24',1,1,1),(1648,'December',2008,'16',1,'','2008-12-24',1,1,1),(1649,'December',2008,'19',1,'','2008-12-24',1,1,1),(1650,'December',2008,'21',1,'','2008-12-24',1,1,1),(1651,'December',2008,'22',1,'','2008-12-24',1,1,1),(1652,'December',2008,'00',5,'','2008-12-25',1,2,1.4),(1653,'December',2008,'07',1,'','2008-12-25',1,1,1),(1654,'December',2008,'08',3,'','2008-12-25',1,1,1),(1655,'December',2008,'10',1,'','2008-12-25',1,1,1),(1656,'December',2008,'11',1,'','2008-12-25',1,1,1),(1657,'December',2008,'02',1,'','2008-12-26',1,1,1),(1658,'December',2008,'04',1,'','2008-12-26',1,1,1),(1659,'December',2008,'06',1,'','2008-12-26',1,1,1),(1660,'December',2008,'08',2,'','2008-12-26',1,1,1),(1661,'December',2008,'10',1,'','2008-12-26',1,1,1),(1662,'December',2008,'14',1,'','2008-12-26',1,1,1),(1663,'December',2008,'19',1,'','2008-12-26',1,1,1),(1664,'December',2008,'20',1,'','2008-12-26',1,1,1),(1665,'December',2008,'21',1,'','2008-12-26',1,1,1),(1666,'December',2008,'23',2,'','2008-12-26',1,1,1),(1667,'December',2008,'00',1,'','2008-12-27',1,1,1),(1668,'December',2008,'03',2,'','2008-12-27',1,1,1),(1669,'December',2008,'09',3,'','2008-12-27',1,1,1),(1670,'December',2008,'10',2,'','2008-12-27',1,1,1),(1671,'December',2008,'11',1,'','2008-12-27',1,1,1),(1672,'December',2008,'18',2,'','2008-12-27',1,2,1.5),(1673,'December',2008,'19',19,'','2008-12-27',1,1,1),(1674,'December',2008,'21',1,'','2008-12-27',1,1,1),(1675,'December',2008,'23',1,'','2008-12-27',1,1,1),(1676,'December',2008,'02',1,'','2008-12-28',1,1,1),(1677,'December',2008,'03',1,'','2008-12-28',1,1,1),(1678,'December',2008,'07',2,'','2008-12-28',1,1,1),(1679,'December',2008,'09',1,'','2008-12-28',1,1,1),(1680,'December',2008,'10',1,'','2008-12-28',2,2,2),(1681,'December',2008,'11',2,'','2008-12-28',1,1,1),(1682,'December',2008,'15',1,'','2008-12-28',1,1,1),(1683,'December',2008,'22',1,'','2008-12-28',1,1,1),(1684,'December',2008,'00',1,'','2008-12-29',1,1,1),(1685,'December',2008,'01',1,'','2008-12-29',1,1,1),(1686,'December',2008,'02',2,'','2008-12-29',1,2,1.5),(1687,'December',2008,'03',1,'','2008-12-29',1,1,1),(1688,'December',2008,'06',1,'','2008-12-29',1,1,1),(1689,'December',2008,'08',1,'','2008-12-29',1,1,1),(1690,'December',2008,'09',1,'','2008-12-29',1,1,1),(1691,'December',2008,'10',2,'','2008-12-29',1,1,1),(1692,'December',2008,'11',2,'','2008-12-29',1,1,1),(1693,'December',2008,'13',1,'','2008-12-29',1,1,1),(1694,'December',2008,'14',3,'','2008-12-29',1,2,1.33333),(1695,'December',2008,'15',1,'','2008-12-29',1,1,1),(1696,'December',2008,'18',1,'','2008-12-29',1,1,1),(1697,'December',2008,'20',3,'','2008-12-29',1,1,1),(1698,'December',2008,'23',1,'','2008-12-29',1,1,1),(1699,'December',2008,'00',2,'','2008-12-30',1,1,1),(1700,'December',2008,'06',1,'','2008-12-30',1,1,1),(1701,'December',2008,'07',2,'','2008-12-30',1,1,1),(1702,'December',2008,'08',2,'','2008-12-30',1,1,1),(1703,'December',2008,'10',1,'','2008-12-30',1,1,1),(1704,'December',2008,'11',1,'','2008-12-30',1,1,1),(1705,'December',2008,'12',1,'','2008-12-30',1,1,1),(1706,'December',2008,'19',5,'','2008-12-30',1,1,1),(1707,'December',2008,'20',1,'','2008-12-30',1,1,1),(1708,'December',2008,'21',1,'','2008-12-30',1,1,1),(1709,'December',2008,'22',1,'','2008-12-30',1,1,1),(1710,'December',2008,'23',1,'','2008-12-30',1,1,1),(1711,'December',2008,'04',1,'','2008-12-31',1,1,1),(1712,'December',2008,'08',1,'','2008-12-31',1,1,1),(1713,'December',2008,'10',2,'','2008-12-31',1,1,1),(1714,'December',2008,'11',1,'','2008-12-31',1,1,1),(1715,'December',2008,'12',2,'','2008-12-31',1,2,1.5),(1716,'December',2008,'13',1,'','2008-12-31',1,1,1),(1717,'December',2008,'16',1,'','2008-12-31',1,1,1),(1718,'December',2008,'21',1,'','2008-12-31',1,1,1),(1719,'December',2008,'23',1,'','2008-12-31',1,1,1),(1720,'January',2009,'02',1,'','2009-01-01',1,1,1),(1721,'January',2009,'03',2,'','2009-01-01',1,2,1.5),(1722,'January',2009,'07',1,'','2009-01-01',1,1,1),(1723,'January',2009,'10',2,'','2009-01-01',1,1,1),(1724,'January',2009,'11',2,'','2009-01-01',1,1,1),(1725,'January',2009,'12',1,'','2009-01-01',1,1,1),(1726,'January',2009,'16',1,'','2009-01-01',1,1,1),(1727,'January',2009,'00',1,'','2009-01-02',1,1,1),(1728,'January',2009,'01',1,'','2009-01-02',1,1,1),(1729,'January',2009,'02',2,'','2009-01-02',1,1,1),(1730,'January',2009,'06',2,'','2009-01-02',1,1,1),(1731,'January',2009,'10',3,'','2009-01-02',1,1,1),(1732,'January',2009,'11',1,'','2009-01-02',1,1,1),(1733,'January',2009,'12',1,'','2009-01-02',1,1,1),(1734,'January',2009,'17',1,'','2009-01-02',1,1,1),(1735,'January',2009,'19',4,'','2009-01-02',1,2,1.25),(1736,'January',2009,'23',2,'','2009-01-02',1,1,1),(1737,'January',2009,'00',2,'','2009-01-03',1,2,1.5),(1738,'January',2009,'01',1,'','2009-01-03',1,1,1),(1739,'January',2009,'11',5,'','2009-01-03',1,1,1),(1740,'January',2009,'12',1,'','2009-01-03',1,1,1),(1741,'January',2009,'14',1,'','2009-01-03',1,1,1),(1742,'January',2009,'16',1,'','2009-01-03',1,1,1),(1743,'January',2009,'17',2,'','2009-01-03',1,1,1),(1744,'January',2009,'18',2,'','2009-01-03',1,2,1.5),(1745,'January',2009,'22',2,'','2009-01-03',1,1,1),(1746,'January',2009,'08',1,'','2009-01-04',1,1,1),(1747,'January',2009,'09',1,'','2009-01-04',1,1,1),(1748,'January',2009,'10',1,'','2009-01-04',1,1,1),(1749,'January',2009,'11',3,'','2009-01-04',1,2,1.33333),(1750,'January',2009,'12',1,'','2009-01-04',1,1,1),(1751,'January',2009,'19',3,'','2009-01-04',1,1,1),(1752,'January',2009,'23',1,'','2009-01-04',1,1,1),(1753,'January',2009,'02',1,'','2009-01-05',1,1,1),(1754,'January',2009,'05',1,'','2009-01-05',1,1,1),(1755,'January',2009,'10',2,'','2009-01-05',1,1,1),(1756,'January',2009,'11',1,'','2009-01-05',1,1,1),(1757,'January',2009,'12',1,'','2009-01-05',1,1,1),(1758,'January',2009,'13',2,'','2009-01-05',1,1,1),(1759,'January',2009,'14',2,'','2009-01-05',1,1,1),(1760,'January',2009,'19',1,'','2009-01-05',1,1,1),(1761,'January',2009,'21',1,'','2009-01-05',1,1,1),(1762,'January',2009,'01',3,'','2009-01-06',1,1,1),(1763,'January',2009,'02',3,'','2009-01-06',1,1,1),(1764,'January',2009,'03',2,'','2009-01-06',1,1,1),(1765,'January',2009,'07',1,'','2009-01-06',1,1,1),(1766,'January',2009,'10',3,'','2009-01-06',1,1,1),(1767,'January',2009,'12',2,'','2009-01-06',1,2,1.5),(1768,'January',2009,'13',2,'','2009-01-06',1,1,1),(1769,'January',2009,'23',1,'','2009-01-06',1,1,1),(1770,'January',2009,'00',1,'','2009-01-07',1,1,1),(1771,'January',2009,'04',1,'','2009-01-07',1,1,1),(1772,'January',2009,'11',1,'','2009-01-07',1,1,1),(1773,'January',2009,'14',2,'','2009-01-07',1,1,1),(1774,'January',2009,'21',1,'','2009-01-07',1,1,1),(1775,'January',2009,'23',1,'','2009-01-07',1,1,1),(1776,'January',2009,'01',1,'','2009-01-08',1,1,1),(1777,'January',2009,'09',1,'','2009-01-08',1,1,1),(1778,'January',2009,'11',1,'','2009-01-08',1,1,1),(1779,'January',2009,'14',7,'','2009-01-08',1,1,1),(1780,'January',2009,'16',1,'','2009-01-08',1,1,1),(1781,'January',2009,'17',3,'','2009-01-08',1,1,1),(1782,'January',2009,'18',2,'','2009-01-08',1,2,1.5),(1783,'January',2009,'21',1,'','2009-01-08',1,1,1),(1784,'January',2009,'04',1,'','2009-01-09',1,1,1),(1785,'January',2009,'05',1,'','2009-01-09',1,1,1),(1786,'January',2009,'09',1,'','2009-01-09',1,1,1),(1787,'January',2009,'16',3,'','2009-01-09',1,2,1.66667),(1788,'January',2009,'20',12,'','2009-01-09',1,2,1.41667),(1789,'January',2009,'21',17,'','2009-01-09',1,2,1.23529),(1790,'January',2009,'22',4,'','2009-01-09',1,1,1),(1791,'January',2009,'00',2,'','2009-01-10',1,1,1),(1792,'January',2009,'08',1,'','2009-01-10',1,1,1),(1793,'January',2009,'09',1,'','2009-01-10',1,1,1),(1794,'January',2009,'12',1,'','2009-01-10',1,1,1),(1795,'January',2009,'14',1,'','2009-01-10',1,1,1),(1796,'January',2009,'19',1,'','2009-01-10',1,1,1),(1797,'January',2009,'20',1,'','2009-01-10',1,1,1),(1798,'January',2009,'22',1,'','2009-01-10',1,1,1),(1799,'January',2009,'23',1,'','2009-01-10',1,1,1),(1800,'January',2009,'00',2,'','2009-01-11',1,1,1),(1801,'January',2009,'03',2,'','2009-01-11',1,2,1.5),(1802,'January',2009,'05',1,'','2009-01-11',1,1,1),(1803,'January',2009,'06',16,'','2009-01-11',1,1,1),(1804,'January',2009,'07',12,'','2009-01-11',1,2,1.16667),(1805,'January',2009,'11',1,'','2009-01-11',1,1,1),(1806,'January',2009,'16',1,'','2009-01-11',1,1,1),(1807,'January',2009,'17',1,'','2009-01-11',1,1,1),(1808,'January',2009,'11',1,'','2009-01-12',1,1,1),(1809,'January',2009,'12',1,'','2009-01-12',1,1,1),(1810,'January',2009,'15',2,'','2009-01-12',1,1,1),(1811,'January',2009,'05',3,'','2009-01-13',1,1,1),(1812,'January',2009,'08',1,'','2009-01-13',1,1,1),(1813,'January',2009,'12',1,'','2009-01-13',1,1,1),(1814,'January',2009,'14',1,'','2009-01-13',1,1,1),(1815,'January',2009,'15',2,'','2009-01-13',1,1,1),(1816,'January',2009,'18',2,'','2009-01-13',1,1,1),(1817,'January',2009,'21',1,'','2009-01-13',1,1,1),(1818,'January',2009,'04',1,'','2009-01-14',1,1,1),(1819,'January',2009,'06',2,'','2009-01-14',1,1,1),(1820,'January',2009,'07',1,'','2009-01-14',1,1,1),(1821,'January',2009,'08',3,'','2009-01-14',1,2,1.33333),(1822,'January',2009,'09',2,'','2009-01-14',1,1,1),(1823,'January',2009,'10',2,'','2009-01-14',1,1,1),(1824,'January',2009,'14',1,'','2009-01-14',1,1,1),(1825,'January',2009,'16',1,'','2009-01-14',1,1,1),(1826,'January',2009,'17',1,'','2009-01-14',1,1,1),(1827,'January',2009,'18',2,'','2009-01-14',1,1,1),(1828,'January',2009,'19',3,'','2009-01-14',1,1,1),(1829,'January',2009,'22',1,'','2009-01-14',1,1,1),(1830,'January',2009,'04',1,'','2009-01-15',1,1,1),(1831,'January',2009,'07',2,'','2009-01-15',1,1,1),(1832,'January',2009,'11',1,'','2009-01-15',1,1,1),(1833,'January',2009,'14',1,'','2009-01-15',1,1,1),(1834,'January',2009,'15',1,'','2009-01-15',1,1,1),(1835,'January',2009,'18',1,'','2009-01-15',1,1,1),(1836,'January',2009,'20',11,'96b750d6e9135ea52ac8dee8c428aab1','2009-01-15',1,2,1.09091),(1837,'January',2009,'22',1,'','2009-01-15',1,1,1),(1838,'January',2009,'00',1,'','2009-01-16',1,1,1),(1839,'January',2009,'02',2,'','2009-01-16',1,2,1.5),(1840,'January',2009,'07',1,'','2009-01-16',1,1,1),(1841,'January',2009,'09',1,'','2009-01-16',1,1,1),(1842,'January',2009,'11',4,'','2009-01-16',1,2,1.25),(1843,'January',2009,'15',1,'','2009-01-16',1,1,1),(1844,'January',2009,'20',2,'','2009-01-16',1,1,1),(1845,'January',2009,'22',3,'','2009-01-16',1,1,1),(1846,'January',2009,'23',4,'','2009-01-16',1,1,1),(1847,'January',2009,'00',1,'','2009-01-17',1,1,1),(1848,'January',2009,'03',2,'','2009-01-17',1,2,1.5),(1849,'January',2009,'08',1,'','2009-01-17',1,1,1),(1850,'January',2009,'09',1,'','2009-01-17',1,1,1),(1851,'January',2009,'10',1,'','2009-01-17',1,1,1),(1852,'January',2009,'14',1,'','2009-01-17',1,1,1),(1853,'January',2009,'15',1,'','2009-01-17',1,1,1),(1854,'January',2009,'03',1,'','2009-01-18',1,1,1),(1855,'January',2009,'05',1,'','2009-01-18',1,1,1),(1856,'January',2009,'09',1,'','2009-01-18',1,1,1),(1857,'January',2009,'11',1,'','2009-01-18',1,1,1),(1858,'January',2009,'13',1,'','2009-01-18',1,1,1),(1859,'January',2009,'14',2,'','2009-01-18',1,1,1),(1860,'January',2009,'19',1,'','2009-01-18',1,1,1),(1861,'January',2009,'23',1,'','2009-01-18',1,1,1),(1862,'January',2009,'00',1,'','2009-01-19',1,1,1),(1863,'January',2009,'02',2,'','2009-01-19',1,1,1),(1864,'January',2009,'03',1,'','2009-01-19',1,1,1),(1865,'January',2009,'05',2,'','2009-01-19',1,1,1),(1866,'January',2009,'07',1,'','2009-01-19',1,1,1),(1867,'January',2009,'09',2,'','2009-01-19',1,1,1),(1868,'January',2009,'10',6,'','2009-01-19',1,2,1.16667),(1869,'January',2009,'11',2,'','2009-01-19',1,1,1),(1870,'January',2009,'12',1,'','2009-01-19',1,1,1),(1871,'January',2009,'15',2,'','2009-01-19',1,1,1),(1872,'January',2009,'16',1,'','2009-01-19',1,1,1),(1873,'January',2009,'17',2,'','2009-01-19',1,1,1),(1874,'January',2009,'18',1,'','2009-01-19',1,1,1),(1875,'January',2009,'19',1,'','2009-01-19',1,1,1),(1876,'January',2009,'20',1,'','2009-01-19',1,1,1),(1877,'January',2009,'21',2,'','2009-01-19',1,2,1.5),(1878,'January',2009,'23',1,'','2009-01-19',1,1,1),(1879,'January',2009,'00',1,'','2009-01-20',1,1,1),(1880,'January',2009,'01',1,'','2009-01-20',1,1,1),(1881,'January',2009,'02',1,'','2009-01-20',1,1,1),(1882,'January',2009,'03',2,'','2009-01-20',1,1,1),(1883,'January',2009,'04',1,'','2009-01-20',1,1,1),(1884,'January',2009,'06',1,'','2009-01-20',1,1,1),(1885,'January',2009,'07',2,'','2009-01-20',1,1,1),(1886,'January',2009,'08',2,'','2009-01-20',1,1,1),(1887,'January',2009,'09',2,'','2009-01-20',1,1,1),(1888,'January',2009,'13',1,'','2009-01-20',1,1,1),(1889,'January',2009,'14',1,'','2009-01-20',1,1,1),(1890,'January',2009,'16',3,'','2009-01-20',1,1,1),(1891,'January',2009,'17',1,'','2009-01-20',1,1,1),(1892,'January',2009,'18',4,'','2009-01-20',1,1,1),(1893,'January',2009,'19',1,'','2009-01-20',1,1,1),(1894,'January',2009,'21',1,'','2009-01-20',1,1,1),(1895,'January',2009,'00',1,'','2009-01-21',1,1,1),(1896,'January',2009,'01',2,'','2009-01-21',1,1,1),(1897,'January',2009,'09',1,'','2009-01-21',1,1,1),(1898,'January',2009,'12',27,'','2009-01-21',1,1,1),(1899,'January',2009,'14',1,'','2009-01-21',1,1,1),(1900,'January',2009,'18',1,'','2009-01-21',1,1,1),(1901,'January',2009,'19',1,'','2009-01-21',1,1,1),(1902,'January',2009,'21',1,'','2009-01-21',1,1,1),(1903,'January',2009,'23',1,'','2009-01-21',1,1,1),(1904,'January',2009,'02',2,'','2009-01-22',1,1,1),(1905,'January',2009,'07',2,'','2009-01-22',1,2,1.5),(1906,'January',2009,'20',3,'','2009-01-22',1,2,1.66667),(1907,'January',2009,'21',1,'','2009-01-22',1,1,1),(1908,'January',2009,'23',1,'','2009-01-22',1,1,1),(1909,'January',2009,'00',3,'','2009-01-23',1,1,1),(1910,'January',2009,'09',2,'','2009-01-23',1,1,1),(1911,'January',2009,'21',1,'','2009-01-23',1,1,1),(1912,'January',2009,'03',3,'','2009-01-24',1,1,1),(1913,'January',2009,'04',2,'','2009-01-24',1,1,1),(1914,'January',2009,'05',1,'','2009-01-24',1,1,1),(1915,'January',2009,'06',1,'','2009-01-24',1,1,1),(1916,'January',2009,'07',2,'','2009-01-24',1,2,1.5),(1917,'January',2009,'08',1,'','2009-01-24',1,1,1),(1918,'January',2009,'11',1,'','2009-01-24',1,1,1),(1919,'January',2009,'12',2,'','2009-01-24',1,1,1),(1920,'January',2009,'14',2,'','2009-01-24',1,1,1),(1921,'January',2009,'18',1,'','2009-01-24',1,1,1),(1922,'January',2009,'19',1,'','2009-01-24',1,1,1),(1923,'January',2009,'20',1,'','2009-01-24',1,1,1),(1924,'January',2009,'05',1,'','2009-01-25',1,1,1),(1925,'January',2009,'08',1,'','2009-01-25',1,1,1),(1926,'January',2009,'09',2,'','2009-01-25',1,1,1),(1927,'January',2009,'10',2,'','2009-01-25',1,1,1),(1928,'January',2009,'18',1,'','2009-01-25',1,1,1),(1929,'January',2009,'02',1,'','2009-01-26',1,1,1),(1930,'January',2009,'07',1,'','2009-01-26',1,1,1),(1931,'January',2009,'08',1,'','2009-01-26',1,1,1),(1932,'January',2009,'16',1,'','2009-01-26',1,1,1),(1933,'January',2009,'21',1,'','2009-01-26',1,1,1),(1934,'January',2009,'22',1,'','2009-01-26',1,1,1),(1935,'January',2009,'05',1,'','2009-01-27',1,1,1),(1936,'January',2009,'08',1,'','2009-01-27',1,1,1),(1937,'January',2009,'09',1,'','2009-01-27',1,1,1),(1938,'January',2009,'10',1,'','2009-01-27',1,1,1),(1939,'January',2009,'12',1,'','2009-01-27',1,1,1),(1940,'January',2009,'14',1,'','2009-01-27',1,1,1),(1941,'January',2009,'16',2,'','2009-01-27',1,1,1),(1942,'January',2009,'19',1,'','2009-01-27',1,1,1),(1943,'January',2009,'01',1,'','2009-01-28',1,1,1),(1944,'January',2009,'06',1,'','2009-01-28',1,1,1),(1945,'January',2009,'11',1,'','2009-01-28',1,1,1),(1946,'January',2009,'12',4,'','2009-01-28',1,1,1),(1947,'January',2009,'13',8,'','2009-01-28',1,4,2.25),(1948,'January',2009,'14',1,'','2009-01-28',1,1,1),(1949,'January',2009,'15',2,'','2009-01-28',1,1,1),(1950,'January',2009,'16',2,'','2009-01-28',1,2,1.5),(1951,'January',2009,'17',2,'','2009-01-28',1,1,1),(1952,'January',2009,'19',11,'','2009-01-28',1,2,1.18182),(1953,'January',2009,'20',3,'','2009-01-28',1,2,1.33333),(1954,'January',2009,'21',1,'','2009-01-28',1,1,1),(1955,'January',2009,'22',2,'','2009-01-28',1,1,1),(1956,'January',2009,'23',2,'','2009-01-28',1,1,1),(1957,'January',2009,'03',2,'','2009-01-29',1,1,1),(1958,'January',2009,'05',4,'','2009-01-29',1,1,1),(1959,'January',2009,'06',1,'','2009-01-29',1,1,1),(1960,'January',2009,'08',3,'','2009-01-29',1,2,1.66667),(1961,'January',2009,'13',8,'','2009-01-29',1,2,1.375),(1962,'January',2009,'14',13,'','2009-01-29',1,1,1),(1963,'January',2009,'15',5,'','2009-01-29',1,1,1),(1964,'January',2009,'16',1,'','2009-01-29',1,1,1),(1965,'January',2009,'17',1,'','2009-01-29',1,1,1),(1966,'January',2009,'18',1,'','2009-01-29',1,1,1),(1967,'January',2009,'19',1,'','2009-01-29',1,1,1),(1968,'January',2009,'21',1,'','2009-01-29',1,1,1),(1969,'January',2009,'04',1,'','2009-01-30',1,1,1),(1970,'January',2009,'17',1,'','2009-01-30',1,1,1),(1971,'January',2009,'20',1,'','2009-01-30',1,1,1),(1972,'January',2009,'21',1,'','2009-01-30',1,1,1),(1973,'January',2009,'08',2,'','2009-01-31',1,2,1.5),(1974,'January',2009,'20',1,'','2009-01-31',1,1,1),(1975,'February',2009,'04',1,'','2009-02-01',1,1,1),(1976,'February',2009,'06',2,'','2009-02-01',1,1,1),(1977,'February',2009,'08',1,'','2009-02-01',1,1,1),(1978,'February',2009,'09',2,'','2009-02-01',1,1,1),(1979,'February',2009,'10',1,'','2009-02-01',1,1,1),(1980,'February',2009,'11',2,'','2009-02-01',1,1,1),(1981,'February',2009,'14',1,'','2009-02-01',1,1,1),(1982,'February',2009,'17',1,'','2009-02-01',1,1,1),(1983,'February',2009,'18',1,'','2009-02-01',1,1,1),(1984,'February',2009,'19',1,'','2009-02-01',1,1,1),(1985,'February',2009,'22',1,'','2009-02-01',1,1,1),(1986,'February',2009,'04',8,'','2009-02-02',1,1,1),(1987,'February',2009,'09',1,'','2009-02-02',1,1,1),(1988,'February',2009,'10',2,'','2009-02-02',1,1,1),(1989,'February',2009,'11',1,'','2009-02-02',1,1,1),(1990,'February',2009,'13',3,'','2009-02-02',1,1,1),(1991,'February',2009,'14',1,'','2009-02-02',1,1,1),(1992,'February',2009,'16',1,'','2009-02-02',1,1,1),(1993,'February',2009,'17',2,'','2009-02-02',1,1,1),(1994,'February',2009,'18',1,'','2009-02-02',1,1,1),(1995,'February',2009,'23',1,'','2009-02-02',1,1,1),(1996,'February',2009,'12',1,'','2009-02-03',1,1,1),(1997,'February',2009,'14',1,'','2009-02-03',1,1,1),(1998,'February',2009,'15',2,'','2009-02-03',1,1,1),(1999,'February',2009,'16',1,'','2009-02-03',1,1,1),(2000,'February',2009,'17',5,'','2009-02-03',1,1,1),(2001,'February',2009,'20',1,'','2009-02-03',1,1,1),(2002,'February',2009,'21',1,'','2009-02-03',1,1,1),(2003,'February',2009,'00',1,'','2009-02-04',1,1,1),(2004,'February',2009,'03',3,'','2009-02-04',1,1,1),(2005,'February',2009,'11',1,'','2009-02-04',1,1,1),(2006,'February',2009,'13',2,'','2009-02-04',1,1,1),(2007,'February',2009,'14',4,'','2009-02-04',1,2,1.5),(2008,'February',2009,'16',1,'','2009-02-04',1,1,1),(2009,'February',2009,'17',1,'','2009-02-04',1,1,1),(2010,'February',2009,'19',16,'','2009-02-04',1,1,1),(2011,'February',2009,'20',3,'','2009-02-04',1,1,1),(2012,'February',2009,'21',1,'','2009-02-04',1,1,1),(2013,'February',2009,'22',1,'','2009-02-04',1,1,1),(2014,'February',2009,'23',1,'','2009-02-04',1,1,1),(2015,'February',2009,'00',1,'','2009-02-05',1,1,1),(2016,'February',2009,'01',1,'','2009-02-05',1,1,1),(2017,'February',2009,'03',2,'','2009-02-05',1,1,1),(2018,'February',2009,'13',7,'','2009-02-05',1,3,1.57143),(2019,'February',2009,'16',1,'','2009-02-05',1,1,1),(2020,'February',2009,'11',1,'','2009-02-06',1,1,1),(2021,'February',2009,'12',1,'','2009-02-06',1,1,1),(2022,'February',2009,'19',1,'','2009-02-06',1,1,1),(2023,'February',2009,'21',1,'','2009-02-06',1,1,1),(2024,'February',2009,'16',2,'','2009-02-07',1,2,1.5),(2025,'February',2009,'17',1,'','2009-02-07',1,1,1),(2026,'February',2009,'19',2,'','2009-02-07',1,1,1),(2027,'February',2009,'20',2,'','2009-02-07',1,1,1),(2028,'February',2009,'21',3,'','2009-02-07',1,2,1.33333),(2029,'February',2009,'22',2,'','2009-02-07',1,1,1),(2030,'February',2009,'01',12,'','2009-02-08',1,2,1.41666),(2031,'February',2009,'02',1,'','2009-02-08',1,1,1),(2032,'February',2009,'03',1,'','2009-02-08',1,1,1),(2033,'February',2009,'05',10,'','2009-02-08',1,1,1),(2034,'February',2009,'06',5,'','2009-02-08',1,1,1),(2035,'February',2009,'07',1,'','2009-02-08',2,2,2),(2036,'February',2009,'16',1,'','2009-02-08',1,1,1),(2037,'February',2009,'20',3,'','2009-02-08',1,1,1),(2038,'February',2009,'21',1,'','2009-02-08',1,1,1),(2039,'February',2009,'22',1,'','2009-02-08',1,1,1),(2040,'February',2009,'23',1,'','2009-02-08',1,1,1),(2041,'February',2009,'00',1,'','2009-02-09',1,1,1),(2042,'February',2009,'03',10,'','2009-02-09',1,1,1),(2043,'February',2009,'05',10,'','2009-02-09',1,1,1),(2044,'February',2009,'07',4,'','2009-02-09',1,2,1.75),(2045,'February',2009,'10',1,'','2009-02-09',1,1,1),(2046,'February',2009,'11',1,'','2009-02-09',1,1,1),(2047,'February',2009,'13',1,'','2009-02-09',1,1,1),(2048,'February',2009,'17',3,'','2009-02-09',1,2,1.33333),(2049,'February',2009,'02',1,'','2009-02-10',1,1,1),(2050,'February',2009,'03',1,'','2009-02-10',1,1,1),(2051,'February',2009,'08',5,'','2009-02-10',1,1,1),(2052,'February',2009,'09',1,'','2009-02-10',1,1,1),(2053,'February',2009,'11',2,'','2009-02-10',1,1,1),(2054,'February',2009,'03',1,'','2009-02-11',1,1,1),(2055,'February',2009,'07',1,'','2009-02-11',1,1,1),(2056,'February',2009,'10',1,'','2009-02-11',1,1,1),(2057,'February',2009,'14',2,'','2009-02-11',1,1,1),(2058,'February',2009,'15',3,'','2009-02-11',1,2,1.33333),(2059,'February',2009,'16',1,'','2009-02-11',1,1,1),(2060,'February',2009,'19',6,'','2009-02-11',1,1,1),(2061,'February',2009,'20',6,'','2009-02-11',1,1,1),(2062,'February',2009,'21',3,'','2009-02-11',1,1,1),(2063,'February',2009,'23',3,'','2009-02-11',1,1,1),(2064,'February',2009,'01',3,'','2009-02-12',1,1,1),(2065,'February',2009,'02',1,'','2009-02-12',2,2,2),(2066,'February',2009,'07',1,'','2009-02-12',1,1,1),(2067,'February',2009,'13',4,'','2009-02-12',1,2,1.25),(2068,'February',2009,'17',1,'','2009-02-12',1,1,1),(2069,'February',2009,'20',1,'','2009-02-12',1,1,1),(2070,'February',2009,'22',1,'','2009-02-12',1,1,1),(2071,'February',2009,'01',1,'','2009-02-13',1,1,1),(2072,'February',2009,'03',1,'','2009-02-13',1,1,1),(2073,'February',2009,'04',1,'','2009-02-13',1,1,1),(2074,'February',2009,'15',1,'','2009-02-13',1,1,1),(2075,'February',2009,'16',2,'','2009-02-13',1,1,1),(2076,'February',2009,'18',1,'','2009-02-13',1,1,1),(2077,'February',2009,'19',1,'','2009-02-13',1,1,1),(2078,'February',2009,'20',2,'','2009-02-13',1,2,1.5),(2079,'February',2009,'00',2,'','2009-02-14',1,1,1),(2080,'February',2009,'05',1,'','2009-02-14',1,1,1),(2081,'February',2009,'08',1,'','2009-02-14',1,1,1),(2082,'February',2009,'09',1,'','2009-02-14',1,1,1),(2083,'February',2009,'17',1,'','2009-02-14',1,1,1),(2084,'February',2009,'04',1,'','2009-02-15',1,1,1),(2085,'February',2009,'07',1,'','2009-02-15',1,1,1),(2086,'February',2009,'08',3,'','2009-02-15',1,3,2),(2087,'February',2009,'09',1,'','2009-02-15',1,1,1),(2088,'February',2009,'10',1,'','2009-02-15',1,1,1),(2089,'February',2009,'11',2,'','2009-02-15',1,1,1),(2090,'February',2009,'12',2,'','2009-02-15',1,1,1),(2091,'February',2009,'14',4,'','2009-02-15',1,3,1.75),(2092,'February',2009,'16',2,'','2009-02-15',1,1,1),(2093,'February',2009,'19',2,'','2009-02-15',1,1,1),(2094,'February',2009,'21',1,'','2009-02-15',1,1,1),(2095,'February',2009,'02',1,'','2009-02-16',1,1,1),(2096,'February',2009,'09',2,'','2009-02-16',1,1,1),(2097,'February',2009,'14',1,'','2009-02-16',1,1,1),(2098,'February',2009,'15',3,'','2009-02-16',1,1,1),(2099,'February',2009,'16',1,'','2009-02-16',1,1,1),(2100,'February',2009,'19',1,'','2009-02-16',1,1,1),(2101,'February',2009,'23',1,'','2009-02-16',1,1,1),(2102,'February',2009,'05',1,'','2009-02-17',1,1,1),(2103,'February',2009,'06',1,'','2009-02-17',1,1,1),(2104,'February',2009,'10',1,'','2009-02-17',1,1,1),(2105,'February',2009,'12',1,'','2009-02-17',1,1,1),(2106,'February',2009,'16',3,'','2009-02-17',1,1,1),(2107,'February',2009,'17',13,'','2009-02-17',1,2,1.76923),(2108,'February',2009,'19',1,'','2009-02-17',1,1,1),(2109,'February',2009,'20',2,'','2009-02-17',1,1,1),(2110,'February',2009,'01',2,'','2009-02-18',1,1,1),(2111,'February',2009,'02',1,'','2009-02-18',1,1,1),(2112,'February',2009,'04',2,'','2009-02-18',1,2,1.5),(2113,'February',2009,'11',5,'','2009-02-18',1,2,1.2),(2114,'February',2009,'14',1,'','2009-02-18',1,1,1),(2115,'February',2009,'22',1,'','2009-02-18',1,1,1),(2116,'February',2009,'00',1,'','2009-02-19',1,1,1),(2117,'February',2009,'01',1,'','2009-02-19',1,1,1),(2118,'February',2009,'04',1,'','2009-02-19',1,1,1),(2119,'February',2009,'05',1,'','2009-02-19',1,1,1),(2120,'February',2009,'06',1,'','2009-02-19',1,1,1),(2121,'February',2009,'07',4,'','2009-02-19',1,2,1.25),(2122,'February',2009,'08',4,'','2009-02-19',1,1,1),(2123,'February',2009,'09',1,'','2009-02-19',1,1,1),(2124,'February',2009,'10',2,'','2009-02-19',1,1,1),(2125,'February',2009,'03',1,'','2009-02-20',1,1,1),(2126,'February',2009,'04',1,'','2009-02-20',1,1,1),(2127,'February',2009,'06',1,'','2009-02-20',1,1,1),(2128,'February',2009,'08',1,'','2009-02-20',1,1,1),(2129,'February',2009,'10',1,'','2009-02-20',1,1,1),(2130,'February',2009,'12',1,'','2009-02-20',1,1,1),(2131,'February',2009,'13',5,'','2009-02-20',1,1,1),(2132,'February',2009,'20',4,'','2009-02-20',1,1,1),(2133,'February',2009,'21',2,'','2009-02-20',1,1,1),(2134,'February',2009,'01',1,'','2009-02-21',1,1,1),(2135,'February',2009,'02',2,'','2009-02-21',1,1,1),(2136,'February',2009,'08',1,'','2009-02-21',1,1,1),(2137,'February',2009,'19',1,'','2009-02-21',1,1,1),(2138,'February',2009,'23',1,'','2009-02-21',1,1,1),(2139,'February',2009,'00',1,'','2009-02-22',1,1,1),(2140,'February',2009,'02',1,'','2009-02-22',1,1,1),(2141,'February',2009,'04',2,'','2009-02-22',1,1,1),(2142,'February',2009,'10',1,'','2009-02-22',1,1,1),(2143,'February',2009,'11',1,'','2009-02-22',1,1,1),(2144,'February',2009,'12',2,'','2009-02-22',1,1,1),(2145,'February',2009,'20',1,'','2009-02-22',1,1,1),(2146,'February',2009,'00',2,'','2009-02-23',1,1,1),(2147,'February',2009,'09',1,'','2009-02-23',1,1,1),(2148,'February',2009,'10',1,'','2009-02-23',1,1,1),(2149,'February',2009,'11',4,'','2009-02-23',1,1,1),(2150,'February',2009,'15',1,'','2009-02-23',1,1,1),(2151,'February',2009,'19',1,'','2009-02-23',1,1,1),(2152,'February',2009,'03',2,'','2009-02-24',1,1,1),(2153,'February',2009,'04',1,'','2009-02-24',1,1,1),(2154,'February',2009,'16',1,'','2009-02-24',1,1,1),(2155,'February',2009,'18',1,'','2009-02-24',1,1,1),(2156,'February',2009,'19',3,'','2009-02-24',1,1,1),(2157,'February',2009,'20',2,'','2009-02-24',1,1,1),(2158,'February',2009,'21',5,'','2009-02-24',1,1,1),(2159,'February',2009,'05',1,'','2009-02-25',1,1,1),(2160,'February',2009,'06',2,'','2009-02-25',1,1,1),(2161,'February',2009,'13',7,'','2009-02-25',1,1,1),(2162,'February',2009,'15',1,'','2009-02-25',1,1,1),(2163,'February',2009,'19',1,'','2009-02-25',1,1,1),(2164,'February',2009,'22',10,'','2009-02-25',1,2,1.2),(2165,'February',2009,'23',3,'','2009-02-25',1,2,1.66667),(2166,'February',2009,'00',2,'','2009-02-26',1,1,1),(2167,'February',2009,'01',3,'','2009-02-26',1,1,1),(2168,'February',2009,'02',3,'','2009-02-26',1,2,1.33333),(2169,'February',2009,'03',1,'','2009-02-26',1,1,1),(2170,'February',2009,'04',2,'','2009-02-26',1,1,1),(2171,'February',2009,'05',1,'','2009-02-26',1,1,1),(2172,'February',2009,'07',3,'','2009-02-26',1,2,1.33333),(2173,'February',2009,'08',1,'','2009-02-26',1,1,1),(2174,'February',2009,'10',1,'','2009-02-26',1,1,1),(2175,'February',2009,'06',1,'','2009-02-27',1,1,1),(2176,'February',2009,'07',1,'','2009-02-27',1,1,1),(2177,'February',2009,'17',2,'','2009-02-27',1,1,1),(2178,'February',2009,'09',1,'','2009-02-28',1,1,1),(2179,'February',2009,'09',1,'','2009-02-28',1,1,1),(2180,'February',2009,'14',2,'','2009-02-28',1,1,1),(2181,'March',2009,'02',1,'','2009-03-01',1,1,1),(2182,'March',2009,'07',1,'','2009-03-01',1,1,1),(2183,'March',2009,'09',1,'','2009-03-01',1,1,1),(2184,'March',2009,'10',1,'','2009-03-01',1,1,1),(2185,'March',2009,'15',1,'','2009-03-01',1,1,1),(2186,'March',2009,'16',1,'','2009-03-01',1,1,1),(2187,'March',2009,'18',1,'','2009-03-01',1,1,1),(2188,'March',2009,'20',3,'','2009-03-01',1,1,1),(2189,'March',2009,'21',2,'','2009-03-01',1,1,1),(2190,'March',2009,'22',1,'','2009-03-01',2,2,2),(2191,'March',2009,'00',2,'','2009-03-02',1,2,1.5),(2192,'March',2009,'09',1,'','2009-03-02',1,1,1),(2193,'March',2009,'14',1,'','2009-03-02',1,1,1),(2194,'March',2009,'17',1,'','2009-03-02',1,1,1),(2195,'March',2009,'18',2,'','2009-03-02',1,1,1),(2196,'March',2009,'01',2,'','2009-03-03',1,1,1),(2197,'March',2009,'03',1,'','2009-03-03',1,1,1),(2198,'March',2009,'07',1,'','2009-03-03',1,1,1),(2199,'March',2009,'08',1,'','2009-03-03',1,1,1),(2200,'March',2009,'10',2,'','2009-03-03',1,1,1),(2201,'March',2009,'11',39,'','2009-03-03',1,1,1),(2202,'March',2009,'12',6,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03',1,2,1.66667),(2203,'March',2009,'13',6,'','2009-03-03',1,3,2.5),(2204,'March',2009,'16',2,'','2009-03-03',1,1,1),(2205,'March',2009,'20',1,'','2009-03-03',1,1,1),(2206,'March',2009,'23',1,'','2009-03-03',1,1,1),(2207,'March',2009,'01',1,'','2009-03-04',1,1,1),(2208,'March',2009,'05',1,'','2009-03-04',1,1,1),(2209,'March',2009,'14',1,'','2009-03-04',1,1,1),(2210,'March',2009,'15',1,'','2009-03-04',1,1,1),(2211,'March',2009,'18',1,'','2009-03-04',1,1,1),(2212,'March',2009,'03',1,'','2009-03-05',1,1,1),(2213,'March',2009,'06',4,'','2009-03-05',1,1,1),(2214,'March',2009,'07',1,'','2009-03-05',1,1,1),(2215,'March',2009,'08',1,'','2009-03-05',1,1,1),(2216,'March',2009,'09',1,'','2009-03-05',1,1,1),(2217,'March',2009,'11',1,'','2009-03-05',1,1,1),(2218,'March',2009,'12',1,'','2009-03-05',1,1,1),(2219,'March',2009,'03',1,'','2009-03-06',1,1,1),(2220,'March',2009,'05',1,'','2009-03-06',1,1,1),(2221,'March',2009,'11',2,'','2009-03-06',1,2,1.5),(2222,'March',2009,'12',4,'','2009-03-06',1,1,1),(2223,'March',2009,'14',1,'','2009-03-06',1,1,1),(2224,'March',2009,'19',3,'','2009-03-06',1,1,1),(2225,'March',2009,'20',2,'','2009-03-06',1,1,1),(2226,'March',2009,'21',1,'','2009-03-06',1,1,1),(2227,'March',2009,'03',2,'','2009-03-07',1,2,1.5),(2228,'March',2009,'04',1,'','2009-03-07',1,1,1),(2229,'March',2009,'05',1,'','2009-03-07',1,1,1),(2230,'March',2009,'11',25,'','2009-03-07',1,1,1),(2231,'March',2009,'12',1,'','2009-03-07',1,1,1),(2232,'March',2009,'13',1,'','2009-03-07',1,1,1),(2233,'March',2009,'15',2,'','2009-03-07',1,1,1),(2234,'March',2009,'00',2,'','2009-03-08',1,1,1),(2235,'March',2009,'05',1,'','2009-03-08',1,1,1),(2236,'March',2009,'11',2,'','2009-03-08',1,1,1),(2237,'March',2009,'17',2,'','2009-03-08',1,1,1),(2238,'March',2009,'19',1,'','2009-03-09',1,1,1),(2239,'March',2009,'20',1,'','2009-03-09',1,1,1),(2240,'March',2009,'21',2,'','2009-03-09',1,1,1),(2241,'March',2009,'23',2,'','2009-03-09',1,1,1),(2242,'March',2009,'16',4,'','2009-03-10',1,1,1),(2243,'March',2009,'19',25,'','2009-03-10',1,1,1),(2244,'March',2009,'22',3,'','2009-03-10',1,1,1),(2245,'March',2009,'23',2,'','2009-03-10',1,1,1),(2246,'March',2009,'00',2,'','2009-03-11',1,1,1),(2247,'March',2009,'01',2,'','2009-03-11',1,1,1),(2248,'March',2009,'02',36,'','2009-03-11',1,3,2.61109),(2249,'March',2009,'04',1,'','2009-03-11',1,1,1),(2250,'March',2009,'05',3,'','2009-03-11',1,2,1.33333),(2251,'March',2009,'08',5,'','2009-03-11',1,2,1.2),(2252,'March',2009,'13',1,'','2009-03-11',1,1,1),(2253,'March',2009,'14',1,'','2009-03-11',1,1,1),(2254,'March',2009,'15',6,'','2009-03-11',1,1,1),(2255,'March',2009,'16',1,'','2009-03-11',1,1,1),(2256,'March',2009,'21',1,'','2009-03-11',1,1,1),(2257,'March',2009,'02',3,'','2009-03-12',1,1,1),(2258,'March',2009,'03',1,'','2009-03-12',1,1,1),(2259,'March',2009,'04',1,'','2009-03-12',1,1,1),(2260,'March',2009,'11',12,'','2009-03-12',1,4,2.83333),(2261,'March',2009,'12',1,'','2009-03-12',1,1,1),(2262,'March',2009,'13',1,'','2009-03-12',1,1,1),(2263,'March',2009,'16',2,'','2009-03-12',1,1,1),(2264,'March',2009,'17',1,'','2009-03-12',1,1,1),(2265,'March',2009,'19',2,'','2009-03-12',1,1,1),(2266,'March',2009,'20',1,'','2009-03-12',1,1,1),(2267,'March',2009,'07',2,'','2009-03-13',1,1,1),(2268,'March',2009,'16',12,'','2009-03-13',1,2,1.91667),(2269,'March',2009,'19',1,'','2009-03-13',1,1,1),(2270,'March',2009,'00',1,'','2009-03-14',1,1,1),(2271,'March',2009,'15',1,'','2009-03-14',1,1,1),(2272,'March',2009,'16',2,'','2009-03-14',1,1,1),(2273,'March',2009,'17',1,'','2009-03-14',1,1,1),(2274,'March',2009,'20',1,'','2009-03-14',1,1,1),(2275,'March',2009,'00',2,'','2009-03-15',1,1,1),(2276,'March',2009,'02',1,'','2009-03-15',1,1,1),(2277,'March',2009,'04',1,'','2009-03-15',1,1,1),(2278,'March',2009,'06',1,'','2009-03-15',1,1,1),(2279,'March',2009,'07',1,'','2009-03-15',1,1,1),(2280,'March',2009,'10',10,'','2009-03-15',1,1,1),(2281,'March',2009,'12',5,'','2009-03-15',1,1,1),(2282,'March',2009,'14',4,'','2009-03-15',1,1,1),(2283,'March',2009,'16',1,'','2009-03-15',1,1,1),(2284,'March',2009,'17',2,'','2009-03-15',1,1,1),(2285,'March',2009,'18',3,'','2009-03-15',1,2,1.33333),(2286,'March',2009,'19',1,'','2009-03-15',1,1,1),(2287,'March',2009,'20',3,'','2009-03-15',1,2,1.33333),(2288,'March',2009,'00',6,'','2009-03-16',1,1,1),(2289,'March',2009,'03',8,'','2009-03-16',1,2,1.5),(2290,'March',2009,'05',10,'','2009-03-16',1,1,1),(2291,'March',2009,'06',1,'','2009-03-16',1,1,1),(2292,'March',2009,'08',10,'','2009-03-16',1,1,1),(2293,'March',2009,'09',4,'','2009-03-16',1,1,1),(2294,'March',2009,'10',2,'','2009-03-16',1,1,1),(2295,'March',2009,'17',1,'','2009-03-16',1,1,1),(2296,'March',2009,'19',1,'','2009-03-16',1,1,1),(2297,'March',2009,'22',1,'','2009-03-16',1,1,1),(2298,'March',2009,'23',1,'','2009-03-16',1,1,1),(2299,'March',2009,'00',1,'','2009-03-17',1,1,1),(2300,'March',2009,'03',1,'','2009-03-17',1,1,1),(2301,'March',2009,'04',5,'','2009-03-17',1,1,1),(2302,'March',2009,'14',2,'','2009-03-17',1,1,1),(2303,'March',2009,'17',2,'','2009-03-17',1,2,1.5),(2304,'March',2009,'20',2,'','2009-03-17',1,1,1),(2305,'March',2009,'01',1,'','2009-03-18',1,1,1),(2306,'March',2009,'02',1,'','2009-03-18',1,1,1),(2307,'March',2009,'10',3,'','2009-03-18',1,1,1),(2308,'March',2009,'13',1,'','2009-03-18',1,1,1),(2309,'March',2009,'19',2,'','2009-03-18',1,1,1),(2310,'March',2009,'20',1,'9dfd91daed9087a41844005dcaa346e0','2009-03-18',1,1,1),(2311,'March',2009,'23',3,'','2009-03-18',1,1,1),(2312,'March',2009,'02',2,'','2009-03-19',1,1,1),(2313,'March',2009,'03',1,'','2009-03-19',1,1,1),(2314,'March',2009,'08',1,'','2009-03-19',1,1,1),(2315,'March',2009,'13',1,'','2009-03-19',1,1,1),(2316,'March',2009,'14',7,'','2009-03-19',1,1,1),(2317,'March',2009,'15',1,'','2009-03-19',1,1,1),(2318,'March',2009,'17',10,'','2009-03-19',1,1,1),(2319,'March',2009,'23',1,'','2009-03-19',1,1,1),(2320,'March',2009,'06',1,'','2009-03-20',1,1,1),(2321,'March',2009,'08',1,'','2009-03-20',1,1,1),(2322,'March',2009,'10',3,'','2009-03-20',1,1,1),(2323,'March',2009,'11',2,'','2009-03-20',1,1,1),(2324,'March',2009,'14',1,'','2009-03-20',1,1,1),(2325,'March',2009,'15',6,'','2009-03-20',1,1,1),(2326,'March',2009,'04',1,'','2009-03-21',1,1,1),(2327,'March',2009,'09',1,'','2009-03-21',1,1,1),(2328,'March',2009,'11',4,'','2009-03-21',1,1,1),(2329,'March',2009,'12',2,'','2009-03-21',1,1,1),(2330,'March',2009,'14',1,'','2009-03-21',1,1,1),(2331,'March',2009,'15',4,'','2009-03-21',1,1,1),(2332,'March',2009,'16',2,'','2009-03-21',1,1,1),(2333,'March',2009,'01',1,'','2009-03-22',1,1,1),(2334,'March',2009,'05',1,'','2009-03-22',1,1,1),(2335,'March',2009,'12',26,'','2009-03-22',1,1,1),(2336,'March',2009,'14',2,'','2009-03-22',1,1,1),(2337,'March',2009,'00',1,'','2009-03-23',1,1,1),(2338,'March',2009,'13',1,'','2009-03-23',1,1,1),(2339,'March',2009,'14',1,'','2009-03-23',1,1,1),(2340,'March',2009,'15',1,'','2009-03-23',1,1,1),(2341,'March',2009,'16',3,'','2009-03-23',1,1,1),(2342,'March',2009,'17',1,'','2009-03-23',1,1,1),(2343,'March',2009,'19',1,'','2009-03-23',1,1,1),(2344,'March',2009,'22',1,'','2009-03-23',1,1,1),(2345,'March',2009,'02',1,'','2009-03-24',1,1,1),(2346,'March',2009,'03',1,'','2009-03-24',1,1,1),(2347,'March',2009,'04',1,'','2009-03-24',1,1,1),(2348,'March',2009,'05',1,'','2009-03-24',1,1,1),(2349,'March',2009,'10',3,'','2009-03-24',1,1,1),(2350,'March',2009,'11',17,'','2009-03-24',1,5,3.2353),(2351,'March',2009,'13',1,'','2009-03-24',1,1,1),(2352,'March',2009,'14',2,'','2009-03-24',1,1,1),(2353,'March',2009,'15',1,'','2009-03-24',1,1,1),(2354,'March',2009,'16',5,'','2009-03-24',1,2,1.6),(2355,'March',2009,'17',3,'','2009-03-24',1,2,1.66667),(2356,'March',2009,'18',3,'','2009-03-24',1,1,1),(2357,'March',2009,'19',4,'','2009-03-24',1,2,1.25),(2358,'March',2009,'20',3,'','2009-03-24',1,1,1),(2359,'March',2009,'02',1,'','2009-03-25',1,1,1),(2360,'March',2009,'05',2,'','2009-03-25',1,1,1),(2361,'March',2009,'08',1,'','2009-03-25',1,1,1),(2362,'March',2009,'11',1,'','2009-03-25',1,1,1),(2363,'March',2009,'12',1,'','2009-03-25',1,1,1),(2364,'March',2009,'00',6,'','2009-03-26',1,2,1.5),(2365,'March',2009,'01',3,'','2009-03-26',1,1,1),(2366,'March',2009,'02',4,'','2009-03-26',1,1,1),(2367,'March',2009,'03',1,'','2009-03-26',1,1,1),(2368,'March',2009,'05',1,'','2009-03-26',1,1,1),(2369,'March',2009,'06',2,'','2009-03-26',1,1,1),(2370,'March',2009,'09',1,'','2009-03-26',1,1,1),(2371,'March',2009,'10',1,'','2009-03-26',1,1,1),(2372,'March',2009,'15',1,'','2009-03-26',1,1,1),(2373,'March',2009,'17',1,'','2009-03-26',1,1,1),(2374,'March',2009,'23',2,'','2009-03-26',1,2,1.5),(2375,'March',2009,'00',39,'','2009-03-27',1,2,1.97435),(2376,'March',2009,'03',1,'','2009-03-27',1,1,1),(2377,'March',2009,'06',2,'','2009-03-27',1,1,1),(2378,'March',2009,'11',5,'','2009-03-27',1,1,1),(2379,'March',2009,'14',50,'','2009-03-27',1,2,1.96),(2380,'March',2009,'00',1,'','2009-03-28',1,1,1),(2381,'March',2009,'05',1,'','2009-03-28',1,1,1),(2382,'March',2009,'10',53,'','2009-03-28',1,2,1.94339),(2383,'March',2009,'11',1,'','2009-03-28',1,1,1),(2384,'March',2009,'12',1,'','2009-03-28',1,1,1),(2385,'March',2009,'13',1,'','2009-03-28',1,1,1),(2386,'March',2009,'15',2,'','2009-03-28',1,1,1),(2387,'March',2009,'16',2,'','2009-03-28',1,1,1),(2388,'March',2009,'17',1,'','2009-03-28',1,1,1),(2389,'March',2009,'20',1,'','2009-03-28',1,1,1),(2390,'March',2009,'21',1,'','2009-03-28',1,1,1),(2391,'March',2009,'00',1,'','2009-03-29',1,1,1),(2392,'March',2009,'06',17,'','2009-03-29',1,1,1),(2393,'March',2009,'07',2,'','2009-03-29',1,1,1),(2394,'March',2009,'11',3,'','2009-03-29',1,1,1),(2395,'March',2009,'12',6,'','2009-03-29',1,2,1.16667),(2396,'March',2009,'13',3,'','2009-03-29',1,1,1),(2397,'March',2009,'14',2,'','2009-03-29',1,1,1),(2398,'March',2009,'15',2,'','2009-03-29',1,1,1),(2399,'March',2009,'23',1,'','2009-03-29',1,1,1),(2400,'March',2009,'14',1,'','2009-03-30',1,1,1),(2401,'March',2009,'15',2,'','2009-03-30',1,1,1),(2402,'March',2009,'16',6,'','2009-03-30',1,1,1),(2403,'March',2009,'17',3,'','2009-03-30',1,1,1),(2404,'March',2009,'20',3,'','2009-03-30',1,1,1),(2405,'March',2009,'21',1,'','2009-03-30',1,1,1),(2406,'March',2009,'02',1,'','2009-03-31',1,1,1),(2407,'March',2009,'07',1,'','2009-03-31',1,1,1),(2408,'March',2009,'09',1,'','2009-03-31',1,1,1),(2409,'March',2009,'12',13,'','2009-03-31',1,5,3.53847),(2410,'March',2009,'17',2,'','2009-03-31',1,1,1),(2411,'March',2009,'21',3,'','2009-03-31',1,1,1),(2412,'March',2009,'22',53,'','2009-03-31',1,2,1.86793),(2413,'March',2009,'23',4,'','2009-03-31',1,1,1),(2414,'April',2009,'00',4,'','2009-04-01',1,2,1.5),(2415,'April',2009,'01',3,'','2009-04-01',1,1,1),(2416,'April',2009,'02',7,'','2009-04-01',1,2,1.28571),(2417,'April',2009,'03',5,'','2009-04-01',1,1,1),(2418,'April',2009,'05',5,'','2009-04-01',1,2,1.2),(2419,'April',2009,'08',1,'','2009-04-01',1,1,1),(2420,'April',2009,'09',1,'','2009-04-01',1,1,1),(2421,'April',2009,'12',2,'','2009-04-01',1,2,1.5),(2422,'April',2009,'14',4,'','2009-04-01',1,1,1),(2423,'April',2009,'15',1,'','2009-04-01',1,1,1),(2424,'April',2009,'18',2,'','2009-04-01',1,1,1),(2425,'April',2009,'20',4,'','2009-04-01',1,3,1.75),(2426,'April',2009,'21',2,'','2009-04-01',1,1,1),(2427,'April',2009,'22',2,'','2009-04-01',1,1,1),(2428,'April',2009,'23',1,'','2009-04-01',1,1,1),(2429,'April',2009,'00',4,'','2009-04-02',1,1,1),(2430,'April',2009,'01',1,'','2009-04-02',1,1,1),(2431,'April',2009,'03',3,'','2009-04-02',1,1,1),(2432,'April',2009,'04',1,'','2009-04-02',1,1,1),(2433,'April',2009,'05',3,'','2009-04-02',1,1,1),(2434,'April',2009,'06',1,'','2009-04-02',2,2,2),(2435,'April',2009,'09',1,'','2009-04-02',1,1,1),(2436,'April',2009,'10',1,'','2009-04-02',1,1,1),(2437,'April',2009,'11',2,'','2009-04-02',1,1,1),(2438,'April',2009,'13',1,'','2009-04-02',1,1,1),(2439,'April',2009,'23',1,'','2009-04-02',1,1,1),(2440,'April',2009,'00',1,'','2009-04-03',1,1,1),(2441,'April',2009,'18',1,'','2009-04-03',1,1,1),(2442,'April',2009,'19',2,'','2009-04-03',1,1,1),(2443,'April',2009,'20',1,'','2009-04-03',1,1,1),(2444,'April',2009,'00',1,'','2009-04-04',1,1,1),(2445,'April',2009,'03',1,'','2009-04-04',1,1,1),(2446,'April',2009,'04',1,'','2009-04-04',1,1,1),(2447,'April',2009,'05',1,'','2009-04-04',1,1,1),(2448,'April',2009,'11',1,'','2009-04-04',1,1,1),(2449,'April',2009,'00',1,'','2009-04-05',1,1,1),(2450,'April',2009,'06',15,'','2009-04-05',1,1,1),(2451,'April',2009,'08',1,'','2009-04-05',1,1,1),(2452,'April',2009,'10',1,'','2009-04-05',1,1,1),(2453,'April',2009,'11',2,'','2009-04-05',1,2,1.5),(2454,'April',2009,'12',1,'','2009-04-05',1,1,1),(2455,'April',2009,'17',1,'','2009-04-05',1,1,1),(2456,'April',2009,'23',1,'','2009-04-05',1,1,1),(2457,'April',2009,'03',1,'','2009-04-06',1,1,1),(2458,'April',2009,'06',1,'','2009-04-06',1,1,1),(2459,'April',2009,'07',2,'','2009-04-06',1,1,1),(2460,'April',2009,'09',1,'','2009-04-06',1,1,1),(2461,'April',2009,'12',1,'','2009-04-06',1,1,1),(2462,'April',2009,'17',3,'','2009-04-06',1,2,1.66667),(2463,'April',2009,'18',7,'2aaff5381499983ee9575a19a8cedc59','2009-04-06',1,2,1.28571),(2464,'April',2009,'22',1,'','2009-04-06',1,1,1),(2465,'April',2009,'08',1,'','2009-04-07',1,1,1),(2466,'April',2009,'15',1,'','2009-04-07',1,1,1),(2467,'April',2009,'16',3,'','2009-04-07',1,1,1),(2468,'April',2009,'17',2,'','2009-04-07',1,1,1),(2469,'April',2009,'18',1,'','2009-04-07',1,1,1),(2470,'April',2009,'00',1,'','2009-04-08',1,1,1),(2471,'April',2009,'04',3,'e9ca3fb8c8869b21bcae0f4f25dae383','2009-04-08',1,1,1),(2472,'April',2009,'06',1,'','2009-04-08',1,1,1),(2473,'April',2009,'10',1,'','2009-04-08',1,1,1),(2474,'April',2009,'18',27,'','2009-04-08',1,2,1.07407),(2475,'April',2009,'19',1,'','2009-04-08',1,1,1),(2476,'April',2009,'00',2,'','2009-04-09',1,2,1.5),(2477,'April',2009,'01',2,'','2009-04-09',1,2,1.5),(2478,'April',2009,'05',1,'','2009-04-09',1,1,1),(2479,'April',2009,'06',2,'','2009-04-09',1,2,1.5),(2480,'April',2009,'08',2,'','2009-04-09',1,2,1.5),(2481,'April',2009,'11',1,'','2009-04-09',1,1,1),(2482,'April',2009,'13',1,'','2009-04-09',1,1,1),(2483,'April',2009,'14',11,'','2009-04-09',1,5,3.45455),(2484,'April',2009,'17',5,'','2009-04-09',1,1,1),(2485,'April',2009,'18',3,'','2009-04-09',1,1,1),(2486,'April',2009,'19',3,'','2009-04-09',1,1,1),(2487,'April',2009,'04',2,'','2009-04-10',1,1,1),(2488,'April',2009,'06',1,'','2009-04-10',1,1,1),(2489,'April',2009,'12',1,'','2009-04-10',1,1,1),(2490,'April',2009,'20',1,'','2009-04-10',1,1,1),(2491,'April',2009,'21',2,'','2009-04-10',1,1,1),(2492,'April',2009,'22',7,'','2009-04-10',1,1,1),(2493,'April',2009,'23',4,'','2009-04-10',1,1,1),(2494,'April',2009,'00',4,'','2009-04-11',1,1,1),(2495,'April',2009,'01',2,'','2009-04-11',1,1,1),(2496,'April',2009,'06',1,'','2009-04-11',1,1,1),(2497,'April',2009,'13',1,'','2009-04-11',1,1,1),(2498,'April',2009,'14',1,'','2009-04-11',1,1,1),(2499,'April',2009,'02',1,'','2009-04-12',1,1,1),(2500,'April',2009,'04',1,'','2009-04-12',1,1,1),(2501,'April',2009,'09',1,'','2009-04-12',1,1,1),(2502,'April',2009,'01',1,'','2009-04-13',1,1,1),(2503,'April',2009,'07',1,'','2009-04-13',1,1,1),(2504,'April',2009,'08',2,'','2009-04-13',1,1,1),(2505,'April',2009,'11',1,'','2009-04-13',1,1,1),(2506,'April',2009,'12',3,'','2009-04-13',1,1,1),(2507,'April',2009,'13',3,'','2009-04-13',1,1,1),(2508,'April',2009,'08',2,'','2009-04-14',1,1,1),(2509,'April',2009,'10',3,'','2009-04-14',1,1,1),(2510,'April',2009,'12',1,'','2009-04-14',1,1,1),(2511,'April',2009,'14',2,'','2009-04-14',1,1,1),(2512,'April',2009,'15',1,'','2009-04-14',1,1,1),(2513,'April',2009,'17',5,'','2009-04-14',1,1,1),(2514,'April',2009,'18',1,'','2009-04-14',1,1,1),(2515,'April',2009,'19',1,'','2009-04-14',1,1,1),(2516,'April',2009,'20',1,'','2009-04-14',1,1,1),(2517,'April',2009,'08',1,'','2009-04-15',1,1,1),(2518,'April',2009,'09',3,'','2009-04-15',1,1,1),(2519,'April',2009,'14',3,'','2009-04-15',1,2,1.66667),(2520,'April',2009,'15',1,'','2009-04-15',1,1,1),(2521,'April',2009,'20',1,'','2009-04-15',1,1,1),(2522,'April',2009,'03',2,'','2009-04-16',1,2,1.5),(2523,'April',2009,'08',3,'','2009-04-16',1,1,1),(2524,'April',2009,'09',26,'','2009-04-16',1,2,1.19232),(2525,'April',2009,'10',5,'','2009-04-16',1,1,1),(2526,'April',2009,'11',1,'','2009-04-16',1,1,1),(2527,'April',2009,'12',1,'','2009-04-16',1,1,1),(2528,'April',2009,'17',1,'','2009-04-16',1,1,1),(2529,'April',2009,'00',1,'','2009-04-17',1,1,1),(2530,'April',2009,'03',1,'','2009-04-17',1,1,1),(2531,'April',2009,'07',1,'','2009-04-17',1,1,1),(2532,'April',2009,'08',3,'','2009-04-17',1,1,1),(2533,'April',2009,'09',3,'','2009-04-17',1,1,1),(2534,'April',2009,'10',2,'','2009-04-17',1,1,1),(2535,'April',2009,'11',3,'','2009-04-17',1,1,1),(2536,'April',2009,'23',1,'','2009-04-17',1,1,1),(2537,'April',2009,'08',1,'','2009-04-18',1,1,1),(2538,'April',2009,'10',1,'','2009-04-18',1,1,1),(2539,'April',2009,'17',1,'','2009-04-18',1,1,1),(2540,'April',2009,'07',1,'','2009-04-19',1,1,1),(2541,'April',2009,'08',3,'','2009-04-19',1,1,1),(2542,'April',2009,'10',1,'','2009-04-19',1,1,1),(2543,'April',2009,'11',2,'','2009-04-19',1,1,1),(2544,'April',2009,'12',2,'','2009-04-19',1,1,1),(2545,'April',2009,'16',1,'','2009-04-19',1,1,1),(2546,'April',2009,'13',1,'','2009-04-20',1,1,1),(2547,'April',2009,'14',3,'','2009-04-20',1,1,1),(2548,'April',2009,'15',1,'','2009-04-20',1,1,1),(2549,'April',2009,'16',2,'','2009-04-20',1,1,1),(2550,'April',2009,'19',1,'','2009-04-20',1,1,1),(2551,'April',2009,'20',1,'','2009-04-20',1,1,1),(2552,'April',2009,'16',1,'','2009-04-21',1,1,1),(2553,'April',2009,'17',1,'','2009-04-21',1,1,1),(2554,'April',2009,'18',2,'','2009-04-21',1,1,1),(2555,'April',2009,'19',3,'','2009-04-21',1,1,1),(2556,'April',2009,'00',4,'','2009-04-22',1,1,1),(2557,'April',2009,'01',1,'','2009-04-22',1,1,1),(2558,'April',2009,'04',10,'','2009-04-22',1,1,1),(2559,'April',2009,'08',13,'','2009-04-22',1,2,1.23077),(2560,'April',2009,'09',2,'','2009-04-22',1,1,1),(2561,'April',2009,'10',2,'','2009-04-22',1,1,1),(2562,'April',2009,'12',8,'','2009-04-22',1,1,1),(2563,'April',2009,'00',1,'','2009-04-23',1,1,1),(2564,'April',2009,'02',1,'','2009-04-23',1,1,1),(2565,'April',2009,'03',1,'','2009-04-23',1,1,1),(2566,'April',2009,'09',7,'','2009-04-23',1,1,1),(2567,'April',2009,'10',1,'','2009-04-23',1,1,1),(2568,'April',2009,'13',1,'','2009-04-23',1,1,1),(2569,'April',2009,'14',10,'','2009-04-23',1,1,1),(2570,'April',2009,'17',10,'','2009-04-23',1,1,1),(2571,'April',2009,'20',1,'','2009-04-23',1,1,1),(2572,'April',2009,'21',1,'','2009-04-23',1,1,1),(2573,'April',2009,'05',1,'','2009-04-24',1,1,1),(2574,'April',2009,'06',1,'','2009-04-24',1,1,1),(2575,'April',2009,'07',2,'','2009-04-24',1,1,1),(2576,'April',2009,'10',2,'','2009-04-24',1,1,1),(2577,'April',2009,'11',2,'','2009-04-24',1,1,1),(2578,'April',2009,'12',2,'','2009-04-24',1,2,1.5),(2579,'April',2009,'14',3,'','2009-04-24',1,1,1),(2580,'April',2009,'17',1,'','2009-04-24',1,1,1),(2581,'April',2009,'07',2,'','2009-04-25',1,1,1),(2582,'April',2009,'09',1,'','2009-04-25',1,1,1),(2583,'April',2009,'12',1,'','2009-04-25',1,1,1),(2584,'April',2009,'13',1,'','2009-04-25',1,1,1),(2585,'April',2009,'17',1,'','2009-04-25',1,1,1),(2586,'April',2009,'18',2,'','2009-04-25',1,1,1),(2587,'April',2009,'19',3,'','2009-04-25',1,1,1),(2588,'April',2009,'11',2,'','2009-04-26',1,1,1),(2589,'April',2009,'14',1,'','2009-04-26',1,1,1),(2590,'April',2009,'18',2,'','2009-04-26',1,1,1),(2591,'April',2009,'19',1,'','2009-04-26',1,1,1),(2592,'April',2009,'01',2,'','2009-04-27',1,2,1.5),(2593,'April',2009,'02',1,'','2009-04-27',1,1,1),(2594,'April',2009,'10',1,'','2009-04-27',1,1,1),(2595,'April',2009,'12',3,'','2009-04-27',1,1,1),(2596,'April',2009,'17',1,'','2009-04-27',1,1,1),(2597,'April',2009,'18',1,'','2009-04-27',1,1,1),(2598,'April',2009,'21',2,'','2009-04-27',1,1,1),(2599,'April',2009,'22',1,'','2009-04-27',1,1,1),(2600,'April',2009,'09',1,'','2009-04-28',1,1,1),(2601,'April',2009,'12',1,'','2009-04-28',1,1,1),(2602,'April',2009,'13',1,'3d09471c6bafb77bb3fb4df5fed6456e','2009-04-28',1,1,1),(2603,'April',2009,'20',1,'','2009-04-28',1,1,1),(2604,'April',2009,'21',2,'','2009-04-28',1,1,1),(2605,'April',2009,'23',1,'','2009-04-28',1,1,1),(2606,'April',2009,'00',1,'','2009-04-29',1,1,1),(2607,'April',2009,'21',10,'','2009-04-29',1,1,1),(2608,'April',2009,'22',20,'','2009-04-29',1,5,4.09999),(2609,'April',2009,'05',1,'','2009-04-30',1,1,1),(2610,'April',2009,'11',2,'','2009-04-30',1,1,1),(2611,'April',2009,'22',1,'','2009-04-30',1,1,1),(2612,'May',2009,'04',27,'','2009-05-01',1,1,1),(2613,'May',2009,'08',1,'','2009-05-01',1,1,1),(2614,'May',2009,'11',3,'','2009-05-01',1,1,1),(2615,'May',2009,'12',3,'','2009-05-01',1,1,1),(2616,'May',2009,'13',3,'','2009-05-01',1,1,1),(2617,'May',2009,'14',1,'','2009-05-01',1,1,1),(2618,'May',2009,'15',1,'','2009-05-01',1,1,1),(2619,'May',2009,'14',1,'','2009-05-02',1,1,1),(2620,'May',2009,'15',1,'','2009-05-02',1,1,1),(2621,'May',2009,'16',1,'','2009-05-02',1,1,1),(2622,'May',2009,'13',1,'','2009-05-03',1,1,1),(2623,'May',2009,'14',2,'','2009-05-03',1,1,1),(2624,'May',2009,'16',1,'','2009-05-03',1,1,1),(2625,'May',2009,'00',1,'','2009-05-04',1,1,1),(2626,'May',2009,'14',2,'','2009-05-04',1,1,1),(2627,'May',2009,'19',3,'','2009-05-04',1,1,1),(2628,'May',2009,'20',4,'','2009-05-04',1,1,1),(2629,'May',2009,'22',1,'','2009-05-04',1,1,1),(2630,'May',2009,'04',1,'','2009-05-05',1,1,1),(2631,'May',2009,'05',1,'','2009-05-05',1,1,1),(2632,'May',2009,'08',2,'','2009-05-05',1,1,1),(2633,'May',2009,'09',1,'','2009-05-05',1,1,1),(2634,'May',2009,'20',1,'','2009-05-05',1,1,1),(2635,'May',2009,'21',4,'','2009-05-05',1,2,1.25),(2636,'May',2009,'22',3,'','2009-05-05',1,1,1),(2637,'May',2009,'07',1,'','2009-05-06',1,1,1),(2638,'May',2009,'08',2,'','2009-05-06',1,1,1),(2639,'May',2009,'13',1,'','2009-05-06',1,1,1),(2640,'May',2009,'14',1,'','2009-05-06',1,1,1),(2641,'May',2009,'08',1,'','2009-05-07',1,1,1),(2642,'May',2009,'09',4,'','2009-05-07',1,2,1.5),(2643,'May',2009,'07',2,'','2009-05-09',1,1,1),(2644,'May',2009,'08',2,'','2009-05-09',1,1,1),(2645,'May',2009,'10',2,'','2009-05-09',1,2,1.5),(2646,'May',2009,'11',2,'','2009-05-09',1,2,1.5),(2647,'May',2009,'12',2,'','2009-05-09',1,1,1),(2648,'May',2009,'03',4,'','2009-05-10',1,1,1),(2649,'May',2009,'09',1,'','2009-05-10',1,1,1),(2650,'May',2009,'11',2,'','2009-05-10',1,1,1),(2651,'May',2009,'14',1,'','2009-05-10',1,1,1),(2652,'May',2009,'03',2,'','2009-05-11',1,1,1),(2653,'May',2009,'04',1,'','2009-05-11',1,1,1),(2654,'May',2009,'10',1,'','2009-05-11',1,1,1),(2655,'May',2009,'12',1,'','2009-05-11',1,1,1),(2656,'May',2009,'06',1,'','2009-05-12',1,1,1),(2657,'May',2009,'18',1,'','2009-05-12',1,1,1),(2658,'May',2009,'07',1,'','2009-05-13',1,1,1),(2659,'May',2009,'13',3,'','2009-05-13',1,2,1.33333),(2660,'May',2009,'14',22,'','2009-05-13',1,2,1.95454),(2661,'May',2009,'23',1,'','2009-05-13',1,1,1),(2662,'May',2009,'12',7,'','2009-05-14',1,2,1.57143),(2663,'May',2009,'13',2,'','2009-05-14',1,2,1.5),(2664,'May',2009,'15',1,'','2009-05-14',1,1,1),(2665,'May',2009,'17',1,'','2009-05-14',1,1,1),(2666,'May',2009,'18',1,'','2009-05-14',1,1,1),(2667,'May',2009,'03',1,'','2009-05-15',1,1,1),(2668,'May',2009,'14',3,'','2009-05-15',1,1,1),(2669,'May',2009,'21',1,'','2009-05-15',1,1,1),(2670,'May',2009,'00',1,'','2009-05-16',1,1,1),(2671,'May',2009,'02',1,'','2009-05-16',1,1,1),(2672,'May',2009,'10',1,'','2009-05-16',1,1,1),(2673,'May',2009,'16',2,'','2009-05-16',1,1,1),(2674,'May',2009,'06',2,'','2009-05-17',1,1,1),(2675,'May',2009,'14',1,'','2009-05-17',1,1,1),(2676,'May',2009,'00',2,'','2009-05-18',1,1,1),(2677,'May',2009,'01',2,'','2009-05-18',1,1,1),(2678,'May',2009,'09',4,'','2009-05-18',1,1,1),(2679,'May',2009,'10',3,'','2009-05-18',1,1,1),(2680,'May',2009,'12',2,'','2009-05-18',1,1,1),(2681,'May',2009,'17',3,'','2009-05-18',1,1,1),(2682,'May',2009,'19',2,'','2009-05-18',1,1,1),(2683,'May',2009,'22',1,'','2009-05-19',1,1,1),(2684,'May',2009,'00',1,'','2009-05-20',1,1,1),(2685,'May',2009,'20',2,'','2009-05-20',1,1,1),(2686,'May',2009,'09',7,'','2009-05-21',1,1,1),(2687,'May',2009,'22',1,'','2009-05-21',1,1,1),(2688,'May',2009,'02',1,'','2009-05-22',1,1,1),(2689,'May',2009,'03',2,'','2009-05-22',1,1,1),(2690,'May',2009,'04',1,'','2009-05-22',1,1,1),(2691,'May',2009,'05',3,'','2009-05-22',1,1,1),(2692,'May',2009,'06',2,'','2009-05-22',1,1,1),(2693,'May',2009,'07',6,'','2009-05-22',1,2,1.33333),(2694,'May',2009,'08',1,'','2009-05-22',1,1,1),(2695,'May',2009,'09',4,'','2009-05-22',1,2,1.25),(2696,'May',2009,'10',1,'','2009-05-22',1,1,1),(2697,'May',2009,'11',6,'','2009-05-22',1,3,1.5),(2698,'May',2009,'12',1,'','2009-05-22',1,1,1),(2699,'May',2009,'13',2,'','2009-05-22',1,1,1),(2700,'May',2009,'16',7,'','2009-05-22',1,1,1),(2701,'May',2009,'02',1,'','2009-05-23',1,1,1),(2702,'May',2009,'04',1,'','2009-05-23',1,1,1),(2703,'May',2009,'08',2,'','2009-05-23',1,1,1),(2704,'May',2009,'09',3,'','2009-05-23',1,1,1),(2705,'May',2009,'10',2,'','2009-05-23',1,1,1),(2706,'May',2009,'13',2,'','2009-05-23',1,1,1),(2707,'May',2009,'20',1,'','2009-05-23',1,1,1),(2708,'May',2009,'09',1,'','2009-05-24',1,1,1),(2709,'May',2009,'13',1,'','2009-05-24',1,1,1),(2710,'May',2009,'14',1,'','2009-05-24',1,1,1),(2711,'May',2009,'08',1,'','2009-05-25',1,1,1),(2712,'May',2009,'17',1,'','2009-05-25',1,1,1),(2713,'May',2009,'19',1,'','2009-05-25',1,1,1),(2714,'May',2009,'23',1,'','2009-05-25',1,1,1),(2715,'May',2009,'02',1,'','2009-05-26',1,1,1),(2716,'May',2009,'07',1,'','2009-05-26',1,1,1),(2717,'May',2009,'11',2,'','2009-05-26',1,1,1),(2718,'May',2009,'12',1,'','2009-05-26',1,1,1),(2719,'May',2009,'13',1,'','2009-05-26',1,1,1),(2720,'May',2009,'21',3,'','2009-05-26',1,1,1),(2721,'May',2009,'23',2,'','2009-05-26',1,1,1),(2722,'May',2009,'00',1,'','2009-05-27',1,1,1),(2723,'May',2009,'03',2,'','2009-05-27',1,1,1),(2724,'May',2009,'05',1,'','2009-05-27',1,1,1),(2725,'May',2009,'06',1,'','2009-05-27',1,1,1),(2726,'May',2009,'10',3,'','2009-05-27',1,1,1),(2727,'May',2009,'11',3,'','2009-05-27',1,1,1),(2728,'May',2009,'17',1,'','2009-05-27',1,1,1),(2729,'May',2009,'18',1,'','2009-05-27',1,1,1),(2730,'May',2009,'23',1,'','2009-05-27',1,1,1),(2731,'May',2009,'01',1,'','2009-05-28',1,1,1),(2732,'May',2009,'02',1,'','2009-05-28',1,1,1),(2733,'May',2009,'09',3,'','2009-05-28',1,1,1),(2734,'May',2009,'10',12,'','2009-05-28',1,2,1.41667),(2735,'May',2009,'11',1,'','2009-05-28',1,1,1),(2736,'May',2009,'09',1,'','2009-05-29',1,1,1),(2737,'May',2009,'10',1,'','2009-05-29',1,1,1),(2738,'May',2009,'00',1,'','2009-05-30',1,1,1),(2739,'May',2009,'08',1,'','2009-05-30',1,1,1),(2740,'May',2009,'00',4,'','2009-05-31',1,1,1),(2741,'May',2009,'12',2,'','2009-05-31',1,1,1),(2742,'May',2009,'13',2,'','2009-05-31',1,1,1),(2743,'May',2009,'16',1,'','2009-05-31',1,1,1),(2744,'June',2009,'01',2,'','2009-06-01',1,1,1),(2745,'June',2009,'10',10,'','2009-06-01',1,1,1),(2746,'June',2009,'11',1,'','2009-06-01',1,1,1),(2747,'June',2009,'12',1,'','2009-06-01',1,1,1),(2748,'June',2009,'13',2,'','2009-06-01',1,1,1),(2749,'June',2009,'14',1,'','2009-06-01',1,1,1),(2750,'June',2009,'22',1,'','2009-06-01',1,1,1),(2751,'June',2009,'23',1,'','2009-06-01',1,1,1),(2752,'June',2009,'04',1,'','2009-06-02',1,1,1),(2753,'June',2009,'15',1,'','2009-06-02',1,1,1),(2754,'June',2009,'18',1,'','2009-06-02',1,1,1),(2755,'June',2009,'19',2,'','2009-06-02',1,1,1),(2756,'June',2009,'20',2,'','2009-06-02',1,1,1),(2757,'June',2009,'23',1,'','2009-06-02',1,1,1),(2758,'June',2009,'01',2,'','2009-06-03',1,1,1),(2759,'June',2009,'02',1,'','2009-06-03',1,1,1),(2760,'June',2009,'03',2,'','2009-06-03',1,1,1),(2761,'June',2009,'04',1,'','2009-06-03',1,1,1),(2762,'June',2009,'07',2,'','2009-06-03',1,1,1),(2763,'June',2009,'08',3,'','2009-06-03',1,2,1.33333),(2764,'June',2009,'13',1,'','2009-06-03',1,1,1),(2765,'June',2009,'20',2,'','2009-06-03',1,1,1),(2766,'June',2009,'00',1,'','2009-06-04',1,1,1),(2767,'June',2009,'01',1,'','2009-06-04',1,1,1),(2768,'June',2009,'02',7,'','2009-06-04',1,1,1),(2769,'June',2009,'04',10,'','2009-06-04',1,1,1),(2770,'June',2009,'06',8,'','2009-06-04',1,1,1),(2771,'June',2009,'07',1,'','2009-06-04',1,1,1),(2772,'June',2009,'09',3,'','2009-06-04',1,2,1.33333),(2773,'June',2009,'10',1,'','2009-06-04',1,1,1),(2774,'June',2009,'12',1,'','2009-06-04',1,1,1),(2775,'June',2009,'13',3,'','2009-06-04',1,1,1),(2776,'June',2009,'17',1,'','2009-06-04',1,1,1),(2777,'June',2009,'18',1,'','2009-06-04',1,1,1),(2778,'June',2009,'19',1,'','2009-06-04',2,2,2),(2779,'June',2009,'21',10,'','2009-06-04',1,1,1),(2780,'June',2009,'23',10,'','2009-06-04',1,1,1),(2781,'June',2009,'01',5,'','2009-06-05',1,1,1),(2782,'June',2009,'06',1,'','2009-06-05',1,1,1),(2783,'June',2009,'07',1,'','2009-06-05',1,1,1),(2784,'June',2009,'08',3,'','2009-06-05',1,1,1),(2785,'June',2009,'09',1,'','2009-06-05',1,1,1),(2786,'June',2009,'10',1,'','2009-06-05',1,1,1),(2787,'June',2009,'10',1,'','2009-06-06',1,1,1),(2788,'June',2009,'12',1,'','2009-06-06',1,1,1),(2789,'June',2009,'13',1,'','2009-06-06',1,1,1),(2790,'June',2009,'16',1,'','2009-06-06',1,1,1),(2791,'June',2009,'17',2,'','2009-06-06',1,2,1.5),(2792,'June',2009,'01',1,'','2009-06-07',1,1,1),(2793,'June',2009,'14',1,'','2009-06-07',1,1,1),(2794,'June',2009,'15',1,'','2009-06-07',1,1,1),(2795,'June',2009,'16',1,'','2009-06-07',1,1,1),(2796,'June',2009,'17',1,'','2009-06-07',1,1,1),(2797,'June',2009,'20',1,'','2009-06-07',1,1,1),(2798,'June',2009,'01',1,'','2009-06-08',1,1,1),(2799,'June',2009,'02',1,'','2009-06-08',1,1,1),(2800,'June',2009,'16',1,'','2009-06-08',1,1,1),(2801,'June',2009,'20',1,'','2009-06-08',1,1,1),(2802,'June',2009,'14',3,'','2009-06-09',1,1,1),(2803,'June',2009,'22',1,'','2009-06-09',1,1,1),(2804,'June',2009,'22',3,'','2009-06-09',1,1,1),(2805,'June',2009,'04',1,'','2009-06-10',1,1,1),(2806,'June',2009,'04',2,'','2009-06-10',1,1,1),(2807,'June',2009,'05',1,'','2009-06-11',1,1,1),(2808,'June',2009,'11',1,'','2009-06-11',1,1,1),(2809,'June',2009,'21',1,'','2009-06-11',1,1,1),(2810,'June',2009,'12',3,'','2009-06-12',1,1,1),(2811,'June',2009,'22',1,'','2009-06-12',1,1,1),(2812,'June',2009,'03',1,'','2009-06-13',1,1,1),(2813,'June',2009,'04',1,'','2009-06-13',1,1,1),(2814,'June',2009,'12',1,'','2009-06-13',1,1,1),(2815,'June',2009,'20',1,'','2009-06-13',1,1,1),(2816,'June',2009,'01',1,'','2009-06-14',1,1,1),(2817,'June',2009,'05',27,'','2009-06-14',1,1,1),(2818,'June',2009,'06',2,'','2009-06-14',1,1,1),(2819,'June',2009,'13',3,'','2009-06-14',1,1,1),(2820,'June',2009,'20',1,'','2009-06-14',1,1,1),(2821,'June',2009,'23',4,'','2009-06-14',1,2,1.5),(2822,'June',2009,'03',1,'','2009-06-15',1,1,1),(2823,'June',2009,'03',3,'','2009-06-15',1,1,1),(2824,'June',2009,'05',1,'','2009-06-15',1,1,1),(2825,'June',2009,'06',1,'','2009-06-15',1,1,1),(2826,'June',2009,'07',2,'','2009-06-15',1,1,1),(2827,'June',2009,'14',2,'','2009-06-15',1,1,1),(2828,'June',2009,'15',2,'','2009-06-15',1,1,1),(2829,'June',2009,'00',1,'','2009-06-16',1,1,1),(2830,'June',2009,'02',1,'','2009-06-16',1,1,1),(2831,'June',2009,'03',2,'','2009-06-16',1,1,1),(2832,'June',2009,'04',1,'','2009-06-16',1,1,1),(2833,'June',2009,'07',2,'','2009-06-16',1,1,1),(2834,'June',2009,'08',1,'','2009-06-16',1,1,1),(2835,'June',2009,'09',5,'','2009-06-16',1,2,1.2),(2836,'June',2009,'11',28,'','2009-06-16',1,3,1.10715),(2837,'June',2009,'13',2,'','2009-06-16',1,1,1),(2838,'June',2009,'14',2,'','2009-06-16',1,2,1.5),(2839,'June',2009,'19',1,'','2009-06-16',1,1,1),(2840,'June',2009,'22',1,'','2009-06-16',1,1,1),(2841,'June',2009,'02',2,'','2009-06-17',1,1,1),(2842,'June',2009,'03',1,'','2009-06-17',1,1,1),(2843,'June',2009,'05',1,'','2009-06-17',1,1,1),(2844,'June',2009,'07',1,'','2009-06-17',1,1,1),(2845,'June',2009,'08',2,'','2009-06-17',1,2,1.5),(2846,'June',2009,'11',1,'','2009-06-17',1,1,1),(2847,'June',2009,'12',1,'','2009-06-17',1,1,1),(2848,'June',2009,'13',1,'','2009-06-17',1,1,1),(2849,'June',2009,'15',3,'','2009-06-17',1,1,1),(2850,'June',2009,'17',1,'','2009-06-17',1,1,1),(2851,'June',2009,'01',1,'','2009-06-18',1,1,1),(2852,'June',2009,'04',1,'','2009-06-18',1,1,1),(2853,'June',2009,'07',2,'','2009-06-18',1,2,1.5),(2854,'June',2009,'08',16,'','2009-06-18',1,1,1),(2855,'June',2009,'09',2,'','2009-06-18',1,2,1.5),(2856,'June',2009,'10',2,'','2009-06-18',1,1,1),(2857,'June',2009,'13',1,'','2009-06-18',1,1,1),(2858,'June',2009,'14',1,'','2009-06-18',1,1,1),(2859,'June',2009,'15',1,'','2009-06-18',1,1,1),(2860,'June',2009,'20',1,'','2009-06-18',1,1,1),(2861,'June',2009,'00',1,'','2009-06-19',1,1,1),(2862,'June',2009,'09',3,'','2009-06-19',1,1,1),(2863,'June',2009,'10',1,'','2009-06-19',1,1,1),(2864,'June',2009,'11',1,'','2009-06-19',1,1,1),(2865,'June',2009,'12',2,'','2009-06-19',1,1,1),(2866,'June',2009,'13',1,'','2009-06-19',1,1,1),(2867,'June',2009,'14',1,'','2009-06-19',1,1,1),(2868,'June',2009,'17',26,'','2009-06-19',1,1,1),(2869,'June',2009,'20',1,'','2009-06-19',1,1,1),(2870,'June',2009,'08',1,'','2009-06-20',1,1,1),(2871,'June',2009,'09',20,'','2009-06-20',1,1,1),(2872,'June',2009,'11',2,'','2009-06-20',1,1,1),(2873,'June',2009,'12',4,'','2009-06-20',1,1,1),(2874,'June',2009,'13',5,'','2009-06-20',1,2,1.2),(2875,'June',2009,'14',1,'','2009-06-20',1,1,1),(2876,'June',2009,'15',1,'','2009-06-20',1,1,1),(2877,'June',2009,'08',30,'','2009-06-21',1,1,1),(2878,'June',2009,'16',2,'','2009-06-21',1,1,1),(2879,'June',2009,'17',2,'','2009-06-21',1,1,1),(2880,'June',2009,'20',1,'','2009-06-21',1,1,1),(2881,'June',2009,'02',1,'','2009-06-22',1,1,1),(2882,'June',2009,'07',1,'','2009-06-22',2,2,2),(2883,'June',2009,'12',7,'','2009-06-22',1,1,1),(2884,'June',2009,'13',10,'','2009-06-22',1,1,1),(2885,'June',2009,'14',16,'','2009-06-22',1,5,2.12501),(2886,'June',2009,'16',11,'','2009-06-22',1,2,1.09091),(2887,'June',2009,'17',11,'','2009-06-22',1,1,1),(2888,'June',2009,'18',3,'','2009-06-22',1,1,1),(2889,'June',2009,'21',2,'','2009-06-22',1,1,1),(2890,'June',2009,'09',1,'','2009-06-23',1,1,1),(2891,'June',2009,'11',3,'','2009-06-23',1,1,1),(2892,'June',2009,'13',5,'','2009-06-23',1,2,1.6),(2893,'June',2009,'15',2,'','2009-06-23',1,1,1),(2894,'June',2009,'17',1,'','2009-06-23',1,1,1),(2895,'June',2009,'18',1,'','2009-06-23',1,1,1),(2896,'June',2009,'05',2,'','2009-06-24',1,1,1),(2897,'June',2009,'12',3,'','2009-06-24',1,1,1),(2898,'June',2009,'13',25,'','2009-06-24',1,2,1.23999),(2899,'June',2009,'14',1,'','2009-06-24',1,1,1),(2900,'June',2009,'15',1,'','2009-06-24',1,1,1),(2901,'June',2009,'23',1,'','2009-06-24',1,1,1),(2902,'June',2009,'04',1,'','2009-06-25',1,1,1),(2903,'June',2009,'07',1,'','2009-06-25',1,1,1),(2904,'June',2009,'09',1,'','2009-06-25',1,1,1),(2905,'June',2009,'10',7,'','2009-06-25',1,2,1.14286),(2906,'June',2009,'11',4,'','2009-06-25',2,2,2),(2907,'June',2009,'13',1,'','2009-06-25',1,1,1),(2908,'June',2009,'14',1,'','2009-06-25',1,1,1),(2909,'June',2009,'16',2,'','2009-06-25',1,1,1),(2910,'June',2009,'17',2,'','2009-06-25',1,2,1.5),(2911,'June',2009,'23',1,'','2009-06-25',1,1,1),(2912,'June',2009,'00',1,'','2009-06-26',1,1,1),(2913,'June',2009,'02',1,'','2009-06-26',1,1,1),(2914,'June',2009,'16',1,'','2009-06-26',1,1,1),(2915,'June',2009,'19',4,'','2009-06-26',1,1,1),(2916,'June',2009,'20',3,'','2009-06-26',1,1,1),(2917,'June',2009,'21',6,'','2009-06-26',1,1,1),(2918,'June',2009,'22',4,'','2009-06-26',1,1,1),(2919,'June',2009,'23',1,'','2009-06-26',1,1,1),(2920,'June',2009,'00',1,'','2009-06-27',1,1,1),(2921,'June',2009,'01',1,'','2009-06-27',1,1,1),(2922,'June',2009,'02',1,'','2009-06-27',1,1,1),(2923,'June',2009,'03',2,'','2009-06-27',1,1,1),(2924,'June',2009,'05',1,'','2009-06-27',1,1,1),(2925,'June',2009,'07',1,'','2009-06-27',1,1,1),(2926,'June',2009,'06',1,'','2009-06-28',1,1,1),(2927,'June',2009,'07',1,'','2009-06-28',1,1,1),(2928,'June',2009,'10',1,'','2009-06-28',1,1,1),(2929,'June',2009,'11',1,'','2009-06-28',1,1,1),(2930,'June',2009,'13',2,'','2009-06-28',1,2,1.5),(2931,'June',2009,'14',1,'','2009-06-28',1,1,1),(2932,'June',2009,'18',1,'','2009-06-28',1,1,1),(2933,'June',2009,'20',1,'','2009-06-28',1,1,1),(2934,'June',2009,'02',1,'','2009-06-29',1,1,1),(2935,'June',2009,'04',1,'','2009-06-29',1,1,1),(2936,'June',2009,'07',1,'','2009-06-29',1,1,1),(2937,'June',2009,'12',1,'','2009-06-29',1,1,1),(2938,'June',2009,'23',1,'','2009-06-29',1,1,1),(2939,'June',2009,'08',1,'','2009-06-30',1,1,1),(2940,'June',2009,'09',1,'','2009-06-30',1,1,1),(2941,'June',2009,'10',1,'','2009-06-30',1,1,1),(2942,'June',2009,'11',1,'','2009-06-30',1,1,1),(2943,'June',2009,'14',1,'','2009-06-30',1,1,1),(2944,'June',2009,'15',3,'','2009-06-30',1,2,1.33333),(2945,'June',2009,'17',1,'','2009-06-30',1,1,1),(2946,'June',2009,'18',1,'','2009-06-30',1,1,1),(2947,'June',2009,'20',1,'','2009-06-30',1,1,1),(2948,'July',2009,'02',2,'','2009-07-01',1,2,1.5),(2949,'July',2009,'05',1,'','2009-07-01',1,1,1),(2950,'July',2009,'09',2,'','2009-07-01',1,1,1),(2951,'July',2009,'10',2,'','2009-07-01',1,1,1),(2952,'July',2009,'11',2,'','2009-07-01',1,1,1),(2953,'July',2009,'14',5,'','2009-07-01',1,1,1),(2954,'July',2009,'18',2,'','2009-07-01',1,1,1),(2955,'July',2009,'01',2,'','2009-07-02',1,1,1),(2956,'July',2009,'03',1,'','2009-07-02',1,1,1),(2957,'July',2009,'14',1,'','2009-07-02',1,1,1),(2958,'July',2009,'20',1,'','2009-07-02',1,1,1),(2959,'July',2009,'21',3,'','2009-07-02',1,1,1),(2960,'July',2009,'00',2,'','2009-07-03',1,1,1),(2961,'July',2009,'08',1,'','2009-07-03',1,1,1),(2962,'July',2009,'09',1,'','2009-07-03',1,1,1),(2963,'July',2009,'12',5,'','2009-07-03',1,1,1),(2964,'July',2009,'21',1,'','2009-07-03',1,1,1),(2965,'July',2009,'22',1,'','2009-07-03',1,1,1),(2966,'July',2009,'02',2,'','2009-07-04',1,1,1),(2967,'July',2009,'03',2,'','2009-07-04',1,1,1),(2968,'July',2009,'05',1,'','2009-07-04',1,1,1),(2969,'July',2009,'16',1,'','2009-07-04',1,1,1),(2970,'July',2009,'05',1,'','2009-07-05',1,1,1),(2971,'July',2009,'06',1,'','2009-07-05',1,1,1),(2972,'July',2009,'07',1,'','2009-07-05',1,1,1),(2973,'July',2009,'21',1,'','2009-07-05',1,1,1),(2974,'July',2009,'22',1,'','2009-07-05',1,1,1),(2975,'July',2009,'00',2,'','2009-07-06',1,1,1),(2976,'July',2009,'03',2,'','2009-07-06',1,1,1),(2977,'July',2009,'05',1,'','2009-07-06',1,1,1),(2978,'July',2009,'18',1,'','2009-07-06',1,1,1),(2979,'July',2009,'19',1,'','2009-07-06',1,1,1),(2980,'July',2009,'22',1,'','2009-07-06',1,1,1),(2981,'July',2009,'23',1,'','2009-07-06',1,1,1),(2982,'July',2009,'00',1,'','2009-07-07',1,1,1),(2983,'July',2009,'01',3,'','2009-07-07',1,2,1.33333),(2984,'July',2009,'04',2,'','2009-07-07',1,1,1),(2985,'July',2009,'05',1,'','2009-07-07',1,1,1),(2986,'July',2009,'06',1,'','2009-07-07',1,1,1),(2987,'July',2009,'08',1,'','2009-07-07',1,1,1),(2988,'July',2009,'09',1,'','2009-07-07',1,1,1),(2989,'July',2009,'10',1,'','2009-07-07',1,1,1),(2990,'July',2009,'11',2,'','2009-07-07',1,1,1),(2991,'July',2009,'13',1,'','2009-07-07',1,1,1),(2992,'July',2009,'14',1,'','2009-07-07',1,1,1),(2993,'July',2009,'15',1,'','2009-07-07',1,1,1),(2994,'July',2009,'19',1,'','2009-07-07',1,1,1),(2995,'July',2009,'21',1,'','2009-07-07',1,1,1),(2996,'July',2009,'13',1,'','2009-07-08',1,1,1),(2997,'July',2009,'14',2,'','2009-07-08',1,1,1),(2998,'July',2009,'16',2,'','2009-07-08',1,1,1),(2999,'July',2009,'17',1,'','2009-07-08',1,1,1),(3000,'July',2009,'23',1,'','2009-07-08',1,1,1),(3001,'July',2009,'08',2,'','2009-07-09',1,1,1),(3002,'July',2009,'11',7,'','2009-07-09',1,3,2.28572),(3003,'July',2009,'06',1,'','2009-07-10',1,1,1),(3004,'July',2009,'10',2,'','2009-07-10',1,1,1),(3005,'July',2009,'12',1,'','2009-07-10',1,1,1),(3006,'July',2009,'20',6,'','2009-07-10',1,1,1),(3007,'July',2009,'21',19,'','2009-07-10',1,1,1),(3008,'July',2009,'00',1,'','2009-07-11',1,1,1),(3009,'July',2009,'01',1,'','2009-07-11',1,1,1),(3010,'July',2009,'04',1,'','2009-07-11',1,1,1),(3011,'July',2009,'05',1,'','2009-07-11',1,1,1),(3012,'July',2009,'09',1,'','2009-07-11',1,1,1),(3013,'July',2009,'15',1,'','2009-07-11',1,1,1),(3014,'July',2009,'18',1,'','2009-07-11',1,1,1),(3015,'July',2009,'19',1,'','2009-07-11',1,1,1),(3016,'July',2009,'21',2,'','2009-07-11',1,2,1.5),(3017,'July',2009,'22',12,'','2009-07-11',1,3,1.75001),(3018,'July',2009,'23',14,'','2009-07-11',1,6,3.35715),(3019,'July',2009,'00',18,'','2009-07-12',1,3,2.27777),(3020,'July',2009,'02',10,'','2009-07-12',1,1,1),(3021,'July',2009,'03',1,'','2009-07-12',1,1,1),(3022,'July',2009,'04',10,'','2009-07-12',1,1,1),(3023,'July',2009,'06',12,'','2009-07-12',1,2,1.16667),(3024,'July',2009,'07',1,'','2009-07-12',1,1,1),(3025,'July',2009,'08',9,'','2009-07-12',1,1,1),(3026,'July',2009,'09',11,'','2009-07-12',1,1,1),(3027,'July',2009,'10',11,'','2009-07-12',1,1,1),(3028,'July',2009,'03',3,'','2009-07-13',1,1,1),(3029,'July',2009,'05',1,'','2009-07-14',1,1,1),(3030,'July',2009,'06',2,'','2009-07-14',1,1,1),(3031,'July',2009,'02',2,'','2009-07-15',1,1,1),(3032,'July',2009,'04',2,'','2009-07-15',1,1,1),(3033,'July',2009,'10',5,'','2009-07-15',1,1,1),(3034,'July',2009,'14',1,'','2009-07-15',1,1,1),(3035,'July',2009,'15',1,'','2009-07-15',1,1,1),(3036,'July',2009,'19',1,'','2009-07-15',1,1,1),(3037,'July',2009,'20',1,'','2009-07-15',1,1,1),(3038,'July',2009,'00',1,'','2009-07-16',1,1,1),(3039,'July',2009,'02',1,'','2009-07-16',1,1,1),(3040,'July',2009,'08',1,'','2009-07-16',1,1,1),(3041,'July',2009,'14',1,'','2009-07-16',1,1,1),(3042,'July',2009,'17',1,'','2009-07-16',1,1,1),(3043,'July',2009,'23',1,'','2009-07-16',1,1,1),(3044,'July',2009,'01',4,'','2009-07-17',1,1,1),(3045,'July',2009,'02',9,'','2009-07-17',1,4,2.22222),(3046,'July',2009,'03',6,'','2009-07-17',1,4,2.16667),(3047,'July',2009,'04',2,'','2009-07-17',1,1,1),(3048,'July',2009,'05',7,'','2009-07-17',1,3,1.57143),(3049,'July',2009,'06',3,'','2009-07-17',1,2,1.33333),(3050,'July',2009,'13',1,'','2009-07-17',1,1,1),(3051,'July',2009,'16',1,'','2009-07-17',1,1,1),(3052,'July',2009,'19',1,'','2009-07-17',1,1,1),(3053,'July',2009,'01',1,'','2009-07-18',1,1,1),(3054,'July',2009,'15',1,'','2009-07-19',1,1,1),(3055,'July',2009,'19',1,'','2009-07-19',1,1,1),(3056,'July',2009,'00',4,'','2009-07-20',1,3,2.25),(3057,'July',2009,'03',1,'','2009-07-21',1,1,1),(3058,'July',2009,'09',1,'','2009-07-21',1,1,1),(3059,'July',2009,'12',3,'','2009-07-21',1,1,1),(3060,'July',2009,'20',1,'','2009-07-21',1,1,1),(3061,'July',2009,'03',1,'','2009-07-22',1,1,1),(3062,'July',2009,'05',2,'','2009-07-22',1,2,1.5),(3063,'July',2009,'18',2,'','2009-07-22',1,1,1),(3064,'July',2009,'04',2,'','2009-07-24',1,1,1),(3065,'July',2009,'03',1,'','2009-07-25',1,1,1),(3066,'July',2009,'06',1,'','2009-07-25',1,1,1),(3067,'July',2009,'15',1,'','2009-07-25',1,1,1),(3068,'July',2009,'18',1,'','2009-07-25',1,1,1),(3069,'July',2009,'03',1,'','2009-07-26',1,1,1),(3070,'July',2009,'09',1,'','2009-07-26',1,1,1),(3071,'July',2009,'14',1,'','2009-07-26',1,1,1),(3072,'July',2009,'19',1,'','2009-07-26',1,1,1),(3073,'July',2009,'20',1,'','2009-07-26',1,1,1),(3074,'July',2009,'03',4,'','2009-07-27',1,2,1.25),(3075,'July',2009,'04',1,'','2009-07-27',1,1,1),(3076,'July',2009,'05',3,'','2009-07-27',1,1,1),(3077,'July',2009,'06',5,'','2009-07-27',1,2,1.2),(3078,'July',2009,'07',2,'','2009-07-27',1,1,1),(3079,'July',2009,'08',4,'','2009-07-27',1,3,1.75),(3080,'July',2009,'09',5,'','2009-07-27',1,2,1.2),(3081,'July',2009,'10',1,'','2009-07-27',2,2,2),(3082,'July',2009,'12',2,'','2009-07-27',1,1,1),(3083,'July',2009,'13',1,'','2009-07-27',1,1,1),(3084,'July',2009,'14',1,'','2009-07-27',1,1,1),(3085,'July',2009,'17',2,'','2009-07-27',1,1,1),(3086,'July',2009,'23',1,'','2009-07-28',1,1,1),(3087,'July',2009,'11',1,'','2009-07-29',1,1,1),(3088,'July',2009,'15',10,'','2009-07-29',1,3,2.7),(3089,'July',2009,'22',1,'','2009-07-30',1,1,1),(3090,'August',2009,'02',1,'','2009-08-01',1,1,1),(3091,'August',2009,'08',1,'','2009-08-01',1,1,1),(3092,'August',2009,'10',1,'','2009-08-01',1,1,1),(3093,'August',2009,'11',1,'','2009-08-01',1,1,1),(3094,'August',2009,'21',1,'','2009-08-01',1,1,1),(3095,'August',2009,'23',1,'','2009-08-01',1,1,1),(3096,'August',2009,'13',1,'','2009-08-02',1,1,1),(3097,'August',2009,'20',1,'','2009-08-02',1,1,1),(3098,'August',2009,'23',3,'','2009-08-02',1,2,1.33333),(3099,'August',2009,'01',2,'','2009-08-03',1,1,1),(3100,'August',2009,'05',1,'','2009-08-03',1,1,1),(3101,'August',2009,'08',3,'','2009-08-03',1,2,1.33333),(3102,'August',2009,'13',1,'','2009-08-03',1,1,1),(3103,'August',2009,'21',1,'','2009-08-03',1,1,1),(3104,'August',2009,'22',1,'','2009-08-03',1,1,1),(3105,'August',2009,'14',15,'','2009-08-04',1,5,3.26667),(3106,'August',2009,'16',1,'','2009-08-04',1,1,1),(3107,'August',2009,'19',1,'','2009-08-04',1,1,1),(3108,'August',2009,'01',1,'','2009-08-05',1,1,1),(3109,'August',2009,'05',2,'','2009-08-05',1,1,1),(3110,'August',2009,'08',1,'','2009-08-05',1,1,1),(3111,'August',2009,'10',4,'','2009-08-05',1,1,1),(3112,'August',2009,'11',1,'','2009-08-05',1,1,1),(3113,'August',2009,'13',1,'','2009-08-05',1,1,1),(3114,'August',2009,'14',1,'','2009-08-05',1,1,1),(3115,'August',2009,'15',14,'','2009-08-05',1,1,1),(3116,'August',2009,'16',3,'','2009-08-05',1,1,1),(3117,'August',2009,'17',3,'','2009-08-05',1,1,1),(3118,'August',2009,'18',8,'','2009-08-05',1,1,1),(3119,'August',2009,'19',2,'','2009-08-05',1,1,1),(3120,'August',2009,'22',1,'','2009-08-05',1,1,1),(3121,'August',2009,'01',1,'','2009-08-06',1,1,1),(3122,'August',2009,'02',1,'','2009-08-06',1,1,1),(3123,'August',2009,'03',1,'','2009-08-06',1,1,1),(3124,'August',2009,'05',1,'','2009-08-06',1,1,1),(3125,'August',2009,'14',1,'','2009-08-06',1,1,1),(3126,'August',2009,'00',2,'','2009-08-07',1,2,1.5),(3127,'August',2009,'01',2,'','2009-08-07',1,2,1.5),(3128,'August',2009,'06',1,'','2009-08-07',1,1,1),(3129,'August',2009,'10',4,'','2009-08-07',1,1,1),(3130,'August',2009,'11',2,'','2009-08-07',1,2,1.5),(3131,'August',2009,'16',1,'','2009-08-07',1,1,1),(3132,'August',2009,'19',1,'','2009-08-07',1,1,1),(3133,'August',2009,'21',1,'','2009-08-07',1,1,1),(3134,'August',2009,'05',1,'','2009-08-08',1,1,1),(3135,'August',2009,'08',2,'','2009-08-08',1,2,1.5),(3136,'August',2009,'12',1,'','2009-08-08',1,1,1),(3137,'August',2009,'14',2,'','2009-08-08',1,2,1.5),(3138,'August',2009,'23',1,'','2009-08-08',1,1,1),(3139,'August',2009,'02',1,'','2009-08-09',1,1,1),(3140,'August',2009,'04',1,'','2009-08-09',1,1,1),(3141,'August',2009,'12',1,'','2009-08-09',1,1,1),(3142,'August',2009,'18',1,'','2009-08-09',1,1,1),(3143,'August',2009,'19',1,'','2009-08-09',1,1,1),(3144,'August',2009,'22',1,'','2009-08-09',1,1,1),(3145,'August',2009,'04',1,'','2009-08-10',1,1,1),(3146,'August',2009,'05',1,'','2009-08-10',1,1,1),(3147,'August',2009,'10',27,'','2009-08-10',1,1,1),(3148,'August',2009,'13',1,'','2009-08-10',1,1,1),(3149,'August',2009,'14',2,'','2009-08-10',1,2,1.5),(3150,'August',2009,'18',1,'','2009-08-10',1,1,1),(3151,'August',2009,'21',1,'','2009-08-10',1,1,1),(3152,'August',2009,'04',1,'','2009-08-11',1,1,1),(3153,'August',2009,'05',3,'','2009-08-11',1,1,1),(3154,'August',2009,'06',1,'','2009-08-11',1,1,1),(3155,'August',2009,'08',3,'','2009-08-11',1,1,1),(3156,'August',2009,'10',7,'','2009-08-11',1,2,1.14286),(3157,'August',2009,'13',2,'','2009-08-11',1,1,1),(3158,'August',2009,'14',1,'','2009-08-11',1,1,1),(3159,'August',2009,'15',1,'','2009-08-11',1,1,1),(3160,'August',2009,'17',1,'','2009-08-11',1,1,1),(3161,'August',2009,'21',1,'','2009-08-11',1,1,1),(3162,'August',2009,'22',4,'','2009-08-11',1,3,1.75),(3163,'August',2009,'04',1,'','2009-08-12',1,1,1),(3164,'August',2009,'07',1,'','2009-08-12',1,1,1),(3165,'August',2009,'09',1,'','2009-08-12',1,1,1),(3166,'August',2009,'10',2,'','2009-08-12',1,1,1),(3167,'August',2009,'11',3,'','2009-08-12',1,1,1),(3168,'August',2009,'14',1,'','2009-08-12',1,1,1),(3169,'August',2009,'16',5,'','2009-08-12',1,1,1),(3170,'August',2009,'18',1,'','2009-08-12',1,1,1),(3171,'August',2009,'20',1,'','2009-08-12',1,1,1),(3172,'August',2009,'21',1,'','2009-08-12',1,1,1),(3173,'August',2009,'23',2,'','2009-08-12',1,1,1),(3174,'August',2009,'05',1,'','2009-08-13',1,1,1),(3175,'August',2009,'06',2,'','2009-08-13',1,1,1),(3176,'August',2009,'14',1,'','2009-08-13',1,1,1),(3177,'August',2009,'16',1,'','2009-08-13',1,1,1),(3178,'August',2009,'20',1,'','2009-08-13',1,1,1),(3179,'August',2009,'23',1,'','2009-08-13',1,1,1),(3180,'August',2009,'02',1,'','2009-08-14',1,1,1),(3181,'August',2009,'12',1,'','2009-08-14',1,1,1),(3182,'August',2009,'14',1,'','2009-08-14',1,1,1),(3183,'August',2009,'16',2,'','2009-08-14',1,1,1),(3184,'August',2009,'18',2,'','2009-08-14',1,2,1.5),(3185,'August',2009,'19',3,'','2009-08-14',1,2,1.33333),(3186,'August',2009,'23',1,'','2009-08-14',1,1,1),(3187,'August',2009,'00',2,'','2009-08-15',1,2,1.5),(3188,'August',2009,'03',1,'','2009-08-15',1,1,1),(3189,'August',2009,'06',1,'','2009-08-15',1,1,1),(3190,'August',2009,'09',2,'','2009-08-15',1,2,1.5),(3191,'August',2009,'13',3,'','2009-08-15',1,2,1.33333),(3192,'August',2009,'15',1,'','2009-08-15',1,1,1),(3193,'August',2009,'00',1,'','2009-08-16',1,1,1),(3194,'August',2009,'02',1,'','2009-08-16',1,1,1),(3195,'August',2009,'09',2,'','2009-08-16',1,2,1.5),(3196,'August',2009,'11',1,'','2009-08-16',1,1,1),(3197,'August',2009,'21',1,'','2009-08-16',1,1,1),(3198,'August',2009,'22',1,'','2009-08-16',1,1,1),(3199,'August',2009,'23',2,'','2009-08-16',1,1,1),(3200,'August',2009,'00',2,'','2009-08-17',1,2,1.5),(3201,'August',2009,'01',2,'','2009-08-17',1,1,1),(3202,'August',2009,'02',3,'','2009-08-17',1,3,2),(3203,'August',2009,'09',2,'','2009-08-17',1,1,1),(3204,'August',2009,'19',1,'','2009-08-17',1,1,1),(3205,'August',2009,'23',1,'','2009-08-17',1,1,1),(3206,'August',2009,'00',1,'','2009-08-18',1,1,1),(3207,'August',2009,'01',3,'','2009-08-18',1,1,1),(3208,'August',2009,'10',2,'','2009-08-18',1,1,1),(3209,'August',2009,'12',1,'','2009-08-18',1,1,1),(3210,'August',2009,'14',2,'','2009-08-18',1,1,1),(3211,'August',2009,'16',4,'','2009-08-18',1,1,1),(3212,'August',2009,'21',1,'','2009-08-18',1,1,1),(3213,'August',2009,'00',1,'','2009-08-19',1,1,1),(3214,'August',2009,'07',1,'','2009-08-19',1,1,1);
/*!40000 ALTER TABLE `STATS_BYHOUR` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `STATS_REFER`
--

DROP TABLE IF EXISTS `STATS_REFER`;
CREATE TABLE `STATS_REFER` (
  `PriKey` int(11) NOT NULL auto_increment,
  `Month` char(25) default NULL,
  `Year` int(4) default NULL,
  `Refer` char(255) default NULL,
  `Hits` int(25) default NULL,
  `SESSION` char(255) default NULL,
  `Real_Date` date default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM AUTO_INCREMENT=246 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `STATS_REFER`
--

LOCK TABLES `STATS_REFER` WRITE;
/*!40000 ALTER TABLE `STATS_REFER` DISABLE KEYS */;
INSERT INTO `STATS_REFER` VALUES (1,'June',2008,'(Direct)',657,'c18c52392da81da1bba130834fb2a4db','2008-06-04'),(2,'June',2008,'http://search.live.com/results.aspx?q=about&form=QBHP',2,'','2008-06-04'),(3,'June',2008,'http://www.ltav.org.au/links.html',7,'','2008-06-05'),(4,'June',2008,'(Internal)',64,'b2ef7afbbb8f54b2a0a7f59accd05cc7','2008-06-05'),(5,'June',2008,'http://www.sciencevictoria.com.au/labtech/index.html',5,'','2008-06-06'),(6,'June',2008,'http://www.andrewglasson.com/',2,'','2008-06-07'),(7,'June',2008,'http://www.google.com/search?hl=en&client=safari&rls=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=tasmanian+lab+technicians+association&spell=1',1,'','2008-06-12'),(8,'June',2008,'http://www.tas.gov.au/tasmaniaonline/Exit.asp?URL=http%3A%2F%2Fwww%2Eandrewglasson%2Ecom%2F&DerivedPath=Home+%3E+Personal+sites',1,'','2008-06-13'),(9,'June',2008,'http://www.google.com.au/search?q=andrew+glasson&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a',1,'','2008-06-17'),(10,'June',2008,'http://www.google.com/search?client=safari&rls=en&q=tasmanian+lab+technicans+association&ie=UTF-8&oe=UTF-8',1,'','2008-06-20'),(11,'June',2008,'http://search.live.com/results.aspx?q=tasmanian&form=QBHP',12,'','2008-06-20'),(12,'June',2008,'http://search.live.com/results.aspx?q=documents&form=QBHP',2,'','2008-06-20'),(13,'June',2008,'http://search.live.com/results.aspx?q=productive&form=QBHP',2,'','2008-06-20'),(14,'June',2008,'http://www.google.com/search?q=www.andrewglasson.com',1,'','2008-06-22'),(15,'June',2008,'http://search.live.com/results.aspx?q=partner&form=QBHP',1,'','2008-06-30'),(16,'June',2008,'http://search.live.com/results.aspx?q=landmark&form=QBHP',1,'','2008-06-30'),(17,'July',2008,'(Direct)',530,'','2008-07-01'),(18,'July',2008,'http://search.live.com/results.aspx?q=contact&form=QBHP',2,'','2008-07-01'),(19,'July',2008,'http://search.live.com/results.aspx?q=tasmanian&form=QBHP',8,'','2008-07-01'),(20,'July',2008,'http://www.google.com/search?q=www.andrewglasson.com',2,'','2008-07-02'),(21,'July',2008,'http://www.sciencevictoria.com.au/labtech/index.html',3,'','2008-07-02'),(22,'July',2008,'(Internal)',103,'e791eff7863c5c6c974477eb61c78923','2008-07-02'),(23,'July',2008,'http://search.live.com/results.aspx?q=documents&form=QBHP',2,'','2008-07-03'),(24,'July',2008,'http://www.andrewglasson.com/',4,'','2008-07-04'),(25,'July',2008,'http://search.live.com/results.aspx?q=about&form=QBHP',3,'','2008-07-05'),(26,'July',2008,'http://www.ltav.org.au/links.html',3,'','2008-07-08'),(27,'July',2008,'http://www.google.com/search?hl=en&q=site%3Awww.andrewglasson.com+talt.org',1,'','2008-07-10'),(28,'July',2008,'http://www.google.com.au/search?hl=en&q=tasmanian+association+of+laboratory+technicians&meta=',1,'','2008-07-11'),(29,'July',2008,'http://search.live.com/results.aspx?q=productive&form=QBHP',2,'','2008-07-20'),(30,'July',2008,'http://www.tas.gov.au/tasmaniaonline/Exit.asp?URL=http%3A%2F%2Fwww%2Eandrewglasson%2Ecom%2F&DerivedPath=Home+%3E+Personal+sites',1,'','2008-07-26'),(31,'July',2008,'http://www.google.com.au/search?hl=en&cr=countryAU&rlz=1G1GGLQ_ENAU278&q=tasmanian+laboratories&start=30&sa=N',1,'','2008-07-29'),(32,'August',2008,'(Direct)',338,'','2008-08-01'),(33,'August',2008,'http://www.google.com.au/search?hl=en&q=%22andrew+glasson%22&btnG=Search&meta=cr%3DcountryAU',1,'','2008-08-01'),(34,'August',2008,'(Internal)',106,'5b8f9908573fa360b9f647208bd17748','2008-08-01'),(35,'August',2008,'http://www.ltav.org.au/links.html',10,'','2008-08-04'),(36,'August',2008,'http://www.sciencevictoria.com.au/labtech/index.html',6,'','2008-08-06'),(37,'August',2008,'http://ltav.org.au/links.html',1,'','2008-08-07'),(38,'August',2008,'http://search.live.com/results.aspx?q=about&form=QBHP',3,'','2008-08-08'),(39,'August',2008,'http://search.live.com/results.aspx?q=contact&form=QBHP',1,'','2008-08-08'),(40,'August',2008,'http://search.live.com/results.aspx?q=tasmanian&form=QBHP',4,'','2008-08-08'),(41,'August',2008,'http://www.google.com/search?hl=en&q=Tasmanian+Association+of+laboratory+technicians&btnG=Google+Search',1,'','2008-08-12'),(42,'August',2008,'http://www.andrewglasson.com/',1,'','2008-08-12'),(43,'August',2008,'http://www.google.com.au/search?hl=en&q=Laboratory+Technicians+Association+Tasmania&btnG=Google+Search&meta=',1,'','2008-08-24'),(44,'August',2008,'http://www.google.com.au/search?hl=en&cr=countryAU&safe=active&q=chemtalk&start=10&sa=N&filter=0',1,'','2008-08-27'),(45,'September',2008,'(Direct)',375,'','2008-09-01'),(46,'September',2008,'http://www.google.com/search?q=www.andrewglasson.com',1,'','2008-09-02'),(47,'September',2008,'http://search.live.com/results.aspx?q=tasmanian',10,'','2008-09-02'),(48,'September',2008,'http://www.sciencevictoria.com.au/labtech/index.html',3,'','2008-09-03'),(49,'September',2008,'(Internal)',83,'df55f5334008af8e810a4cf47b841518','2008-09-03'),(50,'September',2008,'http://www.andrewglasson.com/',2,'','2008-09-05'),(51,'September',2008,'http://www.google.com.au/search?hl=en&q=chemtalk&btnG=Search&meta=cr%3DcountryAU',1,'','2008-09-10'),(52,'September',2008,'http://www.ltav.org.au/links.html',9,'','2008-09-12'),(53,'September',2008,'http://www.google.com.au/search?hl=en&q=chemtalk&meta=cr%3DcountryAU',1,'','2008-09-12'),(54,'September',2008,'http://www.google.com.au/search?hl=en&q=Tasmanian+Laboratory+Technician+Association&meta=',1,'','2008-09-14'),(55,'September',2008,'http://search.live.com/results.aspx?q=about',2,'','2008-09-15'),(56,'September',2008,'http://www.google.com.au/search?q=tasmanian+association+of+laboratory+technicians&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a',1,'','2008-09-16'),(57,'September',2008,'http://www.google.de/search?q=Andrew+Glasson&hl=de&sa=2',1,'','2008-09-17'),(58,'September',2008,'http://search.live.com/results.aspx?q=documents',2,'','2008-09-21'),(59,'September',2008,'http://search.live.com/results.aspx?q=productive',1,'','2008-09-25'),(60,'September',2008,'http://search.live.com/results.aspx?q=landmark',1,'','2008-09-25'),(61,'September',2008,'http://search.live.com/results.aspx?q=contact',2,'','2008-09-25'),(62,'October',2008,'http://search.live.com/results.aspx?q=tasmanian',5,'','2008-10-01'),(63,'October',2008,'(Direct)',506,'','2008-10-01'),(64,'October',2008,'(Internal)',72,'cab64e80d442b91e7f4c339d0354ba6d','2008-10-02'),(65,'October',2008,'http://www.google.si/search?hl=sl&q=talt&meta=',1,'','2008-10-04'),(66,'October',2008,'http://search.live.com/results.aspx?q=productive',1,'','2008-10-05'),(67,'October',2008,'http://search.live.com/results.aspx?q=about',2,'','2008-10-05'),(68,'October',2008,'http://www.sciencevictoria.com.au/labtech/index.html',5,'','2008-10-06'),(69,'October',2008,'http://www.ltav.org.au/links.html',5,'','2008-10-07'),(70,'October',2008,'http://www.andrewglasson.com/',1,'','2008-10-07'),(71,'October',2008,'http://www.google.com.au/search?hl=en&rlz=1G1GGLQ_ENAU248&q=Laboratory+technicians+association+&btnG=Search&meta=cr%3DcountryAU',1,'','2008-10-08'),(72,'October',2008,'http://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4TSHB_enUS212US220&q=talt',1,'','2008-10-09'),(73,'October',2008,'http://www.google.com/search?hl=en&rlz=1T4TSHB_enUS212US220&q=talt&btnG=Search',1,'9a8a39b82d160f24a43c797ed9d4b1d0','2008-10-09'),(74,'October',2008,'http://www.answers.com/talt',1,'','2008-10-09'),(75,'October',2008,'http://www.google.com.au/search?hl=en&q=Tasmanian+Laboratory+Technician+Association&meta=',1,'','2008-10-14'),(76,'October',2008,'http://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4RNWN_enUS276US277&q=TALT',1,'','2008-10-14'),(77,'October',2008,'http://www.google.ca/search?hl=en&q=talt&btnG=Search&meta=',1,'','2008-10-15'),(78,'October',2008,'http://www.google.com/search?q=talt&sourceid=navclient-ff&ie=UTF-8&rlz=1B3GGGL_enLY276LY277',1,'','2008-10-16'),(79,'October',2008,'http://www.super.info/gosearch.php?pt1=1&pt3=1&pt4=0&pt6=0&pt7=all&pt8=0&pt9=0&q=',1,'','2008-10-17'),(80,'October',2008,'http://www.google.co.in/search?q=talt&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a',1,'','2008-10-22'),(81,'October',2008,'http://search.live.com/results.aspx?q=partner',1,'','2008-10-26'),(82,'October',2008,'http://www.google.com.au/search?hl=en&q=chemtalk&btnG=Google+Search&meta=cr%3DcountryAU&safe=active',1,'','2008-10-27'),(83,'October',2008,'http://www.google.com.au/search?hl=en&q=tasmanian+laboratory+technicians+association&meta=cr%3DcountryAU',1,'','2008-10-27'),(84,'November',2008,'(Direct)',503,'','2008-11-01'),(85,'November',2008,'http://search.live.com/results.aspx?q=tasmanian',2,'','2008-11-06'),(86,'November',2008,'http://www.ltav.org.au/links.html',6,'','2008-11-06'),(87,'November',2008,'(Internal)',41,'47d6eea8ad1e614b293c7d981adb6edc','2008-11-06'),(88,'November',2008,'http://www.google.be/search?q=laboratory+tecnicians+EU&btnG=Search&hl=en&client=firefox-a&rls=org.mozilla%3Aes-ES%3Aofficial&hs=ihX&sa=2',1,'','2008-11-11'),(89,'November',2008,'http://www.google.com.tr/search?hl=tr&q=talt&start=10&sa=N',1,'','2008-11-12'),(90,'November',2008,'http://www.google.com/search?q=www.andrewglasson.com',3,'','2008-11-13'),(91,'November',2008,'http://www.google.com.au/search?hl=en&q=Talt&btnG=Search&meta=cr%3DcountryAU',1,'','2008-11-14'),(92,'November',2008,'http://www.google.com.au/search?sourceid=navclient&ie=UTF-8&rlz=1T4GGLR_enAU267AU267&q=andrew+glasson',4,'','2008-11-14'),(93,'November',2008,'http://www.google.com/search?hl=en&q=Talt&btnG=Search',1,'','2008-11-15'),(94,'November',2008,'http://www.andrewglasson.com/',2,'','2008-11-16'),(95,'November',2008,'http://www.sciencevictoria.com.au/labtech/index.html',3,'','2008-11-20'),(96,'November',2008,'http://ltav.org.au/links.html',1,'','2008-11-26'),(97,'November',2008,'http://www.google.com.br/hws/dell-row-rel/afe?channel=br&hl=pt-BR&ibd=&q=talt&Submit=Pesquisar',1,'','2008-11-28'),(98,'November',2008,'http://www.google.com.au/search?hl=en&q=chemtalk&btnG=Search&meta=cr%3DcountryAU',1,'','2008-11-28'),(99,'December',2008,'(Direct)',547,'','2008-12-01'),(100,'December',2008,'http://www.google.com.au/search?hl=en&cr=countryAU&safe=active&sa=X&oi=spell&resnum=1&ct=result&cd=1&q=www.chemtalk.com&spell=1',1,'','2008-12-01'),(101,'December',2008,'(Internal)',33,'b6acedd76c1f44138b8e6f3a31997e98','2008-12-01'),(102,'December',2008,'http://search.live.com/results.aspx?q=about',2,'','2008-12-01'),(103,'December',2008,'http://www.google.com.tr/search?hl=tr&q=talt&meta=',1,'','2008-12-03'),(104,'December',2008,'http://www.ltav.org.au/links.html',4,'','2008-12-03'),(105,'December',2008,'http://www.google.com.au/search?sourceid=navclient&ie=UTF-8&rlz=1T4ADBX_enAU258AU266&q=laboratory+technician+of+tasmania',1,'','2008-12-04'),(106,'December',2008,'http://search.live.com/results.aspx?q=tasmanian',6,'','2008-12-08'),(107,'December',2008,'http://www.sciencevictoria.com.au/labtech/index.html',3,'','2008-12-10'),(108,'December',2008,'http://www.andrewglasson.com/',1,'','2008-12-15'),(109,'December',2008,'http://search.live.com/results.aspx?q=productive',1,'','2008-12-15'),(110,'December',2008,'http://search.live.com/results.aspx?q=landmark',1,'','2008-12-15'),(111,'December',2008,'http://www.google.com/search?q=talt&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a',1,'','2008-12-16'),(112,'December',2008,'http://search.live.com/results.aspx?q=documents',1,'','2008-12-20'),(113,'December',2008,'http://www.google.com.au/search?hl=en&q=chemtalk&meta=cr%3DcountryAU',1,'','2008-12-23'),(114,'January',2009,'(Direct)',472,'','2009-01-01'),(115,'January',2009,'http://www.google.com.au/search?hl=en&q=laboratory+technician+tasmania&meta=',1,'','2009-01-04'),(116,'January',2009,'(Internal)',25,'41e039198539b0782b79658e32358386','2009-01-04'),(117,'January',2009,'http://search.live.com/results.aspx?q=contact',1,'','2009-01-06'),(118,'January',2009,'http://www.ltav.org.au/links.html',2,'','2009-01-07'),(119,'January',2009,'http://ltav.org.au/links.html',1,'','2009-01-08'),(120,'January',2009,'http://search.live.com/results.aspx?q=about',2,'','2009-01-08'),(121,'January',2009,'http://www.andrewglasson.com',1,'96b750d6e9135ea52ac8dee8c428aab1','2009-01-15'),(122,'January',2009,'http://search.live.com/results.aspx?q=tasmanian',5,'','2009-01-15'),(123,'January',2009,'http://search.live.com/results.aspx?q=partner',1,'','2009-01-16'),(124,'January',2009,'http://www.andrewglasson.com/',1,'','2009-01-16'),(125,'January',2009,'http://www.google.com/cse?cx=partner-pub-2928789385119015%3A5ls6tv-kkv5&ie=ISO-8859-1&q=andrew+glasson',1,'','2009-01-18'),(126,'January',2009,'http://search.live.com/results.aspx?q=productive',1,'','2009-01-22'),(127,'January',2009,'http://www.google.com.au/search?hl=en&q=laboratory+technician+tasmania&btnG=Google+Search&meta=',1,'','2009-01-24'),(128,'January',2009,'http://www.google.com.au/search?hl=en&cr=countryAU&q=tasmanian+laboratory+services&start=100&sa=N',1,'','2009-01-28'),(129,'January',2009,'http://www.google.nl/search?hl=nl&rlz=1W1DANL_nl&q=talt&start=60&sa=N',1,'','2009-01-30'),(130,'January',2009,'http://search.live.com/results.aspx?q=documents',1,'','2009-01-31'),(131,'February',2009,'(Direct)',387,'','2009-02-01'),(132,'February',2009,'http://www.google.com.au/search?hl=en&q=CHEMTALK+LAB+TECHNICIANS&btnG=Search&meta=cr%3DcountryAU',1,'','2009-02-03'),(133,'February',2009,'(Internal)',29,'1738babe7c41a4bc9eec7cf801de26fc','2009-02-03'),(134,'February',2009,'http://www.ltav.org.au/links.html',5,'','2009-02-04'),(135,'February',2009,'http://www.google.com.au/search?hl=en&q=chemtalk&btnG=Google+Search&meta=cr%3DcountryAU',1,'','2009-02-04'),(136,'February',2009,'http://www.sciencevictoria.com.au/labtech/index.html',1,'','2009-02-11'),(137,'February',2009,'http://www.google.com.au/search?hl=en&safe=active&q=chemtalk.com.au&btnG=Search&meta=cr%3DcountryAU',1,'','2009-02-12'),(138,'February',2009,'http://search.live.com/results.aspx?q=about',1,'','2009-02-15'),(139,'February',2009,'http://search.live.com/results.aspx?q=contact',1,'','2009-02-15'),(140,'February',2009,'http://search.live.com/results.aspx?q=tasmanian',1,'','2009-02-15'),(141,'February',2009,'http://www.andrewglasson.com/',1,'','2009-02-16'),(142,'February',2009,'http://www.google.com/search?hl=en&q=talt&btnG=Google+Search&aq=f&oq=',1,'','2009-02-24'),(143,'March',2009,'(Direct)',675,'','2009-03-01'),(144,'March',2009,'http://www.dogpile.com/dogpile/ws/results/Web/Talt/1/417/TopNavigation/Relevance/iq=true/zoom=off/_iceUrlFlag=7?_IceUrl=true',1,'','2009-03-01'),(145,'March',2009,'http://www.google.com.au/search?hl=en&q=laboratory+technician+tasmania&meta=',2,'','2009-03-03'),(146,'March',2009,'(Internal)',152,'5006bc71e2e4abfbeeca59fc57451de9','2009-03-03'),(147,'March',2009,'http://www.sciencevictoria.com.au/labtech/index.html',9,'','2009-03-03'),(148,'March',2009,'http://www.google.com.au/search?hl=en&q=TALT&meta=cr%3DcountryAU',2,'','2009-03-03'),(149,'March',2009,'http://www.ltav.org.au/links.html',5,'','2009-03-03'),(150,'March',2009,'http://andrewglasson.com/',1,'4a9da41eb3283531ad0626c3df6e7e76','2009-03-03'),(151,'March',2009,'http://www.google.com.au/search?hl=en&q=chemtalk.com.au&btnG=Google+Search&meta=cr%3DcountryAU',1,'','2009-03-10'),(152,'March',2009,'http://www.google.co.nz/search?hl=en&lr=&as_qdr=all&q=lab+technicians+association+-dental&start=30&sa=N',1,'','2009-03-16'),(153,'March',2009,'http://www.andrewglasson.com/',1,'','2009-03-17'),(154,'March',2009,'http://www.google.ro/search?hl=ro&q=talt&meta=&btnG=C%C4%83utare+Google',1,'','2009-03-17'),(155,'March',2009,'http://www.google.co.in/search?hl=en&q=talt&btnG=Search&meta=',2,'','2009-03-18'),(156,'March',2009,'http://www.google.com.au/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=Y4C&q=laboratory+technician+tasmania&btnG=Search&meta=',1,'','2009-03-19'),(157,'March',2009,'http://search.live.com/results.aspx?q=tasmanian',3,'','2009-03-21'),(158,'March',2009,'http://www.google.com/search?q=www.andrewglasson.com',2,'','2009-03-24'),(159,'March',2009,'http://ltav.org.au/links.html',1,'','2009-03-26'),(160,'March',2009,'http://search.aol.com/aol/search?&query=talt&invocationType=tb50',1,'','2009-03-28'),(161,'March',2009,'http://search.live.com/results.aspx?q=documents',2,'','2009-03-28'),(162,'April',2009,'(Direct)',422,'','2009-04-01'),(163,'April',2009,'http://search.live.com/results.aspx?q=about',1,'','2009-04-01'),(164,'April',2009,'http://search.live.com/results.aspx?q=tasmanian',4,'','2009-04-01'),(165,'April',2009,'http://www.google.com.au/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=talt&meta=&btnG=Google+Search',1,'','2009-04-05'),(166,'April',2009,'http://search.live.com/results.aspx?q=contact',2,'','2009-04-06'),(167,'April',2009,'http://www.sciencevictoria.com.au/labtech/index.html',5,'','2009-04-06'),(168,'April',2009,'(Internal)',53,'2aaff5381499983ee9575a19a8cedc59','2009-04-06'),(169,'April',2009,'http://www.andrewglasson.com',1,'e9ca3fb8c8869b21bcae0f4f25dae383','2009-04-08'),(170,'April',2009,'http://search.live.com/results.aspx?q=productive',1,'','2009-04-09'),(171,'April',2009,'http://au.search.yahoo.com/search;_ylt=A0oGk3J_n91JVEgAOCwL5gt.?p=laboratory+technician%27s+association&fr=yfp-t-501&fr2=sb-top&rd=r2',1,'','2009-04-09'),(172,'April',2009,'http://www.andrewglasson.com/',1,'','2009-04-14'),(173,'April',2009,'http://www.google.com.au/search?hl=en&rlz=1T4GGIC_enAU216AU262&q=laboratory+technician+tasmania&meta=',1,'','2009-04-24'),(174,'April',2009,'http://www.google.com/search?q=andrewglasson.com',2,'','2009-04-25'),(175,'April',2009,'http://www.google.com.au/search?hl=en&q=TALT&meta=cr%3DcountryAU&aq=f&oq=',1,'','2009-04-28'),(176,'April',2009,'http://www.google.com.au/search?sourceid=navclient&ie=UTF-8&rlz=1T4TSHN_enAU303AU306&q=tasmanian+association+of+laboratory+technicians',1,'','2009-04-29'),(177,'May',2009,'(Direct)',210,'','2009-05-01'),(178,'May',2009,'http://www.ltav.org.au/links.html',6,'','2009-05-04'),(179,'May',2009,'(Internal)',57,'39f6940f1f0b49880beda156d2b2381b','2009-05-04'),(180,'May',2009,'http://www.google.com/search?q=andrewglasson.com',7,'','2009-05-05'),(181,'May',2009,'http://www.google.com.au/search?hl=en&q=www.chemtalk.com.au&btnG=Search&meta=cr%3DcountryAU',2,'','2009-05-06'),(182,'May',2009,'http://www.sciencevictoria.com.au/labtech/index.html',3,'','2009-05-13'),(183,'May',2009,'http://www.google.com.au/search?hl=en&rlz=1T4GGLJ_en&q=information+for+laboratory+technicians&meta=',1,'','2009-05-15'),(184,'May',2009,'http://ltav.org.au/links.html',1,'','2009-05-18'),(185,'May',2009,'http://www.google.com.au/search?hl=en&q=chemtalk.com.au&btnG=Search&meta=cr%3DcountryAU',1,'','2009-05-18'),(186,'May',2009,'http://www.andrewglasson.com/',1,'','2009-05-20'),(187,'May',2009,'http://search.live.com/results.aspx?q=about',1,'','2009-05-21'),(188,'May',2009,'http://www.google.com.au/search?hl=en&rlz=1T4RNWE_enAU311&q=www.chemtalk.com.au&btnG=Search&meta=cr%3DcountryAU',1,'','2009-05-21'),(189,'May',2009,'http://www.google.com.au/search?hl=en&q=www.chemtalk.com.au&btnG=Google+Search&meta=cr%3DcountryAU&aq=f&oq=',1,'','2009-05-22'),(190,'May',2009,'http://www.google.com.au/search?hl=en&q=chemtalk&btnG=Google+Search&meta=cr%3DcountryAU&aq=f&oq=&safe=active',1,'','2009-05-26'),(191,'May',2009,'http://www.google.com.au/search?hl=en&safe=strict&q=www.chemtalk.com.au&btnG=Search&meta=cr%3DcountryAU',2,'','2009-05-27'),(192,'May',2009,'http://www.google.com.au/search?q=www.chemtalk.com.au&hl=en&cr=countryAU&safe=strict&tbo=1&tbs=clue:1&start=10&sa=N&filter=0',2,'','2009-05-28'),(193,'May',2009,'http://www.google.com.au/search?hl=en&q=chemtalk&meta=cr%3DcountryAU',2,'','2009-05-28'),(194,'June',2009,'(Direct)',501,'','2009-06-01'),(195,'June',2009,'(Internal)',55,'774149cc4e6baef617663370091d01be','2009-06-01'),(196,'June',2009,'http://www.ltav.org.au/links.html',3,'','2009-06-02'),(197,'June',2009,'http://search.live.com/results.aspx?q=tasmanian',1,'','2009-06-03'),(198,'June',2009,'http://www.google.com.au/search?hl=en&safe=off&rlz=1G1GGLQ_ENAU309&q=laboratory+technician+chemtalk&btnG=Search&meta=',1,'','2009-06-03'),(199,'June',2009,'http://www.google.com.au/search?hl=en&q=chemtalk&meta=cr%3DcountryAU&aq=f&oq=',1,'','2009-06-04'),(200,'June',2009,'http://www.andrewglasson.com/',1,'','2009-06-09'),(201,'June',2009,'http://www.google.com.au/search?hl=en&safe=active&q=www.chemtalk.com&btnG=Search&meta=cr%3DcountryAU',1,'','2009-06-12'),(202,'June',2009,'http://www.sciencevictoria.com.au/labtech/index.html',4,'','2009-06-13'),(203,'June',2009,'http://www.google.com.au/search?hl=en&q=laboratory+technician+information+tasmania&meta=cr%3DcountryAU',1,'','2009-06-14'),(204,'June',2009,'http://www.sciencevictoria.com.au/labtech/',1,'','2009-06-17'),(205,'June',2009,'http://www.google.com.au/search?q=tasmanian+lab+technicians+association&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a',1,'','2009-06-18'),(206,'June',2009,'http://www.google.com/search?q=andrewglasson.com',1,'','2009-06-27'),(207,'July',2009,'(Direct)',295,'','2009-07-01'),(208,'July',2009,'http://search.live.com/results.aspx?q=about',2,'','2009-07-01'),(209,'July',2009,'http://www.google.com.au/search?hl=en&safe=active&rlz=1G1GGLQ_ENAU271&q=chemtalk&btnG=Search&meta=cr%3DcountryAU',1,'','2009-07-01'),(210,'July',2009,'(Internal)',34,'7ade07422fe4a4de3676ad2e661a8b33','2009-07-01'),(211,'July',2009,'http://www.google.com.au/search?hl=en&rlz=1T4ADBS_enAU296AU296&q=tasmanian+association+of+laboratory+technicians&meta=',1,'','2009-07-01'),(212,'July',2009,'http://www.sciencevictoria.com.au/labtech/index.html',4,'','2009-07-01'),(213,'July',2009,'http://www.ltav.org.au/links.html',2,'','2009-07-03'),(214,'July',2009,'http://www.google.com.au/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=Zwi&q=chemtalk&btnG=Search&meta=cr%3DcountryAU',1,'','2009-07-10'),(215,'July',2009,'http://search.live.com/results.aspx?q=tasmanian',7,'','2009-07-11'),(216,'July',2009,'http://search.live.com/results.aspx?q=contact',1,'','2009-07-11'),(217,'July',2009,'http://search.live.com/results.aspx?q=documents',1,'','2009-07-11'),(218,'July',2009,'http://search.live.com/results.aspx?q=productive',1,'','2009-07-12'),(219,'July',2009,'http://www.andrewglasson.com/',1,'','2009-07-13'),(220,'July',2009,'http://www.bing.com/search?q=LABORATORY+TECHNICIANS+ASSOCIATION&src=IE-SearchBox',1,'','2009-07-15'),(221,'July',2009,'http://www.bing.com/search?q=tasmanian',6,'','2009-07-17'),(222,'July',2009,'http://www.bing.com/search?q=about',3,'','2009-07-17'),(223,'July',2009,'http://www.bing.com/search?q=documents',1,'','2009-07-17'),(224,'July',2009,'http://www.bing.com/search?q=productive',1,'','2009-07-17'),(225,'July',2009,'http://www.google.com.au/search?hl=en&rlz=1T4DAAU_en-GBAU225AU225&q=laboratory+technicians+association+Tasmania&btnG=Search&meta=',1,'','2009-07-22'),(226,'July',2009,'http://www.bing.com/search?q=partner',1,'','2009-07-27'),(227,'July',2009,'http://www.bing.com/search?q=contact',1,'','2009-07-27'),(228,'July',2009,'http://www.bing.com/search?q=landmark',1,'','2009-07-27'),(229,'July',2009,'http://www.google.com/search?q=chemtalk+for+lab+techs&hl=en&rls=com.microsoft:en-au:IE-SearchBox&rlz=1I7GPEA_en&start=20&sa=N',1,'','2009-07-27'),(230,'July',2009,'http://www.bing.com/search?srch=105&FORM=IE7RE&q=tasmanin+laoratory+technicians+association',1,'','2009-07-29'),(231,'August',2009,'(Direct)',187,'','2009-08-01'),(232,'August',2009,'__JC_UNKNOWN_VAR_cloak.base-2009-07-29-00-01.vars.referer__',1,'','2009-08-02'),(233,'August',2009,'http://www.bing.com/search?q=tasmanian',9,'','2009-08-03'),(234,'August',2009,'http://www.google.com.au/search?hl=en&q=tasmanian+association+of+lab+technicians&btnG=Google+Search&meta=cr%3DcountryAU&aq=o&oq=',1,'','2009-08-04'),(235,'August',2009,'(Internal)',43,'04b1536cf28be9194e82ccd564315032','2009-08-04'),(236,'August',2009,'http://www.sciencevictoria.com.au/labtech/index.html',1,'','2009-08-05'),(237,'August',2009,'http://www.ltav.org.au/links.html',1,'','2009-08-05'),(238,'August',2009,'http://www.bing.com/search?q=about',3,'','2009-08-07'),(239,'August',2009,'http://www.google.com.au/search?hl=en&ei=S3x7SpKTL4KKsgOrtY3vCg&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=Tasmanian+Laboratory+Technicians+association&spell=1',1,'','2009-08-07'),(240,'August',2009,'http://www.andrewglasson.com/',1,'','2009-08-11'),(241,'August',2009,'http://www.google.com.au/search?q=chemtalk&hl=en&cr=countryAU&rlz=1G1GGLQ_ENAU304&start=10&sa=N',1,'','2009-08-12'),(242,'August',2009,'http://www.google.com.au/search?hl=en&cr=countryAU&client=firefox-a&channel=s&rls=org.mozilla:en-US:official&hs=Htz&ei=liGDSvXMDZLm7APd24HACQ&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=www.chemtalk.com&spell=1',1,'','2009-08-13'),(243,'August',2009,'http://www.bing.com/search?q=partner',1,'','2009-08-15'),(244,'August',2009,'http://www.bing.com/search?q=productive',1,'','2009-08-17'),(245,'August',2009,'http://www.google.com.au/search?hl=en&q=chemtalk&meta=cr%3DcountryAU',1,'','2009-08-18');
/*!40000 ALTER TABLE `STATS_REFER` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `STATS_TOP25`
--

DROP TABLE IF EXISTS `STATS_TOP25`;
CREATE TABLE `STATS_TOP25` (
  `PriKey` int(11) NOT NULL auto_increment,
  `Month` char(25) default NULL,
  `Year` int(4) default NULL,
  `Page` char(25) default NULL,
  `Hits` int(25) default NULL,
  `SESSION` char(255) default NULL,
  `Real_Date` date default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM AUTO_INCREMENT=419 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `STATS_TOP25`
--

LOCK TABLES `STATS_TOP25` WRITE;
/*!40000 ALTER TABLE `STATS_TOP25` DISABLE KEYS */;
INSERT INTO `STATS_TOP25` VALUES (1,'June',2008,'Home Page',66,'c18c52392da81da1bba130834fb2a4db','2008-06-04'),(2,'June',2008,'Downloads',34,'c18c52392da81da1bba130834fb2a4db','2008-06-04'),(3,'June',2008,'Documents',21,'','2008-06-05'),(4,'June',2008,'Partners',23,'','2008-06-05'),(5,'June',2008,'Contact',28,'','2008-06-05'),(6,'June',2008,'About Us',32,'','2008-06-05'),(7,'June',2008,'Company Info',26,'','2008-06-05'),(8,'June',2008,'Support',28,'','2008-06-05'),(9,'June',2008,'Customers List',28,'','2008-06-05'),(10,'June',2008,'About TALT',47,'','2008-06-05'),(11,'June',2008,'Shop Now',28,'','2008-06-05'),(12,'June',2008,'About',28,'','2008-06-05'),(13,'June',2008,'Directions',27,'','2008-06-05'),(14,'June',2008,'Careers',24,'','2008-06-05'),(15,'June',2008,'Events',33,'','2008-06-05'),(16,'June',2008,'Newsletter',34,'','2008-06-05'),(17,'June',2008,'Case Studies',28,'','2008-06-05'),(18,'June',2008,'Customers',30,'','2008-06-05'),(19,'June',2008,'Products',25,'','2008-06-05'),(20,'June',2008,'Jobs',28,'','2008-06-05'),(21,'June',2008,'Clients',24,'','2008-06-05'),(22,'June',2008,'Our Mission',20,'','2008-06-05'),(23,'June',2008,'News',19,'','2008-06-05'),(24,'June',2008,'Links',19,'','2008-06-05'),(25,'June',2008,'Company',19,'','2008-06-06'),(26,'June',2008,'Services',18,'','2008-06-06'),(27,'June',2008,'Contact Us',22,'','2008-06-08'),(28,'June',2008,'Limks',1,'0d7fa7b4d2b6757dda65a23b442e4775','2008-06-20'),(29,'July',2008,'Contact',22,'','2008-07-01'),(30,'July',2008,'Support',24,'','2008-07-01'),(31,'July',2008,'Shop Now',24,'','2008-07-01'),(32,'July',2008,'Documents',22,'','2008-07-01'),(33,'July',2008,'Home Page',74,'','2008-07-01'),(34,'July',2008,'Our Mission',18,'','2008-07-01'),(35,'July',2008,'Partners',27,'','2008-07-01'),(36,'July',2008,'About',28,'','2008-07-02'),(37,'July',2008,'Customers List',22,'','2008-07-02'),(38,'July',2008,'Downloads',29,'','2008-07-02'),(39,'July',2008,'About TALT',31,'','2008-07-02'),(40,'July',2008,'About Us',24,'e791eff7863c5c6c974477eb61c78923','2008-07-02'),(41,'July',2008,'Newsletter',25,'e791eff7863c5c6c974477eb61c78923','2008-07-02'),(42,'July',2008,'Services',16,'','2008-07-02'),(43,'July',2008,'Company',22,'','2008-07-03'),(44,'July',2008,'Contact Us',20,'','2008-07-03'),(45,'July',2008,'Clients',22,'','2008-07-03'),(46,'July',2008,'Events',19,'','2008-07-03'),(47,'July',2008,'Customers',20,'','2008-07-03'),(48,'July',2008,'Jobs',22,'','2008-07-03'),(49,'July',2008,'Careers',27,'','2008-07-03'),(50,'July',2008,'Company Info',23,'','2008-07-03'),(51,'July',2008,'Case Studies',26,'','2008-07-03'),(52,'July',2008,'Directions',22,'','2008-07-04'),(53,'July',2008,'Products',28,'','2008-07-04'),(54,'July',2008,'News',18,'','2008-07-04'),(55,'July',2008,'Links',11,'','2008-07-04'),(56,'August',2008,'Support',22,'','2008-08-01'),(57,'August',2008,'Company',14,'','2008-08-01'),(58,'August',2008,'Directions',15,'','2008-08-01'),(59,'August',2008,'Downloads',19,'','2008-08-01'),(60,'August',2008,'Company Info',12,'','2008-08-01'),(61,'August',2008,'About',22,'','2008-08-01'),(62,'August',2008,'About Us',20,'','2008-08-01'),(63,'August',2008,'Home Page',71,'','2008-08-01'),(64,'August',2008,'About TALT',41,'','2008-08-01'),(65,'August',2008,'Clients',13,'5b8f9908573fa360b9f647208bd17748','2008-08-01'),(66,'August',2008,'Products',15,'','2008-08-02'),(67,'August',2008,'Case Studies',15,'','2008-08-02'),(68,'August',2008,'Partners',12,'','2008-08-02'),(69,'August',2008,'Customers List',11,'','2008-08-02'),(70,'August',2008,'Our Mission',9,'','2008-08-02'),(71,'August',2008,'Events',13,'','2008-08-02'),(72,'August',2008,'Contact',14,'','2008-08-02'),(73,'August',2008,'Contact Us',13,'','2008-08-03'),(74,'August',2008,'Customers',16,'','2008-08-03'),(75,'August',2008,'Careers',19,'','2008-08-03'),(76,'August',2008,'Newsletter',12,'','2008-08-04'),(77,'August',2008,'Documents',19,'c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(78,'August',2008,'Jobs',22,'c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(79,'August',2008,'News',11,'','2008-08-05'),(80,'August',2008,'Links',5,'','2008-08-05'),(81,'August',2008,'Services',11,'','2008-08-05'),(82,'August',2008,'Shop Now',9,'','2008-08-07'),(83,'September',2008,'Support',19,'','2008-09-01'),(84,'September',2008,'Services',15,'','2008-09-01'),(85,'September',2008,'Contact Us',18,'','2008-09-01'),(86,'September',2008,'Company Info',16,'','2008-09-01'),(87,'September',2008,'Our Mission',15,'','2008-09-01'),(88,'September',2008,'News',17,'','2008-09-01'),(89,'September',2008,'Home Page',58,'','2008-09-01'),(90,'September',2008,'Products',18,'','2008-09-02'),(91,'September',2008,'Customers List',15,'','2008-09-02'),(92,'September',2008,'Jobs',20,'','2008-09-02'),(93,'September',2008,'Downloads',18,'','2008-09-02'),(94,'September',2008,'About TALT',36,'','2008-09-03'),(95,'September',2008,'Case Studies',16,'','2008-09-04'),(96,'September',2008,'About',18,'','2008-09-04'),(97,'September',2008,'Clients',17,'','2008-09-04'),(98,'September',2008,'Newsletter',20,'','2008-09-05'),(99,'September',2008,'Events',21,'','2008-09-05'),(100,'September',2008,'About Us',20,'','2008-09-06'),(101,'September',2008,'Customers',12,'','2008-09-06'),(102,'September',2008,'Partners',13,'','2008-09-06'),(103,'September',2008,'Shop Now',18,'','2008-09-07'),(104,'September',2008,'Contact',15,'','2008-09-08'),(105,'September',2008,'Company',10,'','2008-09-08'),(106,'September',2008,'Documents',17,'','2008-09-09'),(107,'September',2008,'Directions',14,'','2008-09-10'),(108,'September',2008,'Careers',20,'5831468836380dbc5c4b0b1778649195','2008-09-12'),(109,'September',2008,'Links',1,'','2008-09-25'),(110,'October',2008,'Company',18,'','2008-10-01'),(111,'October',2008,'Downloads',26,'','2008-10-01'),(112,'October',2008,'About TALT',44,'','2008-10-01'),(113,'October',2008,'Contact',21,'','2008-10-01'),(114,'October',2008,'Case Studies',21,'','2008-10-01'),(115,'October',2008,'Services',21,'','2008-10-02'),(116,'October',2008,'About Us',23,'','2008-10-02'),(117,'October',2008,'Our Mission',18,'','2008-10-02'),(118,'October',2008,'Documents',22,'cab64e80d442b91e7f4c339d0354ba6d','2008-10-02'),(119,'October',2008,'Clients',19,'cab64e80d442b91e7f4c339d0354ba6d','2008-10-02'),(120,'October',2008,'Support',21,'','2008-10-02'),(121,'October',2008,'Jobs',23,'','2008-10-02'),(122,'October',2008,'Home Page',83,'','2008-10-03'),(123,'October',2008,'About',22,'','2008-10-03'),(124,'October',2008,'Careers',21,'','2008-10-03'),(125,'October',2008,'Company Info',15,'','2008-10-03'),(126,'October',2008,'Newsletter',24,'','2008-10-03'),(127,'October',2008,'News',20,'','2008-10-03'),(128,'October',2008,'Products',21,'','2008-10-03'),(129,'October',2008,'Partners',17,'','2008-10-04'),(130,'October',2008,'Contact Us',24,'','2008-10-04'),(131,'October',2008,'Shop Now',17,'','2008-10-04'),(132,'October',2008,'Customers List',17,'','2008-10-04'),(133,'October',2008,'Links',5,'','2008-10-04'),(134,'October',2008,'Customers',14,'','2008-10-05'),(135,'October',2008,'Directions',17,'','2008-10-05'),(136,'October',2008,'Events',17,'','2008-10-05'),(137,'November',2008,'Documents',17,'','2008-11-01'),(138,'November',2008,'About',19,'','2008-11-01'),(139,'November',2008,'Partners',16,'','2008-11-01'),(140,'November',2008,'Downloads',23,'','2008-11-01'),(141,'November',2008,'Support',20,'','2008-11-01'),(142,'November',2008,'Clients',20,'','2008-11-01'),(143,'November',2008,'Home Page',64,'','2008-11-01'),(144,'November',2008,'Our Mission',21,'','2008-11-01'),(145,'November',2008,'Contact',20,'','2008-11-01'),(146,'November',2008,'Newsletter',19,'','2008-11-01'),(147,'November',2008,'Events',21,'','2008-11-02'),(148,'November',2008,'About TALT',43,'','2008-11-02'),(149,'November',2008,'About Us',18,'','2008-11-02'),(150,'November',2008,'News',21,'','2008-11-02'),(151,'November',2008,'Products',22,'','2008-11-02'),(152,'November',2008,'Company',18,'','2008-11-03'),(153,'November',2008,'Directions',17,'','2008-11-03'),(154,'November',2008,'Contact Us',19,'','2008-11-03'),(155,'November',2008,'Customers List',22,'','2008-11-03'),(156,'November',2008,'Customers',15,'','2008-11-05'),(157,'November',2008,'Careers',18,'','2008-11-05'),(158,'November',2008,'Services',18,'','2008-11-06'),(159,'November',2008,'Jobs',21,'47d6eea8ad1e614b293c7d981adb6edc','2008-11-06'),(160,'November',2008,'Company Info',23,'','2008-11-06'),(161,'November',2008,'Shop Now',14,'','2008-11-06'),(162,'November',2008,'Case Studies',18,'','2008-11-06'),(163,'November',2008,'Services//sohoadmin/progr',1,'','2008-11-11'),(164,'November',2008,'Links',4,'','2008-11-11'),(165,'December',2008,'Company',24,'','2008-12-01'),(166,'December',2008,'Customers',18,'','2008-12-01'),(167,'December',2008,'News',28,'','2008-12-01'),(168,'December',2008,'Downloads',27,'','2008-12-01'),(169,'December',2008,'About TALT',34,'','2008-12-01'),(170,'December',2008,'Home Page',67,'b6acedd76c1f44138b8e6f3a31997e98','2008-12-01'),(171,'December',2008,'About Us',22,'b6acedd76c1f44138b8e6f3a31997e98','2008-12-01'),(172,'December',2008,'Case Studies',20,'b6acedd76c1f44138b8e6f3a31997e98','2008-12-01'),(173,'December',2008,'S .../sohoadmin/program/m',1,'','2008-12-01'),(174,'December',2008,'Documents',21,'','2008-12-01'),(175,'December',2008,'Products',23,'','2008-12-01'),(176,'December',2008,'Our Mission',23,'','2008-12-01'),(177,'December',2008,'Contact Us',25,'','2008-12-02'),(178,'December',2008,'About',25,'','2008-12-02'),(179,'December',2008,'Company Info',18,'','2008-12-02'),(180,'December',2008,'Directions',17,'','2008-12-02'),(181,'December',2008,'Jobs',24,'','2008-12-02'),(182,'December',2008,'Contact',18,'','2008-12-02'),(183,'December',2008,'Support',22,'','2008-12-02'),(184,'December',2008,'Customers List',23,'','2008-12-02'),(185,'December',2008,'Services',20,'','2008-12-03'),(186,'December',2008,'Careers',17,'bf117de4425ad971c568c6032e1756fe','2008-12-03'),(187,'December',2008,'Clients',19,'bf117de4425ad971c568c6032e1756fe','2008-12-03'),(188,'December',2008,'Newsletter',16,'c378882f4a1a8ceaa2e0adbe1608399e','2008-12-04'),(189,'December',2008,'Events',20,'','2008-12-04'),(190,'December',2008,'Shop Now',19,'','2008-12-04'),(191,'December',2008,'Partners',12,'','2008-12-05'),(192,'December',2008,'../../../../../../../../.',1,'','2008-12-17'),(193,'January',2009,'Contact Us',19,'','2009-01-01'),(194,'January',2009,'Our Mission',19,'','2009-01-01'),(195,'January',2009,'Downloads',23,'','2009-01-01'),(196,'January',2009,'Directions',14,'','2009-01-01'),(197,'January',2009,'Support',24,'','2009-01-01'),(198,'January',2009,'Events',18,'','2009-01-01'),(199,'January',2009,'Clients',19,'','2009-01-01'),(200,'January',2009,'Home Page',64,'','2009-01-01'),(201,'January',2009,'Partners',20,'','2009-01-01'),(202,'January',2009,'News',19,'','2009-01-02'),(203,'January',2009,'Case Studies',14,'','2009-01-02'),(204,'January',2009,'Documents',16,'','2009-01-02'),(205,'January',2009,'About TALT',32,'','2009-01-02'),(206,'January',2009,'Contact',16,'','2009-01-02'),(207,'January',2009,'Customers List',16,'','2009-01-02'),(208,'January',2009,'Products',18,'','2009-01-02'),(209,'January',2009,'About',16,'','2009-01-02'),(210,'January',2009,'Company',14,'','2009-01-02'),(211,'January',2009,'Services',17,'','2009-01-02'),(212,'January',2009,'Customers',20,'','2009-01-02'),(213,'January',2009,'Company Info',16,'','2009-01-03'),(214,'January',2009,'Jobs',20,'','2009-01-03'),(215,'January',2009,'Shop Now',20,'','2009-01-03'),(216,'January',2009,'Careers',17,'','2009-01-03'),(217,'January',2009,'Newsletter',15,'','2009-01-05'),(218,'January',2009,'About Us',10,'','2009-01-09'),(219,'January',2009,'Links',1,'','2009-01-11'),(220,'January',2009,'Services/sohoadmin/progra',1,'','2009-01-23'),(221,'February',2009,'Customers List',15,'','2009-02-01'),(222,'February',2009,'Support',17,'','2009-02-01'),(223,'February',2009,'News',15,'','2009-02-01'),(224,'February',2009,'Downloads',16,'','2009-02-01'),(225,'February',2009,'Jobs',16,'','2009-02-01'),(226,'February',2009,'Contact Us',15,'','2009-02-01'),(227,'February',2009,'Our Mission',18,'','2009-02-01'),(228,'February',2009,'Careers',10,'','2009-02-01'),(229,'February',2009,'Products',15,'','2009-02-01'),(230,'February',2009,'Home Page',57,'','2009-02-01'),(231,'February',2009,'Events',12,'','2009-02-01'),(232,'February',2009,'Partners',11,'','2009-02-02'),(233,'February',2009,'About',17,'','2009-02-02'),(234,'February',2009,'Directions',13,'','2009-02-02'),(235,'February',2009,'Clients',13,'','2009-02-02'),(236,'February',2009,'Documents',13,'','2009-02-02'),(237,'February',2009,'Newsletter',14,'','2009-02-02'),(238,'February',2009,'Customers',15,'','2009-02-03'),(239,'February',2009,'Contact',14,'','2009-02-03'),(240,'February',2009,'About TALT',28,'','2009-02-03'),(241,'February',2009,'Case Studies',13,'1738babe7c41a4bc9eec7cf801de26fc','2009-02-03'),(242,'February',2009,'Shop Now',15,'','2009-02-04'),(243,'February',2009,'About Us',11,'b3c20fa42b0a1e7cff805e3f58d50346','2009-02-04'),(244,'February',2009,'Company Info',14,'','2009-02-04'),(245,'February',2009,'Services',15,'','2009-02-04'),(246,'February',2009,'Company',15,'','2009-02-04'),(247,'February',2009,'Links',1,'','2009-02-09'),(248,'February',2009,'Services/sohoadmin/progra',2,'','2009-02-09'),(249,'March',2009,'Home Page',103,'','2009-03-01'),(250,'March',2009,'Clients',31,'','2009-03-01'),(251,'March',2009,'Products',37,'','2009-03-01'),(252,'March',2009,'Customers',29,'','2009-03-01'),(253,'March',2009,'Partners',32,'','2009-03-01'),(254,'March',2009,'Shop Now',26,'','2009-03-01'),(255,'March',2009,'Jobs',25,'','2009-03-02'),(256,'March',2009,'About TALT',42,'','2009-03-02'),(257,'March',2009,'News',35,'','2009-03-02'),(258,'March',2009,'Contact',25,'','2009-03-02'),(259,'March',2009,'Company',35,'','2009-03-03'),(260,'March',2009,'Company Info',33,'','2009-03-03'),(261,'March',2009,'About',44,'','2009-03-03'),(262,'March',2009,'Careers',33,'','2009-03-03'),(263,'March',2009,'Services',27,'','2009-03-03'),(264,'March',2009,'About Us',32,'7164a2f468eaaaa3d3530e8a6ac7ba18','2009-03-03'),(265,'March',2009,'Contact Us',23,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(266,'March',2009,'Newsletter',28,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(267,'March',2009,'Our Mission',25,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(268,'March',2009,'Support',33,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(269,'March',2009,'Events',29,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(270,'March',2009,'Downloads',36,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(271,'March',2009,'Documents',21,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(272,'March',2009,'Directions',21,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(273,'March',2009,'Customers List',26,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(274,'March',2009,'Case Studies',28,'8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(275,'March',2009,'Services/? SESSION[docroo',2,'','2009-03-05'),(276,'March',2009,'Links',2,'','2009-03-12'),(277,'April',2009,'Services',23,'','2009-04-01'),(278,'April',2009,'Company Info',22,'','2009-04-01'),(279,'April',2009,'Documents',18,'','2009-04-01'),(280,'April',2009,'Support',25,'','2009-04-01'),(281,'April',2009,'Jobs',14,'','2009-04-01'),(282,'April',2009,'Partners',21,'','2009-04-01'),(283,'April',2009,'Newsletter',15,'','2009-04-01'),(284,'April',2009,'Customers List',15,'','2009-04-01'),(285,'April',2009,'About TALT',29,'','2009-04-01'),(286,'April',2009,'Case Studies',14,'','2009-04-01'),(287,'April',2009,'Our Mission',10,'','2009-04-01'),(288,'April',2009,'About Us',18,'','2009-04-01'),(289,'April',2009,'Contact Us',16,'','2009-04-01'),(290,'April',2009,'Clients',17,'','2009-04-01'),(291,'April',2009,'Home Page',44,'','2009-04-01'),(292,'April',2009,'Company',22,'','2009-04-01'),(293,'April',2009,'News',20,'','2009-04-01'),(294,'April',2009,'Contact',18,'','2009-04-01'),(295,'April',2009,'Downloads',12,'','2009-04-01'),(296,'April',2009,'Directions',13,'','2009-04-01'),(297,'April',2009,'Products',21,'','2009-04-01'),(298,'April',2009,'About',21,'','2009-04-01'),(299,'April',2009,'S .../sohoadmin/program/m',1,'','2009-04-01'),(300,'April',2009,'S .../sohoadmin/program/m',1,'','2009-04-01'),(301,'April',2009,'Services/sohoadmin/progra',2,'','2009-04-01'),(302,'April',2009,'Customers',18,'','2009-04-01'),(303,'April',2009,'Events',12,'','2009-04-01'),(304,'April',2009,'Careers',23,'','2009-04-02'),(305,'April',2009,'Shop Now',12,'','2009-04-02'),(306,'April',2009,'Links',1,'','2009-04-09'),(307,'May',2009,'Home Page',30,'','2009-05-01'),(308,'May',2009,'Newsletter',5,'','2009-05-01'),(309,'May',2009,'Products',18,'','2009-05-01'),(310,'May',2009,'Contact',4,'','2009-05-01'),(311,'May',2009,'Clients',5,'','2009-05-01'),(312,'May',2009,'Company Info',14,'','2009-05-01'),(313,'May',2009,'Events',4,'','2009-05-01'),(314,'May',2009,'Customers List',6,'','2009-05-01'),(315,'May',2009,'About Us',7,'','2009-05-01'),(316,'May',2009,'Support',17,'','2009-05-01'),(317,'May',2009,'Services',15,'','2009-05-01'),(318,'May',2009,'Directions',8,'','2009-05-01'),(319,'May',2009,'Partners',16,'','2009-05-01'),(320,'May',2009,'Jobs',3,'','2009-05-01'),(321,'May',2009,'Case Studies',4,'','2009-05-01'),(322,'May',2009,'Our Mission',4,'','2009-05-01'),(323,'May',2009,'Downloads',7,'','2009-05-01'),(324,'May',2009,'Company',14,'','2009-05-01'),(325,'May',2009,'Customers',17,'','2009-05-01'),(326,'May',2009,'Contact Us',5,'','2009-05-01'),(327,'May',2009,'Documents',18,'','2009-05-01'),(328,'May',2009,'Shop Now',7,'','2009-05-01'),(329,'May',2009,'News',13,'','2009-05-01'),(330,'May',2009,'Careers',3,'','2009-05-01'),(331,'May',2009,'About',16,'','2009-05-01'),(332,'May',2009,'About TALT',35,'','2009-05-04'),(333,'May',2009,'Services/sohoadmin/progra',2,'','2009-05-04'),(334,'May',2009,'About TALT//?page=http://',1,'','2009-05-17'),(335,'May',2009,'Services\'',1,'','2009-05-31'),(336,'June',2009,'Company',23,'','2009-06-01'),(337,'June',2009,'Home Page',53,'','2009-06-01'),(338,'June',2009,'About',20,'774149cc4e6baef617663370091d01be','2009-06-01'),(339,'June',2009,'About Us',21,'774149cc4e6baef617663370091d01be','2009-06-01'),(340,'June',2009,'Support',21,'774149cc4e6baef617663370091d01be','2009-06-01'),(341,'June',2009,'Careers',19,'774149cc4e6baef617663370091d01be','2009-06-01'),(342,'June',2009,'Case Studies',20,'774149cc4e6baef617663370091d01be','2009-06-01'),(343,'June',2009,'Contact',18,'774149cc4e6baef617663370091d01be','2009-06-01'),(344,'June',2009,'Contact Us',20,'774149cc4e6baef617663370091d01be','2009-06-01'),(345,'June',2009,'Customers List',18,'774149cc4e6baef617663370091d01be','2009-06-01'),(346,'June',2009,'Products',29,'','2009-06-01'),(347,'June',2009,'Services/sohoadmin/progra',1,'','2009-06-01'),(348,'June',2009,'Services',23,'','2009-06-01'),(349,'June',2009,'About TALT',27,'','2009-06-02'),(350,'June',2009,'Customers',26,'','2009-06-02'),(351,'June',2009,'Company Info',21,'','2009-06-02'),(352,'June',2009,'Partners',23,'','2009-06-02'),(353,'June',2009,'Documents',25,'','2009-06-03'),(354,'June',2009,'Downloads',18,'','2009-06-03'),(355,'June',2009,'News',21,'','2009-06-03'),(356,'June',2009,'Newsletter',18,'cb11e615b34c587ffd47060d20b1cf5b','2009-06-03'),(357,'June',2009,'Clients',17,'','2009-06-04'),(358,'June',2009,'Events',21,'','2009-06-04'),(359,'June',2009,'Directions',17,'','2009-06-04'),(360,'June',2009,'Jobs',16,'','2009-06-04'),(361,'June',2009,'Our Mission',14,'','2009-06-04'),(362,'June',2009,'Shop Now',20,'','2009-06-04'),(363,'June',2009,'About TALT  /?page=http:/',6,'','2009-06-09'),(364,'June',2009,'Links',1,'','2009-06-27'),(365,'July',2009,'About TALT',39,'','2009-07-01'),(366,'July',2009,'Careers',17,'','2009-07-01'),(367,'July',2009,'Company',12,'','2009-07-01'),(368,'July',2009,'Support',14,'','2009-07-01'),(369,'July',2009,'Jobs',14,'7ade07422fe4a4de3676ad2e661a8b33','2009-07-01'),(370,'July',2009,'About',10,'783a2530f27ea5d36240364c67dcde8c','2009-07-01'),(371,'July',2009,'About Us',13,'783a2530f27ea5d36240364c67dcde8c','2009-07-01'),(372,'July',2009,'Newsletter',10,'783a2530f27ea5d36240364c67dcde8c','2009-07-01'),(373,'July',2009,'Partners',17,'','2009-07-02'),(374,'July',2009,'Services',11,'','2009-07-02'),(375,'July',2009,'Customers',18,'','2009-07-02'),(376,'July',2009,'Company Info',16,'','2009-07-02'),(377,'July',2009,'Shop Now',11,'','2009-07-03'),(378,'July',2009,'Home Page',34,'9a6fb73529c58119cd4825a43f40a9ca','2009-07-03'),(379,'July',2009,'Documents',11,'','2009-07-04'),(380,'July',2009,'Downloads',10,'','2009-07-05'),(381,'July',2009,'Our Mission',12,'','2009-07-07'),(382,'July',2009,'News',9,'','2009-07-07'),(383,'July',2009,'Directions',12,'','2009-07-07'),(384,'July',2009,'Events',10,'','2009-07-07'),(385,'July',2009,'Customers List',9,'','2009-07-07'),(386,'July',2009,'Products',13,'','2009-07-08'),(387,'July',2009,'Contact',11,'','2009-07-10'),(388,'July',2009,'Clients',11,'','2009-07-10'),(389,'July',2009,'Contact Us',9,'','2009-07-10'),(390,'July',2009,'Case Studies',10,'','2009-07-10'),(391,'July',2009,'Services/sohoadmin/progra',5,'','2009-07-20'),(392,'July',2009,'Services//login.php? SESS',1,'','2009-07-22'),(393,'August',2009,'Home Page',21,'','2009-08-01'),(394,'August',2009,'Documents',7,'','2009-08-01'),(395,'August',2009,'About Us',8,'','2009-08-01'),(396,'August',2009,'About TALT',21,'','2009-08-01'),(397,'August',2009,'Shop Now',7,'','2009-08-01'),(398,'August',2009,'Jobs',4,'','2009-08-02'),(399,'August',2009,'Newsletter',10,'','2009-08-02'),(400,'August',2009,'Customers',12,'','2009-08-02'),(401,'August',2009,'Company Info',10,'','2009-08-02'),(402,'August',2009,'Contact Us',9,'','2009-08-03'),(403,'August',2009,'News',12,'','2009-08-03'),(404,'August',2009,'Company',9,'','2009-08-03'),(405,'August',2009,'Careers',10,'','2009-08-03'),(406,'August',2009,'Contact',10,'','2009-08-03'),(407,'August',2009,'About',13,'04b1536cf28be9194e82ccd564315032','2009-08-04'),(408,'August',2009,'Case Studies',6,'04b1536cf28be9194e82ccd564315032','2009-08-04'),(409,'August',2009,'Clients',7,'04b1536cf28be9194e82ccd564315032','2009-08-04'),(410,'August',2009,'Customers List',7,'04b1536cf28be9194e82ccd564315032','2009-08-04'),(411,'August',2009,'Support',10,'04b1536cf28be9194e82ccd564315032','2009-08-04'),(412,'August',2009,'Our Mission',8,'df31d780aaba7f6dc1be986235667864','2009-08-04'),(413,'August',2009,'Directions',4,'','2009-08-05'),(414,'August',2009,'Partners',11,'','2009-08-05'),(415,'August',2009,'Events',5,'892941e3f406d878243c95043ed84b61','2009-08-05'),(416,'August',2009,'Services',15,'892941e3f406d878243c95043ed84b61','2009-08-05'),(417,'August',2009,'Downloads',5,'','2009-08-05'),(418,'August',2009,'Products',12,'','2009-08-05');
/*!40000 ALTER TABLE `STATS_TOP25` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `STATS_UNIQUE`
--

DROP TABLE IF EXISTS `STATS_UNIQUE`;
CREATE TABLE `STATS_UNIQUE` (
  `PriKey` int(11) NOT NULL auto_increment,
  `Month` char(25) default NULL,
  `Year` int(4) default NULL,
  `IP` char(25) default NULL,
  `Hour` char(25) default NULL,
  `Hits` int(25) default NULL,
  `Browser` char(100) default NULL,
  `SESSION` char(255) default NULL,
  `Real_Date` date default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM AUTO_INCREMENT=3134 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `STATS_UNIQUE`
--

LOCK TABLES `STATS_UNIQUE` WRITE;
/*!40000 ALTER TABLE `STATS_UNIQUE` DISABLE KEYS */;
INSERT INTO `STATS_UNIQUE` VALUES (1,'June',2008,'203.52.130.179','14',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET','c18c52392da81da1bba130834fb2a4db','2008-06-04'),(2,'June',2008,'65.55.210.139','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-04'),(3,'June',2008,'65.55.110.243','15',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-04'),(4,'June',2008,'69.36.158.62','17',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2008-06-04'),(5,'June',2008,'67.195.37.171','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-04'),(6,'June',2008,'67.195.37.171','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(7,'June',2008,'66.249.65.211','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-05'),(8,'June',2008,'66.249.65.211','06',18,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-05'),(9,'June',2008,'67.195.37.171','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(10,'June',2008,'66.249.65.211','10',18,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-05'),(11,'June',2008,'67.195.54.32','10',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(12,'June',2008,'67.195.54.35','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(13,'June',2008,'67.195.51.156','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(14,'June',2008,'67.195.52.59','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(15,'June',2008,'67.195.51.105','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(16,'June',2008,'67.195.51.220','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(17,'June',2008,'67.195.51.163','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(18,'June',2008,'67.195.51.221','10',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(19,'June',2008,'67.195.51.168','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(20,'June',2008,'67.195.52.58','10',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(21,'June',2008,'67.195.52.98','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(22,'June',2008,'67.195.52.118','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(23,'June',2008,'67.195.51.180','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(24,'June',2008,'67.195.51.254','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(25,'June',2008,'67.195.51.178','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(26,'June',2008,'67.195.52.35','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(27,'June',2008,'210.11.188.19','16',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; LSC_Student; InfoPath.1)','','2008-06-05'),(28,'June',2008,'74.6.22.102','16',14,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(29,'June',2008,'67.195.52.114','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(30,'June',2008,'74.6.22.102','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(31,'June',2008,'67.195.51.248','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(32,'June',2008,'74.6.22.102','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-05'),(33,'June',2008,'66.249.65.211','21',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-05'),(34,'June',2008,'74.6.22.102','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-06'),(35,'June',2008,'66.249.65.211','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-06'),(36,'June',2008,'66.249.65.211','04',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-06'),(37,'June',2008,'74.6.22.102','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-06'),(38,'June',2008,'66.249.65.211','07',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-06'),(39,'June',2008,'203.206.208.219','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2008-06-06'),(40,'June',2008,'203.12.22.51','13',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-06-06'),(41,'June',2008,'74.6.22.107','14',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-06'),(42,'June',2008,'67.195.51.238','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-06'),(43,'June',2008,'66.249.65.211','18',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-06'),(44,'June',2008,'67.195.37.171','12',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-07'),(45,'June',2008,'38.100.41.113','17',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2008-06-07'),(46,'June',2008,'74.6.17.186','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-07'),(47,'June',2008,'74.6.17.186','09',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-08'),(48,'June',2008,'66.249.65.211','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-08'),(49,'June',2008,'66.249.65.211','15',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-08'),(50,'June',2008,'65.55.210.133','18',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-08'),(51,'June',2008,'74.6.17.186','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-08'),(52,'June',2008,'69.84.207.39','23',27,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2008-06-08'),(53,'June',2008,'207.176.224.244','00',1,'Nutch/Nutch-0.8.1 (Nutch; Nutch; Nutch)','','2008-06-09'),(54,'June',2008,'65.55.210.126','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-09'),(55,'June',2008,'64.13.160.34','02',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-06-09'),(56,'June',2008,'74.6.17.186','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-09'),(57,'June',2008,'66.249.65.211','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-09'),(58,'June',2008,'66.249.65.211','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-09'),(59,'June',2008,'67.195.37.164','23',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-09'),(60,'June',2008,'67.195.54.41','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(61,'June',2008,'67.195.51.160','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(62,'June',2008,'67.195.51.180','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(63,'June',2008,'67.195.51.254','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(64,'June',2008,'67.195.51.178','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(65,'June',2008,'67.195.52.35','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(66,'June',2008,'67.195.51.248','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(67,'June',2008,'67.195.52.118','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(68,'June',2008,'67.195.51.105','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(69,'June',2008,'67.195.52.89','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(70,'June',2008,'66.249.65.211','13',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-10'),(71,'June',2008,'66.249.65.211','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-10'),(72,'June',2008,'67.195.52.114','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-10'),(73,'June',2008,'66.249.65.211','17',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-10'),(74,'June',2008,'67.195.52.86','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-11'),(75,'June',2008,'216.158.1.202','09',1,'bot/1.0 (bot; http://; bot@bot.bot)','','2008-06-11'),(76,'June',2008,'74.6.17.186','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-11'),(77,'June',2008,'74.6.17.186','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-11'),(78,'June',2008,'207.176.224.244','17',1,'Nutch/Nutch-0.8.1 (Nutch; Nutch; Nutch)','','2008-06-11'),(79,'June',2008,'74.6.17.186','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-11'),(80,'June',2008,'67.202.22.209','04',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2008-06-12'),(81,'June',2008,'210.15.214.162','12',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AITKEN; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30','','2008-06-12'),(82,'June',2008,'67.195.52.94','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-12'),(83,'June',2008,'67.195.51.160','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-12'),(84,'June',2008,'64.13.160.36','13',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-06-12'),(85,'June',2008,'203.14.54.240','13',8,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3','','2008-06-12'),(86,'June',2008,'221.6.159.250','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-06-12'),(87,'June',2008,'203.217.17.246','15',9,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-06-12'),(88,'June',2008,'74.6.17.186','16',12,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-12'),(89,'June',2008,'74.6.17.186','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-12'),(90,'June',2008,'66.249.72.179','21',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-12'),(91,'June',2008,'66.249.72.179','22',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-12'),(92,'June',2008,'66.249.72.179','23',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-12'),(93,'June',2008,'89.122.29.81','01',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-06-13'),(94,'June',2008,'74.6.17.186','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-13'),(95,'June',2008,'74.6.17.186','06',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-13'),(96,'June',2008,'74.6.17.186','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-13'),(97,'June',2008,'66.249.72.179','09',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-13'),(98,'June',2008,'203.25.82.46','09',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)','','2008-06-13'),(99,'June',2008,'67.195.37.164','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-13'),(100,'June',2008,'66.249.72.179','18',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-13'),(101,'June',2008,'66.249.72.179','19',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-13'),(102,'June',2008,'66.249.72.179','20',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-13'),(103,'June',2008,'66.249.72.179','01',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-14'),(104,'June',2008,'66.249.72.179','02',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-14'),(105,'June',2008,'151.47.141.100','02',26,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET)','','2008-06-14'),(106,'June',2008,'66.249.72.179','03',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-14'),(107,'June',2008,'66.249.72.179','04',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-14'),(108,'June',2008,'64.13.160.34','04',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-06-14'),(109,'June',2008,'74.6.22.188','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-14'),(110,'June',2008,'67.195.51.238','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-14'),(111,'June',2008,'65.55.210.140','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-14'),(112,'June',2008,'74.6.22.188','20',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-14'),(113,'June',2008,'65.55.212.240','21',7,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-06-14'),(114,'June',2008,'65.55.212.240','00',20,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-06-15'),(115,'June',2008,'74.6.22.188','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-15'),(116,'June',2008,'74.6.22.188','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-15'),(117,'June',2008,'67.195.37.164','20',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-15'),(118,'June',2008,'67.195.37.164','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-16'),(119,'June',2008,'67.195.37.164','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-16'),(120,'June',2008,'67.195.37.164','05',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-16'),(121,'June',2008,'66.249.72.179','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-16'),(122,'June',2008,'74.6.22.188','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-16'),(123,'June',2008,'66.249.72.179','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-16'),(124,'June',2008,'203.11.167.2','17',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.0450','','2008-06-16'),(125,'June',2008,'67.195.37.164','22',10,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-16'),(126,'June',2008,'67.195.37.164','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-17'),(127,'June',2008,'66.249.66.113','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-17'),(128,'June',2008,'66.249.66.235','15',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-17'),(129,'June',2008,'131.217.6.8','16',3,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14','','2008-06-17'),(130,'June',2008,'124.185.60.238','16',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)','','2008-06-17'),(131,'June',2008,'66.249.66.235','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-17'),(132,'June',2008,'88.242.113.113','18',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-06-17'),(133,'June',2008,'66.249.66.235','20',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-17'),(134,'June',2008,'66.249.66.235','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-17'),(135,'June',2008,'66.249.66.235','08',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-18'),(136,'June',2008,'66.249.66.235','09',13,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-18'),(137,'June',2008,'66.249.66.235','10',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-18'),(138,'June',2008,'74.6.22.188','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-18'),(139,'June',2008,'66.249.66.235','11',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-18'),(140,'June',2008,'69.84.207.37','11',19,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2008-06-18'),(141,'June',2008,'74.6.22.188','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-18'),(142,'June',2008,'66.249.66.235','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-18'),(143,'June',2008,'67.195.37.164','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-19'),(144,'June',2008,'74.6.22.188','16',11,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-19'),(145,'June',2008,'74.6.22.188','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-19'),(146,'June',2008,'74.6.22.188','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-19'),(147,'June',2008,'74.6.22.188','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-20'),(148,'June',2008,'66.249.72.83','03',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-20'),(149,'June',2008,'74.6.22.188','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-20'),(150,'June',2008,'66.249.72.83','05',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-20'),(151,'June',2008,'74.6.22.188','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-20'),(152,'June',2008,'203.14.54.240','08',7,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3','','2008-06-20'),(153,'June',2008,'66.249.72.83','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-20'),(154,'June',2008,'203.160.127.40','09',6,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3','','2008-06-20'),(155,'June',2008,'66.249.72.83','10',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-20'),(156,'June',2008,'65.55.210.137','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(157,'June',2008,'65.55.110.230','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(158,'June',2008,'65.55.210.126','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(159,'June',2008,'65.55.109.183','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(160,'June',2008,'65.55.210.129','15',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(161,'June',2008,'65.55.109.183','15',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(162,'June',2008,'210.11.188.16','15',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2008-06-20'),(163,'June',2008,'65.55.210.133','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(164,'June',2008,'65.55.210.127','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(165,'June',2008,'65.55.109.87','15',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(166,'June',2008,'65.55.210.130','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(167,'June',2008,'65.55.110.22','15',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(168,'June',2008,'65.55.109.211','15',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(169,'June',2008,'65.55.210.137','16',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(170,'June',2008,'65.55.210.131','16',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(171,'June',2008,'65.55.109.34','16',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(172,'June',2008,'65.55.210.128','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(173,'June',2008,'65.55.110.36','17',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(174,'June',2008,'65.55.210.134','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(175,'June',2008,'65.55.109.178','17',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(176,'June',2008,'65.55.210.135','17',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(177,'June',2008,'65.55.210.134','18',4,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(178,'June',2008,'65.55.109.108','18',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-20'),(179,'June',2008,'65.55.210.129','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(180,'June',2008,'65.55.210.132','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(181,'June',2008,'65.55.210.136','18',3,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(182,'June',2008,'65.55.210.140','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(183,'June',2008,'65.55.210.138','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-20'),(184,'June',2008,'66.249.72.83','22',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-20'),(185,'June',2008,'66.249.72.83','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-20'),(186,'June',2008,'66.249.72.83','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-21'),(187,'June',2008,'222.248.83.29','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-06-21'),(188,'June',2008,'221.210.52.146','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-06-21'),(189,'June',2008,'117.10.79.219','01',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-06-21'),(190,'June',2008,'66.249.72.83','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-21'),(191,'June',2008,'66.249.72.83','06',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-21'),(192,'June',2008,'66.249.72.83','07',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-21'),(193,'June',2008,'66.249.72.83','08',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-21'),(194,'June',2008,'203.160.127.40','08',1,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3','','2008-06-21'),(195,'June',2008,'65.55.210.127','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-21'),(196,'June',2008,'66.249.72.83','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-21'),(197,'June',2008,'74.6.17.166','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-22'),(198,'June',2008,'74.6.8.107','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-22'),(199,'June',2008,'66.249.72.83','12',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-22'),(200,'June',2008,'74.125.16.66','13',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2008-06-22'),(201,'June',2008,'66.249.72.83','13',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-22'),(202,'June',2008,'66.249.72.83','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-22'),(203,'June',2008,'66.249.72.83','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-22'),(204,'June',2008,'65.55.210.129','17',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-22'),(205,'June',2008,'65.55.210.126','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-22'),(206,'June',2008,'66.249.72.83','17',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-22'),(207,'June',2008,'74.6.8.90','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-22'),(208,'June',2008,'65.55.210.130','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-22'),(209,'June',2008,'65.55.210.128','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-22'),(210,'June',2008,'65.55.110.123','21',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-22'),(211,'June',2008,'67.195.37.164','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-22'),(212,'June',2008,'67.195.37.164','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-23'),(213,'June',2008,'74.6.17.186','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-23'),(214,'June',2008,'67.195.37.164','02',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-23'),(215,'June',2008,'67.195.37.164','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-23'),(216,'June',2008,'67.195.37.164','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-23'),(217,'June',2008,'67.195.37.164','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-23'),(218,'June',2008,'66.249.72.83','11',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-23'),(219,'June',2008,'64.13.160.34','05',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-06-24'),(220,'June',2008,'67.195.51.218','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-24'),(221,'June',2008,'67.195.37.109','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-24'),(222,'June',2008,'131.217.6.7','16',15,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2008-06-24'),(223,'June',2008,'67.195.37.109','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-24'),(224,'June',2008,'65.55.210.140','10',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-25'),(225,'June',2008,'74.6.22.172','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-25'),(226,'June',2008,'74.6.22.172','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-25'),(227,'June',2008,'64.13.160.34','15',4,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-06-25'),(228,'June',2008,'208.111.154.15','17',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-06-25'),(229,'June',2008,'209.249.86.17','18',2,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/20080109 (Charlotte/0.9t; http:/','','2008-06-25'),(230,'June',2008,'74.6.22.172','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-25'),(231,'June',2008,'74.6.22.172','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(232,'June',2008,'203.24.9.15','08',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-06-26'),(233,'June',2008,'67.195.54.23','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(234,'June',2008,'67.195.52.86','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(235,'June',2008,'67.195.54.35','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(236,'June',2008,'67.195.51.168','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(237,'June',2008,'67.195.52.58','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(238,'June',2008,'121.44.194.136','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)','','2008-06-26'),(239,'June',2008,'74.6.22.172','16',7,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(240,'June',2008,'74.6.22.172','17',5,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(241,'June',2008,'74.6.22.172','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(242,'June',2008,'67.195.51.160','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(243,'June',2008,'66.249.72.234','21',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-26'),(244,'June',2008,'67.195.52.89','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-26'),(245,'June',2008,'74.6.17.183','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(246,'June',2008,'67.195.52.98','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(247,'June',2008,'74.6.17.156','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(248,'June',2008,'67.195.51.248','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(249,'June',2008,'74.6.17.156','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(250,'June',2008,'203.208.91.82','09',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.43','','2008-06-27'),(251,'June',2008,'202.45.119.134','11',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','','2008-06-27'),(252,'June',2008,'202.45.119.133','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','b4fdd47a740d823513bdeef6c7360326','2008-06-27'),(253,'June',2008,'202.45.119.130','11',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','b4fdd47a740d823513bdeef6c7360326','2008-06-27'),(254,'June',2008,'202.45.119.131','11',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','0db9eba33e35d8fdf521ad1e1797e529','2008-06-27'),(255,'June',2008,'67.195.52.59','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(256,'June',2008,'67.195.52.35','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(257,'June',2008,'66.249.72.234','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-27'),(258,'June',2008,'66.249.72.234','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-27'),(259,'June',2008,'67.195.51.163','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(260,'June',2008,'66.249.72.234','14',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-27'),(261,'June',2008,'67.195.51.238','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(262,'June',2008,'208.111.154.15','15',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-06-27'),(263,'June',2008,'67.195.52.114','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(264,'June',2008,'64.13.160.34','16',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-06-27'),(265,'June',2008,'66.249.72.234','17',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-27'),(266,'June',2008,'66.249.72.234','18',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-27'),(267,'June',2008,'67.195.51.156','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(268,'June',2008,'67.195.51.105','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(269,'June',2008,'66.249.72.234','19',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-27'),(270,'June',2008,'67.195.51.220','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-27'),(271,'June',2008,'66.249.72.234','20',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-27'),(272,'June',2008,'67.195.54.41','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-28'),(273,'June',2008,'67.195.52.94','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-28'),(274,'June',2008,'67.195.51.178','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-28'),(275,'June',2008,'121.220.61.241','17',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .','','2008-06-28'),(276,'June',2008,'74.6.8.125','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-28'),(277,'June',2008,'62.178.17.149','23',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-06-28'),(278,'June',2008,'65.55.210.133','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-29'),(279,'June',2008,'66.249.72.234','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-29'),(280,'June',2008,'74.6.8.125','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-29'),(281,'June',2008,'66.249.72.234','04',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-29'),(282,'June',2008,'65.55.210.126','07',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-29'),(283,'June',2008,'65.55.109.68','07',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-29'),(284,'June',2008,'66.249.72.234','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-29'),(285,'June',2008,'74.6.8.125','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-29'),(286,'June',2008,'66.249.72.234','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-29'),(287,'June',2008,'74.6.17.163','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-29'),(288,'June',2008,'67.195.37.109','20',5,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-29'),(289,'June',2008,'66.249.72.234','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-06-29'),(290,'June',2008,'74.6.8.125','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-29'),(291,'June',2008,'67.195.37.109','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(292,'June',2008,'74.6.17.163','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(293,'June',2008,'67.195.37.109','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(294,'June',2008,'64.13.160.34','03',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-06-30'),(295,'June',2008,'67.195.37.109','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(296,'June',2008,'67.195.37.109','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(297,'June',2008,'67.195.37.109','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(298,'June',2008,'74.6.8.125','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(299,'June',2008,'203.206.77.187','07',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-06-30'),(300,'June',2008,'74.6.8.125','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(301,'June',2008,'67.195.37.109','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(302,'June',2008,'67.195.37.109','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(303,'June',2008,'67.195.37.109','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(304,'June',2008,'67.195.37.109','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-06-30'),(305,'June',2008,'124.114.173.161','15',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-06-30'),(306,'June',2008,'65.55.210.136','16',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(307,'June',2008,'65.55.109.241','18',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-30'),(308,'June',2008,'65.55.210.127','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(309,'June',2008,'65.55.210.130','20',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(310,'June',2008,'65.55.210.135','20',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(311,'June',2008,'65.55.110.181','20',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-30'),(312,'June',2008,'65.55.210.128','20',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(313,'June',2008,'65.55.210.132','20',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(314,'June',2008,'65.55.210.128','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(315,'June',2008,'65.55.210.134','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(316,'June',2008,'65.55.109.114','22',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-30'),(317,'June',2008,'65.55.210.133','22',4,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(318,'June',2008,'65.55.109.170','22',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-30'),(319,'June',2008,'65.55.109.245','22',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-30'),(320,'June',2008,'65.55.210.136','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(321,'June',2008,'65.55.109.76','22',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-30'),(322,'June',2008,'65.55.210.135','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-06-30'),(323,'June',2008,'65.55.110.207','23',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-06-30'),(324,'July',2008,'65.55.210.137','00',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-01'),(325,'July',2008,'65.55.109.29','00',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-01'),(326,'July',2008,'65.55.210.139','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-01'),(327,'July',2008,'65.55.109.203','01',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-01'),(328,'July',2008,'67.195.37.109','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-01'),(329,'July',2008,'67.195.52.32','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-01'),(330,'July',2008,'206.183.1.74','11',1,'Mozilla/4.0 (compatible; T-H-U-N-D-E-R-S-T-O-N-E)','','2008-07-01'),(331,'July',2008,'64.13.160.34','14',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-07-01'),(332,'July',2008,'67.195.37.109','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-01'),(333,'July',2008,'66.249.72.234','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-02'),(334,'July',2008,'74.125.16.66','13',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2008-07-02'),(335,'July',2008,'66.249.72.234','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-02'),(336,'July',2008,'67.195.37.109','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-02'),(337,'July',2008,'74.6.8.125','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-02'),(338,'July',2008,'74.6.8.125','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-02'),(339,'July',2008,'66.249.72.234','16',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-02'),(340,'July',2008,'122.107.203.166','18',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)','','2008-07-02'),(341,'July',2008,'74.6.8.125','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-02'),(342,'July',2008,'65.55.210.126','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-03'),(343,'July',2008,'65.55.110.45','01',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-03'),(344,'July',2008,'65.55.110.181','01',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-03'),(345,'July',2008,'65.55.110.20','01',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-03'),(346,'July',2008,'67.195.54.32','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(347,'July',2008,'67.195.51.178','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(348,'July',2008,'67.195.51.221','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(349,'July',2008,'67.195.52.94','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(350,'July',2008,'67.195.52.35','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(351,'July',2008,'67.195.52.118','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(352,'July',2008,'67.195.52.59','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(353,'July',2008,'67.195.51.105','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(354,'July',2008,'67.195.52.114','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(355,'July',2008,'74.6.8.125','16',5,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(356,'July',2008,'74.6.8.125','17',7,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(357,'July',2008,'67.195.51.248','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(358,'July',2008,'67.195.54.41','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(359,'July',2008,'66.249.72.234','17',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-03'),(360,'July',2008,'74.6.8.125','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(361,'July',2008,'66.249.72.234','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-03'),(362,'July',2008,'67.195.51.168','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(363,'July',2008,'66.249.72.234','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-03'),(364,'July',2008,'67.195.52.86','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(365,'July',2008,'66.249.72.234','22',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-03'),(366,'July',2008,'74.6.8.125','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(367,'July',2008,'67.195.51.160','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(368,'July',2008,'66.249.72.234','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-03'),(369,'July',2008,'67.195.51.156','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-03'),(370,'July',2008,'74.6.8.125','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(371,'July',2008,'208.109.168.117','01',1,'EmailSearch','','2008-07-04'),(372,'July',2008,'74.6.8.125','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(373,'July',2008,'67.195.51.220','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(374,'July',2008,'69.58.178.27','05',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2008-07-04'),(375,'July',2008,'67.195.51.218','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(376,'July',2008,'67.195.52.89','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(377,'July',2008,'74.6.8.125','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(378,'July',2008,'74.6.8.125','06',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(379,'July',2008,'67.195.51.163','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(380,'July',2008,'67.195.52.32','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(381,'July',2008,'67.195.51.180','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(382,'July',2008,'67.195.51.254','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(383,'July',2008,'66.249.67.178','12',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(384,'July',2008,'66.249.67.178','13',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(385,'July',2008,'66.249.67.178','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(386,'July',2008,'66.249.67.178','16',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(387,'July',2008,'66.249.67.178','18',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(388,'July',2008,'67.195.52.58','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-04'),(389,'July',2008,'66.249.67.178','20',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(390,'July',2008,'59.163.196.124','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-07-04'),(391,'July',2008,'222.67.204.150','21',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-07-04'),(392,'July',2008,'66.249.67.178','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(393,'July',2008,'66.249.67.178','22',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(394,'July',2008,'66.249.67.178','23',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-04'),(395,'July',2008,'89.180.97.70','02',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-07-05'),(396,'July',2008,'89.122.29.61','08',26,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-07-05'),(397,'July',2008,'67.195.52.98','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-05'),(398,'July',2008,'67.195.51.238','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-05'),(399,'July',2008,'65.55.210.139','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-05'),(400,'July',2008,'65.55.109.37','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-05'),(401,'July',2008,'67.195.54.35','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-05'),(402,'July',2008,'74.6.8.125','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-05'),(403,'July',2008,'213.167.22.228','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-07-05'),(404,'July',2008,'77.91.224.16','21',24,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru','','2008-07-05'),(405,'July',2008,'67.195.37.115','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-06'),(406,'July',2008,'74.6.17.163','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-06'),(407,'July',2008,'67.195.37.105','21',6,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-06'),(408,'July',2008,'74.6.8.125','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-06'),(409,'July',2008,'67.195.37.105','00',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(410,'July',2008,'66.249.67.178','02',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-07'),(411,'July',2008,'201.58.243.203','03',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-07-07'),(412,'July',2008,'67.195.37.105','03',6,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(413,'July',2008,'67.195.37.105','04',6,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(414,'July',2008,'74.6.8.125','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(415,'July',2008,'67.195.37.105','08',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(416,'July',2008,'67.195.37.105','09',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(417,'July',2008,'67.195.37.105','10',6,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(418,'July',2008,'74.6.8.125','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(419,'July',2008,'67.195.37.105','13',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(420,'July',2008,'67.195.37.105','14',5,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(421,'July',2008,'67.195.37.105','16',5,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(422,'July',2008,'67.195.37.105','20',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-07'),(423,'July',2008,'67.195.37.105','01',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-08'),(424,'July',2008,'67.195.37.105','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-08'),(425,'July',2008,'189.7.228.126','04',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-07-08'),(426,'July',2008,'218.185.0.82','09',10,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2','','2008-07-08'),(427,'July',2008,'74.125.16.66','18',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2008-07-08'),(428,'July',2008,'38.105.83.11','20',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2008-07-08'),(429,'July',2008,'77.91.224.16','22',2,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru','','2008-07-08'),(430,'July',2008,'67.195.37.115','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-09'),(431,'July',2008,'74.6.17.169','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-09'),(432,'July',2008,'202.86.211.36','14',11,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)','','2008-07-09'),(433,'July',2008,'74.6.17.169','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-09'),(434,'July',2008,'74.6.17.169','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-09'),(435,'July',2008,'66.249.85.85','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2008-07-10'),(436,'July',2008,'66.249.67.178','04',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-10'),(437,'July',2008,'66.249.67.178','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-10'),(438,'July',2008,'67.195.52.89','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(439,'July',2008,'67.195.52.86','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(440,'July',2008,'67.195.54.23','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(441,'July',2008,'67.195.51.168','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(442,'July',2008,'67.195.54.41','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(443,'July',2008,'67.195.52.58','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(444,'July',2008,'67.195.51.218','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(445,'July',2008,'67.195.51.254','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(446,'July',2008,'67.195.52.32','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(447,'July',2008,'67.195.52.114','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(448,'July',2008,'67.195.51.248','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(449,'July',2008,'67.195.51.163','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(450,'July',2008,'67.195.51.156','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(451,'July',2008,'67.195.51.160','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(452,'July',2008,'67.195.52.35','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(453,'July',2008,'67.195.51.220','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(454,'July',2008,'74.6.17.169','16',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(455,'July',2008,'74.6.17.169','17',7,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(456,'July',2008,'67.195.51.178','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(457,'July',2008,'74.6.17.169','18',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(458,'July',2008,'65.55.210.136','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-10'),(459,'July',2008,'65.55.110.27','19',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-10'),(460,'July',2008,'67.195.51.105','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(461,'July',2008,'67.195.54.35','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(462,'July',2008,'74.6.17.169','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(463,'July',2008,'65.55.230.219','22',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-10'),(464,'July',2008,'65.55.210.136','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-10'),(465,'July',2008,'67.195.51.221','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-10'),(466,'July',2008,'74.6.17.169','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-11'),(467,'July',2008,'65.55.210.136','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-11'),(468,'July',2008,'74.6.17.169','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-11'),(469,'July',2008,'65.55.210.137','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-11'),(470,'July',2008,'65.55.230.219','03',5,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-11'),(471,'July',2008,'74.6.17.169','06',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-11'),(472,'July',2008,'203.52.130.138','09',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-07-11'),(473,'July',2008,'203.52.130.179','09',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','44f574fd1649232aee210f9b94b1c0da','2008-07-11'),(474,'July',2008,'203.52.130.136','09',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','44f574fd1649232aee210f9b94b1c0da','2008-07-11'),(475,'July',2008,'203.52.130.137','09',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','44f574fd1649232aee210f9b94b1c0da','2008-07-11'),(476,'July',2008,'66.249.65.65','11',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-11'),(477,'July',2008,'66.249.65.65','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-11'),(478,'July',2008,'66.249.65.65','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-11'),(479,'July',2008,'67.195.51.238','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-11'),(480,'July',2008,'65.55.210.139','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-11'),(481,'July',2008,'66.249.65.65','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-12'),(482,'July',2008,'74.6.17.169','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-12'),(483,'July',2008,'66.249.71.118','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-12'),(484,'July',2008,'60.31.59.70','04',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-07-12'),(485,'July',2008,'66.249.73.161','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-12'),(486,'July',2008,'66.249.73.161','08',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-12'),(487,'July',2008,'66.249.73.161','09',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-12'),(488,'July',2008,'65.214.45.122','10',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2008-07-12'),(489,'July',2008,'74.6.22.162','20',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-12'),(490,'July',2008,'65.214.45.122','04',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2008-07-13'),(491,'July',2008,'74.6.22.156','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-13'),(492,'July',2008,'66.249.73.161','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-13'),(493,'July',2008,'66.249.73.161','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-13'),(494,'July',2008,'74.6.22.162','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-13'),(495,'July',2008,'74.6.22.162','11',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-14'),(496,'July',2008,'74.6.22.162','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-14'),(497,'July',2008,'66.249.73.161','15',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-14'),(498,'July',2008,'202.45.119.133','15',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','','2008-07-14'),(499,'July',2008,'202.45.119.131','15',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','407be0db28f4bca1b9da110ad097b89b','2008-07-14'),(500,'July',2008,'202.45.119.134','15',7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','8e9a90877f0b032088f7e15aaf2f1c68','2008-07-14'),(501,'July',2008,'203.7.198.28','15',1,'','','2008-07-14'),(502,'July',2008,'66.249.73.161','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-14'),(503,'July',2008,'66.249.73.161','17',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-14'),(504,'July',2008,'67.195.37.105','23',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-14'),(505,'July',2008,'74.6.22.162','02',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-15'),(506,'July',2008,'65.55.210.140','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-15'),(507,'July',2008,'67.195.37.105','05',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-16'),(508,'July',2008,'66.249.73.161','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-16'),(509,'July',2008,'67.195.37.105','12',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-16'),(510,'July',2008,'66.249.73.161','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-16'),(511,'July',2008,'74.6.22.162','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-16'),(512,'July',2008,'74.6.22.162','15',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-16'),(513,'July',2008,'74.6.22.162','19',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-16'),(514,'July',2008,'74.6.22.162','17',11,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-17'),(515,'July',2008,'67.195.37.105','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-17'),(516,'July',2008,'74.6.22.162','18',9,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-17'),(517,'July',2008,'67.195.37.105','19',7,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-17'),(518,'July',2008,'74.6.22.162','21',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-17'),(519,'July',2008,'74.6.22.162','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-17'),(520,'July',2008,'74.6.22.162','00',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-18'),(521,'July',2008,'74.6.22.162','03',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-18'),(522,'July',2008,'74.6.22.162','06',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-18'),(523,'July',2008,'74.6.22.162','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-18'),(524,'July',2008,'74.6.22.162','09',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-18'),(525,'July',2008,'67.195.37.105','15',15,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-18'),(526,'July',2008,'75.101.231.250','19',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2008-07-18'),(527,'July',2008,'67.195.37.115','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-19'),(528,'July',2008,'67.195.37.105','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-19'),(529,'July',2008,'65.55.210.133','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-19'),(530,'July',2008,'65.55.210.126','12',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-19'),(531,'July',2008,'149.20.55.4','13',14,'Mozilla/5.0 (compatible; archive.org_bot/heritrix-1.15.1-x +http://pandora.nla.gov.au/crawl.html)','','2008-07-19'),(532,'July',2008,'149.20.55.4','17',1,'Mozilla/5.0 (compatible; archive.org_bot/heritrix-1.15.1-x +http://pandora.nla.gov.au/crawl.html)','c55c2d76f975627309cd809292e91b5a','2008-07-19'),(533,'July',2008,'149.20.55.4','18',10,'Mozilla/5.0 (compatible; archive.org_bot/heritrix-1.15.1-x +http://pandora.nla.gov.au/crawl.html)','c55c2d76f975627309cd809292e91b5a','2008-07-19'),(534,'July',2008,'67.195.37.105','18',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-19'),(535,'July',2008,'67.195.37.105','22',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-19'),(536,'July',2008,'149.20.55.4','05',1,'Mozilla/5.0 (compatible; archive.org_bot/heritrix-1.15.1-x +http://pandora.nla.gov.au/crawl.html)','c55c2d76f975627309cd809292e91b5a','2008-07-20'),(537,'July',2008,'67.195.37.105','11',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-20'),(538,'July',2008,'65.55.234.161','20',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-20'),(539,'July',2008,'65.55.210.137','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-20'),(540,'July',2008,'65.55.210.131','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-20'),(541,'July',2008,'65.55.109.219','23',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-20'),(542,'July',2008,'65.55.210.135','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-20'),(543,'July',2008,'65.55.210.132','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(544,'July',2008,'65.55.109.19','00',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-21'),(545,'July',2008,'65.55.210.134','00',4,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(546,'July',2008,'65.55.110.98','00',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-21'),(547,'July',2008,'65.55.109.229','00',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-21'),(548,'July',2008,'65.55.210.127','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(549,'July',2008,'65.55.110.63','01',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-21'),(550,'July',2008,'65.55.210.129','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(551,'July',2008,'66.249.73.161','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-21'),(552,'July',2008,'65.55.210.135','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(553,'July',2008,'65.55.210.136','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(554,'July',2008,'65.55.210.136','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(555,'July',2008,'65.55.109.43','06',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-21'),(556,'July',2008,'65.55.210.138','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(557,'July',2008,'66.249.66.13','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-21'),(558,'July',2008,'66.249.66.13','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-21'),(559,'July',2008,'74.6.22.162','13',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-21'),(560,'July',2008,'65.55.210.140','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-21'),(561,'July',2008,'66.249.73.87','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-22'),(562,'July',2008,'203.25.82.46','12',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)','','2008-07-22'),(563,'July',2008,'66.249.73.87','19',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-22'),(564,'July',2008,'65.55.210.126','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-23'),(565,'July',2008,'65.55.109.29','03',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-23'),(566,'July',2008,'66.249.73.87','04',25,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-23'),(567,'July',2008,'65.55.210.133','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-23'),(568,'July',2008,'65.55.109.106','04',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-23'),(569,'July',2008,'77.91.224.16','10',1,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru','','2008-07-23'),(570,'July',2008,'221.133.196.114','12',3,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3','','2008-07-23'),(571,'July',2008,'65.55.110.187','20',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-23'),(572,'July',2008,'208.115.111.251','11',10,'DotBot/1.0.1 (http://www.dotnetdotcom.org/#info, crawler@dotnetdotcom.org)','','2008-07-24'),(573,'July',2008,'208.115.111.251','12',1,'DotBot/1.0.1 (http://www.dotnetdotcom.org/#info, crawler@dotnetdotcom.org)','','2008-07-24'),(574,'July',2008,'66.249.73.33','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-24'),(575,'July',2008,'74.6.22.156','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-24'),(576,'July',2008,'74.6.22.162','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-25'),(577,'July',2008,'66.249.73.33','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-26'),(578,'July',2008,'89.122.29.82','10',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-07-26'),(579,'July',2008,'67.195.37.115','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-26'),(580,'July',2008,'66.249.73.151','21',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-26'),(581,'July',2008,'66.249.73.151','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-26'),(582,'July',2008,'66.249.73.151','02',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-27'),(583,'July',2008,'66.249.73.151','03',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-27'),(584,'July',2008,'66.249.73.151','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-27'),(585,'July',2008,'74.6.22.181','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-27'),(586,'July',2008,'66.249.73.151','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-28'),(587,'July',2008,'65.55.210.140','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-28'),(588,'July',2008,'77.91.224.16','23',11,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru','','2008-07-28'),(589,'July',2008,'77.91.224.16','00',14,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru','','2008-07-29'),(590,'July',2008,'65.55.104.166','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-07-29'),(591,'July',2008,'65.55.232.35','03',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-07-29'),(592,'July',2008,'66.249.73.151','15',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-29'),(593,'July',2008,'150.101.91.122','16',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-07-29'),(594,'July',2008,'122.107.222.101','22',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2008-07-29'),(595,'July',2008,'66.249.73.151','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-30'),(596,'July',2008,'210.11.188.19','12',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.','','2008-07-30'),(597,'July',2008,'74.6.17.162','20',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-30'),(598,'July',2008,'74.6.17.162','23',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-30'),(599,'July',2008,'66.249.73.151','09',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-31'),(600,'July',2008,'74.6.17.162','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-07-31'),(601,'July',2008,'66.231.189.38','14',1,'Gigabot/3.0 (http://www.gigablast.com/spider.html)','','2008-07-31'),(602,'July',2008,'66.249.73.151','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-07-31'),(603,'August',2008,'67.195.37.105','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-01'),(604,'August',2008,'67.195.37.105','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-01'),(605,'August',2008,'74.6.17.162','04',5,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-01'),(606,'August',2008,'67.195.37.105','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-01'),(607,'August',2008,'74.6.17.162','08',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-01'),(608,'August',2008,'66.249.73.151','09',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-01'),(609,'August',2008,'67.195.37.105','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-01'),(610,'August',2008,'67.195.37.115','18',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-01'),(611,'August',2008,'66.249.73.151','18',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-01'),(612,'August',2008,'121.45.60.20','20',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1','','2008-08-01'),(613,'August',2008,'74.6.17.162','07',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-02'),(614,'August',2008,'74.6.17.162','10',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-02'),(615,'August',2008,'66.249.73.151','11',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-02'),(616,'August',2008,'64.13.160.35','12',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-08-02'),(617,'August',2008,'74.6.17.162','16',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-02'),(618,'August',2008,'74.6.17.162','21',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-02'),(619,'August',2008,'74.6.17.162','23',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-02'),(620,'August',2008,'66.249.73.151','01',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-03'),(621,'August',2008,'67.195.37.105','11',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-03'),(622,'August',2008,'74.6.17.162','13',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-03'),(623,'August',2008,'74.6.22.105','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-03'),(624,'August',2008,'74.6.17.162','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-03'),(625,'August',2008,'74.6.17.162','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-04'),(626,'August',2008,'74.6.17.162','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-04'),(627,'August',2008,'65.55.104.22','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-04'),(628,'August',2008,'65.55.212.240','05',1,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-08-04'),(629,'August',2008,'58.179.141.146','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','','2008-08-04'),(630,'August',2008,'203.52.130.136','11',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)','','2008-08-04'),(631,'August',2008,'203.52.130.179','11',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)','c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(632,'August',2008,'203.52.130.137','11',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)','c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(633,'August',2008,'203.52.130.138','11',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)','c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(634,'August',2008,'203.52.130.179','12',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)','c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(635,'August',2008,'203.52.130.137','12',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)','c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(636,'August',2008,'203.52.130.136','12',8,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)','c3570a1f906a0be2c90c8092106f7da7','2008-08-04'),(637,'August',2008,'202.45.119.133','12',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1','','2008-08-04'),(638,'August',2008,'202.45.119.131','12',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1','d1254125b9ac762469d6398314b43afb','2008-08-04'),(639,'August',2008,'202.45.119.134','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1','d1254125b9ac762469d6398314b43afb','2008-08-04'),(640,'August',2008,'66.249.73.151','19',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-04'),(641,'August',2008,'66.249.73.151','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-05'),(642,'August',2008,'66.249.73.151','06',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-05'),(643,'August',2008,'65.55.212.240','06',10,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-08-05'),(644,'August',2008,'66.249.73.151','07',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-05'),(645,'August',2008,'203.166.47.226','11',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MathPlayer 2.0; InfoPath.2)','','2008-08-05'),(646,'August',2008,'202.45.119.130','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','','2008-08-05'),(647,'August',2008,'74.6.17.162','15',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-05'),(648,'August',2008,'66.249.73.151','17',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-05'),(649,'August',2008,'74.6.17.162','05',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-06'),(650,'August',2008,'66.249.73.151','12',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-06'),(651,'August',2008,'203.26.37.35','13',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1)','','2008-08-06'),(652,'August',2008,'69.58.178.29','14',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2008-08-06'),(653,'August',2008,'74.6.17.162','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-06'),(654,'August',2008,'67.202.33.74','19',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2008-08-06'),(655,'August',2008,'74.6.17.162','20',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-06'),(656,'August',2008,'74.6.17.162','02',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-07'),(657,'August',2008,'203.173.8.12','08',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)','','2008-08-07'),(658,'August',2008,'203.62.10.3','08',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoP','','2008-08-07'),(659,'August',2008,'202.4.80.94','12',9,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2008-08-07'),(660,'August',2008,'67.195.37.105','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-07'),(661,'August',2008,'66.249.73.151','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-08'),(662,'August',2008,'65.55.210.151','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-08'),(663,'August',2008,'65.55.110.27','05',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-08'),(664,'August',2008,'65.55.210.151','06',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-08'),(665,'August',2008,'65.55.210.148','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-08'),(666,'August',2008,'65.55.110.240','06',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-08'),(667,'August',2008,'202.182.65.195','09',6,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)','','2008-08-08'),(668,'August',2008,'210.11.188.20','12',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2008-08-08'),(669,'August',2008,'67.195.37.105','23',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-08'),(670,'August',2008,'65.55.210.143','23',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-08'),(671,'August',2008,'65.55.110.238','23',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-08'),(672,'August',2008,'66.249.73.151','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-09'),(673,'August',2008,'65.55.210.143','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-09'),(674,'August',2008,'65.55.210.148','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-10'),(675,'August',2008,'65.55.110.99','09',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-10'),(676,'August',2008,'65.55.210.151','11',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-10'),(677,'August',2008,'65.55.110.163','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-10'),(678,'August',2008,'65.55.210.135','13',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-10'),(679,'August',2008,'74.6.22.105','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-10'),(680,'August',2008,'66.249.73.151','08',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-11'),(681,'August',2008,'203.32.16.50','10',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FGL; .NET CLR 1.1.4322; .NET CLR 2.0.50727;','','2008-08-11'),(682,'August',2008,'66.249.73.151','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-11'),(683,'August',2008,'66.249.73.151','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-11'),(684,'August',2008,'66.249.73.151','23',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-11'),(685,'August',2008,'65.214.45.122','01',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2008-08-12'),(686,'August',2008,'65.214.45.122','05',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2008-08-12'),(687,'August',2008,'208.43.206.170','05',1,'WebAlta Crawler/1.3.34 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1;','','2008-08-12'),(688,'August',2008,'58.169.79.49','14',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MVH; .NET CLR 1.1.4322; InfoPath.1)','','2008-08-12'),(689,'August',2008,'74.6.17.162','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-12'),(690,'August',2008,'38.105.83.10','20',3,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2008-08-12'),(691,'August',2008,'66.249.73.151','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-12'),(692,'August',2008,'74.6.17.162','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-13'),(693,'August',2008,'74.6.17.162','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-13'),(694,'August',2008,'66.249.71.11','15',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-13'),(695,'August',2008,'208.111.154.16','04',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-08-14'),(696,'August',2008,'74.6.17.162','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-14'),(697,'August',2008,'122.147.76.66','07',1,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)','','2008-08-14'),(698,'August',2008,'203.52.130.136','13',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-08-14'),(699,'August',2008,'203.52.130.179','13',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','639af8a308361a62b2af70c337a7c30b','2008-08-14'),(700,'August',2008,'66.249.71.11','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-14'),(701,'August',2008,'66.249.71.10','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-14'),(702,'August',2008,'210.8.162.203','16',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2008-08-14'),(703,'August',2008,'65.55.210.133','16',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-14'),(704,'August',2008,'65.55.210.137','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-14'),(705,'August',2008,'66.231.189.38','07',1,'Gigabot/3.0 (http://www.gigablast.com/spider.html)','','2008-08-15'),(706,'August',2008,'65.55.210.135','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-15'),(707,'August',2008,'65.55.110.43','08',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-15'),(708,'August',2008,'66.249.71.12','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-15'),(709,'August',2008,'66.249.71.10','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-15'),(710,'August',2008,'66.249.71.11','18',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-15'),(711,'August',2008,'66.249.71.12','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-16'),(712,'August',2008,'65.55.210.139','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-16'),(713,'August',2008,'67.195.37.109','05',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-16'),(714,'August',2008,'74.6.22.183','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-16'),(715,'August',2008,'74.6.22.183','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-16'),(716,'August',2008,'74.6.22.183','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-16'),(717,'August',2008,'65.55.210.136','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-16'),(718,'August',2008,'66.249.71.69','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-17'),(719,'August',2008,'66.249.71.229','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-17'),(720,'August',2008,'66.249.71.70','06',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-17'),(721,'August',2008,'66.249.71.69','07',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-17'),(722,'August',2008,'74.6.22.183','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-17'),(723,'August',2008,'66.249.71.69','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-17'),(724,'August',2008,'66.249.71.70','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-17'),(725,'August',2008,'210.66.69.161','10',24,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)','','2008-08-18'),(726,'August',2008,'202.86.211.36','16',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)','','2008-08-18'),(727,'August',2008,'66.249.71.68','19',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-18'),(728,'August',2008,'65.55.210.143','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-19'),(729,'August',2008,'65.55.110.123','06',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-19'),(730,'August',2008,'65.55.110.216','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)','','2008-08-19'),(731,'August',2008,'74.6.22.183','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-19'),(732,'August',2008,'124.81.66.20','15',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)','','2008-08-19'),(733,'August',2008,'66.249.71.69','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-19'),(734,'August',2008,'66.249.71.68','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-20'),(735,'August',2008,'66.249.71.70','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-20'),(736,'August',2008,'66.249.71.69','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-20'),(737,'August',2008,'66.249.71.107','15',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-20'),(738,'August',2008,'66.249.71.107','17',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-20'),(739,'August',2008,'74.6.22.161','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-20'),(740,'August',2008,'65.55.210.150','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-21'),(741,'August',2008,'66.249.71.85','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-21'),(742,'August',2008,'67.195.37.93','15',13,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-21'),(743,'August',2008,'67.195.37.93','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-21'),(744,'August',2008,'209.167.50.27','17',26,'LinkWalker/2.0','','2008-08-21'),(745,'August',2008,'74.6.22.91','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-21'),(746,'August',2008,'67.195.37.93','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-21'),(747,'August',2008,'67.195.37.93','20',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-21'),(748,'August',2008,'74.6.22.91','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-21'),(749,'August',2008,'74.6.22.91','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-22'),(750,'August',2008,'74.6.22.91','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-22'),(751,'August',2008,'74.6.22.175','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-22'),(752,'August',2008,'67.195.37.184','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-22'),(753,'August',2008,'67.195.37.184','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-22'),(754,'August',2008,'67.195.37.169','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-22'),(755,'August',2008,'67.195.37.184','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-22'),(756,'August',2008,'68.33.98.236','01',1,'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.1.4322)','','2008-08-23'),(757,'August',2008,'74.6.22.175','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-23'),(758,'August',2008,'67.195.37.184','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-23'),(759,'August',2008,'67.195.37.184','03',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-23'),(760,'August',2008,'74.6.22.175','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-23'),(761,'August',2008,'67.195.37.184','05',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-23'),(762,'August',2008,'74.6.22.175','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-23'),(763,'August',2008,'74.6.18.219','12',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-23'),(764,'August',2008,'74.6.18.219','21',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-23'),(765,'August',2008,'74.6.18.219','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-24'),(766,'August',2008,'66.249.71.83','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-24'),(767,'August',2008,'66.249.71.83','04',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-24'),(768,'August',2008,'66.249.71.85','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-24'),(769,'August',2008,'67.195.37.169','07',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-24'),(770,'August',2008,'74.6.18.219','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-24'),(771,'August',2008,'58.169.79.49','16',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MVH; .NET CLR 1.1.4322; InfoPath.1)','','2008-08-24'),(772,'August',2008,'74.6.18.219','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-24'),(773,'August',2008,'74.6.18.219','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-24'),(774,'August',2008,'74.6.18.219','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-25'),(775,'August',2008,'208.43.79.69','04',1,'Dumbot(version 0.2 beta - http://www.searchles.com/ Searchles Inc.)','','2008-08-25'),(776,'August',2008,'66.249.71.85','07',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-25'),(777,'August',2008,'74.6.18.219','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-25'),(778,'August',2008,'66.249.71.85','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-25'),(779,'August',2008,'66.249.71.107','00',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-26'),(780,'August',2008,'66.249.71.108','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-26'),(781,'August',2008,'66.249.71.108','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-26'),(782,'August',2008,'74.6.18.219','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-26'),(783,'August',2008,'66.249.71.77','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-26'),(784,'August',2008,'66.249.71.78','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-26'),(785,'August',2008,'66.249.71.78','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-26'),(786,'August',2008,'66.249.71.107','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-26'),(787,'August',2008,'65.55.210.139','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-27'),(788,'August',2008,'74.6.18.219','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-27'),(789,'August',2008,'61.88.131.151','10',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.','','2008-08-27'),(790,'August',2008,'203.166.47.226','10',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MathPlayer 2.0; InfoPath.2)','','2008-08-27'),(791,'August',2008,'74.6.22.125','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-27'),(792,'August',2008,'203.70.234.97','00',1,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)','','2008-08-28'),(793,'August',2008,'203.70.234.97','01',24,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)','','2008-08-28'),(794,'August',2008,'202.182.65.198','13',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.','','2008-08-28'),(795,'August',2008,'218.185.0.82','14',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-08-28'),(796,'August',2008,'67.195.37.95','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-28'),(797,'August',2008,'67.195.37.110','20',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-28'),(798,'August',2008,'65.55.210.136','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-08-29'),(799,'August',2008,'203.10.121.83','10',13,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)','','2008-08-29'),(800,'August',2008,'74.6.18.215','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-29'),(801,'August',2008,'203.52.130.137','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.','12230d6375c26108fd3a6dfb21c0d256','2008-08-29'),(802,'August',2008,'203.52.130.138','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.','12230d6375c26108fd3a6dfb21c0d256','2008-08-29'),(803,'August',2008,'74.6.18.239','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-29'),(804,'August',2008,'210.8.100.216','14',4,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14','','2008-08-29'),(805,'August',2008,'66.249.66.210','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-08-29'),(806,'August',2008,'67.195.37.95','06',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-30'),(807,'August',2008,'208.115.111.246','06',11,'DotBot/1.0.1 (http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-08-30'),(808,'August',2008,'67.195.37.95','07',1,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.4) Gecko/20080721 BonEcho/2.0.0.4','','2008-08-30'),(809,'August',2008,'74.6.22.122','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-31'),(810,'August',2008,'74.6.22.122','21',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-08-31'),(811,'August',2008,'208.111.154.15','22',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-08-31'),(812,'September',2008,'66.249.71.79','00',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-01'),(813,'September',2008,'74.6.22.122','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-01'),(814,'September',2008,'74.6.22.122','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-01'),(815,'September',2008,'74.6.22.122','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-01'),(816,'September',2008,'74.6.22.122','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-01'),(817,'September',2008,'66.249.71.108','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-01'),(818,'September',2008,'66.249.71.78','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-01'),(819,'September',2008,'66.249.71.77','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-01'),(820,'September',2008,'66.249.71.108','17',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-01'),(821,'September',2008,'74.6.22.122','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-01'),(822,'September',2008,'74.125.16.66','00',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2008-09-02'),(823,'September',2008,'66.249.71.78','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-02'),(824,'September',2008,'65.55.210.141','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-02'),(825,'September',2008,'65.55.110.97','09',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-02'),(826,'September',2008,'66.249.71.78','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-02'),(827,'September',2008,'66.249.71.107','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-02'),(828,'September',2008,'74.6.22.122','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-02'),(829,'September',2008,'74.6.22.122','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-02'),(830,'September',2008,'60.228.48.50','12',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)','','2008-09-03'),(831,'September',2008,'74.6.22.172','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-03'),(832,'September',2008,'74.6.22.164','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-04'),(833,'September',2008,'74.6.22.164','09',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-04'),(834,'September',2008,'74.6.22.186','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-04'),(835,'September',2008,'116.71.179.23','04',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1','','2008-09-05'),(836,'September',2008,'74.6.22.164','05',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-05'),(837,'September',2008,'69.58.178.32','06',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2008-09-05'),(838,'September',2008,'66.249.73.151','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-05'),(839,'September',2008,'74.6.22.164','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-05'),(840,'September',2008,'74.6.22.164','16',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-05'),(841,'September',2008,'74.6.22.164','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-05'),(842,'September',2008,'74.6.22.164','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-06'),(843,'September',2008,'66.249.73.151','22',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-06'),(844,'September',2008,'65.55.231.5','22',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-06'),(845,'September',2008,'74.6.22.164','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-07'),(846,'September',2008,'74.6.22.164','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-07'),(847,'September',2008,'77.91.224.15','20',1,'WebAlta Crawler/2.0 (http://www.webalta.net/ru/about_webmaster.html) (Windows; U; Windows NT 5.1; ru','','2008-09-07'),(848,'September',2008,'38.100.41.113','21',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2008-09-07'),(849,'September',2008,'59.167.68.54','22',6,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16','','2008-09-07'),(850,'September',2008,'66.231.189.38','14',1,'Gigabot/3.0 (http://www.gigablast.com/spider.html)','','2008-09-08'),(851,'September',2008,'74.6.22.164','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-08'),(852,'September',2008,'74.6.18.242','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-09'),(853,'September',2008,'74.6.22.164','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-09'),(854,'September',2008,'75.101.232.160','23',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2008-09-09'),(855,'September',2008,'74.6.22.164','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-10'),(856,'September',2008,'203.26.122.12','12',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2008-09-10'),(857,'September',2008,'66.249.73.151','02',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-11'),(858,'September',2008,'202.124.104.22','12',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)','','2008-09-11'),(859,'September',2008,'65.55.232.24','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-11'),(860,'September',2008,'65.55.232.24','16',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-11'),(861,'September',2008,'203.24.9.15','08',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-09-12'),(862,'September',2008,'203.122.237.74','11',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)','','2008-09-12'),(863,'September',2008,'77.91.224.15','17',1,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-12'),(864,'September',2008,'121.223.141.181','19',7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .','','2008-09-12'),(865,'September',2008,'69.84.207.147','04',27,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2008-09-13'),(866,'September',2008,'74.6.18.226','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-13'),(867,'September',2008,'74.6.18.226','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-13'),(868,'September',2008,'74.6.18.226','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-13'),(869,'September',2008,'77.91.224.15','00',1,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-14'),(870,'September',2008,'64.114.199.38','09',1,'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0','','2008-09-14'),(871,'September',2008,'74.6.18.226','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-14'),(872,'September',2008,'38.108.180.76','13',2,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-14'),(873,'September',2008,'124.179.251.13','15',12,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-09-14'),(874,'September',2008,'74.6.18.226','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-14'),(875,'September',2008,'38.108.180.76','03',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-15'),(876,'September',2008,'74.6.18.226','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-15'),(877,'September',2008,'38.108.180.76','10',2,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-15'),(878,'September',2008,'65.55.210.149','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-15'),(879,'September',2008,'65.55.109.122','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-15'),(880,'September',2008,'38.108.180.76','17',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-15'),(881,'September',2008,'65.55.210.133','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-15'),(882,'September',2008,'65.55.110.123','18',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-15'),(883,'September',2008,'77.91.224.15','21',1,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-15'),(884,'September',2008,'74.6.22.154','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-15'),(885,'September',2008,'38.108.180.76','01',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-16'),(886,'September',2008,'202.45.119.134','07',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2008-09-16'),(887,'September',2008,'202.45.119.130','14',6,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-09-16'),(888,'September',2008,'38.108.180.76','18',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-16'),(889,'September',2008,'59.167.107.153','20',3,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1','','2008-09-16'),(890,'September',2008,'38.108.180.76','04',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-17'),(891,'September',2008,'77.180.150.221','06',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1','','2008-09-17'),(892,'September',2008,'66.249.73.151','06',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-17'),(893,'September',2008,'66.249.73.151','07',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-17'),(894,'September',2008,'66.249.73.151','08',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-17'),(895,'September',2008,'202.45.119.130','13',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-09-17'),(896,'September',2008,'38.99.44.103','15',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(897,'September',2008,'38.99.44.105','16',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(898,'September',2008,'65.55.210.149','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-17'),(899,'September',2008,'38.99.44.103','17',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(900,'September',2008,'74.6.22.154','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-17'),(901,'September',2008,'38.99.44.105','21',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(902,'September',2008,'38.99.44.103','21',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(903,'September',2008,'38.99.44.105','22',5,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(904,'September',2008,'38.99.44.103','22',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(905,'September',2008,'74.6.22.154','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-17'),(906,'September',2008,'38.108.180.76','23',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-09-17'),(907,'September',2008,'38.99.44.103','23',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-17'),(908,'September',2008,'38.99.44.105','00',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(909,'September',2008,'38.99.44.105','01',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(910,'September',2008,'38.99.44.103','02',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(911,'September',2008,'38.99.44.105','02',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(912,'September',2008,'38.99.44.105','03',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(913,'September',2008,'74.6.22.154','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-18'),(914,'September',2008,'38.99.44.103','05',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(915,'September',2008,'38.99.44.103','06',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(916,'September',2008,'38.99.44.103','08',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(917,'September',2008,'38.99.44.105','08',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(918,'September',2008,'203.4.224.160','08',9,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)','','2008-09-18'),(919,'September',2008,'38.99.44.105','09',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(920,'September',2008,'38.99.44.103','09',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(921,'September',2008,'38.99.44.103','10',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(922,'September',2008,'202.45.119.133','10',11,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-09-18'),(923,'September',2008,'38.99.44.105','10',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(924,'September',2008,'38.99.44.105','11',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(925,'September',2008,'38.99.44.103','11',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(926,'September',2008,'38.99.44.105','12',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(927,'September',2008,'38.99.44.103','13',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(928,'September',2008,'38.99.44.105','14',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(929,'September',2008,'203.12.22.51','14',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-09-18'),(930,'September',2008,'203.33.133.124','15',11,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 1.1.','','2008-09-18'),(931,'September',2008,'77.91.224.15','16',1,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-18'),(932,'September',2008,'74.6.22.154','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-18'),(933,'September',2008,'38.99.44.105','18',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(934,'September',2008,'38.99.44.103','19',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(935,'September',2008,'38.99.44.103','20',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-09-18'),(936,'September',2008,'74.6.22.154','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-19'),(937,'September',2008,'74.6.22.154','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-19'),(938,'September',2008,'74.6.8.104','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-19'),(939,'September',2008,'66.249.73.151','19',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-19'),(940,'September',2008,'66.249.73.151','20',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-19'),(941,'September',2008,'66.249.73.151','23',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-19'),(942,'September',2008,'74.6.22.169','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-20'),(943,'September',2008,'66.249.73.151','09',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-20'),(944,'September',2008,'74.6.17.188','23',5,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-20'),(945,'September',2008,'91.205.124.15','23',1,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-20'),(946,'September',2008,'74.6.8.89','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-21'),(947,'September',2008,'74.6.8.100','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-21'),(948,'September',2008,'66.249.73.151','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-21'),(949,'September',2008,'66.249.73.151','11',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-21'),(950,'September',2008,'74.6.8.89','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-21'),(951,'September',2008,'65.55.110.124','23',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-21'),(952,'September',2008,'69.84.207.147','16',27,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2008-09-22'),(953,'September',2008,'66.249.73.151','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-22'),(954,'September',2008,'74.6.8.89','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-24'),(955,'September',2008,'60.242.33.5','15',1,'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','','2008-09-24'),(956,'September',2008,'213.166.17.2','18',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727','','2008-09-24'),(957,'September',2008,'65.55.210.137','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-24'),(958,'September',2008,'65.55.109.65','22',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-24'),(959,'September',2008,'91.205.124.15','01',1,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-25'),(960,'September',2008,'65.55.212.240','09',10,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-09-25'),(961,'September',2008,'203.26.16.68','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727','','2008-09-25'),(962,'September',2008,'65.55.212.240','12',17,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-09-25'),(963,'September',2008,'208.115.111.246','12',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-09-25'),(964,'September',2008,'65.55.210.136','12',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-25'),(965,'September',2008,'65.55.109.182','12',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-25'),(966,'September',2008,'65.55.210.139','12',7,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-25'),(967,'September',2008,'65.55.110.232','12',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-25'),(968,'September',2008,'65.55.110.207','12',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-25'),(969,'September',2008,'65.55.110.220','12',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-25'),(970,'September',2008,'65.55.110.43','12',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-25'),(971,'September',2008,'66.249.73.151','14',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-25'),(972,'September',2008,'208.115.111.246','16',9,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-09-25'),(973,'September',2008,'208.115.111.246','17',9,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-09-25'),(974,'September',2008,'65.55.210.143','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-25'),(975,'September',2008,'65.55.109.212','18',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-25'),(976,'September',2008,'65.55.210.133','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-26'),(977,'September',2008,'65.55.210.133','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-26'),(978,'September',2008,'65.55.109.21','04',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-26'),(979,'September',2008,'203.220.168.113','10',1,'User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-09-26'),(980,'September',2008,'74.6.8.100','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-26'),(981,'September',2008,'65.55.210.140','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-26'),(982,'September',2008,'74.6.22.106','21',8,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-26'),(983,'September',2008,'74.6.22.106','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-26'),(984,'September',2008,'74.6.22.106','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-26'),(985,'September',2008,'74.6.22.106','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-27'),(986,'September',2008,'65.55.210.141','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-27'),(987,'September',2008,'65.55.110.187','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-27'),(988,'September',2008,'91.205.124.15','14',8,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-27'),(989,'September',2008,'74.6.8.119','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-27'),(990,'September',2008,'74.6.8.119','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-27'),(991,'September',2008,'74.6.8.113','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-27'),(992,'September',2008,'65.55.210.155','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-27'),(993,'September',2008,'65.55.210.155','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-27'),(994,'September',2008,'65.55.210.152','23',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-27'),(995,'September',2008,'65.55.110.13','23',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-27'),(996,'September',2008,'65.55.110.49','23',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-27'),(997,'September',2008,'74.6.8.113','23',5,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-27'),(998,'September',2008,'74.6.8.113','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(999,'September',2008,'74.6.8.113','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1000,'September',2008,'65.55.210.141','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-28'),(1001,'September',2008,'74.6.22.184','04',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1002,'September',2008,'66.249.73.151','04',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-28'),(1003,'September',2008,'66.249.73.151','05',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-28'),(1004,'September',2008,'74.6.22.151','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1005,'September',2008,'74.6.22.184','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1006,'September',2008,'65.55.210.141','10',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-28'),(1007,'September',2008,'65.55.110.69','10',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-28'),(1008,'September',2008,'65.55.110.180','10',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-28'),(1009,'September',2008,'74.6.22.184','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1010,'September',2008,'74.6.22.184','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1011,'September',2008,'74.6.22.180','13',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1012,'September',2008,'65.55.210.153','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-28'),(1013,'September',2008,'65.55.109.35','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-09-28'),(1014,'September',2008,'66.249.73.151','17',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-09-28'),(1015,'September',2008,'74.6.22.180','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1016,'September',2008,'65.55.210.138','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-09-28'),(1017,'September',2008,'74.6.22.180','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-28'),(1018,'September',2008,'74.6.18.251','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-29'),(1019,'September',2008,'74.6.18.251','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-29'),(1020,'September',2008,'74.6.18.251','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-29'),(1021,'September',2008,'74.6.8.125','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-29'),(1022,'September',2008,'74.6.18.215','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-09-30'),(1023,'September',2008,'91.205.124.15','19',1,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-09-30'),(1024,'September',2008,'208.111.154.16','19',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-09-30'),(1025,'October',2008,'65.55.110.193','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-01'),(1026,'October',2008,'66.249.73.151','04',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-01'),(1027,'October',2008,'74.6.22.124','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-01'),(1028,'October',2008,'67.195.37.95','12',6,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-01'),(1029,'October',2008,'66.249.73.151','14',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-01'),(1030,'October',2008,'67.195.37.95','15',24,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-01'),(1031,'October',2008,'66.249.73.151','15',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-01'),(1032,'October',2008,'74.6.18.240','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-01'),(1033,'October',2008,'66.249.73.151','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-02'),(1034,'October',2008,'74.6.18.240','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-02'),(1035,'October',2008,'74.6.17.156','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-02'),(1036,'October',2008,'203.52.130.138','11',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoP','','2008-10-02'),(1037,'October',2008,'203.52.130.179','11',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoP','cab64e80d442b91e7f4c339d0354ba6d','2008-10-02'),(1038,'October',2008,'203.52.130.136','11',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoP','cab64e80d442b91e7f4c339d0354ba6d','2008-10-02'),(1039,'October',2008,'74.6.22.159','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-02'),(1040,'October',2008,'38.108.180.96','18',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-02'),(1041,'October',2008,'74.6.18.241','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-03'),(1042,'October',2008,'91.205.124.15','09',8,'Yanga WorldSearch Bot v1.1/beta (http://www.yanga.co.uk/)','','2008-10-03'),(1043,'October',2008,'69.58.178.26','14',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2008-10-03'),(1044,'October',2008,'74.6.22.106','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-03'),(1045,'October',2008,'66.249.73.151','16',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-03'),(1046,'October',2008,'74.6.22.106','16',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-03'),(1047,'October',2008,'66.249.73.151','17',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-03'),(1048,'October',2008,'74.6.22.106','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-03'),(1049,'October',2008,'74.6.22.106','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-04'),(1050,'October',2008,'66.249.73.151','07',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-04'),(1051,'October',2008,'74.6.22.106','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-04'),(1052,'October',2008,'74.6.22.157','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-04'),(1053,'October',2008,'66.249.73.151','18',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-04'),(1054,'October',2008,'77.111.39.3','20',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-10-04'),(1055,'October',2008,'208.111.154.15','23',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-10-04'),(1056,'October',2008,'74.6.22.107','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-04'),(1057,'October',2008,'65.55.210.148','01',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-05'),(1058,'October',2008,'74.6.22.112','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-05'),(1059,'October',2008,'67.195.37.95','13',15,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-05'),(1060,'October',2008,'67.195.37.95','14',9,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-05'),(1061,'October',2008,'65.55.212.242','14',1,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-10-05'),(1062,'October',2008,'65.55.210.143','16',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-05'),(1063,'October',2008,'65.55.210.150','16',3,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-05'),(1064,'October',2008,'65.55.110.47','17',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-05'),(1065,'October',2008,'65.55.110.107','17',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-05'),(1066,'October',2008,'65.55.210.149','17',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-05'),(1067,'October',2008,'65.55.109.98','17',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-05'),(1068,'October',2008,'65.55.210.150','17',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-05'),(1069,'October',2008,'74.6.18.227','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-05'),(1070,'October',2008,'65.55.210.154','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-05'),(1071,'October',2008,'67.195.37.110','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-06'),(1072,'October',2008,'65.55.210.139','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-06'),(1073,'October',2008,'67.195.37.95','04',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-06'),(1074,'October',2008,'65.55.210.140','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-06'),(1075,'October',2008,'202.134.33.92','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.','','2008-10-06'),(1076,'October',2008,'67.195.37.95','18',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-06'),(1077,'October',2008,'65.55.210.150','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-06'),(1078,'October',2008,'61.69.12.46','11',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)','','2008-10-07'),(1079,'October',2008,'60.242.33.5','12',1,'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','','2008-10-07'),(1080,'October',2008,'202.138.223.38','13',6,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3','','2008-10-07'),(1081,'October',2008,'38.100.41.113','18',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2008-10-07'),(1082,'October',2008,'66.249.73.151','19',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-07'),(1083,'October',2008,'208.111.154.16','20',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-10-07'),(1084,'October',2008,'66.249.73.108','20',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-07'),(1085,'October',2008,'65.55.210.148','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-08'),(1086,'October',2008,'65.55.210.141','04',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-08'),(1087,'October',2008,'65.55.210.148','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-08'),(1088,'October',2008,'65.55.109.74','04',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-08'),(1089,'October',2008,'66.249.73.151','06',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-08'),(1090,'October',2008,'65.55.210.133','07',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-08'),(1091,'October',2008,'65.55.109.167','07',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-08'),(1092,'October',2008,'74.6.18.232','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-08'),(1093,'October',2008,'74.6.18.232','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-08'),(1094,'October',2008,'203.144.4.106','12',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-10-08'),(1095,'October',2008,'64.114.199.1','13',1,'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0','','2008-10-08'),(1096,'October',2008,'65.55.210.134','15',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-08'),(1097,'October',2008,'66.249.73.151','20',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-08'),(1098,'October',2008,'66.249.73.151','21',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-08'),(1099,'October',2008,'74.6.8.89','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-08'),(1100,'October',2008,'65.55.210.131','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-09'),(1101,'October',2008,'65.55.110.67','01',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-09'),(1102,'October',2008,'65.55.210.142','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-09'),(1103,'October',2008,'65.55.109.85','05',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-09'),(1104,'October',2008,'67.233.121.84','07',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; In','','2008-10-09'),(1105,'October',2008,'74.6.22.112','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-09'),(1106,'October',2008,'74.6.22.184','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-09'),(1107,'October',2008,'67.202.22.161','19',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2008-10-09'),(1108,'October',2008,'122.164.29.244','19',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; SaveWealth)','','2008-10-09'),(1109,'October',2008,'195.239.211.234','23',26,'Mail.Ru/1.0','','2008-10-09'),(1110,'October',2008,'74.6.8.95','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-10'),(1111,'October',2008,'66.249.73.151','08',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-10'),(1112,'October',2008,'74.6.18.228','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-10'),(1113,'October',2008,'67.195.37.95','20',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-10'),(1114,'October',2008,'67.195.37.95','21',15,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-10'),(1115,'October',2008,'74.6.18.228','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-10'),(1116,'October',2008,'66.249.73.151','22',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-10'),(1117,'October',2008,'67.195.37.95','22',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-10'),(1118,'October',2008,'67.195.37.95','23',8,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-10'),(1119,'October',2008,'74.6.18.228','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1120,'October',2008,'67.195.37.95','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1121,'October',2008,'83.168.240.15','00',1,'DomainCrawler/1.0 (info@domaincrawler.com; http://www.domaincrawler.com/domains/view/andrewglasson.c','','2008-10-11'),(1122,'October',2008,'67.195.37.95','03',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1123,'October',2008,'67.195.37.95','06',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1124,'October',2008,'67.195.37.95','07',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1125,'October',2008,'67.195.37.95','08',8,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1126,'October',2008,'67.195.37.95','10',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1127,'October',2008,'67.195.37.95','11',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1128,'October',2008,'74.6.8.126','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1129,'October',2008,'74.6.8.126','15',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1130,'October',2008,'67.195.37.95','16',17,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1131,'October',2008,'74.6.8.126','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-11'),(1132,'October',2008,'78.94.109.197','19',1,'Mozilla/5.0 (compatible; MJ12bot/v1.2.3; http://www.majestic12.co.uk/bot.php?+)','','2008-10-11'),(1133,'October',2008,'66.249.67.24','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-12'),(1134,'October',2008,'66.249.67.24','13',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-12'),(1135,'October',2008,'66.249.67.24','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-12'),(1136,'October',2008,'66.249.67.24','15',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-12'),(1137,'October',2008,'66.249.67.24','16',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-12'),(1138,'October',2008,'74.6.18.219','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-12'),(1139,'October',2008,'209.249.11.3','00',1,'MSRBOT (http://research.microsoft.com/research/sv/msrbot/)','','2008-10-13'),(1140,'October',2008,'67.195.37.110','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-13'),(1141,'October',2008,'66.249.73.151','02',22,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-13'),(1142,'October',2008,'66.249.73.151','03',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-13'),(1143,'October',2008,'67.195.37.95','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-13'),(1144,'October',2008,'58.169.143.186','05',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-10-14'),(1145,'October',2008,'74.6.22.104','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-14'),(1146,'October',2008,'71.1.48.131','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)','','2008-10-14'),(1147,'October',2008,'74.6.18.236','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-14'),(1148,'October',2008,'65.55.210.140','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-14'),(1149,'October',2008,'71.41.201.38','21',4,'MLBot (www.metadatalabs.com/mlbot)','','2008-10-14'),(1150,'October',2008,'38.99.44.103','02',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1151,'October',2008,'38.99.44.105','04',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1152,'October',2008,'38.99.44.103','07',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1153,'October',2008,'38.99.44.105','09',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1154,'October',2008,'66.249.73.151','10',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-15'),(1155,'October',2008,'38.99.44.105','10',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1156,'October',2008,'38.99.44.103','10',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1157,'October',2008,'38.99.44.105','11',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1158,'October',2008,'38.99.44.103','11',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1159,'October',2008,'74.6.17.183','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-15'),(1160,'October',2008,'38.99.44.105','12',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1161,'October',2008,'38.99.44.103','13',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1162,'October',2008,'38.99.44.105','14',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1163,'October',2008,'38.99.44.103','17',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1164,'October',2008,'38.99.44.105','18',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1165,'October',2008,'38.99.44.103','19',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1166,'October',2008,'38.99.44.105','19',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1167,'October',2008,'65.55.210.135','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-15'),(1168,'October',2008,'38.99.44.105','20',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1169,'October',2008,'38.99.44.103','20',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1170,'October',2008,'38.99.44.103','21',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1171,'October',2008,'38.99.44.105','21',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1172,'October',2008,'38.99.44.105','22',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1173,'October',2008,'70.53.147.169','22',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2008-10-15'),(1174,'October',2008,'38.99.44.105','23',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-15'),(1175,'October',2008,'38.99.44.105','00',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-16'),(1176,'October',2008,'38.99.44.103','01',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-16'),(1177,'October',2008,'38.99.44.105','02',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-16'),(1178,'October',2008,'41.252.12.205','02',1,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.16;MEGAUPL','','2008-10-16'),(1179,'October',2008,'38.99.44.103','03',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2008-10-16'),(1180,'October',2008,'74.6.17.181','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-16'),(1181,'October',2008,'65.55.210.132','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-16'),(1182,'October',2008,'67.195.37.95','09',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-16'),(1183,'October',2008,'210.15.244.104','11',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727','','2008-10-16'),(1184,'October',2008,'74.6.18.254','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-16'),(1185,'October',2008,'202.182.65.197','13',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2008-10-16'),(1186,'October',2008,'74.6.17.185','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-16'),(1187,'October',2008,'67.195.37.95','19',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-16'),(1188,'October',2008,'74.6.17.185','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-16'),(1189,'October',2008,'67.195.37.95','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-17'),(1190,'October',2008,'66.249.73.151','01',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-17'),(1191,'October',2008,'65.55.210.140','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-17'),(1192,'October',2008,'202.182.65.198','09',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2','','2008-10-17'),(1193,'October',2008,'203.49.249.212','11',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)','','2008-10-17'),(1194,'October',2008,'74.6.22.189','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-17'),(1195,'October',2008,'74.6.22.189','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-17'),(1196,'October',2008,'74.6.22.189','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-17'),(1197,'October',2008,'87.156.104.238','21',1,'Mozilla/5.0 (superbot.com; +http://www.super.info)','','2008-10-17'),(1198,'October',2008,'74.6.22.189','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-17'),(1199,'October',2008,'65.55.210.148','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-18'),(1200,'October',2008,'74.6.17.169','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-18'),(1201,'October',2008,'74.6.17.169','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-18'),(1202,'October',2008,'74.6.18.224','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-18'),(1203,'October',2008,'74.6.22.170','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-18'),(1204,'October',2008,'65.55.231.1','01',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-19'),(1205,'October',2008,'74.6.22.95','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-19'),(1206,'October',2008,'66.249.73.151','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-19'),(1207,'October',2008,'74.6.22.119','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-19'),(1208,'October',2008,'74.6.22.169','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-19'),(1209,'October',2008,'67.195.37.110','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-20'),(1210,'October',2008,'203.11.167.2','09',7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.0450','','2008-10-20'),(1211,'October',2008,'74.6.17.187','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-21'),(1212,'October',2008,'203.52.130.138','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET','','2008-10-21'),(1213,'October',2008,'203.52.130.136','13',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET','','2008-10-21'),(1214,'October',2008,'66.249.73.151','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-21'),(1215,'October',2008,'203.52.130.137','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET','bd2ece923dcdead03ce02d456c9155a2','2008-10-21'),(1216,'October',2008,'66.249.73.151','00',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-22'),(1217,'October',2008,'74.6.18.238','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-22'),(1218,'October',2008,'74.6.18.238','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-22'),(1219,'October',2008,'149.77.167.158','20',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6','','2008-10-22'),(1220,'October',2008,'122.107.161.92','21',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)','','2008-10-22'),(1221,'October',2008,'74.6.18.238','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-22'),(1222,'October',2008,'67.195.37.110','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-23'),(1223,'October',2008,'203.173.8.12','11',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)','','2008-10-23'),(1224,'October',2008,'74.6.17.183','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-23'),(1225,'October',2008,'74.6.22.165','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-24'),(1226,'October',2008,'220.245.200.87','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-10-24'),(1227,'October',2008,'72.30.79.109','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-24'),(1228,'October',2008,'38.108.180.119','22',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-24'),(1229,'October',2008,'74.6.22.89','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-25'),(1230,'October',2008,'72.30.79.109','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-25'),(1231,'October',2008,'67.195.37.95','02',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-25'),(1232,'October',2008,'65.55.210.139','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-25'),(1233,'October',2008,'74.6.18.243','16',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-25'),(1234,'October',2008,'74.6.18.243','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-25'),(1235,'October',2008,'65.55.210.140','20',3,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-25'),(1236,'October',2008,'74.6.18.243','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-25'),(1237,'October',2008,'65.55.210.141','21',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-25'),(1238,'October',2008,'65.55.210.141','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-25'),(1239,'October',2008,'65.55.210.140','22',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-25'),(1240,'October',2008,'65.55.210.137','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-25'),(1241,'October',2008,'65.55.210.134','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-26'),(1242,'October',2008,'65.55.210.135','11',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-26'),(1243,'October',2008,'208.115.111.246','14',11,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-10-26'),(1244,'October',2008,'74.6.18.220','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-26'),(1245,'October',2008,'65.55.109.208','21',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-10-26'),(1246,'October',2008,'38.108.180.127','08',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-27'),(1247,'October',2008,'61.88.131.237','11',21,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)','','2008-10-27'),(1248,'October',2008,'139.230.245.21','14',6,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2008-10-27'),(1249,'October',2008,'38.108.180.127','15',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-27'),(1250,'October',2008,'38.108.180.127','21',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-27'),(1251,'October',2008,'38.108.180.127','04',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-28'),(1252,'October',2008,'65.55.210.150','07',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-28'),(1253,'October',2008,'65.55.210.143','11',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-28'),(1254,'October',2008,'38.108.180.127','12',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-28'),(1255,'October',2008,'38.108.180.127','20',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-28'),(1256,'October',2008,'65.55.210.136','22',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-28'),(1257,'October',2008,'74.6.22.101','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-28'),(1258,'October',2008,'74.6.22.104','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-29'),(1259,'October',2008,'65.214.45.214','05',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2008-10-29'),(1260,'October',2008,'38.108.180.127','11',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-10-29'),(1261,'October',2008,'65.55.210.148','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-10-29'),(1262,'October',2008,'67.195.37.110','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-29'),(1263,'October',2008,'210.15.244.104','10',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)','','2008-10-30'),(1264,'October',2008,'66.249.73.151','12',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-10-30'),(1265,'October',2008,'65.98.224.4','23',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2008-10-30'),(1266,'October',2008,'72.30.65.59','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-10-31'),(1267,'October',2008,'203.217.17.246','07',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-10-31'),(1268,'November',2008,'67.195.37.95','00',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-01'),(1269,'November',2008,'66.249.73.151','01',20,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-01'),(1270,'November',2008,'67.195.37.95','05',5,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-01'),(1271,'November',2008,'65.55.210.136','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-11-01'),(1272,'November',2008,'72.30.142.189','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-01'),(1273,'November',2008,'72.30.142.189','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-01'),(1274,'November',2008,'72.30.81.166','20',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-01'),(1275,'November',2008,'72.30.65.25','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-01'),(1276,'November',2008,'67.195.37.95','02',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-02'),(1277,'November',2008,'66.249.73.151','02',11,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-02'),(1278,'November',2008,'72.30.161.250','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-02'),(1279,'November',2008,'72.30.161.250','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-02'),(1280,'November',2008,'72.30.78.236','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-02'),(1281,'November',2008,'72.30.161.250','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-02'),(1282,'November',2008,'66.249.73.151','18',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-02'),(1283,'November',2008,'72.30.65.38','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-02'),(1284,'November',2008,'66.249.73.151','03',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-03'),(1285,'November',2008,'66.249.73.151','04',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-03'),(1286,'November',2008,'65.55.231.1','04',2,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-11-03'),(1287,'November',2008,'72.30.79.23','06',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-03'),(1288,'November',2008,'72.30.65.44','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-03'),(1289,'November',2008,'72.30.78.235','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-03'),(1290,'November',2008,'74.6.22.166','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-03'),(1291,'November',2008,'74.6.22.174','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-04'),(1292,'November',2008,'66.235.124.6','15',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2008-11-04'),(1293,'November',2008,'66.249.73.151','23',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-04'),(1294,'November',2008,'74.6.18.226','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-05'),(1295,'November',2008,'74.6.18.226','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-05'),(1296,'November',2008,'74.6.18.226','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-05'),(1297,'November',2008,'74.6.18.226','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-05'),(1298,'November',2008,'74.6.18.226','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-06'),(1299,'November',2008,'74.6.18.253','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-06'),(1300,'November',2008,'67.195.37.95','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-06'),(1301,'November',2008,'65.55.109.238','06',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-11-06'),(1302,'November',2008,'203.12.22.51','07',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2008-11-06'),(1303,'November',2008,'69.58.178.27','09',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2008-11-06'),(1304,'November',2008,'66.249.73.151','15',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-06'),(1305,'November',2008,'66.249.73.151','19',25,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-06'),(1306,'November',2008,'66.249.73.151','20',14,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-06'),(1307,'November',2008,'74.6.22.164','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1308,'November',2008,'74.6.22.184','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1309,'November',2008,'74.6.22.178','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1310,'November',2008,'67.195.37.95','08',10,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1311,'November',2008,'67.195.37.95','09',7,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1312,'November',2008,'67.195.37.95','11',7,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1313,'November',2008,'74.6.22.178','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1314,'November',2008,'65.55.210.150','13',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-11-07'),(1315,'November',2008,'67.195.37.95','13',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1316,'November',2008,'66.249.73.151','14',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-07'),(1317,'November',2008,'67.195.37.95','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-07'),(1318,'November',2008,'66.249.73.35','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-08'),(1319,'November',2008,'74.6.8.95','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-08'),(1320,'November',2008,'74.6.8.95','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-08'),(1321,'November',2008,'66.249.73.151','21',21,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-08'),(1322,'November',2008,'74.6.18.223','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-08'),(1323,'November',2008,'74.6.8.95','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-08'),(1324,'November',2008,'74.6.18.223','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-08'),(1325,'November',2008,'74.6.8.95','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1326,'November',2008,'74.6.22.156','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1327,'November',2008,'74.6.18.219','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1328,'November',2008,'74.6.22.156','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1329,'November',2008,'74.6.22.156','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1330,'November',2008,'66.249.73.151','17',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-09'),(1331,'November',2008,'74.6.22.90','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1332,'November',2008,'74.6.22.90','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1333,'November',2008,'74.6.22.90','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1334,'November',2008,'67.195.37.95','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-09'),(1335,'November',2008,'74.6.22.170','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-10'),(1336,'November',2008,'74.6.18.254','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-10'),(1337,'November',2008,'74.6.22.170','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-10'),(1338,'November',2008,'74.6.22.170','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-10'),(1339,'November',2008,'91.151.93.132','00',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4','','2008-11-11'),(1340,'November',2008,'74.6.8.93','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-11'),(1341,'November',2008,'38.108.180.128','07',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-11-11'),(1342,'November',2008,'74.6.8.93','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-11'),(1343,'November',2008,'203.217.17.246','14',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2008-11-11'),(1344,'November',2008,'203.217.17.246','15',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','7da833c6e036769ec3755c92706b6f44','2008-11-11'),(1345,'November',2008,'74.6.8.93','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-11'),(1346,'November',2008,'74.6.8.93','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-11'),(1347,'November',2008,'67.195.37.110','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-11'),(1348,'November',2008,'78.29.228.103','22',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3','','2008-11-11'),(1349,'November',2008,'66.249.73.151','22',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-11'),(1350,'November',2008,'78.173.193.97','00',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)','','2008-11-12'),(1351,'November',2008,'72.30.142.162','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-12'),(1352,'November',2008,'74.6.8.106','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-12'),(1353,'November',2008,'66.249.73.151','16',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-12'),(1354,'November',2008,'74.6.8.106','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-12'),(1355,'November',2008,'74.6.8.106','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-12'),(1356,'November',2008,'74.6.8.106','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-13'),(1357,'November',2008,'74.125.16.68','01',3,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2008-11-13'),(1358,'November',2008,'66.249.73.151','10',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-13'),(1359,'November',2008,'195.239.211.234','10',3,'Mail.Ru/1.0','','2008-11-13'),(1360,'November',2008,'74.6.8.92','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-14'),(1361,'November',2008,'74.6.8.92','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-14'),(1362,'November',2008,'220.245.68.169','08',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-11-14'),(1363,'November',2008,'74.6.8.92','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-14'),(1364,'November',2008,'72.30.142.222','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-14'),(1365,'November',2008,'66.249.73.151','12',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-14'),(1366,'November',2008,'58.165.2.27','12',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)','','2008-11-14'),(1367,'November',2008,'150.70.84.27','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2008-11-14'),(1368,'November',2008,'72.30.79.62','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-14'),(1369,'November',2008,'58.179.141.146','15',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','','2008-11-14'),(1370,'November',2008,'138.217.159.171','21',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2008-11-14'),(1371,'November',2008,'66.249.73.151','00',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-15'),(1372,'November',2008,'206.78.255.34','07',1,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/','','2008-11-15'),(1373,'November',2008,'66.249.73.151','07',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-15'),(1374,'November',2008,'66.249.73.151','09',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-15'),(1375,'November',2008,'72.30.142.251','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-15'),(1376,'November',2008,'72.30.142.251','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-15'),(1377,'November',2008,'72.30.142.251','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-15'),(1378,'November',2008,'72.30.81.179','21',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-15'),(1379,'November',2008,'72.30.81.179','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-15'),(1380,'November',2008,'72.30.81.179','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-15'),(1381,'November',2008,'72.30.142.251','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1382,'November',2008,'72.30.81.179','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1383,'November',2008,'38.100.41.113','04',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2008-11-16'),(1384,'November',2008,'72.30.142.239','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1385,'November',2008,'66.249.73.151','06',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-16'),(1386,'November',2008,'72.30.79.89','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1387,'November',2008,'66.249.73.151','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-16'),(1388,'November',2008,'72.30.142.240','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1389,'November',2008,'72.30.81.156','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1390,'November',2008,'72.30.142.219','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1391,'November',2008,'72.30.81.156','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1392,'November',2008,'67.195.37.95','23',12,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1393,'November',2008,'72.30.81.156','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-16'),(1394,'November',2008,'67.195.37.95','01',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1395,'November',2008,'67.195.37.95','03',8,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1396,'November',2008,'66.249.73.151','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-17'),(1397,'November',2008,'72.30.81.153','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1398,'November',2008,'72.30.81.153','12',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1399,'November',2008,'67.195.37.95','12',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1400,'November',2008,'72.30.79.111','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1401,'November',2008,'67.195.37.95','18',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1402,'November',2008,'67.195.37.95','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1403,'November',2008,'72.30.79.111','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1404,'November',2008,'67.195.37.95','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1405,'November',2008,'72.30.78.248','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1406,'November',2008,'206.183.1.74','23',1,'Mozilla/4.0 (compatible; http://search.thunderstone.com/texis/websearch/about.html)','','2008-11-17'),(1407,'November',2008,'72.30.79.111','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-17'),(1408,'November',2008,'72.30.78.248','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1409,'November',2008,'66.235.124.55','02',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2008-11-18'),(1410,'November',2008,'72.30.81.159','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1411,'November',2008,'72.30.81.159','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1412,'November',2008,'74.6.18.224','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1413,'November',2008,'66.249.73.151','11',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-18'),(1414,'November',2008,'203.11.167.3','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.0450','','2008-11-18'),(1415,'November',2008,'74.6.22.169','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1416,'November',2008,'74.6.18.253','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1417,'November',2008,'74.6.22.169','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1418,'November',2008,'67.195.37.110','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-18'),(1419,'November',2008,'66.249.67.10','02',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1420,'November',2008,'66.249.73.211','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1421,'November',2008,'74.6.8.121','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-19'),(1422,'November',2008,'74.6.22.179','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-19'),(1423,'November',2008,'66.249.73.211','06',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1424,'November',2008,'124.183.141.202','07',7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.','','2008-11-19'),(1425,'November',2008,'72.30.142.172','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-19'),(1426,'November',2008,'66.249.73.211','19',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1427,'November',2008,'66.249.73.211','20',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1428,'November',2008,'66.249.73.211','21',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1429,'November',2008,'72.30.78.240','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-19'),(1430,'November',2008,'66.249.73.211','22',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1431,'November',2008,'66.249.73.211','23',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-19'),(1432,'November',2008,'66.249.73.211','00',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-20'),(1433,'November',2008,'72.30.65.33','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-20'),(1434,'November',2008,'65.55.210.150','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-11-20'),(1435,'November',2008,'116.71.182.6','04',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1','','2008-11-20'),(1436,'November',2008,'72.30.65.36','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-20'),(1437,'November',2008,'72.30.142.156','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-20'),(1438,'November',2008,'202.124.104.22','09',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)','','2008-11-20'),(1439,'November',2008,'66.249.73.211','12',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-20'),(1440,'November',2008,'67.195.37.95','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-20'),(1441,'November',2008,'72.30.65.28','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-20'),(1442,'November',2008,'72.30.65.54','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-21'),(1443,'November',2008,'72.30.65.54','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-21'),(1444,'November',2008,'66.249.73.211','04',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-21'),(1445,'November',2008,'66.249.73.211','05',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-21'),(1446,'November',2008,'67.195.37.95','10',8,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-21'),(1447,'November',2008,'72.30.142.167','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-21'),(1448,'November',2008,'72.30.161.249','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-21'),(1449,'November',2008,'72.30.87.117','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-22'),(1450,'November',2008,'65.55.212.242','13',1,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-11-22'),(1451,'November',2008,'72.30.142.152','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-22'),(1452,'November',2008,'72.30.65.60','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-22'),(1453,'November',2008,'72.30.87.117','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-22'),(1454,'November',2008,'72.30.65.60','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-22'),(1455,'November',2008,'72.30.87.117','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-22'),(1456,'November',2008,'72.30.161.217','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-22'),(1457,'November',2008,'72.30.79.122','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-23'),(1458,'November',2008,'65.55.104.166','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-11-23'),(1459,'November',2008,'65.55.212.242','02',25,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2008-11-23'),(1460,'November',2008,'72.30.65.54','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-23'),(1461,'November',2008,'72.30.65.54','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-23'),(1462,'November',2008,'72.30.65.54','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-23'),(1463,'November',2008,'72.30.142.170','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-23'),(1464,'November',2008,'72.30.142.215','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-24'),(1465,'November',2008,'72.30.79.37','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-24'),(1466,'November',2008,'66.249.73.211','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-24'),(1467,'November',2008,'72.30.78.252','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-24'),(1468,'November',2008,'65.55.210.140','14',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-11-24'),(1469,'November',2008,'72.30.78.252','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-24'),(1470,'November',2008,'72.30.78.252','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-24'),(1471,'November',2008,'72.30.142.237','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-25'),(1472,'November',2008,'66.249.73.211','01',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-25'),(1473,'November',2008,'67.195.37.110','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-25'),(1474,'November',2008,'72.30.79.91','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-25'),(1475,'November',2008,'61.69.12.20','13',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-11-25'),(1476,'November',2008,'72.30.142.226','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-25'),(1477,'November',2008,'72.30.79.110','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-26'),(1478,'November',2008,'66.249.73.211','08',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-26'),(1479,'November',2008,'203.33.133.124','10',6,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 1.1.','','2008-11-26'),(1480,'November',2008,'202.47.122.14','11',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322)','','2008-11-26'),(1481,'November',2008,'67.195.37.110','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-26'),(1482,'November',2008,'72.30.142.243','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-26'),(1483,'November',2008,'72.30.79.117','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-27'),(1484,'November',2008,'192.139.27.18','02',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)','','2008-11-27'),(1485,'November',2008,'66.249.73.211','07',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-27'),(1486,'November',2008,'38.108.180.134','13',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-11-27'),(1487,'November',2008,'65.55.110.41','19',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-11-27'),(1488,'November',2008,'72.30.142.113','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1489,'November',2008,'72.30.81.153','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1490,'November',2008,'72.30.81.153','02',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1491,'November',2008,'201.14.235.239','04',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2008-11-28'),(1492,'November',2008,'203.24.9.15','07',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-11-28'),(1493,'November',2008,'74.6.17.151','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1494,'November',2008,'74.6.17.151','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1495,'November',2008,'67.195.37.95','14',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1496,'November',2008,'74.6.17.151','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1497,'November',2008,'67.195.37.95','15',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1498,'November',2008,'202.146.15.20','15',14,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.27.1 (KHTML, like Gecko) Vers','','2008-11-28'),(1499,'November',2008,'67.195.37.95','16',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-28'),(1500,'November',2008,'72.30.81.181','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1501,'November',2008,'72.30.142.154','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1502,'November',2008,'72.30.142.93','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1503,'November',2008,'74.6.18.250','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1504,'November',2008,'66.249.73.211','17',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-29'),(1505,'November',2008,'66.249.73.211','18',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-29'),(1506,'November',2008,'72.30.142.215','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1507,'November',2008,'72.30.142.215','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1508,'November',2008,'72.30.142.215','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1509,'November',2008,'74.6.22.175','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-29'),(1510,'November',2008,'72.30.79.30','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-30'),(1511,'November',2008,'72.30.79.23','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-11-30'),(1512,'November',2008,'66.249.73.211','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-11-30'),(1513,'December',2008,'72.30.65.26','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-01'),(1514,'December',2008,'66.249.73.211','05',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-01'),(1515,'December',2008,'66.249.73.211','06',31,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-01'),(1516,'December',2008,'72.30.79.120','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-01'),(1517,'December',2008,'153.107.103.157','10',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2008-12-01'),(1518,'December',2008,'38.108.180.134','14',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-12-01'),(1519,'December',2008,'217.111.67.5','14',1,'libwww-perl/5.805','','2008-12-01'),(1520,'December',2008,'74.6.17.177','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-01'),(1521,'December',2008,'65.55.104.23','16',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-01'),(1522,'December',2008,'65.55.232.36','16',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-01'),(1523,'December',2008,'65.55.104.23','19',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-01'),(1524,'December',2008,'74.6.17.164','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-01'),(1525,'December',2008,'65.55.230.255','20',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-01'),(1526,'December',2008,'72.30.79.97','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-01'),(1527,'December',2008,'72.30.161.216','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-01'),(1528,'December',2008,'38.108.180.134','03',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-12-02'),(1529,'December',2008,'72.30.79.95','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-02'),(1530,'December',2008,'66.249.73.211','07',23,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-02'),(1531,'December',2008,'72.30.78.230','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-02'),(1532,'December',2008,'72.30.79.95','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-02'),(1533,'December',2008,'65.55.230.255','16',2,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-02'),(1534,'December',2008,'72.30.161.253','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-02'),(1535,'December',2008,'66.249.73.211','01',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-03'),(1536,'December',2008,'66.249.73.211','02',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-03'),(1537,'December',2008,'38.108.180.134','02',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-12-03'),(1538,'December',2008,'88.236.141.2','04',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1)','','2008-12-03'),(1539,'December',2008,'72.30.65.31','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-03'),(1540,'December',2008,'72.30.65.56','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-03'),(1541,'December',2008,'61.69.12.13','12',14,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1','','2008-12-03'),(1542,'December',2008,'66.249.73.211','12',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-03'),(1543,'December',2008,'66.249.73.211','13',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-03'),(1544,'December',2008,'38.108.180.134','15',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2008-12-03'),(1545,'December',2008,'74.6.18.254','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-03'),(1546,'December',2008,'67.195.37.179','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-03'),(1547,'December',2008,'69.58.178.28','21',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2008-12-03'),(1548,'December',2008,'74.6.18.250','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-04'),(1549,'December',2008,'203.166.47.226','09',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MathPlayer 2.0; InfoPath.2)','','2008-12-04'),(1550,'December',2008,'72.30.78.232','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-04'),(1551,'December',2008,'66.249.73.211','16',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-04'),(1552,'December',2008,'66.249.73.211','17',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-04'),(1553,'December',2008,'66.249.73.211','18',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-04'),(1554,'December',2008,'66.249.73.211','19',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-04'),(1555,'December',2008,'66.249.73.211','22',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-04'),(1556,'December',2008,'67.195.37.111','23',7,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-04'),(1557,'December',2008,'72.30.78.232','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-05'),(1558,'December',2008,'74.6.22.90','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-05'),(1559,'December',2008,'72.30.142.109','02',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-05'),(1560,'December',2008,'66.249.73.211','09',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-05'),(1561,'December',2008,'66.249.73.211','11',11,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-05'),(1562,'December',2008,'72.30.65.34','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-05'),(1563,'December',2008,'72.30.65.34','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-05'),(1564,'December',2008,'72.30.79.95','15',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-05'),(1565,'December',2008,'66.249.73.211','20',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-05'),(1566,'December',2008,'66.249.73.211','21',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-05'),(1567,'December',2008,'72.30.161.240','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-06'),(1568,'December',2008,'67.195.37.172','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-06'),(1569,'December',2008,'66.231.189.38','11',1,'Gigabot/3.0 (http://www.gigablast.com/spider.html)','','2008-12-06'),(1570,'December',2008,'72.30.78.233','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-06'),(1571,'December',2008,'72.30.78.233','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-06'),(1572,'December',2008,'74.6.18.246','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-06'),(1573,'December',2008,'74.6.18.246','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-06'),(1574,'December',2008,'74.6.22.162','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-06'),(1575,'December',2008,'67.195.37.111','00',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1576,'December',2008,'74.6.22.108','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1577,'December',2008,'67.195.37.111','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1578,'December',2008,'67.195.37.111','03',8,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1579,'December',2008,'66.249.73.211','03',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-07'),(1580,'December',2008,'67.195.37.111','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1581,'December',2008,'67.195.37.111','10',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1582,'December',2008,'67.195.37.111','12',8,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1583,'December',2008,'74.6.18.216','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1584,'December',2008,'67.195.37.111','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-07'),(1585,'December',2008,'72.30.87.92','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1586,'December',2008,'65.55.210.141','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-08'),(1587,'December',2008,'66.249.73.211','04',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-08'),(1588,'December',2008,'67.195.37.111','06',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1589,'December',2008,'72.30.79.54','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1590,'December',2008,'65.55.210.141','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-08'),(1591,'December',2008,'74.6.17.181','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1592,'December',2008,'67.195.37.111','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1593,'December',2008,'65.55.110.113','17',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-08'),(1594,'December',2008,'67.195.37.111','18',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1595,'December',2008,'72.30.142.248','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1596,'December',2008,'67.195.37.111','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1597,'December',2008,'66.249.73.211','23',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-08'),(1598,'December',2008,'74.6.18.242','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-08'),(1599,'December',2008,'66.249.73.211','00',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-09'),(1600,'December',2008,'72.30.87.107','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-09'),(1601,'December',2008,'72.30.87.107','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-09'),(1602,'December',2008,'72.30.87.107','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-09'),(1603,'December',2008,'65.55.210.135','16',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-09'),(1604,'December',2008,'74.6.22.91','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-09'),(1605,'December',2008,'80.58.205.53','17',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)','','2008-12-09'),(1606,'December',2008,'80.58.205.53','18',22,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2008-12-09'),(1607,'December',2008,'65.55.210.136','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-09'),(1608,'December',2008,'65.55.107.239','04',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-10'),(1609,'December',2008,'74.6.8.100','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-10'),(1610,'December',2008,'210.15.244.39','09',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','','2008-12-10'),(1611,'December',2008,'74.6.22.176','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-10'),(1612,'December',2008,'131.172.4.44','15',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; (R1 1.3))','','2008-12-10'),(1613,'December',2008,'74.6.22.108','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-10'),(1614,'December',2008,'72.30.142.124','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-11'),(1615,'December',2008,'65.55.109.132','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-11'),(1616,'December',2008,'67.195.37.111','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-11'),(1617,'December',2008,'66.249.73.211','15',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-11'),(1618,'December',2008,'72.30.79.53','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-11'),(1619,'December',2008,'72.30.142.109','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-11'),(1620,'December',2008,'74.6.8.115','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-12'),(1621,'December',2008,'74.6.8.115','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-12'),(1622,'December',2008,'74.6.8.115','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-12'),(1623,'December',2008,'65.55.230.254','08',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-12'),(1624,'December',2008,'74.6.22.184','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-12'),(1625,'December',2008,'74.6.22.184','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-12'),(1626,'December',2008,'66.249.72.67','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-12'),(1627,'December',2008,'72.30.78.230','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-12'),(1628,'December',2008,'66.249.72.67','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-12'),(1629,'December',2008,'72.30.78.230','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-12'),(1630,'December',2008,'67.195.37.172','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-13'),(1631,'December',2008,'67.195.37.111','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-13'),(1632,'December',2008,'65.55.109.39','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-13'),(1633,'December',2008,'72.30.65.44','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-13'),(1634,'December',2008,'72.30.142.217','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-13'),(1635,'December',2008,'72.30.142.217','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-13'),(1636,'December',2008,'72.30.142.217','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-13'),(1637,'December',2008,'72.30.79.112','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-13'),(1638,'December',2008,'66.249.73.211','10',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-14'),(1639,'December',2008,'121.223.142.141','14',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .','','2008-12-14'),(1640,'December',2008,'72.30.81.180','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-14'),(1641,'December',2008,'72.30.79.39','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-14'),(1642,'December',2008,'72.30.81.190','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1643,'December',2008,'72.30.81.190','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1644,'December',2008,'72.30.142.95','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1645,'December',2008,'72.30.142.126','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1646,'December',2008,'38.105.83.12','12',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2008-12-15'),(1647,'December',2008,'67.195.37.111','13',20,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1648,'December',2008,'67.195.37.111','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1649,'December',2008,'66.249.73.211','14',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-15'),(1650,'December',2008,'72.30.78.222','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1651,'December',2008,'65.55.110.154','18',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-15'),(1652,'December',2008,'65.55.110.117','18',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-15'),(1653,'December',2008,'72.30.78.222','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-15'),(1654,'December',2008,'72.30.142.187','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-16'),(1655,'December',2008,'72.30.142.156','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-16'),(1656,'December',2008,'65.55.110.206','05',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-16'),(1657,'December',2008,'210.11.188.19','07',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)','','2008-12-16'),(1658,'December',2008,'210.15.244.101','09',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','','2008-12-16'),(1659,'December',2008,'72.30.142.156','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-16'),(1660,'December',2008,'74.32.65.22','13',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4','','2008-12-16'),(1661,'December',2008,'72.30.78.225','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-16'),(1662,'December',2008,'72.30.78.225','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-16'),(1663,'December',2008,'63.96.231.66','02',1,'Mozilla/3.0 (compatible; Indy Library)','','2008-12-17'),(1664,'December',2008,'72.30.79.32','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-17'),(1665,'December',2008,'72.30.142.113','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-17'),(1666,'December',2008,'88.131.106.10','04',1,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)','','2008-12-18'),(1667,'December',2008,'72.30.142.217','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1668,'December',2008,'74.6.17.177','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1669,'December',2008,'67.195.37.173','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1670,'December',2008,'72.30.142.114','06',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1671,'December',2008,'72.30.142.114','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1672,'December',2008,'65.55.210.150','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-19'),(1673,'December',2008,'72.30.142.114','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1674,'December',2008,'67.195.37.93','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1675,'December',2008,'72.30.142.114','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1676,'December',2008,'72.30.142.114','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1677,'December',2008,'67.195.37.93','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-19'),(1678,'December',2008,'72.30.142.114','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1679,'December',2008,'72.30.142.114','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1680,'December',2008,'65.55.110.125','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-20'),(1681,'December',2008,'67.195.37.173','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1682,'December',2008,'72.30.142.114','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1683,'December',2008,'72.30.142.114','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1684,'December',2008,'72.30.142.114','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1685,'December',2008,'72.30.142.114','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1686,'December',2008,'72.30.65.49','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-20'),(1687,'December',2008,'67.195.37.93','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-21'),(1688,'December',2008,'67.195.37.93','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-21'),(1689,'December',2008,'65.55.210.150','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-21'),(1690,'December',2008,'74.6.22.177','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-21'),(1691,'December',2008,'74.6.22.177','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-21'),(1692,'December',2008,'74.6.22.177','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-22'),(1693,'December',2008,'74.6.22.177','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-22'),(1694,'December',2008,'66.249.73.211','08',12,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2008-12-22'),(1695,'December',2008,'208.115.111.246','09',3,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-12-22'),(1696,'December',2008,'74.6.22.177','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-22'),(1697,'December',2008,'74.6.22.177','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-22'),(1698,'December',2008,'67.195.37.155','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-22'),(1699,'December',2008,'208.115.111.246','16',3,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-12-22'),(1700,'December',2008,'74.6.17.186','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-22'),(1701,'December',2008,'74.6.17.186','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1702,'December',2008,'203.208.92.26','11',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2008-12-23'),(1703,'December',2008,'74.6.17.186','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1704,'December',2008,'208.115.111.246','13',3,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-12-23'),(1705,'December',2008,'208.115.111.246','14',3,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-12-23'),(1706,'December',2008,'67.195.37.155','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1707,'December',2008,'74.6.17.186','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1708,'December',2008,'208.115.111.246','17',2,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-12-23'),(1709,'December',2008,'208.115.111.246','18',7,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2008-12-23'),(1710,'December',2008,'74.6.17.186','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1711,'December',2008,'67.195.37.155','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1712,'December',2008,'74.6.17.186','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1713,'December',2008,'74.6.17.186','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-23'),(1714,'December',2008,'74.6.17.186','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-24'),(1715,'December',2008,'67.195.37.155','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-24'),(1716,'December',2008,'67.195.37.155','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-24'),(1717,'December',2008,'67.195.37.155','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-24'),(1718,'December',2008,'208.111.154.15','21',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2008-12-24'),(1719,'December',2008,'67.195.37.155','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-24'),(1720,'December',2008,'67.195.37.155','00',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-25'),(1721,'December',2008,'67.195.37.155','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-25'),(1722,'December',2008,'65.55.210.148','11',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-25'),(1723,'December',2008,'67.195.37.93','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1724,'December',2008,'67.195.37.116','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1725,'December',2008,'74.6.22.121','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1726,'December',2008,'74.6.22.121','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1727,'December',2008,'72.30.142.179','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1728,'December',2008,'67.195.37.116','19',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1729,'December',2008,'67.195.37.116','20',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1730,'December',2008,'72.30.142.179','23',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1731,'December',2008,'67.195.37.116','23',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-26'),(1732,'December',2008,'72.30.142.179','00',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-27'),(1733,'December',2008,'67.195.37.116','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-27'),(1734,'December',2008,'67.195.37.116','09',4,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-27'),(1735,'December',2008,'65.55.109.36','18',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-27'),(1736,'December',2008,'72.30.142.179','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-27'),(1737,'December',2008,'69.84.207.147','19',19,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2008-12-27'),(1738,'December',2008,'72.30.142.179','21',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-27'),(1739,'December',2008,'72.30.142.179','07',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-28'),(1740,'December',2008,'67.195.37.116','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-28'),(1741,'December',2008,'72.30.142.179','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-28'),(1742,'December',2008,'72.30.142.179','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1743,'December',2008,'65.55.210.148','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2008-12-29'),(1744,'December',2008,'65.55.109.233','02',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2008-12-29'),(1745,'December',2008,'67.195.37.186','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1746,'December',2008,'72.30.142.179','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1747,'December',2008,'67.195.37.116','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1748,'December',2008,'72.30.81.181','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1749,'December',2008,'67.195.37.116','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1750,'December',2008,'67.195.37.116','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1751,'December',2008,'72.30.81.181','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1752,'December',2008,'67.195.37.116','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-29'),(1753,'December',2008,'67.195.37.116','00',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-30'),(1754,'December',2008,'67.195.37.116','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-30'),(1755,'December',2008,'67.195.37.116','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-30'),(1756,'December',2008,'72.30.142.179','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-30'),(1757,'December',2008,'72.30.142.179','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-30'),(1758,'December',2008,'67.195.37.116','12',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-31'),(1759,'December',2008,'72.30.142.179','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-31'),(1760,'December',2008,'67.195.37.116','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2008-12-31'),(1761,'December',2008,'71.41.201.38','23',1,'MLBot (www.metadatalabs.com/mlbot)','','2008-12-31'),(1762,'January',2009,'66.249.73.211','02',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-01'),(1763,'January',2009,'66.249.73.211','03',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-01'),(1764,'January',2009,'72.30.142.179','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-01'),(1765,'January',2009,'72.30.142.179','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-01'),(1766,'January',2009,'66.249.73.211','10',16,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-01'),(1767,'January',2009,'66.249.73.211','11',11,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-01'),(1768,'January',2009,'66.249.73.211','12',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-01'),(1769,'January',2009,'66.249.73.211','16',12,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-01'),(1770,'January',2009,'72.30.78.221','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-02'),(1771,'January',2009,'67.195.37.116','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-02'),(1772,'January',2009,'67.195.37.116','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-02'),(1773,'January',2009,'67.195.37.154','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-02'),(1774,'January',2009,'72.30.142.179','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-02'),(1775,'January',2009,'66.249.73.211','19',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-02'),(1776,'January',2009,'67.195.37.116','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-02'),(1777,'January',2009,'66.249.73.211','23',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-02'),(1778,'January',2009,'72.30.142.179','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-03'),(1779,'January',2009,'66.249.73.211','00',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-03'),(1780,'January',2009,'66.249.73.211','01',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-03'),(1781,'January',2009,'71.41.201.38','11',4,'MLBot (www.metadatalabs.com/mlbot)','','2009-01-03'),(1782,'January',2009,'71.41.201.38','12',2,'MLBot (www.metadatalabs.com/mlbot)','','2009-01-03'),(1783,'January',2009,'72.30.142.179','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-03'),(1784,'January',2009,'71.41.201.38','16',1,'MLBot (www.metadatalabs.com/mlbot)','','2009-01-03'),(1785,'January',2009,'71.41.201.38','17',1,'MLBot (www.metadatalabs.com/mlbot)','','2009-01-03'),(1786,'January',2009,'67.195.37.116','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-03'),(1787,'January',2009,'72.30.142.179','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-03'),(1788,'January',2009,'67.195.37.116','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-03'),(1789,'January',2009,'71.41.201.38','22',1,'MLBot (www.metadatalabs.com/mlbot)','','2009-01-03'),(1790,'January',2009,'66.249.73.211','22',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-03'),(1791,'January',2009,'72.30.142.179','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-04'),(1792,'January',2009,'72.30.142.179','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-04'),(1793,'January',2009,'72.30.142.179','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-04'),(1794,'January',2009,'123.208.107.186','19',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-01-04'),(1795,'January',2009,'67.195.37.116','23',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-04'),(1796,'January',2009,'74.6.22.122','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-05'),(1797,'January',2009,'74.6.22.122','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-05'),(1798,'January',2009,'66.249.73.211','13',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-05'),(1799,'January',2009,'66.249.73.211','14',18,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-05'),(1800,'January',2009,'71.41.201.38','19',1,'MLBot (www.metadatalabs.com/mlbot)','','2009-01-05'),(1801,'January',2009,'74.6.22.122','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-05'),(1802,'January',2009,'74.6.22.122','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-06'),(1803,'January',2009,'74.6.22.122','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-06'),(1804,'January',2009,'74.6.22.122','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-06'),(1805,'January',2009,'65.55.109.158','12',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-06'),(1806,'January',2009,'67.195.37.116','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-06'),(1807,'January',2009,'87.118.125.129','13',1,'Mozilla/2.0 (compatible; NEWT ActiveX; Win32)','','2009-01-06'),(1808,'January',2009,'75.101.183.4','04',1,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','','2009-01-07'),(1809,'January',2009,'74.6.17.170','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-07'),(1810,'January',2009,'203.11.167.3','14',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.0450','','2009-01-07'),(1811,'January',2009,'74.6.22.182','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-07'),(1812,'January',2009,'69.58.178.33','23',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-01-07'),(1813,'January',2009,'74.6.22.182','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-08'),(1814,'January',2009,'74.6.22.182','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-08'),(1815,'January',2009,'74.6.22.182','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-08'),(1816,'January',2009,'210.15.238.206','14',7,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; InfoPath.2; .NET CLR','','2009-01-08'),(1817,'January',2009,'74.6.22.182','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-08'),(1818,'January',2009,'66.249.73.211','17',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-08'),(1819,'January',2009,'65.55.210.150','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-08'),(1820,'January',2009,'65.55.110.94','18',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-08'),(1821,'January',2009,'67.195.37.116','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-08'),(1822,'January',2009,'66.249.73.211','04',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-09'),(1823,'January',2009,'66.249.73.211','05',11,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-09'),(1824,'January',2009,'72.30.78.222','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-09'),(1825,'January',2009,'72.30.79.25','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-09'),(1826,'January',2009,'66.249.73.211','20',13,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-09'),(1827,'January',2009,'72.30.79.25','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-09'),(1828,'January',2009,'66.249.73.211','21',17,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-09'),(1829,'January',2009,'72.30.79.25','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-09'),(1830,'January',2009,'72.30.79.25','00',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-10'),(1831,'January',2009,'65.55.210.148','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-10'),(1832,'January',2009,'66.249.73.211','09',11,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-10'),(1833,'January',2009,'67.195.37.126','12',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-10'),(1834,'January',2009,'67.195.37.105','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-10'),(1835,'January',2009,'65.55.230.255','19',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-10'),(1836,'January',2009,'65.55.212.242','20',1,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2009-01-10'),(1837,'January',2009,'72.30.79.118','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-11'),(1838,'January',2009,'66.249.73.211','06',21,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-11'),(1839,'January',2009,'66.249.73.211','07',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-11'),(1840,'January',2009,'65.55.212.242','07',8,'msnbot-media/1.0 (+http://search.msn.com/msnbot.htm)','','2009-01-11'),(1841,'January',2009,'72.30.79.118','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-11'),(1842,'January',2009,'74.6.18.228','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-11'),(1843,'January',2009,'72.30.79.118','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-12'),(1844,'January',2009,'72.30.79.118','15',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-12'),(1845,'January',2009,'67.195.37.126','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-13'),(1846,'January',2009,'74.6.18.227','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-13'),(1847,'January',2009,'38.113.234.181','14',2,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-01-13'),(1848,'January',2009,'66.249.73.211','15',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-13'),(1849,'January',2009,'66.249.73.211','18',12,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-13'),(1850,'January',2009,'74.6.18.227','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-13'),(1851,'January',2009,'66.249.73.211','08',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-01-14'),(1852,'January',2009,'38.113.234.180','08',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-01-14'),(1853,'January',2009,'74.6.18.227','09',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-14'),(1854,'January',2009,'67.195.37.126','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-14'),(1855,'January',2009,'38.113.234.180','17',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-01-14'),(1856,'January',2009,'67.195.37.126','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-14'),(1857,'January',2009,'38.113.234.180','22',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-01-14'),(1858,'January',2009,'74.6.18.227','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-15'),(1859,'January',2009,'65.55.210.139','07',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-15'),(1860,'January',2009,'65.55.109.46','07',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-15'),(1861,'January',2009,'74.6.18.227','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-15'),(1862,'January',2009,'205.196.222.10','14',1,'<a href=\'http://db2-sql.blogspot.com\'> DB DB2 ODBC</a>  support@runnk.com','','2009-01-15'),(1863,'January',2009,'38.113.234.181','15',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-01-15'),(1864,'January',2009,'67.55.72.164','20',8,'swish-e http://swish-e.org/','96b750d6e9135ea52ac8dee8c428aab1','2009-01-15'),(1865,'January',2009,'65.55.210.143','20',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-15'),(1866,'January',2009,'65.55.109.211','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-15'),(1867,'January',2009,'74.6.18.227','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-15'),(1868,'January',2009,'74.6.18.227','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-16'),(1869,'January',2009,'65.55.210.141','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-16'),(1870,'January',2009,'65.55.110.205','02',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-16'),(1871,'January',2009,'74.6.18.227','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-16'),(1872,'January',2009,'65.55.210.141','11',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-16'),(1873,'January',2009,'65.55.107.208','11',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-16'),(1874,'January',2009,'38.100.41.107','11',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-01-16'),(1875,'January',2009,'65.55.210.141','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-16'),(1876,'January',2009,'72.30.87.125','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-16'),(1877,'January',2009,'67.195.37.114','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-16'),(1878,'January',2009,'72.30.87.125','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-17'),(1879,'January',2009,'65.55.210.135','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-17'),(1880,'January',2009,'65.55.110.193','03',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-17'),(1881,'January',2009,'74.6.22.108','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-17'),(1882,'January',2009,'65.55.210.148','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-17'),(1883,'January',2009,'65.55.210.135','10',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-17'),(1884,'January',2009,'74.6.22.108','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-17'),(1885,'January',2009,'65.55.110.180','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-18'),(1886,'January',2009,'74.6.22.108','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-18'),(1887,'January',2009,'124.182.102.174','23',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322','','2009-01-18'),(1888,'January',2009,'38.99.44.105','07',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1889,'January',2009,'74.6.22.108','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-19'),(1890,'January',2009,'38.99.44.105','10',5,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1891,'January',2009,'74.6.22.108','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-19'),(1892,'January',2009,'38.99.44.105','11',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1893,'January',2009,'38.99.44.105','12',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1894,'January',2009,'38.99.44.105','15',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1895,'January',2009,'74.6.22.108','16',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-19'),(1896,'January',2009,'38.99.44.105','17',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1897,'January',2009,'38.99.44.105','18',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1898,'January',2009,'38.99.44.105','19',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1899,'January',2009,'38.99.44.105','20',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1900,'January',2009,'38.99.44.105','21',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1901,'January',2009,'217.14.4.197','21',1,'Mozilla/5.0 (compatible; MJ12bot/v1.2.3; http://www.majestic12.co.uk/bot.php?+)','','2009-01-19'),(1902,'January',2009,'38.99.44.105','23',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-19'),(1903,'January',2009,'38.99.44.105','00',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-20'),(1904,'January',2009,'38.99.44.105','01',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-20'),(1905,'January',2009,'38.99.44.105','02',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-20'),(1906,'January',2009,'38.99.44.105','03',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-20'),(1907,'January',2009,'208.111.154.15','04',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-01-20'),(1908,'January',2009,'74.6.22.108','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-20'),(1909,'January',2009,'38.99.44.105','09',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-20'),(1910,'January',2009,'65.55.210.148','13',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-20'),(1911,'January',2009,'38.99.44.105','14',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-20'),(1912,'January',2009,'74.6.22.108','21',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-20'),(1913,'January',2009,'38.99.44.103','01',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-01-21'),(1914,'January',2009,'69.84.207.147','12',27,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2009-01-21'),(1915,'January',2009,'74.6.22.108','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-21'),(1916,'January',2009,'74.6.22.108','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-21'),(1917,'January',2009,'74.6.22.108','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-21'),(1918,'January',2009,'208.111.154.249','02',2,'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.18) Gecko/20081203 Firefox/2.0.0.18','','2009-01-22'),(1919,'January',2009,'72.30.142.151','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-22'),(1920,'January',2009,'65.55.210.137','20',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-22'),(1921,'January',2009,'65.55.110.195','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-22'),(1922,'January',2009,'218.38.34.67','21',1,'Mozilla/5.0','','2009-01-23'),(1923,'January',2009,'67.195.37.179','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-24'),(1924,'January',2009,'219.142.53.26','07',1,'librabot/1.0 (+http://search.msn.com/msnbot.htm)','','2009-01-24'),(1925,'January',2009,'219.142.53.18','08',1,'librabot/1.0 (+http://search.msn.com/msnbot.htm)','','2009-01-24'),(1926,'January',2009,'124.176.243.143','14',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5','','2009-01-24'),(1927,'January',2009,'67.195.37.186','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-24'),(1928,'January',2009,'67.195.37.182','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-26'),(1929,'January',2009,'67.195.37.176','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-26'),(1930,'January',2009,'72.30.142.151','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-26'),(1931,'January',2009,'74.6.22.108','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-26'),(1932,'January',2009,'67.195.37.115','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-27'),(1933,'January',2009,'67.195.37.115','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-27'),(1934,'January',2009,'74.6.22.108','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-27'),(1935,'January',2009,'74.6.22.108','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1936,'January',2009,'203.12.22.51','12',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-01-28'),(1937,'January',2009,'65.55.210.138','13',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-28'),(1938,'January',2009,'65.55.110.34','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-28'),(1939,'January',2009,'203.52.130.138','13',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-01-28'),(1940,'January',2009,'203.52.130.136','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','92686116e7b4e80c44a1086883a40caa','2009-01-28'),(1941,'January',2009,'203.52.130.137','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','92686116e7b4e80c44a1086883a40caa','2009-01-28'),(1942,'January',2009,'203.52.130.179','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','92686116e7b4e80c44a1086883a40caa','2009-01-28'),(1943,'January',2009,'67.195.37.123','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1944,'January',2009,'67.195.37.164','19',9,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1945,'January',2009,'67.195.37.125','19',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1946,'January',2009,'67.195.37.164','20',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1947,'January',2009,'67.195.37.164','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1948,'January',2009,'67.195.37.164','22',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1949,'January',2009,'67.195.37.164','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-28'),(1950,'January',2009,'67.195.37.164','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-29'),(1951,'January',2009,'67.195.37.164','05',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-29'),(1952,'January',2009,'67.195.37.110','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-29'),(1953,'January',2009,'72.30.142.151','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-29'),(1954,'January',2009,'67.195.37.153','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-29'),(1955,'January',2009,'74.6.8.121','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-29'),(1956,'January',2009,'74.6.8.121','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-30'),(1957,'January',2009,'77.162.93.189','21',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-01-30'),(1958,'January',2009,'65.55.210.136','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-01-31'),(1959,'January',2009,'65.55.109.47','08',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-01-31'),(1960,'January',2009,'67.195.37.95','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-01-31'),(1961,'February',2009,'65.55.230.254','04',9,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-01'),(1962,'February',2009,'74.6.8.121','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-01'),(1963,'February',2009,'67.195.37.113','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-01'),(1964,'February',2009,'66.249.73.211','08',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-01'),(1965,'February',2009,'66.249.73.211','09',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-01'),(1966,'February',2009,'66.249.73.211','10',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-01'),(1967,'February',2009,'66.249.73.211','11',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-01'),(1968,'February',2009,'67.195.37.186','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-01'),(1969,'February',2009,'74.6.8.121','17',4,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-01'),(1970,'February',2009,'66.249.73.211','18',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-01'),(1971,'February',2009,'67.195.37.123','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-01'),(1972,'February',2009,'206.183.1.74','22',1,'Mozilla/4.0 (compatible; http://search.thunderstone.com/texis/websearch/about.html)','','2009-02-01'),(1973,'February',2009,'67.195.37.168','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-02'),(1974,'February',2009,'65.55.210.136','10',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-02'),(1975,'February',2009,'72.30.142.151','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-02'),(1976,'February',2009,'66.249.73.211','13',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-02'),(1977,'February',2009,'66.249.73.211','14',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-02'),(1978,'February',2009,'66.249.73.211','16',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-02'),(1979,'February',2009,'66.249.73.211','17',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-02'),(1980,'February',2009,'74.6.8.121','23',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-02'),(1981,'February',2009,'66.249.73.211','12',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-03'),(1982,'February',2009,'66.249.73.211','15',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-03'),(1983,'February',2009,'203.14.53.67','17',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506','','2009-02-03'),(1984,'February',2009,'66.249.73.211','20',13,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-03'),(1985,'February',2009,'66.249.73.211','21',11,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-03'),(1986,'February',2009,'74.6.8.121','00',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-04'),(1987,'February',2009,'72.30.142.151','03',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-04'),(1988,'February',2009,'65.55.230.254','11',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-04'),(1989,'February',2009,'203.12.22.51','13',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0','','2009-02-04'),(1990,'February',2009,'221.133.196.114','14',3,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3','','2009-02-04'),(1991,'February',2009,'203.122.254.26','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727','','2009-02-04'),(1992,'February',2009,'67.195.37.168','19',16,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-04'),(1993,'February',2009,'67.195.37.168','20',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-04'),(1994,'February',2009,'67.195.37.168','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-04'),(1995,'February',2009,'66.249.73.211','22',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-04'),(1996,'February',2009,'67.195.37.168','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-04'),(1997,'February',2009,'67.195.37.168','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-05'),(1998,'February',2009,'67.195.37.168','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-05'),(1999,'February',2009,'67.195.37.108','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-05'),(2000,'February',2009,'66.235.124.55','13',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-02-05'),(2001,'February',2009,'203.52.130.136','13',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727)','','2009-02-05'),(2002,'February',2009,'203.52.130.138','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727)','db67ad660599d006d040b10d451453b8','2009-02-05'),(2003,'February',2009,'203.52.130.137','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727)','db67ad660599d006d040b10d451453b8','2009-02-05'),(2004,'February',2009,'69.58.178.31','16',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-02-05'),(2005,'February',2009,'66.249.73.211','19',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-06'),(2006,'February',2009,'74.6.8.121','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-06'),(2007,'February',2009,'74.6.8.121','16',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-07'),(2008,'February',2009,'208.115.111.246','21',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-02-07'),(2009,'February',2009,'66.249.73.211','01',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-08'),(2010,'February',2009,'208.115.111.246','01',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-02-08'),(2011,'February',2009,'67.195.37.110','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-08'),(2012,'February',2009,'66.249.73.211','03',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-08'),(2013,'February',2009,'208.115.111.246','05',20,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-02-08'),(2014,'February',2009,'208.115.111.246','06',5,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-02-08'),(2015,'February',2009,'72.30.87.119','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-08'),(2016,'February',2009,'65.55.210.138','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-08'),(2017,'February',2009,'66.249.73.211','23',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-08'),(2018,'February',2009,'66.249.73.211','00',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-09'),(2019,'February',2009,'208.115.111.246','03',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-02-09'),(2020,'February',2009,'66.249.73.211','07',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-09'),(2021,'February',2009,'208.115.111.246','07',3,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-02-09'),(2022,'February',2009,'210.15.244.100','10',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-02-09'),(2023,'February',2009,'74.6.8.121','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-09'),(2024,'February',2009,'74.6.8.121','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-09'),(2025,'February',2009,'74.220.219.77','17',1,'Mozilla/5.0','','2009-02-09'),(2026,'February',2009,'91.186.21.200','17',1,'Mozilla/5.0','','2009-02-09'),(2027,'February',2009,'66.249.73.211','02',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-10'),(2028,'February',2009,'38.113.234.181','08',5,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-02-10'),(2029,'February',2009,'67.195.37.99','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-10'),(2030,'February',2009,'38.113.234.180','11',2,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-02-10'),(2031,'February',2009,'74.6.8.121','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-11'),(2032,'February',2009,'74.6.8.121','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-11'),(2033,'February',2009,'72.30.87.119','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-11'),(2034,'February',2009,'203.98.31.34','14',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)','','2009-02-11'),(2035,'February',2009,'208.111.154.16','15',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-02-11'),(2036,'February',2009,'67.195.37.158','19',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-11'),(2037,'February',2009,'67.195.37.158','20',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-11'),(2038,'February',2009,'67.195.37.158','21',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-11'),(2039,'February',2009,'67.195.37.158','23',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-11'),(2040,'February',2009,'67.195.37.158','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-12'),(2041,'February',2009,'67.195.37.158','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-12'),(2042,'February',2009,'67.195.37.158','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-12'),(2043,'February',2009,'67.195.37.107','13',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-12'),(2044,'February',2009,'203.122.254.24','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-02-12'),(2045,'February',2009,'203.122.254.26','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','c4ca145b88778bbbd51a89ae944c3c12','2009-02-12'),(2046,'February',2009,'67.195.37.182','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-12'),(2047,'February',2009,'67.195.37.89','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-12'),(2048,'February',2009,'65.55.210.136','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-12'),(2049,'February',2009,'74.6.8.121','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-13'),(2050,'February',2009,'72.30.87.119','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-13'),(2051,'February',2009,'74.6.8.121','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-13'),(2052,'February',2009,'74.6.8.121','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-13'),(2053,'February',2009,'74.6.8.121','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-13'),(2054,'February',2009,'72.30.87.119','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-13'),(2055,'February',2009,'66.249.73.211','05',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-14'),(2056,'February',2009,'174.129.103.48','08',1,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','','2009-02-14'),(2057,'February',2009,'65.55.210.129','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-14'),(2058,'February',2009,'67.195.37.121','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-15'),(2059,'February',2009,'65.55.210.136','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-15'),(2060,'February',2009,'65.55.110.190','08',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-02-15'),(2061,'February',2009,'72.30.87.119','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-15'),(2062,'February',2009,'67.195.37.121','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-15'),(2063,'February',2009,'65.55.210.131','14',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-02-15'),(2064,'February',2009,'65.55.109.226','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-02-15'),(2065,'February',2009,'65.55.109.120','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-02-15'),(2066,'February',2009,'67.195.37.92','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-15'),(2067,'February',2009,'74.6.8.121','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-16'),(2068,'February',2009,'38.100.41.105','09',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-02-16'),(2069,'February',2009,'74.6.22.90','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-16'),(2070,'February',2009,'74.6.22.90','15',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-16'),(2071,'February',2009,'74.6.22.90','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-16'),(2072,'February',2009,'65.98.224.5','19',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-02-16'),(2073,'February',2009,'66.249.73.211','06',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-17'),(2074,'February',2009,'74.6.8.121','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-17'),(2075,'February',2009,'74.6.8.121','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-17'),(2076,'February',2009,'38.113.234.180','16',3,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-02-17'),(2077,'February',2009,'38.113.234.180','17',10,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-02-17'),(2078,'February',2009,'38.113.234.181','17',3,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-02-17'),(2079,'February',2009,'38.113.234.180','19',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-02-17'),(2080,'February',2009,'67.195.37.171','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-17'),(2081,'February',2009,'72.29.233.183','20',1,'dragonfly(ebingbong#playstarmusic.com)','','2009-02-17'),(2082,'February',2009,'38.113.234.181','02',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-02-18'),(2083,'February',2009,'66.249.73.211','04',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-02-18'),(2084,'February',2009,'72.30.142.172','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-18'),(2085,'February',2009,'202.182.65.197','11',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-02-18'),(2086,'February',2009,'72.30.142.172','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-18'),(2087,'February',2009,'72.30.81.186','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-18'),(2088,'February',2009,'72.30.81.186','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-19'),(2089,'February',2009,'67.195.37.171','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-19'),(2090,'February',2009,'72.30.81.186','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-19'),(2091,'February',2009,'72.30.81.186','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-19'),(2092,'February',2009,'72.30.142.172','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-19'),(2093,'February',2009,'72.30.142.172','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-19'),(2094,'February',2009,'67.195.37.125','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-20'),(2095,'February',2009,'72.30.79.57','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-20'),(2096,'February',2009,'122.147.76.74','10',1,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)','','2009-02-20'),(2097,'February',2009,'203.98.31.34','13',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)','','2009-02-20'),(2098,'February',2009,'72.30.79.57','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-21'),(2099,'February',2009,'72.30.79.57','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-21'),(2100,'February',2009,'67.195.37.154','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-22'),(2101,'February',2009,'67.195.37.154','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-22'),(2102,'February',2009,'74.6.18.252','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-22'),(2103,'February',2009,'67.195.37.171','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-22'),(2104,'February',2009,'74.6.18.252','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-22'),(2105,'February',2009,'64.17.2.164','15',1,'MLBot (www.metadatalabs.com/mlbot)','','2009-02-23'),(2106,'February',2009,'38.108.180.131','19',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-02-23'),(2107,'February',2009,'77.64.51.243','03',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)','','2009-02-24'),(2108,'February',2009,'67.195.37.171','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-24'),(2109,'February',2009,'67.195.37.171','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-25'),(2110,'February',2009,'210.15.244.103','13',7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','','2009-02-25'),(2111,'February',2009,'38.99.44.103','15',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-02-25'),(2112,'February',2009,'38.99.44.103','19',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-02-25'),(2113,'February',2009,'67.195.37.163','22',6,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-25'),(2114,'February',2009,'67.195.37.163','23',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-25'),(2115,'February',2009,'67.195.37.163','00',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2116,'February',2009,'67.195.37.163','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2117,'February',2009,'67.195.37.110','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2118,'February',2009,'67.195.37.163','02',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2119,'February',2009,'67.195.37.120','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2120,'February',2009,'67.195.37.163','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2121,'February',2009,'67.195.37.163','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2122,'February',2009,'67.195.37.163','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2123,'February',2009,'67.195.37.163','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-02-26'),(2124,'February',2009,'150.70.84.27','17',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2009-02-27'),(2125,'February',2009,'205.209.170.11','09',1,'Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)','','2009-02-28'),(2126,'February',2009,'205.209.170.11','09',1,'Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)','','2009-02-28'),(2127,'March',2009,'67.195.37.178','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-01'),(2128,'March',2009,'72.30.65.52','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-01'),(2129,'March',2009,'66.78.69.74','09',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','2009-03-01'),(2130,'March',2009,'67.195.37.178','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-01'),(2131,'March',2009,'66.249.73.211','15',17,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-01'),(2132,'March',2009,'66.249.73.211','16',16,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-01'),(2133,'March',2009,'72.30.142.172','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-01'),(2134,'March',2009,'205.209.170.19','20',2,'Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)','','2009-03-01'),(2135,'March',2009,'66.249.73.211','20',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-01'),(2136,'March',2009,'66.249.73.211','21',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-01'),(2137,'March',2009,'72.30.142.172','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-01'),(2138,'March',2009,'74.6.8.97','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-02'),(2139,'March',2009,'208.111.154.16','00',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-03-02'),(2140,'March',2009,'72.30.65.52','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-02'),(2141,'March',2009,'67.195.37.153','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-02'),(2142,'March',2009,'66.249.73.211','17',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-02'),(2143,'March',2009,'66.249.73.211','18',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-02'),(2144,'March',2009,'66.249.73.211','01',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-03'),(2145,'March',2009,'66.249.73.211','03',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-03'),(2146,'March',2009,'72.30.65.52','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-03'),(2147,'March',2009,'203.52.130.138','10',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727','','2009-03-03'),(2148,'March',2009,'165.228.137.158','11',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)','','2009-03-03'),(2149,'March',2009,'203.189.4.17','11',35,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2009-03-03'),(2150,'March',2009,'203.189.4.17','12',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','8d5d27695fd7018f95ff735a9805a78b','2009-03-03'),(2151,'March',2009,'165.228.137.158','12',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)','','2009-03-03'),(2152,'March',2009,'203.52.130.136','13',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-03-03'),(2153,'March',2009,'203.52.130.179','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','770395cf4beade35da8e93e57a43d616','2009-03-03'),(2154,'March',2009,'210.15.244.101','13',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','','2009-03-03'),(2155,'March',2009,'67.195.37.153','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-03'),(2156,'March',2009,'74.6.8.97','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-03'),(2157,'March',2009,'66.249.73.211','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-04'),(2158,'March',2009,'72.30.65.52','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-04'),(2159,'March',2009,'69.58.178.28','15',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-03-04'),(2160,'March',2009,'69.48.241.119','18',1,'page_prefetcher','','2009-03-04'),(2161,'March',2009,'67.195.37.153','03',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-05'),(2162,'March',2009,'66.249.73.211','06',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-05'),(2163,'March',2009,'208.186.130.6','06',2,'Mozilla/5.0','','2009-03-05'),(2164,'March',2009,'66.249.73.211','07',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-05'),(2165,'March',2009,'67.195.37.153','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-05'),(2166,'March',2009,'66.249.73.211','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-05'),(2167,'March',2009,'66.249.73.211','11',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-05'),(2168,'March',2009,'67.195.37.153','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-05'),(2169,'March',2009,'67.195.37.153','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-06'),(2170,'March',2009,'67.195.37.153','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-06'),(2171,'March',2009,'66.249.73.211','12',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-06'),(2172,'March',2009,'66.249.73.211','19',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-06'),(2173,'March',2009,'66.235.124.59','03',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-03-07'),(2174,'March',2009,'66.235.124.58','03',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-03-07'),(2175,'March',2009,'66.235.124.55','04',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-03-07'),(2176,'March',2009,'67.202.59.89','05',1,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info at similar','','2009-03-07'),(2177,'March',2009,'174.129.184.7','11',25,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info at similar','','2009-03-07'),(2178,'March',2009,'72.30.65.52','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-07'),(2179,'March',2009,'66.249.73.211','13',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-07'),(2180,'March',2009,'66.249.73.211','00',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-08'),(2181,'March',2009,'72.30.65.52','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-08'),(2182,'March',2009,'72.30.65.52','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-08'),(2183,'March',2009,'66.249.73.211','23',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-09'),(2184,'March',2009,'220.237.162.83','16',4,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7','','2009-03-10'),(2185,'March',2009,'210.49.173.98','19',25,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-03-10'),(2186,'March',2009,'66.249.73.211','22',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-10'),(2187,'March',2009,'72.30.142.254','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-10'),(2188,'March',2009,'38.113.234.181','02',23,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-11'),(2189,'March',2009,'38.113.234.180','02',12,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-11'),(2190,'March',2009,'66.249.73.211','02',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-11'),(2191,'March',2009,'72.30.142.254','04',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-11'),(2192,'March',2009,'38.113.234.180','05',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-11'),(2193,'March',2009,'38.113.234.181','05',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-11'),(2194,'March',2009,'38.105.244.54','05',1,'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080702 Iceweasel/2.0.0.16 (Debian-2.0','','2009-03-11'),(2195,'March',2009,'66.249.73.211','08',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-11'),(2196,'March',2009,'65.98.224.5','08',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-03-11'),(2197,'March',2009,'72.30.142.254','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-11'),(2198,'March',2009,'88.131.106.10','14',1,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)','','2009-03-11'),(2199,'March',2009,'122.107.162.70','15',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322)','','2009-03-11'),(2200,'March',2009,'174.129.127.244','16',1,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','','2009-03-11'),(2201,'March',2009,'72.30.142.254','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-11'),(2202,'March',2009,'203.52.130.136','11',9,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','2009-03-12'),(2203,'March',2009,'203.52.130.137','11',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','aba106a74959507cc328002a503c4160','2009-03-12'),(2204,'March',2009,'203.52.130.138','11',11,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','aba106a74959507cc328002a503c4160','2009-03-12'),(2205,'March',2009,'203.52.130.179','11',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','aba106a74959507cc328002a503c4160','2009-03-12'),(2206,'March',2009,'208.111.154.16','12',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-03-12'),(2207,'March',2009,'65.98.224.5','19',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-03-12'),(2208,'March',2009,'61.69.12.11','07',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2','','2009-03-13'),(2209,'March',2009,'203.10.121.84','16',11,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)','','2009-03-13'),(2210,'March',2009,'74.6.22.164','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-14'),(2211,'March',2009,'74.6.22.164','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-14'),(2212,'March',2009,'74.6.22.164','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-15'),(2213,'March',2009,'66.249.73.211','04',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-15'),(2214,'March',2009,'208.115.111.246','07',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-03-15'),(2215,'March',2009,'208.115.111.246','10',12,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-03-15'),(2216,'March',2009,'208.115.111.246','12',5,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-03-15'),(2217,'March',2009,'208.115.111.246','14',4,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-03-15'),(2218,'March',2009,'72.30.79.91','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-15'),(2219,'March',2009,'74.6.22.164','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-15'),(2220,'March',2009,'58.171.166.216','00',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2009-03-16'),(2221,'March',2009,'208.115.111.246','03',4,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-03-16'),(2222,'March',2009,'208.115.111.246','05',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-03-16'),(2223,'March',2009,'74.6.22.164','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-16'),(2224,'March',2009,'208.115.111.246','08',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-03-16'),(2225,'March',2009,'202.27.240.6','09',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET','','2009-03-16'),(2226,'March',2009,'74.6.22.164','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-16'),(2227,'March',2009,'67.195.37.173','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-16'),(2228,'March',2009,'38.100.41.102','04',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-03-17'),(2229,'March',2009,'216.74.34.133','14',1,'','','2009-03-17'),(2230,'March',2009,'74.6.22.164','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-17'),(2231,'March',2009,'72.30.79.91','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-17'),(2232,'March',2009,'79.118.184.184','20',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR','','2009-03-17'),(2233,'March',2009,'203.14.53.67','10',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506','','2009-03-18'),(2234,'March',2009,'116.72.191.207','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2009-03-18'),(2235,'March',2009,'67.195.37.165','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-18'),(2236,'March',2009,'116.72.191.207','19',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2009-03-18'),(2237,'March',2009,'116.72.191.207','20',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','9dfd91daed9087a41844005dcaa346e0','2009-03-18'),(2238,'March',2009,'202.72.133.87','23',4,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7','','2009-03-18'),(2239,'March',2009,'203.189.4.17','14',7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','','2009-03-19'),(2240,'March',2009,'138.217.135.66','17',10,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7','','2009-03-19'),(2241,'March',2009,'66.249.73.211','10',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-20'),(2242,'March',2009,'74.6.18.225','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-20'),(2243,'March',2009,'38.113.234.180','04',1,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-21'),(2244,'March',2009,'74.6.22.164','09',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-21'),(2245,'March',2009,'74.6.22.164','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-21'),(2246,'March',2009,'65.55.109.34','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-03-21'),(2247,'March',2009,'65.55.107.192','01',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-03-22'),(2248,'March',2009,'67.195.37.116','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-22'),(2249,'March',2009,'94.100.181.240','12',26,'Mail.Ru/1.0','','2009-03-22'),(2250,'March',2009,'66.249.72.67','14',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-22'),(2251,'March',2009,'67.195.37.167','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-23'),(2252,'March',2009,'65.55.230.255','13',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-03-23'),(2253,'March',2009,'66.249.70.138','14',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-23'),(2254,'March',2009,'66.249.70.138','15',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-23'),(2255,'March',2009,'66.249.70.138','16',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-23'),(2256,'March',2009,'67.195.37.185','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-23'),(2257,'March',2009,'66.249.70.138','17',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-23'),(2258,'March',2009,'67.195.37.185','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-23'),(2259,'March',2009,'67.195.37.93','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-23'),(2260,'March',2009,'67.195.37.93','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2261,'March',2009,'67.195.37.93','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2262,'March',2009,'67.195.37.93','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2263,'March',2009,'67.195.37.93','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2264,'March',2009,'67.195.37.93','10',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2265,'March',2009,'203.52.130.160','11',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','952d836a886451c441d9a76cfe39fd3c','2009-03-24'),(2266,'March',2009,'203.52.130.161','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','952d836a886451c441d9a76cfe39fd3c','2009-03-24'),(2267,'March',2009,'67.195.37.184','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2268,'March',2009,'67.195.37.189','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2269,'March',2009,'67.195.37.189','14',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2270,'March',2009,'74.6.22.164','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2271,'March',2009,'67.195.37.158','16',3,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2272,'March',2009,'67.195.37.158','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2273,'March',2009,'67.195.37.93','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-24'),(2274,'March',2009,'66.249.70.138','18',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-24'),(2275,'March',2009,'66.249.70.138','19',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-24'),(2276,'March',2009,'64.233.172.1','19',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-03-24'),(2277,'March',2009,'66.249.70.138','20',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-24'),(2278,'March',2009,'66.249.70.138','02',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-25'),(2279,'March',2009,'67.195.37.123','05',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-25'),(2280,'March',2009,'67.195.37.123','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-25'),(2281,'March',2009,'74.52.245.146','11',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0','','2009-03-25'),(2282,'March',2009,'67.195.37.115','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-25'),(2283,'March',2009,'66.249.70.138','00',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-26'),(2284,'March',2009,'74.125.75.1','00',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-03-26'),(2285,'March',2009,'66.249.70.138','01',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-26'),(2286,'March',2009,'66.249.70.138','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-26'),(2287,'March',2009,'66.249.70.138','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-26'),(2288,'March',2009,'66.249.70.138','06',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-26'),(2289,'March',2009,'203.25.82.62','10',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1','','2009-03-26'),(2290,'March',2009,'208.111.154.15','15',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-03-26'),(2291,'March',2009,'67.195.37.173','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-26'),(2292,'March',2009,'65.55.210.131','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-03-26'),(2293,'March',2009,'65.55.107.228','23',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-03-26'),(2294,'March',2009,'38.113.234.180','00',11,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-27'),(2295,'March',2009,'38.113.234.181','00',28,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-27'),(2296,'March',2009,'72.30.142.247','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-27'),(2297,'March',2009,'203.12.22.51','11',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1','','2009-03-27'),(2298,'March',2009,'38.113.234.180','14',40,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-27'),(2299,'March',2009,'38.113.234.181','14',10,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-27'),(2300,'March',2009,'24.170.189.50','00',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)','','2009-03-28'),(2301,'March',2009,'72.30.142.247','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-28'),(2302,'March',2009,'38.113.234.181','10',42,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-28'),(2303,'March',2009,'38.113.234.180','10',10,'voyager/2.0 (http://www.kosmix.com/crawler.html)','','2009-03-28'),(2304,'March',2009,'66.249.70.138','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-28'),(2305,'March',2009,'66.249.70.138','11',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-28'),(2306,'March',2009,'66.249.70.138','12',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-28'),(2307,'March',2009,'65.55.109.18','13',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-03-28'),(2308,'March',2009,'72.30.142.247','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-28'),(2309,'March',2009,'66.249.70.138','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-28'),(2310,'March',2009,'65.55.110.244','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-03-29'),(2311,'March',2009,'67.195.37.154','06',17,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-29'),(2312,'March',2009,'67.195.37.154','07',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-29'),(2313,'March',2009,'67.195.37.175','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-29'),(2314,'March',2009,'65.55.210.143','12',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-03-29'),(2315,'March',2009,'66.249.70.138','13',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-29'),(2316,'March',2009,'66.249.73.211','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-03-30'),(2317,'March',2009,'67.195.37.116','20',3,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-30'),(2318,'March',2009,'67.195.37.116','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-30'),(2319,'March',2009,'67.195.37.116','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-31'),(2320,'March',2009,'74.6.22.155','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-31'),(2321,'March',2009,'72.232.220.35','09',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-03-31'),(2322,'March',2009,'203.52.130.138','12',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','','2009-03-31'),(2323,'March',2009,'203.52.130.161','12',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','adf96c5a8b28518617d2652d2761b012','2009-03-31'),(2324,'March',2009,'203.52.130.160','12',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','adf96c5a8b28518617d2652d2761b012','2009-03-31'),(2325,'March',2009,'203.52.130.136','12',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','adf96c5a8b28518617d2652d2761b012','2009-03-31'),(2326,'March',2009,'203.52.130.137','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','adf96c5a8b28518617d2652d2761b012','2009-03-31'),(2327,'March',2009,'67.195.37.175','17',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-03-31'),(2328,'March',2009,'91.121.96.210','22',50,'Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)','','2009-03-31'),(2329,'April',2009,'66.249.73.211','00',13,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-01'),(2330,'April',2009,'67.195.37.110','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2331,'April',2009,'66.249.73.211','01',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-01'),(2332,'April',2009,'66.249.73.211','02',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-01'),(2333,'April',2009,'74.6.22.155','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2334,'April',2009,'66.249.73.211','03',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-01'),(2335,'April',2009,'65.55.210.137','05',4,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-01'),(2336,'April',2009,'65.55.110.149','05',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-01'),(2337,'April',2009,'65.55.210.135','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-01'),(2338,'April',2009,'67.195.37.110','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2339,'April',2009,'65.55.104.22','12',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-01'),(2340,'April',2009,'67.195.37.110','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2341,'April',2009,'74.6.22.155','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2342,'April',2009,'89.186.1.54','14',1,'libwww-perl/5.800','','2009-04-01'),(2343,'April',2009,'89.186.1.54','14',3,'libwww-perl/5.800','','2009-04-01'),(2344,'April',2009,'66.235.124.6','15',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-04-01'),(2345,'April',2009,'67.195.37.110','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2346,'April',2009,'74.6.22.155','18',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2347,'April',2009,'85.72.210.108','20',1,'larbin_2.6.3 myemail@address.co.uk','','2009-04-01'),(2348,'April',2009,'65.55.210.140','20',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-01'),(2349,'April',2009,'65.55.110.94','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-01'),(2350,'April',2009,'67.195.37.95','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-01'),(2351,'April',2009,'66.249.73.211','21',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-01'),(2352,'April',2009,'65.55.210.139','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-01'),(2353,'April',2009,'66.249.73.211','22',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-01'),(2354,'April',2009,'66.249.73.211','23',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-01'),(2355,'April',2009,'66.249.73.211','04',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-02'),(2356,'April',2009,'66.249.73.211','05',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-02'),(2357,'April',2009,'67.195.37.124','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-02'),(2358,'April',2009,'67.195.37.124','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-02'),(2359,'April',2009,'72.30.161.235','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-02'),(2360,'April',2009,'67.195.37.124','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-02'),(2361,'April',2009,'67.195.37.178','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-02'),(2362,'April',2009,'67.195.37.159','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-02'),(2363,'April',2009,'67.195.37.178','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-03'),(2364,'April',2009,'66.249.73.211','18',35,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-03'),(2365,'April',2009,'66.249.73.211','19',13,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-03'),(2366,'April',2009,'66.249.73.211','20',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-03'),(2367,'April',2009,'72.30.161.235','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-04'),(2368,'April',2009,'67.195.37.106','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-04'),(2369,'April',2009,'72.30.87.86','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-04'),(2370,'April',2009,'72.30.87.86','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-04'),(2371,'April',2009,'69.58.178.31','11',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-04-04'),(2372,'April',2009,'121.222.39.145','00',1,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9) Gecko/2008061004 Firefox/3.0','','2009-04-05'),(2373,'April',2009,'67.195.37.189','06',15,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-05'),(2374,'April',2009,'67.195.37.189','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-05'),(2375,'April',2009,'67.195.37.189','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-05'),(2376,'April',2009,'66.249.73.211','11',10,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-05'),(2377,'April',2009,'67.195.37.189','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-05'),(2378,'April',2009,'67.195.37.170','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-05'),(2379,'April',2009,'67.195.37.113','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-05'),(2380,'April',2009,'65.55.210.139','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-05'),(2381,'April',2009,'72.30.78.217','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-06'),(2382,'April',2009,'66.249.73.211','06',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-06'),(2383,'April',2009,'65.55.110.88','07',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-06'),(2384,'April',2009,'66.249.73.211','07',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-06'),(2385,'April',2009,'66.249.73.211','09',13,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-06'),(2386,'April',2009,'38.99.44.103','12',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-04-06'),(2387,'April',2009,'66.249.73.211','17',9,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-06'),(2388,'April',2009,'123.243.110.109','17',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 3.5.20404)','','2009-04-06'),(2389,'April',2009,'123.243.110.109','18',7,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 3.5.20404)','2aaff5381499983ee9575a19a8cedc59','2009-04-06'),(2390,'April',2009,'67.195.37.89','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-06'),(2391,'April',2009,'66.249.73.211','08',16,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-07'),(2392,'April',2009,'75.101.228.242','15',1,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-07'),(2393,'April',2009,'75.101.228.242','16',2,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-07'),(2394,'April',2009,'208.111.154.15','16',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-04-07'),(2395,'April',2009,'75.101.228.242','17',1,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-07'),(2396,'April',2009,'75.101.228.242','18',1,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-07'),(2397,'April',2009,'67.195.37.190','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-08'),(2398,'April',2009,'67.55.72.164','04',3,'swish-e http://swish-e.org/','e9ca3fb8c8869b21bcae0f4f25dae383','2009-04-08'),(2399,'April',2009,'38.99.44.103','06',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-04-08'),(2400,'April',2009,'67.195.37.190','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-08'),(2401,'April',2009,'67.195.37.190','18',2,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-08'),(2402,'April',2009,'67.195.37.172','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-08'),(2403,'April',2009,'65.55.210.141','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-09'),(2404,'April',2009,'65.55.110.212','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-09'),(2405,'April',2009,'65.55.210.139','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-09'),(2406,'April',2009,'65.55.109.18','01',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-09'),(2407,'April',2009,'174.129.180.146','05',1,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','','2009-04-09'),(2408,'April',2009,'65.55.210.136','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-09'),(2409,'April',2009,'65.55.110.90','06',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-09'),(2410,'April',2009,'65.55.210.133','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-09'),(2411,'April',2009,'65.55.110.138','08',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-09'),(2412,'April',2009,'65.55.210.150','11',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-09'),(2413,'April',2009,'74.6.17.157','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-09'),(2414,'April',2009,'203.52.130.138','14',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','','2009-04-09'),(2415,'April',2009,'203.52.130.137','14',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','800dcdbe49f6291e1ae4d51d2967fca3','2009-04-09'),(2416,'April',2009,'203.52.130.136','14',8,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','800dcdbe49f6291e1ae4d51d2967fca3','2009-04-09'),(2417,'April',2009,'203.52.130.160','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','3ae739ae069cbcf1b30b789225c8c1e0','2009-04-09'),(2418,'April',2009,'203.52.130.161','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506','3ae739ae069cbcf1b30b789225c8c1e0','2009-04-09'),(2419,'April',2009,'58.107.18.220','17',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC','','2009-04-09'),(2420,'April',2009,'38.99.44.103','18',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-04-09'),(2421,'April',2009,'194.8.75.159','19',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET C','','2009-04-09'),(2422,'April',2009,'174.129.182.193','04',2,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-10'),(2423,'April',2009,'174.129.182.193','06',1,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-10'),(2424,'April',2009,'65.55.210.132','12',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-10'),(2425,'April',2009,'72.30.142.189','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-11'),(2426,'April',2009,'66.249.73.211','13',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-11'),(2427,'April',2009,'66.249.73.211','14',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-11'),(2428,'April',2009,'72.30.142.189','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-12'),(2429,'April',2009,'72.30.142.189','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-13'),(2430,'April',2009,'66.249.73.211','12',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-13'),(2431,'April',2009,'66.249.73.211','10',15,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-14'),(2432,'April',2009,'66.249.73.211','15',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-14'),(2433,'April',2009,'38.100.41.113','17',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-04-14'),(2434,'April',2009,'72.30.142.189','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-14'),(2435,'April',2009,'65.55.210.134','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-15'),(2436,'April',2009,'65.55.210.134','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-16'),(2437,'April',2009,'65.55.107.196','03',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-04-16'),(2438,'April',2009,'67.202.5.58','08',3,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-16'),(2439,'April',2009,'67.202.5.58','09',23,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-16'),(2440,'April',2009,'72.30.142.189','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-16'),(2441,'April',2009,'75.101.233.194','00',1,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-17'),(2442,'April',2009,'72.30.142.189','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-17'),(2443,'April',2009,'75.101.196.58','23',1,'SimilarPages/Nutch-1.0-dev (SimilarPages Nutch Crawler; http://www.similarpages.com; info@similarpag','','2009-04-17'),(2444,'April',2009,'72.30.142.229','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-18'),(2445,'April',2009,'219.87.182.133','16',1,'Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)','','2009-04-19'),(2446,'April',2009,'66.249.73.211','16',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-04-20'),(2447,'April',2009,'208.115.111.246','00',4,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-04-22'),(2448,'April',2009,'208.115.111.246','04',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-04-22'),(2449,'April',2009,'208.115.111.246','08',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-04-22'),(2450,'April',2009,'72.30.142.245','09',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-22'),(2451,'April',2009,'208.115.111.246','12',2,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-04-22'),(2452,'April',2009,'153.107.33.157','12',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.','','2009-04-22'),(2453,'April',2009,'208.115.111.246','09',6,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-04-23'),(2454,'April',2009,'72.30.142.245','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-23'),(2455,'April',2009,'208.115.111.246','14',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-04-23'),(2456,'April',2009,'208.115.111.246','17',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-04-23'),(2457,'April',2009,'72.30.142.245','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-23'),(2458,'April',2009,'195.154.158.18','21',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-04-23'),(2459,'April',2009,'210.11.188.17','10',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)','','2009-04-24'),(2460,'April',2009,'203.52.130.136','11',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9','','2009-04-24'),(2461,'April',2009,'8.21.4.254','12',1,'Mozilla/4.0','','2009-04-24'),(2462,'April',2009,'155.205.200.16','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2','','2009-04-24'),(2463,'April',2009,'121.216.155.89','14',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 2.0.50727)','','2009-04-24'),(2464,'April',2009,'64.233.172.1','07',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-04-25'),(2465,'April',2009,'38.108.180.100','13',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-04-25'),(2466,'April',2009,'38.99.44.107','11',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-04-26'),(2467,'April',2009,'74.125.75.1','01',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-04-27'),(2468,'April',2009,'65.55.104.166','10',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-27'),(2469,'April',2009,'65.55.104.166','12',3,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-04-27'),(2470,'April',2009,'203.52.130.136','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','','2009-04-28'),(2471,'April',2009,'203.52.130.136','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','3d09471c6bafb77bb3fb4df5fed6456e','2009-04-28'),(2472,'April',2009,'121.223.133.247','21',10,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC','','2009-04-29'),(2473,'April',2009,'216.104.15.138','22',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2009-04-29'),(2474,'April',2009,'216.104.15.134','22',4,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2009-04-29'),(2475,'April',2009,'216.104.15.130','22',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2009-04-29'),(2476,'April',2009,'216.104.15.142','22',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2009-04-29'),(2477,'April',2009,'114.76.53.244','22',9,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)','','2009-04-29'),(2478,'April',2009,'72.30.142.226','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-04-30'),(2479,'May',2009,'69.84.207.62','04',27,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2009-05-01'),(2480,'May',2009,'72.30.142.226','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-01'),(2481,'May',2009,'66.249.73.211','11',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-01'),(2482,'May',2009,'216.74.34.133','12',1,'','','2009-05-01'),(2483,'May',2009,'66.249.73.211','12',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-01'),(2484,'May',2009,'66.249.73.211','13',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-01'),(2485,'May',2009,'66.249.73.211','14',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-01'),(2486,'May',2009,'66.249.73.211','15',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-01'),(2487,'May',2009,'66.249.73.211','16',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-02'),(2488,'May',2009,'65.55.231.27','14',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-05-03'),(2489,'May',2009,'72.30.142.252','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-04'),(2490,'May',2009,'202.86.211.36','14',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506','','2009-05-04'),(2491,'May',2009,'66.249.73.211','19',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-04'),(2492,'May',2009,'206.183.1.74','20',1,'Mozilla/4.0 (compatible; http://search.thunderstone.com/texis/websearch/about.html)','','2009-05-04'),(2493,'May',2009,'66.249.73.211','20',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-04'),(2494,'May',2009,'74.54.241.100','22',1,'Mozilla/5.0','','2009-05-04'),(2495,'May',2009,'66.249.73.211','04',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-05'),(2496,'May',2009,'66.249.73.211','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-05'),(2497,'May',2009,'210.8.213.138','08',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR','','2009-05-05'),(2498,'May',2009,'75.101.216.79','09',1,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','','2009-05-05'),(2499,'May',2009,'66.249.73.211','21',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-05'),(2500,'May',2009,'64.233.172.1','21',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-05-05'),(2501,'May',2009,'66.249.73.211','22',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-05'),(2502,'May',2009,'66.249.73.211','07',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-06'),(2503,'May',2009,'66.249.73.211','08',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-06'),(2504,'May',2009,'125.254.34.106','08',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009033019 Firefox/3.0.8 (.NET CLR','','2009-05-06'),(2505,'May',2009,'125.254.34.106','13',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009033019 Firefox/3.0.8 (.NET CLR','','2009-05-06'),(2506,'May',2009,'69.58.178.31','14',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-05-06'),(2507,'May',2009,'66.249.73.211','09',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-07'),(2508,'May',2009,'74.52.245.146','09',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0','','2009-05-07'),(2509,'May',2009,'74.6.8.91','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-09'),(2510,'May',2009,'66.249.73.211','10',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-09'),(2511,'May',2009,'64.233.172.1','11',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-05-09'),(2512,'May',2009,'66.249.73.211','03',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-10'),(2513,'May',2009,'65.98.224.7','14',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-05-10'),(2514,'May',2009,'203.39.222.66','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-05-11'),(2515,'May',2009,'38.108.180.175','06',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-05-12'),(2516,'May',2009,'38.108.180.175','18',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-05-12'),(2517,'May',2009,'216.129.119.44','07',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-05-13'),(2518,'May',2009,'74.125.75.1','13',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-05-13'),(2519,'May',2009,'210.10.240.189','14',21,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; MVH; GTB6; SLCC1; .NET CLR 2.0.50727; Media Cente','','2009-05-13'),(2520,'May',2009,'219.142.53.16','23',1,'renlifangbot/1.0 (+http://search.msn.com/msnbot.htm)','','2009-05-13'),(2521,'May',2009,'203.52.130.136','12',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1','','2009-05-14'),(2522,'May',2009,'203.52.130.137','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1','72267caf0662a7d77de589e1f59e1c6e','2009-05-14'),(2523,'May',2009,'64.233.172.1','13',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-05-14'),(2524,'May',2009,'66.249.73.211','17',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-14'),(2525,'May',2009,'66.249.73.211','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-14'),(2526,'May',2009,'72.30.79.23','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-15'),(2527,'May',2009,'210.50.143.20','14',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET','','2009-05-15'),(2528,'May',2009,'62.44.79.35','21',1,'Mozilla/5.0','','2009-05-15'),(2529,'May',2009,'66.249.73.211','00',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-16'),(2530,'May',2009,'66.249.73.211','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-16'),(2531,'May',2009,'72.30.79.23','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-16'),(2532,'May',2009,'72.30.65.28','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-16'),(2533,'May',2009,'220.245.81.22','06',2,'libwww-perl/5.805','','2009-05-17'),(2534,'May',2009,'88.131.106.10','14',1,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)','','2009-05-17'),(2535,'May',2009,'66.249.73.211','01',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-18'),(2536,'May',2009,'203.25.82.62','09',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1','','2009-05-18'),(2537,'May',2009,'150.70.84.27','10',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2009-05-18'),(2538,'May',2009,'210.8.54.104','12',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-05-18'),(2539,'May',2009,'64.233.172.1','17',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-05-18'),(2540,'May',2009,'38.105.83.13','20',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-05-20'),(2541,'May',2009,'65.55.109.155','09',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-05-21'),(2542,'May',2009,'121.216.193.73','09',6,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; OptusNetDSL6; GTB6; .NET CLR 1.1.432','','2009-05-21'),(2543,'May',2009,'208.111.154.16','02',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2544,'May',2009,'208.111.154.15','03',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2545,'May',2009,'208.111.154.15','05',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2546,'May',2009,'208.111.154.16','05',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2547,'May',2009,'208.111.154.16','06',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2548,'May',2009,'66.249.68.84','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-22'),(2549,'May',2009,'208.111.154.16','07',4,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2550,'May',2009,'66.249.68.84','07',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-22'),(2551,'May',2009,'208.111.154.15','07',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2552,'May',2009,'208.111.154.16','08',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2553,'May',2009,'208.111.154.21','09',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2554,'May',2009,'208.111.154.16','09',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2555,'May',2009,'208.111.154.16','10',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2556,'May',2009,'208.111.154.15','11',3,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2557,'May',2009,'153.107.97.153','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.','','2009-05-22'),(2558,'May',2009,'208.111.154.16','11',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2559,'May',2009,'208.111.154.15','12',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2560,'May',2009,'208.111.154.16','13',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-05-22'),(2561,'May',2009,'210.15.244.100','16',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)','','2009-05-22'),(2562,'May',2009,'202.86.211.36','16',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506','','2009-05-22'),(2563,'May',2009,'216.129.119.42','02',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-05-23'),(2564,'May',2009,'66.249.68.84','04',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-23'),(2565,'May',2009,'66.249.68.84','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-23'),(2566,'May',2009,'74.6.22.108','08',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-23'),(2567,'May',2009,'66.249.68.84','09',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-23'),(2568,'May',2009,'66.249.68.84','10',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-23'),(2569,'May',2009,'66.249.68.21','13',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-23'),(2570,'May',2009,'74.6.22.108','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-23'),(2571,'May',2009,'74.6.22.108','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-24'),(2572,'May',2009,'66.249.68.84','13',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-24'),(2573,'May',2009,'66.249.68.84','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-24'),(2574,'May',2009,'66.249.68.84','17',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-25'),(2575,'May',2009,'66.249.68.84','19',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-25'),(2576,'May',2009,'74.6.22.108','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-25'),(2577,'May',2009,'74.6.22.152','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-26'),(2578,'May',2009,'66.235.124.6','07',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-05-26'),(2579,'May',2009,'150.101.228.108','11',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-05-26'),(2580,'May',2009,'210.15.244.103','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET C','','2009-05-26'),(2581,'May',2009,'74.6.22.108','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-26'),(2582,'May',2009,'66.249.68.84','21',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-26'),(2583,'May',2009,'74.125.75.1','21',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-05-26'),(2584,'May',2009,'66.249.68.84','23',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-26'),(2585,'May',2009,'121.220.99.53','00',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .','','2009-05-27'),(2586,'May',2009,'66.249.68.84','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-27'),(2587,'May',2009,'74.125.75.1','03',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-05-27'),(2588,'May',2009,'66.249.68.84','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-27'),(2589,'May',2009,'66.249.68.21','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-27'),(2590,'May',2009,'124.158.19.254','10',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-05-27'),(2591,'May',2009,'203.10.121.84','11',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-05-27'),(2592,'May',2009,'66.249.68.84','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-27'),(2593,'May',2009,'70.70.14.242','23',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Netscape/8.0.4','','2009-05-27'),(2594,'May',2009,'66.249.68.84','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-28'),(2595,'May',2009,'66.249.68.84','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-28'),(2596,'May',2009,'203.10.121.84','09',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-05-28'),(2597,'May',2009,'203.10.121.85','10',9,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)','','2009-05-28'),(2598,'May',2009,'66.249.68.84','11',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-28'),(2599,'May',2009,'89.149.226.14','00',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-05-30'),(2600,'May',2009,'72.30.79.26','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-30'),(2601,'May',2009,'200.41.43.134','00',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)','','2009-05-31'),(2602,'May',2009,'66.249.67.84','12',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-31'),(2603,'May',2009,'66.249.67.84','13',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-05-31'),(2604,'May',2009,'72.30.79.26','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-05-31'),(2605,'June',2009,'66.249.67.84','01',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-01'),(2606,'June',2009,'165.228.181.253','10',10,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET C','','2009-06-01'),(2607,'June',2009,'66.249.67.84','11',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-01'),(2608,'June',2009,'219.117.223.106','12',1,'Mozilla/5.0','','2009-06-01'),(2609,'June',2009,'66.249.67.84','13',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-01'),(2610,'June',2009,'66.249.67.84','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-01'),(2611,'June',2009,'66.249.67.21','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-01'),(2612,'June',2009,'66.249.67.21','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-01'),(2613,'June',2009,'72.30.79.26','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-02'),(2614,'June',2009,'221.133.196.114','15',1,'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3','','2009-06-02'),(2615,'June',2009,'66.249.67.84','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-02'),(2616,'June',2009,'66.249.67.84','19',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-02'),(2617,'June',2009,'66.249.67.84','20',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-02'),(2618,'June',2009,'66.249.67.84','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-02'),(2619,'June',2009,'66.249.67.21','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-03'),(2620,'June',2009,'66.249.67.21','03',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-03'),(2621,'June',2009,'65.55.106.185','04',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-06-03'),(2622,'June',2009,'72.30.79.26','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-03'),(2623,'June',2009,'66.249.67.84','07',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-03'),(2624,'June',2009,'65.55.104.166','08',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-06-03'),(2625,'June',2009,'65.55.104.66','08',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-06-03'),(2626,'June',2009,'72.30.79.26','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-03'),(2627,'June',2009,'124.189.51.89','20',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10','','2009-06-03'),(2628,'June',2009,'208.115.111.246','00',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2629,'June',2009,'208.115.111.246','02',8,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2630,'June',2009,'208.115.111.246','04',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2631,'June',2009,'208.115.111.246','06',8,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2632,'June',2009,'66.249.67.21','09',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-04'),(2633,'June',2009,'69.58.178.28','09',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-06-04'),(2634,'June',2009,'66.249.67.21','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-04'),(2635,'June',2009,'72.30.142.244','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-04'),(2636,'June',2009,'61.69.12.19','13',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-06-04'),(2637,'June',2009,'208.115.111.246','17',11,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2638,'June',2009,'216.129.119.42','18',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-04'),(2639,'June',2009,'208.115.111.246','19',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2640,'June',2009,'208.115.111.246','21',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2641,'June',2009,'208.115.111.246','21',9,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2642,'June',2009,'208.115.111.246','23',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-04'),(2643,'June',2009,'208.115.111.246','01',5,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-05'),(2644,'June',2009,'66.249.68.84','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-05'),(2645,'June',2009,'66.249.68.84','07',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-05'),(2646,'June',2009,'66.249.68.84','08',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-05'),(2647,'June',2009,'66.249.68.84','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-05'),(2648,'June',2009,'66.249.68.21','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-05'),(2649,'June',2009,'72.30.79.49','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-06'),(2650,'June',2009,'66.249.71.26','12',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-06'),(2651,'June',2009,'66.249.71.26','13',7,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-06'),(2652,'June',2009,'66.249.71.41','16',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-06'),(2653,'June',2009,'72.30.79.49','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-06'),(2654,'June',2009,'66.249.71.41','17',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-06'),(2655,'June',2009,'72.30.79.49','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-07'),(2656,'June',2009,'66.249.71.26','14',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-07'),(2657,'June',2009,'66.249.71.26','15',5,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-07'),(2658,'June',2009,'72.30.78.224','16',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-07'),(2659,'June',2009,'66.249.71.41','20',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-07'),(2660,'June',2009,'72.30.142.116','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-08'),(2661,'June',2009,'72.30.142.116','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-08'),(2662,'June',2009,'72.30.142.116','16',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-08'),(2663,'June',2009,'38.105.83.13','14',3,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-06-09'),(2664,'June',2009,'210.8.66.19','22',1,'Mozilla/5.0','','2009-06-09'),(2665,'June',2009,'210.8.66.19','22',3,'Mozilla/5.0','','2009-06-09'),(2666,'June',2009,'210.8.66.19','04',1,'Mozilla/5.0','','2009-06-10'),(2667,'June',2009,'210.8.66.19','04',2,'Mozilla/5.0','','2009-06-10'),(2668,'June',2009,'72.44.47.4','05',1,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','','2009-06-11'),(2669,'June',2009,'72.30.79.49','11',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-11'),(2670,'June',2009,'66.249.71.26','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-11'),(2671,'June',2009,'153.107.33.154','12',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1)','','2009-06-12'),(2672,'June',2009,'66.249.71.26','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-12'),(2673,'June',2009,'66.249.71.26','03',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-13'),(2674,'June',2009,'66.249.71.26','04',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-13'),(2675,'June',2009,'72.30.142.116','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-13'),(2676,'June',2009,'124.168.63.102','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)','','2009-06-13'),(2677,'June',2009,'74.52.245.146','01',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0','','2009-06-14'),(2678,'June',2009,'94.100.181.240','05',26,'Mail.Ru/1.0','','2009-06-14'),(2679,'June',2009,'66.249.71.26','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-14'),(2680,'June',2009,'66.249.71.26','06',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-14'),(2681,'June',2009,'144.131.43.248','13',3,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Cen','','2009-06-14'),(2682,'June',2009,'66.235.124.6','20',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-06-14'),(2683,'June',2009,'204.62.53.203','23',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-14'),(2684,'June',2009,'66.249.71.26','23',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-14'),(2685,'June',2009,'60.50.188.68','23',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11','','2009-06-14'),(2686,'June',2009,'210.8.66.19','03',1,'Mozilla/5.0','','2009-06-15'),(2687,'June',2009,'210.8.66.19','03',3,'Mozilla/5.0','','2009-06-15'),(2688,'June',2009,'66.249.71.26','07',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-15'),(2689,'June',2009,'66.249.71.26','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-16'),(2690,'June',2009,'66.249.71.26','02',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-16'),(2691,'June',2009,'72.30.79.49','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-16'),(2692,'June',2009,'216.129.119.44','07',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2693,'June',2009,'216.129.119.42','07',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2694,'June',2009,'216.129.119.44','08',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2695,'June',2009,'72.30.142.116','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-16'),(2696,'June',2009,'203.12.22.51','09',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)','','2009-06-16'),(2697,'June',2009,'216.129.119.44','09',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2698,'June',2009,'94.100.181.240','11',26,'Mail.Ru/1.0','','2009-06-16'),(2699,'June',2009,'216.129.119.42','11',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2700,'June',2009,'219.142.53.24','11',1,'renlifangbot/1.0 (+http://search.msn.com/msnbot.htm)','','2009-06-16'),(2701,'June',2009,'216.129.119.44','13',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2702,'June',2009,'216.129.119.44','14',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2703,'June',2009,'216.129.119.44','19',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2704,'June',2009,'216.129.119.44','22',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-16'),(2705,'June',2009,'216.129.119.44','02',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-17'),(2706,'June',2009,'216.129.119.42','03',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-17'),(2707,'June',2009,'216.129.119.44','05',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-17'),(2708,'June',2009,'66.249.71.41','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-17'),(2709,'June',2009,'216.129.119.44','11',2,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-17'),(2710,'June',2009,'216.129.119.44','12',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-17'),(2711,'June',2009,'210.50.143.22','15',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET','','2009-06-17'),(2712,'June',2009,'216.129.119.42','17',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-17'),(2713,'June',2009,'216.129.119.44','01',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-18'),(2714,'June',2009,'216.129.119.44','04',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-18'),(2715,'June',2009,'69.90.176.118','07',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-06-18'),(2716,'June',2009,'203.14.54.240','08',16,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4','','2009-06-18'),(2717,'June',2009,'66.249.71.26','09',23,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-18'),(2718,'June',2009,'216.129.119.44','10',3,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-18'),(2719,'June',2009,'216.129.119.44','20',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-18'),(2720,'June',2009,'216.129.119.42','00',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-19'),(2721,'June',2009,'66.249.71.26','10',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-19'),(2722,'June',2009,'216.129.119.42','14',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-19'),(2723,'June',2009,'209.167.50.27','17',26,'LinkWalker/2.0','','2009-06-19'),(2724,'June',2009,'66.249.71.26','20',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-19'),(2725,'June',2009,'86.122.164.46','08',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2009-06-20'),(2726,'June',2009,'66.249.71.26','11',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-20'),(2727,'June',2009,'216.129.119.42','13',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-06-20'),(2728,'June',2009,'116.50.181.243','08',30,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-06-21'),(2729,'June',2009,'66.249.71.26','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-21'),(2730,'June',2009,'66.249.71.26','17',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-21'),(2731,'June',2009,'71.132.222.121','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','2009-06-21'),(2732,'June',2009,'208.115.111.246','07',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-22'),(2733,'June',2009,'208.115.111.246','12',7,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-22'),(2734,'June',2009,'208.115.111.246','13',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-22'),(2735,'June',2009,'208.115.111.246','14',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-22'),(2736,'June',2009,'203.52.130.136','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-06-22'),(2737,'June',2009,'203.52.130.161','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','58a9d1588057474d185009470668f81f','2009-06-22'),(2738,'June',2009,'203.52.130.160','14',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','58a9d1588057474d185009470668f81f','2009-06-22'),(2739,'June',2009,'203.52.130.137','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','58a9d1588057474d185009470668f81f','2009-06-22'),(2740,'June',2009,'208.115.111.246','16',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-22'),(2741,'June',2009,'207.67.117.171','16',1,'larbin_2.6.3 larbin2.6.3@unspecified.mail','','2009-06-22'),(2742,'June',2009,'208.115.111.246','18',3,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-06-22'),(2743,'June',2009,'119.11.2.127','21',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2','','2009-06-22'),(2744,'June',2009,'38.108.180.137','09',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-06-23'),(2745,'June',2009,'66.249.71.17','11',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-23'),(2746,'June',2009,'203.52.130.136','13',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','','2009-06-23'),(2747,'June',2009,'203.52.130.161','13',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','297a2678d71083aa0e7805bb582298fd','2009-06-23'),(2748,'June',2009,'220.239.193.36','15',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-06-23'),(2749,'June',2009,'66.249.71.17','17',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-23'),(2750,'June',2009,'66.249.71.17','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-23'),(2751,'June',2009,'204.62.54.203','05',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-24'),(2752,'June',2009,'66.249.71.17','05',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-24'),(2753,'June',2009,'198.53.189.35','12',3,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11','','2009-06-24'),(2754,'June',2009,'204.62.54.203','13',3,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-24'),(2755,'June',2009,'66.249.71.46','13',25,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-24'),(2756,'June',2009,'66.249.71.46','14',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-24'),(2757,'June',2009,'72.30.142.116','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-24'),(2758,'June',2009,'204.62.54.203','23',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-24'),(2759,'June',2009,'204.62.54.203','04',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-25'),(2760,'June',2009,'66.249.71.46','07',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-25'),(2761,'June',2009,'66.249.71.46','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-25'),(2762,'June',2009,'66.249.71.46','10',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-25'),(2763,'June',2009,'66.249.71.46','11',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-25'),(2764,'June',2009,'204.62.54.203','14',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-25'),(2765,'June',2009,'221.194.132.173','16',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)/Nutch-1.0','','2009-06-25'),(2766,'June',2009,'72.30.79.93','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-25'),(2767,'June',2009,'204.62.54.203','17',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-25'),(2768,'June',2009,'66.249.71.46','23',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-25'),(2769,'June',2009,'204.62.54.203','00',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-26'),(2770,'June',2009,'72.30.78.217','02',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-26'),(2771,'June',2009,'66.249.71.46','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-26'),(2772,'June',2009,'204.62.54.203','19',4,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-26'),(2773,'June',2009,'204.62.54.203','20',3,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-26'),(2774,'June',2009,'204.62.54.203','21',6,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-26'),(2775,'June',2009,'204.62.54.203','22',4,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-26'),(2776,'June',2009,'64.233.172.1','00',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-06-27'),(2777,'June',2009,'204.62.54.203','01',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-27'),(2778,'June',2009,'66.249.71.46','02',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-27'),(2779,'June',2009,'204.62.54.203','03',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-27'),(2780,'June',2009,'66.249.71.46','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-27'),(2781,'June',2009,'72.30.79.88','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-27'),(2782,'June',2009,'66.249.71.105','07',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-27'),(2783,'June',2009,'66.249.71.46','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-28'),(2784,'June',2009,'204.62.54.203','18',2,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-28'),(2785,'June',2009,'212.178.14.111','20',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]','','2009-06-28'),(2786,'June',2009,'204.62.54.203','07',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-29'),(2787,'June',2009,'65.55.231.0','12',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-06-29'),(2788,'June',2009,'74.6.22.179','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-29'),(2789,'June',2009,'66.249.71.46','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-30'),(2790,'June',2009,'74.6.22.179','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-06-30'),(2791,'June',2009,'66.249.71.105','15',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-06-30'),(2792,'June',2009,'204.62.54.203','15',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-06-30'),(2793,'June',2009,'66.197.159.133','20',1,'Mozilla/0.6 Beta (Windows)','','2009-06-30'),(2794,'July',2009,'65.55.210.129','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-01'),(2795,'July',2009,'65.55.110.216','02',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','','2009-07-01'),(2796,'July',2009,'204.62.54.203','05',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-07-01'),(2797,'July',2009,'66.249.71.46','09',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-01'),(2798,'July',2009,'66.249.71.46','10',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-01'),(2799,'July',2009,'153.107.33.158','11',2,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727)','','2009-07-01'),(2800,'July',2009,'144.131.36.151','14',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727;','','2009-07-01'),(2801,'July',2009,'193.206.49.51','18',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-07-01'),(2802,'July',2009,'72.30.79.25','01',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-02'),(2803,'July',2009,'65.98.224.7','01',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-07-02'),(2804,'July',2009,'204.62.54.203','03',1,'Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)','','2009-07-02'),(2805,'July',2009,'72.30.79.25','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-02'),(2806,'July',2009,'72.30.79.25','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-02'),(2807,'July',2009,'66.249.71.46','21',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-02'),(2808,'July',2009,'66.249.71.46','00',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-03'),(2809,'July',2009,'74.6.22.186','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-03'),(2810,'July',2009,'74.6.22.186','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-03'),(2811,'July',2009,'203.89.173.247','12',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','','2009-07-03'),(2812,'July',2009,'69.58.178.30','21',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-07-03'),(2813,'July',2009,'74.6.22.186','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-03'),(2814,'July',2009,'66.249.71.46','02',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-04'),(2815,'July',2009,'66.249.71.46','03',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-04'),(2816,'July',2009,'66.249.71.105','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-04'),(2817,'July',2009,'203.206.174.199','16',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727)','','2009-07-04'),(2818,'July',2009,'66.249.71.105','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-05'),(2819,'July',2009,'66.249.71.105','07',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-05'),(2820,'July',2009,'66.249.71.46','22',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-05'),(2821,'July',2009,'65.55.210.130','05',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-06'),(2822,'July',2009,'66.249.71.46','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-06'),(2823,'July',2009,'66.249.71.46','19',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-06'),(2824,'July',2009,'65.98.224.7','23',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-07-06'),(2825,'July',2009,'67.195.112.241','00',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2826,'July',2009,'66.249.71.46','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-07'),(2827,'July',2009,'67.195.112.241','01',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2828,'July',2009,'67.195.112.241','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2829,'July',2009,'66.249.71.105','04',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-07'),(2830,'July',2009,'67.195.112.241','05',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2831,'July',2009,'67.195.112.241','06',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2832,'July',2009,'67.195.112.241','08',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2833,'July',2009,'67.195.112.241','09',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2834,'July',2009,'67.195.112.241','10',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2835,'July',2009,'67.195.112.241','11',2,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2836,'July',2009,'67.195.112.241','13',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2837,'July',2009,'194.8.75.251','14',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-07-07'),(2838,'July',2009,'67.195.112.241','15',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2839,'July',2009,'67.195.112.241','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2840,'July',2009,'74.6.8.98','21',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-07'),(2841,'July',2009,'81.223.254.34','13',1,'Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)','','2009-07-08'),(2842,'July',2009,'66.249.71.154','14',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-08'),(2843,'July',2009,'66.249.71.154','16',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-08'),(2844,'July',2009,'72.30.161.223','17',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-08'),(2845,'July',2009,'88.131.106.10','23',1,'Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)','','2009-07-08'),(2846,'July',2009,'58.107.161.157','08',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-07-09'),(2847,'July',2009,'203.52.130.136','11',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','','2009-07-09'),(2848,'July',2009,'203.52.130.160','11',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','0973bfe37bdd5e4d2b5bb7165bb316d2','2009-07-09'),(2849,'July',2009,'203.52.130.161','11',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','0973bfe37bdd5e4d2b5bb7165bb316d2','2009-07-09'),(2850,'July',2009,'66.249.67.66','06',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-10'),(2851,'July',2009,'203.222.142.190','10',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3','','2009-07-10'),(2852,'July',2009,'66.249.67.66','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-10'),(2853,'July',2009,'66.249.67.66','20',6,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-10'),(2854,'July',2009,'66.249.67.66','21',19,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-10'),(2855,'July',2009,'66.249.67.66','00',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-11'),(2856,'July',2009,'66.249.67.66','01',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-11'),(2857,'July',2009,'72.30.87.82','04',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-11'),(2858,'July',2009,'66.249.67.66','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-11'),(2859,'July',2009,'208.115.111.246','09',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-11'),(2860,'July',2009,'208.115.111.246','15',1,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-11'),(2861,'July',2009,'66.249.67.38','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-11'),(2862,'July',2009,'65.55.231.1','19',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2863,'July',2009,'65.55.210.140','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2864,'July',2009,'65.55.110.192','21',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;','','2009-07-11'),(2865,'July',2009,'65.55.210.132','22',3,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2866,'July',2009,'65.55.110.116','22',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;','','2009-07-11'),(2867,'July',2009,'65.55.210.137','22',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2868,'July',2009,'65.55.109.207','22',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607','','2009-07-11'),(2869,'July',2009,'208.115.111.246','22',2,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-11'),(2870,'July',2009,'65.55.210.140','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2871,'July',2009,'65.55.210.133','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2872,'July',2009,'65.55.109.131','22',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607','','2009-07-11'),(2873,'July',2009,'65.55.210.135','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2874,'July',2009,'65.55.210.142','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2875,'July',2009,'65.55.210.138','23',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2876,'July',2009,'65.55.110.206','23',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;','','2009-07-11'),(2877,'July',2009,'65.55.107.243','23',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727','','2009-07-11'),(2878,'July',2009,'65.55.107.185','23',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727','','2009-07-11'),(2879,'July',2009,'65.55.231.0','23',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2880,'July',2009,'65.55.210.130','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2881,'July',2009,'65.55.210.139','23',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2882,'July',2009,'65.55.109.238','23',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727','','2009-07-11'),(2883,'July',2009,'65.55.210.136','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-11'),(2884,'July',2009,'65.55.110.213','23',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607','','2009-07-11'),(2885,'July',2009,'65.55.210.133','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2886,'July',2009,'65.55.109.209','00',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607','','2009-07-12'),(2887,'July',2009,'65.55.210.136','00',5,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2888,'July',2009,'65.55.109.92','00',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;','','2009-07-12'),(2889,'July',2009,'208.115.111.246','00',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-12'),(2890,'July',2009,'208.115.111.246','02',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-12'),(2891,'July',2009,'65.55.210.131','03',3,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2892,'July',2009,'208.115.111.246','04',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-12'),(2893,'July',2009,'208.115.111.246','06',10,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-12'),(2894,'July',2009,'65.55.210.129','06',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2895,'July',2009,'65.55.231.2','07',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2896,'July',2009,'208.115.111.246','08',9,'Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)','','2009-07-12'),(2897,'July',2009,'65.55.231.0','09',8,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2898,'July',2009,'65.55.231.1','09',3,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2899,'July',2009,'65.55.231.1','10',11,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-12'),(2900,'July',2009,'209.202.168.82','03',1,'GingerCrawler/1.0 (Language Assistant for Dyslexics; www.gingersoftware.com/crawler_agent.htm; suppo','','2009-07-13'),(2901,'July',2009,'38.105.83.13','03',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-07-13'),(2902,'July',2009,'66.249.67.66','02',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-15'),(2903,'July',2009,'66.249.67.66','04',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-15'),(2904,'July',2009,'203.12.22.51','10',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-07-15'),(2905,'July',2009,'130.194.181.133','14',1,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.','','2009-07-15'),(2906,'July',2009,'216.129.119.42','15',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-07-15'),(2907,'July',2009,'66.249.67.38','19',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-15'),(2908,'July',2009,'66.249.67.38','20',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-15'),(2909,'July',2009,'65.55.210.129','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-16'),(2910,'July',2009,'65.55.37.182','14',1,'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-16'),(2911,'July',2009,'174.123.235.130','17',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-07-16'),(2912,'July',2009,'72.30.142.174','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-16'),(2913,'July',2009,'65.55.210.137','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2914,'July',2009,'65.55.210.138','01',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2915,'July',2009,'65.55.210.130','01',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2916,'July',2009,'65.55.210.140','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2917,'July',2009,'65.55.210.136','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2918,'July',2009,'65.55.210.139','02',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2919,'July',2009,'65.55.109.138','02',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;','','2009-07-17'),(2920,'July',2009,'65.55.210.131','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2921,'July',2009,'65.55.210.134','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2922,'July',2009,'65.55.107.218','02',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727','','2009-07-17'),(2923,'July',2009,'65.55.109.162','02',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607','','2009-07-17'),(2924,'July',2009,'65.55.210.133','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2925,'July',2009,'65.55.210.132','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2926,'July',2009,'65.55.110.108','03',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607','','2009-07-17'),(2927,'July',2009,'65.55.210.139','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2928,'July',2009,'65.55.210.136','04',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2929,'July',2009,'65.55.210.136','05',4,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2930,'July',2009,'65.55.110.83','05',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;','','2009-07-17'),(2931,'July',2009,'65.55.109.60','05',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;','','2009-07-17'),(2932,'July',2009,'65.55.110.93','05',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;','','2009-07-17'),(2933,'July',2009,'65.55.210.136','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-17'),(2934,'July',2009,'65.55.109.37','06',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727)','','2009-07-17'),(2935,'July',2009,'216.129.119.42','13',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-07-17'),(2936,'July',2009,'66.249.67.38','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-17'),(2937,'July',2009,'65.55.110.67','19',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727','','2009-07-17'),(2938,'July',2009,'65.55.217.68','01',1,'Mozilla/4.0','','2009-07-18'),(2939,'July',2009,'194.8.75.251','15',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-07-19'),(2940,'July',2009,'67.195.113.249','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-19'),(2941,'July',2009,'72.32.69.162','00',1,'Mozilla/5.0','','2009-07-20'),(2942,'July',2009,'218.146.231.194','00',1,'Mozilla/5.0','','2009-07-20'),(2943,'July',2009,'110.45.146.193','00',1,'Mozilla/5.0','','2009-07-20'),(2944,'July',2009,'91.121.137.51','00',1,'Mozilla/5.0','','2009-07-20'),(2945,'July',2009,'72.30.142.229','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-21'),(2946,'July',2009,'66.249.67.66','09',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-21'),(2947,'July',2009,'218.185.84.194','12',3,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','2009-07-21'),(2948,'July',2009,'67.18.161.226','03',1,'libwww-perl/5.828','','2009-07-22'),(2949,'July',2009,'65.55.104.166','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-22'),(2950,'July',2009,'65.55.104.66','05',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;','','2009-07-22'),(2951,'July',2009,'210.10.241.61','18',2,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; MVH; GTB6; SLCC1; .NET CLR 2.0.50727','','2009-07-22'),(2952,'July',2009,'65.55.210.128','04',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-24'),(2953,'July',2009,'216.129.119.42','03',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-07-25'),(2954,'July',2009,'65.55.106.120','06',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-07-25'),(2955,'July',2009,'38.108.180.22','15',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-07-25'),(2956,'July',2009,'211.189.18.73','18',1,'Mozilla/5.0','','2009-07-25'),(2957,'July',2009,'72.30.79.59','03',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-26'),(2958,'July',2009,'65.55.210.129','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-26'),(2959,'July',2009,'65.55.232.24','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-26'),(2960,'July',2009,'72.30.79.59','20',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-26'),(2961,'July',2009,'65.55.210.138','03',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2962,'July',2009,'65.55.210.137','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2963,'July',2009,'65.55.107.228','03',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727','','2009-07-27'),(2964,'July',2009,'65.55.210.131','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2965,'July',2009,'65.55.210.132','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2966,'July',2009,'65.55.210.133','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2967,'July',2009,'65.55.210.131','06',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2968,'July',2009,'65.55.110.10','06',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607','','2009-07-27'),(2969,'July',2009,'65.55.210.139','06',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2970,'July',2009,'38.108.180.22','07',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-07-27'),(2971,'July',2009,'65.55.210.142','07',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2972,'July',2009,'65.55.210.130','08',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2973,'July',2009,'65.55.110.69','08',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;','','2009-07-27'),(2974,'July',2009,'66.249.67.66','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-07-27'),(2975,'July',2009,'65.55.210.136','09',3,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2976,'July',2009,'65.55.109.141','09',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607','','2009-07-27'),(2977,'July',2009,'150.101.116.7','09',1,'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0','','2009-07-27'),(2978,'July',2009,'65.55.210.136','10',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2979,'July',2009,'65.55.210.134','12',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2980,'July',2009,'203.122.250.171','12',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','','2009-07-27'),(2981,'July',2009,'65.55.210.139','13',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2982,'July',2009,'65.55.210.140','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-07-27'),(2983,'July',2009,'65.98.224.7','17',2,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-07-27'),(2984,'July',2009,'74.6.18.228','23',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-28'),(2985,'July',2009,'193.206.50.8','11',1,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','2009-07-29'),(2986,'July',2009,'203.52.130.136','15',5,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','','2009-07-29'),(2987,'July',2009,'203.52.130.161','15',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','c7a39f9aff87ef0de0e3ac965792f46e','2009-07-29'),(2988,'July',2009,'203.52.130.160','15',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727','c7a39f9aff87ef0de0e3ac965792f46e','2009-07-29'),(2989,'July',2009,'74.6.18.227','22',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-07-30'),(2990,'August',2009,'74.52.245.146','02',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0','','2009-08-01'),(2991,'August',2009,'66.249.67.66','08',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-01'),(2992,'August',2009,'38.108.180.22','10',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-01'),(2993,'August',2009,'66.249.67.66','11',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-01'),(2994,'August',2009,'65.55.104.24','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-01'),(2995,'August',2009,'38.108.180.22','23',2,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-01'),(2996,'August',2009,'38.108.180.22','13',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-02'),(2997,'August',2009,'66.249.67.66','20',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-02'),(2998,'August',2009,'66.249.67.66','23',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-02'),(2999,'August',2009,'64.233.172.1','23',1,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7','','2009-08-02'),(3000,'August',2009,'66.249.67.66','01',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-03'),(3001,'August',2009,'38.108.180.22','05',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-03'),(3002,'August',2009,'65.55.210.128','08',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-03'),(3003,'August',2009,'65.55.110.94','08',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607)','','2009-08-03'),(3004,'August',2009,'38.108.180.6','13',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-03'),(3005,'August',2009,'65.55.106.133','21',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-03'),(3006,'August',2009,'38.108.180.22','22',2,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-03'),(3007,'August',2009,'203.52.130.136','14',6,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','','2009-08-04'),(3008,'August',2009,'203.52.130.161','14',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','04b1536cf28be9194e82ccd564315032','2009-08-04'),(3009,'August',2009,'203.52.130.160','14',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','04b1536cf28be9194e82ccd564315032','2009-08-04'),(3010,'August',2009,'203.52.130.138','14',3,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','04b1536cf28be9194e82ccd564315032','2009-08-04'),(3011,'August',2009,'203.52.130.137','14',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','df31d780aaba7f6dc1be986235667864','2009-08-04'),(3012,'August',2009,'38.108.180.6','16',2,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-04'),(3013,'August',2009,'65.55.106.187','19',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-04'),(3014,'August',2009,'65.55.106.163','01',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-05'),(3015,'August',2009,'66.249.67.66','05',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-05'),(3016,'August',2009,'65.55.104.166','08',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-05'),(3017,'August',2009,'203.208.65.88','10',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0)','','2009-08-05'),(3018,'August',2009,'38.108.180.22','11',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-05'),(3019,'August',2009,'69.58.178.32','13',1,'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Fi','','2009-08-05'),(3020,'August',2009,'66.249.67.34','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-05'),(3021,'August',2009,'218.185.0.82','15',14,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2','','2009-08-05'),(3022,'August',2009,'66.249.67.34','16',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-05'),(3023,'August',2009,'66.249.67.34','17',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-05'),(3024,'August',2009,'66.249.67.34','18',8,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-05'),(3025,'August',2009,'66.249.67.34','19',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-05'),(3026,'August',2009,'65.55.106.182','02',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-06'),(3027,'August',2009,'66.249.67.66','03',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-06'),(3028,'August',2009,'72.30.161.228','14',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-08-06'),(3029,'August',2009,'65.55.210.142','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-07'),(3030,'August',2009,'65.55.109.22','00',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727','','2009-08-07'),(3031,'August',2009,'38.108.180.6','01',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-07'),(3032,'August',2009,'67.202.22.104','01',1,'Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','','2009-08-07'),(3033,'August',2009,'65.55.106.109','06',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-07'),(3034,'August',2009,'150.101.105.201','10',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3','','2009-08-07'),(3035,'August',2009,'192.148.117.81','11',1,'SAMSUNG-SGH-A411/1.0 SHP/VPP/R5 NetFront/3.3 SMM-MMS/1.2.0 profile/MIDP-2.0 configuration/CLDC-1.1','','2009-08-07'),(3036,'August',2009,'65.55.106.136','11',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-07'),(3037,'August',2009,'72.30.161.228','19',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-08-07'),(3038,'August',2009,'65.55.106.156','21',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-07'),(3039,'August',2009,'65.55.207.138','05',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-08'),(3040,'August',2009,'65.55.207.123','08',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-08'),(3041,'August',2009,'38.108.180.6','08',1,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-08'),(3042,'August',2009,'38.108.180.22','12',2,'Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)','','2009-08-08'),(3043,'August',2009,'65.55.210.129','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-08'),(3044,'August',2009,'65.55.107.242','14',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607;','','2009-08-08'),(3045,'August',2009,'66.249.68.101','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-09'),(3046,'August',2009,'66.249.68.101','04',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-09'),(3047,'August',2009,'66.249.67.38','18',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-09'),(3048,'August',2009,'65.55.207.93','19',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-09'),(3049,'August',2009,'66.249.67.38','22',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-09'),(3050,'August',2009,'66.249.68.101','05',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-10'),(3051,'August',2009,'69.84.207.147','10',27,'Mozilla/4.0 (compatible; MSIE 7.0;Windows NT 5.1;.NET CLR 1.1.4322;.NET CLR 2.0.50727;.NET CLR 3.0.0','','2009-08-10'),(3052,'August',2009,'203.52.130.136','13',1,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3','','2009-08-10'),(3053,'August',2009,'65.55.210.142','14',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-10'),(3054,'August',2009,'65.55.110.125','14',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727','','2009-08-10'),(3055,'August',2009,'212.117.176.186','18',1,'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)','','2009-08-10'),(3056,'August',2009,'65.55.210.130','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-10'),(3057,'August',2009,'65.55.104.166','04',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3058,'August',2009,'38.100.41.105','05',2,'Mozilla/4.0 (compatible; MSIE 7.0;  Windows NT 5.2)','','2009-08-11'),(3059,'August',2009,'66.249.68.101','06',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-11'),(3060,'August',2009,'66.249.68.101','08',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-11'),(3061,'August',2009,'65.55.106.137','08',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3062,'August',2009,'65.98.224.5','10',6,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-08-11'),(3063,'August',2009,'65.55.210.131','10',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3064,'August',2009,'65.55.210.131','13',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3065,'August',2009,'65.55.109.143','14',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;','','2009-08-11'),(3066,'August',2009,'65.55.210.131','15',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3067,'August',2009,'65.55.210.130','17',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3068,'August',2009,'65.55.210.133','21',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3069,'August',2009,'65.55.104.166','22',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-11'),(3070,'August',2009,'65.55.104.63','22',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727;','','2009-08-11'),(3071,'August',2009,'65.55.104.73','22',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727','','2009-08-11'),(3072,'August',2009,'66.235.124.3','04',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-08-12'),(3073,'August',2009,'65.55.106.206','07',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-12'),(3074,'August',2009,'66.249.68.101','09',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-12'),(3075,'August',2009,'66.249.68.101','10',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-12'),(3076,'August',2009,'66.249.68.101','11',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-12'),(3077,'August',2009,'216.129.119.42','14',1,'Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)','','2009-08-12'),(3078,'August',2009,'203.14.52.44','16',5,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET','','2009-08-12'),(3079,'August',2009,'65.55.104.24','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-12'),(3080,'August',2009,'66.249.67.38','20',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-12'),(3081,'August',2009,'66.249.67.38','21',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-12'),(3082,'August',2009,'65.55.210.138','23',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-12'),(3083,'August',2009,'65.55.210.132','05',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-13'),(3084,'August',2009,'220.235.100.140','06',2,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13','','2009-08-13'),(3085,'August',2009,'66.249.67.46','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-13'),(3086,'August',2009,'66.249.67.46','16',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-13'),(3087,'August',2009,'65.55.210.129','20',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-13'),(3088,'August',2009,'65.98.224.7','23',1,'TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)','','2009-08-13'),(3089,'August',2009,'66.249.67.38','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-14'),(3090,'August',2009,'72.30.161.228','12',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-08-14'),(3091,'August',2009,'65.55.106.184','14',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-14'),(3092,'August',2009,'65.55.207.77','16',2,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-14'),(3093,'August',2009,'65.55.207.140','18',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-14'),(3094,'August',2009,'65.55.210.138','18',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-14'),(3095,'August',2009,'65.55.210.139','19',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-14'),(3096,'August',2009,'65.55.109.90','19',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727','','2009-08-14'),(3097,'August',2009,'65.55.106.227','19',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-14'),(3098,'August',2009,'65.55.210.139','23',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-14'),(3099,'August',2009,'65.55.210.137','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-15'),(3100,'August',2009,'65.55.109.53','00',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.40607;','','2009-08-15'),(3101,'August',2009,'65.55.210.138','03',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-15'),(3102,'August',2009,'65.55.210.136','06',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-15'),(3103,'August',2009,'65.55.210.136','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-15'),(3104,'August',2009,'65.55.109.133','09',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607','','2009-08-15'),(3105,'August',2009,'65.55.207.96','13',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-15'),(3106,'August',2009,'65.55.210.139','13',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-15'),(3107,'August',2009,'65.55.110.58','13',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.50727','','2009-08-15'),(3108,'August',2009,'65.55.106.185','15',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-15'),(3109,'August',2009,'66.249.67.46','00',2,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-16'),(3110,'August',2009,'66.249.67.46','02',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-16'),(3111,'August',2009,'65.55.210.130','09',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-16'),(3112,'August',2009,'65.55.110.135','09',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SV1;  .NET CLR 1.1.4325;  .NET CLR 2.0.50727;','','2009-08-16'),(3113,'August',2009,'65.55.210.140','11',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-16'),(3114,'August',2009,'65.55.106.233','21',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-16'),(3115,'August',2009,'65.55.210.130','22',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-16'),(3116,'August',2009,'66.249.67.46','23',3,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-16'),(3117,'August',2009,'65.55.210.133','00',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-17'),(3118,'August',2009,'65.55.110.19','00',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.2;  SLCC1;  .NET CLR 1.1.4322;  .NET CLR 2.0.40607','','2009-08-17'),(3119,'August',2009,'66.249.67.46','01',4,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-17'),(3120,'August',2009,'65.55.210.131','02',1,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-17'),(3121,'August',2009,'65.55.107.231','02',1,'Mozilla/4.0 (compatible;  MSIE 6.0;  Windows NT 5.1;  SLCC1)','','2009-08-17'),(3122,'August',2009,'65.55.106.109','02',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-17'),(3123,'August',2009,'65.55.210.131','09',2,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)','','2009-08-17'),(3124,'August',2009,'65.55.207.132','19',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-17'),(3125,'August',2009,'66.235.124.58','01',1,'Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)','','2009-08-18'),(3126,'August',2009,'203.52.130.136','10',2,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1','','2009-08-18'),(3127,'August',2009,'66.249.71.9','12',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-18'),(3128,'August',2009,'66.249.71.9','14',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-18'),(3129,'August',2009,'65.55.106.137','14',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-18'),(3130,'August',2009,'192.43.227.18','16',4,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 1.1.4322','','2009-08-18'),(3131,'August',2009,'65.55.106.185','21',1,'msnbot/2.0b (+http://search.msn.com/msnbot.htm)','','2009-08-18'),(3132,'August',2009,'66.249.71.46','00',1,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','2009-08-19'),(3133,'August',2009,'72.30.142.169','07',1,'Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)','','2009-08-19');
/*!40000 ALTER TABLE `STATS_UNIQUE` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `UDT_CONTENT_SEARCH_REPLACE`
--

DROP TABLE IF EXISTS `UDT_CONTENT_SEARCH_REPLACE`;
CREATE TABLE `UDT_CONTENT_SEARCH_REPLACE` (
  `PRIKEY` int(11) NOT NULL auto_increment,
  `SEARCH_FOR` varchar(150) default NULL,
  `REPLACE_WITH` blob,
  `AUTO_IMAGE` varchar(100) default NULL,
  `AUTO_SECURITY_AUTH` varchar(255) default NULL,
  PRIMARY KEY  (`PRIKEY`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `UDT_CONTENT_SEARCH_REPLACE`
--

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

--
-- Table structure for table `UDT_MY_NEWSLETTER`
--

DROP TABLE IF EXISTS `UDT_MY_NEWSLETTER`;
CREATE TABLE `UDT_MY_NEWSLETTER` (
  `PRIKEY` int(11) NOT NULL auto_increment,
  `FIRST_NAME` blob,
  `EMAIL_ADDRESS` blob,
  `YEAR_BORN` blob,
  `EMAIL_TYPE` blob,
  `AUTO_IMAGE` varchar(100) default NULL,
  `AUTO_SECURITY_AUTH` varchar(255) default NULL,
  PRIMARY KEY  (`PRIKEY`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `UDT_MY_NEWSLETTER`
--

LOCK TABLES `UDT_MY_NEWSLETTER` WRITE;
/*!40000 ALTER TABLE `UDT_MY_NEWSLETTER` DISABLE KEYS */;
INSERT INTO `UDT_MY_NEWSLETTER` VALUES (1,'Dave','davenicholls3@bigpond.com','1981','HTML','',''),(2,'Kaye','kem@kilmore.vic.edu.au','1960','HTML','',''),(3,'Dave','davenicholls888@gmail.com','1981','HTML','','');
/*!40000 ALTER TABLE `UDT_MY_NEWSLETTER` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `login`
--

DROP TABLE IF EXISTS `login`;
CREATE TABLE `login` (
  `PriKey` int(11) NOT NULL auto_increment,
  `Owner` char(150) default NULL,
  `First_Name` char(75) default NULL,
  `Last_Name` char(75) default NULL,
  `Email` char(150) default NULL,
  `Username` char(50) default NULL,
  `Password` char(50) default NULL,
  `Rank` char(255) default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `login`
--

LOCK TABLES `login` WRITE;
/*!40000 ALTER TABLE `login` DISABLE KEYS */;
INSERT INTO `login` VALUES (1,'talt.org.au','WEBMASTER','WEBMASTER','webmaster@talt.org.au','LabTech1','Radium88','45ea63f38398f3e9d4f2901f1a81656d');
/*!40000 ALTER TABLE `login` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sec_codes`
--

DROP TABLE IF EXISTS `sec_codes`;
CREATE TABLE `sec_codes` (
  `PriKey` int(11) NOT NULL auto_increment,
  `security_code` char(15) default NULL,
  PRIMARY KEY  (`PriKey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `sec_codes`
--

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

--
-- Table structure for table `site_pages`
--

DROP TABLE IF EXISTS `site_pages`;
CREATE TABLE `site_pages` (
  `page_name` varchar(255) NOT NULL default '',
  `type` varchar(75) default NULL,
  `sub_page_of` varchar(255) default NULL,
  `password` blob,
  `main_menu` int(25) default NULL,
  `link` blob,
  `username` varchar(35) default NULL,
  `splash` char(1) default NULL,
  `bgcolor` blob,
  `title` varchar(255) default NULL,
  `description` blob,
  `template` varchar(100) default NULL,
  PRIMARY KEY  (`page_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `site_pages`
--

LOCK TABLES `site_pages` WRITE;
/*!40000 ALTER TABLE `site_pages` DISABLE KEYS */;
INSERT INTO `site_pages` VALUES ('Home Page','main','',' ',1,'2459444338','','','','Welcome to talt.org.au','talt.org.au',''),('About','Main','','',3,'8f7f4c1ce7a4f933663d10543562b096','','','','','',''),('About Us','Main','','~~~SEP~~~CON',5,'03746ea0185a8a91db513c237b30125a','','','','','',''),('Careers','Main','','',7,'27c7b8732d1a279720d27cc8c3a26c93','','','','','',''),('Case Studies','Main','','',9,'28c24bec361aafebf64a7f6089130267','','','','','',''),('Clients','Main','','',11,'0f558243fbf45f1cd840fff01957f57b','','','','','',''),('Company','Main','','',13,'1c76cbfe21c6f44c1d1e59d54f3e4420','','','','','',''),('Company Info','Main','','',15,'39ae37fc604ebb25023d2377c8ca4bb1','','','','','',''),('Contact','Main','','',17,'bbaff12800505b22a853e8b7f4eb6a22','','','','','',''),('Contact Us','Main','','',19,'561bc7e49a75786cfe20425c27512ff8','','','','','',''),('Customers','Main','','',21,'e6d0e1c8fc6a4fcf47869df87e04cd88','','','','','',''),('Customers List','Main','','',23,'bced3b97ee4a77b179423dc3e99dee34','','','','','',''),('Directions','Main','','',25,'987b3c77d9201482d634a4ff29148625','','','','','',''),('Documents','Main','','',27,'f28128b38efbc6134dc40751ee21fd29','','','','','',''),('Downloads','Main','','~~~SEP~~~CON',29,'c20c35ef53bf1b70789ce94e66800147','','','','','',''),('Events','Main','','',31,'87f9f735a1d36793ceaecd4e47124b63','','','','','',''),('Jobs','Main','','',33,'12ceff2290bb9039beaa8f36d5dec226','','','','','',''),('News','Main','','',35,'dd1ba1872df91985ed1ca4cde2dfe669','','','','','',''),('Newsletter','Main','','',37,'ffb7e666a70151215b4c55c6268d7d72','','','','','',''),('Our Mission','Main','','',39,'d301635e19d1be3e68825fd1395ad8e6','','','','','',''),('Partners','Main','','',41,'fd6df34ee4e7642c02ced6012028f6b8','','','','','',''),('Products','Main','','',43,'068f80c7519d0528fb08e82137a72131','','','','','',''),('Services','Main','','',45,'992a0f0542384f1ee5ef51b7cf4ae6c4','','','','','',''),('Shop Now','Main','','',47,'3c9eab5bb6ec132cc574c49553a7e7f1','','','','','',''),('Support','Main','','',49,'db5eb84117d06047c97c9a0191b5fffe','','','','','','');
/*!40000 ALTER TABLE `site_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `site_specs`
--

DROP TABLE IF EXISTS `site_specs`;
CREATE TABLE `site_specs` (
  `df_company` varchar(255) default NULL,
  `df_address1` varchar(255) default NULL,
  `df_address2` varchar(255) default NULL,
  `df_city` varchar(100) default NULL,
  `df_state` varchar(100) default NULL,
  `df_zip` varchar(25) default NULL,
  `df_country` varchar(50) default NULL,
  `df_phone` varchar(50) default NULL,
  `df_email` varchar(255) default NULL,
  `df_domain` varchar(255) default NULL,
  `df_page` varchar(50) default NULL,
  `df_logo` varchar(255) default NULL,
  `df_lang` varchar(50) default NULL,
  `news_cat` varchar(10) default NULL,
  `promo_cat` varchar(10) default NULL,
  `copyright` blob,
  `df_misc1` blob,
  `df_misc2` blob,
  `df_hdrtxt` varchar(255) default NULL,
  `df_slogan` varchar(255) default NULL,
  `dev_mode` varchar(255) default NULL,
  `startpage` varchar(255) default NULL,
  `df_fax` varchar(50) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `site_specs`
--

LOCK TABLES `site_specs` WRITE;
/*!40000 ALTER TABLE `site_specs` DISABLE KEYS */;
INSERT INTO `site_specs` VALUES ('','','','','','','','','andrew@talt.org.au','talt.org.au','Home Page','','english.php','1','2','2005 ','','','Tasmanian Assocation of Laboratory Technicians','','','Home Page','');
/*!40000 ALTER TABLE `site_specs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smt_userdata`
--

DROP TABLE IF EXISTS `smt_userdata`;
CREATE TABLE `smt_userdata` (
  `prikey` int(10) NOT NULL auto_increment,
  `plugin` varchar(75) default NULL,
  `fieldname` varchar(255) default NULL,
  `data` blob,
  PRIMARY KEY  (`prikey`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `smt_userdata`
--

LOCK TABLES `smt_userdata` WRITE;
/*!40000 ALTER TABLE `smt_userdata` DISABLE KEYS */;
INSERT INTO `smt_userdata` VALUES (1,'webmaster_pref','mm_shortcuts','on'),(2,'webmaster_pref','forgotpw','no'),(3,'webmaster_pref','f2login','window');
/*!40000 ALTER TABLE `smt_userdata` ENABLE KEYS */;
UNLOCK TABLES;

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


