-- MySQL dump 10.11 -- -- Host: 195.246.8.99 Database: dragan -- ------------------------------------------------------ -- Server version 4.0.24_Debian-10sarge2-log /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `billingcode` -- DROP TABLE IF EXISTS `billingcode`; CREATE TABLE `billingcode` ( `billingcode_id` bigint(20) NOT NULL auto_increment, `billingcode_name` varchar(25) NOT NULL default '', `billingcode_value` float NOT NULL default '0', `billingcode_desc` varchar(255) NOT NULL default '', `billingcode_status` int(1) NOT NULL default '0', `company_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`billingcode_id`) ) TYPE=MyISAM; -- -- Dumping data for table `billingcode` -- LOCK TABLES `billingcode` WRITE; /*!40000 ALTER TABLE `billingcode` DISABLE KEYS */; /*!40000 ALTER TABLE `billingcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; CREATE TABLE `categories` ( `cid` int(10) unsigned NOT NULL auto_increment, `category` varchar(100) NOT NULL default '', PRIMARY KEY (`cid`), UNIQUE KEY `category` (`category`) ) TYPE=MyISAM; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (1,'Dogodki'),(2,'Pokrajina'); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `common_notes` -- DROP TABLE IF EXISTS `common_notes`; CREATE TABLE `common_notes` ( `note_id` int(10) unsigned NOT NULL auto_increment, `note_author` int(10) unsigned NOT NULL default '0', `note_module` int(10) unsigned NOT NULL default '0', `note_record_id` int(10) unsigned NOT NULL default '0', `note_category` int(3) unsigned NOT NULL default '0', `note_title` varchar(100) NOT NULL default '', `note_body` text NOT NULL, `note_date` datetime NOT NULL default '0000-00-00 00:00:00', `note_hours` float NOT NULL default '0', `note_code` varchar(8) NOT NULL default '', `note_created` datetime NOT NULL default '0000-00-00 00:00:00', `note_modified` timestamp(14) NOT NULL, `note_modified_by` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`note_id`) ) TYPE=MyISAM; -- -- Dumping data for table `common_notes` -- LOCK TABLES `common_notes` WRITE; /*!40000 ALTER TABLE `common_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `common_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `companies` -- DROP TABLE IF EXISTS `companies`; CREATE TABLE `companies` ( `company_id` int(10) NOT NULL auto_increment, `company_module` int(10) NOT NULL default '0', `company_name` varchar(100) default '', `company_phone1` varchar(30) default '', `company_phone2` varchar(30) default '', `company_fax` varchar(30) default '', `company_address1` varchar(50) default '', `company_address2` varchar(50) default '', `company_city` varchar(30) default '', `company_state` varchar(30) default '', `company_zip` varchar(11) default '', `company_primary_url` varchar(255) default '', `company_owner` int(11) NOT NULL default '0', `company_description` text NOT NULL, `company_type` int(3) NOT NULL default '0', `company_email` varchar(255) default NULL, `company_custom` longtext, PRIMARY KEY (`company_id`), KEY `idx_cpy1` (`company_owner`) ) TYPE=MyISAM; -- -- Dumping data for table `companies` -- LOCK TABLES `companies` WRITE; /*!40000 ALTER TABLE `companies` DISABLE KEYS */; INSERT INTO `companies` VALUES (1,0,'Joffitours d.o.o.','+386 5 3896470','','+386 5 3896471','Dvor 5','','Bovec','','5230','www.joffitours.com',2,'',6,'info@joffitours.com',NULL),(2,0,'TD Bovec','','','','Trg golobarskih Ĺľrtev 8','','Bovec','','5230','',1,'',1,NULL,NULL); /*!40000 ALTER TABLE `companies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `config` -- DROP TABLE IF EXISTS `config`; CREATE TABLE `config` ( `config_id` int(11) NOT NULL auto_increment, `config_name` varchar(255) NOT NULL default '', `config_value` varchar(255) NOT NULL default '', `config_group` varchar(255) NOT NULL default '', `config_type` varchar(255) NOT NULL default '', PRIMARY KEY (`config_id`), UNIQUE KEY `config_name` (`config_name`) ) TYPE=MyISAM; -- -- Dumping data for table `config` -- LOCK TABLES `config` WRITE; /*!40000 ALTER TABLE `config` DISABLE KEYS */; INSERT INTO `config` VALUES (47,'host_locale','en','','text'),(48,'check_overallocation','false','','checkbox'),(49,'currency_symbol','EUR','','text'),(50,'host_style','default','','text'),(51,'company_name','Joffitours- d.o.o.','','text'),(52,'page_title','dotProject','','text'),(53,'site_domain','joffitours.com','','text'),(54,'email_prefix','[dotProject]','','text'),(55,'admin_username','admin','','text'),(56,'username_min_len','4','','text'),(57,'password_min_len','4','','text'),(58,'enable_gantt_charts','true','','checkbox'),(59,'jpLocale','','','text'),(60,'log_changes','false','','checkbox'),(61,'check_task_dates','true','','checkbox'),(62,'locale_warn','false','','checkbox'),(63,'locale_alert','^','','text'),(64,'daily_working_hours','8.0','','text'),(65,'display_debug','false','','checkbox'),(66,'link_tickets_kludge','false','','checkbox'),(67,'show_all_task_assignees','false','','checkbox'),(68,'direct_edit_assignment','false','','checkbox'),(69,'restrict_color_selection','false','','checkbox'),(70,'cal_day_view_show_minical','true','','checkbox'),(71,'cal_day_start','8','','text'),(72,'cal_day_end','17','','text'),(73,'cal_day_increment','15','','text'),(74,'cal_working_days','1,2,3,4,5','','text'),(75,'restrict_task_time_editing','false','','checkbox'),(76,'default_view_m','calendar','','text'),(77,'default_view_a','day_view','','text'),(78,'default_view_tab','1','','text'),(79,'index_max_file_size','-1','','text'),(80,'session_handling','app','session','select'),(81,'session_idle_time','2d','session','text'),(82,'session_max_lifetime','1m','session','text'),(83,'debug','1','','text'),(84,'parser_default','/usr/bin/strings','','text'),(85,'parser_application/msword','/usr/bin/strings','','text'),(86,'parser_text/html','/usr/bin/strings','','text'),(87,'parser_application/pdf','/usr/bin/pdftotext','','text'),(88,'files_ci_preserve_attr','true','','checkbox'),(89,'files_show_versions_edit','false','','checkbox'),(90,'reset_memory_limit','8M','','text'),(91,'auth_method','sql','auth','select'),(92,'ldap_host','localhost','ldap','text'),(93,'ldap_port','389','ldap','text'),(94,'ldap_version','3','ldap','text'),(95,'ldap_base_dn','dc=saki,dc=com,dc=au','ldap','text'),(96,'ldap_user_filter','(uid=%USERNAME%)','ldap','text'),(97,'postnuke_allow_login','true','auth','checkbox'),(98,'mail_transport','php','mail','select'),(99,'mail_host','localhost','mail','text'),(100,'mail_port','25','mail','text'),(101,'mail_auth','false','mail','checkbox'),(102,'mail_user','','mail','text'),(103,'mail_pass','','mail','password'),(104,'mail_defer','false','mail','checkbox'),(105,'mail_timeout','30','mail','text'),(106,'task_reminder_control','false','task_reminder','checkbox'),(107,'task_reminder_days_before','1','task_reminder','text'),(108,'task_reminder_repeat','100','task_reminder','text'),(109,'session_gc_scan_queue','false','session','checkbox'),(110,'ldap_search_user','Manager','ldap','text'),(111,'ldap_search_pass','secret','ldap','password'),(112,'ldap_allow_login','true','ldap','checkbox'); /*!40000 ALTER TABLE `config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `config_list` -- DROP TABLE IF EXISTS `config_list`; CREATE TABLE `config_list` ( `config_list_id` int(11) NOT NULL auto_increment, `config_id` int(11) NOT NULL default '0', `config_list_name` varchar(30) NOT NULL default '', PRIMARY KEY (`config_list_id`), KEY `config_id` (`config_id`) ) TYPE=MyISAM; -- -- Dumping data for table `config_list` -- LOCK TABLES `config_list` WRITE; /*!40000 ALTER TABLE `config_list` DISABLE KEYS */; INSERT INTO `config_list` VALUES (1,91,'sql'),(2,91,'ldap'),(3,91,'pn'),(4,80,'app'),(5,80,'php'),(6,98,'php'),(7,98,'smtp'); /*!40000 ALTER TABLE `config_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contacts` -- DROP TABLE IF EXISTS `contacts`; CREATE TABLE `contacts` ( `contact_id` int(11) NOT NULL auto_increment, `contact_first_name` varchar(30) default NULL, `contact_last_name` varchar(30) default NULL, `contact_order_by` varchar(30) NOT NULL default '', `contact_title` varchar(50) default NULL, `contact_birthday` date default NULL, `contact_job` varchar(255) default NULL, `contact_company` varchar(100) NOT NULL default '', `contact_department` tinytext, `contact_type` varchar(20) default NULL, `contact_email` varchar(255) default NULL, `contact_email2` varchar(255) default NULL, `contact_url` varchar(255) default NULL, `contact_phone` varchar(30) default NULL, `contact_phone2` varchar(30) default NULL, `contact_fax` varchar(30) default NULL, `contact_mobile` varchar(30) default NULL, `contact_address1` varchar(60) default NULL, `contact_address2` varchar(60) default NULL, `contact_city` varchar(30) default NULL, `contact_state` varchar(30) default NULL, `contact_zip` varchar(11) default NULL, `contact_country` varchar(30) default NULL, `contact_jabber` varchar(255) default NULL, `contact_icq` varchar(20) default NULL, `contact_msn` varchar(255) default NULL, `contact_yahoo` varchar(255) default NULL, `contact_aol` varchar(30) default NULL, `contact_notes` text, `contact_project` int(11) NOT NULL default '0', `contact_icon` varchar(20) default 'obj/contact', `contact_owner` int(10) unsigned default '0', `contact_private` tinyint(3) unsigned default '0', PRIMARY KEY (`contact_id`), KEY `idx_oby` (`contact_order_by`), KEY `idx_co` (`contact_company`), KEY `idx_prp` (`contact_project`) ) TYPE=MyISAM; -- -- Dumping data for table `contacts` -- LOCK TABLES `contacts` WRITE; /*!40000 ALTER TABLE `contacts` DISABLE KEYS */; INSERT INTO `contacts` VALUES (1,'Admin','Person','',NULL,NULL,NULL,'',NULL,NULL,'admin@localhost',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'obj/contact',0,0),(2,'Dragan','Jojic','Jojic, Dragan','','1982-05-30','','1','0','','dragan@joffitours.com','dragan.jojic@rsklan.com','www.joffitours.com','+386 5 3896470','+386 5 3896333','+386 5 3896471','+386 41 880906','Dvor 5','','Bovec','','5230',NULL,'','','dj_jojo5@hotmail.com','dj_jojo5@yahoo.com','','',0,'obj/contact',1,0),(4,'Natasa','Bartol','Bartol, Natasa','','0000-00-00','','2','0','','natasa.bartol@siol.net','','','','','','041-938-484','Dvor 19','','Bovec','','5230',NULL,'','','','','','',0,'obj/contact',0,0),(5,'Dragan','Jojic','',NULL,NULL,NULL,'1',NULL,NULL,'dragan@joffitours.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'obj/contact',0,0); /*!40000 ALTER TABLE `contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_albums` -- DROP TABLE IF EXISTS `cpg_albums`; CREATE TABLE `cpg_albums` ( `aid` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` text NOT NULL, `visibility` int(11) NOT NULL default '0', `uploads` enum('YES','NO') NOT NULL default 'NO', `comments` enum('YES','NO') NOT NULL default 'YES', `votes` enum('YES','NO') NOT NULL default 'YES', `pos` int(11) NOT NULL default '0', `category` int(11) NOT NULL default '0', `pic_count` int(11) NOT NULL default '0', `thumb` int(11) NOT NULL default '0', `last_addition` datetime NOT NULL default '0000-00-00 00:00:00', `stat_uptodate` enum('YES','NO') NOT NULL default 'NO', PRIMARY KEY (`aid`), KEY `alb_category` (`category`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_albums` -- LOCK TABLES `cpg_albums` WRITE; /*!40000 ALTER TABLE `cpg_albums` DISABLE KEYS */; INSERT INTO `cpg_albums` VALUES (1,'Dogodki','',0,'NO','YES','YES',1,0,0,0,'0000-00-00 00:00:00','NO'),(2,'Moj albu','',0,'NO','YES','YES',1,10004,0,0,'0000-00-00 00:00:00','NO'),(3,'Red Bull Snow Thrill Of Kanin','',0,'NO','YES','YES',100,3,0,0,'0000-00-00 00:00:00','NO'),(4,'Kanin','Slike z najvišjega slovenskega smučišča',0,'NO','YES','YES',100,8,0,34,'0000-00-00 00:00:00','NO'),(5,'Guca 2003 - Sabor trubaca','Sabor trubaca v Guci je najvecji etno festival na Balkanu. V 4 dneh polnih glasbe, pijace, hrane in dobre zabave obisce Guco, mestece s komaj 3000 prebivalci, okrog 300.000 zabave zeljnih ljudi.',0,'NO','YES','YES',100,4,0,93,'0000-00-00 00:00:00','NO'),(6,'Sankanje z Mangrta 2004','Dozivetje sankanje z Mangrta, po sankaski progi urejeni na najvisji slovenski cesti',0,'NO','YES','YES',101,3,0,177,'0000-00-00 00:00:00','NO'),(7,'Proslava zagrebskih mazoretk - Zagreb 2003','Dogodek ob obletnici Zagrebskih mazoretk, na trgu Bana Jelacica v zagrebu',0,'NO','YES','YES',101,4,0,221,'0000-00-00 00:00:00','NO'),(8,'Utrinki iz posocja','',0,'NO','YES','YES',101,8,0,0,'0000-00-00 00:00:00','NO'),(9,'Emaus 2004','Srecanje in temovanje ljubiteljev smucanja po starem. Zgodilo se je na velikonicni ponedeljek 2004 na Kaninu',0,'NO','YES','YES',102,3,0,252,'0000-00-00 00:00:00','NO'),(10,'Padalska Pika Tekma Bovec 2004','',0,'NO','YES','YES',103,3,0,0,'0000-00-00 00:00:00','NO'),(11,'Sejem Militarij - Kluže 2004','Sejem militarij, ki je potekal dne 6.6.2004 v Klužah pri Bovcu.',0,'NO','YES','YES',102,4,0,278,'0000-00-00 00:00:00','NO'),(12,'Matijev čebelnjak','',0,'NO','YES','YES',103,4,0,297,'0000-00-00 00:00:00','NO'),(13,'Naša Lipa \'99','',0,'NO','YES','YES',104,4,0,387,'0000-00-00 00:00:00','NO'),(14,'Krampus \'04','Krampus - festival na Trbižu, ko mestu obišče miklavž, skupaj s parkeljni!',0,'NO','YES','YES',105,4,0,457,'0000-00-00 00:00:00','NO'),(15,'Benji','',0,'NO','YES','YES',100,10005,0,0,'0000-00-00 00:00:00','NO'); /*!40000 ALTER TABLE `cpg_albums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_categories` -- DROP TABLE IF EXISTS `cpg_categories`; CREATE TABLE `cpg_categories` ( `cid` int(11) NOT NULL auto_increment, `owner_id` int(11) NOT NULL default '0', `namee` varchar(255) NOT NULL default '', `description` text NOT NULL, `pos` int(11) NOT NULL default '0', `parent` int(11) NOT NULL default '0', `subcat_count` int(11) NOT NULL default '0', `alb_count` int(11) NOT NULL default '0', `pic_count` int(11) NOT NULL default '0', `stat_uptodate` enum('YES','NO') NOT NULL default 'NO', PRIMARY KEY (`cid`), KEY `cat_parent` (`parent`), KEY `cat_pos` (`pos`), KEY `cat_owner_id` (`owner_id`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_categories` -- LOCK TABLES `cpg_categories` WRITE; /*!40000 ALTER TABLE `cpg_categories` DISABLE KEYS */; INSERT INTO `cpg_categories` VALUES (1,0,'User galleries','This category contains albums that belong to Coppermine users.',0,0,0,0,0,'NO'),(2,0,'Dogodki','',1,0,0,0,0,'NO'),(3,0,'Sport','',0,2,0,0,0,'NO'),(4,0,'Kultura','',1,2,0,0,0,'NO'),(5,0,'Kraji','',2,0,0,0,0,'NO'),(6,0,'Slovenija','',0,5,0,0,0,'NO'),(7,0,'Evropa','',1,5,0,0,0,'NO'),(8,0,'Posocje','',0,6,0,0,0,'NO'),(9,0,'Smesne slike','',3,0,0,0,0,'NO'); /*!40000 ALTER TABLE `cpg_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_comments` -- DROP TABLE IF EXISTS `cpg_comments`; CREATE TABLE `cpg_comments` ( `pid` mediumint(10) NOT NULL default '0', `msg_id` mediumint(10) NOT NULL auto_increment, `msg_author` varchar(25) NOT NULL default '', `msg_body` text NOT NULL, `msg_date` datetime NOT NULL default '0000-00-00 00:00:00', `author_md5_id` varchar(32) NOT NULL default '', `author_id` int(11) NOT NULL default '0', PRIMARY KEY (`msg_id`), KEY `com_pic_id` (`pid`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_comments` -- LOCK TABLES `cpg_comments` WRITE; /*!40000 ALTER TABLE `cpg_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `cpg_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_config` -- DROP TABLE IF EXISTS `cpg_config`; CREATE TABLE `cpg_config` ( `name` varchar(40) NOT NULL default '', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`name`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_config` -- LOCK TABLES `cpg_config` WRITE; /*!40000 ALTER TABLE `cpg_config` DISABLE KEYS */; INSERT INTO `cpg_config` VALUES ('albums_per_page','12'),('album_list_cols','2'),('display_pic_info','0'),('alb_list_thumb_size','50'),('allowed_file_extensions','GIF/PNG/JPG/JPEG/TIF/TIFF'),('allowed_img_types','JPG/GIF/PNG/TIFF'),('allow_private_albums','0'),('allow_user_registration','0'),('allow_duplicate_emails_addr','0'),('caption_in_thumbview','1'),('charset','language file'),('cookie_name','cpg11d'),('cookie_path','/'),('debug_mode','0'),('default_dir_mode','0755'),('default_file_mode','0644'),('default_sort_order','da'),('ecards_more_pic_target','http://galerija.sigol.net/modules.php?name=coppermine'),('enable_smilies','1'),('filter_bad_words','1'),('forbiden_fname_char','$/\\\\:*?"\'<>|`'),('fullpath','modules/coppermine/albums/'),('gallery_admin_email','dragan.jojic@rsklan.com'),('gallery_description','Spletna galerija'),('gallery_name','Galerija.Sigol.Net'),('im_options','-antialias'),('impath',''),('jpeg_qual','80'),('keep_votes_time','30'),('lang','slovenian'),('main_page_layout','catlist/alblist/random,2/lastup,2'),('main_table_width','100%'),('make_intermediate','1'),('max_com_lines','10'),('max_com_size','512'),('max_com_wlength','38'),('max_img_desc_length','512'),('max_tabs','12'),('max_upl_size','1024'),('max_upl_width_height','2048'),('min_votes_for_rating','1'),('normal_pfx','normal_'),('picture_table_width','600'),('picture_width','400'),('randpos_interval','2'),('read_exif_data','0'),('reg_requires_valid_email','1'),('subcat_level','3'),('theme','default'),('thumbcols','4'),('thumbrows','3'),('thumb_method','gd2'),('thumb_pfx','thumb_'),('thumb_width','100'),('userpics','modules/coppermine/albums/userpics/'),('user_field1_name','Location'),('user_field2_name','Event'),('user_field3_name',''),('user_field4_name',''),('display_comment_count','1'); /*!40000 ALTER TABLE `cpg_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_pictures` -- DROP TABLE IF EXISTS `cpg_pictures`; CREATE TABLE `cpg_pictures` ( `pid` int(11) NOT NULL auto_increment, `aid` int(11) NOT NULL default '0', `filepath` varchar(255) NOT NULL default '', `filename` varchar(255) NOT NULL default '', `filesize` int(11) NOT NULL default '0', `total_filesize` int(11) NOT NULL default '0', `pwidth` smallint(6) NOT NULL default '0', `pheight` smallint(6) NOT NULL default '0', `hits` int(10) NOT NULL default '0', `mtime` timestamp(14) NOT NULL, `ctime` int(11) NOT NULL default '0', `owner_id` int(11) NOT NULL default '0', `owner_name` varchar(40) NOT NULL default '', `pic_rating` int(11) NOT NULL default '0', `votes` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `caption` text NOT NULL, `keywords` varchar(255) NOT NULL default '', `approved` enum('YES','NO') NOT NULL default 'NO', `user1` varchar(255) NOT NULL default '', `user2` varchar(255) NOT NULL default '', `user3` varchar(255) NOT NULL default '', `user4` varchar(255) NOT NULL default '', `url_prefix` tinyint(4) NOT NULL default '0', `randpos` int(11) NOT NULL default '0', PRIMARY KEY (`pid`), KEY `pic_hits` (`hits`), KEY `pic_rate` (`pic_rating`), KEY `aid_approved` (`aid`,`approved`), KEY `randpos` (`randpos`), KEY `pic_aid` (`aid`), FULLTEXT KEY `search` (`title`,`caption`,`keywords`,`filename`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_pictures` -- LOCK TABLES `cpg_pictures` WRITE; /*!40000 ALTER TABLE `cpg_pictures` DISABLE KEYS */; INSERT INTO `cpg_pictures` VALUES (1,1,'modules/coppermine/albums/userpics/10004/','rdecica neba.jpg',58048,65652,1259,526,212,20080323030152,1079134404,4,'',4993,185,'Rdecica neba','','nebo rdecica','YES','','','','',0,1),(2,1,'modules/coppermine/albums/userpics/10004/','rdecica neba~0.jpg',58048,65652,1259,526,183,20080314195055,1079134452,4,'',4944,174,'','','','YES','','','','',0,1),(3,3,'modules/coppermine/albums/userpics/RedBull/','slika01.jpg',62092,90034,800,566,285,20080323045110,1079135729,0,'',5151,148,'','','','YES','','','','',0,1),(4,3,'modules/coppermine/albums/userpics/RedBull/','slika02.jpg',41836,67665,399,600,271,20080323060118,1079135729,0,'',5225,142,'','','','YES','','','','',0,1),(5,3,'modules/coppermine/albums/userpics/RedBull/','slika03.jpg',49511,79366,399,600,438,20080323003136,1079135730,0,'',5321,159,'','','','YES','','','','',0,0),(6,3,'modules/coppermine/albums/userpics/RedBull/','slika04.jpg',69429,99170,800,533,375,20080323093039,1079135730,0,'',4887,171,'','','','YES','','','','',0,2),(7,3,'modules/coppermine/albums/userpics/RedBull/','slika05.jpg',44094,71909,450,600,370,20080323101348,1079135731,0,'',5057,138,'','','','YES','','','','',0,1),(8,3,'modules/coppermine/albums/userpics/RedBull/','slika06.jpg',54388,87507,450,600,382,20080318190236,1079135731,0,'',4820,141,'','','','YES','','','','',0,1),(9,3,'modules/coppermine/albums/userpics/RedBull/','slika07.jpg',41763,67478,450,600,389,20080323052733,1079135731,0,'',5047,141,'','','','YES','','','','',0,0),(10,3,'modules/coppermine/albums/userpics/RedBull/','slika08.jpg',50926,82165,450,600,376,20080323100603,1079135732,0,'',5101,151,'','','','YES','','','','',0,1),(11,3,'modules/coppermine/albums/userpics/RedBull/','slika09.jpg',35650,58571,450,600,363,20080323010108,1079135732,0,'',4717,162,'','','','YES','','','','',0,1),(12,3,'modules/coppermine/albums/userpics/RedBull/','slika10.jpg',48542,78589,450,600,361,20080323084847,1079135732,0,'',5042,154,'','','','YES','','','','',0,1),(13,3,'modules/coppermine/albums/userpics/RedBull/','slika11.jpg',34817,51062,800,600,376,20080323004747,1079135733,0,'',4766,157,'','','','YES','','','','',0,1),(14,3,'modules/coppermine/albums/userpics/RedBull/','slika12.jpg',42186,68225,402,600,343,20080323064519,1079135733,0,'',4808,158,'','','','YES','','','','',0,1),(15,3,'modules/coppermine/albums/userpics/RedBull/','slika13.jpg',41686,60933,800,556,337,20080323020957,1079135733,0,'',5054,129,'','','','YES','','','','',0,1),(16,3,'modules/coppermine/albums/userpics/RedBull/','slika01.jpg',62092,90034,800,566,386,20080323064745,1079135743,0,'',5112,133,'','','','YES','','','','',0,1),(17,4,'modules/coppermine/albums/userpics/Kanin/','PICT4410.JPG',161743,184084,800,600,1443,20080321231229,1079255197,0,'',4986,286,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,0),(18,4,'modules/coppermine/albums/userpics/Kanin/','PICT4418.JPG',181834,205880,800,600,1447,20080321172802,1079255198,0,'',5048,308,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(19,4,'modules/coppermine/albums/userpics/Kanin/','PICT4419.JPG',113343,125375,800,600,1361,20080322170027,1079255198,0,'',4837,294,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(20,4,'modules/coppermine/albums/userpics/Kanin/','PICT4423.JPG',159775,175943,800,600,1433,20080322020026,1079255199,0,'',5208,328,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,2),(21,4,'modules/coppermine/albums/userpics/Kanin/','PICT4427.JPG',137073,155190,800,600,1368,20080321172822,1079255199,0,'',4547,328,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(22,4,'modules/coppermine/albums/userpics/Kanin/','PICT4428.JPG',132359,149726,800,600,1455,20080323072526,1079255200,0,'',4982,287,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(23,4,'modules/coppermine/albums/userpics/Kanin/','PICT4432.JPG',119205,133551,800,600,1225,20080323030655,1079255200,0,'',5015,263,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,2),(24,4,'modules/coppermine/albums/userpics/Kanin/','PICT4436.JPG',124967,140571,800,600,1217,20080323070845,1079255200,0,'',5152,258,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,0),(25,4,'modules/coppermine/albums/userpics/Kanin/','PICT4441.JPG',165968,187645,800,600,1199,20080323074429,1079255201,0,'',4999,251,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(26,4,'modules/coppermine/albums/userpics/Kanin/','PICT4447.JPG',174958,198132,800,600,1563,20080323062219,1079255201,0,'',5169,291,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,2),(27,4,'modules/coppermine/albums/userpics/Kanin/','PICT4457.JPG',176647,198752,800,600,1537,20080323065829,1079255201,0,'',5017,310,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,2),(28,4,'modules/coppermine/albums/userpics/Kanin/','PICT4469.JPG',136512,152318,600,800,1509,20080323065601,1079255202,0,'',5250,321,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(29,4,'modules/coppermine/albums/userpics/Kanin/','PICT4472.JPG',172116,194477,800,600,1380,20080322032548,1079255202,0,'',5049,216,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,0),(30,4,'modules/coppermine/albums/userpics/Kanin/','PICT4474.JPG',170194,192559,800,600,1394,20080321172922,1079255203,0,'',5021,212,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(31,4,'modules/coppermine/albums/userpics/Kanin/','PICT4477.JPG',177588,200778,800,600,1318,20080321172929,1079255203,0,'',5050,215,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(32,4,'modules/coppermine/albums/userpics/Kanin/','PICT4479.JPG',165924,186828,800,600,1131,20080321172934,1079255204,0,'',4790,185,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(33,4,'modules/coppermine/albums/userpics/Kanin/','PICT4492.JPG',180174,202710,800,600,1201,20080321172938,1079255204,0,'',5308,191,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,0),(34,4,'modules/coppermine/albums/userpics/Kanin/','PICT4499.JPG',102992,113727,800,600,1163,20080322071347,1079255204,0,'',4960,180,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(35,4,'modules/coppermine/albums/userpics/Kanin/','PICT4503.JPG',191269,214134,800,600,1167,20080321172947,1079255204,0,'',4926,211,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,0),(36,4,'modules/coppermine/albums/userpics/Kanin/','PICT4518.JPG',167429,188842,800,600,1134,20080321172952,1079255205,0,'',4979,196,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(37,4,'modules/coppermine/albums/userpics/Kanin/','PICT4521.JPG',196129,223347,800,600,1073,20080321172958,1079255205,0,'',4677,182,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,2),(38,4,'modules/coppermine/albums/userpics/Kanin/','PICT4525.JPG',169842,192253,800,600,1149,20080323085750,1079255206,0,'',4983,211,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,0),(39,4,'modules/coppermine/albums/userpics/Kanin/','PICT4535.JPG',103951,113649,800,600,1134,20080323082810,1079255206,0,'',5280,192,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,0),(40,4,'modules/coppermine/albums/userpics/Kanin/','PICT4410.JPG',161743,184084,800,600,1153,20080323075854,1079255214,0,'',4968,200,'','','kanin bovec smucanje skiing nature snow sneg narava visokogorje zima winter','YES','Kanin, Bovec, Slovenija','','','',0,1),(41,5,'modules/coppermine/albums/Guca2003/','slika001.JPG',46666,66000,640,480,192,20080321152335,1079431614,0,'',4598,117,'','','','YES','','','','',0,2),(42,5,'modules/coppermine/albums/Guca2003/','slika002.JPG',64819,91251,640,480,209,20080323034639,1079431614,0,'',5001,100,'','','','YES','','','','',0,1),(43,5,'modules/coppermine/albums/Guca2003/','slika003.JPG',64672,93682,640,480,361,20080322103230,1079431614,0,'',5104,154,'Na poti do Guce','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(44,5,'modules/coppermine/albums/Guca2003/','slika004.JPG',76403,110611,640,480,228,20080323025652,1079431614,0,'',4767,107,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(45,5,'modules/coppermine/albums/Guca2003/','slika005.JPG',88934,129293,640,480,354,20080323060436,1079431615,0,'',4983,100,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(46,5,'modules/coppermine/albums/Guca2003/','slika006.JPG',79937,116232,640,480,219,20080312055837,1079431615,0,'',4589,85,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(47,5,'modules/coppermine/albums/Guca2003/','slika007.JPG',76015,110007,640,480,349,20080323062704,1079431615,0,'',5163,100,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(48,5,'modules/coppermine/albums/Guca2003/','slika008.JPG',85744,123035,640,480,260,20080318010557,1079431616,0,'',5009,101,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,0),(49,5,'modules/coppermine/albums/Guca2003/','slika009.JPG',89591,127787,640,480,263,20080322115225,1079431616,0,'',5035,137,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(50,5,'modules/coppermine/albums/Guca2003/','slika010.JPG',90849,133069,640,480,232,20080317104710,1079431616,0,'',4687,102,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(51,5,'modules/coppermine/albums/Guca2003/','slika011.JPG',47551,77962,360,480,277,20080312225324,1079431616,0,'',5247,93,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,0),(52,5,'modules/coppermine/albums/Guca2003/','slika012.JPG',86434,125411,640,480,379,20080312203623,1079431617,0,'',4953,176,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,0),(53,5,'modules/coppermine/albums/Guca2003/','slika013.JPG',82339,119264,640,480,298,20080322235153,1079431617,0,'',5082,107,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(54,5,'modules/coppermine/albums/Guca2003/','slika014.JPG',40564,58635,640,480,224,20080322042801,1079431618,0,'',5229,88,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,0),(55,5,'modules/coppermine/albums/Guca2003/','slika015.JPG',55426,80892,640,480,205,20080322055914,1079431618,0,'',5125,80,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(56,5,'modules/coppermine/albums/Guca2003/','slika016.JPG',56842,83795,640,480,283,20080319171119,1079431618,0,'',5152,92,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(57,5,'modules/coppermine/albums/Guca2003/','slika017.JPG',63407,94412,640,480,216,20080323044055,1079431618,0,'',5065,79,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(58,5,'modules/coppermine/albums/Guca2003/','slika018.JPG',72001,104623,640,480,198,20080320055333,1079431619,0,'',4968,93,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(59,5,'modules/coppermine/albums/Guca2003/','slika019.JPG',69373,102181,640,480,278,20080310033512,1079431619,0,'',5296,108,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,0),(60,5,'modules/coppermine/albums/Guca2003/','slika020.JPG',79947,114969,640,480,198,20080322163426,1079431619,0,'',4788,99,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(61,5,'modules/coppermine/albums/Guca2003/','slika021.JPG',84061,123530,640,480,333,20080322224646,1079431620,0,'',5164,117,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,2),(62,5,'modules/coppermine/albums/Guca2003/','slika022.JPG',62492,90825,640,480,200,20080322082535,1079431620,0,'',4720,89,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(63,5,'modules/coppermine/albums/Guca2003/','slika023.JPG',40524,65559,360,480,199,20080323072820,1079431620,0,'',4899,87,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(64,5,'modules/coppermine/albums/Guca2003/','slika024.JPG',60393,87200,640,480,218,20080309133534,1079431621,0,'',4896,76,'','','guca srbija serbia etno festival balkan trubac zbor sabor godba gorje glasba zur hrana pijaca','YES','Guca, Srbija','Dragacevski Sabor trubaca 2003','','',0,1),(65,5,'modules/coppermine/albums/Guca2003/','slika025.JPG',72944,105352,640,480,226,20080322061048,1079431621,0,'',5125,87,'','','','YES','','','','',0,1),(66,5,'modules/coppermine/albums/Guca2003/','slika026.JPG',74001,108718,640,480,191,20080311204836,1079431622,0,'',4890,81,'','','','YES','','','','',0,2),(67,5,'modules/coppermine/albums/Guca2003/','slika027.JPG',56157,82123,640,480,190,20080311023838,1079431622,0,'',4606,76,'','','','YES','','','','',0,1),(68,5,'modules/coppermine/albums/Guca2003/','slika028.JPG',58240,86499,640,480,196,20080323080745,1079431622,0,'',4609,99,'','','','YES','','','','',0,0),(70,5,'modules/coppermine/albums/Guca2003/','slika030.JPG',60108,87859,640,480,214,20080322131245,1079431623,0,'',4979,88,'','','','YES','','','','',0,0),(71,5,'modules/coppermine/albums/Guca2003/','slika031.JPG',67440,98477,640,480,200,20080313014710,1079431623,0,'',4860,86,'','','','YES','','','','',0,2),(72,5,'modules/coppermine/albums/Guca2003/','slika032.JPG',46855,67600,640,480,203,20080322062413,1079431624,0,'',4836,98,'','','','YES','','','','',0,1),(75,5,'modules/coppermine/albums/Guca2003/','slika034.JPG',47070,69337,640,480,293,20080323052555,1079431624,0,'',4882,100,'','','','YES','','','','',0,1),(76,5,'modules/coppermine/albums/Guca2003/','slika036.JPG',33591,52274,360,480,199,20080310093935,1079431625,0,'',4873,94,'','','','YES','','','','',0,1),(77,5,'modules/coppermine/albums/Guca2003/','slika037.JPG',55696,81726,640,480,193,20080322220237,1079431625,0,'',4639,94,'','','','YES','','','','',0,2),(78,5,'modules/coppermine/albums/Guca2003/','slika038.JPG',58086,84817,640,480,188,20080322210209,1079431625,0,'',4675,83,'','','','YES','','','','',0,2),(79,5,'modules/coppermine/albums/Guca2003/','slika039.JPG',58302,85379,640,480,221,20080323011019,1079431626,0,'',5000,104,'','','','YES','','','','',0,1),(80,5,'modules/coppermine/albums/Guca2003/','slika040.JPG',49091,80865,360,480,179,20080321175921,1079431626,0,'',5180,78,'','','','YES','','','','',0,2),(81,5,'modules/coppermine/albums/Guca2003/','slika041.JPG',72021,106572,640,480,184,20080322103704,1079431626,0,'',4390,82,'','','','YES','','','','',0,0),(83,5,'modules/coppermine/albums/Guca2003/','slika044.JPG',40958,66240,360,480,334,20080323034606,1079431627,0,'',5130,115,'','','','YES','','','','',0,1),(85,5,'modules/coppermine/albums/Guca2003/','slika045.JPG',69018,102324,640,480,186,20080323044555,1079431627,0,'',4929,86,'','','','YES','','','','',0,0),(86,5,'modules/coppermine/albums/Guca2003/','slika046.JPG',75025,111035,640,480,251,20080322063914,1079431627,0,'',5272,107,'','','','YES','','','','',0,1),(87,5,'modules/coppermine/albums/Guca2003/','slika047.JPG',74395,112182,640,480,183,20080322183309,1079431628,0,'',4674,89,'','','','YES','','','','',0,1),(88,5,'modules/coppermine/albums/Guca2003/','slika050.JPG',78076,113744,640,480,297,20080313004050,1079431628,0,'',5285,112,'','','','YES','','','','',0,1),(89,5,'modules/coppermine/albums/Guca2003/','slika049.JPG',63168,89545,640,480,215,20080315024211,1079431628,0,'',5263,84,'','','','YES','','','','',0,1),(90,5,'modules/coppermine/albums/Guca2003/','slika048.JPG',79409,114850,640,480,203,20080323045839,1079431628,0,'',5136,81,'','','','YES','','','','',0,1),(91,5,'modules/coppermine/albums/Guca2003/','slika051.JPG',52615,77037,640,480,187,20080311060353,1079431629,0,'',4653,89,'','','','YES','','','','',0,2),(92,5,'modules/coppermine/albums/Guca2003/','slika052.JPG',61259,90499,640,480,210,20080311165533,1079431629,0,'',5145,82,'','','','YES','','','','',0,2),(93,5,'modules/coppermine/albums/Guca2003/','slika053.JPG',26119,38709,360,480,194,20080321195103,1079431629,0,'',4479,75,'','','','YES','','','','',0,1),(94,5,'modules/coppermine/albums/Guca2003/','slika054.JPG',83293,123116,640,480,205,20080314142117,1079431630,0,'',4756,74,'','','','YES','','','','',0,0),(95,5,'modules/coppermine/albums/Guca2003/','slika055.JPG',47798,78741,360,480,334,20080322194913,1079431630,0,'',5046,103,'','','','YES','','','','',0,1),(96,5,'modules/coppermine/albums/Guca2003/','slika057.JPG',54649,89783,360,480,197,20080323071020,1079431630,0,'',4777,90,'','','','YES','','','','',0,2),(97,5,'modules/coppermine/albums/Guca2003/','slika056.JPG',71208,104718,640,480,207,20080323052717,1079431630,0,'',5206,83,'','','','YES','','','','',0,1),(98,5,'modules/coppermine/albums/Guca2003/','slika059.JPG',42477,69237,360,480,244,20080322212937,1079431630,0,'',5365,94,'','','','YES','','','','',0,0),(99,5,'modules/coppermine/albums/Guca2003/','slika058.JPG',54175,80258,640,480,239,20080322173020,1079431630,0,'',5273,99,'','','','YES','','','','',0,1),(100,5,'modules/coppermine/albums/Guca2003/','slika061.JPG',46720,76580,360,480,294,20080322195931,1079431631,0,'',5401,174,'','','','YES','','','','',0,0),(101,5,'modules/coppermine/albums/Guca2003/','slika060.JPG',40816,58903,640,480,250,20080323070136,1079431631,0,'',5188,101,'','','','YES','','','','',0,2),(102,5,'modules/coppermine/albums/Guca2003/','slika062.JPG',74356,109233,640,480,187,20080323022910,1079431631,0,'',4845,83,'','','','YES','','','','',0,1),(103,5,'modules/coppermine/albums/Guca2003/','slika063.JPG',67899,99479,640,480,220,20080323013832,1079431631,0,'',5079,113,'','','','YES','','','','',0,2),(104,5,'modules/coppermine/albums/Guca2003/','slika064.JPG',75494,108620,640,480,198,20080323034106,1079431632,0,'',5237,102,'','','','YES','','','','',0,0),(105,5,'modules/coppermine/albums/Guca2003/','slika065.JPG',73210,106462,640,480,192,20080322053734,1079431632,0,'',4874,119,'','','','YES','','','','',0,1),(106,5,'modules/coppermine/albums/Guca2003/','slika067.JPG',49733,80996,360,480,265,20080315045702,1079431633,0,'',5010,115,'','','','YES','','','','',0,1),(107,5,'modules/coppermine/albums/Guca2003/','slika066.JPG',80891,117837,640,480,207,20080322205508,1079431633,0,'',5112,117,'','','','YES','','','','',0,1),(108,5,'modules/coppermine/albums/Guca2003/','slika068.JPG',46465,76025,360,480,342,20080322025403,1079431633,0,'',5345,174,'','','','YES','','','','',0,1),(109,5,'modules/coppermine/albums/Guca2003/','slika069.JPG',61093,89805,640,480,207,20080322213256,1079431633,0,'',5149,101,'','','','YES','','','','',0,1),(110,5,'modules/coppermine/albums/Guca2003/','slika070.JPG',71844,106385,640,480,347,20080322111652,1079431634,0,'',5291,146,'','','','YES','','','','',0,1),(111,5,'modules/coppermine/albums/Guca2003/','slika071.JPG',42052,68090,360,480,351,20080323065811,1079431634,0,'',4843,112,'','','','YES','','','','',0,2),(112,5,'modules/coppermine/albums/Guca2003/','slika072.JPG',52739,77524,640,480,266,20080322204601,1079431634,0,'',5019,96,'','','','YES','','','','',0,1),(114,5,'modules/coppermine/albums/Guca2003/','slika075.JPG',44255,72036,360,480,330,20080321083242,1079431634,0,'',5247,106,'','','','YES','','','','',0,0),(116,5,'modules/coppermine/albums/Guca2003/','slika076.JPG',87904,128818,640,480,262,20080312141318,1079431635,0,'',5068,103,'','','','YES','','','','',0,0),(117,5,'modules/coppermine/albums/Guca2003/','slika077.JPG',52086,74935,640,480,257,20080323031814,1079431635,0,'',5213,99,'','','','YES','','','','',0,2),(118,5,'modules/coppermine/albums/Guca2003/','slika079.JPG',50271,83163,360,480,260,20080322072143,1079431635,0,'',5335,123,'','','','YES','','','','',0,0),(119,5,'modules/coppermine/albums/Guca2003/','slika078.JPG',69594,101248,640,480,202,20080323072847,1079431636,0,'',5148,87,'','','','YES','','','','',0,1),(120,5,'modules/coppermine/albums/Guca2003/','slika080.JPG',65661,98210,640,480,220,20080314161836,1079431636,0,'',5001,112,'','','','YES','','','','',0,1),(121,5,'modules/coppermine/albums/Guca2003/','slika081.JPG',70433,103666,640,480,177,20080322043500,1079431636,0,'',4788,99,'','','','YES','','','','',0,1),(122,5,'modules/coppermine/albums/Guca2003/','slika082.JPG',40992,66017,360,480,201,20080315042004,1079431637,0,'',5120,98,'','','','YES','','','','',0,1),(123,5,'modules/coppermine/albums/Guca2003/','slika083.JPG',44782,72857,360,480,209,20080311211504,1079431637,0,'',4946,93,'','','','YES','','','','',0,1),(124,5,'modules/coppermine/albums/Guca2003/','slika084.JPG',83843,123146,640,480,188,20080314231534,1079431637,0,'',4589,92,'','','','YES','','','','',0,1),(125,5,'modules/coppermine/albums/Guca2003/','slika085.JPG',70608,104674,640,480,189,20080323035913,1079431637,0,'',4630,92,'','','','YES','','','','',0,2),(126,5,'modules/coppermine/albums/Guca2003/','slika086.JPG',36840,58542,360,480,189,20080323083006,1079431637,0,'',5181,95,'','','','YES','','','','',0,0),(127,5,'modules/coppermine/albums/Guca2003/','slika087.JPG',48841,71203,640,480,189,20080312162757,1079431638,0,'',4918,98,'','','','YES','','','','',0,0),(128,5,'modules/coppermine/albums/Guca2003/','slika088.JPG',67572,99652,640,480,200,20080312141341,1079431638,0,'',5013,87,'','','','YES','','','','',0,2),(129,5,'modules/coppermine/albums/Guca2003/','slika089.JPG',45794,73939,360,480,175,20080314212408,1079431638,0,'',4935,77,'','','','YES','','','','',0,2),(130,5,'modules/coppermine/albums/Guca2003/','slika090.JPG',48903,71478,640,480,180,20080323061306,1079431639,0,'',5022,90,'','','','YES','','','','',0,1),(131,5,'modules/coppermine/albums/Guca2003/','slika091.JPG',44084,63200,640,480,231,20080321172757,1079431639,0,'',4700,134,'','','','YES','','','','',0,0),(132,5,'modules/coppermine/albums/Guca2003/','slika092.JPG',46167,65542,640,480,175,20080323051011,1079431639,0,'',4955,113,'','','','YES','','','','',0,0),(133,5,'modules/coppermine/albums/Guca2003/','slika093.JPG',52901,75413,640,480,197,20080316172132,1079431639,0,'',4637,110,'','','','YES','','','','',0,1),(134,5,'modules/coppermine/albums/Guca2003/','slika094.JPG',39117,62146,360,480,185,20080314022255,1079431640,0,'',4791,86,'','','','YES','','','','',0,2),(135,5,'modules/coppermine/albums/Guca2003/','slika095.JPG',52670,76797,640,480,170,20080313031210,1079431640,0,'',4579,90,'','','','YES','','','','',0,1),(136,5,'modules/coppermine/albums/Guca2003/','slika096.JPG',40521,65021,360,480,185,20080311112309,1079431640,0,'',4682,85,'','','','YES','','','','',0,1),(137,5,'modules/coppermine/albums/Guca2003/','slika097.JPG',53986,78001,640,480,169,20080323080855,1079431640,0,'',4339,83,'','','','YES','','','','',0,1),(138,5,'modules/coppermine/albums/Guca2003/','slika098.JPG',64576,95639,640,480,245,20080318213849,1079431641,0,'',5334,108,'','','','YES','','','','',0,2),(141,5,'modules/coppermine/albums/Guca2003/','slika101.JPG',58951,87762,640,480,189,20080323045554,1079431642,0,'',4704,88,'','','','YES','','','','',0,2),(146,5,'modules/coppermine/albums/Guca2003/','slika106.JPG',46628,67690,640,480,223,20080323030540,1079431643,0,'',4457,113,'','','','YES','','','','',0,0),(148,5,'modules/coppermine/albums/Guca2003/','slika108.JPG',40037,63614,360,480,248,20080312090641,1079431643,0,'',5001,112,'','','','YES','','','','',0,0),(149,5,'modules/coppermine/albums/Guca2003/','slika109.JPG',46606,67425,640,480,173,20080323053559,1079431644,0,'',4391,82,'','','','YES','','','','',0,1),(150,5,'modules/coppermine/albums/Guca2003/','slika110.JPG',50527,74515,640,480,211,20080314220135,1079431644,0,'',4842,88,'','','','YES','','','','',0,1),(151,5,'modules/coppermine/albums/Guca2003/','slika111.JPG',69961,101225,640,480,175,20080323040041,1079431644,0,'',4822,100,'','','','YES','','','','',0,1),(152,5,'modules/coppermine/albums/Guca2003/','slika112.JPG',62363,90324,640,480,184,20080320071253,1079431645,0,'',4651,116,'','','','YES','','','','',0,0),(153,5,'modules/coppermine/albums/Guca2003/','slika113.JPG',77626,114886,640,480,224,20080323052028,1079431645,0,'',4497,112,'','','','YES','','','','',0,0),(154,5,'modules/coppermine/albums/Guca2003/','slika114.JPG',67132,99155,640,480,346,20080319134306,1079431645,0,'',5347,150,'','','','YES','','','','',0,2),(155,5,'modules/coppermine/albums/Guca2003/','slika115.JPG',57663,95347,360,480,171,20080312220530,1079431645,0,'',4557,86,'','','','YES','','','','',0,0),(156,5,'modules/coppermine/albums/Guca2003/','slika116.JPG',58938,86104,640,480,201,20080323043401,1079431646,0,'',5066,103,'','','','YES','','','','',0,2),(157,5,'modules/coppermine/albums/Guca2003/','slika117.JPG',44940,73523,360,480,184,20080321073200,1079431646,0,'',4866,97,'','','','YES','','','','',0,1),(158,5,'modules/coppermine/albums/Guca2003/','slika118.JPG',62668,93303,640,480,184,20080323063905,1079431646,0,'',4930,88,'','','','YES','','','','',0,1),(159,5,'modules/coppermine/albums/Guca2003/','slika119.JPG',85325,123926,640,480,186,20080323003615,1079431647,0,'',5129,83,'','','','YES','','','','',0,2),(160,5,'modules/coppermine/albums/Guca2003/','slika120.JPG',87347,127567,640,480,195,20080311045922,1079431647,0,'',4697,86,'','','','YES','','','','',0,1),(161,5,'modules/coppermine/albums/Guca2003/','slika121.JPG',82259,120753,640,480,180,20080312044433,1079431647,0,'',4962,79,'','','','YES','','','','',0,1),(162,5,'modules/coppermine/albums/Guca2003/','slika122.JPG',51324,84093,360,480,218,20080314230323,1079431647,0,'',4885,79,'','','','YES','','','','',0,2),(163,5,'modules/coppermine/albums/Guca2003/','slika124.JPG',47999,78485,360,480,356,20080319142147,1079431648,0,'',4937,137,'','','','YES','','','','',0,2),(164,5,'modules/coppermine/albums/Guca2003/','slika123.JPG',88789,130721,640,480,291,20080323082757,1079431648,0,'',5064,113,'','','','YES','','','','',0,1),(165,5,'modules/coppermine/albums/Guca2003/','slika125.JPG',57902,96816,360,480,303,20080322171248,1079431648,0,'',4989,105,'','','','YES','','','','',0,0),(166,5,'modules/coppermine/albums/Guca2003/','slika126.JPG',40201,64462,360,480,280,20080311133133,1079431648,0,'',4715,98,'','','','YES','','','','',0,0),(167,5,'modules/coppermine/albums/Guca2003/','slika128.JPG',50744,82985,360,480,360,20080323072021,1079431649,0,'',5400,113,'','','','YES','','','','',0,1),(168,5,'modules/coppermine/albums/Guca2003/','slika127.JPG',55761,82028,640,480,289,20080323075217,1079431649,0,'',4307,110,'','','','YES','','','','',0,2),(169,5,'modules/coppermine/albums/Guca2003/','slika131.JPG',44016,71414,360,480,291,20080314142256,1079431649,0,'',4950,118,'','','','YES','','','','',0,1),(170,5,'modules/coppermine/albums/Guca2003/','slika130.JPG',74378,110494,640,480,403,20080322110510,1079431650,0,'',5089,154,'','','','YES','','','','',0,1),(171,5,'modules/coppermine/albums/Guca2003/','slika129.JPG',51195,83587,360,480,391,20080311211350,1079431650,0,'',5414,122,'','','','YES','','','','',0,1),(172,5,'modules/coppermine/albums/Guca2003/','slika132.JPG',78479,113476,640,480,327,20080314121038,1079431650,0,'',4946,93,'','','','YES','','','','',0,0),(173,5,'modules/coppermine/albums/Guca2003/','slika001.JPG',46666,66000,640,480,402,20080323074633,1079431650,0,'',5192,109,'','','','YES','','','','',0,2),(174,5,'modules/coppermine/albums/Guca2003/','slika133.JPG',53132,77813,640,480,335,20080323091929,1079431650,0,'',5201,125,'','','','YES','','','','',0,0),(176,6,'modules/coppermine/albums/sankanje/','sankanje01.JPG',42438,67874,354,480,317,20080322230409,1079562977,0,'',5189,121,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,1),(177,6,'modules/coppermine/albums/sankanje/','sankanje03.JPG',35778,55186,356,480,291,20080323095539,1079562977,0,'',5063,115,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,1),(178,6,'modules/coppermine/albums/sankanje/','sankanje02.JPG',52206,74123,640,430,324,20080322155918,1079562978,0,'',4618,129,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,1),(179,6,'modules/coppermine/albums/sankanje/','sankanje04.JPG',60222,86340,640,455,388,20080319071543,1079562978,0,'',5118,118,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,1),(180,6,'modules/coppermine/albums/sankanje/','sankanje05.JPG',57070,80691,640,394,320,20080319070752,1079562978,0,'',4808,109,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,1),(181,6,'modules/coppermine/albums/sankanje/','sankanje06.JPG',43178,67999,374,480,305,20080323075733,1079562978,0,'',4791,139,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,2),(182,6,'modules/coppermine/albums/sankanje/','sankanje07.JPG',63911,91070,640,480,398,20080323061829,1079562979,0,'',5577,146,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,2),(183,6,'modules/coppermine/albums/sankanje/','sankanje08.JPG',75184,109083,640,480,299,20080319070648,1079562979,0,'',4701,94,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,1),(184,6,'modules/coppermine/albums/sankanje/','sankanje09.JPG',60206,86489,640,480,345,20080319070613,1079562979,0,'',4849,113,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,1),(185,6,'modules/coppermine/albums/sankanje/','sankanje10.JPG',58113,83004,640,480,340,20080323024019,1079562980,0,'',4962,104,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,0),(186,6,'modules/coppermine/albums/sankanje/','sankanje11.JPG',55809,80112,640,480,307,20080319070512,1079562980,0,'',4239,93,'','','sankanje avantura Mangrt zima sport sanke snow winter adventure','YES','Mangrt, Bovec, Slovenija','','','',0,2),(200,7,'modules/coppermine/albums/Zagreb2003/','zagreb01.jpg',50577,73547,640,480,248,20080323011640,1081341337,0,'',5158,147,'','','zagreb obletnica godba promocij','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(201,7,'modules/coppermine/albums/Zagreb2003/','zagreb04.jpg',44838,72887,360,480,231,20080318221755,1081341337,0,'',4729,121,'','','zagreb mazoretke ples','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(202,7,'modules/coppermine/albums/Zagreb2003/','zagreb03.jpg',72540,105284,640,480,241,20080323044424,1081341338,0,'',5044,109,'','','zagreb godba gorje slovenija trg','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(203,7,'modules/coppermine/albums/Zagreb2003/','zagreb06.jpg',45116,73142,360,480,228,20080323013139,1081341338,0,'',4709,127,'','','zagreb mazoretka ples obletnica','YES','Zagreb, Hrvaska (Croatia)','','','',0,2),(204,7,'modules/coppermine/albums/Zagreb2003/','zagreb05.jpg',78751,112777,640,480,238,20080309163125,1081341338,0,'',4647,108,'','','zagreb godba gorje glasba','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(205,7,'modules/coppermine/albums/Zagreb2003/','zagreb07.jpg',77984,112463,640,480,241,20080315025421,1081341339,0,'',4743,132,'','','zagreb mazoretke','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(213,7,'modules/coppermine/albums/Zagreb2003/','zagreb15.jpg',47754,78006,360,480,206,20080309162924,1081341341,0,'',4574,179,'','','zagreb utrujenost godba','YES','Zagreb, Hrvaska (Croatia)','','','',0,2),(211,7,'modules/coppermine/albums/Zagreb2003/','zagreb13.jpg',83343,123074,640,480,279,20080313174536,1081341341,0,'',5236,118,'','','zagreb godba gorje','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(209,7,'modules/coppermine/albums/Zagreb2003/','zagreb11.jpg',71654,102512,640,480,318,20080309131753,1081341340,0,'',5301,135,'','','zagreb godba gorje nastop','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(207,7,'modules/coppermine/albums/Zagreb2003/','zagreb10.jpg',49008,79871,360,480,241,20080315010107,1081341339,0,'',4793,91,'','','zagreb promocija slovenija bled bovec narodna nosa noša','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(199,7,'modules/coppermine/albums/Zagreb2003/','zagreb02.jpg',30820,47169,360,480,203,20080309162821,1081341337,0,'',4335,96,'','','zagreb trg','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(219,7,'modules/coppermine/albums/Zagreb2003/','zagreb20.jpg',66748,99444,640,480,226,20080310054724,1081341344,0,'',4875,82,'','','zagreb mazoretke glasba ples','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(218,7,'modules/coppermine/albums/Zagreb2003/','zagreb21.jpg',54473,89705,360,480,200,20080309143901,1081341344,0,'',4872,85,'','','zagreb nastop godba gorje','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(217,7,'modules/coppermine/albums/Zagreb2003/','zagreb19.jpg',39450,63058,360,480,208,20080316000635,1081341344,0,'',4629,105,'','','zagreb narodna nosa polka ples','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(216,7,'modules/coppermine/albums/Zagreb2003/','zagreb18.jpg',67312,98174,640,480,221,20080318221758,1081341344,0,'',4876,105,'','','zagreb mazoretke godba gorje','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(215,7,'modules/coppermine/albums/Zagreb2003/','zagreb17.jpg',72252,105518,640,480,315,20080309192737,1081341343,0,'',5307,165,'','','zagreb mazoretke mostar','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(214,7,'modules/coppermine/albums/Zagreb2003/','zagreb16.jpg',71258,104497,640,480,240,20080314234304,1081341343,0,'',5122,141,'','','zagreb clani glasba nastop druzenje','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(212,7,'modules/coppermine/albums/Zagreb2003/','zagreb14.jpg',59328,85680,640,480,215,20080315003324,1081341341,0,'',4950,122,'','','zagreb godba clanice','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(210,7,'modules/coppermine/albums/Zagreb2003/','zagreb12.jpg',87096,126934,640,480,218,20080309162957,1081341340,0,'',4609,95,'','','zagreb godba gorje nastop','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(208,7,'modules/coppermine/albums/Zagreb2003/','zagreb09.jpg',71633,102857,640,480,224,20080314105707,1081341339,0,'',5063,96,'','','zagreb godba gorje','YES','Zagreb, Hrvaska (Croatia)','','','',0,2),(206,7,'modules/coppermine/albums/Zagreb2003/','zagreb08.jpg',80693,115561,640,480,282,20080323061347,1081341339,0,'',5147,166,'','','zagreb promocija slovenija bled bovec narodna nosa noša','YES','Zagreb, Hrvaska (Croatia)','','','',0,2),(220,7,'modules/coppermine/albums/Zagreb2003/','zagreb23.jpg',50363,81920,360,480,320,20080315082451,1081341345,0,'',4829,140,'','','zagreb slovenija bled bovec promocija narodna nosa noša','YES','Zagreb, Hrvaska (Croatia)','','','',0,2),(221,7,'modules/coppermine/albums/Zagreb2003/','zagreb22.jpg',82349,119644,640,480,310,20080323084931,1081341345,0,'',4710,118,'','','zagreb mazoretke zagrebske skupina slika portret','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(222,7,'modules/coppermine/albums/Zagreb2003/','zagreb24.jpg',64739,95064,640,480,350,20080315001605,1081341345,0,'',5769,158,'','','sponzor zagreb mazoretke avto','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(223,7,'modules/coppermine/albums/Zagreb2003/','zagreb25.jpg',85249,124301,640,480,378,20080317104656,1081341346,0,'',5250,146,'','','zagreb mazoretke skupina','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(224,7,'modules/coppermine/albums/Zagreb2003/','zagreb26.jpg',59688,86695,640,480,369,20080319123922,1081341346,0,'',5174,128,'','','zagreb mazoretke nastop','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(225,7,'modules/coppermine/albums/Zagreb2003/','zagreb27.jpg',33594,52268,360,480,366,20080314194556,1081341346,0,'',5087,140,'','','zagreb mazoretka otrok','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(226,7,'modules/coppermine/albums/Zagreb2003/','zagreb28.jpg',66798,97428,640,480,341,20080309105732,1081341347,0,'',5107,181,'','','zagreb nastop martinik martinique','YES','Zagreb, Hrvaska (Croatia)','','','',0,2),(227,7,'modules/coppermine/albums/Zagreb2003/','zagreb29.jpg',83426,122622,640,480,273,20080314005127,1081341347,0,'',4761,113,'','','zagreb mazoretke skupina slika portret','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(228,7,'modules/coppermine/albums/Zagreb2003/','zagreb30.jpg',42459,67792,360,480,335,20080323095609,1081341347,0,'',4778,165,'','','zagreb narodna nosa','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(229,7,'modules/coppermine/albums/Zagreb2003/','zagreb31.jpg',48210,78448,360,480,313,20080323035125,1081341347,0,'',4435,110,'','','zagreb mazoretke skupina portret','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(230,7,'modules/coppermine/albums/Zagreb2003/','zagreb32.jpg',39791,63032,360,480,301,20080315042304,1081341348,0,'',4948,114,'','','zagreb darilo','YES','Zagreb, Hrvaska (Croatia)','','','',0,0),(231,7,'modules/coppermine/albums/Zagreb2003/','zagreb33.jpg',40446,64740,360,480,241,20080319143647,1081341348,0,'',4782,113,'','','zagreb darilo','YES','Zagreb, Hrvaska (Croatia)','','','',0,1),(232,8,'modules/coppermine/albums/userpics/','soncni_zahod1.jpg',29075,42849,640,480,416,20080319130511,1081343656,0,'',5031,200,'Ko se sonce skrije za vrhove','Soncni zahod, slikan iz pobocja Mangrta','zahod sonce soncni mangrt','YES','Mangrt, Bovec, Posocje, Slovenija','','','',0,1),(233,8,'modules/coppermine/albums/userpics/','razigranost.jpg',114829,149133,640,480,396,20080323054611,1081343818,0,'',4363,193,'Razigranost','Razigranost pri canyoningu (soteskanju) skozi sotesko Fratarice','fratarica canyoning soteskanje veselje','YES','Fratarica, Log pod Mangrtom, Posocje, Slovenija','Canyoning','','',0,0),(234,8,'modules/coppermine/albums/userpics/','trdnjava_predel.jpg',107864,137602,640,399,412,20080314154534,1081344007,0,'',4609,214,'Trdnjava na Predelu','Opuscena trdnjava na nekdaj se bolj strateskemu pomembnemu prelazu Predel','predel trdnjava prelaz','YES','Predel, Posocje, Slovenija','','','',0,1),(235,8,'modules/coppermine/albums/userpics/','slapboka.jpg',116871,154595,480,640,518,20080323061329,1081344423,0,'',4754,215,'Slap Boka','Najvisji slap v posocju','boka slap bovec voda','YES','Boka, Bovec, Posocje, Slovenija','','','',0,0),(236,9,'modules/coppermine/albums/Emaus2004/','emaus04-02.jpg',46088,70007,320,480,213,20080322030842,1082978409,0,'',4967,97,'','','','YES','','','','',0,1),(237,9,'modules/coppermine/albums/Emaus2004/','emaus04-01.JPG',86859,113930,640,335,226,20080315035518,1082978409,0,'',4968,116,'','','','YES','','','','',0,1),(238,9,'modules/coppermine/albums/Emaus2004/','emaus04-04.jpg',55011,81494,320,480,231,20080314221718,1082978409,0,'',5125,96,'','','','YES','','','','',0,1),(239,9,'modules/coppermine/albums/Emaus2004/','emaus04-03.jpg',42712,64665,319,480,237,20080319070006,1082978409,0,'',4921,111,'','','','YES','','','','',0,1),(240,9,'modules/coppermine/albums/Emaus2004/','emaus04-05.jpg',61869,91918,319,480,250,20080320070812,1082978410,0,'',5281,122,'','','','YES','','','','',0,0),(241,9,'modules/coppermine/albums/Emaus2004/','emaus04-06.jpg',49690,75526,319,480,344,20080323070107,1082978410,0,'',5460,168,'','','','YES','','','','',0,2),(242,9,'modules/coppermine/albums/Emaus2004/','emaus04-07.jpg',29246,43566,319,480,309,20080314183905,1082978410,0,'',5050,128,'','','','YES','','','','',0,0),(243,9,'modules/coppermine/albums/Emaus2004/','emaus04-08.jpg',29003,43739,320,480,257,20080322222302,1082978410,0,'',5113,148,'','','','YES','','','','',0,0),(244,9,'modules/coppermine/albums/Emaus2004/','emaus04-09.jpg',55271,73807,640,426,211,20080315023418,1082978411,0,'',4795,116,'','','','YES','','','','',0,0),(245,9,'modules/coppermine/albums/Emaus2004/','emaus04-10.jpg',39854,52999,640,426,208,20080319073446,1082978411,0,'',4927,104,'','','','YES','','','','',0,1),(246,9,'modules/coppermine/albums/Emaus2004/','emaus04-11.jpg',25529,38035,320,480,249,20080322223103,1082978411,0,'',5261,111,'','','','YES','','','','',0,1),(247,9,'modules/coppermine/albums/Emaus2004/','emaus04-12.jpg',34821,52139,320,480,243,20080323084202,1082978412,0,'',5245,90,'','','','YES','','','','',0,0),(248,9,'modules/coppermine/albums/Emaus2004/','emaus04-13.jpg',36382,55381,330,480,247,20080315034627,1082978412,0,'',4895,107,'','','','YES','','','','',0,2),(249,9,'modules/coppermine/albums/Emaus2004/','emaus04-15.jpg',51710,69536,640,426,202,20080319142200,1082978412,0,'',4545,103,'','','','YES','','','','',0,1),(250,9,'modules/coppermine/albums/Emaus2004/','emaus04-16.jpg',37697,56715,320,480,365,20080323072502,1082978412,0,'',4980,129,'','','','YES','','','','',0,1),(251,9,'modules/coppermine/albums/Emaus2004/','emaus04-17.jpg',51800,69720,640,426,298,20080322105806,1082978413,0,'',4602,113,'','','','YES','','','','',0,0),(252,9,'modules/coppermine/albums/Emaus2004/','emaus04-18.jpg',37785,56805,320,480,402,20080319073213,1082978413,0,'',5250,152,'','','','YES','','','','',0,2),(253,9,'modules/coppermine/albums/Emaus2004/','emaus04-20.jpg',41044,61372,320,480,251,20080323053020,1082978413,0,'',4873,126,'','','','YES','','','','',0,2),(254,9,'modules/coppermine/albums/Emaus2004/','emaus04-21.jpg',40927,61270,319,480,283,20080319141154,1082978413,0,'',4275,124,'','','','YES','','','','',0,2),(255,9,'modules/coppermine/albums/Emaus2004/','emaus04-24.jpg',33076,49715,320,480,404,20080322115121,1082978414,0,'',4978,157,'','','','YES','','','','',0,1),(256,9,'modules/coppermine/albums/Emaus2004/','emaus04-22.jpg',60440,81061,640,426,359,20080319062652,1082978414,0,'',4890,130,'','','','YES','','','','',0,1),(257,9,'modules/coppermine/albums/Emaus2004/','emaus04-25.jpg',50827,68078,640,426,374,20080319073011,1082978414,0,'',4526,129,'','','','YES','','','','',0,1),(258,9,'modules/coppermine/albums/Emaus2004/','emaus04-26.jpg',38194,51330,640,426,428,20080318185721,1082978414,0,'',4853,176,'','','','YES','','','','',0,1),(259,9,'modules/coppermine/albums/Emaus2004/','emaus04-27.jpg',50798,76005,319,480,452,20080319072939,1082978415,0,'',4936,162,'','','','YES','','','','',0,1),(260,9,'modules/coppermine/albums/Emaus2004/','emaus04-28.jpg',45307,68474,319,480,412,20080319072909,1082978415,0,'',4825,162,'','','','YES','','','','',0,1),(261,9,'modules/coppermine/albums/Emaus2004/','emaus04-29.jpg',54497,81633,320,480,467,20080321084959,1082978415,0,'',4967,199,'','','','YES','','','','',0,1),(262,10,'modules/coppermine/albums/Padalci2004/','ptekma04_01.jpg',50196,67111,640,426,316,20080319072602,1082978430,0,'',5053,140,'','','','YES','','','','',0,0),(263,10,'modules/coppermine/albums/Padalci2004/','ptekma04_02.jpg',42343,56724,640,426,364,20080323095028,1082978430,0,'',5298,210,'','','','YES','','','','',0,0),(264,10,'modules/coppermine/albums/Padalci2004/','ptekma04_03.jpg',36081,54699,329,480,358,20080319071158,1082978430,0,'',4833,144,'','','','YES','','','','',0,2),(265,10,'modules/coppermine/albums/Padalci2004/','ptekma04_04.jpg',39825,59102,320,480,342,20080319072458,1082978430,0,'',4879,153,'','','','YES','','','','',0,2),(266,8,'modules/coppermine/albums/userpics/','air_01 copy.jpg',38631,48770,477,689,527,20080315104424,1083106459,0,'',5064,203,'Pod luninim nadozorom','Se zadnji padalec se spusca k tlem, nad njim pa ze bedi luna....','bovec air fair gledalisce na nebu theatre letalisce luna padalec paraglider posocje posočje','YES','Letalisce, Bovec, Posocje, Slovenija','Air is fair (Gledališče na nebu)','','',0,0),(267,8,'modules/coppermine/albums/userpics/','krafi.jpg',136705,158452,692,479,626,20080315104459,1083106880,0,'',5055,239,'Bovski krafi','Slasten posladek, tipicen za Bovško','krafi bovski posladek sladica hrana','YES','Bovec, Posocje, Slovenija','','','',0,1),(268,8,'modules/coppermine/albums/userpics/','svinjak01.jpg',231894,264066,464,676,637,20080323025255,1083107492,0,'',5158,207,'Zasnezeni vrsac','S zgodnje spomladanskega sprehoda, ko so vrhovi gora se pod odejo iz snegu (na sliki pogled na Golobar)','golobar sneg sprehod pomlad gora','YES','Bovec, Posocje, Slovenija','','','',0,1),(269,8,'modules/coppermine/albums/userpics/','pict6021 copy e-foto.jpg',137553,170881,455,668,673,20080323054750,1083246818,0,'',4846,215,'Magija vode','Potocek vode po z mahom obloznimi kamni','voda mah bovec','YES','Golobar, Bovec, Posocje, Slovenija','','','',0,2),(270,8,'modules/coppermine/albums/userpics/','loska_e-foto.jpg',97880,111104,800,213,657,20080319133745,1085483711,0,'',4848,285,'Loska stena','Loska stena nad Logom pod Mangrtom, slikana pozno popoldne v spomladanskem casu....\r\n\r\nMedtem ko se je narava v dolini ze prebudila, na vrsacih se kraljuje sneg.','Log Mangrt Loska stena sneg pomlad narava panorama','YES','Log pod Mangrtom, Bovec, Posocje, Slovenija','','','',0,1),(271,8,'modules/coppermine/albums/userpics/','PICT7830.JPG',75218,107735,360,480,737,20080323033038,1086640711,0,'',5434,236,'','','','YES','','','','',0,1),(272,8,'modules/coppermine/albums/userpics/','PICT7835.JPG',34879,47169,360,480,587,20080323101127,1086640736,0,'',4849,188,'','','','YES','','','','',0,2),(273,8,'modules/coppermine/albums/userpics/','PICT7845.JPG',49041,67919,323,480,690,20080323084131,1086640782,0,'',5589,252,'Slapišče','Eden izmed slapov na Gljunu','','YES','Gljun, Bovec, Posočje, Slovenija','','','',0,1),(274,8,'modules/coppermine/albums/userpics/','PICT7851.JPG',92005,121550,634,480,650,20080315012105,1086640809,0,'',5320,191,'Polž 1','','','YES','','','','',0,2),(275,8,'modules/coppermine/albums/userpics/','PICT7853.JPG',60501,78297,640,315,598,20080313095639,1086640831,0,'',4897,198,'Polž 2','','','YES','','','','',0,0),(276,8,'modules/coppermine/albums/userpics/','PICT7855.JPG',93915,135710,360,480,597,20080323005324,1086640851,0,'',5224,231,'Gljun','','','YES','','','','',0,0),(277,11,'modules/coppermine/albums/Militarije04/','PICT7775.JPG',76676,107997,321,480,256,20080316174919,1086644345,0,'',4738,103,'','','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,1),(278,11,'modules/coppermine/albums/Militarije04/','PICT7774.JPG',53407,76240,360,480,340,20080311210937,1086644345,0,'',5253,139,'','Plinska maska ','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,0),(279,11,'modules/coppermine/albums/Militarije04/','PICT7780.JPG',101203,128678,640,436,262,20080322195258,1086644345,0,'',4815,108,'','Zanimanje obiskovalcev je bilo veliko....','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,0),(280,11,'modules/coppermine/albums/Militarije04/','PICT7786.JPG',89808,115409,640,480,249,20080323063256,1086644345,0,'',4915,146,'','Denarja ni manjkalo.. tako tistega ki se je prodajal kot tistega ki je kupoval ;)','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,1),(281,11,'modules/coppermine/albums/Militarije04/','PICT7787.JPG',77976,111532,404,480,286,20080323005959,1086644346,0,'',4911,99,'','Če je kdo želel je zlahka postal maršal...','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,1),(282,11,'modules/coppermine/albums/Militarije04/','PICT7790.JPG',126444,164063,640,480,286,20080322030011,1086644346,0,'',5168,159,'','Včasih je bilo kar težko izbrati ','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,2),(283,11,'modules/coppermine/albums/Militarije04/','PICT7785.JPG',55303,79452,360,480,343,20080322195354,1086644346,0,'',5098,178,'','Tudi razni kipci so se našli...','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,1),(284,11,'modules/coppermine/albums/Militarije04/','PICT7793.JPG',89704,116788,640,480,252,20080313152543,1086644347,0,'',4852,115,'','Tudi malo "novejše" foto opreme ni manjkalo','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,2),(285,11,'modules/coppermine/albums/Militarije04/','PICT7814.JPG',39677,48688,640,173,263,20080322214606,1086644347,0,'',4713,146,'','Takole so svet videlu vojaki v trdnjavi','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,1),(286,11,'modules/coppermine/albums/Militarije04/','PICT7798.JPG',68288,96015,360,480,357,20080322011640,1086644347,0,'',5222,167,'','Za glasbo jebilo poskrbljeno, vse dokler ga nisko kupili!!!','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,2),(287,11,'modules/coppermine/albums/Militarije04/','PICT7803.JPG',30656,40122,150,480,247,20080322104352,1086644347,0,'',4267,127,'Na nišanu!','','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,0),(288,11,'modules/coppermine/albums/Militarije04/','PICT7796.JPG',71534,100823,360,480,274,20080310023354,1086644347,0,'',5304,138,'','Na vhodu vas je pričakal stražar iz avstro-ogrske seveda','kluze sejem militarij 1313 militarije orozje orožje starine prodaja','YES','Trdnjava Kluže, Bovec, Posočje, Slovenija','','','',0,1),(289,12,'modules/coppermine/albums/Cebelnjak/','bavsica01.jpg',85314,130575,331,480,364,20080312223638,1087739464,0,'',4624,190,'Pešpoti po dolini Bavšice','','','YES','','','','',0,1),(290,12,'modules/coppermine/albums/Cebelnjak/','bavsica02.jpg',71989,97451,640,480,402,20080323074023,1087739464,0,'',5009,200,'Po dolini šumi potok Šunik','','','YES','','','','',0,1),(291,12,'modules/coppermine/albums/Cebelnjak/','bavsica03.jpg',56782,84864,277,480,456,20080317194203,1087739465,0,'',5195,174,'Pred čebeljnjakom','','','YES','','','','',0,1),(292,12,'modules/coppermine/albums/Cebelnjak/','bavsica04.jpg',67308,101603,310,480,466,20080323065337,1087739465,0,'',5392,246,'Zapela je tudi harmonika','','','YES','','','','',0,0),(293,12,'modules/coppermine/albums/Cebelnjak/','bavsica05.jpg',98648,140902,565,480,417,20080321085611,1087739466,0,'',4619,197,'Manjkala ni niti prava medica!','','','YES','','','','',0,0),(294,12,'modules/coppermine/albums/Cebelnjak/','bavsica06.jpg',133990,179774,640,480,469,20080311211224,1087739466,0,'',5165,203,'Na prireditvi je se zbralo okrog 200 ljudi','','','YES','','','','',0,1),(295,12,'modules/coppermine/albums/Cebelnjak/','bavsica07.jpg',50716,76440,297,480,447,20080312120636,1087739466,0,'',4900,180,'Prisla je tudi zena pokojnega Matija Komaca','','','YES','','','','',0,0),(296,12,'modules/coppermine/albums/Cebelnjak/','bavsica08.jpg',56703,88117,455,480,461,20080323025354,1087739467,0,'',5327,210,'Zaščitni znak čebelarjev','','','YES','','','','',0,1),(297,12,'modules/coppermine/albums/Cebelnjak/','bavsica09.jpg',109538,149345,628,480,466,20080323043917,1087739467,0,'',5155,212,'Podpredsednik čebelarske zveze Slovenije','','','YES','','','','',0,1),(298,12,'modules/coppermine/albums/Cebelnjak/','bavsica09a.jpg',70383,106851,360,480,494,20080322062319,1087739467,0,'',5237,198,'Informativne table','Na informativnih tablah se dobi mnogo koristnih informacij','','YES','','','','',0,1),(299,12,'modules/coppermine/albums/Cebelnjak/','bavsica11.jpg',55977,85146,360,480,461,20080321194608,1087739468,0,'',5005,203,'Hauptmann','Hauptamann (poveljnik) na predstavi skupine 13-13','','YES','','','','',0,2),(300,12,'modules/coppermine/albums/Cebelnjak/','bavsica12.jpg',87420,119295,640,480,481,20080314003106,1087739468,0,'',5220,185,'Napad!!!','Pred trdnjavo je pokalo in treba je v akcijo!','','YES','','','','',0,1),(301,12,'modules/coppermine/albums/Cebelnjak/','bavsica13.jpg',59402,91218,360,480,436,20080316220416,1087739468,0,'',4675,191,'Ranjenec','po vsaki bitki so tudi ranjenci...','','YES','','','','',0,2),(302,12,'modules/coppermine/albums/Cebelnjak/','bavsica14.jpg',45223,69423,360,480,420,20080311200836,1087739469,0,'',5045,209,'Končne besede...','" ... naša igra ne spodbuja vojne v nikaršnem smislu! Vse skupaj je prikazano le kako bi se nekateri konflikti lahko reševali, kar tudi nazorno pokažemo z sodelovanjem vojakov različnim uniform! "','','YES','','','','',0,2),(303,12,'modules/coppermine/albums/Cebelnjak/','bavsica15.jpg',93661,130599,640,480,473,20080321212854,1087739469,0,'',5385,232,'Vojaški čaj','.... seveda z rumom!','','YES','','','','',0,1),(304,12,'modules/coppermine/albums/Cebelnjak/','bavsica16.jpg',84852,115744,640,480,452,20080322025203,1087739469,0,'',5286,208,'Obisk na fronti..','Bosanskega vojaka Mujota je na fronti 1. svetovne vojne obiskala žena ;)','','YES','','','','',0,1),(305,13,'modules/coppermine/albums/NasaLipa/','NasaLipa001.jpg',94157,125535,259,407,235,20080323053004,1100121708,0,'',5144,171,'','','','YES','','','','',0,0),(306,13,'modules/coppermine/albums/NasaLipa/','NasaLipa002.jpg',53723,75427,259,407,207,20080322103333,1100121708,0,'',4844,116,'','','','YES','','','','',0,0),(307,13,'modules/coppermine/albums/NasaLipa/','NasaLipa003.jpg',63009,86159,259,407,201,20080319132820,1100121708,0,'',4766,141,'','','','YES','','','','',0,1),(308,13,'modules/coppermine/albums/NasaLipa/','NasaLipa004.jpg',56533,78293,259,407,280,20080323085509,1100121709,0,'',4891,173,'','','','YES','','','','',0,0),(309,13,'modules/coppermine/albums/NasaLipa/','NasaLipa006.jpg',97722,129149,412,258,388,20080323025727,1100121709,0,'',5414,201,'','','','YES','','','','',0,0),(310,13,'modules/coppermine/albums/NasaLipa/','NasaLipa005.jpg',44836,63139,259,407,245,20080323085703,1100121709,0,'',5189,145,'','','','YES','','','','',0,1),(311,13,'modules/coppermine/albums/NasaLipa/','NasaLipa007.jpg',89853,118843,258,412,210,20080319133644,1100121709,0,'',5035,157,'','','','YES','','','','',0,1),(312,13,'modules/coppermine/albums/NasaLipa/','NasaLipa008.jpg',89810,120152,258,412,169,20080320040755,1100121709,0,'',4509,150,'','','','YES','','','','',0,1),(313,13,'modules/coppermine/albums/NasaLipa/','NasaLipa010.jpg',94646,124948,412,258,173,20080320055338,1100121710,0,'',4867,143,'','','','YES','','','','',0,2),(314,13,'modules/coppermine/albums/NasaLipa/','NasaLipa009.jpg',136023,177350,258,412,178,20080322171554,1100121710,0,'',4628,178,'','','','YES','','','','',0,2),(315,13,'modules/coppermine/albums/NasaLipa/','NasaLipa011.jpg',73686,100330,258,412,194,20080323070804,1100121710,0,'',4854,162,'','','','YES','','','','',0,2),(316,13,'modules/coppermine/albums/NasaLipa/','NasaLipa012.jpg',70007,94705,407,256,185,20080321141046,1100121710,0,'',5212,150,'','','','YES','','','','',0,1),(317,13,'modules/coppermine/albums/NasaLipa/','NasaLipa013.jpg',87133,114941,256,407,170,20080323092213,1100121711,0,'',4939,113,'','','','YES','','','','',0,1),(318,13,'modules/coppermine/albums/NasaLipa/','NasaLipa014.jpg',81026,107709,256,407,188,20080323055230,1100121711,0,'',4998,106,'','','','YES','','','','',0,1),(319,13,'modules/coppermine/albums/NasaLipa/','NasaLipa015.jpg',74202,99625,256,407,169,20080314170352,1100121711,0,'',4830,113,'','','','YES','','','','',0,0),(320,13,'modules/coppermine/albums/NasaLipa/','NasaLipa016.jpg',40314,57616,256,407,165,20080313094157,1100121711,0,'',4577,128,'','','','YES','','','','',0,0),(321,13,'modules/coppermine/albums/NasaLipa/','NasaLipa018.jpg',43427,45800,390,251,177,20080322233846,1100121711,0,'',4958,115,'','','','YES','','','','',0,0),(322,13,'modules/coppermine/albums/NasaLipa/','NasaLipa019.jpg',35004,37852,284,250,158,20080319142301,1100121712,0,'',4421,114,'','','','YES','','','','',0,0),(323,13,'modules/coppermine/albums/NasaLipa/','NasaLipa017.jpg',46981,66306,256,407,167,20080323074527,1100121712,0,'',4741,116,'','','','YES','','','','',0,1),(324,13,'modules/coppermine/albums/NasaLipa/','NasaLipa020.jpg',64593,67243,390,251,162,20080315040358,1100121712,0,'',5149,87,'','','','YES','','','','',0,2),(325,13,'modules/coppermine/albums/NasaLipa/','NasaLipa021.jpg',72246,75151,251,390,204,20080313145914,1100121712,0,'',5345,98,'','','','YES','','','','',0,0),(326,13,'modules/coppermine/albums/NasaLipa/','NasaLipa022.jpg',55022,76094,412,253,166,20080311111848,1100121712,0,'',5069,101,'','','','YES','','','','',0,1),(327,13,'modules/coppermine/albums/NasaLipa/','NasaLipa023.jpg',69364,94458,253,412,175,20080316001836,1100121712,0,'',4868,97,'','','','YES','','','','',0,2),(328,13,'modules/coppermine/albums/NasaLipa/','NasaLipa024.jpg',58513,80507,253,412,175,20080311155224,1100121713,0,'',4855,101,'','','','YES','','','','',0,1),(329,13,'modules/coppermine/albums/NasaLipa/','NasaLipa025.jpg',72696,97234,253,412,199,20080320120525,1100121713,0,'',4667,126,'','','','YES','','','','',0,2),(330,13,'modules/coppermine/albums/NasaLipa/','NasaLipa026.jpg',67681,90289,253,412,228,20080322174952,1100121713,0,'',5147,115,'','','','YES','','','','',0,2),(331,13,'modules/coppermine/albums/NasaLipa/','NasaLipa027.jpg',42751,58253,412,253,249,20080322202934,1100121713,0,'',5412,136,'','','','YES','','','','',0,2),(332,13,'modules/coppermine/albums/NasaLipa/','NasaLipa028.jpg',68603,71582,257,387,214,20080312062300,1100121713,0,'',4764,118,'','','','YES','','','','',0,2),(333,13,'modules/coppermine/albums/NasaLipa/','NasaLipa029.jpg',48645,51319,257,387,209,20080323055038,1100121713,0,'',5372,112,'','','','YES','','','','',0,0),(334,13,'modules/coppermine/albums/NasaLipa/','NasaLipa030.jpg',82443,85620,257,387,200,20080322175807,1100121713,0,'',4468,124,'','','','YES','','','','',0,0),(335,13,'modules/coppermine/albums/NasaLipa/','NasaLipa031.jpg',47813,50494,257,387,210,20080315034544,1100121713,0,'',4810,126,'','','','YES','','','','',0,1),(336,13,'modules/coppermine/albums/NasaLipa/','NasaLipa032.jpg',63189,66310,387,257,170,20080320121745,1100121714,0,'',4632,142,'','','','YES','','','','',0,1),(337,13,'modules/coppermine/albums/NasaLipa/','NasaLipa033.jpg',102880,134147,258,413,197,20080322074155,1100121714,0,'',4686,134,'','','','YES','','','','',0,1),(338,13,'modules/coppermine/albums/NasaLipa/','NasaLipa034.jpg',56588,74190,413,258,195,20080323041611,1100121714,0,'',4645,87,'','','','YES','','','','',0,1),(339,13,'modules/coppermine/albums/NasaLipa/','NasaLipa036.jpg',45965,49412,259,299,204,20080315024122,1100121714,0,'',4942,104,'','','','YES','','','','',0,1),(340,13,'modules/coppermine/albums/NasaLipa/','NasaLipa035.jpg',82329,110717,413,258,200,20080316000528,1100121714,0,'',4990,115,'','','','YES','','','','',0,0),(341,13,'modules/coppermine/albums/NasaLipa/','NasaLipa037.jpg',85662,114904,413,251,201,20080312075456,1100121714,0,'',5055,112,'','','','YES','','','','',0,1),(342,13,'modules/coppermine/albums/NasaLipa/','NasaLipa038.jpg',56489,77514,251,413,244,20080323095716,1100121715,0,'',4789,124,'','','','YES','','','','',0,0),(343,13,'modules/coppermine/albums/NasaLipa/','NasaLipa039.jpg',93435,121924,251,413,281,20080320070844,1100121715,0,'',5249,152,'','','','YES','','','','',0,2),(344,13,'modules/coppermine/albums/NasaLipa/','NasaLipa040.jpg',89407,116801,413,251,199,20080323055943,1100121715,0,'',5033,118,'','','','YES','','','','',0,0),(345,13,'modules/coppermine/albums/NasaLipa/','NasaLipa041.jpg',74796,99822,413,251,195,20080323073923,1100121715,0,'',4926,114,'','','','YES','','','','',0,1),(346,13,'modules/coppermine/albums/NasaLipa/','NasaLipa042.jpg',93928,123152,413,251,181,20080322163505,1100121715,0,'',4666,126,'','','','YES','','','','',0,0),(347,13,'modules/coppermine/albums/NasaLipa/','NasaLipa043.jpg',54246,73202,411,251,200,20080322175052,1100121716,0,'',4944,114,'','','','YES','','','','',0,1),(348,13,'modules/coppermine/albums/NasaLipa/','NasaLipa044.jpg',52446,71855,251,411,203,20080323035802,1100121716,0,'',4738,119,'','','','YES','','','','',0,1),(349,13,'modules/coppermine/albums/NasaLipa/','NasaLipa045.jpg',59967,82405,251,411,202,20080314190452,1100121716,0,'',4545,121,'','','','YES','','','','',0,1),(350,13,'modules/coppermine/albums/NasaLipa/','NasaLipa046.jpg',46338,64896,411,251,221,20080309202348,1100121716,0,'',4861,116,'','','','YES','','','','',0,0),(351,13,'modules/coppermine/albums/NasaLipa/','NasaLipa047.jpg',64937,88025,251,411,203,20080312071252,1100121716,0,'',4672,117,'','','','YES','','','','',0,0),(352,13,'modules/coppermine/albums/NasaLipa/','NasaLipa048.jpg',49085,67405,251,411,309,20080323082553,1100121716,0,'',5312,181,'','','','YES','','','','',0,1),(353,13,'modules/coppermine/albums/NasaLipa/','NasaLipa049.jpg',57372,78393,251,413,206,20080312214559,1100121717,0,'',4754,124,'','','','YES','','','','',0,0),(354,13,'modules/coppermine/albums/NasaLipa/','NasaLipa050.jpg',62465,84778,251,413,202,20080323085642,1100121717,0,'',5050,143,'','','','YES','','','','',0,1),(355,13,'modules/coppermine/albums/NasaLipa/','NasaLipa051.jpg',47864,63982,251,413,250,20080322175947,1100121717,0,'',5484,124,'','','','YES','','','','',0,2),(356,13,'modules/coppermine/albums/NasaLipa/','NasaLipa052.jpg',74410,101925,251,413,220,20080321123956,1100121717,0,'',5281,120,'','','','YES','','','','',0,0),(357,13,'modules/coppermine/albums/NasaLipa/','NasaLipa053.jpg',80295,110027,413,251,305,20080321015233,1100121717,0,'',5010,189,'','','','YES','','','','',0,1),(358,13,'modules/coppermine/albums/NasaLipa/','NasaLipa054.jpg',59940,82281,413,251,226,20080323095733,1100121718,0,'',5106,137,'','','','YES','','','','',0,0),(359,13,'modules/coppermine/albums/NasaLipa/','NasaLipa055.jpg',40381,56569,255,411,198,20080323065941,1100121718,0,'',4696,124,'','','','YES','','','','',0,1),(360,13,'modules/coppermine/albums/NasaLipa/','NasaLipa056.jpg',67329,91942,411,255,218,20080323081317,1100121718,0,'',5083,107,'','','','YES','','','','',0,2),(361,13,'modules/coppermine/albums/NasaLipa/','NasaLipa057.jpg',61080,84017,411,255,202,20080314124414,1100121718,0,'',4912,123,'','','','YES','','','','',0,0),(362,13,'modules/coppermine/albums/NasaLipa/','NasaLipa058.jpg',63485,84835,255,411,258,20080314154806,1100121718,0,'',5219,125,'','','','YES','','','','',0,1),(363,13,'modules/coppermine/albums/NasaLipa/','NasaLipa059.jpg',78250,106657,411,255,199,20080315064940,1100121719,0,'',5052,116,'','','','YES','','','','',0,0),(364,13,'modules/coppermine/albums/NasaLipa/','NasaLipa060.jpg',51276,70015,411,255,209,20080323074146,1100121719,0,'',5165,139,'','','','YES','','','','',0,0),(365,13,'modules/coppermine/albums/NasaLipa/','NasaLipa061.jpg',62460,84580,411,254,198,20080312234152,1100121719,0,'',4807,94,'','','','YES','','','','',0,2),(366,13,'modules/coppermine/albums/NasaLipa/','NasaLipa062.jpg',84045,111206,411,254,216,20080321012406,1100121719,0,'',5188,135,'','','','YES','','','','',0,1),(367,13,'modules/coppermine/albums/NasaLipa/','NasaLipa063.jpg',70856,93955,254,411,208,20080322032454,1100121720,0,'',5164,122,'','','','YES','','','','',0,2),(368,13,'modules/coppermine/albums/NasaLipa/','NasaLipa064.jpg',67933,89425,411,254,190,20080322202704,1100121720,0,'',5254,115,'','','','YES','','','','',0,2),(369,13,'modules/coppermine/albums/NasaLipa/','NasaLipa065.jpg',70437,93810,254,411,194,20080323072151,1100121720,0,'',4617,107,'','','','YES','','','','',0,0),(370,13,'modules/coppermine/albums/NasaLipa/','NasaLipa067.jpg',30768,33742,255,236,179,20080322033329,1100121720,0,'',4577,107,'','','','YES','','','','',0,1),(371,13,'modules/coppermine/albums/NasaLipa/','NasaLipa066.jpg',93732,124835,411,254,200,20080323090621,1100121720,0,'',4617,100,'','','','YES','','','','',0,2),(372,13,'modules/coppermine/albums/NasaLipa/','NasaLipa068.jpg',42080,44374,387,251,198,20080323073525,1100121720,0,'',4838,117,'','','','YES','','','','',0,0),(373,13,'modules/coppermine/albums/NasaLipa/','NasaLipa069.jpg',36781,38832,387,251,203,20080323083545,1100121721,0,'',5043,117,'','','','YES','','','','',0,1),(374,13,'modules/coppermine/albums/NasaLipa/','NasaLipa070.jpg',43726,45949,251,387,212,20080322113919,1100121721,0,'',5056,118,'','','','YES','','','','',0,1),(375,13,'modules/coppermine/albums/NasaLipa/','NasaLipa071.jpg',36934,40613,250,254,285,20080323045013,1100121721,0,'',5462,179,'','','','YES','','','','',0,1),(376,13,'modules/coppermine/albums/NasaLipa/','NasaLipa072.jpg',50263,52744,251,387,199,20080313161819,1100121721,0,'',4847,132,'','','','YES','','','','',0,1),(377,13,'modules/coppermine/albums/NasaLipa/','NasaLipa073.jpg',36376,38399,251,387,216,20080319122753,1100121721,0,'',5341,121,'','','','YES','','','','',0,0),(378,13,'modules/coppermine/albums/NasaLipa/','NasaLipa074.jpg',48099,50511,387,251,183,20080323072648,1100121721,0,'',4850,113,'','','','YES','','','','',0,1),(379,13,'modules/coppermine/albums/NasaLipa/','NasaLipa075.jpg',43107,45384,387,251,172,20080323005853,1100121721,0,'',4764,118,'','','','YES','','','','',0,2),(380,13,'modules/coppermine/albums/NasaLipa/','NasaLipa076.jpg',29023,31468,256,276,220,20080322201011,1100121721,0,'',4988,146,'','','','YES','','','','',0,2),(381,13,'modules/coppermine/albums/NasaLipa/','NasaLipa077.jpg',43068,45037,251,387,200,20080323050251,1100121721,0,'',5198,102,'','','','YES','','','','',0,1),(382,13,'modules/coppermine/albums/NasaLipa/','NasaLipa078.jpg',41043,43440,387,251,199,20080323050404,1100121721,0,'',5275,118,'','','','YES','','','','',0,2),(383,13,'modules/coppermine/albums/NasaLipa/','NasaLipa079.jpg',95739,98929,387,251,220,20080323031638,1100121721,0,'',5038,121,'','','','YES','','','','',0,1),(384,13,'modules/coppermine/albums/NasaLipa/','NasaLipa080.jpg',89332,92582,251,387,290,20080311120721,1100121721,0,'',5372,153,'','','','YES','','','','',0,2),(385,13,'modules/coppermine/albums/NasaLipa/','NasaLipa081.jpg',84848,87676,387,251,190,20080322190534,1100121722,0,'',5088,125,'','','','YES','','','','',0,1),(386,13,'modules/coppermine/albums/NasaLipa/','NasaLipa082.jpg',89605,92533,251,387,169,20080323051617,1100121722,0,'',5030,99,'','','','YES','','','','',0,1),(387,13,'modules/coppermine/albums/NasaLipa/','NasaLipa083.jpg',103298,106518,387,254,196,20080322101520,1100121722,0,'',5058,123,'','','','YES','','','','',0,1),(388,13,'modules/coppermine/albums/NasaLipa/','NasaLipa084.jpg',76768,79805,254,387,192,20080322211712,1100121722,0,'',5226,122,'','','','YES','','','','',0,1),(389,13,'modules/coppermine/albums/NasaLipa/','NasaLipa085.jpg',67168,70134,387,254,177,20080321231054,1100121722,0,'',5422,138,'','','','YES','','','','',0,0),(390,13,'modules/coppermine/albums/NasaLipa/','NasaLipa086.jpg',49093,51975,255,353,225,20080314114024,1100121722,0,'',5253,147,'','','','YES','','','','',0,0),(391,13,'modules/coppermine/albums/NasaLipa/','NasaLipa087.jpg',41275,43672,387,254,205,20080322084416,1100121722,0,'',5237,149,'','','','YES','','','','',0,2),(392,13,'modules/coppermine/albums/NasaLipa/','NasaLipa088.jpg',29496,32209,254,235,189,20080314084257,1100121722,0,'',4882,111,'','','','YES','','','','',0,0),(393,13,'modules/coppermine/albums/NasaLipa/','NasaLipa089.jpg',37684,39565,251,387,177,20080323073148,1100121722,0,'',4924,121,'','','','YES','','','','',0,2),(394,13,'modules/coppermine/albums/NasaLipa/','NasaLipa090.jpg',53185,55440,251,387,159,20080317104605,1100121722,0,'',4778,95,'','','','YES','','','','',0,1),(395,13,'modules/coppermine/albums/NasaLipa/','NasaLipa091.jpg',61918,64869,387,251,268,20080316120131,1100121723,0,'',5475,168,'','','','YES','','','','',0,0),(396,13,'modules/coppermine/albums/NasaLipa/','NasaLipa092.jpg',81466,84591,387,251,163,20080321074219,1100121723,0,'',4570,105,'','','','YES','','','','',0,2),(397,13,'modules/coppermine/albums/NasaLipa/','NasaLipa093.jpg',54504,56549,387,251,202,20080322165504,1100121723,0,'',5060,123,'','','','YES','','','','',0,1),(398,13,'modules/coppermine/albums/NasaLipa/','NasaLipa094.jpg',61227,83833,411,255,161,20080316001321,1100121723,0,'',4950,101,'','','','YES','','','','',0,0),(399,13,'modules/coppermine/albums/NasaLipa/','NasaLipa095.jpg',49475,67795,255,411,192,20080319134905,1100121723,0,'',5171,106,'','','','YES','','','','',0,1),(400,13,'modules/coppermine/albums/NasaLipa/','NasaLipa096.jpg',46655,63120,255,411,168,20080312210227,1100121723,0,'',4780,123,'','','','YES','','','','',0,1),(401,13,'modules/coppermine/albums/NasaLipa/','NasaLipa097.jpg',48106,66438,411,255,160,20080314141031,1100121724,0,'',4605,113,'','','','YES','','','','',0,2),(402,13,'modules/coppermine/albums/NasaLipa/','NasaLipa098.jpg',46570,65904,411,255,159,20080323083940,1100121724,0,'',4840,121,'','','','YES','','','','',0,1),(403,13,'modules/coppermine/albums/NasaLipa/','NasaLipa099.jpg',45974,62914,255,411,160,20080322072721,1100121724,0,'',4754,130,'','','','YES','','','','',0,2),(404,13,'modules/coppermine/albums/NasaLipa/','NasaLipa100.jpg',68071,92724,413,254,162,20080321194458,1100121725,0,'',4386,135,'','','','YES','','','','',0,2),(405,13,'modules/coppermine/albums/NasaLipa/','NasaLipa101.jpg',59523,81694,413,254,170,20080322094542,1100121725,0,'',5352,114,'','','','YES','','','','',0,2),(406,13,'modules/coppermine/albums/NasaLipa/','NasaLipa102.jpg',48844,65286,412,253,279,20080322225247,1100121725,0,'',5396,162,'','','','YES','','','','',0,1),(407,13,'modules/coppermine/albums/NasaLipa/','NasaLipa103.jpg',36164,47566,412,253,196,20080314200506,1100121725,0,'',5126,126,'','','','YES','','','','',0,2),(408,13,'modules/coppermine/albums/NasaLipa/','NasaLipa104.jpg',58871,78161,412,253,164,20080314150812,1100121725,0,'',4812,113,'','','','YES','','','','',0,1),(409,13,'modules/coppermine/albums/NasaLipa/','NasaLipa106.jpg',59370,79603,412,253,171,20080312111059,1100121726,0,'',5269,118,'','','','YES','','','','',0,0),(410,13,'modules/coppermine/albums/NasaLipa/','NasaLipa105.jpg',56886,76512,412,253,166,20080316063509,1100121726,0,'',4944,125,'','','','YES','','','','',0,2),(411,13,'modules/coppermine/albums/NasaLipa/','NasaLipa107.jpg',33448,35959,313,255,167,20080314054948,1100121726,0,'',4777,95,'','','','YES','','','','',0,0),(412,13,'modules/coppermine/albums/NasaLipa/','NasaLipa108.jpg',28346,30127,251,387,207,20080318212753,1100121726,0,'',5272,121,'','','','YES','','','','',0,0),(413,13,'modules/coppermine/albums/NasaLipa/','NasaLipa109.jpg',67819,70419,251,387,165,20080311115905,1100121726,0,'',4817,105,'','','','YES','','','','',0,0),(414,13,'modules/coppermine/albums/NasaLipa/','NasaLipa110.jpg',64781,67560,387,251,169,20080321111228,1100121726,0,'',4848,106,'','','','YES','','','','',0,2),(415,13,'modules/coppermine/albums/NasaLipa/','NasaLipa111.jpg',64588,67059,251,387,207,20080316000613,1100121726,0,'',5101,102,'','','','YES','','','','',0,1),(416,13,'modules/coppermine/albums/NasaLipa/','NasaLipa112.jpg',71642,74103,251,387,168,20080323035321,1100121726,0,'',5072,125,'','','','YES','','','','',0,0),(417,13,'modules/coppermine/albums/NasaLipa/','NasaLipa113.jpg',48750,50602,387,251,216,20080320054644,1100121726,0,'',5322,124,'','','','YES','','','','',0,1),(418,13,'modules/coppermine/albums/NasaLipa/','NasaLipa114.jpg',40470,54322,408,255,191,20080322235731,1100121727,0,'',5001,100,'','','','YES','','','','',0,1),(419,13,'modules/coppermine/albums/NasaLipa/','NasaLipa115.jpg',71806,98799,408,255,162,20080316165859,1100121727,0,'',4939,100,'','','','YES','','','','',0,1),(420,13,'modules/coppermine/albums/NasaLipa/','NasaLipa116.jpg',42922,61239,255,408,167,20080321150814,1100121727,0,'',4591,115,'','','','YES','','','','',0,2),(421,13,'modules/coppermine/albums/NasaLipa/','NasaLipa117.jpg',65970,90073,408,255,169,20080323044156,1100121727,0,'',5160,114,'','','','YES','','','','',0,1),(422,13,'modules/coppermine/albums/NasaLipa/','NasaLipa118.jpg',51248,69314,255,408,189,20080323074049,1100121727,0,'',4765,110,'','','','YES','','','','',0,0),(423,13,'modules/coppermine/albums/NasaLipa/','NasaLipa119.jpg',57360,78381,255,408,201,20080323060309,1100121727,0,'',5214,122,'','','','YES','','','','',0,1),(424,13,'modules/coppermine/albums/NasaLipa/','NasaLipa120.jpg',38518,54193,410,254,163,20080322055608,1100121728,0,'',4919,124,'','','','YES','','','','',0,1),(425,13,'modules/coppermine/albums/NasaLipa/','NasaLipa121.jpg',41375,58075,410,254,190,20080322090632,1100121728,0,'',5116,118,'','','','YES','','','','',0,1),(426,13,'modules/coppermine/albums/NasaLipa/','NasaLipa122.jpg',39965,56433,254,410,188,20080322044049,1100121728,0,'',5170,140,'','','','YES','','','','',0,0),(427,13,'modules/coppermine/albums/NasaLipa/','NasaLipa123.jpg',52474,68706,410,254,184,20080323054059,1100121728,0,'',4647,96,'','','','YES','','','','',0,1),(428,13,'modules/coppermine/albums/NasaLipa/','NasaLipa124.jpg',112419,145110,410,254,197,20080312015229,1100121729,0,'',4936,100,'','','','YES','','','','',0,2),(429,13,'modules/coppermine/albums/NasaLipa/','NasaLipa125.jpg',61896,83526,410,254,208,20080323034549,1100121729,0,'',4984,128,'','','','YES','','','','',0,0),(430,13,'modules/coppermine/albums/NasaLipa/','NasaLipa126.jpg',100982,132405,406,251,204,20080311051657,1100121729,0,'',5000,110,'','','','YES','','','','',0,1),(431,13,'modules/coppermine/albums/NasaLipa/','NasaLipa127.jpg',83393,110007,406,251,378,20080322104121,1100121729,0,'',5130,149,'','','','YES','','','','',0,0),(432,13,'modules/coppermine/albums/NasaLipa/','NasaLipa128.jpg',64201,89112,406,251,275,20080319134025,1100121729,0,'',5241,116,'','','','YES','','','','',0,0),(433,13,'modules/coppermine/albums/NasaLipa/','NasaLipa129.jpg',60953,79964,406,251,269,20080319133955,1100121729,0,'',5071,127,'','','','YES','','','','',0,2),(434,13,'modules/coppermine/albums/NasaLipa/','NasaLipa130.jpg',92505,121507,251,406,357,20080323085536,1100121730,0,'',4962,131,'','','','YES','','','','',0,1),(435,13,'modules/coppermine/albums/NasaLipa/','NasaLipa131.jpg',61800,82416,407,253,354,20080320071004,1100121730,0,'',4749,149,'','','','YES','','','','',0,2),(436,13,'modules/coppermine/albums/NasaLipa/','NasaLipa132.jpg',78872,105237,253,407,281,20080319133800,1100121730,0,'',4707,105,'','','','YES','','','','',0,2),(437,13,'modules/coppermine/albums/NasaLipa/','NasaLipa133.jpg',66147,88391,253,407,358,20080322215055,1100121730,0,'',5052,146,'','','','YES','','','','',0,1),(438,13,'modules/coppermine/albums/NasaLipa/','NasaLipa134.jpg',56468,76193,407,253,398,20080320063710,1100121730,0,'',4933,161,'','','','YES','','','','',0,2),(439,13,'modules/coppermine/albums/NasaLipa/','NasaLipa135.jpg',117379,152700,407,253,390,20080323081826,1100121731,0,'',5065,137,'','','','YES','','','','',0,0),(440,13,'modules/coppermine/albums/NasaLipa/','NasaLipa136.jpg',88503,119435,407,253,397,20080323002135,1100121731,0,'',5132,136,'','','','YES','','','','',0,0),(441,13,'modules/coppermine/albums/NasaLipa/','NasaLipa137.jpg',51152,53503,270,387,385,20080319140801,1100121731,0,'',5167,141,'','','','YES','','','','',0,1),(442,13,'modules/coppermine/albums/NasaLipa/','NasaLipa138.jpg',72265,75181,387,270,377,20080323051355,1100121731,0,'',5009,133,'','','','YES','','','','',0,2),(443,14,'modules/coppermine/albums/Krampus04/','Krampus02.jpg',47448,65074,480,640,328,20080312220110,1102338383,0,'',4959,115,'','','','YES','','','','',0,0),(444,14,'modules/coppermine/albums/Krampus04/','KRampus01.jpg',60437,81381,640,480,381,20080322084040,1102338383,0,'',5102,149,'','','','YES','','','','',0,0),(445,14,'modules/coppermine/albums/Krampus04/','Krampus03.jpg',92352,124215,640,480,341,20080313065157,1102338383,0,'',5075,139,'','','','YES','','','','',0,0),(446,14,'modules/coppermine/albums/Krampus04/','Krampus04.jpg',44026,58134,640,480,383,20080322163847,1102338384,0,'',4814,155,'','','','YES','','','','',0,0),(447,14,'modules/coppermine/albums/Krampus04/','Krampus05.jpg',43020,59532,480,640,438,20080312232846,1102338384,0,'',5365,141,'','','','YES','','','','',0,0),(448,14,'modules/coppermine/albums/Krampus04/','Krampus06.jpg',39325,54540,640,480,376,20080312102352,1102338384,0,'',5075,119,'','','','YES','','','','',0,0),(449,14,'modules/coppermine/albums/Krampus04/','Krampus07.jpg',87945,118931,480,640,542,20080322073117,1102338385,0,'',5024,164,'','','','YES','','','','',0,0),(450,14,'modules/coppermine/albums/Krampus04/','Krampus08.jpg',55494,77266,640,480,622,20080315185036,1102338385,0,'',5307,190,'','','','YES','','','','',0,0),(451,14,'modules/coppermine/albums/Krampus04/','Krampus09.jpg',102902,137131,480,640,647,20080319132801,1102338385,0,'',5266,197,'','','','YES','','','','',0,0),(452,14,'modules/coppermine/albums/Krampus04/','Krampus10.jpg',95926,129603,480,640,669,20080314182737,1102338385,0,'',5194,209,'','','','YES','','','','',0,0),(453,14,'modules/coppermine/albums/Krampus04/','Krampus12.jpg',91654,123884,480,640,1096,20080321135508,1102338385,0,'',5319,299,'','','','YES','','','','',0,0),(454,14,'modules/coppermine/albums/Krampus04/','Krampus11.jpg',67141,91968,480,640,1089,20080322201846,1102338385,0,'',5246,252,'','','','YES','','','','',0,0),(455,14,'modules/coppermine/albums/Krampus04/','Krampus13.jpg',95486,129361,640,480,1052,20080323065423,1102338386,0,'',4971,268,'','','','YES','','','','',0,0),(456,14,'modules/coppermine/albums/Krampus04/','Krampus14.jpg',58298,79541,480,640,1054,20080322181902,1102338386,0,'',4815,291,'','','','YES','','','','',0,0),(457,14,'modules/coppermine/albums/Krampus04/','Krampus15.jpg',74172,103107,480,640,1051,20080323092757,1102338386,0,'',4917,266,'','','','YES','','','','',0,0),(458,14,'modules/coppermine/albums/Krampus04/','Krampus16.jpg',73506,99469,480,640,1052,20080322200745,1102338386,0,'',4772,262,'','','','YES','','','','',0,0),(459,14,'modules/coppermine/albums/Krampus04/','Krampus17.jpg',93813,126798,480,640,1067,20080323041024,1102338387,0,'',5018,259,'','','','YES','','','','',0,0),(460,14,'modules/coppermine/albums/Krampus04/','Krampus18.jpg',76161,101780,640,480,1073,20080322091021,1102338387,0,'',4974,292,'','','','YES','','','','',0,0); /*!40000 ALTER TABLE `cpg_pictures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_usergroups` -- DROP TABLE IF EXISTS `cpg_usergroups`; CREATE TABLE `cpg_usergroups` ( `group_id` int(11) NOT NULL auto_increment, `group_name` varchar(255) NOT NULL default '', `group_quota` int(11) NOT NULL default '0', `has_admin_access` tinyint(4) NOT NULL default '0', `can_rate_pictures` tinyint(4) NOT NULL default '0', `can_send_ecards` tinyint(4) NOT NULL default '0', `can_post_comments` tinyint(4) NOT NULL default '0', `can_upload_pictures` tinyint(4) NOT NULL default '0', `can_create_albums` tinyint(4) NOT NULL default '0', `pub_upl_need_approval` tinyint(4) NOT NULL default '1', `priv_upl_need_approval` tinyint(4) NOT NULL default '1', PRIMARY KEY (`group_id`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_usergroups` -- LOCK TABLES `cpg_usergroups` WRITE; /*!40000 ALTER TABLE `cpg_usergroups` DISABLE KEYS */; INSERT INTO `cpg_usergroups` VALUES (1,'Administrators',0,1,1,1,1,1,1,0,0),(2,'Registered',0,0,1,1,1,1,1,1,0),(3,'Anonymous',0,0,1,1,0,1,0,1,1),(4,'Banned',0,0,0,0,0,0,0,1,1),(5,'Prijatelji',0,0,1,1,1,0,0,1,1); /*!40000 ALTER TABLE `cpg_usergroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_users` -- DROP TABLE IF EXISTS `cpg_users`; CREATE TABLE `cpg_users` ( `user_id` int(11) NOT NULL auto_increment, `user_group_cp` int(11) NOT NULL default '2', `user_active_cp` enum('YES','NO') NOT NULL default 'NO', `username` varchar(25) NOT NULL default '', `user_password` varchar(40) NOT NULL default '', `user_lastvisit_cp` datetime NOT NULL default '0000-00-00 00:00:00', `user_regdate_cp` datetime NOT NULL default '0000-00-00 00:00:00', `user_lang` varchar(255) NOT NULL default '', `user_email` varchar(255) NOT NULL default '', `user_website` varchar(255) NOT NULL default '', `user_from` varchar(255) NOT NULL default '', `user_interests` varchar(255) NOT NULL default '', `user_occ` varchar(255) NOT NULL default '', `user_actkey` varchar(32) NOT NULL default '', PRIMARY KEY (`user_id`), UNIQUE KEY `user_name` (`username`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_users` -- LOCK TABLES `cpg_users` WRITE; /*!40000 ALTER TABLE `cpg_users` DISABLE KEYS */; INSERT INTO `cpg_users` VALUES (1,1,'YES','admin','3bb0b2d5917663f1dcded8cde287fe57','2003-03-30 19:47:43','2003-03-30 19:47:43','','','','','','',''); /*!40000 ALTER TABLE `cpg_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cpg_votes` -- DROP TABLE IF EXISTS `cpg_votes`; CREATE TABLE `cpg_votes` ( `pic_id` mediumint(9) NOT NULL default '0', `user_md5_id` varchar(32) NOT NULL default '', `vote_time` int(11) NOT NULL default '0', PRIMARY KEY (`pic_id`,`user_md5_id`) ) TYPE=MyISAM; -- -- Dumping data for table `cpg_votes` -- LOCK TABLES `cpg_votes` WRITE; /*!40000 ALTER TABLE `cpg_votes` DISABLE KEYS */; INSERT INTO `cpg_votes` VALUES (356,'208b896e6fbd0d492553cda75e16c823',1205628758),(286,'1863542bcc5470c7b7ecb9363f1246d0',1205628396),(336,'3797b5db0e388bae78bb8726d91aaf6c',1205626760),(329,'be4b1fb7e6b70c25e69820abe06fa088',1205626185),(359,'12135487bad5a890775c663e30e6cbee',1205625308),(321,'8422136af720514f16d177cce3cd00a5',1205624777),(393,'d124b0899e22a1b9671f8ad730257ee7',1205624767),(446,'800db1756da02e96a2c215e2902e951d',1205623789),(414,'ab84e17c85efdc48242cb42a495cd2b3',1205623675),(321,'d6508311f0cd26fb2f3291506e711504',1205561888),(174,'84bc6f18ecd2b373378893b2ec33974e',1205561909),(331,'35656aa4667dfb9cdbcfdb240bae496b',1205562828),(176,'4d0823adffcd9cd1b352955007073250',1205562873),(255,'88905cc2dd836f824a4d0d4a6377282d',1205562992),(252,'d3d1238126a1017c445a088ca779c322',1205563003),(170,'f1a48c72468ca183f1565496667268b5',1205563027),(255,'d76fe263da356de80dfef10adf8d9732',1205563252),(255,'fa526f8a2a744b755aa667b6630b6fa0',1205563269),(176,'8be6f947ea3acfc4dcd94abf763f3ac5',1205563438),(176,'fc37c5721d79d2f3340f8ca68ab1b382',1205563514),(329,'15a3f5b37716aef64c8157fc1af6e4c4',1205563731),(185,'3aa014bb4060d34058bef37382a7342e',1205563796),(153,'18ac284e45dded7d795367de698952b5',1205564083),(331,'b98d50ddd03289f869a18b33020896ab',1205564313),(336,'365c88ed7f0047bd350f657caa610f45',1205564448),(170,'77eecee0d9427ee330ed4b0ca0c0a91a',1205564646),(49,'f712edc34c5d0af01b27d42beb53f8cf',1205564867),(105,'b1952ff556a7ce39e8624893ce9399d2',1205565092),(105,'7c9e01f38903c32ce50d2e9df2b69d05',1205565097),(105,'618ceba316a3e5903bb73cb507dc3414',1205565340),(105,'e16f7006119c81719ba2dcd042261007',1205565742),(220,'23f00f750d3b722f32dce53d24fc273c',1205565891),(177,'f0d04b539dddb42dc7328203d6f5c478',1205566510),(286,'955a61ee5b8780820dd22ee18ddeae6e',1205566515),(356,'97f43e6bc4f134a8455361ad151d7752',1205566938),(170,'b5ef1fe25f4aabee084b5bb79c661a6f',1205567243),(41,'359735b0808a5df048413ceed9d0edc5',1205578265),(333,'214eecb6748811198496fe51863e1414',1205580484),(121,'23e6f62baa2e50840de21b324d899942',1205588128),(366,'2bbcfeabf9d4b2291fc6d4b427fc4fa1',1205589683),(405,'5521fd7cdabeaee518c82dc282534f5a',1205590278),(453,'bdd7212f7cbd577d09cbb3dcf5a93934',1205591832),(357,'3637f84ed5b48385f80ddbc5594dd607',1205591895),(165,'28a63edfc25792fbaf775ace45793a99',1205596918),(419,'c02fe7b2d59980121e7776a4b5eb24fd',1205598023),(153,'efdbde9a314f5384589bbec65b8b90a0',1205608440),(26,'134c8a6cc041405985e02d521b2cfa9e',1205610286),(26,'c7a0f5a99ce8054113b7d0817eb674d0',1205610289),(39,'c557b8dd5af2ea7fc4481449100b70cc',1205618489),(20,'e99afc4f568b9fc82eafcd811033f47e',1205618492),(426,'26a9e2788a4ce9019f61cbd088a44975',1205619482),(39,'f41dfa23b341766faa90b3bedd15184d',1205620000),(340,'69b617ef5dadf4aaf5d37e4f1db7a716',1205620407),(340,'32ee081a3e87b1cee88cebaa672ca205',1205620423),(340,'c12c72b79278c325b1c29fbf9e99ed9a',1205620580),(340,'ed5215d6ad8d23bbb86e3d7b78e11a98',1205620949),(340,'20d4dd5a02594e61b3953fef0acd0453',1205621371),(439,'69ca8821961586a51d9dc1fdc5d655e0',1205621484),(217,'a42d41d7847aca461a779538c8a16286',1205621884),(87,'6aa15109d718ae1475193cc29470db9a',1205621913),(87,'defdc48ba4686bdac152bcfde86b244c',1205621928),(153,'0325ebc68553a7a6728b0a9bdd0c6013',1205622041),(141,'d66356695d93e0899699549ea09eda55',1205622049),(87,'743621a7b37e5ccc897857cfa7e1d26d',1205622320),(340,'024e4cd97a341146397740304b5f1004',1205622328),(360,'c6ae71f29fa24d9875002717444df6a1',1205622335),(415,'75969cdc201b609073f1ee0b780d3fc4',1205622373),(217,'8a75fd36570fddb1fb1513357b6adb5d',1205622395),(159,'279991d78428cae6591c098f51867c12',1205622816),(153,'d08525b508a37c1b2166923bb375e3e5',1205622935),(87,'959d9678c8eb96bbbb384d0d860872cb',1205623101),(327,'d763940c08856c8efaa620cf9bd9d2ab',1205623116),(87,'a67a9efd55e0c0a97076cae3d5aec2bb',1205623223),(97,'abb83fa28db90bafd8e7c8f7a685c250',1205549241),(248,'27ac6bdaad2ba85b1bdcf4f0fb5cb16d',1205549187),(339,'2edc963c7d965d151070040fb7be55a8',1205057998),(399,'06481e3f9b6380580c6db49f55440b40',1205048826),(310,'942896590b7cee2b5719620b5aa70635',1205048225),(454,'0064e0814487df115175878a75528c70',1205047555),(324,'f487c8ebe763c3564607a94cd6856e21',1205047506),(327,'bcf8148abf25be30d518bea33b588534',1205047369),(217,'ba4f05f1b1308cddfa123f86f1e111a7',1205047223),(398,'f1c85bf817b4670ffe81963ef11e86ee',1205047179),(155,'1b0fecfee1a201f1ccb62ce71b5f60b4',1205047089),(360,'19d0ea41d747d60bb919eac267b53e4c',1205047080),(217,'5f9efb38c266683398d1b9944066a758',1204448083),(88,'bedad71d1cd6ae56898a1ba90dd827b5',1204447231),(397,'724afbbaa6ecf7a7389254e36424dd88',1204446089),(217,'acd2d6f03c0d6f32cfb93e8a8835b4a6',1204442564),(217,'66fa832acef3bd1ce53447e430dd2798',1204441646),(114,'25aea64fd21f1af6a95dc83845d09e98',1204430728),(210,'392ca9cb6b6ed8410c24113da4e528b8',1204430656),(248,'f2728cf631a23848fea0881c5e1caf71',1204352838),(114,'91df553ad9b3dc70cadf6a9b8170e759',1204430179),(248,'daa4a7160c48f5bd91408ca52457936d',1204352318),(114,'40ce0134aaed86cdee618a8b8161ef5f',1204430172),(87,'d54b10b823b7f3ce430ea3fe1b8df9d5',1204429969),(326,'f69fd1c274ef17b9e050f87ed90f91a2',1204429541),(326,'2c1f70f8e8dfc28b6bac734c7de6cf90',1204429257),(326,'cdbaee9c3fe70c95e9c5c1492fed9e61',1204429230),(326,'7d54d60ae1162544d67f152e6dc9e94a',1204429224),(114,'f49703fdcf62e9bae20dd3dd87c921b0',1204428674),(121,'89e58c59d9e0048b4af79a17950ba6de',1205221163),(202,'a123189fca5e0ea8d818fa6585d6d73c',1204157412),(294,'dc73c83f8207d03e6619f1f6e72912e7',1205212120),(152,'04b44075641c33d6af238800a47285ab',1205212795),(353,'7f25f6fe375b5041dfb9317d0d8ea822',1205213718),(381,'ef9ebba68d6d6b77e8fce753451cea2b',1205214695),(102,'88044760a5a4a3d6255989280dbd3e33',1205214839),(355,'a0b96c69fe589915f3d2cc6a2bcc3675',1205214939),(298,'e420db7189036395e589040d4d815fe5',1205215299),(280,'41a5bb55d472146fed8c87b36d2d451e',1205215317),(126,'43909593515f312ce76a31ab369db168',1205215584),(372,'871871e62e8bb92cd84cf2108b061690',1205215967),(420,'9734f89537ca0c4ffc77c6af12fc44db',1205216372),(173,'32130b5f086fb0def4dcf5b309a6cfaf',1205216508),(284,'0dd5ef1b21c921a325a0dec7862fc870',1205216608),(386,'48dd6b014dde444605e4798db36f04fe',1205216699),(394,'9f53d48d5b33759f69d5536c806aed05',1205216780),(289,'9b558611b32d7f958abcc18d39fba6b7',1205217019),(228,'7c34cbedf8132318731e725c854d91f5',1205217074),(134,'65e1af87cec0121163984a3fc0a29f30',1205218097),(394,'f9975a3174c7767f5a3ca1c9e8dfa8dd',1205218336),(268,'3f5e7f5f7621fb1d28aed4f6c45e2054',1205218768),(275,'20f6b28e925b4bff220a2e7419d0d7c6',1205218789),(332,'bc38b4498329c77ed3cf4338258cd149',1205218846),(65,'feefd79f1322fb5980d0fbaef3138a61',1205219220),(433,'6c90070bd1f436036ec13ec491e76ada',1205219411),(297,'b96b8de3c691d396bf48957a41ca2f10',1205219544),(126,'ffb8e2a5d2d0b502d8364803ef773753',1205219634),(388,'6b8054acaa04d54fd980450bd8bb3157',1205219882),(131,'ce0b650c559142512bcce0b33cb8f182',1205220076),(85,'fc0b09d0cf2a73e1f3d4343a75baa635',1205220394),(169,'ade4d65bbd4cfef6cf3246fda4d9a6ba',1205221118),(221,'70316b2a5dac3f7c4af4bed6fc035f0d',1203864348),(20,'f05dab697d1c8c036e78257eed849e3f',1205541008),(274,'84a5cf9315ae771e0c4cf056c4215b34',1205540465),(331,'ad8d2f1237d6c988c545cafa9854c173',1205540119),(22,'af235b450923ab7a102a9fdf89ee0ec6',1205540111),(330,'e4278e6822840405f2f2a1fc3c5e2ad5',1205540085),(444,'cdd93953db4e6c1cca1a03cf8da18a95',1204195076),(108,'53ce693023404ab20e7b74c07ab71e88',1204194577),(338,'006b51af88e20db4d8ae0823484233a5',1204194557),(105,'dde40d69ff11b61941d0a649442ac11b',1204194176),(107,'952403005933dfb850f4d3eaf521d521',1204194025),(284,'c386fbfaa0fdc8255a5411332f93ca93',1204193952),(158,'01be3a39d674ece0218a691a803f6240',1204193141),(61,'47ff7ed25e6988af3e1f28d069c75e6e',1205517476),(358,'5ade75fd607100d373a39541f9cdb812',1203809826),(265,'3a318c0e0a93de7bef88453f4b83d43f',1203803535),(440,'f5c79716753f09aac2e4332fef174c85',1205517438),(236,'33ee38d74db047ab82fddf7f30af2d8f',1205516405),(242,'63dd36841a0ef4915c5e9cc95b990981',1205516345),(358,'c999dd1187c92771c1c06755512eaa97',1203828217),(389,'b43812683d1a515ea96165c0bddb74ca',1205516133),(38,'2fbd77603365c50041a4dc429215200d',1205516082),(313,'43ce216b280e12776c7c735644564f0c',1205515750),(452,'80683b4112d3736ae1a14a1a1fe0cbab',1205515657),(223,'29532550aaa754f7979cf117188998b3',1205515597),(246,'4b83b81d1bc1fba1a60fb195cd3535e3',1205515216),(151,'79d139f0de858af37873b8fdbd2cdc3e',1205514964),(419,'8465db386b504e2df36fd22a89298a6b',1205514740),(238,'d1264b4fc8bbe981eeb115e4b22ecaef',1205514653),(394,'f9b1da0be54f320203c9c0d2bce62360',1205514155),(206,'0e8e5e0a222ab3362ee60ecd3291fa1f',1204102325),(44,'d12c9285091a235a4f3f8fe377fefe6e',1205544332),(110,'7bdef023e45aafe8e2818db29c20f009',1205544313),(132,'386650cbadb7bdb93a6bc18d0f10d54f',1205544205),(132,'5796e3c3ab12172cfcc12c12bcf2e52a',1205544186),(105,'779947ff36fbe76e45638fbfa37f5b3e',1204159328),(220,'7a774a7c7417889bdc95df09c39e90f6',1204157882),(132,'6c49dbf43c7a71cfb2c49c5e325cbfac',1205544169),(132,'2209c61a8660c977c312f596d9bde675',1205544160),(132,'1fe62aa625fff84824fdfde1edb3c77c',1205544151),(132,'2bdea00d2ff7c2e74ede3df90276fac5',1205544021),(38,'d55aafad2edee4c49d4758139f482a7c',1205543285),(268,'3f23dbc3f9a1b15f6c65a48322684cda',1205543695),(296,'8a6cddfbfa8a54a7ad6fb53d80e6878c',1205543788),(232,'99c660ae65ef6e247ab56808d999dcce',1205561747),(49,'fdb56e97bcc9e46217e8beee18aea5f0',1205561538),(331,'ee5dd467bd136bdf0014b1fd07dc34e9',1205561480),(177,'6c27f1c0ce7733f57d1d3e2bb9337df2',1205561397),(177,'4621023ca549479a59034af5f02c4da8',1205561266),(170,'8d1b2f0fa5c09ae5d02ea219f5ae9c9d',1205561124),(177,'d970768116159953877da5b4479cafde',1205560790),(255,'7cd91612bd6bb950fd2745b5bb795c4f',1205560768),(177,'a5af1098d46b3b040b622e0da186da93',1205560719),(49,'8d05ab6f53bbff19365f713080c165a1',1205560650),(446,'3eb21ace61f204bc8a8998190c2d9775',1205560618),(414,'55ba7638c6a5603811da553d770dab94',1205560472),(363,'5b23eb6f7163414858edacdad8f0f1ed',1205560180),(255,'f859b3222f7a9fca31e05b9a88e59b8d',1205559921),(170,'762ebc5f7c4f8872fa1edff3326c456d',1205559658),(176,'0007e7f28ecf50f54109bfc7682f3dd2',1205559132),(168,'5590a161b64c371c6204b5d27121f1e1',1205558901),(34,'328b8f9e5d662aa9cd73c1abcea9fbc7',1205558564),(431,'886a3b16dabb6ed1f6e8e1189dea20bf',1205558277),(153,'36c5fe4b1ebf6285f554bca4eaaedb32',1205554935),(331,'5b8ffb21311d8740f68221f480c1adf8',1205554892),(386,'44621309811a8ffd2f0660e7c3d6dc8e',1205554724),(439,'b90d49f236c140368086b31fc2b633eb',1205554491),(379,'e12cb41dcaf8097d7e0a34eb36f96e58',1205554407),(106,'41f7eec7ef499a73aace5bc0d6a1759a',1205553422),(119,'a2884ae4ad05da54ec03bbd730e19cd1',1205552100),(159,'30063f13ef8cbb2fcda3138af0d36a7f',1205551752),(11,'c2109fe354f604d8bdceb2c57117f9db',1205551546),(439,'d5c9659ccc246c8450f6691f51c592be',1205551540),(20,'2787dceca0086528c8ea754bb35f2a29',1205551440),(230,'16327f48641276d962a92805e2cd3b8d',1205551384),(221,'7106657742acd11c45224452207503d3',1205551082),(185,'0c2bea8dc197bfdb666e5d128b4b76e8',1205550864),(419,'c6e07f6e3c4eb59ed819130716d35f1f',1205550519),(439,'668d34eee37aa5dfc96fff5b6a39b648',1205550256),(358,'49b93a11dc0bd01b62e7d2eae315a9c7',1205548316),(335,'3dfa7f87f5e61450a73aa705f5af8350',1205549144),(423,'0249fda4b2309cf370c63d12b4c9eb3d',1205548891),(442,'aa625f2e9e20317d56fb22d15447155e',1205548805),(236,'a4eb90e9930bc6b95af300dab6a5c646',1205548789),(251,'5f7e115fbe54cce06aa0d88475068085',1205046831),(415,'1f8e3c801bbc40e1160bf633a57480d7',1205046821),(281,'9add3c6f72ae8a3c03bddb4af4e1edec',1205046709),(153,'603dc575574f9ddca52b075e855d9620',1205046403),(390,'99fbdd16e2e775c4f01f6b1fba370885',1205041909),(331,'f888c51024c091e22d01eb0f7f901434',1205041837),(251,'f4b655894b8739ec5b3b5f2911d32b43',1205041496),(146,'cefae9e00c242907e87e2b38eb5b5241',1205041374),(311,'9b3b6d3b178515034b667b5f8f83a94a',1205041164),(167,'33a7411b29787a836af5ffb210d13491',1205041246),(252,'8845acf80f1cf57efc19eb5a53c883d3',1204867089),(87,'24c69cfeb11ab609fc4741eee900ba95',1204867080),(87,'c1df65b9455a9f401eb8b351442d5428',1204867085),(255,'d769d950a524d4b7974dbda2e5578935',1204866075),(252,'77cb3749a18b57c83f2fba0789d38bfa',1204866296),(170,'07767acb1dd7f3a3f2c475fa7f7e5602',1204866316),(255,'b2d33cc673d1533f9f810828e59aa9b9',1204866336),(255,'cb49b63d7dec13881583db53eeaf4456',1204866355),(170,'045137c4804bfb53eefad299a4344fe1',1204867094),(170,'0b8fe4de741d1a60384d11cb5a7c75a8',1204867098),(255,'efdd0e88a94c5e50008d3b7e7c81327d',1204867103),(211,'bb1348658f82f94c242ec8ce6cf8cee2',1204867107),(16,'ffc592f72bc57cee5c26c4dcfcfb19dc',1205068002),(70,'869b852947703150c346224fcbc6940e',1205068333),(296,'7d5020376adc82897c67bf2f595fc28f',1205068796),(151,'9fa4c1c24d75342ff7d629e404a0f04b',1204065046),(423,'909ec3b75e47338d8b42381f5fab8e95',1205542221),(202,'2815229c656aa880f51b2e8cf8cef156',1204095852),(205,'065f489a016068c60bb8dc11d1ad9550',1204093485),(359,'70ec6969730a3eccd6b53963dee5c5d2',1204092322),(202,'05e7506cf4f9e4a84513b3cbd1858a6a',1204090628),(206,'4367e34606d1af0d5208cff534cbb60b',1204079516),(151,'36286dc3edc20b06f0e5aad91ac3bf19',1204075498),(205,'e1bb1d346eca4e5cb6326ea70617f31a',1204075513),(354,'11d18c84a419934f1c6be99b91ff6fcc',1205232357),(20,'3d566f4f557bfc99ba5ab6a455f62949',1204793470),(102,'4f5c31753221c174ce384a987e82b781',1205231516),(421,'1ac19c3cc4e25a84ccf842c727d14bfd',1205231527),(72,'110ac17051946b890622d6fef9d659c4',1205231548),(263,'4823ebea0377d6f39a4245ff08cfc4f4',1205231616),(263,'14557fd2087902d8e758c97709c6a9a8',1205231621),(263,'bc61aa17303ec8e822efaaf00a0f92e1',1205231626),(263,'ea3d5d92cf6cbd13b7a752a4055ec987',1205231632),(263,'0524e742e7ceef6c41d336e17efef737',1205231637),(357,'35cdbd582651a15a58b82c206354a00f',1205231643),(380,'2b43a47d51d7f7b7b3193daba42eac40',1205231678),(357,'2dbdf9180a01c85eca91addae4a3035c',1205231808),(357,'cdbb22a3ebecfb4eaae3bcdf2775d327',1205231875),(357,'21ae2408ccb4aa80cfad629b7ae464e7',1205231901),(328,'df5513fdd4be63700fcfff9593886392',1205232011),(20,'2e74fd634fc7c119c9d1cc11468d9d70',1204780278),(104,'578a9702c931cbed7af104f88d2cfe5c',1205236067),(20,'304059f561a42b52f48c2c0b6e69e29d',1204779726),(459,'9a8a5194ac9893f046159b8dc5a5592d',1204782791),(453,'3d72c3ab871d9135bdfbd9ce7bc3e696',1204782797),(223,'55ccc746bc36cd220f98814ad41af64f',1205235280),(207,'3035b81b91399fd837e31b2d826b4b87',1205235685),(364,'dd0d2ddf1acf22a9041f16b1aa87456a',1205235765),(44,'b641e8e9795458d85e1b813ae31c01ed',1205235816),(295,'c1deb83fd689eb3b10def55af7fea945',1205235874),(37,'eb1144ff6b95f6cce02c9a628cf3499a',1205235052),(322,'e31ed63a132d7e10010659952041c871',1205233743),(163,'b2c0bb27e853267e4745dbbf81610e0d',1205233329),(357,'49016b2c46617cc91dc844dbbbda5c57',1205233360),(395,'bea0958e09b4f46e793bb068c55da234',1205233579),(384,'d354b26d59f6b495e9fab6e62ec8c6d6',1205233641),(413,'25d0246a91cd74008d73a128675e1373',1205233145),(315,'232c5190dc1a341bab96bbe52b15fe4b',1205233125),(402,'35149e940429e41019040c97752e1295',1205233006),(456,'678b046176d6ba76ecfd93f4ffeeffb2',1205232971),(152,'0bb12f30749ec1254485984a15bf8bbf',1204791508),(388,'69bc6500c7da0d962ae119262c5cc27e',1205232387),(388,'02d661a0d4bc1efa5ebb70108d089d1a',1205232809),(288,'7f0748226c309c90b968a49d1a9e27ef',1204778385),(24,'1c662f4287986b862ea6defeef4efd97',1205236082),(24,'f5104de6e81c08a3eb41779387c05ac3',1205236083),(24,'abac98f196664b361767c91e2100eb9f',1205236084),(371,'43891062bc4b100d8e536ac99c68349b',1205231406),(37,'7d9fb14163ddf227d6e41b3cb86054e8',1205230672),(407,'47da2be1af2f03f55f56fd34933d9177',1205230708),(326,'6100ebdd12ae29fe1dc29c368bcab0e3',1205230728),(412,'2b733536c1801e9dc1cf6ee016ea3938',1205230826),(136,'2f15c4606cc5a679df00d4ea0f9f107f',1205230989),(108,'6d16614ac4bcaff93283033977064ced',1205230994),(364,'ff81be382e8ffcc3b1bc7b4854c68dae',1205231164),(427,'8d0812dd996f2d25fc71f19bb0ae8ed0',1205231175),(83,'c838e9924d26029068ff7e17c9aae835',1205212042),(91,'e072f4509ec43f2af995cb0c67ee94ba',1205211833),(252,'5ea2ad8e069c29518d89822226e3202e',1205211534),(357,'b4ea7629ca76df71574945d108a08ab1',1205211428),(137,'50185f8aaf78ddb0f90f9756347bb4dc',1205211423),(65,'efbd9e3127d703c54a2fdfac2bbc0e17',1205211360),(170,'9ea0d3bf62e0974c459d40d4bb224fa7',1205211161),(38,'3b6ae7363caf37eea8375f5c879f2c5f',1205209977),(455,'9f85294f3b255bcef72c109f2f63ace6',1205209408),(186,'fa05a725b5e3fd6c603d97100cd0896b',1205209755),(18,'340a2dd186a9711beae4b1e3c07cdc3e',1205209232),(430,'1b9e1ff2e2dac4f3b2d9a750b9874e39',1205209017),(88,'fcef914a1fa87a31468f3ec1d271b877',1205208903),(128,'7e783d8af339f84a11b6e1d13e3959fd',1205206609),(27,'2c3514075c57200791c93e01606087ae',1205206913),(95,'a23470c54cd7a1b1478ae8c3562f0e1f',1205207031),(172,'e34be71afbe17a7b1b3903e9f41b20f2',1205207168),(62,'dc6a215f157686d53e1196a7d4a5886f',1205207344),(355,'91e0ce5778c383e3889aa7483a406dd1',1205207540),(228,'35c18a3f1cf7ce0c13d05ba84ee86114',1205207591),(377,'646788584f2bd3a079c1cc0aef46af1d',1205207616),(422,'1981e415d97c296dc0f3d3e72b84bb40',1205207727),(160,'46910a9d0db48a29a85a256d6f75bbba',1205207962),(50,'bf028e7eecca8ada32cd30b1717ae7ff',1205208113),(401,'e5a6477190e3f894687fd26478ca190a',1205208165),(156,'503a97c76e1826a9b6d765f3b59f2614',1205208316),(18,'f851daa4fca8eba0c15d7a907119f21b',1205208876),(341,'c1bb3ccc0d84c669c6d8de55339e8611',1205206300),(19,'0c756a8d901b8997614a75b8c73005ac',1205205972),(135,'ff20233856afb91b31d1b12e1fe3a7c0',1205203152),(333,'63f5d4ec43407f03c882798f2a173f6f',1205203432),(386,'0dab0ba5d219e70e610c40a975c3d54e',1205203547),(367,'41bc8f8f736967ee5282a0e81b89477d',1205203096),(376,'1eda09116d53b00d28fc2f6045b5a7fa',1205203037),(448,'7bd188d565a12eaf77a1c4f0143b049a',1205202960),(254,'1cf7a6d1361ee1eac203ac5365e7bf43',1205199944),(280,'b6edc9655325c3c9132d542add34177d',1205200100),(100,'f6c15ce9437b2af36d7f4b2a3028422f',1205202035),(225,'f4735cd15b50fba421d433c2bd076641',1205199547),(67,'e6a3f9e612e5b67ab2cfecf0a89bcd1c',1205199518),(182,'41cbcd745bdc5aca069cc53e238e5498',1205199276),(83,'b97383f7ed4de6beb302f245c7128cc4',1205198947),(248,'7cd21a05ca81e40db24d4d1435b7c746',1205196842),(285,'a074a01bd78a876b4b5fa93b3e94d590',1205196505),(388,'f69fb3f903de08f7d305c357ab25a475',1205196435),(361,'cd66fbce67ed9f1090415c04677b2e6b',1205196325),(90,'3351ddadd911729dfc953dfc4d2adfa2',1205196253),(429,'97e12b07e2acc605cf2d04a9b4422877',1205196174),(93,'72156948574be1b9aa720b634b457989',1205195018),(108,'73ad5bae826f8fa0ea97dcfd672f8684',1205179765),(239,'47a43ddb8b6d867e529924109ea681a1',1205181857),(278,'815006e27f5b3ab23b934a9008a1d78a',1205184638),(47,'39bdb57c26679210c15bd62a3b489e68',1205184823),(37,'7af928102c67d25a720a7be41193c44f',1205184946),(407,'7198924cd468c55c86bc6e4c08304ee3',1205185232),(453,'232b5c39f54ab6efe224d35c34d88ad3',1205185305),(426,'a56d3dd8a2b5a311cb32ecdad06fb8f4',1205185574),(303,'e727422856ae9d1126252a534d9acb27',1205185937),(112,'24a4d2ae0190c8e38e462d4ff2ab7fd9',1205186010),(278,'1923bd628ae129b6a00b5b5b48cdce8a',1205186046),(411,'a673bb697dbf2b6d55f3f4789055d7a4',1205186181),(373,'bce8663f37227523c98a0c7ea06af51f',1205187206),(392,'49564203fbd074c4eb9e08da53705baf',1205188274),(295,'6bdf086ecab2941cc04beca17c8e4298',1205188333),(388,'093f6d4402b417293e855d9cf170bac2',1205188438),(28,'7c9017c7b44aa7d9db700a8223aaeee3',1205188618),(290,'bec471aa749f8151067cf4c581eb87e0',1205188646),(138,'a7a64058780ac592a11cfef5b81087be',1205188949),(315,'5242b0fc5c387b8a486d1a766ef11af4',1205189161),(18,'5818d337bdcff415c255f7d9112ff1fd',1205189604),(279,'c237f94d29cc7d9ea88c88335a31bfb8',1205190019),(394,'a5c202e820010b6a5aa77ce15832157b',1205190225),(280,'5539aee4f391bf8124fd0179d8262f5f',1205190327),(52,'95641c2c489ac8a5360eb32c13a0df96',1205193640),(105,'3737decce232f2ccaca79c8c548998b3',1205194332),(248,'b9f545332d253fe5faa1e7a6c17f0432',1205194585),(18,'73eeac663ce5559a332ba5b571e08b0a',1205194693),(448,'edcf76bdfbd7f594e4d355c1391f7b83',1205194869),(105,'bc98b3303ed0d3d8de4b64243eeb2fed',1205194880),(159,'d0838d70a3cd7bff99d1a5adc5fcf629',1204740518),(183,'ef3b2217819fd93215b4ef6871e39b82',1204738617),(356,'12a93cf572ae8a0b986c76d06d62baef',1204738020),(107,'d55e2be787c5bf3e3491f4bc1861adcd',1204738305),(231,'2ce50ecdc171d691a05f8aa6c1e2c686',1204737883),(353,'88159fe567d23b77716db5c5caeb4cd6',1204734621),(263,'654d378fce41c1e6359d7be18048336d',1204734578),(329,'afe259a5f46cd071a8a530bf15420855',1204734581),(410,'103c14db5b49455562198e783b8fd4fa',1204734585),(256,'b5b3e17e84c6ce5e2dafd55fa6465b58',1204734588),(391,'aac1c9a3a0fea213c782b80a09b1e5d9',1204734603),(259,'20d4c0b815c86d354321c982564e0e97',1204734606),(260,'30c2cff2164f9be4e3b16cfea708a282',1204734614),(152,'461ef20fa1fd53695e3c51b8be2b811b',1204247639),(152,'01e29bc460de55c8460dbbac48a3db7f',1204247617),(253,'a2835b424ede68da4e0f85f925c5c6ec',1204247614),(253,'754ce5dc9b7d0c6e1fd23b271d98115e',1204245202),(152,'8bb6079886896a7cf6c1722cf27c03d6',1204245173),(459,'ba0858a7a64fb557b182b9c94c99f8a4',1204244751),(211,'a23efccfa71c830a5d820d06c426b734',1204244353),(453,'050e26d28c97a0c0d2e2d4cdc504d8a1',1204244332),(230,'08ae9e387999eb04beb68982fdae07bf',1204242632),(292,'d821526de858a592cc1151e1f42f2fdd',1204238054),(23,'0dff827830cd1185deddd2e2ef6be66a',1204235004),(253,'358641c8a21f26bafa6efd7561a6ff9a',1204232416),(167,'490cc4721cf323a5e0a486aab48bb171',1204226533),(421,'ea8c032b97da4daa6950ff11aea3efc0',1205546699),(205,'9e6eed67eb6a2f79be3bf14a55e12768',1205546061),(335,'62448eb4cb1f57cdcecc5e0d29e4be27',1205546032),(89,'493307d7472cb4b15c0c274de4819e3d',1205545331),(312,'f149fbff5da23f018c1cfa2c7d1aec40',1205545310),(177,'9f9b556d8e6f7b2a859e7f71a9ba56a8',1205545139),(419,'b0413b690603ba8cdc40e51fbe884f77',1204482044),(226,'e5915630cc00d561e52945442b1a5f0f',1204330917),(170,'b03ea6f15f472449e6d9a8dcb21d3f51',1204321516),(255,'02b5d7904eeed0b925ca877ea836301c',1204321687),(337,'c6fe72b8577fdf8286a7ddafbf7d229b',1204330077),(254,'17947f45bec9123adc4f31d66a81bb3b',1204480431),(177,'ec1b5391c854c995cb0ca16136266ea2',1204474360),(217,'b8a549648e0a86b068a2bcbb3f64419c',1204462681),(181,'ef1d096f3c45ff5a48fba9547f27d942',1204330844),(437,'4640993698cca68f05d7916c3cfef460',1204330564),(248,'754f499a6202f4be735fcd32f7492686',1204349263),(248,'1c4ee8480b8d4c6c20f566e46417bb8c',1204349178),(35,'306790507018183f914280b352bd14e9',1204472937),(456,'4fa315d447a170946c1b63d1b6191e53',1204471593),(114,'ddc41591a8f2771a48da7fa3954937db',1204428543),(87,'8320e23508b2bdd61560acc1e8738f6e',1204428424),(429,'bad6e231f8e327d174e26892e605a650',1205179068),(372,'b9a29d007cf7b1ecf4296bacdbaae0ce',1205179039),(237,'b0b4a85add4be14ecd563d7102431fff',1205178344),(28,'6bbd561d0d182bde1d9b0e583be15644',1205178163),(133,'21f5e03816a0b62210e771d4ebbd63ba',1205177734),(91,'8463633d6f421c0d4dff0eefc2d45dbc',1205177669),(35,'48e72625760c79457a3141d823f5cb96',1205177658),(387,'965fd2ed786c5cb338cbc34aafbe6521',1205177480),(45,'89e29b9f055e39cdedd40eec7755f40f',1205177424),(52,'8234c31f974c064fc6049b9de3a399ea',1205177406),(38,'daae76f43e549040db611886e8833397',1205174248),(14,'31872ade0a438b22a076284bb7fe4921',1205174198),(420,'b541a3f34fe4f8b300f7c29451a1c813',1205174198),(25,'551e7294be5f39932194cc9692a05b47',1205172528),(106,'22b729160d9cca38572a4226794dd268',1205172042),(168,'6b70ff566c6df9777174624b5e541557',1205171983),(452,'ff4d2000add1a5c2659059ffdb752e72',1205171704),(400,'201747d80ae74f13b897315696e44020',1205170538),(240,'b930cce838fd8a4c9af3ba5f24dd3056',1205169871),(240,'f895a6e70ce9fd8b273aff3ca12adc12',1205169670),(435,'bf589ef38fbeff456f1944ffbd2f5ef1',1205169636),(30,'b4a331b11274abdbcad21e1e5593dd92',1205169361),(88,'313738ab5d6977f5bc88c9f902678d7d',1205157369),(302,'d3cd6adc4c22a9340af9e6574d030122',1205157392),(152,'b4e286cdf7f700d13d398ea7b010228b',1205158043),(80,'91299be1a2b664964611f50750ce80df',1205158117),(447,'8df1ce440b83a6898bacc2ef6d722eb5',1205158146),(42,'5861571e89862c54657d7f18b33f03f3',1205158384),(374,'23ca3a651239654636514ce7cc096534',1205158408),(367,'137b3f10278d20ba35d50c29e5187a07',1205158629),(33,'ed4d10d43c4d2b2541c5a7fbd3adb6cd',1205161419),(89,'d40b14b534b545f447d938cb6725b7fa',1205161958),(365,'5363ffdcb89e91e5c77f18b4a16e1c3d',1205162212),(254,'a623b57e3dcf7697095493e24d5e50e5',1205162628),(452,'4ff6e74012150380e986c04bbc6844e7',1205162944),(459,'687ae3674d33ae2565f5367e006bc793',1205163190),(439,'c809f1748dd9bab7d79cf21e0a5ba9ce',1205163239),(404,'93d945e2f38820a7569b945bd43e1d45',1205163255),(20,'a4a6516791dc53da0d6d4ff66b5c4dfc',1205163533),(114,'5df1a5bbe96ea03a5392bc56665112f5',1205163550),(348,'eade6fc90df3ec786a3ebba37d1ac01d',1205164519),(49,'e4e8746dd7b83d8b5bcccaa661b782d9',1205164580),(410,'df2a7c60cc8c4bf7d3d3892d96de94ad',1205164695),(278,'b2095a361f2edc6e13adb9760de90c61',1205164823),(320,'39968635ba472069c6ef0c7d7582b800',1205166844),(457,'f9bd53fbebfdf323744d1a0016a05b32',1205167387),(14,'ef68ea936fceb8c15f6ac658f5e79d13',1205168049),(174,'bdec15ebec5917650e39b81938f32fa0',1205168377),(54,'abf6f0af1c2f99dd2932c979f39c9579',1205168662),(409,'099ef1abbb7886d022413a02b8d133ff',1205168782),(109,'62967be458662409e0f2896379618c98',1205168856),(255,'6f8585c8ece4283b2ffbfbfae29f4c09',1204324131),(337,'be7b14b7e0d9e8a60bdb13005f082dd0',1205224584),(354,'c3376c8edee6f1e41497c8f35b7ed1d4',1205224516),(234,'e3c5b6fc05b0c625b83488c52c4fd7b7',1205224345),(93,'735e836ec23dde9e968b047f797fbee9',1205224191),(460,'b5a53de71f2cb2bfeee4840069279c37',1205223577),(116,'6b355de6215c9d181b8045e404e22d5f',1205222498),(169,'c106fdd566b1f8d797c4db121a7337c5',1205223265),(152,'f777cc368a6b799935c25d55b17fc47c',1204803378),(318,'5236de04c73aa5cdf3c466719755a606',1205224671),(56,'ce4b8e0971c135064376c53a226c5776',1205225652),(324,'39470f852dfb5d9c81f787593c2c47e2',1205225700),(24,'8673f24414430ad7b5914337f7774cd5',1205226204),(18,'6e1e70a2c904a0aa4a821c3dad842cef',1205226208),(18,'a058a562c6d48f61693f74bc72212ee9',1205226293),(24,'0f948475dff5049db8667a72e30c80a3',1205226296),(24,'e53cafc38a3dfa9a009a61090e0a33ee',1205226297),(45,'049a57f49298516fbc015f39b0342524',1205226404),(399,'9e865b43d2b748ca4b0fc752b4a6347b',1205226450),(40,'3b0e4c7722272051f7a67dd0a313e07d',1205226513),(18,'9624dfd131349a507dab8ea1169c24dd',1205226612),(18,'0f5cc4a9418bf109e589dd2320b26f81',1205226657),(65,'5444e4a479c7bd6afa503501103dafd2',1205226694),(102,'1fb88812460f509781ec5d86068d771b',1205226757),(14,'c59da9432ae078308d09c88f02755d2e',1205226911),(399,'d1507df235b9b967c7ba8900756cca97',1205226950),(217,'07224345f8225e076127092433a34486',1205227227),(277,'70a60837400bdf908acb82ed43d95d69',1205227345),(295,'06f3475c1abb8c8e7a44a01f3c4b117b',1204767912),(20,'c39583a48bdce771f8f42a1186b26ac1',1204770566),(155,'9e0d3a3c504485ae667a128c551b318c',1205236173),(341,'20301db684a40501d4dea7974e4ab50a',1205236277),(24,'88fde9ed9489129d2ef6fd3510f462b1',1205236284),(369,'7345fba94607fcceefa9ddb293308319',1204764239),(24,'ee9c13661f5aca16639a5e22f56dd521',1205236285),(315,'c6a34c1b855e2df82f714005634a4575',1205236366),(265,'2c045bac3c1795b4c049464542a946db',1205236981),(335,'3990f7b9eec58346b31e15538fcfdd3c',1205237067),(54,'cc5774dc808859e694ce747583b74b75',1205237418),(353,'09d752d8c35bcbfedc664539d3861495',1205237647),(316,'587a7c95d8f063397520f490d48dd449',1205238382),(35,'20f500211ba17adf2bdfe2d88045787c',1205238447),(304,'75f504072d552f4c673005e7dafb3166',1205238571),(226,'ba9557af5b185c07d71ae6c28968648e',1204324093),(400,'19ba745486bdec2c1f02807524b72179',1205287135),(323,'f4c8ff6882e8764515bd3c4d94d23e64',1205287119),(117,'7104f9450e2041c7a1d28d1210ad1a12',1205280345),(271,'9b4979214216c990241218f648bd570d',1205283692),(358,'ba294765cf0d6f2fa4fd5b5e6bf21530',1205284076),(415,'55ce23df2a27b33b60cd52c4a8d5f6e5',1205284528),(75,'796e61b40be8ecb190fba45a5fe06f9a',1205285082),(236,'af6973af9e20798c2917740dd93d7bda',1205285452),(442,'6fe0a395428e777ba9da7e69ddeeaa23',1205285503),(248,'ba3d2620ea3a4d37c7a9073f18d53846',1205286685),(104,'39836ba3294f25a9a414db495ac6f34e',1205286783),(97,'923de7b1dd5c4bca411fb4dbbfa4076e',1205286888),(400,'49e3499536c9da79335260a96ddbb39e',1205287099),(323,'6c88d7769e218dc5b46a6e23275b125c',1205287103),(323,'08882cb704144f3caebd2398345bd572',1205287106),(400,'4955af1f91d7841cbcfa92a6f1f25570',1205287109),(400,'62490b1f169603e0e62d059088bd5def',1205287111),(18,'bdea8f1d0cf68fe10a7089871e982042',1204652848),(313,'5cf399d485902bd8a24bbb0ef88b0e91',1204651597),(182,'84292093470ea599ac61d713fce62dd5',1204651952),(313,'744a9c457b61d83c2642d94bf12fed35',1204651923),(453,'2988ae93ef2d89faeedec6da7d591a4f',1204651275),(316,'9e2f9bcc48133263cb563accd91fa61c',1204651271),(254,'555486901be5cbc47bed514b21e52ebe',1204651268),(460,'df04f3b489402ad42b95fc481633ff13',1204650475),(460,'759e3a54317787f05daad35e620290af',1204650552),(460,'c166ac73b06820d2e36a97da210c25f3',1204650566),(312,'31aa5f25bb6b2abc3e0f588309208bbf',1204650575),(457,'cd5ee30c221f9eedfa39b95b9e387091',1204650600),(355,'74c21baac9c5249064aabf6cd9698b3c',1204650609),(450,'ede9bd476e046d457537d60c44622cb4',1204650629),(395,'b2ecbae0973b4d7cc57fa90a36b950c2',1204650641),(108,'09d91e828a0a4caf9af20547e9b0fdc0',1204650665),(254,'52c5faa91af404086f6a3d5978fc2451',1204650692),(459,'9521ef923c328700e811b6be48340ebf',1204650713),(312,'abe323f96cfb4dbc009c7834e5401114',1204650717),(303,'8e314ad78ebae0882d3cfc344a97dec0',1204650720),(307,'7d8c2446e43ce1a2941cbe787f01bc83',1204650724),(13,'d2fd20aa5968b14f8d6bed30918faeb0',1204650727),(303,'d621c6791d0705bf73934661073a1bff',1204650737),(395,'73122d0621ff6a3962d34a999478c489',1204650742),(454,'e2edbd09a4e18f7dc1af2ede888333f5',1204650745),(452,'d7a45c0acfff55baf7363f1266d80c51',1204650749),(309,'17e319aa623e0d6fdbc746c01f6fc66a',1204650758),(450,'2010b62fb0a630361f0b4b1af9816e20',1204650762),(455,'9684b2c8af902b677fed1a7ee8dd7108',1204650789),(108,'4a2be76b784cb1764ed92d225015edef',1204650799),(303,'eba5b439080cb3a2a2ae0d118c4b898b',1204650811),(306,'9e401bb99a25e754aa61a5bd04f37861',1204650821),(450,'b67a26122ab596afc6665088e7fa52d3',1204650825),(457,'2b8068d6386a8b9bb58ac5847f8f051a',1204650829),(301,'dec798e050ff3fc9ebdebde1f2325eb6',1204650834),(459,'c882199f6e80c587f92019ada408c22c',1204650839),(403,'160226eb0ee07baa4cb60876fa7e0866',1204650854),(453,'87e20c98b8a4f44014422cec13023ccb',1204650864),(306,'e9832380d3d2c3b837bfe3db5af4ef69',1204650867),(309,'ea774405e91e99ebd6502a5e5b00215d',1204651007),(309,'cd1be7fe44b728503cfdc23093649f7d',1204651011),(395,'e06dfb679025130abe10e1635c97dc94',1204651018),(355,'a14f5892137d5ffeacda4760d363eab9',1204651022),(403,'1a8712f38fcb223805b772c24f855c3a',1204651026),(454,'e28f77a575f1f42da4dfb49749a37776',1204651037),(307,'5a323eec7bfeebade83ca6ac9dd38b7a',1204651041),(271,'1f0364c78618d6793d2c65b28ba10d19',1204651053),(307,'dc589e419ab08bb9e1b5290f30708fe1',1204651057),(403,'4876a1b3317634b39a123f52bf2cc187',1204651060),(375,'543829f873743cc5868ab6f598f8cc25',1204651079),(459,'944314c620eea3c98ba9816194663f65',1204651092),(316,'853d5eca1361e1553e493c96913cc990',1204651100),(453,'2953e3ee3978ec7abf0b31d28ced04e5',1204651164),(316,'d18b495162c78ae748c52920f559de6d',1204651177),(312,'195ffb1eb3aecb571ae637c5a0229545',1204651207),(355,'113b08aa56717da6225cc7f3c015bc66',1204651216),(375,'a295a04c3b255a7a25e55e74d96dac8c',1204651226),(271,'e9f382c9b389d17e78a7b7befdb37c17',1204651230),(13,'4d69c42548e51be7f80fdcd122aa6a5f',1204651239),(452,'c6f42f7106878ad83c385d570fadcc0e',1204651243),(108,'13992f21e9eb2028652367fdeefdfadf',1204651246),(452,'71f5127385d34517ac8d926fa89c5900',1204651254),(301,'34b23d103b758c96ed22163d9d1d0831',1204651264),(215,'20d9b147dbd7f33787afd93090813e00',1204621795),(37,'a86bb0ba79c0dc4cae33c67ca393c571',1205362526),(460,'e59591a31c1f1df46d53c5b9fe6fd480',1205362542),(356,'44ea804e052eb4af3353cabbc418884a',1204620287),(151,'2dc2d58202519b1afa97e792f2e4e74f',1204620289),(436,'b2b8d33d6777f7f5e782d315ddc3272b',1205365439),(342,'7b29e67594cea92e9d3c952e3eb855c9',1205365561),(342,'960f7d55cd0967a63ccca9a4c0bfc279',1205365777),(274,'ca44638aae6e39991c97628e759f8005',1205365953),(284,'5047dcee1012af054ef6c831e6db72c1',1205366014),(4,'6a927e00f628d8a62809d285191377ca',1205366621),(337,'4e7d11082c4f06be81c0c1ffe4c6913d',1205366755),(68,'b0c48a8e5912fdc03fd192fdc7591586',1205366770),(336,'11975761806461a2ab77c6b1f6a08230',1205366919),(137,'53bbdcfc4a61f1ce8c57d55031779c57',1205367097),(346,'bf7349fb905b74033a5460e9f95f88ed',1205367223),(260,'96d8de250bc08ef20f789c087cf0344d',1205367284),(313,'af5985af106f53a42e57563091bcbdd3',1205367621),(323,'e27e05594fb5795c9dcbdc1cf5786743',1205367738),(360,'c24ba0783ffb45b0db9402196724ee8e',1205368031),(243,'5ebf33f7e0b017388e3c8c4596553e31',1205368470),(439,'4f909e98ada5d27439d8c52dd52b035e',1205369161),(71,'7731cb452718c7cc856d5579ac4bfc3d',1205369230),(414,'b8786355b96a9de7e8de8ed9dbac1cf0',1205369872),(93,'08ce35ee8af7a23751f3f8bdbf0704b8',1205369967),(451,'540e54543389997293397d3190a2f44f',1205370521),(290,'4d5787f1b7de51258b666a2796e22e93',1205370680),(352,'a3c0c7461a5dba9700e01c44bb9bb72b',1205370826),(279,'d97d05a68bd469bf33024b80c0ca95d3',1205370829),(319,'8edb0b2756c69596d5fca8cc460be07d',1205370903),(81,'6bcdf80d7dc286bb7bfe9c65dfe9429f',1205370929),(50,'1274244221a4376c11d2e3920b6356fa',1205371162),(39,'fdad4a56e7885003b113f0d4f2af57c0',1205371182),(126,'35a58cd8c4f27c05a055d8a2cc3dee1c',1205371655),(402,'ec5062e18a4ecc856f671c15afd1156e',1205372744),(373,'edceef933a22a73322d48c72e3ad0c48',1205372919),(402,'c83e7a84aee5eee994dfa387ca41406a',1205373755),(48,'d2dcf386a7c6e5d52baeaeb79ab9b37e',1205374188),(273,'4a6bee903a6453ffd429d9b25b497923',1205374283),(135,'597706ae8094e4855721d6a02f607de8',1205374330),(247,'60e57c4e060a4a3941dd41cbcd69532c',1205374461),(446,'05ad0c90218870d4673c56463908ea14',1205375143),(336,'8309570df01ade1d45c8be0b3b338caf',1205375223),(221,'22a55098ab1aab6ced24b8aa77781676',1205375577),(227,'6f721f5ca0212f7c7ea5f544f19113aa',1205375848),(354,'0ca2fa33d6cc36ae775e078ebffbf1ab',1205376696),(90,'b11c920da1663450769fed250aa535fd',1205376829),(38,'6b9c1a0ef64637555212de070c14fb60',1205376932),(460,'b6cab047435ec52053f16feadddc0ad6',1205377018),(223,'1bc7bc2befc24dbc81aaf42d1bd4b88c',1205377810),(444,'5108d7d87cabd530bf7d9e2a7fb544d5',1205377817),(207,'16fb8247b2769bdaa3ce059e3821ea0f',1205378058),(393,'b38c5971f53dc2f3f5ef119965d33ffc',1205378215),(321,'afaea140fafd45b4adf6d38e51eb2840',1205378244),(391,'c5d12a6df51460432bf7f5a5bc6b517d',1205378277),(371,'2d446c2966e51d565297f3f325d15c44',1205378545),(426,'5425e8822a6998b1f8bdc5c7989b13b2',1205827828),(311,'483b83c497d307ebacf8fe32f6d5618f',1205827594),(41,'680ae0ddcfdb97fff756d05b5020af7e',1205795134),(108,'d50147b86d6fe302f4774b3987ad8fdb',1205804948),(380,'e40cb42e5cb4811ff7711c13c8647b23',1205812094),(20,'d7436e3efbc508b4c117828aa4ead6c7',1205826825),(261,'b589cb8594687a8d67da0c810b2f1453',1205826303),(43,'88353f71fe2d67f8399d487bf6f927d4',1205752437),(41,'abf686c406750a5ea783820a668bdb19',1205735573),(38,'d2cb996749233f28986f92ce7f41b6b4',1205738237),(38,'cf8e37bc7571a1a0ffea4f519c40d3ed',1205739005),(49,'685c62e84ce2c9992c4f6130b99e7907',1204326630),(252,'1f32f84c201b6bbf2f80729986643581',1204326762),(49,'c30912822526299d9126dc62742dc4b3',1204330954),(181,'9520f6bff83f3e1456545604f19f401d',1204330966),(177,'3c52dbff8810d25cfaaa98eb2cfd7ebe',1204331099),(389,'062afa154598508266e53997cd0ffd0c',1205731052),(28,'3c7482d25a6d9728f1c404974ebdaa22',1205730988),(357,'acae71f73da243b569c4dc082d6b2929',1205729381),(261,'4ff7d0516d5e862bb8eb871f6304aeb5',1205718012),(108,'d8369947feada35de4063a3fe6ba6b70',1205718161),(20,'0617d4be534c200cf65fcd4eee65277e',1205718512),(121,'b581fbfa25456e865c42bbf4c05b46a6',1205694554),(333,'c020686023abe140ede5735550d5798d',1205689444),(133,'158a392b73c03ca0de57889166406dd5',1205682880),(359,'e88f8402cf4f8e7b93646ac8c03007be',1205677066),(329,'ff3504b9f52b2b2a9c943c7ff8ce94a9',1205677893),(336,'0d79faabbae66433d7cd175fc8c53cae',1205678411),(286,'50e156fdf28c278c9b06b76e6519072c',1205679918),(356,'2ed6445edb46b2874898aab906d15284',1205680236),(395,'6488d375c5d47fbe60fbcf3faca6ad02',1205665291),(174,'075d940858fc31c36eaad6cb56cf424f',1205676524),(393,'9c253eaec746876d3760f78d1e398eec',1205676506),(261,'9d8a362f4e77887722755f9732a28413',1205670109),(446,'2de43129518c8a8c7b4d86babb914532',1205675552),(27,'0e58ececad36c54a86fd3e2e97c44822',1205661421),(426,'47c836726ce315aeaa82be571a2bd450',1205671539),(414,'293efab180a054307742b76d659af010',1205675438),(131,'b3923424a11be1f5774c62a338a8fb10',1205694386),(374,'24c89eb20e93f9a42b3084f6a9caa6f3',1205697487),(20,'20155efa7ff7d9d35419a525e46fee3d',1205699259),(399,'9f793a357ecb425672fd85c748bc693c',1205607440),(26,'f251c6da7cd665141a1976a0131466c9',1205604907),(382,'5a7439634a7c026805bf973e66c2c6a5',1205603842),(81,'301487ae59933c0ea55144bc6d6f039b',1205595539),(131,'042eab1bd23a2b5f18fd295f254a9d59',1205587837),(403,'124dd0ec91990f9f721fd70c200a01d3',1205575583),(383,'faf7aa2029607583ef3d410857485648',1205253130),(429,'bc54f8598e1d209a6a9a133602b541c2',1205251733),(120,'b2f1b6f8220781e94d509883f42147c8',1205224045),(407,'1398067fed27557f181bac75b82c7b65',1205223779),(19,'9435392a6d1cdd44d1c927c824877102',1205248994),(41,'fbee9bec9f8fa7f12656065d96812038',1205250504),(375,'1c1d8088568c1d2b3163c4459d334da7',1205218057),(46,'047d7dd4024002d3f46a3c8d8e06f33a',1205254685),(429,'3922001a86b169c1ca939adc0751a4db',1205256694),(217,'6be4d4d5249c1231b22a0eba0e04e281',1205261525),(278,'ab0f29955daeed9a5f2d6af4f11fa916',1205266177),(361,'b664bfedcb87198f4af45733ecfed1ff',1205270375),(400,'8885f1d2aeeb7b8f325e8c567f7286a8',1205270765),(168,'4b4553608efa577e3561ef70a2d1738e',1205211749),(444,'9d90e2c6271ec92f387a36aec7ea04fb',1205212397),(312,'5e68b749deb27b8707d5189fe6e1b766',1205276038),(172,'afdd6e0531c0d5c5c8177e286eea345a',1205277044),(426,'21181caf17619bb349d46a09c23f59d1',1205207851),(299,'bd612e0c295847ce10ea53c5ca52473b',1205205965),(105,'aedb5787a8d1e92ade0c7cc2d723e6ff',1205204416),(398,'2dd471ef58c5b20ce3f840bb1f2bd830',1205204432),(130,'5e2226d3770637396f7e3caec8ad6465',1205201777),(442,'a2f415beb7f1cabceb8762362d587eac',1205197959),(411,'2e6ba86b8ee683f0a0181ae1d195bbf7',1205195864),(392,'2992084a9676eb351a883091bb65b17a',1205194546),(247,'448a2657aa18227cdaa857f232ad0479',1205187841),(398,'207e08c7631e968c432dd36f7e61f95a',1205186980),(357,'1ab30acc082b3a8825e059f7772db1e2',1205184386),(132,'1ca5f1f9e33a69ca96f5befb8b8e6dc6',1206182917),(150,'fe9c3fa27e7323665a3cf96fc5833e09',1205503725),(408,'d886d936891045fdf79ae76d7841c63c',1205503692),(242,'fa1d8eca80dbbff80f22b4d67b2b9f6f',1205503666),(388,'cac9b718f6a52e58f70298b0d54eb815',1205502697),(212,'4c47376ef05639eb276e9e7cfa6f602a',1205502392),(97,'de0c2fc7d98e2244a2ced1f229f3d2b6',1205502125),(283,'0ade2ecb365c8c70427616714ecb46d1',1205501725),(267,'b4c6f2042d93c4427130e4bb76a4d04b',1205501563),(169,'46d2d07849787b624007acae3337e8c5',1205500976),(152,'4746981c38565d0c71600aa3f39e806a',1205500899),(253,'0dc870c45c820b0f3df52f40312bf69e',1205500885),(94,'1bd61ceb86f2c3142714b67295488c79',1205500877),(253,'ef5d6edbba58e781c308efd2dd6e8a4a',1205500877),(253,'21b30ba98779b40a91c0381bd3684a62',1205500484),(238,'0cd2d3dcd9fafbd3badf462ba7bc64d6',1205500391),(401,'c3b6ec0dfb92abd9f5726be37674a57a',1205500231),(314,'b8fdd5483bfd417132989eb7edd6c515',1205499973),(79,'e087842b3af8388854dcf35dcd130fa1',1205499946),(352,'92aef7a017d3b8cd04c89654b9c2b4b7',1205499684),(152,'2ba4602428533467515565f6496740a7',1205499588),(352,'89f584ce9c063ff8bcae64cf07e41299',1205499440),(176,'009cba1ad5d203a104e162fa4495d7cc',1205499357),(255,'42ca862c6a9ed59adcecb70488c26d11',1206183076),(132,'878a12b205a9c9b5919767a7dd1ffff0',1206182925),(152,'0d5ff36b33e7812e60a40d23299bdeca',1205499137),(314,'ff264692aeb15ea189df2f8dc9c43a24',1205499135),(153,'2f1328cc98be893758b9d6b22baa88ea',1206182785),(314,'e458b3edcdb93b978533d3c2f8b2f9ad',1205499000),(263,'e6ecd7f4cecad78e29b8006ea7071158',1204536866),(357,'f49dcf1abb5dc06ef7af5fc02655dd75',1204536868),(330,'7fe3ca296198a331bf639a6f1f40762d',1206147060),(263,'e3eb008ffb55ae53d3a8172927f9aac1',1204536873),(357,'141b08d0ed2d1507e01ef57f724e25e5',1204536684),(263,'8bf8e33d4bde03b0c1aeea3c3ecead93',1204536494),(357,'db889b6bbedc0a2a16f526cbf5ebe956',1204536456),(33,'844c5f32ae98d95b8e151c01fb769a64',1204535433),(357,'3134d9e0741bba0fd0c588306d1e2ec6',1204534644),(108,'cce68ef16ee1cb5c30a7d92ebe633469',1204534391),(238,'64ff57fd57db29b931635384db7e2944',1205503827),(75,'2237f1b98c08b5dacf6b1fa53136e014',1206151664),(235,'626925697641bf6526fe5b88d2cf67d6',1205504629),(23,'66edf73f3b0630b0a4241599e11efed6',1205504358),(460,'1d997f4fd20c25aceeee3f05366c5b28',1204534334),(391,'a29f72121980f6b6085466b22ee3a27a',1206159028),(33,'534b35f527fa57d3252b4a63cd682da4',1204533717),(426,'515deb95c27702f1126dab205e4e702f',1206157249),(222,'041e007fcadd4d4f05636911b7bb412d',1205504835),(276,'90af74949d4a9c08c4fb4bb5e67b6998',1205504780),(253,'19d48896266a2a787de43bb29626fd47',1205504761),(374,'c53c9b1e0b4c3b1a41e583d5f51612f4',1206182358),(268,'ee2229631811166f879f25b4708c24d0',1205504678),(388,'b0ba981c5966b12788d1e6502c929e2a',1204533796),(263,'23440d9635a35dec45b04cf53f736988',1204532867),(50,'1d190a6e9bb40dfa20ffb57b23303e78',1204533093),(326,'0062251a5174f1a303b35fe6b9bebf32',1204533759),(388,'85347ce5ce569d843c631f8fb5008cc8',1204533793),(86,'66ecc2d348fb96a7c2998cac607be7de',1204532004),(263,'cb51eb54b8e488c99330aefdf7f4f5f3',1204532402),(98,'d90cb154b9e60da278f43008c6c88944',1205504926),(33,'3cf9869978a0dd7d35d0d5ac9e0c8bcc',1204531404),(439,'d81d4729eb4f3f8a89a9933eeb809fbc',1206183101),(331,'97d4af2720e39f67966b5d69c665f6ce',1206183093),(255,'fb256895def4be88dee706648f02bdd7',1206183081),(177,'a4a79f7cb1781092d25ae43dcb10af7c',1206182309),(431,'6607c4d8f787c1815d77bb6ca0f1e7e7',1206178881),(331,'84836a846b1831384f336ffbb2d8c032',1206178389),(255,'3ccba0f0855c2e862a09215ca196fa1c',1206178183),(388,'55f9b1ac7acd829bf9751b56e7082e55',1204530876),(388,'698f77856d76e0f67d36796ef5b4962c',1204530893),(207,'92deabc02c39e8fbf089e2b84cf0450d',1205504961),(8,'8fb10cd81017145061dc9bdd3b191372',1205505371),(255,'83e156e496bca0218cd28d8f48e94f3e',1206178157),(43,'67025a89d1db53114e82329377aa49e4',1205505707),(109,'575bcd4926f23c7ad49debee14a7df90',1205505516),(33,'7dab3509e71877c60ad7c39af872b785',1204530820),(49,'a1f90f49c08648a052801133e5619c71',1206177601),(457,'4593380ac9fbfb88f87a68fe750b83ee',1206174444),(405,'d9db52f8807a11a8817737fa31bd04aa',1206175542),(170,'33ab6e68d0656e32ef58e3059210bbfe',1206174053),(170,'aa8c63b35faa87d3848802b4769673a8',1206173832),(357,'0351fa6edbbef54f6f3fc347167b3414',1204528931),(359,'5483a18881b422b721cc938e4115a9c9',1206172575),(334,'4e333b84d1945d4daa6feb7495d60a3f',1205506892),(20,'1fb0092b135b68e3286ab437aabeeccf',1205506841),(20,'781afc5f90a101dd2f977ecff4269acf',1205506840),(23,'ef9c549a82f2bfd27d6da701db1352dc',1205506522),(267,'4086d6cab404ff26537eef6887561f68',1205506412),(362,'fa7ef2aeb12f0d44abeaf2853625b1b3',1205506086),(388,'7c8b651edb93502103ea695502d0333f',1204528749),(234,'7ad5c88eefae82ea41b8995b52e9590b',1205505934),(263,'53d179eec86af816db126a50b0a54130',1204527944),(406,'848c5011b654110a4c56137d654e1d7f',1205507022),(20,'8a53f27c5dc3630758cb1d8e724254b7',1205507147),(419,'b45837d7f626e08c548ff0cdf3a46cdf',1205507409),(42,'a70b180e54356a2c41fdfebc61905ed8',1205507835),(285,'bcc31388b05df0d63dd306a76159aa34',1205507901),(120,'bc66e8b8c3a09465fa584cc3d96cba05',1205507916),(396,'26debe4ce8eca70c63135d02a2febb2f',1205507933),(334,'3b0404b91cf7c6fe16aa1419f96cf88f',1205508081),(110,'0db42af112dffd3b6d58dc66acc2b1db',1205508168),(79,'266ca3b0fd41a35407c6f831be737116',1205508228),(274,'59aebbf06cb72b8648a08577bbbbaef4',1205508251),(437,'d402a0f9b5aa6a08257d13af71c0c8ed',1205508757),(75,'a9e7f3758ab0b8863a8787b89c828b1f',1205508915),(230,'623e2190a4ea8f360f7aa9eeab37972e',1205509901),(26,'bdcde99a4a966e4c521b9ec19f19ec76',1205509945),(319,'ad9f55399a72e107c53a293076daf6f8',1205510632),(370,'96f34ff0d2d2d19cc7530bfc176261a0',1205510664),(167,'aa00bc81f6686820a913b500dcef57ad',1205510687),(77,'ec3689f815e700cbefd1634ca2236066',1205510824),(108,'251ea1ee49400d55a3841d9c03cae6ee',1204527417),(252,'87d9c358e729781eb041bebbf546556c',1205512570),(177,'b6a3d31d9e6dcfcf319108d2aa75d2b0',1205512820),(273,'ea8261c46c04da80c900cd85ac423292',1205512963),(363,'2ac4ba80083def921ec677c41185886d',1205513711),(368,'d956c9ef5e17167d1c7544a993278b4c',1205513771),(243,'86deb4dce3d253ed2c27b2a8f9590796',1205513999),(206,'a0877f75cfb5acd1bbe8911c123e1d3d',1204160054),(390,'a04c25e3f456a88295beef457c33a813',1203968728),(264,'85c4c0fd109175f8b5f14f82fe85ba78',1203968741),(357,'c17504e0f267532603214d4ef52d979f',1203968802),(210,'ff5d83d15c3d321e90de031c61924fdc',1203968899),(263,'cff2a970f862dccdcdc8bca337f0ce5b',1203969028),(357,'9e38b770b0bd27faa864da55f01b53ee',1203969097),(263,'779559837540e35ad9235460387406f6',1203969115),(388,'9acdec20ccdb389a5efc51468e848362',1203969132),(388,'94791b18ae0d7eeb6379d480052990e7',1203969358),(388,'2372eebb4e60986f8f10868aa02c38e7',1203970360),(390,'2112a551526d3d005a3ce578344ffa1c',1203970362),(388,'e01477a9d3c448ba39019d0c87143855',1203970365),(388,'64254a8ee0ee1c350808251300cd9e10',1203970370),(390,'fdb301a70bde8a677dfe03e133966cd1',1203970374),(388,'91d69fe81390dcd467d166a298c3e9c0',1203970380),(263,'e86d67dd83c23aae731eb83f723e38d0',1203970384),(263,'3b43a4e6ca428157246270afa202793b',1203970389),(263,'20a2f428b70a0919e8beaf940d7a55bf',1203970398),(263,'b5f26f14c8e15f203cb627fb6b8aa9f9',1203970408),(264,'045c5183834e4cbb3b305a92ec25ccfc',1203970412),(264,'74d2b7cd2529e8b3c3c4495c5a14bd72',1203970418),(210,'43a6e660a00ab3444f345c2d5cc0ed75',1203970426),(210,'a3dfeee4c6971054cdc5d03ac68da700',1203970431),(210,'98e235c0013f12cf5afdeaa76a023b75',1203970436),(357,'13df72a72b4f7d9669ce0e8335f4a44d',1203970450),(357,'3f95473747d068f2f3e0ed6d761624c2',1203970454),(357,'46ab025780577c6608f0c14c06005099',1203970459),(220,'bdda2c603f7b547cc7f3db46a47c780c',1204104217),(126,'701ad810399612d70cd7303243b2b74c',1206213734),(282,'ac3c71492a345f0a22bd1fcb8b91ae4a',1204169319),(292,'313073cb277e0f408aa8a46e87f52e96',1204160816),(223,'738030d1535e9e1b34adf3fe0c803f37',1203863100),(369,'7a7be87bc10b88688cda8be6be2db421',1206212491),(334,'cc65c5df5611a28f4250aefa110770e4',1206205087),(207,'ad22d15384eff6ca0c3b49b74b5d2970',1203859962),(327,'1a6422f7912e6ba3b9ed8575819887ee',1203852314),(358,'e43a2242e89abb477a64918764cab696',1203851236),(390,'d2116a329ad401ac32b50c824c9a4975',1203849238),(327,'30345517b3f01628a7c0385c9a30290e',1203847873),(264,'bcfe8b308d5aba0139ff56f16f1f6b73',1203852430),(390,'e658bad01d69b51c6dec72a8c94513c2',1203853255),(223,'9b7134d5fbe5f694b0db5c362558ffa0',1203868781),(223,'59190a0ca1a096e1e4545c59332d818c',1203869172),(223,'686962d2e8312976269f27950e4355ac',1203869179),(282,'ddc6caf0484b802d9295d66f6776c85f',1204169961),(314,'0f004eeaa9c01dca9f0186afac02c400',1204171186),(171,'eb15419ca1db4e018d95d943dac69218',1204173531),(360,'059eab7fb92119b9fba415b82bd77e07',1203829496),(260,'c56096d9a3172e666c59fa1cb27399a1',1204175942),(104,'86487f3493e0205333a3f2a01b5e4bef',1204175968),(231,'51d54bfc0f60d948e69bf2c3454a2fd4',1204176091),(106,'f760dda892e71eb21644bc72b1a9f409',1204178485),(107,'a92855b06733558fa2fa3c5f79d27720',1204180888),(284,'e39eec1d572d938a045d376ba0af256b',1204181144),(281,'c8e6dabf31346250036aa92a58301f69',1204181625),(179,'e96f0f72d5afbd017c8cf2227f151de2',1204181989),(222,'7894438380f8fab4e8210676a9e9a383',1204182789),(238,'7327c2a44d5479304ed6f20494a46924',1204185369),(108,'efb28d6fe7a3e7cb176bcd172bb91ff0',1204185675),(338,'e38a98aa940655344ebba36238899e57',1204185990),(107,'f31e75a5256a5207cc3a347c429dad7d',1204186614),(451,'c37738e86079ce1f4f5e86dcd157052c',1204186704),(179,'0c07a1a97f0fdbb1e69abae7c4816bfc',1204186758),(338,'d2a50dd399d1d609eed7fb6a5bfe315e',1204186786),(338,'5dd91622688893f2f329ac1dfbffe231',1204186811),(338,'a5dbdb9170908f9ca5672384a4fe01a7',1204186835),(444,'640960b157185317e18d946fc606b142',1204187295),(108,'6595a6a114eae252e4a340012f4cf180',1204187681),(265,'551c4f6fe6f1fb7f0b5f950e7bdcfea2',1204187784),(444,'7cd2d3dec3f761b40f9bbfc8422a1d5c',1204187809),(338,'580e6705f3dce06cbdaea9c5de02161c',1204188191),(104,'1356d0769cd4675d1a780ded3f4305b6',1204188455),(105,'38b36eee8c844cd81f34a6abfc6f1fba',1204188488),(171,'e054a2e7d2d0c8d1f777ef9eb832aa9f',1204188550),(171,'75eff7bd776e3dc74f5bf0dd404b178c',1204188576),(451,'907a230383976f20bf037d9c6d2da483',1204188694),(444,'cb6bea00970b5ad1583a15acf3d77752',1204188880),(106,'9131f7dba785f4d0681b7db6b0c25299',1204189410),(106,'7cdf20e69d5a3044f3374efda8f61445',1204189591),(331,'cad0ced6525938318b64b068d39010ec',1204189610),(108,'e6c7e9c4bb328de82881b98c957828f8',1204189874),(231,'5a0b1212edbc24494037648075934471',1204190910),(284,'982ec4b472040d648a31e6e046622ded',1204191197),(158,'98d72a8bab796c7cf12ef6d0717713c8',1204191227),(314,'28aa3fb344f5a37d416d3a850cdf24cb',1204191702),(358,'59c06a05de0cf81d9b760a3c94c337b0',1203816283),(358,'06fa1b7ffdd85a705f48e6e621a62342',1203816253),(265,'0fc5d25d8ff81bf59a3acd38b2506e0d',1203797175),(210,'9c4c06a82dc98e95f60b87d680508a3b',1203796810),(210,'fa4d57ab2a5f88a393c90212316b6edf',1203795066),(207,'a7e2c9ab47b3576a45754aa2be8f4662',1205539267),(373,'d364549bd56edf953ed8fd0644856e8b',1205538147),(232,'c2130c1a7c3ee27458eb1e6ef1a48599',1205536880),(44,'7521f0eab1b416c1d1f9fdec3370c86f',1205533424),(359,'be8c9d14dffdc13586889d11ab2b0c9a',1204099334),(359,'3c8d8cf27a967c020a7bdd455e08d6c4',1204098944),(359,'c96c1c5d288f80d15224d7e37f0db290',1204098730),(359,'46235f50e502b6cdc765aad66d4f2c85',1204098725),(205,'b4649b5a50cd5cbb3e4fe2608e2bf90c',1204047823),(206,'7c593ff32503b82e66d04b7c699ed722',1204045638),(204,'f49bce1f73d3ad5a56851fdf1af134b7',1204043547),(331,'288d27f974f76b6b2cfd710ce312584f',1204042711),(444,'7e47eaced8549bd712d1af8ac16cf110',1204042692),(331,'7fa8c823127c9b66be8ecc3a758e0703',1204041143),(331,'58c81917971789735cc97f33115ba15c',1204041137),(331,'42434a277cfc8ad96bf51d8c013a314a',1204041131),(108,'917239a2933a44ed7eac0010c61c7500',1203992185),(331,'25d4bc423d0b9d3e7f099c706f0e4af9',1204041125),(215,'8a6233a65d964f43a07b86ce294efc58',1204035541),(215,'f4dcffc7cfb86a3571f04699d7d66d51',1204035553),(357,'42e4bddd502613ffa59220dcb8aea4c8',1204041119),(215,'19df71ed27f2421f05ee1dbd66ec94f5',1204035533),(329,'0e7aed5138a667e922462732cb1a211b',1203994755),(329,'f1a2bd315d090002ed9d15b3f9e5c16e',1203994753),(329,'d211020f4364a85d79bf8b6bf17e7a08',1203995908),(215,'bcf06477ab14996c886a3e8aa4832b3f',1204034798),(329,'715502a626f3a27dfd76646eeb274915',1203997805),(205,'b342bb60dfc26908cc094f9787935c58',1205532965),(329,'e2c010e9dde750adcef65b75ff53d6d8',1204017466),(356,'9adb51da9014440eef12fd713574146b',1204015658),(356,'c8964f082f19ad38400229891bbd0721',1204010071),(124,'ad12920670683342c1069030ee1e3f1d',1205532934),(329,'0a916cb9f5b222e83c335fcc13ce1ff6',1204005681),(416,'f5eb77974f9b21563e02d0d62e9f2b87',1205532885),(358,'647e6d86bb7de4b15b42a31402f39da4',1205532712),(356,'9dc0511b6017eaea93ba209f0cf608f2',1204007495),(260,'e8ed6647d83ecafede5403c69f4ef294',1205532706),(85,'fb2db976d6c956059ed0257918557cb4',1205532484),(60,'0d18605f9b7be4e12ad730d006af3f5a',1205532391),(162,'13e0e9089bde324f9671d3d57f289ba9',1205532203),(276,'23cc2c47481c7f9f415d63398f4bbff6',1205531965),(157,'e0bcc87f80e11a33792a614174b24737',1205531749),(363,'ca9b6b8e5bf2389e73a789fb4ff721b2',1205531728),(58,'c2a0b6f76989cf2d6e3e8f8e0bb209a0',1205531361),(26,'82335d1efb2f79583297cc8066bc1734',1205531276),(246,'f0926598462e9d93312d95b470cda7e8',1205530763),(159,'f4ae9af1e84595bf77528af25680e7ce',1205530710),(124,'014a735f301035c142ed5ff6046c4798',1205530690),(214,'da8c8d57cfcb93c5ecf4569c67c0732e',1205530616),(265,'dea7153c335c0c7e694f0ecb5a6e3bbe',1205530345),(215,'7fe387794853360833f09bd78dc39c35',1204034679),(268,'088aa1f2e378b8f587cb4134044914f9',1205530325),(20,'56d783a7838a36e2d82e755eb5a576fa',1205529562),(215,'2a40124de9ff77b44364cf87e2d6ef8d',1204034593),(238,'4eb4c1655943737fcec280b5a4640ead',1205529438),(440,'668c14c6af1325164cd8b58975641255',1205528980),(177,'9f502731aa5e5d195f77aeba085afe28',1205528912),(150,'7c1335e0272ef0edfb5e3f921d6509ec',1205528495),(296,'a628c03275e9e8a2aff3e46e53acebe0',1205528422),(342,'3b1d199a414cbe1d0da63c073d8767eb',1205527158),(360,'51f8584a67ad42a03b11033e358d6476',1205527064),(434,'82b5c86c9ebc63a7396f05574fa46b0b',1205527027),(264,'805d70ee3c6be6397cb66660c6db0a0e',1204039114),(159,'ea727258c7ea88788f0bdce8baace372',1205526935),(276,'62603dc6d425b0a8123f2ff1bef5586d',1205526348),(419,'ce198893d4137dc72c385eb8d4e18850',1205526326),(330,'c1340bbb94cad647240da0342328ea14',1205526299),(129,'d965a504ff4a3f1e58fc6abf8b124c0a',1205526248),(418,'8ef7df5cf8d86a9d0d05ac2818b93a88',1205526183),(216,'06282a1776ab4cfe861f68573d2104d1',1205525930),(153,'d37439c40ee4f726113b3a814c2e8029',1205525667),(4,'597c05c33c112bfcfdc1e10a5468a0b0',1205524195),(407,'ea65704f0fe417247a083169ec4fb785',1205521506),(176,'38ef0f16555c5f2c2ff9e9bce2b228fa',1205519791),(148,'898cd3e8aa08394d675fe715ac56262b',1204517811),(252,'aab89d2904a8643aad3b3df9dc78ab10',1205518785),(268,'88a01090d20e0d1bb456a8a45c693b97',1204506979),(243,'aa0ed5ce3385b768a62306dff4bd1bd8',1205541364),(423,'0504cd3228e1aadf94eb3bdebddc3579',1205541669),(206,'2aee1e07e57c7551385c7585d767e009',1204048958),(4,'5b390acb52745a6fe8325f0fa1a2a0fc',1205542184),(382,'f819ab80eed8c8ab7a7917e7ae82d4eb',1205542163),(32,'df6409abbdf425aa719780ea49ec25be',1205541955),(202,'e21503742f0ce09d392fa7a4a5eeac93',1204065656),(205,'df9be17ba498cb652145ae7cba01ca98',1204067893),(202,'b3021242158275040012c3ed15da6f19',1204069244),(296,'a18beb6e23ba10b84e427eedede4fe3f',1204072014),(204,'f5a8ee3b1feb275f8255130118d13842',1204072498),(151,'1e8e4dd1e4abd2e76f8156b91ace94c4',1204053186),(203,'59bbf34586596156bc61fd16a05c6be3',1204060606),(151,'137c603dfe4678e17e6b0a9128aad861',1204063056),(406,'e25d0575750b77608c041927bdfda0fe',1205222276),(157,'9d180244151c58ff946c874643f77af7',1205222200),(107,'c81b2555c273b2aa69eacc5ed1996849',1205222114),(108,'dcec91fc6197fa2dced9edabee794298',1205221855),(226,'45bc4604dde9ded4959c16ec60c72b42',1204324538),(226,'35e5cae65a1fab10252cb5bbde357e54',1204324179),(157,'19788bfdb61aa81101cf5dcb416ebec7',1205912750),(244,'33c2ae0c3d9055aacd03d59725d7e948',1205037712),(395,'7476246a3408899fa47c10400ea3cac8',1205036902),(258,'8042341899802a079019a9124e4f4886',1205036833),(367,'5cce016be552f0e7e3d797ef8a79d62e',1205036831),(399,'904d9a85fd9058f40f2ab12662a01a0a',1205036417),(404,'84cd2a22df293a69fe7147fa4e04fa8b',1205912524),(303,'867472e127801dc14e5287133d795278',1205912480),(296,'4e6c18cf7473bcee0768c01fa416c969',1205036222),(137,'26dd6debf19f311254f0da2b0b3c4ef8',1205036074),(132,'fa893cf7ff397f08bf8c5099d40c654e',1205035902),(357,'f7fa2ecfd9c50f4c1a74de6b95e05be6',1205026730),(80,'03dbe2b61ed6188e37f335a56a45abe7',1204993543),(351,'1a6f98714000c66e5aed50e46a19a04f',1204991229),(211,'c175782b07cf241058d9a6101641c631',1204868773),(49,'792e7539e1a2c59dff5f46fec81d97ea',1204868778),(379,'82ce80e8479839a34a0a13b376427dcd',1205058744),(211,'586b91d892c3b17c1b3af3148249b079',1204868322),(336,'04cc2753fb2f3727ca4f92bc90032a1a',1205892027),(331,'eabc37e4148d9e73681a38f6f40fe966',1204867077),(177,'582e7069e0093adcb5532ae45f83767e',1204866285),(389,'5b847a24b4a694fb3f5d07e7b4966eaa',1205898880),(176,'d73ce4b168a2712e79d2e7b65a332e01',1204865832),(211,'d9ca792749b0dcf10abb8482d95097b2',1204865384),(308,'98db4b0feac9c0a867a0efd44769d0b7',1205897730),(170,'7e422902e56c3990327e2a794dc88ba3',1204865451),(170,'4df81a18cfcff7a2d72cf92a05d104d3',1204865044),(49,'7e60638aceb05fd55195d30a62dacbea',1204865113),(177,'ad4d92a35c7420a5d87e92abf8b34786',1204865152),(176,'1da30a50d57ebf7159a44a262d6d066d',1204864137),(255,'77bc9befb7431129f2c245aed786d9ea',1204864039),(445,'bd490b01cabd02448aa0c5c847895573',1204863717),(37,'7ccd9593ac8124b0f3a863dd25d073fb',1204863560),(211,'83e257d55f745bf50bbe229c0c08bf46',1204863326),(176,'2074c27d1ddf3c008b010cb2a7f74fde',1204865513),(49,'7be48b77cb3c656bd6dc3c4ccb0082b3',1204865541),(49,'7068acb9f140af817c94a40194ffcddd',1204865553),(445,'da5badf0eea0ecb4c33da379764ad33b',1204861875),(48,'dc0572329f1fab17b12ebf43cb6a2ca9',1205074473),(136,'a6c58bc7241c1ee99e03974b45a785fa',1205075142),(127,'85de05858f27b6f178efd2c43a6e77ab',1205080480),(134,'f47910ece96b86077c2e7329e2996656',1205080564),(356,'e3f542c48685595b521c8b0fd9865dc0',1205081496),(301,'f295eaed64a744ebffec941a6cfb4364',1205082648),(296,'68dd10c15845a0ce3b87ca25b3cc0424',1205082882),(381,'15cc78f5f3d8469cbbfcfbf59834a6db',1205084155),(410,'d772f72c2229bd5a85d0eda1623ca0a7',1205086396),(316,'8dbc0695eb261e2f2caca4aa74d574ab',1205086470),(122,'ab4ae5a72f5d0e50143991172fd2ca92',1205086949),(445,'8cdcc4014e6e03f0771463dd17f7c6a8',1204861346),(131,'2014ebbb773eda46c9897a1c4e3ead68',1205913419),(252,'521d8f2e2246b82dbf32bb1194f06a87',1204859835),(186,'7c5220dee9206cb0746cccd4c3be6de4',1205087053),(76,'9276512abef24f7f4aef78ac921a044f',1205087210),(62,'c9ae6d74285361195f3ade2af967ab5c',1205087222),(182,'51a71fa8558075e7de29a354af37747a',1205087461),(29,'ff58782f3a8c7b93878333ee2e809909',1205087690),(161,'864557c76090b8ba3befe2fbda5ed75c',1205087997),(211,'1a9457c889b50b1810acc7d7faa51d60',1205091728),(326,'cbcbe5ff9624877b759c0d42c0ee3a71',1205092932),(87,'ec93ef2f756a50f41d24bcbcd744f895',1204856363),(186,'aaa6cc28e5c82ec11830848830bc22a6',1205093796),(398,'4d83adfc1201d1ffadd84f58ffbaf2eb',1205093919),(28,'7f839d6d4183f4e7b938161e73133293',1205094751),(104,'964b0e9489b35d1785a929cea7f69d8f',1205094837),(22,'03033df15651f7468fcbfe953880742b',1204854022),(375,'d750dac77030420e3d255559a0b75291',1205095595),(365,'7d5131913d5bf98bbbe8333291de592f',1205097326),(41,'c2f71507e2b846e7816b5edab3d960a2',1205904595),(23,'f10ce18a31d64090558dcbb04c607899',1205110343),(31,'261fd107dc3801fdfa25ef0252beb01f',1205108114),(366,'efe5bbbb1b9583e279432300f880f503',1205107042),(109,'b04c779889b9b1407e2bdc1de9612a45',1205107030),(249,'607725f9861efd8e30426c029aec8740',1205106914),(99,'1f447e28fe41460daf6d967aca5f6d03',1205106805),(255,'6a9beb877c44ee908e027fe02bd370be',1205105735),(290,'79349c5480388880b359e77408be6367',1205105209),(237,'b90b23ac49cfc41555bcf3de04056edf',1205105077),(428,'51d678790611a64318d8f70f6c88b416',1205104979),(402,'a7b1d70eb77df6258405e69fac269b11',1205104624),(271,'d1add5cef751980100aba9ef880617ef',1205104544),(360,'87a170d3d4c8b64484a24e773db943c9',1205104121),(29,'ed65982f52858af89b73ed6e96b79f7e',1205103532),(447,'37228e09406103eee62143530e9ab5f3',1205097382),(173,'8ba8707f44b53142894dc6e4f275c582',1205097488),(156,'b951fdf900f602ad856d091ce76ba401',1205102549),(435,'cf8d876c8ba59e1082cbec896401c1d7',1205102673),(87,'31f3ce74efb89e0e2eda2280dd734d71',1205102822),(60,'1f2bba0748db1a1372f28901cc909fff',1205103426),(157,'d9b7f12d31cafcbfa41fdd256ad0d93f',1205912972),(325,'781c3b1492e5168ecbfb89b1a4ea2ca4',1205110432),(367,'2b11ced5f0a31d95009d2feee060e4ea',1205110480),(453,'7ad65ed7d6e1b538a4b8019de0dce9ca',1205110504),(111,'b4297feef2a9c1d7e97658900142d854',1205110539),(375,'76f3d4e6016a26e67dfd2986e1b3ed5b',1205110553),(9,'f07e549258e4e6b88db28bd6d2a3954e',1205110895),(448,'3b7b67ce671a92736bd59783704aad46',1205110972),(182,'98d9740a8daf7541b1ecb2d3f971eb8d',1205111227),(434,'c2db66f306277072af132238062e3838',1205912132),(72,'a9f4e6265a9cad082b96f745823e6f4d',1205157327),(435,'3921d0a657731beb8c0be89ccc11ba20',1205157035),(20,'cca3c4b54effa31f62e9842dc5c2aa4c',1205155765),(122,'597852629e951c844166403b1f3eb8fa',1205155688),(20,'9d6dc2d5d46cf3366953839b1a8158f0',1205155473),(257,'31b839f71cb8f70b15c058de03bd1541',1205154269),(237,'0a8c0252fea13ea34cb7181f598c28dc',1205153970),(322,'33b87a328282ac91af47d3c85f474d4b',1205153719),(9,'ec75ac5d476f8dcd561a4a3fbd54633c',1205152449),(438,'764e73f5a4cf794c9d702de699dff3e6',1205151943),(370,'8ef5e9b2999c8ce20ee1c9fb7518da7e',1205151844),(83,'a624fc91433f8b4e57fb158554ebe908',1205151799),(377,'d221cd61f5662564aab2202a5145fccc',1205151765),(14,'bd925f7c15b2d88fe01b0a6972158411',1205151357),(166,'0dfcb63116917ba959c8582cf6eb3b80',1205151229),(88,'d6c8ab9cd587d3cbab032942edbab87d',1205151188),(99,'03e8479380493cf8a0322156d58ece73',1205151008),(412,'0896914a153e7359c6e55dc2fe815b91',1205150815),(301,'f3556f473f2ff5dfb4d54d14e951f840',1205150782),(346,'93e1da6588f4373735845d0c090b9623',1205149384),(100,'8ea6c6bdbf8b694d552afbfcbf5f8282',1205149296),(258,'ae5ac3f7cc472d3a634761e8a4f76c08',1205149069),(279,'338c36ad2ae29328f7b16dd3d3529740',1205148768),(33,'da9bef2d1ee2c992a6c706a660f6f16b',1205148600),(433,'ce4346a4cd5d5a23acd4646c71d478ba',1205148548),(337,'360ff6e5a1479445abb3c3b9ca03d0b7',1204324121),(96,'9a5fbeed42ec8734412e484a92374ce6',1205221830),(41,'9d82ade349a4eadfd15901c041a05648',1205465666),(94,'787795e38181489914a039b70ea3b1bb',1205465523),(39,'46811e0f739baec473b7ac99d6a179a9',1205491027),(458,'5114e07893e415c6b5b978e308705234',1205489991),(101,'b2ee9b99a1b0640764021708d7d79eb1',1205465396),(236,'f5c0bfce6d4754f3a61546ec255d57fa',1205465317),(453,'eb5278cf72943830728b0da958a2c780',1205480377),(392,'26e3c428777429086281a281cf9c9c1b',1205480577),(337,'17e51ab9d0c8508618d1f21b9fd62871',1205458853),(368,'0bda8774e6f4ed89f19a6231697bce5a',1205458996),(268,'d0f082853e425d1c8c72b438b47e99f7',1206237174),(272,'2663161598d4ee40bf7fd054586f0841',1206236764),(88,'24ce73d2bc49e2ecf2c8d5839e42d0f7',1205365250),(202,'e9fb7d9b28393fdec96c7efef62fae62',1206232787),(103,'67d68b3e799ad7ce2e6d735dff2d7ce5',1206232712),(280,'0c7d06a6ea138fa55038265f263eda73',1205245150),(450,'008455637989f7664fe66a434c60c9bf',1205244708),(118,'732cbecf5db331b8395da5b32a30de20',1205244671),(135,'7aa181c79c049731a23f2eb357a092e1',1205244503),(54,'1bb4776f89c471e8649f985e301bc5a2',1205244405),(444,'da4c6eb4a5499995e550484953401f50',1205244130),(399,'d110141a0e60258634797ff49ce779bf',1205243631),(132,'897c8241aff916885c19bf01b14e313a',1205243340),(398,'826bae579e1e15f9242e1dea3f855512',1205243184),(332,'0f09f29195be0662987f56abced170ce',1205242711),(44,'1d384c9e7543970a91d32330aaa652d1',1205242661),(33,'d490c896f87434b09d0a7762a76ee014',1205242300),(314,'eac34b62ec6ff5bb70bd8dcadc616b71',1205241718),(317,'6d6ce7958145155dee4306f3fdd98cce',1205241599),(425,'4fd60f0e07fcfe1bd3301aba9169c52c',1205240612),(456,'4a6bd0c8275b46a71006eab82729b2c5',1205240429),(355,'0cdf385b50120a8ac8bcfbf8b280f3c8',1205240175),(148,'3250d40a4f98ac56f935c43d9f45eb2a',1205238807),(93,'fc171dd471e8b73c03d505f2f432ae76',1205238949),(339,'048757f9336b2ecd41dc1fe4142bac02',1205239589),(315,'c7cbb32dd0fb5046390de144bdb2aaac',1205239724),(28,'88bc7461959729c8192612e841d64c1b',1205239917),(226,'491d836e86e4f032bedae71f2b6829e1',1204323717),(66,'9728d2dde7513a54066718fc36672724',1205264916),(452,'25158ecae7751c6865278a2fbb83794e',1205264523),(251,'ba9b8421baa4256cdb2cb46f82d38d62',1205264474),(297,'29d06f3ae6bb9f21777ff8404a622b5e',1205264406),(319,'d9b6d073c4deddd017f21ba3fe306aab',1205264325),(284,'4998b133b9696a481cc4664968c51b4f',1205264245),(310,'26120ffeb441da96bf69481198516487',1205264107),(310,'24d1ef01eb8618d28a243e2292f09f3d',1205264065),(310,'33f20ca79cee4a0e6dc59d69446a93e4',1205264059),(29,'c44eebb7526846e9fd7f8813c735d0da',1205264026),(310,'2ae57fcccf256e365d689eebb73f7d5b',1205263282),(420,'093419bc29098c7e5dbf3461857e7033',1205263190),(286,'01659a17b2e2b9411d19f1de344be30e',1205954907),(138,'3ed40dbadb34081679ef6a1b3faf43e6',1205263084),(283,'cd75741c904153e9ad0a48aa7941e0f3',1205262705),(61,'5c5d8388e2e2d6f150e873f7414e2a0d',1205262577),(359,'f5217ab7c77bf4fc3ce3ab0e2b44a2ac',1205951377),(302,'8c9b2e29bf3a9031cd7de215f1966156',1205262516),(71,'794a75bc68e081d3a53ba382e79b9dce',1205262317),(271,'51e7150ff7953fd1bfc123a20378bdda',1205262131),(336,'610513af3ce88cb31fdf0b9f1764be5f',1205261990),(22,'80fbdb2c8e69b527348ca9c96444cad0',1205261901),(150,'7a3575df204d8eff2f3f057c0c6db5c6',1205261740),(358,'60714ce2c97d8050f13ddbad53809f9b',1205261467),(22,'0d986150e3f6b1f049b0d0c0e0dfaf1d',1205261240),(22,'56139996bd310a2ede9811544b17660b',1205261238),(453,'5ef01807036022bab1353e033aaac785',1205959795),(394,'a7854d87419800779110956b5478a0f9',1205260225),(389,'fb9128f0ab3d2fe03bbaafd655255c81',1205959582),(356,'1c72f423723a150394414686ef73e66c',1205955291),(336,'4725ccce7ad232a9848047e550b5ef7b',1205953058),(329,'e42438ad89915047fff39b55e288b1ac',1205952419),(393,'35b0b41d5786c34c7655afaf26d1d467',1205950776),(174,'e2a58af582d8f0058078838a490b7e51',1205950797),(19,'8e9e5eca1ff03e103d13bae113bd7660',1205260179),(121,'e2bc063e2f93d7c7d9ac531643cfb1da',1205259941),(19,'a7bb758c3fe465e854107f5c85c5bb02',1205259924),(19,'bea4b64b9133e623958b696e8c06c985',1205259697),(316,'35bc0ca9f779c432f9ad449408c0d4ff',1205960629),(19,'35a21e7721a1db6ad3a74418d8599787',1205259696),(19,'514fc49bc78a67098ac4efe1ff4899a5',1205259695),(446,'c2f33b0235c0650c8202e353c509c1b2',1205949651),(108,'d30ac8dbbdfe002538a448fbf4d9041f',1205259169),(458,'7d8533679a998cde4fc06b758197e114',1205258835),(314,'1069039460445ead0be1b8834ff65c2d',1205258004),(256,'9b23c01c575eeb8516214de3eeb11de9',1205257750),(46,'395dddfb4b26f722d8a5c1d24a7a713c',1205257734),(434,'3a9a8f81f6c5808626c9103819993f24',1205257563),(406,'d1a1311fe05e3b912f088fe613230ae3',1205256347),(451,'5c3628fe6360c22718053e462f14c849',1205256226),(316,'cd0b97727787b196c2bd56484015be1a',1205255344),(128,'f8127c5a237577a4ecd416fbebb211d5',1205255287),(50,'ee5d7313aab63ed941cce74084b15569',1205254844),(22,'55d99719ac180fec3d72ab85ba6bfcf6',1205254749),(255,'024f1bf0458e6984a50686ab255ccae2',1205254387),(387,'f791ecd586f82637658bb7665c8d9fcd',1205254281),(97,'4f16f585cdc13fa280340b43fda4db4b',1205254256),(169,'16ff1ea124a2ed77685cc8197e9fabb2',1205254133),(368,'aa50956f54a5ff711ed1bef52c015d69',1205245328),(357,'fe1811720883db835d6cd2e9bb331fad',1205245753),(21,'c16c7bb36e5c3637f1020a3b42a411a7',1205246227),(410,'c87b058d4060b6628cc50b9cb38541fe',1205246398),(399,'fc97435596e468a862e6f65b00f90402',1205246469),(293,'4a7a84e4658a92865344f4f70f934b42',1205247047),(328,'a2d0b687bcaafd49d62e9a90bc7b60f0',1205247144),(438,'ac44e29cbdb312b1e0c38296601fdc89',1205247212),(377,'cbc5ef5c3b94946fdac4a42111dc78ac',1205247259),(118,'41286c583233914b94d17ff02ea454b4',1205247575),(83,'21030d1a61c71d72ebb01075fda3392b',1205247668),(19,'6d578477ad80e4924610962dc9373fcd',1205249005),(289,'63c08c27b3f11458528a6a386b44b1e5',1205249195),(132,'b11424bef9070e650dca4a4af74a0406',1205249239),(183,'a261f6210b0e9fbad70c3fa151e16cd1',1205249435),(386,'483e5de3c5504af2f0fac187f47df098',1205249502),(104,'8e13c78d5c801c9c20cd236e8a12a714',1205249730),(49,'64cf7acea0cec57346820df16a7103e8',1205250733),(92,'e02c47a94e173eef7546323b169d4d75',1205250933),(83,'a46adcec5bdff9c8bb129ed2fe5129ee',1205251318),(436,'87b59a1ac750770dc31fe15ac3c4b892',1205252072),(222,'42b96bc7c7410a8b643cc41aa47f37e5',1205252113),(154,'8bdb637c754388164d15a8a8d9e814a1',1205252534),(249,'4731bbbc8c00d1b08d39a60048b29b9c',1205253727),(208,'ea6363ff9ea8aadc8593f75da1ad151e',1205253749),(90,'28c024afdbb03c9aadcad2bed322b264',1205253797),(341,'2717039d23009183c089c8582149d90e',1205253977),(146,'1f2fd29a39f9afcef801e1b37b60946d',1205254086),(437,'da5eb5714b236bbf18f40b788e1b9ca6',1204323680),(37,'fe7cbee25ab3f203d957ee83d83c35c3',1204739688),(20,'42fad4c2857483c4420d893b7891b3fb',1204739606),(39,'5edceda78ea0633bf3f49b7562c98b5e',1204739083),(49,'310b353677a918d94a84a659d311703f',1204323621),(179,'39688a04fafeaf02cb741fb3a0c4dedb',1204738471),(163,'8babe230a7ac35f46064ef0725c17948',1204738371),(183,'f0d7d33273f3a140b441b9e09dcbd08b',1204738283),(437,'e1a385bb5f7efb1f73471bea6549b220',1204738250),(314,'866ba2a01a2eb9931338df247cf3c7a6',1204737026),(231,'9ac114f0f49d456b46c62b0535b04e7c',1204736863),(163,'024a40fb51b41a37d059bcc1da40fea2',1204734877),(329,'f2134e9571893ec42b0705f11b9cbd92',1204734545),(353,'6c5197bfff7dd4b70cab0e239f915ff1',1204734535),(437,'83ef46f15096a78fbfab8dc543685c61',1204323609),(31,'3576742d50f8a8cc34040760fb0c0b98',1204733962),(105,'36b15005b5edc2f30650a2ef7a9a99be',1204733637),(231,'f9fc1f96014f341bc35d1a42f0c1f07f',1204733231),(31,'8984fc8450bd14942e4787d4e18fd8c1',1204734146),(238,'cec74b94c97560bdd466b59685bb833a',1204734167),(31,'7222c090191cda0d4c0c58ced0f63d30',1204734201),(32,'4d4ab854284fe558aaade948c2c84148',1204734267),(31,'7af23299c8ca1006bf2cd0e7ede7e6de',1204734280),(255,'a923a2eac01a20fb589dea3da7026ea9',1204734285),(284,'e726a8b96587929e4fbf069cc8d15634',1204733111),(256,'c377833cb3e0ac2a02a5e8e1f11b483a',1204734288),(259,'b5f37060e407e005e53139b3c3cd60b4',1204734305),(224,'4ec37c8f05ee218b6af139ddfecdfeaa',1204731713),(353,'d35ae74de91d922cac2a89fafbd6ed90',1204734309),(361,'b523924683886cdaccaf0cad92c96145',1204734333),(270,'d326e93925e11a95e714af36be5680dc',1204730964),(28,'083b06c7b53a2a4eb03070191f46e2f2',1204731189),(107,'3b9fed64cc970890127765e7c96cc334',1204731230),(260,'725b0e0bcbb40ec7f18c5ae326919416',1204734342),(263,'0d64b8b694bcddcaed5c6cba71c8f17d',1204734355),(401,'bcaaf9c154e1374f417080cf26971247',1204734359),(364,'0ade76a1a0491e64eced72c66d91780d',1204734363),(299,'410dc21a1f2f19932e3f91475fe5e9db',1204734381),(260,'cace684006c403967a5ab36a621120f2',1204323540),(361,'9e07df53b8403aecff7ac1b487b72b9e',1204734568),(255,'e899fa388112a9ea23bd644df9ae71ad',1204734565),(337,'279ac2c874ee5db0e93580aa6ac5dc0d',1204323491),(299,'ed961cfe3408dafb73ded6794e427c00',1204734562),(275,'e63067025c1f7f4317f81c93b303ac63',1204734558),(181,'523e3b4ea16860fa2b638d3862570c15',1204323469),(410,'91c0ca4375ecc9a01eb9799c4893e6e6',1204734555),(300,'ef9da9565bdd3326eecefe34a1830c3f',1204734551),(177,'fa8c931594c50f3c2a0d6a3f90f97bf7',1204323442),(296,'c8d7be7b787a1d5bb854dffdee770b92',1204734548),(437,'eb4662495b465ef36cf0198635d93354',1204734422),(410,'ca05ccf4887fa938a163ebd333006fdd',1204734418),(263,'e8175d2ea5271452ad9bcf79f9d9f241',1204734409),(296,'2f666250fec3d1c0e7e1a470c70f1178',1204734405),(314,'91b009fa9ee416bcc70f07f891bdd083',1204729516),(158,'f5c6b64562d2140b99cb57f3543c0992',1204729529),(296,'0fa85abdec79f502246552a6fe03e163',1204734384),(256,'5d1c52550d076ebb45d0d05539c515a0',1204734394),(356,'6f605166922c5e3163e2578b3927f1c0',1204734398),(329,'2af84a34bcff56927bf1aabae7dc0711',1204734401),(437,'71eef8d1c6b2fe5be02c400bd9967c47',1204323431),(108,'085a6389cc6e1c48798e9e9113637b81',1205280329),(49,'444e41e7ac7589dcae81ab74312ffa5f',1204319219),(40,'402fb050048f9eb0db7551801e0ff202',1205280154),(421,'12c42373133165ecbd06b50dd0816e5b',1205279834),(451,'f13e8d84f4be2a4cb9661a3efc881a3c',1204726907),(317,'601208c41b1e67323c3ce0c2e616fa5b',1204734625),(275,'d6351d97aea90e9634c58537ab27736b',1204734634),(364,'42006fe91ed04fc3e04119b9a46f850f',1204734906),(361,'62bccc4fa2f3c2f5d1f1f37a04050dee',1204734910),(300,'5c32428502f0951eb634e79c2e22ef8e',1204734914),(299,'c4b84ac6c325bd08f3b0e1df27650f8c',1204734943),(259,'403c19261aa02a92214721c264b0bde9',1204734947),(364,'46556864092a25b47ed5e4a220a14433',1204734953),(356,'e2a9333aa188fb56cec8da5ad0b8d3a8',1204734956),(5,'5f4d4ee0fb75f49208b462e03dd172d3',1204734959),(5,'12c635be526efd256a0e98700b772321',1204734962),(391,'02e9f9398d03fd7c8d92c951b13d008b',1204734966),(437,'abb9ef666d279de12ffc60e85c6a9e7b',1204735001),(255,'d44f3a5fde694d5ab31231fa8ebc0826',1204735006),(317,'51815e3430c936dea577f880de0c49f4',1204735015),(356,'5259ec832026416c607901b7ad585e8b',1204735082),(163,'f88168e5d7645f08b7037573d5a3dedf',1204735099),(5,'7e1cb9aae924ae0167da4a691f67495a',1204735110),(317,'6893277d40e832baf089213c67b644cc',1204735129),(437,'6c052cb4fcdbc18f13ff62f6cae22776',1204735141),(30,'aadb2124ef4ed6a3dd7884e6e11020f6',1204735148),(31,'4355a02db79d807a6a5e5b4c3f51176c',1204735152),(300,'b1b3334220d308df4bb96ba8a2633767',1204735174),(391,'e7ab695dc1d4d9fa9e1cfb8a05e8582c',1204735187),(163,'6d284022131247282f4ca7d970bc9666',1204735206),(337,'e148179d90bcfd1995203119cd955e41',1204735221),(260,'5f23339270ce817318f8c7292c60f233',1204735369),(265,'b36762ce7c5d63ac8ff2dbc8e5f0f948',1204735450),(114,'409a241907ab4e9ef568e3bdd60c6b78',1204735520),(275,'0d681b5fc6e8c92000d182ae5e977739',1204735639),(401,'548ef0aa2b3145f98df89a514e4ef82b',1204735671),(401,'239a3115a5c078a2cb1ef8672135c6d3',1204735677),(337,'dddcfae3b4227e98acdd9eed1dd9cd41',1204735705),(265,'c4aa89a536f8eaf2797d1196f405b680',1204735751),(262,'1bf9ecb349e6901cabc4a84030c57b39',1204735754),(224,'08ecf7684f28541adeeaf3f925cabf3c',1204735767),(224,'7423fe99b3b84c46d19dc0dfaf965eca',1204735770),(215,'36836bf70237cd19b411a3b43266b794',1204735795),(224,'856f263f44843d44a7bedcfff8462a12',1204735804),(262,'30e3e20714f70b824b3eb0cbb8d4a750',1204736129),(215,'7cd6d83cf48a08cfce29b8d7716e856f',1204736147),(215,'8d1b253406112ac3014be2ba5b9ad428',1204736175),(114,'a999bb0a8fa19fbb85c819db6c064132',1204736313),(337,'8481668286f2a44df7520535030bec09',1204736375),(265,'86aec8d2765aecb6b63938724da7314c',1204736388),(114,'9176be9882f7472c98c6f13c73e0c837',1204736397),(262,'68b3a83e6fde73414dd9ff1ae8a9fce3',1204736400),(232,'e6dd0e4fab901227a91c93d8a4f59884',1204736555),(232,'83cc2480fa685d97518b2988f4407d4b',1204736563),(232,'3334b5a34ca4f27317f68bbca020bc09',1204736572),(364,'50e1c152999428b2895aa99e9319a4f7',1204736621),(241,'d4d2d62ab10dad54358cb8ac6e4b6fdf',1204736698),(241,'5b188bc9d363a10516d11a5892eb422c',1204736702),(241,'8148600e8b3641f48abd9754b4c452ef',1204736707),(451,'7595de46185652dd10cc6003a7b3dbc0',1204736729),(451,'3c4289fcf40be736367556ae995401ae',1204736734),(314,'437f06e16edfd36557c234bb9590c145',1204736743),(314,'9612dd16ce730368027b4a0b69f2cecd',1204736748),(241,'b8cffe630d2a9370f080d08d82230671',1204736834),(231,'1bae519097e77cab01f6e8f861d55df5',1204736838),(179,'2ff6900a03f43bda2984a868dcf7abe8',1204736907),(179,'a0364d0c9829036191524ba34de605ff',1204736910),(107,'4fee6b09c4064cb3e6389972e0548f7e',1204736919),(231,'11a583639e8dfbbc03468f996a140569',1204736924),(356,'fe86f7d13f6e292432a351128d03d2a6',1204737087),(437,'524238e435a81cc4acc4297707dd84e9',1204737098),(267,'c5b13b9d5b9207840a7529dccf338148',1204737111),(267,'86c393a362b7b5705dff51923b1ea6e1',1204737119),(391,'b6e41e3e70823940f101bdeee69e03a4',1204737181),(107,'71799a8543fd09e3f67e95d553733f9b',1204737226),(267,'68e1c96a23547fd84203f4ba062dba23',1204737248),(105,'12de9715019183c96092947e043d719c',1204737342),(107,'a757750c5525a583c7305ec8bad0953d',1204737371),(284,'0b050e95deb75099a4031eeccb45418d',1204737402),(105,'fd5fd1d42f099cea976fdfab96e658a9',1204737420),(179,'11111bef484b03012d988022105c2fbc',1204737588),(105,'15ec2c9157573be2238de2a9e9898cbc',1204737625),(356,'dbc6f37f4c9ef2e495b6c64c94964f1c',1204737632),(284,'d2e95ffe3336b5312dda7e86deafa322',1204737892),(105,'7ff711a164ceed14fa96c0d65338c578',1204737894),(107,'8e6ce5df7e44162f508b8076f33f5c1e',1204737913),(364,'e8769b74150c5fbd8af7d6adb8e224ea',1204737996),(391,'2d6a41c095dcb18b06a01e38c39bd066',1204737999),(437,'5375274fb3aa65474d9acd55834974c6',1204738045),(105,'ba63f451ca5e67274b5fa171550029d8',1204738051),(364,'7828e15d8bb880b9bbf7f921492a3a74',1204738089),(391,'3db63fafdaeac21b1754b8b1a43be7be',1204738108),(255,'66873e1caf6fda5242219856fb15f12a',1204738368),(215,'ec3bef6871302d41a168e2301123f2e5',1204738387),(179,'90e15a74ed9040ef4037a6dc9c2978b7',1204738476),(231,'ab101bca8e080ccd57ea25fc51dbdbd4',1204738482),(284,'ea3a92b06b7af6d5766998ea65972f4d',1204738485),(284,'6fece371c75d02c1e2d845411e3c2cc5',1204738489),(284,'35f8498138c80698afecee6e80470153',1204738493),(158,'6f85dc344f2a9dc457f426a50d9a72c8',1204738505),(183,'310bd121be3f095e2c13d59fa260631e',1204738625),(39,'2b5d4b6a2f2667e8313398e53a66f803',1204738639),(39,'959bf4acd29072f7c23481972f438794',1204738642),(38,'3e308ffd7b69a3b08bc3cb1c6ab035a3',1204739718),(46,'4e81e0951c989f7027112860c5b5c527',1205264981),(22,'95f29614adf64f9a4ece30e6f46e08c8',1205265019),(34,'85cbebf4ff0ee425c91ad3cca18bdc87',1205265626),(438,'9d2c9b656a052626253e045790bcfc62',1205265799),(334,'5b183a16ce241c9db8063173e1eef641',1205265814),(11,'86678ae39c5c426082abbf4290238613',1205265913),(274,'dbd652876675235b6fbf4e5f1f0af437',1205266020),(294,'bf849a92104555e9855861bda390aef8',1205266344),(171,'443a180999153d30ff1804ab733b787a',1205266430),(123,'d18218773a26c4a4784e4cd5136a3abf',1205266504),(162,'e33288712d98a6cec1071ec4fa5b1e64',1205266871),(283,'68a68adac30fd06dd46f3d4b940a82a6',1205266995),(370,'e8d6eecb12d974bf97e400d94887e197',1205267445),(85,'69ae8a280f260d4e237e8e93f8a8bcbf',1205267611),(443,'603b5ffcf97a315968e48a8d89ac2595',1205267852),(34,'76b9b1ca6d0d931d432c1e9b4ed884ee',1205267897),(284,'a1c3be0f2c91063f2d5e0599c1a2b40a',1205268021),(310,'4083bbac2f2b9602f3f33024e6be75d3',1205268210),(122,'9cc417b155213ca9c631dc97d59f0960',1205268215),(173,'b67f500b2597563e9729ba37259fba9a',1205268252),(428,'21bf5a90a30feb6a68a3e7c062703b5a',1205268489),(99,'545194d1e9c7ac368ef836cbdc56d68c',1205269562),(395,'be0b214ae95fbfde4e896db56918aaf7',1205270544),(56,'894b0cab365d4257b4a6354398e73a37',1205271386),(28,'699b0e88e3e98bc5df44711202c6da37',1205271447),(8,'951443db50b38defa18c92ec8a983179',1205271899),(340,'17a1fac556ec85098cbda53a8db01075',1205271950),(222,'0013c34d772b4b0469293694516a2534',1205272043),(441,'388d86b7c70f9b3ed20133fa2352b871',1205272100),(352,'4ca3ef0879413d14ed4acae9baee2339',1205272109),(135,'57e515a10d62a2d2697dfb356c42869b',1205272173),(110,'c2a8a919e8d8f09a0572a396ecdf5463',1205273161),(44,'19e590a98a37f14067aa8a9db9875e54',1205273227),(309,'a4a4ad6a8e159322c29104ca17c56142',1205273430),(45,'6a50aa7a0db22b77e68b867856804371',1205273771),(255,'ff01bc394992e6a3f97ddd0799279065',1205273889),(114,'2ebd9cc328cfa9f5366abda4016c31be',1205274848),(419,'790c81ccdf8b866b8a3a982f49c767d4',1205274967),(282,'1990b285ec9358039ae152ac60c36d8c',1205275283),(146,'7a6cad8a26071460fd1296971fe60c3e',1205275963),(89,'1f83440602baf7526a04f4ace2cf2f76',1205276102),(227,'bee87db721965c897819125f7dddb834',1205276146),(337,'2714d4ea67d310ac6a25437d8590d75c',1205276376),(23,'4e06df371d9f327028a5a2e641044819',1205276438),(117,'5adb46c7c641dccff26a73fdc8744c06',1205277487),(433,'66ae5ee98295b9fee4204c66adeabbb7',1205277522),(323,'1db88629916fbe9b337e188b2265e1f1',1205277646),(116,'33c0199d91e82b05b2606ffdb4d87d3a',1205279396),(133,'94c5e77e4f88343020e27d2e91ed996b',1205279405),(304,'5aed3cc30fc41df74b9331fe5896765e',1205279471),(56,'7179ec95cfc96d1dbbfa5e35c9ac0535',1205279653),(383,'054bb2053a463311a1617c1525461583',1205279781),(255,'f03523680b5f80dffa150823171f2302',1204319092),(252,'74dcb0264ab8b561d72ecf4deb2804ac',1205325594),(253,'51fb6f85537be2ef9d70a043b61d4852',1205325041),(279,'2e6b8be4d184039de01b53f011d8583a',1205324869),(257,'d510e9623e729e1493ae5e4ae7d79878',1205324614),(176,'a80d1cc9055cb230882f44758aa036f5',1204317259),(414,'ed8e5bc131a2d2fd4bf2479e899c163b',1206007853),(426,'38370aac7b99507ffb5b9b34308841f0',1206003504),(20,'ce3926f4c8bcc29f742ad3254d94070b',1206002462),(216,'ab1e31e67f2379c45edfddc54760b43f',1205324354),(9,'cd7dde2335d8ea8eb1c8421912fa5d25',1205324219),(97,'87e9f612023eb2753cc309f94897f44d',1205324110),(365,'ccbdf245b278770739e5829ebfdc2617',1205324014),(249,'c56cbd794c90521c4e93978cadc4f2a2',1205321427),(40,'ef10a35b1a41065bb00e00810950b9c4',1205320845),(315,'63cc0ca0253d01a151a94f76d73049ba',1205320617),(386,'67334514eb4f897eda54eb9090356704',1205320383),(261,'0d96a26a4e09026ebff1fd093478a4d5',1206001920),(460,'d9daf51b9b2bef33e8527cede8ec75d0',1205320065),(295,'483cbbed096d2d298ced3661c8901b76',1205319996),(457,'b59c4aeea690e731e2e06810b4b5d81c',1205319616),(20,'19a033cf5c07add73830c50cadd5951b',1205319443),(20,'8717d6f2e1c005e223b5688a920f74de',1205319440),(442,'d3612a4099ab118f5bd3a3d3be427bb1',1205319414),(445,'d8be796e775b249f570f96e6ddbe1a26',1205318604),(132,'b34eeaa5f1af6ce87c3cf55247398676',1205318506),(456,'e8f74b98502e0b7ae73b84f7a8f6fc7b',1205318145),(379,'e2ee8ef1f944e05ef18c74e298d53e1c',1205318127),(267,'ada79ec1d39bd9f3445a07a9815ccf60',1205317713),(352,'dd22f80bb6d98faacc1793e87aa5aeaf',1205317340),(409,'4f78b25c9d434811f1029e16718140af',1205316659),(381,'a4ab4d0759caae792b6726670279db0a',1205315979),(391,'8b188517644873d0e6e260406a6ae149',1205315955),(247,'75c606cca6f7e8aff0cc2eb06fc4a7a5',1205315701),(43,'36e73946ebd8f067d7de0b19a99393a4',1204316319),(121,'391131b76aa056e68f6163b6d8b94385',1205315614),(371,'41eeb3878cfc1c9df2efa01d8840467d',1205315544),(26,'3b472662d50249edab315b865ee1f501',1205315373),(26,'0e23940fa21d616b7c3ded2843473cd0',1205315372),(321,'bb7d069d18be4f4d75723393a64c1345',1205314767),(90,'7d7759afbd15e831a72f8f930160f99a',1205314485),(54,'d31d191488f6337ade4e6f1a0ca6510f',1205313198),(93,'3a79196e8359b3e99e7d81759a67af86',1205313192),(100,'ca5986b53d2e479f5e79c65536a0b798',1205313051),(327,'1a2e26742a815a2bd62a2b755be634a7',1205312501),(47,'c3e2be83ddd3b732e8e7aa52ec0a7ab7',1205311562),(375,'977a8a3638161413599ceea51ed2704b',1205311350),(106,'98d2ac80b067f757588f13893434b20c',1205311182),(27,'f82119d18f40371ed9bf91fb979cf351',1205310953),(345,'6314b666c3309584e0b87708fdfb4fec',1205310936),(105,'706abc02f8ea0ccd4d0f9ad4da28aef6',1205310838),(27,'103a8ed06411bf3a9bf4d8c2c9c7009b',1205309922),(27,'f602baa31b7ccb021b5e4e9f146976c0',1205309766),(333,'280ffb3b05d43fe442ef17988f8c244d',1205309299),(148,'da1927b4ea8c205d19c36cea9756915e',1205309201),(43,'a6ef0b1ae70a9c7a06e5c322620852a6',1204316313),(436,'902ed3b9c42abd793e147aa914c98950',1205309119),(48,'8e241f3fcdaaf39e8c424b48db00ef8b',1205308901),(421,'fde09c46d81e92c1b0b1141da127f122',1205308563),(422,'777fad62f03b852caa458c45284e4f4c',1205308263),(70,'1413484dd79870865225e8c2341ac385',1205308033),(211,'c68989add3159ed7c1b5396867cbf46e',1204249624),(211,'b34daf3a565136322b20f36e13797ce3',1204249555),(385,'609c221629d93fc9b4303bb87f0b606d',1205307616),(134,'aedfbe990b684053788c5fc2b545b9de',1205307475),(297,'9ba44dd35f3fd21781bdd32954241acd',1205307324),(366,'e84911adb5d43f488610854fccc74f39',1205307228),(359,'1da147f53c9e6c43f0d259d9ef572daf',1205306694),(292,'5ec438e2bd8cb37a0422f987fafe23b5',1205306261),(156,'a72ba441fe5c0d04d7bf43b395564589',1205305464),(230,'c56bce3a4d6fbdf8834bb42a24ae536b',1204249043),(86,'14e51529bdb712f034dd551d9932a024',1205305255),(380,'b352bc95cf0235264802fcadf5184ed6',1205305097),(415,'0a64892b4fb4133a6f03f9ba9a850171',1205305049),(452,'6c50c2c51c092192b45818ebc5c1522d',1205305035),(292,'2360348c822a2bef8dd7de838610293d',1204248464),(230,'3545adfc2ecac5b807b04145a967a6a4',1204248320),(230,'d37d8dec77264ac9d60728b91b0cf4be',1204248187),(152,'3160e5c7143d57e485005f0a19ae986d',1204248058),(230,'f34bcdf8b758133f77353b58a609888c',1204248038),(201,'1d23e8d6d77b0fe02eacfc34ce71cf51',1204679585),(201,'0551fc1c76de88907f30b52eccc2d13f',1204679589),(201,'5f76a6442e1ab9b30a6e9db15868650d',1204679596),(201,'e6f0e2669b1e591881af9f4aa8d51a1e',1204679600),(138,'5b9dfef4c596c1c1ad49fd52cf808313',1205325626),(149,'1c057ac8bbfc38df06bd8f408506375e',1205327176),(116,'4a92fd6b57d1b012780579766785ff1f',1205327598),(128,'29b4aa6f499400d31363f21a3cd3c89e',1205327621),(292,'b043e1fb01a7ae33d20478319a392149',1204247957),(344,'5611069ccc5de14ab57833468afc2c93',1205336070),(383,'af6aad9b3dc6cd00f844e5be1c3fac71',1205335989),(127,'e0a3b838fe3e91abec46cd40dd336e59',1205335677),(265,'7018fa06a76fa474998d0d1223cad252',1205335610),(442,'2db9431df74527eb47b86cef906b38ee',1205335579),(201,'babd46ec557dd9b4dcc64faa0891a0f2',1204679268),(360,'e4bf597ce1e82d83097ac99dde72936a',1205328072),(391,'b4a8b695967db6cde95dbb2adbb76118',1205328178),(427,'ab9c8c18bfeddae7c042b2168419ccd1',1205328602),(460,'8fbfd2b2c327c6cc0e6eefe8aaad3d7f',1205328697),(152,'d1bc6e86bb6d299cac047d7b98fb436a',1205329653),(20,'5eed220c2e84fb1ecccc54eac901e3c3',1205330977),(20,'ac87790104c3ce388d1c50e63cdea1a1',1205330978),(28,'cd9c30bdbe3eddaeac75b6a67426a11c',1205330979),(260,'42803ad8dc96d98da82f13cbbc14d080',1205330988),(28,'c6500489e99f5d83b6e150bdacafd2fd',1205331066),(403,'e305f17d14df8f37a004f47a454ec6dd',1205331138),(20,'71bbd9503f72dbacf95be893e5dd212b',1205331208),(253,'81624cc55b097334edd9d39aec6363ca',1204247903),(418,'270f9a1f8fac725cb37f4eb2855b6780',1205337545),(265,'a96399672f822b2b13dfce99eff79e98',1205337287),(253,'5cf0ceadd4d1090eed291462a3f9189b',1204247900),(146,'1fd5e1cdff93b09cb253766aeb5ca326',1205337231),(152,'03186f242d31a6c7f08299c408c5fdc3',1204247888),(152,'a58f6f710f9dc2d5b79b991985f7abc9',1204247885),(423,'5633adf55fe60612bb11d1fa59551a92',1205337138),(20,'ec630ff9ee5571de1d5860a7ebfa6be7',1205337106),(443,'c7fd4a08a2816c8414522a853b2b9bcd',1205337007),(361,'77a644855a8ee29fd5efe3d31ad44cee',1204671578),(4,'36571d89a0954a828cc7f1467cb5bf78',1205336374),(267,'826e1a3c807ca0a3da9504ae9cc2919f',1205336395),(163,'bcfd087e96b3d7608ac004587112bb3c',1205336396),(253,'85f0194d664a80be54c1279232e25afa',1204247648),(224,'3472e3051a436ad7df3a91fe11158888',1204197062),(171,'6c60562e3a142438132290d4aefda860',1204196608),(107,'7d1ef0574aad2813dd1e1287349252a1',1204195704),(179,'9d8caabc0072bcc26892ec87041fa361',1204195682),(179,'b4b9e6f074bbcddd5e8e83f7b519e0a3',1204195668),(284,'8e89247e7967f7445d78366d4bc9deb3',1204195618),(284,'868f451f8c6cbe7ad6dc10ea46af29c7',1204195614),(284,'4ba1b91f35531d43153cc381fae101aa',1204195611),(231,'203df07c39365853ec9bcfff12a7c6bb',1204195601),(443,'4b3e40968a3358e6b32c41f20c85ee56',1205338069),(231,'6c732f7346b2578afefe26ee2fb26ec7',1204195598),(106,'cdedae3b910d21b83de1e0e5b284cbce',1204195592),(104,'8796cfdf39cace86dc907eed2364ceb5',1204195587),(104,'2576fdcb5db73affa8d2a580a3282fc9',1204195584),(443,'19ae9af9ec784650176ce8637ee67a28',1205338061),(443,'45e16361e674c7f067d6f53dfde1919a',1205338052),(105,'56ca3915a7301e5bcfd55554b8cc0146',1205337879),(434,'338e992eb260b8485d0b64165369217c',1205337855),(303,'d9af3983db4800a267534b8088bee284',1205337836),(455,'b78e1894941831b3b18cdf9beb19b4dd',1205337646),(45,'09bebd6dddc565f08098104213e8b4c8',1205337779),(104,'b596e24894b4e145352a4c5a9e9191f2',1204195581),(171,'b56c814f83cf05f130194f1301079959',1204195572),(130,'c9db3e442dfeb762878387585d72f7af',1205340336),(98,'dc178f0ba2f61e96fe56dcb43cf0b353',1205339582),(265,'f5c5642c4395d173a5c085165fb431aa',1205338482),(259,'d90a79b340fe9b5c2ddcaa575707ea0e',1205338155),(146,'2e9ad61d16ce11fe0f5c2422084d69f9',1205338100),(146,'fa0d42c33f3452d3122aa4146b673b67',1205338084),(146,'81e3b8a069494aac75dc65c9b648056a',1205338092),(352,'f6533929e27dfc93d1b9e08ddf3a2542',1204668132),(235,'14f2a2930007df6cb31f4cc9bc520071',1205340711),(111,'5cd57a453db642e6a84412e13dc49245',1205341458),(58,'b0161508f8eadd52f00c0dc35136946b',1205341519),(34,'e65ce9ec36ecb7d4dc94beeb8debdc77',1205341894),(228,'1199037a6dbda106bae2afb35c2cf3ae',1205341996),(460,'fe45fcbe72ed86f3e1485ce48cafb9db',1204667745),(216,'a09cb4a18ffec0e626377830fd3b187d',1205342113),(182,'7ba251611c9c67f8d3c999118831ae0f',1205342208),(163,'d7efdf6ded0af00d317b8ef3d248a008',1205342597),(119,'521b688b2c2ee15e969260ee6bfe0fa4',1205342872),(460,'7afb7636122ed42659bd8585f6c3dee0',1205343844),(259,'1f9514177da0d51c9c36bfe2cd77ce8a',1205343965),(460,'5e8aa827719c11e9e37197532ec99b32',1204666471),(460,'2e038082a6e9ef9ec0b54fea6b79502a',1204666487),(460,'d2b7d6291ea8226e4dbe091a73a1b128',1204665485),(429,'9c0e580107b69a83457a580e63a8e532',1204660829),(111,'962be06e264460213125e9c7e241bad0',1204660835),(79,'c499a7347cbd838161d8f32547ad4c2c',1204660840),(106,'2307bbf9591603ed4794453283de12af',1204660843),(111,'22f45e54fd69f4b66961e219818db317',1204660847),(133,'c2e1c762f70d16f602115986cd92d94d',1204660872),(100,'0e341a54a039acddcf7272bb1ed3934d',1204660882),(106,'e95a36de00c641ce665c66c273361a4b',1204660894),(429,'9dc31a232b2b3b4c4327f67235c84778',1204660899),(314,'e16ef93f0c5e344f7b7d026194381b42',1204195564),(199,'c8553cda091df5366030b7574a3c9128',1204661230),(199,'f0c08eb33d13894630344af92276244d',1204661217),(199,'8e195842f3a146b6a600c3444e16d71a',1204661214),(398,'737cf8ebd22376f0a3db380f1bbfa8f9',1204660524),(79,'5147035056b512b496be915b2b60d870',1204660528),(100,'6a904b5bfb52cfa1441b9b3f274237c5',1204660539),(314,'8d3f349b61a7564ad46e876b4a0dc029',1204195556),(106,'dcdac1d8e730362dcab7d09ee7123027',1204661190),(133,'21ffacd2dcf9c5d3b49c945388862162',1204661166),(105,'f365bf22e50ab2913d84359b524de806',1204195467),(167,'3daf37422d669306fc7f9f39a4266408',1204660985),(100,'5082a46090383ed7841dbef33f86c4ff',1204660947),(429,'1a65e74528713c91f1891d70534325d8',1204660925),(384,'ed2dd65985afd9a2e4ebf6fec9558b2e',1204660907),(133,'bd1d332d4e39662782b0d5dcc6e5d44c',1204660903),(127,'8f158a357d413458ba48b9d06e650427',1204660804),(417,'c74cc4edb30d2aff3a0e61e5f3d0043b',1204660724),(127,'cb61250310b5c4b00d19c2e14c622a9f',1204660703),(79,'577027dc28143d8bc41c286f0547b4db',1204660671),(417,'2963aa98e765ca670137abbd54ab8c32',1204660687),(26,'2322f6b7ad83dba728a510bd18ee5e52',1204655262),(352,'c2538d84f0e777d4afd0fd6f40beece9',1204661456),(406,'8463dab5083f2227b071698dc1ab64af',1204661878),(26,'256dd0666af718e9cb888c54a6cafa53',1204654550),(19,'948040ba5926e4c1d81ebb97f8708dc5',1204654026),(458,'591d9b348dd545301dbff21ba5e7f487',1204652526),(273,'254e4b8f88f3d8df5a47031e88c9e65b',1204652529),(313,'ce814e5beca14d2bb7da9059c13a03f3',1204652532),(286,'a3e9e4c8ef3d14c54473443c3b08e973',1204652339),(271,'91404008016af0f14bb967e4d8129cfa',1204651288),(345,'01822190e64156da7267a7eb7f619320',1204647828),(455,'db6de21da605bb39ed42c62cf596644f',1204651278),(105,'d3c0d726be63eab5296d1811dafc31c8',1204195463),(345,'cc0bfd63882f3dd17cc554f314b2acae',1205346718),(352,'6a92c552d8d7ed9a0975c660b51937c0',1204663283),(406,'29121081f39b05c8877c85abeedc4a4b',1204662745),(446,'f5240eda2a6476f3f860f8e7009ce5fc',1204662683),(352,'222657211ce5a5d1197e207e990df3e5',1204662042),(30,'8bb73fe7cde72dfa0da097ebd42db8e3',1204654558),(456,'c5a90edfc7a5ab234ab77a749b697dd6',1204654139),(27,'7993a317828feafc83e54b7b81afa93b',1204654131),(451,'f2245aa27aaea9dc78bdc1c86288851d',1204654119),(348,'3266753c9d2113327dd89c794044247a',1204654088),(222,'f4624801b0443b35f85c71845679e7c4',1204654070),(105,'53a559bcdd9ab39af97313d7c911866c',1204195462),(29,'79c4d109e44c4252858140dd1bb063d4',1204653701),(179,'92436aa7ee28af6241460d439c2857c3',1204195456),(18,'c4a209c9be9b09b117a6ddb2534e27f7',1204653697),(31,'fd580ea0865025df86cdd764a6c8b25f',1204653689),(222,'80f888d2efe22dd8e29925dc172767b7',1204653512),(456,'9491baf4a5fb55f9b8e24d1bb46a240b',1204653504),(19,'d161eff0a93703484d76441c1004e87b',1204653310),(29,'e37b39bcc5744b806ef99fc2be66277d',1204653292),(451,'9f5a31280d0633769e768b976459c2f4',1204653285),(458,'01f204c0fbf1a29ac6c4e69378b28321',1204653265),(29,'c080dfa59464b9cf301047672e6b8ccd',1204652899),(27,'6fd2e51af75925ffb19a47700cb644e6',1204652859),(31,'e4a38b6e08746afb759a5be9fce5eb1d',1204652851),(286,'8612f2261e092437bf911ffd7e935663',1204651965),(182,'895de883017497e532b11ce9adb652f4',1204651955),(458,'6d4f3f7ce597705cd242d20e6227b991',1204651348),(457,'b40975671a1eaee6f995425b8e80637f',1204651326),(273,'211be8171513381e04c816d88cf0b7d9',1204651323),(454,'f92ef5b794e94dd2311fb47376d76031',1204651320),(314,'17c949664aa4a434fd1b0a90ba13a556',1204195430),(301,'f7e16bf021d4163b864659397d74861c',1204651309),(455,'3a3b7679145072adf439588f9ca0e85c',1204651304),(254,'6c87e45ee84d1f23f303dd1ed6f6433c',1204651301),(375,'7689751e72a57273732a6c9b00033a88',1204651298),(306,'b7e77a6e8611375882d6d09b207abed2',1204651295),(13,'eb65689d4d41a19998ff4ceac0b2bb5f',1204651291),(201,'ba4bbffe3ce5b6677f2a096701b061e8',1204646089),(17,'5f9b178339c87be0d30174357f636d32',1204636243),(17,'6c81b0cd5a149baf9a01ef767e3866d1',1204636480),(65,'ef3ced42a808d3d3e254ebd4e0cec6b7',1205346807),(231,'b55cfc09cd54c2f5321b1ddf5a6b84f0',1204195413),(460,'a83c82b537fbd3dd59ea097ce6ae1990',1205361246),(364,'e52affe6e3dea330d048485eee233c8a',1205361154),(422,'f84c53b3763cad198395918ac9ad8577',1205360932),(447,'3deb56b45ebbf02b634818fe05320dda',1205360926),(290,'2a30ee82103c8ea2e1337bbe6eb5646f',1205360803),(201,'62df71a079dc5e3db1048abd3773df45',1205360694),(327,'25e5631e3c463b92afeff08a0a885f24',1205360634),(345,'e6296290b5e354b9f3417b10b66e72b3',1205360523),(246,'d3163e69bca0455390ed305cca423f19',1205360504),(460,'f0ea96ea3738a89979ab3fb643104c5d',1205360061),(372,'a61a9831261c321b7ad8bf549cd3647f',1205359683),(133,'ab398be653706b53c12af610de267908',1205359663),(417,'47aa3a385e8e804e74736529c10e40f9',1205359645),(457,'b58897e64a07d51885093cd30e3af7e8',1205359362),(249,'e380811d3f152ef25c7229f8241a0d5d',1205359270),(391,'53d51e4179a58cb92d2330b8b25a76d1',1205358996),(51,'14f59bd58ede13acc57912e6dce4feb1',1205358804),(117,'cd8dbfee1adeb537e6045064465eb4b5',1205358670),(283,'cb9aff0c372f964c1778884c12c8ea03',1205358606),(119,'e4fd3460cf9f680a136ab5acdb7af105',1205358067),(431,'b169d9ecf2270ffaa25f102846678a10',1205357992),(63,'954aacb80abecb6360f5cab5b503b1b6',1205357949),(289,'65baf242ed35568ace2128b808ba7cf0',1205357798),(165,'ce51a109e103f33cd529647a7cc97a35',1205357747),(4,'732b024c46af0ccc891e0de4204dd3fc',1205357699),(266,'ac0c3e172efbfd16c8ab50b3f88099cf',1205357691),(4,'a8e9abd1acf79c23288e5c7d7fa9206e',1205357490),(22,'7495839c212376947e36e5f93be97a1e',1205357431),(201,'28b64abdb21a2983f03f74e01c925bd3',1205356908),(207,'4176ef43110e1eae6fa9b7ee876a0d80',1205356402),(167,'9f076f4c0f9dc70887634710739a0e28',1205356234),(23,'5a9be826097dd95d3a24904db79611c4',1205356172),(246,'510e55e18a23cbfb60fad1deb647ebfa',1205356140),(234,'8e566fdde39bb6c633982ed11c64c32a',1205356138),(155,'33eec2450c57f15ac3af11d14b8478f0',1205355930),(117,'5e5394ae7c7182dd444d07820fa660df',1205355681),(353,'7155239cb15dc81f243c131b4d3ef88d',1205354759),(457,'362d40f8da040bb6f6df5e34415d8ad0',1205354520),(165,'53008cc8ed88d0c111e157dc16bd52a5',1205354399),(96,'75a4df7d1837e8feb459658ae03082cf',1205354003),(24,'413ea081e5914e13044f631879a50c36',1205353590),(75,'d9c47beb22283609710f7b5dbcc44737',1205353521),(315,'b0188d2e8f43943e8dfedb6337472a4e',1205353405),(248,'2aa89dadaf5a3a987daa719244f74709',1205352712),(249,'c3c80b92df31e3961f495bda617534a1',1205352480),(260,'9398b9824166224ed239391b9061ed30',1205352404),(265,'3f9128d6d0b1569898ff625bbfff47c0',1205352263),(163,'48cf2d03d4989456d2395bc9b944d998',1205352200),(312,'2b351e0b7f5562ea002ac45834bfb993',1205352188),(400,'bb04b979f29b0a217cbe7903c646206c',1205352147),(249,'5f9f887dc55bf3c1892fd2f4ccd74baf',1205352118),(457,'fe1f76a15eb095882849296b73813ee3',1205352057),(4,'5eb782a73dcb5e3f0e6ff0d5aff44223',1205352017),(101,'808ee8ff862a3d91e7d7c467c07066e5',1205351928),(249,'d7812c7a98dbbdbc39156e0d03c83d7d',1205351872),(227,'063f7c89430e7410a5b38ac425ff40a0',1205351828),(4,'5815c89cc9e55b7d6832743627f315ac',1205351826),(249,'fd2a0db6dc940b09eca71060143db23f',1205351728),(27,'af3ff114d3c2b5fc35eecaf00bf65635',1205351205),(111,'6a6b35956fca2e23b4ac5749d47c0a70',1205351111),(327,'480dec36792d4008d1e363bbcb201871',1205350897),(360,'97163bbc5cc8119a891cab8f1c5c64f3',1205350744),(52,'27f0460b858cdc0a9d2181126d0c29ac',1205350583),(455,'6c4846e4cb028b0e7fe526bdf5608623',1205350304),(107,'96aaa59e486d2c15e757d958ea12443a',1204195361),(322,'947ec2271b2393d7868fcf05e6abcd50',1205350145),(292,'541c362677348b04ca23c91723954b37',1205350078),(339,'314b02e5236621dc4d02d9408eceba4f',1205350008),(169,'74f771628f94f10010bcdedeea76a57f',1205349736),(330,'2f9f17b869070211ed888f9f4c338f20',1205349686),(227,'e848d3681c42165fde9e29677c7e7553',1205349167),(231,'0922448e7a956f29a8141039eca47978',1204195189),(365,'47caf6990e36239c91c70c3a29c2bdef',1205348711),(173,'2b73271a82702f335b9134355bbb8bc6',1205348461),(460,'c70151fd33868b8f3f316895c50b3c62',1205348405),(275,'c5d40603c97ef26819c17466d103f2da',1205348122),(14,'a97cd9b963924d153e3c1f111370aa27',1205348110),(407,'bd63676a62e196e85c0911b81022d40c',1205348002),(411,'1dbafa122d484387deaf777203e7cd65',1205347699),(444,'781c724e8e48a803580611ccf9030ab1',1204195090),(40,'8d750d2fe99a505581be69f12451b7f5',1205347270),(124,'9e964a86e9944cd6c6a5406ef3d96633',1205347217),(267,'f4733dd774833243a0c3a82845f36daf',1205347209),(133,'9aaf722868a1c11f0beee0d4886d6a95',1205347146),(17,'3c9dd13ef72bb4e0a2d63223dd074f95',1204636172),(1,'1e18eb68a59fe2523d2e8469f4413ee3',1206236226),(97,'d0f9ef224b86d41df6a404eeb19ea524',1206236314),(416,'7b56531b20046c001829db12a91395b2',1206236402),(15,'fed2ec29ceeb27f39a19d7818a311738',1206234597),(153,'8b191db04fc83ea33f7bb73574677127',1206234657),(269,'7b67d50a07508f1dfd9853c62c8e9d39',1206235320),(371,'39d33b3c79dda36dfdc9f0af8aad2afb',1206235543),(102,'509113745fcad12cc09ab219e895da27',1206235750),(423,'a804745cb187d65de2289c68971be1ff',1206235829),(234,'2922cace230b6a358dfcf1c8777d22b4',1205361838),(185,'967eb7fae17a536104aaa8c83ad3b317',1206236419),(260,'8f1b1a7641d61e74aef4d6d239d8cda2',1205361784),(279,'ed8eb507eae3f6a8eb1273cef026087f',1205361779),(365,'83c78de6670557fd57687de992e355e2',1205361712),(25,'202e1be6612690c46931751e1bbe3f2b',1205361670),(369,'cded8b32dc8710aaed1a0bb57adeb53c',1206234366),(15,'56697beba8a4e4fa4d0bd1c13adc91e8',1206234115),(366,'8dd80c79ef5169181470908bdefff43b',1206059046),(320,'b82d4687f96b15df5cd0fadcf0ab10f7',1205361610),(223,'21ff139e55f3da26ebad289c3c19836e',1205361406),(254,'41d500ef5999054f38b49fcc0e178602',1204624968),(50,'e220abb0d5ac5508465ba7af133b9caa',1204624932),(148,'f004901e2525002fae3d52109fb5b566',1204624957),(148,'4c9582a31a00c13695b4e4f24e18ded9',1204624963),(17,'35da522f083ce44acdd86f76918a3b15',1204623982),(41,'39bb756d667239dbb1b375b271743e5f',1206109415),(427,'5bd1a49efc8b344ebfefe10f0ff51cf1',1205362473),(420,'1fda8970a3e698eba6d711504e95523e',1206108493),(173,'7859ce61fafcde24ecee1ed9bf73596d',1205362208),(249,'4209938300988e1f219cb54171f1f941',1205362076),(249,'11ae98f6de49ba6a60bd7f4595c99cfa',1205362064),(4,'feb8fd89ee712a5afbb3df3fd8c125b1',1205362054),(319,'85a7d8e2d1d60eca4cd7eb64242945b8',1205362045),(17,'96744624d792f536bc632de0b76ba8e3',1204623600),(323,'ce125bbff46281f190a4a5ae757be3fb',1205361902),(261,'651078e181cc38cdd89164691d3e1a48',1206085799),(40,'42271f2c63a00cfd3d9466ec3b3e630a',1205365022),(293,'5f3fdb5508d1895a3af2f626543f8bc0',1206086170),(314,'de93ef705ffaa2f2d5a0397064139c4f',1205364992),(201,'8e2f2fa7dc894bb4a461d714c897fd66',1205364933),(114,'d617add8859d66b08949b03f0c455321',1206084762),(403,'535e6c748df9c55b3af5e27f4839813d',1205363734),(336,'993a24e985cb20220f7f2bb0bbfe46a8',1205363645),(168,'d5885398fa5aa3f2c18ce0a665378560',1205363511),(21,'0a8a4dd9749a6f0fd1fdd2ac87c24da8',1205363363),(260,'1792a765e18f4134301de5f221969f58',1205363310),(322,'c13667eea11d05eb6db5493aee6ec621',1205362897),(396,'8493b536841faca776eb65dc9b08ed23',1206081739),(157,'dbfc1e4bfdc653050f7ca6fb84b6ffe0',1206081120),(416,'1f5da9a4a949a1a9ef128b7293f8e015',1205542455),(201,'c0638f83a7de5511d336a01ab50f16c6',1204135824),(97,'bc0a68776ddf4d26c2aea187a3da7d45',1205542356),(296,'d3c17d572aa1e30f69de0d9edcfc7b2e',1204157407),(201,'eed8f32fe4635382edbc658036ca374d',1204116002),(201,'c3b3a1560c2a8634aa579feb36e1d994',1204114672),(458,'71a04ecd01fb77fdb71a7c81f946512e',1205148244),(96,'8d3f91f70eefe4491a8dbe2534c2beed',1205147605),(241,'9bcc0c03ed003a29dfbef851bfae66fc',1204157166),(206,'7e714fbd4c0f7630cf34c72b99c3c9a5',1204157103),(334,'d779c5a85e50d1a8f66ed048453dcdb0',1204154643),(255,'f35e95de413386730d263b0381473505',1204329018),(177,'bc80ee0458c8ab83f2115975af4f7ab7',1204327660),(170,'fadcc580304a5aa18b1a0e30bd2e06e1',1204325501),(260,'1fc3aa5d45630c96b9d4ccc99ba91301',1204325236),(176,'d93be2c1cbabffd0aaffda88237f40cf',1204316269),(214,'c60b68d298af79fad87b6d2b53a4b3d2',1205292720),(348,'836aa5571fae23fc4fff457e428f48f6',1205292584),(251,'78f4f99f05db506b7f255436ac3aadb6',1205292368),(293,'693ab4ec78f691ab2009f1e6e3a71e7d',1205292233),(29,'1375ad5656622e368f85f99370f53df4',1205291652),(150,'3743499b4ce6072214f8d114ca2d1fde',1205291401),(367,'f2c5b2b224fd50b4280f0639b7ffd570',1205291213),(217,'f1dc7fae983c7a2a6621ff346da89ced',1205291177),(292,'1a4d0e894a6bfdc60b32a0acd19a809b',1205291149),(349,'8d02d5be7e79f6688e28410bae6adc38',1205291091),(401,'d0dc34e3f24f1ebd6cea785f3d684324',1205291080),(416,'f110323ea7b26c51e26d43321b0d83a9',1205291059),(456,'83d56eefdff70e70c24856b0c444c8c6',1204316160),(412,'99768ef80cfbf8f176a2d5d982b5a566',1205290839),(317,'2b73ded6920d604a9e63f2557fa0a779',1205290423),(18,'dfc094ce897b4b829314eb0f1088e96d',1205290117),(151,'35cd93318aa62b1eb93a20c75da85db8',1205289526),(452,'8329d0b62b515a21ab0d0dd754ab0fd1',1205289509),(151,'9f8af0b2a948d632ea04bccae52bddac',1205289493),(151,'f61eaa58e1a5a431ec95a1d111d35fbf',1205289399),(151,'31fcd58688a798e76442b80f8852abc9',1205289391),(452,'1a42628b177f7d9b1c8b57d3e3255090',1205289377),(276,'9f2de2d73c217d969d9a178001927ee7',1204320071),(21,'4d2be8816f4179195ba196c7107231e0',1204297757),(87,'cbbbaceb440914aabfa4383e605de395',1204297763),(252,'fd151c06500b59293b43f8950a471083',1204305875),(87,'c31ff97a5b5dc08e3867a66a167e55cd',1204309077),(176,'0a78820e1972599b8d790a18e3cad190',1204309473),(452,'06d564ce519fdbafeab4b7337a467e1f',1205289375),(34,'317dff43469941de78e4cbf0dba03997',1205289338),(303,'bc949e0e539beb8256130aa925dbcdfd',1205289255),(412,'7c37985a5ff94317475bb4da1631f2c4',1205289242),(267,'29a50ef8d11cb2adf2910c02bcfa9ada',1205289086),(303,'324ce914dcfd9f2927a555d27eddb94d',1205289090),(303,'e6e7702dece4aae070fc63bc44042e55',1205289098),(399,'bc4d173b59a67bfbde0d92de5ed48927',1205289122),(412,'6fa74acd26af9ae60f53141eff6e9d87',1205289124),(312,'96916dbba5f9f29cedc3189af6eae481',1205289137),(303,'e4be102b6bb41104e182532ba3d384b4',1205289151),(267,'55ff35f03b02d5eb8409756d10b19944',1205289155),(303,'efc3cd72879f9a027480d7564fb7f894',1205289158),(412,'4509b3f391e7456ccaba87237027fda7',1205289233),(412,'ed5be9d7ca87343e0cb32f20fa1aceed',1205289238),(267,'76e3a28c3a03bc56132f6c51fe138aef',1205289241),(267,'0be461233968d68b420eca777baac61a',1205289076),(267,'49a8748cd4e09a12334e65f454b4f85e',1205289071),(132,'1ee48df138f79ac1216aa0a07423cdf3',1205289016),(149,'c2677f1ac28bcbb782ec068c3f55729f',1205288944),(277,'784ca7dc6e2ff5543d3bf294117b64b6',1205288915),(42,'6160161cbd762b5c424a3105fd71da16',1205288862),(225,'97f985dedef9b2ce55de3a8ebddfdda5',1205288828),(394,'2fd4bc3370598a598b1d74879d0481db',1205288757),(170,'1f432f5861954e9d529d9d11b5e753f2',1205288621),(237,'a110912516f549511d71d72d88c2d1ce',1205288446),(292,'acca195b1c642bf2fde3bc246f77e119',1205288417),(333,'7758b533a00a2ee59fa8efb3f23e4a63',1205288246),(275,'a95b5ac58919076d3c12f71532056b50',1205287502),(323,'761f969353219e9f11f9959b971869df',1205287429),(400,'1ae5d44b7b9d640aa7e1e97f6fe846ed',1205287355),(410,'f5ec2bf157dc4b259f26b0ef32315faa',1205287282),(323,'31dcd7809289696b507582c8103db376',1205287164),(323,'02a553c0f9844d6e766070ae8931c43d',1205287147),(28,'3d1667e43b03ac5faf45e6e32bc5d100',1204725467),(419,'678d00dd61319246ba3807e84d50934e',1204471575),(29,'596db484d576958aa0cc55be2a6f4a7e',1204469262),(327,'929e187c213597ae6b7eae5ce944e1a9',1204415015),(88,'2fa0f8dadefed691d43d29749b033db5',1204466064),(43,'8939d12dfd8ba18f22324af76cca4920',1204418818),(29,'557e64bce94e04862185cadbd8856b45',1205295663),(29,'4aafc1816d8abdcf4e7d1abeeb5a49ee',1205295663),(133,'2d57a91be0590fb13296d29129db04b2',1205294772),(380,'1c6b21fbab8dd0466cdf0228c823148a',1205294397),(318,'5e871e08bff5e3801c78586f88f245b2',1205294305),(260,'f37be76d23ecb73199dfd5721855cccc',1205294146),(370,'31d24d783ded0b99fa6834930b38c96d',1205294122),(260,'4be0df5b05f5936bce992b6f68ecf3b4',1205293899),(11,'cd66a4896a80b08749b76adc4ae5e3b3',1205293869),(151,'4d72cf7aa5ed6d4b2729115d1db7ce7a',1205293812),(298,'138c35e1850ee1cf85f6cad34086f6cb',1205293018),(125,'accbfe913be889c8928f499d73ed98d0',1205293155),(32,'1ea0c3f4be08f3ec052c520d0daa0cb6',1205293174),(161,'595b8a897a75f531e9a1240ad453d465',1205293473),(235,'c34fa8c3735e436f13596183b1d9f92d',1205293518),(127,'6b99872a6fa77fc1f209a42e67ac62cb',1205293640),(2,'edc80eb872df78888f1aa4986209394b',1205293729),(361,'8b52d78e6704f9146b8649fbe6017da3',1204670560),(208,'371c4b78556490c58a0e7dc1ba841289',1205336135),(361,'97e3552f25db78656ebd8d3e462cca7d',1205335362),(222,'951f38b5f5fc92d633c888f04ccc65aa',1205334119),(89,'41a7782640b1a8b0a1777f0639917f34',1205334139),(184,'01957f0ef42d8b6da4f8d4fe25993179',1205335278),(251,'2eed4cb07b3ed53d57b6960c456478a1',1205333996),(361,'4277b89d824db8f345729c166ab4eb6f',1204674516),(81,'4261a2911d0391c95fea5b8fe361e72a',1205333838),(281,'f63ff6c92cdabcb91afd33275219f64d',1205333399),(318,'013533db9de0d0c4f85d206bee2dcab2',1205333353),(249,'02146cd642b2d8a3146f2af516c10ff5',1205333347),(27,'0eeef6cc8a14fecbebb25ce77674d9b0',1205333260),(459,'7d461e875076a50e180b721238d226a0',1205333258),(27,'9f183d200b04a0710d319190c28ba038',1205333098),(63,'1dbeb778e7c0b9c15ae118905f4c75ca',1205332928),(445,'a1ada84d39b7f8e1f2d4d8785a07f7ac',1205332807),(390,'b73a7ffe053d42441ce78a401718a5bb',1205332093),(172,'705e96c86da1c022808787f0706d5c9f',1205331764),(320,'656c93cb63369b74d5d4500fe27fa05e',1205331680),(261,'1dc4470cde76703f4137caf37a467c97',1205331636),(51,'9f23b8166a66ebb81d8f5d028ff414d2',1205331515),(343,'7458ca5ba1557f557cc8256a4f4c3dd8',1205035722),(390,'dd41f523331fb8f190208fa332065406',1205019039),(107,'6bf315ad2195cc47b749d47364431fbd',1205020156),(413,'1925ad3ef43e7b60cff1287e1937181b',1205020415),(240,'09de869933bc2a3fba19935c70c8a417',1205020963),(339,'267658599aab99a03195840243e4acfc',1205545282),(328,'e4eecc5db7c70ed4b86f4ca20027560e',1205223195),(283,'beab917302b8effeedc4d5693813be1c',1205487363),(19,'76439f3e6f8bb824e3fc63fdce55b194',1205249004),(95,'5b96d4b73155b3b9299a6d886e5d8272',1205486693),(50,'ef3f443a2f63e75311871577d31154e4',1205233313),(253,'0afcd7c7656a6530c2550fe154023a14',1205486670),(257,'46f32e55055b7874210c212a434d5782',1205234543),(21,'8701b6535c31a8d941f650c2ed72ba31',1205245931),(9,'6663b9841ae6fc7346e4eec1169c5ab1',1205244317),(22,'a0ed82a6fad78fdd1e69023d091de553',1205245089),(388,'1c6bfa240990e97c38e7f3175b7f5242',1205241674),(156,'f7fc468f721ffb2c73ed44267c910117',1205247541),(79,'0aedd0b76485c4cbbe4090eff30749b1',1205248398),(352,'dbc05b72df6dfcae16e5f94c328d2a93',1205487791),(241,'45b4d091962747603e3e7f4954c29e0f',1205487771),(146,'396cddb429d7823748591bf895b07bae',1205256133),(131,'ec37a0c04314bcb2a33148006be22908',1205260977),(313,'3a67b0cb93628625188556ec445d8db1',1205487465),(19,'ada88b40923ca31ee178d0867cdff185',1205484175),(339,'9f5e7f652bd9bc31e80ec7a7558cd9ec',1205275941),(435,'62354c33deb72e66a15a8d6eb3450b07',1205466590),(24,'ff4ddd5e46cd8aabcb9581e35fbd143a',1205466474),(362,'dadef6b8e0e575302d62ac3bb29fb03c',1205466422),(456,'2f8bfe69f99906ea73c5fc3b9e36fe6f',1205466283),(172,'a0eeacb76007af8a151e579ff618c9cb',1205466012),(408,'3b925306a051713f9afdfe101a97b40a',1205465799),(362,'889a2f230cc689bf491a7d397757e5b4',1205447258),(356,'2d71a0f79de7b03b2be89837a3a04619',1205390174),(445,'0800f83544ffc7d7ff7a561942876eee',1205387517),(228,'a036ea8dde7088f690a4c2aeaa9721fd',1205387402),(177,'826f17a1dfc66514ffeb8e439af539ba',1205387268),(238,'f4964818378ebd0d4e14c1247143bc6a',1205386492),(44,'714d117680a89742783c912056309a3f',1205386154),(216,'71536eabbd7d9937bb11fcf308dd69a1',1205385531),(25,'aecdd544effd25857203c613a3a09ba3',1205385506),(457,'249482f0cfe69d6d45507a938446f4f4',1205384717),(19,'18a404222d18ee897403425b9fdc7bb7',1205383714),(126,'d4197a5bd00bcc817213bc9164a8bee2',1205382676),(329,'674ae09898fd0674991d0f3a44218e55',1205382307),(457,'c6f099c4c6e9eae4808f288dfb516a2e',1205382053),(457,'baafaa28e9ed6c6aeac15b8a3bbe9fd1',1204613930),(457,'12a00ba323297a05073cadc6e57821f3',1204613929),(19,'8f35b99f15392bff911e780fc63d4a51',1204613391),(21,'d7aecff79ace36ccd0cce78b7da7bee0',1204613392),(457,'ecac18ea00f6167411f05ece2f6c3249',1204613931),(458,'287c7ef20e0afba50b173837d0487beb',1204613932),(457,'040cbffeec6336331000f71de3a81e94',1204613934),(457,'db4a5fc8c5b3a4658b78fbb5e3295f5a',1204613937),(452,'da3794782f908a34b58a26791b2fe79e',1204613959),(452,'de763d591d7fc594e8a43c735df11ae2',1204613960),(452,'88fb1f537acad0f4423b14bb5b2ab42e',1204613961),(452,'9178ccd134e112ab41668a5b9eea7693',1204613962),(376,'5f1cd331d8f86a8b24a6510e44fe767f',1205392669),(387,'25b03a4599d885e56d41521ce00fa070',1205392880),(270,'9e0fec75a02db98eb4428382aec43ae4',1205394147),(340,'7349a63fe6d8ad5a63cc0b7596f73069',1205394175),(451,'f7dc4de80bfe8119f0cf2c5d0dca5019',1205394616),(266,'d98927a01a2e6cc27e2293062abceda9',1205395594),(43,'5fffb01c275447ad522381327b3e97d7',1205395612),(111,'7a522dd8e140db4ac6eaebee1a33c36c',1205395799),(119,'bf6529115b79a1aa971117b1649e77cc',1205396187),(81,'0e28f9083d510627eb48c29bbee195e0',1205396236),(222,'131ada947b9c994de114265412e2efc9',1205396677),(287,'68ca49c1e68c0ce3e1c209aa9aa4d3c8',1205397362),(320,'713cd8a25231fa42f1b0e3637c194b26',1205397648),(320,'1e10d4cd067278ebbfbee81eb232c418',1205397717),(225,'6ce9dc180a8059586480a18ae757c1a8',1205398050),(158,'494e00a7f7521498a53e42164259ba54',1205398162),(330,'659531011bae0df602230586938dfa95',1205398388),(415,'49a7dc7b151dc49dee0f3245698fba26',1205398445),(20,'cee1eeb6473a515304366ab360b9b170',1206103076),(20,'3440e7e7a7ea3b151a8cd4d5f627a39c',1204587167),(179,'db5d8056b404fb1fdbb901d5a69ff0c6',1205418280),(231,'185ef392a951f49ddb543b80d269d40e',1205418324),(231,'b7852f6880667a3c80c8e8c3cb6d77dd',1205418330),(20,'9495c6cd1332aa740008fb9557be3414',1204586942),(20,'831ee11a4d8b8e0292a8e652c9de5e4a',1204586942),(231,'ec6ade78e01821e36e4cec15d53623f9',1205418336),(215,'0e57b301418259faa43bafec696e830f',1204585636),(284,'36106cf0e9bad522a26c18781ebb75c6',1205418343),(158,'46bdfdb01161a3c957303e8806a54991',1205418669),(451,'3c6124bd4570aa57f7af0abb1d10523c',1205418767),(72,'f8e222d513ea7c9f4b4766919d9a6b41',1205418802),(369,'8d99485e4c0862e7e9c0cd23b0594f38',1205418819),(313,'bfc679e816854146e33a9b0c1abe880a',1205418936),(120,'1fc859dc22d0f53f852e09469048ad54',1205419295),(451,'ddd274f7ee0fd18338ce67b177e2cdd3',1205419897),(441,'8112a80c4972fde1e6e46c123a432721',1205420177),(229,'f5f9cdd6a292ab0c23d41fbb6849db59',1205420432),(333,'fa29176d30087d5afce2c26d7726b4c1',1205420828),(314,'2c9e58c3ed183d927b56372c453c4ebe',1205421466),(376,'8231e39a716d7d48e1f0e822cef69643',1205421499),(411,'f72ce667070fe31aae896c3ac0bb06cb',1205421579),(240,'026f9f28a6b56409e77da750017c5819',1205421992),(223,'61461483b6af78fece01a7dc051d327d',1205422592),(221,'5719cdb97ad78f78bbd9bda72f35e71d',1205424245),(437,'cafb25b5fc22f26b2e90f517766f69a5',1205424321),(459,'e97f2c518aa46f84bfc32b0b1cd9a1ab',1205424907),(20,'b28c3d8549f4fd52e2356f7fe41f44a0',1204583204),(50,'ec0c68a48af92b83f3fc5efb2b37116b',1204579514),(271,'15d0ed976b1a60d3b009051de22ee0ee',1205425567),(268,'354118ae4506171edab80dccdb8c68f2',1205426465),(211,'fd7c9fff1d9d2f4cd6e0b7f5c92c44a7',1205426736),(248,'66942b58b05bb8da4ca0c622a60482fd',1205427367),(274,'80b4871d0d9430c6b7f0e06045f12f37',1205431436),(45,'e55d72a65c87772660097389553ccb29',1205432335),(253,'8891c9605620293173bb2e8821d7bdb2',1205432914),(165,'de52f2f26a89315fbd6f41cde8181ba0',1205433099),(86,'ed23f801eedfe9ae12f145e5e5e42642',1204579134),(121,'fc632a283b6c998ea34bf811361f9cd4',1205436397),(17,'771a94a104725829f80c2041b0d3090c',1205438268),(274,'5e7d51d8b3475244d5ef20fc157fabf8',1205438376),(176,'f6be3828caa0b069a30224a097513e52',1205439105),(221,'5f3fa5ba8e5613077048f905533d3b84',1205439851),(366,'2b3b6be2c344cfca45388a0f32b730c3',1205440140),(266,'85e9e72837372c2a3e630032d6ab41c3',1205440562),(212,'8f8f6678c8944c1e23314b2d53e9e09a',1205440594),(405,'945b9706723333e58bcc229ecb764bb9',1205441134),(80,'3c60c3f9920da3635d3ef1a7e7887f09',1205442128),(357,'9b5d6dcfa98323c23cbf34e878fac82d',1205445307),(277,'4b2e291c671667bc1679be8e9e6fb213',1205466666),(217,'be1313466ecfebf2774247b5ecf7e149',1205467048),(225,'b485a6bd2efdf07e29ff12fc316cf9c8',1205467199),(362,'272bea61bff8dff17fbd8ceb334efcac',1205467259),(330,'609394565fe52355623f32d19e5ff7d8',1205467268),(418,'0d2e54c76d7035ee4569975ac4ecf4b2',1205467316),(222,'116135601b9ccaee3490f7512a7172f2',1205467895),(343,'186432293de586c19fdf7e9d814fa320',1205468073),(267,'afd3242878fc2d6347d0d02f49b162b9',1205468550),(334,'0a7a1816cf052afba5d8d784d6201509',1205468594),(421,'eb8d962f348b5390496f73251ec073bd',1205468794),(355,'eb07c5140227b4b04a5db72ea2b1d6a5',1205468961),(94,'81f1455dabc3590a003816affb1661ed',1205469109),(399,'75d6bd784e2658cfd05c9d7854eaa823',1205469174),(25,'80cfde510cc5b200f16319d4779cb94e',1205469292),(299,'ec873a592926ae42e441ed05eb8c5d25',1205469434),(442,'c02a4a863fb65b90cd1ea93fbd41394e',1205469472),(336,'171e32aaab2dd8dd8da8720535c46560',1205469534),(349,'8f8aa88f0958d2a10c9a80f718b91e4e',1205469543),(377,'b29113e75d4426a5d023e4bbf0c7ecd3',1205469708),(373,'c196ee0043c218bc535aff77c2b6001d',1205469710),(152,'4612cc600410208a9e306265d10221a5',1205469738),(3,'e3e4ce9c8cc63ce73fa3ad1b2d4b5754',1206228501),(378,'b9f4e45f9598bddde951e6b0f06ada01',1206110713),(440,'95109e789220952c211f1a412f96c4d8',1206228095),(54,'39d2e0781b28dec9a32d198ac7fa43c6',1205494296),(324,'5889d064efe374f2ab71d1415595073c',1205494221),(324,'8e55251532ffcd0880fc49041d2bad46',1205494216),(324,'5e0126d269883cdc2fa57f10c06fcbeb',1205494211),(331,'1699481a7c6d925d20b6d429f2302fa3',1205494061),(103,'9013717fbfb2d080537bedbb0a698e47',1206227751),(305,'6454fffae3527347edf0dfcbc958d6a7',1206227265),(47,'1abffafbab7d3eb1c6d89a69d3021e8b',1205493992),(368,'d2659afb4f91b321b81ef60ab03cce04',1205493712),(324,'4ed4fa1b017f5e53e490b48b9841975b',1205493638),(167,'2c30d773cb987cbe802362eb9638f044',1206219714),(342,'a24a777c54818ab9515609d02b21e670',1206227155),(5,'2987f71592fa1b998f19e088ccf1282b',1206218316),(165,'b3570f40e1b504fc3a00ed4c89e7b706',1206115758),(80,'333e395850b3e5f6b0ed2250e8ceb85a',1205493584),(450,'badd168c0c6a22171cbd4a2360c0a506',1205493130),(172,'fce327bbf26a66476deb24e79f66816a',1205493038),(126,'cfd74ddfb0232cffb246379a92612898',1205492829),(399,'d56fdd5867fddb110b9c58a4e54c4ce2',1205492758),(266,'3d61abf0a575c87f6072d86ca2d847a1',1205492729),(303,'d7056a80def40a02f634bf46e9be46f6',1205492715),(260,'b9deddcf2fc4feb1f63471b13f71b216',1205492447),(344,'1e90da9fb38c457e3b23f5b0b90ac112',1205492297),(8,'deba5a014e779744d1ccd85be1fd2a13',1205492264),(309,'bc783f2661a4350f6290c66b13649b14',1205492196),(309,'9918f84614939632aa8775b9914112fa',1205492191),(309,'432ce1095b71d3f7da4c5d8f361cecfc',1205492186),(454,'a1ce021f74e13e9f99a41eccd7a98108',1205492134),(415,'5c7bb74304388efc84b07ba77ab7933a',1205492098),(150,'560bf26a6c9631e18788f3991bcafd3e',1205491856),(79,'24da1ece8068323aabad2699d766ac62',1205491608),(212,'1fc8213c6fae0081bec1fc6a920c4838',1205491429),(390,'1cbd0a5397c61d7db752cc69f91f7bc7',1205491224),(39,'696d530471982b1d75a50626fb163983',1205491032),(312,'b2752c55719fd3ace1555f5b3fb155bd',1205490516),(281,'b7f5c385573179046a721d285f1d4b99',1205490488),(380,'9cce2c7d8a27f0ffe40ad98a1ee5f131',1205490445),(120,'5bea631dafb801267d04becbd66de345',1205490138),(125,'84945054a33a9fc6d8f799be916e7f3d',1205490094),(418,'f106c5adb8ea96a11a4405fb827bbfa1',1205489233),(437,'bf6e06e75933ed9c2fb54724c482d231',1205489158),(440,'9cfbaaf9cdd14bd6c88a5c26032c953a',1205489046),(208,'87def137346d59a9c5f321aeb8cc66ac',1205488627),(362,'da9126eecde50340c402ef94bade9c22',1205488592),(29,'e41c4aad5e8871274885bbd9d5298cd7',1205488566),(379,'029ccb832458b9e73e7f3a859cebb7d1',1206218051),(29,'aa6c860bb0444541ecf5ee4aa64aa6eb',1205488561),(100,'995332776b932a84f5abefe0c21d915a',1205488523),(152,'001df55a91735ef7ed09a2e786e2dcdf',1205488443),(129,'5899f9537a40fcb5afefed4e44435791',1205488195),(24,'3eccf20b633a2660bd6b2cf6d797cdd1',1205488163),(24,'7bdfd2389da0210ad59149bd19c5a54e',1205488156),(24,'16e29a22da46b69e4305f6fa59d332d1',1205488151),(22,'2fac16b85fc7579daf975974269e8323',1205488146),(18,'7beea8a35c7e48b92d2816d2d1a76435',1205488105),(22,'9138120c196b977a9159457027272428',1205487966),(268,'b37198b86ff5826bb53a6cd16b21d7f4',1206189846),(22,'938eadad4a09745b2a2a5661d008a9fe',1205487961),(314,'700d4890642da4ecd0d9c36558689755',1205487796),(440,'50232915ba8a2694f2fce047a0c2c630',1205485785),(239,'6b2d847a7c2a12a6a438929a51bd8d30',1205485766),(19,'1dd110b4e26413e46fa6fb3b15262b4f',1205485691),(102,'37076864946e954c10573fad359ea284',1205485661),(37,'eda0a5e065d734c503401d1ea0a7f29d',1205485412),(43,'d356e3c4cc6305aaf588212bfe0433d4',1205484533),(299,'2c6f4269ee3f2f75447c3dd0142f117e',1205484434),(89,'90800486f3ea6f6adff72b7b87891cf1',1205484114),(184,'3a718394a7242244d0822905e08d086d',1205484095),(265,'34f81c98ccad0ada62004ab93c5e7305',1205483922),(253,'47788fa9f4c11efa6fd3194d3ca84f61',1206186043),(205,'570f2a2045f152ab13da31b4f66922e1',1205483882),(259,'26c726a2bff8bdfb5f4cfd0cee9bcd18',1205483695),(167,'e9030ff7a02be0b07c52cedf12bb7bb4',1205476432),(245,'d39ed8d9402f9df7c5f514c7b9484cb9',1205476366),(265,'25ee5da4353a7a2d375b4068eba12d96',1205475981),(98,'447684cfab2379a44f63ed4bfb6378a3',1205475588),(245,'645fa8794b5e608a9177b0f34f6b8dc6',1205475498),(2,'a530bd63b4cbcb73d373cf8d6ff737a1',1205475236),(426,'53e409a83f8780bdf31d05378c291410',1206128551),(343,'bc5e030c8ccd1b604da595eef99df558',1205474938),(174,'f7b2b0097835a40d5e2e37b7ce92645f',1205474643),(184,'0dffa26d138058fe0923c28ce93df258',1205474639),(437,'f0ddda511f8670dd696729999c3c8544',1205474349),(266,'82bd3edeb7b16ac7f53ae6384e53f890',1205473961),(408,'6e2e22a927898191f1cd7626269d1ada',1205473849),(2,'825a3203e1afaf9d16e69fa97fcc98f4',1205473803),(150,'691cfa9cca99e95727ce35f7cbbadf44',1205473748),(43,'a89f4e391519925695f97572e3acd2e8',1205473668),(252,'c0a8b0de2165388b40262f6b968e91c1',1205473161),(340,'26233bccf2b687dbaec81a1db67e0306',1205472365),(243,'dfa63bffbeb89d0394a579a495c05244',1205472217),(182,'0e3e95351efb87327655d6ce65bb1f14',1205471911),(456,'ddf1afe409a73b0580e18f7d38c0d8a3',1205471867),(451,'8c05196a3a4464d17594bf9f0d7a3818',1205471123),(214,'877f5a6f0bfa4dbd8b8ee303e2f230bb',1205471039),(442,'b46e64d5e427e2c8faa95e9b9e866695',1205470752),(331,'62da67f25930686940ddea76373b1d70',1205470719),(408,'9f647573386321edc53ba13cb5bc842d',1205470329),(242,'0c0a66454200b011576ec70b254906ed',1205469759),(50,'89f6ab513ecf8e60dd6eb5183c1d7172',1204574176),(23,'f91fc1d14f5c250a3200d16acd1e6e22',1206134741),(352,'b6cf3e45b07847a98be3b552019c6ceb',1205498963),(352,'d2afe0c31ef8ea7021f7f8519669f413',1205498919),(112,'926924fc334f251719b29cfaa933b135',1205497049),(223,'744d0b8205cd1f6f1be577a062c8180a',1205497000),(370,'c606cf7c0753b200d4ef239632c09170',1205496967),(321,'77297ee979ce962e9e55e283473245df',1205496644),(441,'5bfb01eaa3bd122d14017fa62fa23f5d',1205496620),(75,'0af007a0ebe01668b51691ff9508ed14',1205496598),(442,'cdf5f314149b54322d4bc90b851ce466',1205495289),(240,'1aa6f807171c38395b2f8ac8690b1d55',1205495069),(240,'c0cfba03aa21890f30a7693d361ebaf4',1205495064),(361,'ce8864e9b9138268c26d80b9153174cf',1205495054),(408,'0953287d967d11153e796961000a4828',1205494855),(43,'495a6b8f0398f795d506893a250932de',1206134536),(33,'860e085149772897eac9e81006be3776',1204530768),(307,'968d11e0207102b75c43bde57ba76db1',1205183935),(154,'eebe627e9e1ec044860a3010c5abd283',1205169990),(65,'192374f262e092bc30db864663fcd6ae',1205170466),(302,'1225b319379b6d85135f12bd3476d0ee',1205171562),(271,'d280cc1874531c5710bac16b3cf68ecb',1205171308),(70,'b6fa2001499ad13d330388974ea85dd3',1205167905),(138,'21ae9a4613d4539421396132fdd5475c',1205166217),(18,'b35fb76732b681235e0bd6a8a8c6b3b3',1205171277),(256,'cbf8ae544f1c6eb8cbee9843e2931f7c',1205171068),(44,'68fbc2a8db2bde73df5eb4b66c4d5f1a',1205163893),(137,'9a10c675b5a018c65a04a6b45a3e4ce2',1205171537),(163,'ad3621d0dcb4c095e5d7e5d0c75d57b3',1205173649),(372,'857b61d4635ad9a1500156fff392041f',1205173502),(126,'cb9f94fd19c594d7588fb1a0a5c772fe',1205163667),(303,'ef0fa19f6a6914d36bd16a7748166df5',1205173337),(19,'6151c8dcc9124432eb94bb46ed14b138',1205161659),(114,'dd0dced6ca01e43289b17755b4a2f458',1205147511),(371,'623dc602168a51c5d1ddf8d023a1af33',1205147398),(261,'164fef8e811e2484314de8aabe5e4c7f',1205147346),(391,'fc1af144364917723f424c72cd13bba4',1205147274),(431,'979d68e97cd23773d608236b6278841f',1205144631),(282,'72154fca00e650609df6c14dc489a1a6',1205144658),(136,'cafad3da25b54a19fe75854f0d2a98cf',1205144794),(52,'5142e27a415d349a9e619d08380ece76',1205144951),(258,'ee6081e270593b7c8faa56762cfb5a6f',1205145187),(131,'a62bfbf90ea8f228dbfa4f61c5c7aa93',1205146354),(186,'514b4a067b282a47b01d5e0f2c1e821b',1205146387),(295,'2607ca1dc17ef7bdc0c8f95212c9d1b5',1205146942),(240,'cd7a6047b71c023a20ce4deccfda9277',1204700835),(415,'22a4869c416b0ca06af2cc59bcdd583a',1205292802),(240,'0f9860635a836ff606691823bcd55e22',1204689131),(240,'ecf5fbcadc1346341d11931c3325719c',1204689142),(29,'de019518fe5c17fdf676ef46c0ef310e',1205295841),(163,'b7d3cde4e1b4bf22b89d936a6f172b0d',1205295879),(158,'45f9310b42dfcafb7ccd7bfae295b697',1205297070),(122,'a754cb92f71632aaa09e3d6cb633c847',1205297323),(459,'db289d8ffb74979ad247c3e2aa73e4ab',1205297334),(266,'234fb2f34a50def45f4178fa21d59a82',1205297817),(46,'72b7d6537a535e803f0ff4eb2d72f470',1205297917),(230,'c97f0bdede7977151f31e91b481d9317',1205298139),(162,'f1a0438db0eb165742439e7fdd311483',1205298285),(20,'2ff8f312741d95dc24e09b46217d3961',1205298544),(230,'94af87aaabfecfc8af1936f660615672',1205298621),(4,'c0aaf6376f341ec5ce8af599776ce71a',1205299271),(307,'00ca3b184043c96a0fee86db162a0f6e',1205299286),(163,'050eeb909dee996b89a35595cd08cc08',1205299310),(397,'5505b73bea2832de6bfec95c71bf9dd0',1205299328),(332,'0c68a4423462ee07344ba2c13394783c',1205299380),(77,'a3b87e11ed3eacbf8602436321ca82dc',1205299503),(158,'5f75f89cd64a113205b2273ebcb29425',1205300103),(32,'85f430487624e6c139cbab69708e3c55',1205300473),(240,'d304e1d221ea2e0bdaf335f278c097c8',1204689117),(364,'92d65598c4c91291a2a334c83ef396d5',1205300547),(292,'de20253ac0c4053cf91922ff556a3a96',1205301735),(290,'96d639a2f0a279593dc5609f2220b435',1205301748),(23,'b27f5f5608910602cf90fe7c4f6a3365',1205302245),(351,'781e04836dd25b2a54a6985a09aa365d',1205302372),(337,'86086bd1584aa899d3af952744dbcf7e',1205302435),(421,'356d4e7ac15ae763968132755e59988e',1205302793),(341,'a9420476f527037bd1f5aa79e3087a43',1205304896),(247,'1f50ccad9475abd89e11567782af466c',1205177344),(354,'68d4aa5c37e537f40e905e9865938845',1205156530),(174,'07414f7335686863b62946757d96523f',1205156748),(356,'c50a2958c538ac5e17925aea228dd8e6',1205145868),(457,'17dd1e34671734b54b8520eac7a62ec3',1205145950),(287,'eaecbffd0594d94e131707495e825116',1205161075),(331,'020fa7a90cfa9993b20793d40a2bd65c',1205155245),(39,'116cbf0b62a315544c4e15c0fa80af30',1205154904),(29,'639896fa6f6b9b11358156b16244d27b',1205154297),(328,'c277d4b7f1996406736db19e71c56256',1205153268),(108,'a054971f4b11768312ab0d5c098a1b1e',1205178119),(414,'1f7e678a63bd7ce02aee64a0ef16e125',1205157419),(293,'a62515b471f29bacfd8ae7c1bee78fc0',1205174894),(256,'967971adef22e0cd7ba34833283b36a2',1205173301),(161,'89b3c810a851ba96854404a46349434d',1205166811),(78,'bebd6cb799aa33b3127bad0fa0ef7e99',1205165031),(348,'f35a38af472fc5d883cfef70f7345846',1205217972),(135,'31470e542d0007fc798c9708836e82b0',1205203977),(165,'84e081f6c12573f4677412617cb67924',1205213415),(404,'77a2d361088b8fc312a4432946dc96b2',1205221281),(438,'22dc3ef7bd0296bd4c7a479fd578770f',1205221042),(426,'b126986fdcdd2bde5509539876406932',1205554320),(404,'fcf4d3bf204c556025867412944f1a54',1205434187),(131,'9c858694039fd230fff6148f269712f9',1205435900),(358,'b3d69c21ec5efbff17660c7679feae06',1205435140),(285,'0fe78593a2044bbc77f969d702da9e38',1205438586),(453,'6a799d0d4f205815a132112f601b61a3',1205445194),(24,'77cbfec0907b51f83fdddb42a6344661',1205444675),(239,'6ed75cb1f3642c4980a87c04b481938b',1205431313),(95,'d593da23b10e500c1b4cc6e6c0b394a0',1205465175),(9,'ffded254063f7dc93952763a61fd7a45',1205429874),(437,'e5ee5ec99bfa9faaabb6594ecd7757f5',1205465036),(441,'ab348c1e4005ab649255500cd724b78c',1205416708),(325,'b2e04bfefb356d4420752883008e0d3b',1205416556),(253,'31cd7bd73d061ab28f561971dc0d8e7b',1205416396),(314,'ed54467a3347e4857bcc1e4e89fb0a96',1205461418),(297,'a4d1046760dc36d165c33b58691bf470',1205424049),(336,'6a993e44ebc398fad940c3cc2bb06808',1205383940),(225,'bb5aa810edc262c67da88016d07b7b7a',1205383334),(414,'e6120210fd7dab0cdb5f58cdd9af014f',1205374789),(107,'38e35de5945758d3b475d8d03c714a1b',1205373600),(165,'52c9b82848d2dfc8b8c3a16d262386c6',1205460980),(221,'fbf1b4eff432babda19b03d577f501f5',1205460936),(234,'c803673bf5f8098c60c9ff3ab5f452d9',1205460709),(309,'80ecca7507c647382508a5c5fec9aa7d',1205460435),(70,'ac3e1763cafad1639874090c9f5ee20e',1205421750),(227,'89c8d711fb61235f6a8337d0cb1d6826',1205452287),(108,'0f27a0c57aa1b4ad08fcb9c014271a69',1205450329),(232,'cf0ec15a828fab3ac97e3ceae6c1da68',1205419549),(285,'340d4cc31eff4a59ca1041b019cba2e2',1205403846),(235,'a8bbae0525078a8f0de83c1f7de8243b',1205402061),(126,'1683412df58d85060562ab19f6929590',1205389960),(451,'8aca7c23fd1a55021fceca62b4032826',1205387233),(389,'227b6632b5ba3596aa0a0421fd338f17',1205401807),(25,'18f8bbdf03c72063843887cbfcf2139b',1205395349),(205,'719e971dcc936ae28e537c624ddeab52',1205394606),(55,'3d1c4a854303bc67dd81cbda93f87ebd',1206071049),(118,'5cd791107dea11b6fe1e92066faea569',1205362556),(352,'0defed3982fb5f49278aa4edffb7b65e',1204621706),(460,'71001be6ed3d9c5a8dbc3bb7c41efcca',1205362553),(453,'3749059019a176968759976e38db67a3',1206060708),(215,'20e74821516925066a8515abcd68471b',1204620572),(379,'2b47af97401ed5a5a161b3072d246bb4',1206088262),(385,'8fa7a60ea6cfa0ce129db1b41b2cb331',1206088198),(385,'bd44ab3a1d02051602bb781e98ccb978',1206087449),(11,'8362b0b216c6d0754c806851153bada0',1206086705),(20,'84ffc423d313e89c42af0528e3531af6',1206086664),(352,'6567c6362f8315b458489ca9ac7ce087',1204620552),(11,'239b23534749102d906f60dd200212d3',1206086245),(215,'ca93d5084f66f68291f6f2827b2845d0',1204620272),(81,'a03e08c39760920936de43af7ead26a6',1206063928),(211,'e50d3087dd153cdea104b67afd39bdb8',1205381977),(163,'caa92319955ac7460488a58ae3176785',1205381813),(148,'81ecae211ef2e2b263303634a6a891c5',1204619938),(122,'b4bebd991da720233d4e6912d6b192a8',1205378734),(359,'1e8e87da9fe5e7728388a2b1cd8df3f4',1205379869),(217,'821d72b44de03ba025181480675d53da',1205379972),(174,'5efb84f311e077e4a8d086347ca979c2',1205380512),(126,'b2bdab976ab8a84fe579abf64edadfd4',1205380840),(317,'9ef5dfa3aa2145f8a669fc80f53ca67f',1205381138),(425,'2b49eff004c32657ca82029ab5a6ceb5',1205381472),(151,'b7402106e3258d5a97ab64720a379348',1204619364),(352,'31b997cf2f9a13a9c299eb593b052771',1204619211),(215,'2cb128d226550813da3a006afed50f1a',1204619215),(215,'5081078f7ad95262cad9c0d9ff76c830',1204619250),(86,'16b206e3c71a64776e584bbd70da82c3',1204617405),(460,'4ff7946134893877d8251a4addeba4c8',1205382016),(352,'1aebb0e55e3c85b6c984af647b036119',1204616954),(356,'8491d522909f525c89c588581e6344f7',1204616300),(380,'292e7b943ebf8e9d76ac7baa48318225',1206070617),(438,'fe3ca5a5e611bff409ade2ac20e8d865',1205415107),(343,'80e6d99e8e982f7710d70c127ddbff7c',1205415053),(284,'c76fc86509972d3b1415e3dc393c9b2b',1205414987),(284,'e1818ac572cf6d003aed3e6817cca137',1205414949),(179,'a9df73e309866da3dacdfdbb3d06ed2e',1205414925),(343,'4c43746d8f735b1a99db6a5fd894a343',1205414884),(343,'efff976e85517af5a2fb2c8f5d862a8d',1205414809),(435,'e21b9e34569d3cc45e4b8f9d6faabf87',1205414755),(179,'c96e32f2945f8c71bf4113e134d670a0',1205414714),(179,'4812afdb0397c66fdaf24d0ba00aed7c',1205414609),(179,'5e663bab177ca67cceabc37d356fd8ae',1205414442),(212,'236f2fed626314794ff358807ca83c87',1205413782),(420,'e24a60a1386d99ed7fa7ccea29efd423',1205413509),(26,'c21a269b0adb354df36f90173c67bf01',1205413468),(322,'e06bac495cf4058b6bb051382c1bd611',1205412250),(441,'1df383228f5e3baff4b7ed480a08e6cb',1205412088),(459,'caf72252cd63001f835cb660072e8b80',1205411911),(438,'e5cf6491912073aecfd1be3f964a5d88',1205411872),(354,'db1416b22bb693eb20a23fae3800c556',1205411777),(322,'23b86b0b796c51fd83a18915c56c2594',1205411553),(322,'3e678932166b9ee27fb63a167992ba03',1205410756),(322,'3e06ad074339d1953af02323de9211a4',1205410749),(322,'4d16307e4219c584d4335dfdeec26ed7',1205409159),(322,'d35e3d7ba9104fcf80513b10ee99e0d6',1205409062),(401,'d15afe7bc6e1efe23a70bb014d32439a',1205409007),(248,'2e3a821200a0d2ae628a998661611ee0',1205409004),(401,'9e2a65cedc4bd4873ac7c60309b4bc20',1205409000),(401,'389d7baba396b9c61d753bc624bd2b50',1205408992),(401,'329a7d317cdfac4f6880bf33d3d8b1ea',1205408984),(262,'9cf99772686cf4234f7cb536f98b2cd8',1205408511),(452,'f29278c2273c115bf1d8b070836a3f87',1205408422),(374,'68cad73d04a9053f098bc872e7be3967',1205406453),(316,'84d7fb7c592e200d8385f9135ba25bdc',1205405306),(151,'a562858d2d9714dd05e199c9004dd10a',1205404397),(101,'2481a5ac19bb034858cde1a2af88e8ce',1205404174),(414,'64662e457a0174070589f7e8474ec715',1205403491),(457,'5a6759493d3c9fb9a6f950ae762de3a3',1205402711),(453,'b322237911bbf05159b26588907fa189',1205402282),(182,'0051e7266c674da8cf6a7780b703a617',1205399023),(186,'09a5741c9a7a5a808f942876c0a7dc2d',1205398906),(275,'d10dc8225f94be9bf53da5b3989d04d4',1205398599),(21,'4534ac8efe68335496d2ca89d7809ec4',1204613390),(21,'c0533605ceaa48c3dbdb99fd72a3eaca',1204613389),(21,'da4430dd4a31245087636ed59774948b',1204613386),(21,'c39c701c5a17019d93fbb09649031d71',1204613387),(50,'240059675588f6bb9c71928fbb1873ab',1204591235),(151,'e98d0e34a7ae303f97c6991f69b47b09',1204591718),(343,'d891cd8b1a5c4e124184dceed49ecb8e',1205416723),(435,'00947a294c4c9d475b99c2263c8aa524',1205416735),(435,'904c6956b2e680d2e2ba8f4f57e5dad9',1205416748),(325,'2b6f1ba11fa4fdafca6df58af9c4c44f',1205416751),(325,'e07f2d83a32bf33827c28e30820b07fe',1205416754),(158,'90da8ee8844a2508f8867670b1fb237c',1205416979),(8,'fc49a4999aa6fcd6714252368ec7587b',1205417176),(307,'b696eff9de557d8d08c3ee32124541ff',1205417207),(20,'c80c334d0038328ea1ea87c66082c10e',1204589962),(286,'1b7ada5fb86312fdd4b03d2993b18d8f',1206099248),(286,'910bfc616a420fdf556d1ff4ae3892f8',1205055791),(288,'2baad82fdb2170123adace418780b0ed',1204749582),(20,'183f66d2eec6940542ea218d60eff79b',1204770238),(20,'20818d17963764d3fc731f4a5453d84e',1204770237),(117,'4dd7935097d14918c990788da0a47b91',1205160572),(364,'f593403a86e32cb08b6a6cb121c6855d',1205158278),(111,'c531842ba2ab5bcbc6094d41751c0e47',1205120868),(431,'f9b14e7c33b1419995735ac7bb2faeb8',1205120822),(434,'5d2ead2e21683f4d0d27d9d934622f70',1205120308),(352,'c86a6c5742d035d55e4a177ab733f9bf',1205120282),(108,'3647b0801fdc6057d7c04d9a56610214',1205120257),(173,'deab39db800a531f2f505dae7e6be868',1205118488),(377,'51eaad0909f7249240aae2aa24a358c0',1205118124),(110,'f97836378b0c7259f4751bd673945580',1205111050),(9,'b4e0faa6ab56159737275f20da6cf4f0',1205112262),(71,'3b56f885c3817c48bb365a288f220440',1205109841),(149,'05f8029061720e0e3e9b95f258cc385d',1205109362),(58,'20718406eba408ce2a76dc950637e9b4',1205109051),(32,'29f7e67321d874fcbcf9370cca68b1b1',1205109905),(138,'742566b1c505d17a7b2de93ecbd865c8',1205108973),(384,'1594eef4a1c2f8d03669173028621263',1205099290),(411,'659136e328242e1e9bdd801cdf6c1826',1205101951),(356,'b50ad643636f2059f844f1e467f1135e',1205097307),(300,'fb5cdc98bc2f5a577e14cd6ec78258d0',1205086157),(325,'be235df2113496ba7bc9702b45dc28df',1205066636),(165,'f5e1c8d4eb1a490322ddaca91f6f03ad',1205067310),(373,'68e0c5d1de73a43aa85eb27054ab5c04',1205059574),(9,'d50339c70da6f141d188a8ff6379d61f',1205059374),(349,'17c1950ad924842ef18ec611f78576db',1205067585),(428,'be576e228efaae9ba07ea724b216de66',1205067899),(67,'f272645d43bd6cb9e2603a43b2648561',1205067981),(444,'5489a0da016d34a7d3b3d1e59e353805',1205054769),(344,'82b033cfd24578f9501c8dc74b51e554',1205055311),(118,'6622d64475465232c6d14f2caa274580',1205054636),(160,'3488f3ee14f8f81487e452b2a4b78180',1205053664),(52,'e6d5163ebfc65f58145affdaa2dfb8b0',1205052339),(312,'d3293b092496769a499b00ce3fef851a',1205052364),(51,'c18cef9e7c2ec5d5880923dcf60053ff',1205053286),(159,'69db190a216677656a028e478a152b13',1205049821),(21,'f79339c4bf9acec8588dde074c258314',1205054101),(162,'92ca4fbccbdf2879d1827f1925109bc0',1205053945),(392,'d45568249b127fea1211fc19d81eed5b',1205053575),(398,'bc84ccd6c7b2dd985b11de7f93af5b6a',1205052162),(49,'4f6b4703b9176df0d2ca558feec05033',1205051095),(302,'8955e32f7d2c60acdc466e81533ab286',1205051173),(155,'33980ab4cda1bc9ba78810a4819f237b',1205051291),(324,'4ce225d8f2edfea53d482d89e6ab4b96',1205550238),(416,'c100b11f7f2f54c094c016d8e86f6eb9',1205550125),(50,'55a67adde96c64d94fa9eaee29ecc132',1205550034),(237,'521fda7caadcbce565a02c581b0f80d8',1205549718),(261,'fff9e9d39b942ba0f97e7ad1ed859682',1205549601),(410,'b0e0cf3f12f0052104702bc99308aa84',1205549358),(67,'338178aedce7d039e6097ecc414bb986',1204941950),(259,'4f38f6f74cb2467efd40c552597f9ca6',1204941452),(59,'9aff27db5d1bd55399bad0f599741726',1204941477),(361,'13223590522d2275d550324a333a44d9',1204669416),(412,'0802806b435472f72ab256dc14431940',1205338076),(460,'b585892f8a222f7bf390cbdbb7a44095',1204665850),(394,'ff2402ea0caf6f97787f6e9d8f7c8f45',1205344149),(442,'3c90d8cec1fb920b8556c61b8a9b06bf',1205344290),(450,'113acf0de3b4eb7dfa1c148fe00cc42a',1205344644),(287,'a8f44c5a52c2266277ddcb9fc4d7075f',1205345037),(345,'4280213c986bb0fce25c43081ea92aa5',1205345258),(417,'67dc7e00cd779db8a8dc709687bb35e2',1205345554),(227,'eed2d9059c161f6b6c0f2d8c05b4a552',1205345607),(280,'a6091629314afef230a1a3a7fab9899a',1205345779),(109,'142beb8ef36d32870a4453d212db1bab',1205345802),(70,'25e2f668cf8afa4d40a1bd84ed924990',1205345984),(65,'8b113d4f84733807b02d74f4189da40d',1205346505),(158,'1d8bed5eb437f0e78f79f268539717e1',1205346646),(393,'cc6a1771fd4623864d3bdf6bf28c53ee',1205561875),(442,'b89820069298b0b0139a9293817987bc',1204991016),(92,'8fd09ba286a6fe401cef96f65fd9331d',1204990968),(386,'23cbd378210ee6cdec9cbee7088e1d30',1204990753),(35,'6483e7ef961453602d890c6242590efa',1204990716),(339,'c59194e9bec9ec44e1967b28e306303a',1204990687),(161,'fd7576e0e3dec9809e861f025fbce42d',1204990425),(404,'a4d41019d95b037b1c32058fd443f3bb',1204990302),(432,'83a818439bc4664a5cbb1cb352335033',1204978236),(389,'7a1d7f4e0b0c172dd168c46e82761156',1204941115),(396,'a21243e7d48db35cce8b5d991c0b35d0',1204930360),(297,'207b280e4addf1c7d64ec511faed0f84',1204930631),(316,'455fbc9ff9dc2e20f6bd0691b47927bc',1204940497),(334,'0036081fdc19d6c0c7dace3a1e8a3c6b',1204940768),(164,'0b75f01ff5d849512212c589cbdca052',1204940940),(151,'acc5fe7aa8c784273ed66bc03a72e8be',1204940968),(307,'40ab1fe71e4880b27dbc6da9d3e0eed4',1204940990),(125,'228a1ce4ab815ee102f52587ed861543',1204941042),(98,'335384bc565f8765e5590a277b77154c',1204941078),(253,'1830ebaa7a8eda5b6b612523146f169e',1204808947),(344,'5d9f4e3dad03dfb0dd20818812397852',1205221403),(253,'0229c468b4c34d33f52762270a2c904f',1204808229),(18,'153f2dbe2c978cf815f56990abb98bc1',1205144391),(152,'02eb0b8d40596e7c5807dcfbe4fe8130',1204808186),(160,'2a84adaafb22fbea9914db95fff01a87',1205144356),(152,'5959de53048a8677d884d96055d7c372',1204808176),(410,'1f66bc7a87e478c97620758b9ea0996f',1205143867),(168,'312a4bd163c94e402fc98fc330233778',1205143529),(48,'72b6b2e587205d6b9df3e30f4f8c368e',1205143621),(154,'f61e74c4b30f17c9261aee0b2b3214f1',1205143743),(253,'100a6bf655afec18622ee2dc0d049764',1204806454),(171,'5db8e4cee07669a9ed5ad4a1d5db4a7e',1205221543),(152,'adacb80887e5537f3d1981d114597214',1204805028),(253,'281633373e35daaf0b61f7d8f16b0f8f',1204803193),(253,'65c8ec5b283ab0af19867c1db10213ea',1204803257),(366,'e4c0618420b105245f8150910bad949f',1204801823),(241,'c4192d109a3d69944258be7db179cf68',1204801189),(361,'2626483bde18445d57c0a79262780913',1204800844),(366,'8ff0ecd568e90ee34df1466a1647f424',1204800710),(366,'8a38b36b521bc29f5bc99bc07feaef4f',1204801018),(366,'59fbfe1dd705b5e6051b7a71869d6fd4',1204801826),(366,'0ac8cdf1ca84f7b4c3d3c97d0eb8c2cc',1204801819),(151,'c372add168b1466cdc71597c83860e55',1205230193),(108,'7b2a2d8351b19c3dcf081e372c0107cf',1205230603),(402,'e6f3dda926da8a48add4847c4cda15e1',1205229938),(152,'c65a52c65ca86f86300a1d53a0b1f955',1204802698),(223,'3ff31034b1439ddbd500b1ec6b5f3af9',1205227416),(247,'d23681eee8d9734528d8335fe237634b',1205227570),(316,'b3ee71513ace433a59f116a0a7803360',1205227829),(146,'f3c3cc70b92e67767028a72b3edb23d7',1205227846),(399,'217aae805d74cb1236c6c0208c7fa401',1205227942),(399,'371184ac675f05a57804959356e261ce',1205227947),(211,'6ebb62867af7f04943032a35a260e588',1205228085),(459,'8861cd7d8127f1d0d70bd7fdcc4e91ad',1205228288),(108,'055bd2f9874014054e93334d1e0802f2',1205229034),(9,'891d7ad8d1f4221d1d57d426275d238f',1205229141),(293,'63129c8739455e483223d233bbc4e6e2',1205229239),(323,'c42f7a739d25b3b8dda1f0e48cd9b355',1205229301),(21,'dc4d585470ea52b9295d91a8f45da744',1205229683),(367,'8789fc65037a7dc4752f402324d91e5e',1205229862),(120,'80da2d2f18cd1eb6cd9fcb14371ef081',1205057777),(325,'ec599d3587d1c1821f2cb5cc2210d0c5',1205057678),(211,'0c4bfe2b138ac01bb6e720bf5da3b8a4',1205050860),(273,'0f81a86137a7ba8cd1d85dc1bdb8560e',1205054657),(23,'06e1f42f6dcb7f86e951d35a2f8e2811',1205054735),(121,'cbe4e28ca7820b6f726957290df2f3b3',1205054962),(332,'5cb898d3b24fb768941ae6fa92f9871b',1205055882),(382,'f564953bd395bda96c312e69d6b238be',1205056035),(335,'3715afc64f0a6a2a46ef0a3688e839ac',1205056924),(9,'354dd7c64a6e8080474bcf7caf94e6ba',1205056978),(149,'d4ce6bbc7ecb886fea033ba94c1453ef',1205057259),(276,'3bc4d7e5b0bf41d569b273315eca5144',1204848069),(331,'713c4ff29c8715667a0ce31ed2f4c1c6',1204865850),(104,'b83b260d70395dc2e5b457f2bcbb2104',1205069726),(38,'30c44d092761447c5767b5b30c856c26',1205069955),(71,'97dbbd391c6dee2e96cafdd73b0f7105',1205073693),(80,'8a7199c508b370cedd2144f8d9d60d45',1205073898),(21,'0bf1cb73fd4f15df23a3db1408f70584',1204850708),(255,'ea63ab3030429842860221f2f4507e71',1204865770),(445,'2e97e0da389493e6f78f28465f9eb3fc',1204862945),(331,'4e126262b0893d4bb21631d2bdb76908',1204865630),(176,'8f0c4bcb9ba03f41c3b4df94909534bf',1204865683),(331,'bb0a0f0b6862017438e9bc824d7000ce',1204865684),(445,'8103de28eff543b05cbdbfd51ecf1c44',1204861340),(17,'4dfbbfd8cb12a3902566377c100684a3',1204859424),(22,'2769c0d5dbf6d34d71aa80a9b7ce51f3',1204855598),(445,'b963d6e05af2d7877c2dd76463d37221',1204854648),(177,'a60c73c4270f7df6d464bf9fd0fade97',1204857876),(373,'f84077fbd7212425883233c77015bd20',1204930214),(20,'35ace97cc4da8fcb7bcbe1317af6dc6d',1204951808),(439,'883a3982426139883f8a5dcdcf77b65e',1204929385),(101,'d66c4baa909923fffbb99e7dea158883',1204929581),(287,'a5cb45cad9186ec3ce0407cdad7579a6',1204929727),(50,'f622fd4727f1ba00abdfe2b2e05b7b02',1204926157),(426,'5f86173e9378dfd720e6d52681b0f157',1204951457),(273,'0eb9557c35339fa14da1cb512591ecd1',1204926144),(454,'2d58a88fb51126521b7f9c70295fa001',1204951435),(327,'dfe9049b14d06b61a278ceb7703e6749',1204939802),(324,'703ae09fe0a6b2b6d97f9842a4240d37',1204939972),(441,'e9b4b8d764e9fa271da2ebfa8f7f35c3',1204938273),(107,'8b9238ba60b3263676937cdb7f7edad8',1204938459),(127,'dad1cfdc9d8ba46428a61a82af193d15',1204938240),(428,'2b0d529beefa9c875f7d87051a7290c2',1204939726),(366,'477c639bb65ac06e53886627f7be93f5',1204939366),(384,'95c18ae80477ff95b2f9b489c2705eca',1204946872),(106,'c9cc53995ae6143d71207ba2b1698b3e',1204943099),(430,'b54726e520f8d05a9eb1eae51c2ad6dd',1204946442),(291,'892bf9635ea730d335aef983f4e84553',1204946510),(136,'ef7219db787540cba8d50dcca01b3ee4',1204958774),(85,'192f02c0df6192ddc93d2b5d4a9c59ec',1204989145),(128,'2a48b1dc65806a4bbc8497f83a17f768',1205050432),(450,'5bf5b23739c11b149eda0b79be3c9b9d',1205044317),(153,'0e698e7d2c2c49056829f4334ca3167a',1205046302),(447,'7607eb9db1315835fc0a6c69b25b686a',1205042609),(56,'35e319e6306c4dab1cdf01ffafdb9116',1205040613),(290,'9b72b23983c526e9fc8cab1640a99b28',1205040519),(269,'ef626b1dda907af80b965024782c7a6e',1205043894),(309,'31a58c4c0b13d9e050616356db9ad0fa',1205043100),(236,'4ce368db65c9fc20ac4f88c86af6a8ae',1205034045),(388,'0ff574948687cb035c36a901e4e3fa8e',1205033933),(30,'9e2897a8e3e6eed608a2ad17f0d55644',1205033785),(81,'be7c1c2ce6e432e80fd78b1e92965a7c',1205031304),(313,'9f393fd5868666931450a9b4fa0be871',1205031134),(397,'3cdcea58f2c74e6535b71d3d55415e82',1205029992),(456,'53cec4f093bef0553753379d6162c4d2',1205030557),(432,'2c2416006a02b29c5e164832f1d746e4',1205030934),(348,'3886167e617e0a2a41519879aaa7ca7f',1205027899),(289,'c651866b524b297ed5609c8776b76a2a',1205025062),(369,'d44c4738cf4937f34ed429c0975bf768',1205023328),(255,'8f6e2d26dfba74cb914928b381dd918b',1205020321),(359,'d8b166ab3d2d7a697941bb097ff4fc9c',1205019617),(319,'17ae358ff0f097995525aec07072abf4',1205017456),(168,'ec948497c7aeead1e9ab6599b325f875',1205018752),(404,'5c5c1e88faf85e361a45da6c17ecfa59',1205013866),(427,'90ca0ca40921296741d10b506e7ad071',1205013373),(234,'be6b4667987e3e4016375ef18c7c4232',1205011743),(401,'42550baa69492d3427779277d6ff70c1',1205009895),(381,'9ca8253edc8aa1fefe2d2dbfbb69b56c',1205009991),(315,'8d59823d14517c050974add66b39ceda',1205006235),(230,'e5e11772b4914d5c263c3e9101b1eff2',1205006010),(43,'495fb81b45a03a4948d86273b15609e5',1205004612),(45,'94588939995f5b68732a947fb6381633',1205002742),(105,'d6f9f62c364dc5a7d501da79a5b84db2',1205004397),(421,'9660ee2f299fe4152a8923c1daacc3d4',1205004905),(51,'35ee3c100b3ebe16c1e558141470c8fd',1204998262),(367,'a45e5be0055b0612e30496105c2f0e6d',1204995669),(318,'5dfbff3afdc49733aed59b89545c55cb',1205023503),(399,'a2784c4099cf28050842b2b1bcfb228c',1205025194),(383,'48f2bd70f3cf2a29a286a7ed3b9a30e2',1204993385),(167,'c1fd9935ef6029023872f536738da86b',1204993285),(449,'0a927246ceb81be52e1b3b4e48704e2c',1204988467),(303,'3653f012d6cbb6c3bde21f8e98a358e9',1204988658),(157,'fd94a0b4bb0f72cad64cb1bab65f9bce',1204975158),(299,'bb2622ea2b5d5acce2ed68a143547aea',1205014780),(156,'a8d1651a7747a488543d35972f73e177',1205012978),(302,'15b1924eca690de8b4475bd05809a019',1205012903),(339,'5fa6b88f22ed6aaf03f5ed6fd95abdd6',1205014541),(99,'c8ac67a28ee5a96933afd7176cd3f056',1205018268),(422,'15895a96376d050a560ce82d8e14e27a',1205018634),(141,'16ed9002328d4aae3a0489b8d138a3e6',1205034446),(301,'b49baa3478cf61c1c4a51826c5da192f',1205034383),(337,'34f8c22c620bf355f93497cef6a5327f',1205026479),(273,'04dfba1ba380f6bd2b549fe8b397e481',1205033300),(170,'ed69e353cb9721a484eb78f09eae9f56',1205043316),(141,'86ff6e917b6df115b38adde8eb29d562',1205040293),(312,'10afb045262770f9336b6c22829866a1',1205041002),(119,'04f650e43875bb91317023fccbc35449',1205040907),(344,'bfe8fe4fef73ed10b06a2cc510977f8d',1205040674),(415,'3f8a694f2f94e074e212242426f65ed0',1205039523),(360,'c767d9f672d9e4946b1fbaa50fd627be',1205039368),(153,'24a841e300a36de4adb3b7a6ef989501',1205039232),(351,'cb1dc6cd5a1cfb7e7703daa4dee40517',1205040229),(400,'0988a4dac97cbcd48a1584fbbe3a8f89',1205043671),(51,'2ad3b6117310f9d242b33ae3188b75d9',1205057922),(123,'0ada565c457c6b7829243bc08966a99c',1205057985),(58,'ad5d983054f55108bad7d3664b298019',1205080466),(447,'66da01982f1eddc419a8bce291a8cbda',1205074290),(17,'58efe5bdcccd7e376d1ccfde5b12515a',1205074986),(456,'b3f274dd02c6e8b13d4a2398e6349ee5',1205049285),(123,'f7152d389a8cd857a1122b04c839c303',1205066290),(124,'06daf34529f7a94e8be66853e33450eb',1205064812),(153,'6a4e5391cf1c728b007e1c1e070074ac',1205072002),(415,'4bde5c6039b08e86452ea65e7627fc0e',1205073667),(428,'070bead32386d7d023b6f207ab482244',1205079528),(348,'814d0bf5148fd9af792863f48b65174e',1205091034),(448,'80ccdd8b852e305392343c17f593a10d',1205089742),(31,'9ae9fb9466e5d07d15b8e4597b2662ea',1205096039),(364,'98c66d16778df0ef01b11ad091904879',1205105561),(356,'e4febb4583772afd4b614b575c854955',1205105421),(316,'0ee1d6f905e68e7e6ac8ca3effaa6bce',1205108660),(370,'e1df89296610c85398fc908e3f9fd958',1205107969),(444,'79399062b3798a126dd7dd50ef327ea4',1205107964),(131,'ae7d759eea8e29ec6d14315a24f723a8',1205106148),(30,'21f30bc5139002f65fdf9cd9176b76fa',1205108524),(168,'55474ed0922f2d389ea619e21dbd73eb',1205110342),(30,'1cca37624629ba4d9cfbafdb8f912c2a',1205120227),(149,'4c9c078097bdef955adea6849c699a7b',1205116373),(449,'a6605a7653e1af707772b0ded6cc50cc',1205116041),(270,'0c7247ec24d883c4942ecf457e9975c2',1205126824),(91,'279688cc4590b91a1cc377b9d01f390a',1205125300),(376,'50a6554ebba27216489931060bf99097',1205144002),(72,'b439898155ccc02ef6169f1b15409879',1205144910),(292,'ad48fea8f9d487c7ab440c5af81b59ba',1205145664),(90,'f71849cd0e0247cb42fc52dd6c0327f3',1205129383),(20,'f1c6cc654c198284fd792e119ed3bf3f',1205136498),(20,'b99e72035311e22e7f577208f661e7ba',1205135437),(39,'11e90907b62e9ac4d6c841433058f350',1205135221),(432,'9669834c14a9a624b6e957a50afa51cc',1205134086),(49,'1c3f2cdded86a60a637a9acfceee6670',1205174968),(22,'cdd52aee93f7125b5c85ee978c02645f',1205173844),(89,'2e94680eb2cb5149ac863236448b4705',1205174055),(377,'4d6e8800e08f01652baeaa768cd619a7',1205161243),(34,'7a6b02635c388e9cbd311863644a9b9b',1205192962),(252,'c59e511caee3531a8912e010785056bc',1205194489),(39,'eb26031ef41959b556fff7519c5f2ee0',1205217467),(22,'cf5eea19aa80dfa452e378286889bab6',1205540694),(282,'eeb13b12103fb929737cd2b35174608f',1205547794),(122,'22423c52afa4c7099fcf660abb9e96bf',1205551204),(105,'99f648f2a8f59d93a3de2e42a829e10b',1205553328),(212,'bd17c06537d3b13fd88b443fdca062af',1205537603),(396,'684612986fbc6065eb651f00533c405a',1205534116),(243,'429514e4ac7cd7af98d7eb8d56517830',1205529984),(386,'2377ae5d28a9acf95e4d0e458ab131e3',1205518600),(406,'1f11f0635324e3c822719705bf13814c',1205518049),(349,'1dcf3f763925dfc19090e8021a0336a0',1205517892),(309,'d1cfadee16c0ce09e6d84c07190c22f6',1205517779),(335,'ef73e0abe1d05e91629448adc37b0c85',1205248266),(72,'6700f2c6e351e94d94082253b249ab19',1205225998),(263,'f521a72a6949d9919e94369229c784d1',1205225452),(300,'3aecbdd3338176560bb1b8911b9d36ba',1205223142),(420,'fde4739edfa9c9f24f4a5bf243156757',1205222642),(384,'3a14d5953613a2250bc42feb8a1b7bad',1204992972),(436,'70b11b064a12794b82df1448e72447b0',1204998866),(121,'6baa9ca4e6ee5f561395b66c9e15f9f5',1205022906),(439,'38e55c9ba9d43d1b241f6176cd4c618e',1205027879),(332,'9c535653bfefb83bee0fe156a0828717',1205025437),(341,'d56ed09f3434b54c62eb11aabd1b570f',1205039149),(141,'954d9b49db584f94bf682b3b5f8f8514',1205041744),(39,'30c9fba4ba0ef5ef552cf3dbe57ffb74',1205042968),(56,'11a86882f28bc9bc7b2008c07f073260',1205043347),(431,'f1d39dfa6a185c3e0539906fd77ebdcb',1205043511),(49,'86be5e4f3d6e788ffc9c145daf59d075',1204973959),(326,'8b0f731295691854cf86a80cc3cc35b0',1204974064),(331,'268b154e363abd1a97963f5a20be78dd',1204853192),(351,'d9e456344c552f3d30b699f57679217b',1204978049),(381,'be4dff817634aec5f83e3b509c826347',1204977948),(170,'618bf67ff05a16f73be0a6668e5b71ca',1204862934),(261,'24d0ebb143a2d7ff1e56cdeee45baf02',1204977678),(451,'34b329870545d35f88be83d7a62a6173',1204977486),(33,'78ce70c3547f76c0f6c8308437131365',1204977416),(34,'cd07012c42c781466e75f6537770fe49',1204977066),(294,'ad500a3dba54f87a07e808c7fbddf038',1204976994),(55,'b79325b5350e81d4498eb3a2ccd5042f',1204976798),(154,'435474c8d9075f8df5fe47fe7157323c',1204976397),(304,'a964948b9632db5c96d8c47bf7c60dfb',1204965871),(20,'cd577312768e49b3769744574d237b41',1205140978),(258,'07760a5f185db56600e2038d33123e28',1205176493),(86,'eacb5b7050d1f34fb3a94c949d68051d',1205140142),(174,'fb1b80d1de9de316845332db0472b552',1205139432),(332,'25d1fdad22d38ed441cc6d6b904738ac',1205143282),(335,'bac73a7f7a97bda5909b9530e76cb2dd',1205159388),(302,'0ea32849e77c9610f22c4b4bcd726011',1205159136),(154,'91b7689f39df8b23ade723b735645989',1205151578),(28,'dc5ca19ec5b7eb3b3f925ece71d7b9b1',1205150707),(417,'5398353b5d27f45fbdb12d599c766665',1205151701),(17,'4f928ace9c079a9dadd5444627accd00',1205112452),(402,'6a82bd0c14a54ddb7958e2a3f30099df',1205115634),(44,'39266bfa88f17bc1416e5a8d9fd3680e',1205122400),(23,'83936246f0a6aad5cc55bb60b9774214',1205123673),(101,'61cc9bf77521675de44537b578b0ae72',1205124270),(56,'53638116babc5b116a248ba86e59d39b',1205123450),(205,'f3bf7fd616d0fc9113a5c2eb3bdd5c7a',1205372666),(177,'ca9f3f4dba04eba6fe4f84dacf755a2c',1205369358),(275,'225962c9ca2f5067bd5555748c047969',1205368232),(410,'833fc2b5b59e7348f2c533c2c95452ab',1205367940),(281,'8c4a90f6a08b42699138defe618574b2',1205367519),(318,'5d39fc5dad6a02058a834a8ea006e8df',1205366820),(201,'d8992b000b8dae30cbdcfc658b673679',1205364871),(449,'8f05e753ae5a4aeca5cc4e5ea8b26661',1205364606),(291,'425da5fed0221b953c86bdb2be356c52',1205364536),(365,'f1d1f318589d44f0681e2017ba8a53a2',1205301719),(112,'c1e33370f16ec4f186f49bde61368a2b',1205240994),(425,'42823962bb39259a11e4f0da0788f994',1205241023),(304,'c3e318c9d5d963a89500421c577b0384',1205241104),(251,'3153ed9e2d9af99daa38a62abdc38d97',1205241192),(66,'f204a2c86a23abb3af801ff957a12990',1205241478),(352,'80aa6596784e507036531d16c6901e2f',1204664049),(406,'4647dde61dec7ea1613014ac1ff3361c',1204662462),(384,'3f821102d20c2fb40346c1007ffac8b7',1204660651),(446,'19fe1d94f3b125287d0da9360e60c76c',1204662405),(317,'18ac84f52396ae9cbd48628169d2e3b3',1205346660),(167,'136a3a18deabdc0307f29709ba448179',1204660647),(384,'182248c16e936e2e8bd8489e355b2885',1204660643),(127,'c95ec8f5f50ccae825a757ae190ef5ec',1204660639),(417,'e8a06001dd3a85deb87ffcb4a7324304',1204660635),(167,'4fbb6cdfc77d7924780f39fc8c9c012c',1204660612),(398,'40a8024714d2255467bf3a8f6230d8cd',1204660599),(398,'8a3593f0734848d319208b08d35914dd',1204660554),(157,'6c36114c61c246b165ab9b59ca3d1202',1205887304),(165,'ce80d612138b25ab5c8ae5858dd6cd90',1205911922),(32,'e6204c1686a4a54af38b00b9d80a342d',1205910960),(20,'5b0f904696e0974e713c7335d8b0c2b0',1205908615),(333,'eae44722957b7202641b949d88001677',1205906656),(30,'50fcf56626d02494e5a5d7441a4a2754',1204965835),(438,'f466ec359c739f3a6a2ff07ce40df10f',1204965728),(350,'c279337fe16756a431ff8d1d3f1fa358',1204965509),(246,'7c299bc4504f7f81db88d519622262b0',1204965475),(406,'0135eaf2aa28d8f2bf062aefeaa779ce',1204965005),(449,'7e37b7650bb33ccf01840a156698a816',1204964604),(291,'2c84399d25475c98c7150e9f1c838b25',1204964283),(237,'10aee2c46d7f557cf1c35028d12b1e48',1204964345),(170,'a6ff7e1e78c5d5b92afdd1162ef1396f',1204964580),(451,'a034dbb742e916fe282857653bb9e4bb',1204160654),(439,'87afee143af38d42197b2ced8f5d6a70',1205142710),(446,'662884d63e92c0b35169fd994da8ddbd',1205142663),(49,'cc6b3fed053a1bdd1132f93e58b1dc4d',1204326627),(49,'73b8ea0643ebb3affe6e071597a7e977',1204326624),(252,'0dc60c768adc5ed09970de2582a41b82',1204326609),(405,'857227c0fd72414279bc4d0bb289a2b3',1205854936),(66,'9cd5a117a234b29678ff24bdffdedc0e',1204964224),(426,'19e5103bd238be25cee05fc8108c54bb',1205884471),(20,'9e5d672a631e49852f0fa6145b2558af',1205883510),(359,'685e1994d5b4e374efe03b463c2328b1',1205724790),(369,'8c049dc192bbd5390b01825ebb79c1fc',1204763232),(166,'0af892ed85eacd3bbb878d37802627ce',1205238693),(459,'4f7c47ba98607436c786cef77e98bd68',1205707755),(380,'24fc3e4cf2ab163b396014e41c522762',1205657078),(410,'500c88b01f346b8a3b5242b62422f261',1205643317),(32,'c7f6f9ff410c268d79581983d70be24a',1205643057),(389,'ace40b8f2a8ccf22527fad6f06dfe398',1205632841),(108,'2faa3aca9e173851609551e470151938',1205594537),(29,'ac25198f42377793185d539277f82f78',1204940245),(20,'3a283b2c1a88f8b9bbb6616315f5316b',1204936590),(107,'d8e152fdc73011b8e79a9cc7a10ab1c4',1204937561),(17,'0c9b657f2527a57181341cdbc98ac964',1204937104),(326,'54a697a6966ceb0a096c42438faa47ce',1204937425),(240,'c4b2d7f99204f8f3a7bfa0d525961f27',1204936106),(62,'e3b4d13e49157e02e6645a54779f2a83',1204935874),(430,'ba53a7915b6aa547c02091a37378a3d6',1204940222),(125,'3b5908788a830c18fd13b141ca6cc7a9',1204973417),(130,'1147b4ab72b7b9b66e7606d986b81652',1204970861),(453,'379663f99b0a22bafb6a3b9659ccc6af',1205899097),(321,'2c68d8eaecd13117aa6d9c8cdf591f21',1205889773),(111,'f2e0fb5b16e1c0396c86814a8788315d',1204660487),(28,'0e5e22342a1eb7d7aec0a23f9bdc2bab',1204654540),(446,'2b047fd5a998c5040a894666f6d87777',1204661882),(51,'15659fe676c5f8deffd704fd6c00a129',1204654913),(28,'ea1e6b50a27facd15ceaa7fd1834fd29',1204655140),(27,'6be300b9054876211e67e57af1ad6e2f',1204655243),(31,'f82ad8153a1f55245a439f60b67b48c6',1204655254),(18,'687ac28bca1ce796ccaa171ac14e2ab4',1204655355),(30,'b912393b4af38f0acfda4bdad0b95bf8',1204655385),(28,'c3b11c2f94181ecd85629670687821e4',1204655428),(48,'d71e17792cb6bf023764b472b3f0d9b5',1205547178),(439,'574dde683cb6bdae727f0d5d1b9a61cd',1205547139),(439,'7a3eb3eeeb58b53b2f7bc949e4474e2b',1205546999),(72,'373e065ea88cc2cf8665925fbfabbe18',1205142390),(451,'5a97d5baa1b1e3111a73832d2065d876',1204653500),(286,'2f27efd146f0c92a8fc305e347181fa6',1204652888),(456,'e286e3c86c7a3629eee655e7dc247511',1204479527),(182,'66ca9d4b928679a15fd103fa8915ecb8',1204652322),(30,'7e69eb319ad648ccb95b38905323047f',1204653789),(19,'f54d9efeba44d04cdfa098916feab922',1204652811),(273,'367dfdc0b9ab17fe10a989888a98abc0',1204653260),(26,'30e22dda1851a6b02325634b7a67aa27',1204653430),(28,'d419929e25cbb8a331427c1db15df65e',1204653752),(456,'a4508ed3b1f7b53721aaecfdbcbb0d78',1204653769),(254,'f68e640089d678073edd1e4fb7786781',1204476826),(27,'59a72e784a2c13a1ab5cd6ed1c2da29a',1205142244),(160,'677cac13a30a4ac004ec35ca4464cfe2',1205142072),(387,'d3b2503d8690a9c280600f45499442a9',1205141617),(108,'70473b065dfcdb16a437fe7bce42cbe3',1205919674),(324,'b6e448f60be1d02d94b0b556422baa7c',1205141289),(70,'88bc8bb4d7753c6a04ec8eb7702ec9cc',1205141489),(28,'2f3326feacabea4361bff9c837eac740',1204346921),(326,'a71c95420d70ee6426142b90a012d5f7',1204428422),(87,'7d84a9eae8352bf689f8ee02e2cdf1cd',1204428304),(153,'72385b81ed37f0fe42a92dfd909903e2',1204428077),(210,'c7c1ab53629c2a34233f4a1187056463',1204412064),(360,'2cfbe3468f7e27c8140af18b71265bdf',1204410931),(26,'629e361a89ff9e65e313a1c215825ced',1204346920),(22,'f7138272d5f6c7c696e8980b8dd5279e',1204465835),(17,'becd247d4cf4fef078f1b3201e9ceeb9',1204465583),(18,'720ce7182d610d3c758807b24f38256f',1204465544),(18,'0c35b89a90f1db4d69bb05717feb962e',1204465548),(18,'eb94ddbf72df5ad5566234997ababd61',1204465553),(34,'531ac20f599d6f2d237be14ef9b540a9',1204475502),(414,'f85d83c351a0c901bd1e0d1c9d23adad',1205949509),(114,'0f853dd710757cd9f315de113a1c2032',1204428672),(153,'fdced0a928d8f1d1c722b91fdad6c9c1',1204428076),(153,'d05527c3fe167e2e50498cd909da4d1a',1204428040),(260,'03aaae05c4145b022d589763b5b358b2',1204426710),(415,'b7e6c8e4509a972dbedff3561be6177c',1204422169),(360,'8320fa97df5068eaab87f85ebfdf6b81',1204422145),(21,'a26cf0ba2ec1418c9484cf7e2fe51c96',1204346918),(21,'0fed6d730efe441a32f535814bb29552',1204346882),(18,'d2ace35212340a771c9641e519a69879',1204465408),(18,'b7895b5fec0448582b23918aea87a857',1204458847),(207,'0699093311aa626895335ae427a95fa6',1204463431),(88,'25e3d9cd9d47ac15dad168c6cf029301',1204449278),(25,'1a4abc6fb029f1d0cd61a451f4b49124',1204356611),(248,'0c3817386adc2ca2324b6af406a0a2a1',1204352872),(248,'bb16f5ae33718b5d734371db6e63de1c',1204352842),(437,'c8f8ae824d320f475f22796c0410043b',1204331521),(177,'328046cadfe85e70bfbf12322da5152e',1204331516),(226,'3237774f92d7df47ad82967ff7a7d16d',1204331506),(181,'680fb21e05167cb1f23d6c5b98b70491',1204331501),(181,'f6224b5f7d68d9159e20a8ead0bd6218',1204331497),(260,'278a329f830ffd5a9ddf0a90b9a12cd4',1204331486),(337,'8feff3accd09051d3dd9f38349770109',1204331482),(230,'809e4624900836183506b19b3db77f6b',1205140652),(445,'d65362c7fe5a934c3149b6b382080d39',1205140357),(91,'459df4a0ceaf63de13ef4b0147b7ecb1',1205140213),(46,'ddfe9b2f593b7d50ba163afab2e5ea60',1205139443),(52,'437037d8fecb96f49b544932757f2d97',1205139478),(48,'36c301f3581e5b888483e13624ef74b7',1205139125),(86,'2be1dd96d73daacf953902a98693221f',1205138700),(86,'741ca1fc23fc14fdc82cda5411c30bfb',1205138547),(295,'a594c62825c1a5a190e753458ecef556',1205138513),(54,'dcc51d10d7ba241ceebd3b414c8b5f1a',1205136500),(366,'dfa7566e15d4f02117dd771f911fe7f2',1205135923),(170,'c036d4bfb431e21c6f95a3b3c89946d6',1204331424),(181,'537f4dd744dddbe265fc01e9156c2e62',1204331340),(255,'5cbc2619463b0870c47cce597e7208b9',1204331221),(174,'829e4796091614de6a05041a497ec1c0',1205724233),(393,'63d2a4c312eff30e1b71d95c6969ac77',1205724221),(146,'8e475735d31c7761038a3d4bbad7499d',1205724042),(446,'6422d4149058dac70c51f15b3615b277',1205723392),(414,'ae5ad4c17b9d982e7965b46f314407b4',1205723287),(334,'4af9af3b9d9e6c52cd4603635729cde2',1205722517),(263,'e51b013a50e3f10881fe2aa8d02c5160',1205721645),(426,'b97910a5fb16470a321c5fc3794004f4',1205719441),(20,'c6d13b7670f28af94d4626bde87dd5f3',1205716862),(20,'56fadeec0f250b6aaab0002897a9b3ea',1205716354),(460,'5f9b655f7da0c22964deb220d8c51ad6',1205714348),(268,'d4225f2aa3522f1a2103dae5b3c5056b',1205709634),(165,'32050c34531a2d44dadc8f08013c990e',1205645076),(20,'1d04cd118866a7fd6d5d59ef8e44049f',1205637025),(398,'7238367d3f4c4d02485be2535b157783',1205622801),(261,'115f9aa3f04a71ee4038ad23c394c2f7',1205617973),(39,'d8afb8b86ec9619d9335218e4452857b',1205617805),(453,'627df1e217b30e1246923d73b895628e',1205614971),(28,'ff8b3e8d2ebc8ed44caebe2f2581ab94',1205610266),(450,'959af40431a04b5033a95f3d08fb69e3',1205603436),(380,'ab809778a055b12716d5b6b953421619',1205602630),(404,'ca4fcbe8057906cc7fe168e803ade433',1205586880),(165,'d1bde10e4995da4a658e85dcbde0d217',1205586231),(41,'45230c6333e4b949ee8d195b64ac1474',1205583932),(420,'da0faeaeea630949c11c0da5e74ea78f',1205577236),(316,'177371a3431d2ea0fe1d7ffb51e2e926',1205573143),(453,'39861f6b0e9587f08327b95027414a59',1205572165),(389,'83cc7de14cb40c3beb1f5450070f49af',1205571903),(49,'2fad0f7feef479329f5e293d7b3e910b',1205564413),(359,'ac1a9e94765337e57a4c8e99a0d67c5b',1205562590),(252,'3b572e52584167e81dff23ab6562eb70',1205560999),(110,'a5d7a91221acc8b6fc84a5b251445245',1205558036),(382,'69150c1f2dcc7096c7a82e0da12fdac3',1205556531),(119,'77631bebdcd3d3ab34dff2a31239e4ad',1205535803),(317,'24c33052d3318b93df5bea0e9218e900',1205534979),(244,'84e74eea0a3a4df81b1239f74c864f3d',1205534809),(214,'ba663bb8a04897ce9a1c2f8186723d73',1205534584),(363,'7625b0123130b4281cc43247f4128fb8',1205536198),(321,'01c12be6b14bb240271df73021229be6',1205534218),(259,'d54304fafc33a398c5f381079d925c81',1205533804),(26,'559a60abade10b5b74f8d52c357afd6b',1205533781),(4,'9f107ba4b4e16d2ac05ad99680c2c8c1',1205532877),(125,'89a7aef4dbc54482876b1af8f6baff95',1205531784),(184,'5d293b8c64d1789f1f0cb746fd00bc45',1205522938),(24,'d65e19a001f84f589f2295ff03992d73',1205521993),(2,'d8c2bd4fd882b34bf4acb31f1fb191bf',1205520655),(225,'de019cb9e09dfe08abaf56a9a07de88a',1205520356),(232,'b28ff306fd10d235b95ebd6141952117',1205519652),(177,'ed6e1b633582fb709a2f26a93f6532d0',1205518583),(101,'474ca93ac18d05dac3a9f239586b0471',1205518310),(276,'778cfecd64857f78f0150e59dfa6033c',1205507375),(363,'21bab0c1a867ed26400dc408b899c915',1205506813),(253,'3843a1e1cfaa1caf326f779661ee186e',1205500855),(152,'f969c0d3565e123b66fb7968709a5e7a',1205500459),(273,'f0aa5fc1b5ba647b0441b06051e4b44e',1205499322),(107,'3c567120358d8935525abff71e57a8a4',1205498637),(352,'ff1618aa0a6c6079de49b2d42ed87950',1205498038),(94,'495b937b71773383063eac691a8fba1d',1205497754),(169,'cf8cfd5c539b1347897904be79720870',1205496804),(291,'bfb4fb6b2116bf8abc43463234b85673',1205496494),(343,'3a3f81e155fa13fa4d03818bf7e24861',1205496172),(106,'15e21a82683c7499cb5168338b4602fc',1205495744),(79,'e344bf944b317a48f98d23a62493a0be',1205493926),(2,'1f5d5497f5b050314e6be42d6509c36b',1205493855),(455,'86dddd149665f598344acbf2ca7cca32',1205487003),(396,'2843c40e9434ee4689a8797dccb68266',1205486799),(276,'bf2c104f600ee81bc3bd8375140437e8',1205486031),(459,'ea46f942e8278164ab5209e749187461',1205480770),(426,'9e3097199234e9e55e0996ef2db473ac',1205479301),(313,'2a0aacdb159e3e2fe54f5c44e37878d5',1205483079),(35,'c93b5ae911703c8e71b245c047cb661d',1205482742),(94,'d1db6e0a22583f3eaa585d53806ff5d9',1205482441),(396,'7dfe33c2febc467c0c5740754cacd409',1205482288),(390,'14ecd64ec1d09ee84ebe2bf44579f45a',1205482037),(457,'5f0464d1c7da97bc70cc4361e33ec05e',1205481797),(459,'38e9c8563920928b5a1310faa07b4a01',1205481679),(245,'33d614e5ce29109f32920d0dd289ff9d',1205481678),(216,'7aaf0567ceffe1ebb2df4fc81728a63c',1205481585),(129,'b27d4e222961a5edee220d30c1d4e124',1205481566),(129,'a448b966211122daba4ad5d65e6d1eed',1205481301),(236,'2fb500579658737f0fb4ff135807a740',1205481088),(425,'9b61f9a0bd202a64c64781d77bab59b7',1205479811),(385,'c8a8a47338e78ced8ab4a2b6cc55be2b',1205479713),(245,'2a23d207c9fde79d41684bd013126a72',1205479504),(55,'b8d788e53dd1e5b7f08445bbbf4c5589',1205479394),(20,'c8e566849e9197e8da4caa7bb04d5ada',1205478195),(380,'615e484c028bab9b7d40fd24cb386d7f',1205478134),(394,'6fd02bae974a1cf5c7a423d7ec11d14f',1205483604),(132,'6bbd568f18f776c2d018cae6adff60d8',1205483385),(20,'5075331b2e57cdc0b937056816189f27',1205135499),(412,'7f6535c79a9cf73c75b17e8ca7efc014',1205134331),(323,'f15de6c905e9bf3e3ad55420fa184c2c',1205134356),(441,'b7b45498ad12cf6c45ea00ad4e2e5d85',1205133789),(413,'91de40aeb932a8754c3657b68a1eb842',1205133686),(92,'211da7285a91bf356af7a47010a86411',1205133726),(377,'8c37c1c53ca3b849785575efa8b9a474',1205131303),(254,'a769bdf943cdc6f67b43cfc02db89ca2',1205131059),(375,'892ec77753bbaa34a7924bb825ec997c',1205128546),(430,'1681b3183c0f0f288cc70ccf588e25bc',1205128397),(131,'bbc18a0a48afa9bb31c63fb1a6932d03',1205128095),(400,'7e4948d671e9a36dc3be2b14ec4c1891',1205127986),(432,'984cc5910c64b14970d7bb20f6335f79',1205476769),(245,'576f7f43643702e13349cfd38333760d',1205473632),(170,'37cbdffb5a04a64870aed0671547e09c',1205471365),(385,'4bc635e180c0e20671e5ae22d4cfaddf',1205470775),(77,'9f14b0d15c20a8f2e4d63a153ba8be57',1205470533),(28,'e9ca861274a09d02521438c9c5169f22',1205470213),(411,'c85e17ca706a1db5ea48b357c9e27530',1205470188),(283,'f1a221dbdff3ffc6af045406c98c8138',1205469210),(223,'f135faf19cd384009694a6ff17aa6e60',1205468933),(208,'92fec089c705e446b8d6fb11b8c1bd22',1205467807),(268,'7a9dccaf9f44b5a99120d280a813698a',1205467713),(77,'39b58210f45558d50a77091353427761',1205467678),(455,'4eedd6291d9259dce23a682dce2069b8',1205465163),(299,'887a69ef8c739403af16b0e8210b3f24',1205464733),(361,'4f16ee15b8b5489fe823b9afd2510e87',1205464358),(404,'fe8cb4c8600a0599ec5ba204fb6df8c8',1205464281),(331,'ff9fc59e10497dfb0ce47fabb4e914c1',1205463896),(244,'078ffdc9b612d960f4391d86bcdf5ea3',1205463874),(407,'c5fddfb516817422c88b0a2e4d31e4f7',1205464934),(377,'469d734ee2cddce6da7d14f79ae5e90c',1205464786),(102,'f92b5c8d6429c26ef5b0eef10f426877',1205464779),(8,'0a5a3c6468b961c2792daf5dce89d0a9',1205463536),(184,'66bd9521b78134d5ff34f750276f37e1',1205459740),(361,'35842227660c5a1be92d27e15ba75427',1205458202),(397,'0d8c80b8a13c64f884113647fed33968',1205457982),(433,'acc31efe73b2fcf37b04d65b4f5ec697',1205457682),(129,'8fdcc200a0ed4a0394a06c84b4f4fc73',1205457634),(265,'a789b8f41771d982a59eb98999a988d5',1205457499),(41,'2b8e266681a50c057ad06ec3f637c20a',1205458643),(19,'0ba12520ba6011abb728878c6e4e46c0',1205458813),(359,'d9c46bebe32b3d747eb297e06ac5cd77',1206009992),(20,'33f0a085db8cb042015eb3a2f29c268a',1206051891),(419,'3cbba83b5336c591f7818f80e1df21a0',1205544917),(114,'429e562855b65713f4bdd0bbb7a888eb',1205544877),(244,'6c82d290f5f94f07e59daf0920b8338c',1205544858),(167,'f05f8053a0235618aadfff212707c297',1204224279),(45,'59b7a15cb97b61fa49ef30a3fbc9fc99',1205544504),(296,'44e97ec20436a92dda004575def1d898',1205544409),(86,'5b1543b438cf09397c5ef60899e7e5eb',1204494638),(208,'d3e60e3eff92e394facc360903512a91',1205458583),(425,'c54a5f6b198cc26030304b5dfc9d358f',1205458539),(349,'806723efe2064de93efef2c799d68916',1205458403),(355,'058a149f268d2cbabe2e3661d025a419',1205458367),(380,'b56e55e197158761e08a502cdc7fbcf4',1205458321),(419,'c49bcce93fdac7e74e38bdf9c5a315e1',1205458302),(134,'49f2ec203bd42af3c994a8a7f2697009',1205457775),(26,'a69e7059237a24d60d6a582a49c7ce4b',1205457230),(235,'61c3b856bb70493c659f75bb9b42aa32',1205456426),(340,'e3151108b2357452d49ca2b10f8ee6ad',1205454970),(60,'67dfa1ca1388c9c19fdac81d24e0c093',1205454957),(352,'a0d7df9f62e4d069b58a45fae712d7dc',1205460199),(32,'39df538e87a954e2bdfff65af7b8e94b',1205459255),(90,'97e8c13369a1a6e946322c713d1f06e0',1205459137),(154,'b509c658a7d5c769e0de746b36249dbd',1205459126),(330,'a8b1a102a024c961712442bfa6615309',1205459103),(4,'035ef32f3c0a02b9f5dea5f6dc05621b',1205459071),(277,'ffa94340cda467bafe8963ee6cfcd455',1205455579),(28,'0209cea28d5a1d7e5ad15e372fab15b6',1205455355),(315,'e4d7159e7039f9caea45962cf33cc012',1205455188),(346,'fd3806f6bbf94b14fcc0ee8902d2acbd',1205455104),(24,'a5bb70d690589e0357580e6d3ce7f5ff',1205455044),(176,'b578c836e85ca79b341b106689edebc1',1205453854),(81,'d97ffee9673ed49c6332a9ad6ebfc28a',1205452171),(37,'240f12941a71a51405a87f77e6b9089a',1205452023),(134,'e5bd10c347d479113aabeba1f8d9047b',1205451234),(300,'038d75765556185ca161d26641f4988d',1205451066),(41,'2dded97dbb41412ce543ba70f445c2df',1205415832),(343,'8f4ed23270118ba7daaea1dc1ff987a1',1205415550),(231,'b0cd44277e277bac47724f24d4d1cf09',1205415370),(284,'b8ae6c8aa3299200fe3801a30f4fb4ba',1205414131),(435,'0ed1d006dfc252bb7550e287b71022a9',1205413233),(268,'8ed61de1ffde08933d6a8704242b1060',1205413212),(231,'b58005c81bd848b0911c687020a09e72',1205413180),(441,'1dde030b74de47f294b9e9e7ec25d879',1205412325),(216,'d416b32cea6158b3c8a5e1f79f219655',1205410724),(235,'84c5ae16e418f341384f9673c7876f70',1205408764),(401,'6ec0a5bbffe546c7e01fa06403fd84ef',1205407930),(401,'b14a3e04d2a8169417784330f63fe7f6',1205407860),(228,'27b1e6aade85224dd4697b9f7b48ca57',1205401757),(358,'3e7102db344f23c57058ea4db75ff5ad',1205387788),(342,'eaba3fca5b0306448369090b8a18f9d6',1205387724),(25,'be99fb9f6ee4d3f97e600cfbaed3a296',1205384234),(260,'555292d34fe8204c3b33d5c2dab4e147',1205359536),(201,'46d58b683898a45a27ea8ec17ee5163f',1205357244),(457,'6429bb240ea73eaf7ca661663692499e',1205356620),(443,'e28bb18ec28703886897fc7569d2ad8b',1205355670),(86,'f6555980b29fd026461d1586a840c76d',1205353386),(246,'103ceb727a4676fec1debe52ab9684de',1205351724),(383,'8058208e0f7433eb8c29e5c682983fdb',1205343711),(414,'a7cf9b7254f2e59eff3f01093233b1f7',1205337532),(230,'6aa4dab3cd636a3d6b7dc977dbab831c',1205333560),(112,'d6762c0b5a50c9a57dd04f8a2fa6be9e',1205332623),(333,'96c3b2b7b910d9c544af2ae0eaf3328c',1205332584),(254,'c8301059ca06f4495b8fc35d4994737d',1205329453),(216,'16b4dd4af18873f74a4c8ff87f8e8a5d',1205327128),(110,'711a662a0cd98aa22dcb562759f7b435',1205326408),(321,'3f9f0130e3f44c2145c19dfd9faff805',1205323539),(438,'91292342f695128e41c8a2ce9c7ee6db',1205314624),(448,'3bfe6fd42cceeec2df79de5eebcbb3f0',1205313832),(27,'79754e4ebc6d35d114fedf58334da5aa',1205310830),(27,'427f9f84041be578ff2550067f1926e1',1205309658),(354,'f2280010db3ab8e70d0b803d0ac79aa9',1205306071),(376,'231384b03d4aa1d28b5ab9dfd46637de',1205303974),(434,'dbc53c4e7405c04cd88d8e4dab99852a',1205297018),(336,'dfd3c8c560b1fc0d5d2003918e059cbc',1205295614),(88,'f24f92553659faeb2243959a95f37f3a',1205290812),(83,'4a998e242bdee4cf7b2b387be53a0bbc',1205288579),(242,'1e38bcc49b0d4878d40c57a9e7b5d088',1205288136),(335,'40509ac394483ee33a63095b54eb062a',1205286520),(428,'c125e4f86e7ca199f1736c9b1aaac213',1205283149),(38,'9084d8d21efe61061e75987980063a75',1205283208),(282,'ff87987132388a1d5f602a220f9b7981',1205282687),(28,'bb12715d673d306e435622cb84691fc0',1205282599),(89,'3dcf734298fdea855ba39c3f3ceb0411',1205282096),(48,'5afadef4d3c73b739d1f6e5e020591b4',1205281026),(297,'6c71534a32ddc73ad763111170a62e2a',1205279361),(335,'25744deb14cfa071be03fedcd4b1b02d',1205278303),(427,'ef33cef5a3338bc9b304c56ae97a2c3b',1205276978),(389,'2eff0153750c092a92c215f373b99284',1205206581),(114,'725687c673b0018e1d03d4040dcf4758',1205197675),(322,'4d6d0571ef48f9a7dd3c90886b97d07c',1205192115),(408,'8ccbcd68b4091c3d34991cc36dad80b8',1205184300),(130,'16bdafb7db8416c398e3a0e4d966283a',1205183098),(431,'a023069c7a5b2cf81300add5562de37e',1205183041),(58,'9a200e0c6a3750093a228cc03e12244e',1205182838),(166,'e0ee4c3e6ce41ab483dce54bd40389dd',1205180852),(8,'5d6b751de0d3f2958e74ce9ce907aec5',1205180467),(71,'ec83254a9ad92922072ceaa0682a4844',1205179655),(239,'53a16581f808f172c3bc8c9bb72b3919',1205179300),(42,'6d0a78313735ca7f42d2283cc571e56e',1205178753),(391,'2605c215db5dba0f6190eb42fe1c0c4c',1205176461),(76,'c07c0cc991f04d5a4ca375e1149ca405',1205138375),(441,'dfc4fe4b0df44fed00527dcea9ca3376',1205137987),(239,'e6a147044d1df716b0c8c086d9b32098',1205137663),(275,'cd290830876fb563f894db232544d914',1205137397),(67,'772242f4aa519be367c848129db10ec4',1205133278),(48,'df4109c898ad7c6d4248cb87bb2dfbe3',1205133276),(343,'7fadc1654bd60d6c606d6a1392f46fc9',1205132855),(148,'0676b6459226fbaab558eee21cfde586',1205132120),(61,'efc76e252539fb24a9f8508422b9d70d',1205131626),(419,'6f71e4e774a7759686f35daacc8fd7d3',1205131131),(68,'6490615f8b9fee207bcdbc1b528a55ff',1205130838),(158,'ad2bc28604d5f9d25b8b61e01200480e',1205130463),(76,'e81a7416cdd684e57bd565449ba1e856',1205130025),(247,'a6e030c1dc2d31c937282677eadbb561',1205129579),(48,'9956397df65ce2f8a73de584eb59e1ee',1205129199),(155,'18f8ba98297a8a63232edffedd191b13',1205129159),(371,'d298ff3c635c26d15c253809779a3937',1205128685),(449,'bdd343dd5ac4a8905160ff71f5699118',1205128330),(86,'a2c46db7fd6d9f42efa48dfc5ccfc137',1205127932),(270,'e69e63449720116dd82b206b9ccfe726',1205127841),(285,'b0d297429bcf5b9b78117cbb16419bb8',1205127630),(307,'15a176149baf7e19c4f7cb0bb52ee1c6',1205126660),(452,'800734e5dc1cec4e84f13ab787591f63',1205126462),(343,'aac9c9bec708a8b93fdf10c21312357b',1205126455),(31,'b452cc1d3f864e1731f48f56ccd5cd88',1205126046),(449,'d418c9e853d2bb4f5b6f8f57e033fde4',1205127150),(158,'72aa42c9973894529cb2b1908a866955',1205125243),(157,'0f93c0501ec4c90f493ea16b71b49941',1205125029),(287,'444dd13a28bf5c9f78bfa66ebfc6280d',1205124222),(341,'96bf0644bd347e8fd21c0a2571d26ac2',1205124161),(39,'0bc78c12e13bde1e668dd014be8b5ca0',1205123237),(96,'f9fb9e5865c91a09d3454cfa6ca3d581',1205123317),(136,'46a7a6c522a7eb4bea9bff620e0c90df',1205123212),(419,'68211a3459679897ce97dab98983f81d',1205122737),(323,'9f2ee37bacc95872e3baefcd1aa1d4df',1205122590),(300,'2a66ee2161a3863e76938516483a5f90',1205120607),(23,'0c5ee05dd2f4ce21b49327649d9749e6',1205114914),(23,'e24ed8898f3b63ccf029b1699ba1b905',1205114912),(23,'843e3c089308ababfe8a53057d33b94b',1205115406),(155,'f4f77e4e113c4ce9ee89b86244dfa84c',1205114939),(257,'f7e3498d34f7e3daac6afc34bebd3718',1205114288),(295,'de90128f4d4d2508a2004a01f766bf51',1205113241),(400,'31c68cc6ead961ddca359e98e5b14a44',1205101678),(35,'b181d9a78f07c622e27f8c78ea9d883d',1205101526),(78,'604e4fdeae9744a2be5df0d47dff7e68',1205101418),(28,'43f8b037ddc48d25453ccf4aa6e7abdc',1205100268),(146,'c108b2496bde1a106fe80a940fca768b',1205100153),(432,'5459a93591f783cf5705fd615746f4fb',1205099639),(389,'77f8ac0d8c836ee761952f5e8465ec6b',1205102538),(433,'4c3e0a8aad935b514f521b11b29a23c7',1205102412),(152,'24c786a24ed25ffe55c27b1a5b73ea82',1205102310),(22,'88d803cecc9f4bd284709857a08f8bcc',1205102179),(366,'ee47478800984d71666c939fb52300a0',1205099165),(136,'52f933be62fe7c637577aba70a886845',1205097691),(128,'10a068f53a3d53608f6196468d2c6f19',1205096347),(301,'4536736b3d1e3cd5e81e00e631534757',1205096268),(345,'fc09fcb4fff050598c61a465d5a7baed',1205095328),(326,'8391676b60b1c14e7bc7b55925986e1c',1205093497),(374,'2db6976f193139b0939faf15d089ef8a',1205093267),(149,'d11647cfccf9bd62b8001e03f6888a96',1205092868),(104,'e8d0fea01ad17d08ca583adcfcd995a4',1205092770),(28,'e3069ce47d65ee023da7bbd2e3eef973',1205092169),(117,'664998d102051faaecd48e6f8e097eb9',1205091692),(32,'aeef8d6cfe1fcc5f8745e2e091e1d6d0',1205091292),(21,'a6c467d41dbc65bc6a5555bc0443b3b4',1205090623),(445,'5ec6f3368370b4285566690fc95b5198',1205089202),(161,'38b6af01cf56bc1caa3d5be868fc4b44',1205088925),(160,'7d56fd624f7b72f2a596c54fd71fbda3',1205088775),(22,'3d61400d0e66473e9e7e1c123c169804',1205086619),(400,'74d4a1c874e79da896d8f724e8e0aa1f',1205084958),(409,'cc80b0e3ad1b33b7254f3aed804a9c49',1205080327),(50,'1aabd7adbb9563f9b17064a57d960ae6',1205079771),(116,'abcf766154c897061b034b29b2c77a9b',1205078803),(413,'58156a1be5ae77d2f23b6c57abd9b205',1205078300),(46,'7d90e7bf56212b5939e215b72c3a7f6b',1205078149),(436,'76e6c3fe0e4558be426af3a6593ed600',1205077711),(42,'5c4a7fd02c3d0b25c8120eb56fa57e17',1205077358),(17,'07b7fd4dd90e372502f3835cc6e0a7c9',1205076834),(27,'a9a6143af6bb4660a741a832b27b57bc',1205079867),(48,'b796d19f08b4da97f5cf3ef67c2bf0ef',1205077854),(372,'f5700d36c8e4b60d4f72b1555a366744',1205076546),(300,'a5cc4d83492301bed701ed9f72582f4b',1205076420),(397,'45790c2ea754030288d52f15951bfcd6',1205073054),(368,'03e492f62c2144f9cf8a47fbdc84903d',1204930051),(253,'6d89a2539f87096ae57871d59e50ec5b',1206115686),(404,'7d4b269421056b0c1ec9f143c52d8493',1206125098),(43,'5f6d40a00e8433eacf5633b88daa1b83',1206129500),(342,'8a4425b8454aba91f7b163cceef22e36',1205494691),(47,'82f808cc87dc68e76b34b31c10bfc1c7',1205494637),(324,'a37b4af521837c695ccdef5d9bd1662b',1205494522),(253,'bd0c134051d0ce178425e8ba020287cc',1206134328),(41,'ab2b4ee4f20b26946314181c89c6a9e7',1205494519),(176,'2d2c65efd10c7fa75255fa2f3a16949f',1205494457),(388,'ea193b84ce1fa689e0f1e6a9a010137c',1204548813),(100,'84677c7fe2e2e2e81388b531019e8dbf',1205073650),(389,'09645509f0b68cc898498c8f6cdbe8be',1205073535),(254,'5a70f6e33e9779a312d36fc9fbc929f7',1205073127),(91,'548badcf740c8ec1c626bbf2ecb881a3',1205072997),(395,'211623b0fe25e55b523e6ed0d085d18b',1205071949),(397,'a3afa7dd8a23ab7c0f77ca75afd3de06',1205071646),(358,'54b8d7505ee178330ad4dcbd545a39e0',1205070806),(278,'0528012448a55303c109aae720feb79c',1205070256),(9,'ba9343f0713f7edf99ceb5cb89e23ebd',1205069588),(31,'4367c41c29f4ebcb2c49b90ca5a93dbc',1205069413),(422,'982f11aabbd6166d6093b6770d4947ad',1205069308),(450,'f51cae7dc47190826d65471bfabff3c1',1205068740),(106,'7d18971146c3e3139bba998329efe9cf',1205068671),(171,'4fc79a6c6b9b140285e35a301903b534',1205068273),(278,'0eb20f35ea6c85bcd628a1360d3dfcd7',1205066833),(447,'bfdf4214fe9e3fef9fe39e9eed1b1444',1205065186),(325,'d4ffa2a180e0e644e2d6f79f95d8541c',1205065112),(368,'e92ab66a90053931ad1c09f2fbd7e127',1205064851),(39,'3ec0527d758360350a658a6b904d9453',1205064145),(242,'40e6848ea4e69804ead90d6d197b7c54',1205063875),(64,'e189c5b7d0e034bd73cb654bcdbca47c',1205066113),(211,'dfe8cbb199c9ce5ff98f4d0656fb0a1e',1205065495),(170,'2771ebe6f018cca7f9796109674fe7b2',1205065435),(150,'679c0124592b40855390410605616fa9',1203954908),(150,'bb558b4eb20ec9458aa84ef4f57f212f',1203953956),(150,'01c1829e8822d94463d6fa6f28a046ef',1203914051),(150,'a9f6525e37ef32bd67ea8348fa95c3f6',1203911611),(358,'501ce881ca12e35afca9badb1a24cd14',1203846103),(166,'059a50678b13f381555982b2bdb8afad',1205121715),(376,'aa87911a7cbf756194a881bdb5374bcd',1205121914),(23,'c271e3b5e6ac35f2fc23ceec74b8c897',1205123674),(23,'39be4db34e8b049aaca2650b7c3bab46',1205123804),(201,'285cb7ddb9fc93f2fe73e1200953d319',1204134091),(201,'a518e71a0c8b33f514039f2c5992ba2f',1204126433),(205,'001f70c645132df9b4f34986a6452b01',1205542303),(86,'ba87b698641385b150993fac1ac0ab3f',1204502921),(311,'141dfb310c1fd89ffb3556dc3b609bdf',1205064784),(55,'9600f0f2b2cd1a9074028a777293801a',1205064761),(345,'b21f9e26c0d63b3babcbd936d965473c',1205064680),(228,'4323a1af4ac33305751bebbc15249b16',1205064461),(87,'72ab4fcd12d1e6ce1dc8b30381dadfa1',1205063447),(61,'401ad4c6395ebb8939efa1e6f86844ee',1205063121),(285,'a92eb8d65537075ccac212fc276e5f87',1205060603),(379,'d165eb6e177ffa2959495f0d63c09ff7',1205056751),(355,'eb9920f523cc54f7b7e1a338f0d0bee8',1205056592),(335,'fafaa4f731fccb8e39c06077e636d271',1205056228),(24,'3766f509fee4a7f8dbf1218b185a5f96',1205055522),(9,'ab4571cab27c61c9f1165ff986aee3e8',1205053862),(325,'3dbb30d33c131a1108403f5be5431290',1205053233),(307,'7fd3b4c150739d26b11d00b19d72cd07',1205053101),(29,'61e4856f734031ceabb69526df3ad97f',1205052651),(99,'80907df51fc774832092981bf55f103e',1205051762),(385,'4993dc67ab2c617f80efec870e6b6759',1205051482),(289,'fd79fecbf046c98275ed133edc92ed47',1205051323),(311,'89228f3c8cfc11165d6eeda79605f648',1205050043),(92,'409cd9249142f11701bf9cd65954795f',1205050394),(311,'4b338a9edf2371d3cf51ee8d3911af91',1205050334),(307,'4aecf6263afb429363d639602ec924a2',1205049523),(359,'231cb633b03a42292cbd318d1276d52e',1205046160),(374,'aaf71b4468093b583481979cd640f2bd',1205045485),(166,'154a71970a1d9fe59b1d94ddf0d7eadb',1205045152),(335,'45da222a06ff4d8588569e120561f679',1205044514),(445,'529d6c0c2889faeb2fc08cff1457485a',1205044339),(398,'7dc3dfb1f9b15ecef7cc46ac64cd5f4c',1205044117),(300,'d63dc186e9c0a28ddbc9efe949f7b219',1205035367),(436,'f14f4b04049a2ab82be3d890cb4668a6',1205034784),(154,'5abfa32b60d751b207d04bce96d99bb3',1205034031),(171,'549d492c5ce4c9e77fcce03d3b7ea78a',1205029900),(424,'7b3cc33ee63f77c4afef4694f71b364a',1205029741),(444,'14d00e624bbfa7d46a5130c9be6761c4',1205034138),(123,'88fe4ba17125b7a1a3886172c4cc8e2f',1205032042),(314,'16235939558a69e01adfb5dbf763e3c8',1205031795),(58,'dc5638810a8f6587daa48d3ad5e06dfb',1205031153),(125,'ba7aff2d6a4fae18e01e527da6d42c76',1205029711),(67,'ba0906950221b0a5df74bffdf18a9e00',1205028566),(122,'8a2cd51c4f1b5249b07fdcb1716303f5',1205028331),(293,'7e9c9c81e3050e0ec9ff079d5a467e76',1205024453),(454,'291905bc7cbe65cd73abf77fcce3478b',1205024160),(324,'8fe4d4afa81a81d4f475c576a1a0e501',1205024066),(437,'bc4a49954c0c6647d8e7e7a60f0b7a0c',1205018387),(128,'e6e212a500511a754079de3f71d6864f',1205018207),(420,'91ba0fca2510ea76d91ada513563235c',1205018087),(76,'3db41cfab8450df77ae4d1dee473a788',1205017941),(256,'d0df0425fd8d44c85c19c5edb6caace2',1205017264),(293,'9134fce8367b234e28116d828f2c8d98',1205021137),(347,'a74892c9d3fbb96d3f7ee10daf7ac598',1205021089),(67,'3e06f70aec052e4d0f835f850f7fcd0c',1205016586),(123,'331dddfe615d2c1ff6c6121676ea25f3',1205015301),(322,'93ae37b9e7e6aa461028a3f938ca61b6',1205012054),(333,'6e2f90e23800f8474d5434471bb303d1',1205011219),(276,'e0cd999e92f606a4f098bd90e7c6f69a',1205011770),(114,'354e16e873afcc84dca93e817e7414d7',1205011283),(303,'fc6e4e5c1d575a2af7c490ccd2333a04',1205011010),(417,'8cb66d6a95de5444551ac162075c3671',1205009636),(353,'b3ae8bbb3e76f1fd0df02b165cd543ab',1205009376),(109,'a631a0957872ab0c7deac0e54166d0a6',1205009017),(303,'0debc9040da079eda78ae74bad019855',1205008100),(138,'e5cf79278c673c5a03ce96f6d5a3640a',1205008052),(440,'19e5ba936be444400a5cb2fc4e1bce6e',1205007894),(255,'9cfefceeeefaa673dfc4388aaceac24b',1205006773),(261,'e3c6176ccfa06ebfaa74fa3094d88b29',1205005946),(116,'961bfaa868c952b603bfb9dc8f187d2a',1205005992),(453,'da9e94c56680b5c82ea296b8bc823031',1205005528),(351,'153a67118e6bf392ee6ec929c8d19c50',1205004316),(133,'757a61196fe20613b3cfea39043df4fe',1205004043),(94,'b7e413917298da768524f433d60206cf',1205003817),(340,'722739feaea9647cc1b5614f50c5f1c4',1205003451),(97,'3cef3e1c670ec25b9330e114c2fb38aa',1205002623),(254,'499decebe21baf4850ca196ca38ecae4',1205001915),(91,'eb567c965ae6bc6ed3e735e7cc8c1a1e',1205001456),(92,'0b4e8fe618d7fd2acbcc90dc3df50d92',1205006544),(310,'62cc93ad99700eb541bbba4ca3a430b5',1205006195),(359,'6b19af4b9ee98c5cb30823799ac70583',1205001092),(356,'e8273b368e080784784fad20dbf4f332',1205000935),(284,'b234497d7e25ba44654edee08b7d48f8',1205000076),(294,'36d5853daa7838066f507eb71b4ca2b0',1205006824),(269,'d494c04f0b3b84be1d04f16f4134aae4',1205006789),(33,'f16ab5fc7ce8bb21c0f036514f8f4a57',1204999582),(413,'52619d70ff091d06e685d6ac21e4c6c4',1204999539),(35,'f4c7c49f12acd6877bb51db94b3680bb',1204998054),(363,'a4bf220b1cce74d5a170b082d424f076',1205023171),(63,'b54009fc9e1afb271851d3c86e4d817c',1205022233),(21,'9f7943f52b365714895533e8f2064955',1205022104),(334,'1d700ec2fd2c39dd4ac3442341c186e0',1205021248),(301,'89cc8204fc560369fa791c13f18b79c4',1205013419),(395,'f58931846465ab31002401152cb8683c',1205012540),(375,'248c53e5f5fa6563f1a11d68555ba27f',1205012446),(357,'1d02b4439905cf6a82308903af55c2d3',1205010295),(325,'17b20b7e6f9d49a9b446f7436a4dda2a',1204996687),(68,'ee780f631f8ff757c27321b49f958953',1204996477),(353,'007c74df097bdc5200c240a2f47c9a00',1204996399),(435,'f61bb7c3baa017735799c042fb3f4494',1204996046),(374,'a8a46e98442b8edac4786686d9497aac',1204995535),(312,'b4091946424a9d677d2f2ee538d93fe8',1204995319),(351,'093e8b63266065bc3cc4237579fd80d2',1204995061),(336,'2aca6bcc2d9d1401a832a5e1b568757c',1204994559),(449,'8920e40de7ca682d582e9faf050e3c67',1204994438),(324,'f4ef74356815e51f48144e976747bc9d',1204992496),(390,'7416c5fdef9e4e00dc8cc6c805827dff',1204993144),(18,'6c215b66e8f1358f5ecb2420b4f2e64e',1204992115),(430,'2a11a2ccc6856496533a5792762b0722',1204988103),(350,'8f748dbd1cea936e59cdb5e565d61dca',1204987871),(171,'bd343e58dc639e057ce820916daa9f32',1204986899),(137,'ea43e93525f88ba8ff023fda0d7dd3a4',1204986611),(348,'370f59c81459410ade74219845a3d2ea',1204986427),(61,'112a2c3c79d005582de8093ab010f376',1204986174),(403,'d994b47b9ad6dbd771a7b8b10d753810',1204985397),(25,'62dda84ad6298cb80eb0a4658bc63d20',1204984885),(325,'d816e272638af448677ce3ae1ac1848e',1204984627),(172,'24391587f85d424663d339ffcb399219',1204985539),(60,'fc8c24e542a71d36b43ba50ce78e3757',1204986762),(403,'94b00fbd0af415aaa362ad418daee739',1204983837),(47,'ee1dea60f67a9349b4466449c60a3fe1',1204983804),(352,'ec8865411ddac26161be05dcc7067c01',1204987056),(299,'60ef38c630f15c2595dd2b65f49ae720',1204987052),(397,'af58ded98f2412be6708e4ba6fc2c731',1204986971),(18,'c35631f9eb53fb0198639881a39b6590',1204988231),(41,'8a1d8e34831abc7e71cc07dd705c4bf3',1204989759),(92,'78a5d2067ee1556676a8726872019a32',1204989737),(86,'60852a001231315f0598d3af8a971d10',1204989603),(148,'257a861fe395e9fe47edd3f4e611a15f',1204989590),(123,'cb000c8bc82eb5ead339c0ee30f51408',1204989330),(167,'600aa07edb655053d7fac938d08f20e2',1204981896),(387,'a65bf2f69b14b7730ff873117faf6ccd',1204970125),(346,'f55bbe736535df11f9d74578ad3f6cf8',1204969253),(256,'a184ecfe6d46b482389d8c9da4c05b22',1204960350),(346,'a69ae1e43deba5e5e2f9689bf673e42e',1204960028),(76,'bf2657b6b672699d63971d7022846e6f',1204960001),(255,'f3bff1a5a664d7fd3dffc4579ecce04c',1204959604),(161,'a713d842aae1b41680ffb4466eb1e028',1204958718),(95,'c31117e44e6975ad539d76261e2ecf86',1204951054),(304,'a049c3c4701e17f769df79930b2919ae',1204950915),(350,'bcff7c00195482ece352095b45fd5d16',1204950741),(412,'1f6ab8b52a0cf9c20e53f10c2b620a87',1204950549),(95,'ae3005316dad3fdac3bd76c5e2aa5d56',1204950344),(458,'b8e951ae83872a0683feee0f1ccc273d',1204950575),(259,'e30f2c017f182fea5cb022930e3b1df6',1204949302),(259,'c0fecc02a331789f4a305c5d7055a416',1204948967),(59,'9a7d52bd2d903fb33839bab103a8118d',1204948306),(379,'83a67ef888f3de152e900b0d464725cd',1204948164),(384,'26c6ae2d258de195c2ead8092de05f85',1204946359),(256,'ec0abee234aef32113dc8e693337d068',1204945649),(432,'e7f906f8414d6dd5f73648bfca67cee9',1204944612),(127,'b4893cb3ccd666d4c31c29613275b810',1204930157),(156,'7d282e1409fc033a11761b73c60b18b1',1204930148),(317,'3f682d0d1dbab6659ddbe8a68667f34e',1204930109),(20,'873ff4f3f9894ebd753e425b844f0041',1204964176),(20,'db5785a28f74913ac54b95c056852588',1204963993),(100,'77e78c0c67e0412e19fecf6799b66596',1204963938),(66,'9af4195c107efe6adab5d16c822aba8a',1204963882),(31,'dab5f1e15c2e1c0ecf030d2457a93020',1204963735),(449,'57f3b719e9a58305af72422ed816cb9e',1204963717),(388,'b865ac37f5edfb0a21bf14f6ea79e850',1204963475),(350,'b8fe77597ff138fd4ceaee5f07628b81',1204963014),(441,'09b516216e660671356fd261afcdad72',1204962888),(282,'3e029e36ce73bb31009d6b7b71162fb2',1204962495),(130,'144d5f0c06fcca35c3176fc6ae1a25cf',1204962386),(458,'8658ee513723c7c7f2d7510885efaa5e',1204961849),(246,'15ae4273d28f7f82b4a6ca4ced6e05b9',1204961553),(282,'0d225ab9c086a088bad3e6b509e0223e',1204960159),(325,'0cf2217ea6fb9fa4a38a0c74bf03b988',1204960125),(32,'0eb8b383a4213b49d6baed98f2853783',1204960058),(294,'199631260114aca1197a368af0fd9b42',1204959673),(157,'dbc972291f181db3470603a2f33d1f77',1204959630),(246,'6f06355fadcb7273e869da2bdda58548',1204958126),(18,'a829e18a1713630e5f3882ddaf47e74e',1204958024),(59,'7c4fda1181ec7fc066fa7d3d69ee60da',1204957856),(31,'bd623410326c5149ab9caa89f5ce8396',1204957337),(261,'472fefd9734994e26d67a08fbb17d258',1204956077),(413,'7a0f2600e584e6a4b5a98be4ec5aa46e',1204955926),(291,'db00d13a998addc11e4b63af1382d153',1204955918),(426,'593dce74a6eb4e6240baaf9ec2141893',1204955899),(374,'0273edb8fce5f27b29cd6462acd4aa29',1204955833),(80,'be7765dcd645cc6a0ab46aaa9ebf7b74',1204955651),(80,'64c8697c9b9f7e1dd674e3906a9c1135',1204955591),(20,'ad46b0ce4b4b96f53655bbb7ad577e0e',1204955234),(331,'96a85c02b53222164cdfc447679080c4',1204955208),(30,'a322afb1c7a46107a0f0b6f7d80bb2c1',1204954906),(17,'8876361431e23e326912f5e4adf94657',1204954853),(412,'f96bdebb77c374bf39b8628eb3af95fd',1204954354),(76,'1f610bc920e7495ec73f5fdc195e348d',1204954305),(59,'f42afb41e72c1b7e01cab4bcfd210422',1204954203),(458,'2dcac1956b0d0eaa59ae984b5c52fada',1204953862),(430,'04f00d8f7bd5aafcb8a4387d70348500',1204953805),(95,'f86f5e21c29ef0d46a2b0790e3fc487a',1204953655),(454,'1e186c890aa23af51819af0069cbcc39',1204953032),(254,'2ab6ffaa207dc3b6a4081211888232d8',1204952896),(343,'bd7f909db037c3477dafe26548f12167',1204952841),(134,'61d3175f112f528a2c14a0c615b5e5c6',1204943247),(282,'59bc68bdc2ad1c23bc1b8f5680de49a2',1204943468),(446,'a5c1af5e37768d585c38d12207185a2e',1204943547),(20,'544712fff787acfc279ef336b4278780',1204951809),(20,'df3f3db0c6be80adbe53ad0f3176a2a2',1204952034),(409,'d2b1bdfb53a593a53df3be936fe13299',1204952179),(343,'f8e052918ecd36b38fc5e2be849443c3',1204952659),(160,'9fb7fb9a126d28a0c403e9481c17329a',1204952744),(50,'73f8a8dc7eb607ae78695b4b923abffb',1204523795),(114,'204141922d68fa7f3ad2883a1544ebed',1205121642),(40,'e3f18aa476690636a4d8529209974a9b',1205121435),(146,'04ce07980dec9ae3a7172087d9b20b3f',1205121340),(25,'bb583b0b8608b85071249c8443593fca',1205121322),(118,'07660c6961b0d6bc0b7cd5f33d2e046d',1205120916),(395,'46d0e135b1049ff0a0fc99c5d9f5dc90',1205119068),(42,'adb1f1c99ec27608b0e0b0b03c2568c0',1205118636),(153,'3f2454fc7f51ec4c875f41e7cbcb506d',1204943040),(327,'fef388e2167fb09ba7e88870532f1b84',1204943002),(277,'fcea6d41daccef7206cda1f192eacd39',1204942889),(62,'f9de74872dadc547946d7d34727bacc9',1204942805),(327,'03823159a0e94c3b59e0ef49073ef3b0',1204942774),(379,'ed07108f801a538b44796a5739dcb017',1204942681),(435,'206ea4c21b86de56f46e622c5bce3f5d',1204942464),(137,'548f934ed4830c98a7857b45697f78e4',1204942312),(162,'5eade9e6f46b996695d256533550728d',1204942130),(301,'61005aeac85a70ec9e18ab7b976a0d5e',1204942047),(28,'af3770e4907ee3ba58b0ba1e4b8b0eed',1204906252),(170,'9d9a417bc77581b8195771c24b0f8263',1204325989),(177,'32559ddbbce0e8e2050cbe9fa2364e74',1204325536),(170,'fd1594c581613d09cd20ec9936d9a0ff',1204324954),(261,'a44bd68422d2d0e460f77bd6b233014a',1205882999),(345,'9c551cfdc80b67e493f3f37c3c312765',1205858111),(357,'8b43a7dc65fe19fe70efd458522eaee4',1205856117),(453,'648de9cf190e4149304866dd642d39c7',1205856072),(216,'3c564549901d224539d8cbc0083034f8',1205855757),(453,'202aca930298c525e616fc80e02f4f7e',1205840566),(389,'8525637d8e5ec92484e96cd2e01410a7',1205840364),(24,'cdf96b7a4b1fdeffe104d27c4a36ebde',1205838943),(336,'a20e5a81926d50f24bb5e5a48a0cc703',1205834947),(329,'7966840897fb00ca85944cf5a5f975da',1205834412),(268,'8ad810fec544b662c19fbf8720f97833',1205840761),(49,'801add2e16609a04236dd8ffc5764677',1205840572),(286,'c9210198b2b3a60e541600e2d98c43fc',1205836553),(359,'5b3959307846b3b10c02f8678ef17568',1205833606),(174,'74509b2b1836230031f16c93ae228126',1205833048),(393,'4c459ffb057938549626b2769610ee45',1205833032),(446,'b8c29830812f2995ef5c9bd62f41b9fb',1205832124),(414,'04ecd17e300202f932ff05326902416a',1205832004),(420,'ca590485b0b11eea850dcc61411b2e24',1205829621),(232,'9d7dafd20694912a5a8cdcec2bfad4c0',1205787871),(39,'1e239d08fedd399782d27ab75754d1b4',1205776610),(323,'c73fca22e7eed06e66b92a8483d10503',1205776203),(426,'833b805d78858bb498ff8546bb426391',1205775544),(232,'20c302f48c89d5e1992be136b92795a4',1205789893),(453,'1537ac44f1ff035216e25db83dcd5bfc',1205775372),(20,'402ecc4ea2e55178a7ea97d3c6c4fa0b',1205772670),(261,'b488b99bcdfaaf5295a53bf5cc616d4f',1205771066),(32,'39e8acdb78e87db53f8497eb2fde0d92',1205770241),(62,'3bf017134fa72a5ef7d8aff84950ce9e',1204985833),(25,'52e42fcb180d50087a67eb6266871f25',1204984452),(453,'882a48055f5f6bd4568c145ce595b47a',1204983342),(22,'02109544d42103d027aa8aa53ca691a2',1204982586),(62,'f87104e74cfe380e845b3bb06299f8e6',1204982170),(148,'b125bea98612f1c06234f96cec24cb5b',1204980751),(319,'e0fb6cc15eb9889b084ee3ef4f545d5d',1204980213),(60,'07b188b5df5266587a1c5a7195e76828',1204978795),(347,'a559dd6420fdc0335917388d8659d241',1204978715),(166,'c4558fb6eaca79ea5f747eb429d0fc6d',1204980033),(325,'8940edb1492416e1d28b6a583d6c788e',1204975954),(392,'e54e19afd17ef9aeb7d0fc906a2e1fcc',1204975778),(127,'63079596286b425fabe9331b717c6f13',1204972528),(441,'4b707fa2277d510050851bb069b035d2',1204971983),(346,'1ce49514a74f6c007c11dca066ea656a',1204979864),(51,'62a706f51438cbcc9aad7893311297e7',1204973381),(157,'d2f50bf440a95f60fb91c786ecf3a219',1204971271),(261,'ac62251ac2958e100061f9ac4acc42b4',1204970257),(66,'262c212abd7683c8a65a35c85b2effe4',1204970234),(112,'3e94992b81368982268c2170d31fde6d',1204967739),(138,'52d732594acf6035a1cd59bda7e094e8',1204974076),(151,'619b6f54e25558705c5e36cbf1b22ba2',1204974124),(403,'55d55b2cf52dafd162b3a0a235f5199f',1204974221),(385,'0aed2746094ed991596cd6cefe52626b',1204974303),(120,'735b99ee3879c21b985ef03cf4aaa283',1204974506),(148,'4787bb9d86d851c32393a05d22e3c8ff',1204522712),(108,'5605dfe66664b3f5a08d687f88406cfa',1203981264),(27,'61febacd86b708859c1cb625ba9ab377',1204967459),(67,'18ac31879f12db401fa5570d5491b51c',1204967385),(372,'28b969ab365ccc48b9eff0ac08ef0ccc',1204967310),(350,'dc877cfcf770dfba10c7db7de03ba787',1204966146),(237,'2dfa11cdf6ea279278553e5e980c5179',1204963356),(112,'4704b62cbc3b240f10fbaec81300d2fe',1204968957),(59,'2681e577d38081b92033949a17133ac4',1204962157),(76,'8f2775c715052fa031651e3d082085e6',1204959386),(432,'8bb504f1f05b2218ab607d5ac8104833',1204958683),(384,'a9f4e5d0d22446013f54c925d5f39081',1204957617),(17,'d105d10bab24c445bbc70eea8346fd5c',1204956626),(328,'a89e48a0fb9cc18ead0aea6495b38744',1204956748),(280,'539113cb785024ca8a9f6af8f36db2db',1204956391),(454,'4b9a776c6180747e05af2f9abe5233c3',1204954115),(409,'664772c97cdaef0e77ac849c11cc297f',1204953437),(446,'bef92dd9d86cf05d2a071dd901723438',1204949371),(33,'8c152520c9ff02be7375ec346d070eed',1204948115),(409,'156b6b29c5e785e983b98df6a5ad3d25',1204946867),(17,'34d9a7b9a6cf7bb6d8abd84710a33ae7',1204946016),(441,'1e0895e34bfc3b25cec2555a885e9995',1204935058),(81,'b142df4c048112e2a82498674eb005f8',1204935595),(392,'4a63417f9f3d58268abb0b8a0e3c3ed6',1204934306),(304,'91448fc85035787c92d63665d5465fc3',1204939141),(88,'528f0a78bb92a4ce98abe53bdfaf7952',1204938151),(48,'7b0e6e4644083f6b1b60327562922ccc',1204937528),(71,'6caa31caf7ad612821c8e7d49c5c8b8a',1204930299),(63,'498e41c9aa833f32aa25fa336c5d3c32',1204930007),(49,'0a903de45b9cd0ac9ea34d61e7b8b499',1204929330),(361,'4c0b650b1a5d70e4151bdf5060af09e4',1204929143),(429,'eae9621c7c5cf436a764ba172b5b3f8c',1205118209),(59,'5a05e447016dacf8eeb1bb801bd03cf9',1205116512),(130,'677c01957d721deca5f1fb6a6c6c2358',1205112886),(431,'b9c97226a5be1ac927f217d7fbf34edd',1205112536),(186,'6040acba9e82b3f3b6ac50af614262b0',1205112317),(270,'f6b2db67422c91dff42d4f07fbddacdf',1204159770),(399,'3b04928db67fb0eae1046a7b85fdf002',1205112266),(404,'3159326de38af97d7b734b9e39d0f7e7',1205112002),(326,'cd417cb36bc88c605a7c59441c571e65',1205111772),(109,'e72608fe91af20f6a7828a164698073a',1205111897),(68,'d76dfd2208140df5b81e2b2a84988ab3',1205111538),(61,'5a5e46ebfa0c92b524bdf7eb299327b3',1205111495),(106,'aafd2bd6674990246afbcd1e8e780b34',1205111350),(399,'72a1522a692cf15c169e0a7b851036e6',1205111277),(49,'0da32e1b4d13ec6f0bda70e0bb883ce7',1204847101),(86,'01e8c8e24b33d5456a24e10c95746b7c',1204506463),(359,'f09e857490abd519b319cf16bae011ca',1204096926),(296,'295d88be4992b2c1a459fa16dcb70410',1204095658),(296,'5d8edd0528f90556d761efcdcb409116',1204089286),(211,'6b5c43ce0fe7b1342be91f8ebef8a04c',1204865029),(176,'05bc680765c01ad933e106b64789af43',1204865283),(403,'b512f9d9c6f5175c6eba815261c57843',1204929847),(28,'9115987177025253ccd957cd74dace30',1204930076),(25,'8be2d1b2bbcc54aa4a56db68a23fadae',1204913985),(25,'0e45b6f569a1bbec9f07580ad125b987',1204913729),(25,'8fdb8449480d87142eccb0285ff23610',1204913729),(25,'44c9795003fb8c560713fc08be751911',1204913034),(25,'561694671f9f75323d7b0c1e4f434253',1204912797),(108,'f6445034fa471f17f4ef04170fe40bb2',1205230613),(108,'28ea220c5c8d9cad1dab8244ae6688e5',1205230609),(366,'526d922ef21e6b0c9f4e5ca20e5ec8d8',1204800678),(36,'10b6748af9ecc0e4aec7204d7580ea4b',1204794842),(388,'c9b55a532cee4e44325c35fcf2c70892',1205232351),(415,'4e6e785e3be0305fe81a9ef953cc0f0a',1204421911),(201,'0bd408cc6c26b6584d261c0e210eff16',1204110051),(176,'ac0cda129fe1c70345054730a5792d3c',1204313433),(176,'abc81c2cdc54eed8595418838dbf4973',1204313367),(43,'6552f1d3611b5173ff32b8c8f26d438b',1204312414),(176,'31ee9a45814ca2398ccb5dc6b1623684',1204311406),(43,'30bbfd55d4f3e09b97e95e24b2c73d48',1204311317),(87,'b93a84801b30a45262d7005ec1532b00',1204296435),(225,'60beb5abdef3b7d49941ee65a72f466d',1204295435),(334,'0d283ff6c888ba85623f9e94546b5770',1204928476),(406,'fc8775e62b5a927fd40452ab5b7220a1',1204926107),(350,'8956b33873fbefcd7e5311999e8c66e0',1204925100),(284,'347169e271d9957818e3aa50ac891fa0',1204925068),(423,'22558884f82f39170cd3f6617d73e2f3',1204929092),(422,'4dcf1dee050ce36363460842bc8d21ed',1204928683),(328,'ccbcfeb131e9cba933f3db8d99e9cd80',1204923722),(153,'b9f1b7773be2ddbb275432cd6895a940',1204923785),(381,'ef429c2a461b95fadc1f54b3a6234c99',1204925341),(446,'417aa6704747ab421c795cf55ce5a0a4',1204928496),(126,'1e28d17555f08b781822a78733fe2224',1204928520),(287,'afe02ae9197f82c7ebe6709d6f7b4f22',1204928622),(28,'b87e1fa0b37169af2b6415ee4800c3ec',1204919490),(16,'dd006dac4e28832030d189b69d9f20e9',1204408740),(388,'2a7af44abbfeff1fe97b880adbb044b3',1205232259),(135,'9e7d4b32f0d6861c1b4ea871a4c7046b',1205232042),(159,'3f39868219d22eb616bf4fb47c3476be',1204756764),(410,'4e7cc8ca2b4a288275794caea135f475',1205630630),(453,'4b43c3cffe73cff2bd328ffe10ac83b3',1205633086),(316,'5905a2a4575b7a3f35e47e64a07829ec',1205633978),(420,'64d1df52fa730544e28374bd38835b6b',1205637740),(41,'f9d727d7bdafd6284788d556e7ec9e7a',1205638734),(410,'ad83d23f45d9eef8b707b0afd471b70c',1205639162),(333,'bf17fb8f9e0930be2e3220e4586b0168',1205640767),(410,'c1e990327797735bc96af131ee1411a4',1205645366),(404,'8fffb1a45bd7937ce8ec004c27223c98',1205645508),(68,'888ca629dae07329cd70722207abe106',1205645508),(410,'128e4c62909b2277d9974f1d6141c8b3',1205645709),(131,'17a3d74a4dfd2f37614603bdd3c7701e',1205646108),(121,'45d3d999bcb8f646f9bcf302628c26a7',1205646270),(366,'25d1b818b4270c257f9e26e9ef9c245a',1205647236),(405,'363ca9a2309e8b42a36491a2644c12b9',1205647694),(453,'5fe07bd3885d506cad9d2bdc247e2b61',1205648638),(357,'5dbf77ded8124243a4786fe7cd50aeb3',1205648677),(108,'5adc2ba6f7acbae88c825176bf413e26',1205650454),(81,'e5e62bca85d5bf2f67060ccba66f297b',1205651089),(270,'a18d684845736c9bfd01d0fc283d4660',1205653938),(323,'14aa079d889bae2bc97f3dfe86cbf947',1205655953),(276,'b891f8b56a5fc0922b5a891df953e9df',1205657932),(446,'36698d19ab6c4eb3125eb36060fda94d',1205680630),(446,'cd1e990851f6b868faf4f77715fd06a8',1205680693),(446,'26d652ec8fe71fb89fff775e00e73d74',1205680826),(133,'a5d1f47dd3a68553a452bc408f93cf4a',1205681488),(133,'9acfc4b8814cbc298fb6c514d2550eab',1205681587),(133,'33c822b6ca5ae7c059e826847b9dc093',1205681733),(133,'2649605dfcca28aaa1f31c34715af1af',1205682578),(419,'fddad876d03498d814a0c2e570a1b699',1205683139),(86,'2387a3b423463c1e8abe488771d60bf1',1205683215),(323,'7405863734808ccdcee58848007435cb',1205683429),(86,'c144a68c966be9c576b3290c46c890f4',1205683469),(254,'1500c9f84c6cb6f930231c186da88ecd',1205683501),(389,'d88fc70e6baf8687b2d092b1569c7edd',1205683540),(277,'32669d541a354cfc3b350d34511c0838',1205683558),(402,'bc4b1ff3894f8231a89f5d4bb44b4bdf',1205683684),(453,'ad8e07a9535d6747848d78481ff2e589',1205683741),(277,'dadc2679290cb71ed4bfa183ea45efe1',1205683746),(277,'50a7f7c52ee3a55e8ef21d44ce60ec57',1205683939),(48,'728dee9896e15ce96bd3ab75c4c435fd',1205683952),(86,'7ef78287d3096df3d099eb6c089686f7',1205684045),(270,'24f085993ab55c6145e657cd92a43a9b',1205684091),(86,'c88b3ac7e256425aff956444ee4dfcbb',1205684093),(32,'9d8eaf966aaddab00fb243270858fb95',1205684156),(19,'cef1b4de703a665077eeb91d20dc9259',1205684211),(316,'50d08da82dffaf13c7b98bf049ef53b0',1205684455),(133,'daf6847071faf4af5cd0f181514d04db',1205684492),(277,'1ee4ae1b746da3d9d081cf9573b41952',1205684679),(402,'9f1329a948a13b5aaf4115c53b98ffad',1205684684),(402,'c21bc74e359786310171eb902ecf1b98',1205684685),(402,'d3fffd848b7caf8de393dd645b24d0d7',1205684687),(323,'d1fce06fc9c580770b79975684c734b2',1205684688),(323,'0aee46ad0da9021870e3f4113d130375',1205684692),(270,'97b132d451f1e73a96c1194f662933d2',1205684696),(48,'0fb91c086fa9a836e5f2249fe90025f8',1205685372),(48,'ee31ad5eda3b5e02c8d2cd3c1764dda3',1205685383),(86,'42e88cffd2586d1ea33cd606e77697d9',1205685416),(254,'55b0596f9613c3dbbd27374b58938300',1205685433),(277,'ef68575c700b1b86e3dd4e13e5876110',1205685447),(323,'e09bbc2c25036fd8e69b5fa14a8f46fd',1205685472),(402,'b93b800122afd1643d1a73f78608c7d9',1205685489),(277,'5df69f4562734fb57753302893600772',1205686159),(354,'1ba85a2c1ec7f8871c96f3cb941fad84',1205686672),(323,'d0cc1ad6e51c390a1c748052abe0d946',1205686786),(420,'8855a3b78ff386330f039a5cff91c7f2',1205687287),(41,'cd0a0099f8c92ee9aede94c57f9bcb28',1205687993),(20,'05151778049b6f8c89f60c7430e181f5',1205692698),(165,'752a872fb2e454ce26710d34190c867e',1205693358),(20,'21839416dacfe9b90d22101248396eab',1205693533),(404,'891907f71b35b4751b953718cc5a08bf',1205693764),(28,'6eb468585c320f42281f6bdb8d87b186',1205694944),(28,'21ed0a09d9d837b8e5f8f36a5da2c33e',1205695292),(366,'420cb0b2ef3286c7dde1263e3c1c8af3',1205695557),(453,'3b57a0b945dc1bf551f4c9c032ede94e',1205696964),(357,'c710186172d8931f30e206ff75c92f1c',1205696993),(28,'c639ab2e54d7bb0bc238871703c599c3',1205697214),(421,'b5ac1a8bfd1b97aa9213e7e17bfebcc9',1205698545),(108,'59a5def4ab12ed6f94b28dbe84938496',1205698693),(20,'e0dab7746e343367f050576c0760c5c3',1205699260),(81,'b1dbfd02daf1febb50250e207c2a4613',1205699333),(20,'117ea5d5348a5db7494dd905b3e75635',1205699542),(301,'e09b66d97fe9de6bc5254ebb560d298c',1205701456),(427,'e604351425c9c68444206e5cd17d64d6',1205703041),(329,'cb6b8ccf64cad9e754d2382d1431799a',1205725580),(336,'432d908148f016cbe2a5640febe96d77',1205726097),(286,'b64a06e37686469bbc5596eee139c471',1205727556),(453,'a9ebc32a7e0f7715145c076af77a33e8',1205731240),(316,'1f25b32767b765d9cb2280b57872fa6b',1205731964),(394,'45786eeecb187667bbff3734bea12111',1205732223),(223,'155bef84e2b0c2fde96611dc49432609',1205732622),(28,'67b3e76a0f32b852b355f8db1a8e80e7',1205732927),(28,'d0cb1f8084ba7a7bc8a9349c19e75764',1205734013),(28,'d2348e99421dc89f70d1c47a1c917993',1205734018),(354,'190e3048a9a47db72cd976c6e2fc13b2',1205734180),(30,'b57373cca7dea568efebb54a2e46994d',1205734766),(420,'9858439a27ef4180458981c54475c2fe',1205734855),(30,'293f8891c360a9370dbf1c1ea865ec68',1205735205),(29,'54116c53991fe540cbb4423910ffb78a',1205735769),(30,'c77bc33112576da648387db0f243cb9b',1205735777),(29,'c23d8bfc599a8e0fdc51268453ef2dea',1205736038),(33,'93250b09368513670a3d682701408ed8',1205736718),(31,'28a5e2a8254fd22305b7a4eaa5b0bbab',1205736755),(29,'8f0178e4aab268ab5def0ba123e869d4',1205736891),(333,'555370ff66ab5d7ff2e59a9790d2bf5c',1205736964),(38,'f4641356e4981a4dac1ab2dbbae8ae38',1205737147),(38,'939446a6f91b7420237fbac23c4edea0',1205737153),(30,'e1ec26336f5dd23be49c0a558744e308',1205737423),(30,'dcc6f04d8dec7d72cd9fd730f6c9b883',1205737466),(269,'77c05ab77ecefd4ff06593c73658baa5',1205737776),(269,'d3620a85f088b7178e592136f2316853',1205737780),(269,'911aec77a5af527193aebc9f5091438c',1205739027),(269,'c45f0cead199c7f61c7de93d6f88b16d',1205740622),(431,'05d7d61b69ae2e4fc874c36474290b4d',1205740629),(165,'c8acbef69611174b82dbe429f00ed3b3',1205740947),(404,'75b64daa80d225e7b6f3fd4afe202487',1205741402),(131,'a442cc3b1c5ecbd44736e571f019dd87',1205742061),(121,'b4d4cc9ca7bbbaf31bd24c55b1a97e83',1205742251),(366,'5780e9c7200129c356cd5b6c5b5ec5fb',1205743314),(446,'178981bb23502a97fcc6bca69dc93d3b',1205743700),(402,'6d0841202756612611422e7ac28cba12',1205743718),(460,'b70fef73a994f9adfd2c7ecaa4d7fa67',1205743734),(460,'f11c1e0618088ed7ad28e9956b51abb3',1205743746),(460,'9eeeadf857d0b6b1701ce8d9c7cbf6d2',1205743768),(460,'3ba2fc81f381ae4c024b0d029b1c8e52',1205744047),(388,'2392d5f2802acb09b33c1c71a5e2ef06',1205744193),(146,'056625418f38bafe522e212581f8a61f',1205744487),(108,'58a4874425f5454ea2b7338b873ec78f',1205744528),(388,'dd9a7f4c11a3b33a0489df6eda8a2251',1205744566),(50,'a8cd11dc54df5c514cb1a5f763706b95',1205744600),(50,'d0ee33fd595260f26e1d505a7a645c42',1205744636),(453,'7bf43bdc732eb2317ac6c102ce1eef4e',1205744786),(357,'3dcfb2d998717ae426c7431dba32b6f4',1205744827),(108,'1c1995276e61ea908440679b00ba0dbe',1205745000),(357,'50811fa839d1c7b7baabfcc7a6b5db2c',1205745279),(388,'86b39cded2bbd82f4c647249f2672235',1205745534),(459,'b69ceeddbb6381d3635b583003f15d9a',1205745555),(263,'dd5fa98681045750b2feaf7b9514551d',1205745641),(357,'9548cc6be7dd39b514a6d71e83bc84c5',1205745647),(388,'f6035aec427663121832bc085bfc9059',1205745674),(108,'7318604217706c047fd1ce8665dfe08e',1205746718),(263,'35f24c5dea4c4a36de2fb2360e3497cd',1205746800),(108,'33b2a79fa0018720196dd580dbb5d438',1205746898),(108,'83bbe7d427fe18bd73bde04bcf091104',1205746904),(108,'025d31291e136d9a1728becfd74abcbd',1205746909),(263,'37083647c488bf1fe0fe70a62a07364b',1205746933),(263,'6642cf325624753aa141d60bec3de2a7',1205747107),(263,'5871e86698ecc4b4e7b6635c69b3aee8',1205747117),(357,'af939e47597334998b2911eb407af692',1205747126),(357,'6f63ff009023e94eb3a67c82c324d711',1205747133),(357,'f1d76fc37a36ecf60d893bc1551d43ae',1205747140),(394,'d903d09b8764911c190dedec3ae010cd',1205747165),(223,'372ad306044f9e1edb2475ba11cc01c2',1205747216),(388,'6bf50832a1a4c2235439e603bc1f4ce7',1205747221),(50,'c87ccec3eb1222fbc8dd314c4bab3685',1205747230),(81,'079a1e09dae9cde77682e45c9c5bc7c9',1205747389),(460,'ea46157988def535752a29142957bf53',1205747515),(291,'d355772d491c8c6e687e8341a3bec2cb',1205749854),(380,'ad6c2fa39b6cf6fc342253dbfbcde609',1205752567),(291,'94715c55d554c62211f0aad901486f57',1205753906),(256,'a556b260c485c444cb40c72e3ae3f0a2',1205761424),(19,'3b5222dcba2fe236f8e78c2413e4f19a',1205777640),(291,'f8674702e457b1adf5e9414a2f39a86c',1205779323),(456,'dd6c36f8e03d1834a6517b035209cff5',1205779932),(458,'cbbbbcd73d7491369c266f2dc625bafa',1205779965),(457,'67010d5aa97ef0b0b40aae594520fe06',1205781223),(414,'06ffea673b0a0c7c7e28a45ca0175499',1205783804),(446,'910c8b133fc1f19e72e3498841f6f715',1205783902),(393,'a108aac6957712a5d558e2fec6ee8a3f',1205784709),(412,'5fd74d6a1cef0795f4c11cc331c41c7a',1205785050),(359,'0b494f40c2f16eeea7204f27183519d3',1205785196),(329,'458d9583f5ceb181e7caf8c2a3ba35a4',1205785898),(336,'25519df01d27e253598b11434ea77cf9',1205786355),(441,'9a1428be0aff30046f9f5be30b014b6e',1205786438),(355,'bbd71a1e1abc40f663b5fa9f6fceac9c',1205787156),(286,'ee52d9aaee480c6cb1461ac878670b25',1205787758),(356,'95f95995246c72b6b053cfc0be8b8989',1205788029),(355,'ed05a18ae3f3fe2f720f80044d37a515',1205788421),(355,'4d4ac5b9581d2af6b3f8308db56014dc',1205788465),(355,'ad4f6983fdd48725d105a7add6ac742c',1205790458),(355,'8e08aa2f7698ce0973ab643f2e5e9742',1205790904),(355,'c1169f3cbb16f6b72a77bda4b3f34b0a',1205790908),(269,'18dccc806d2b24ddc04433fbe6d76134',1205790911),(389,'dce6727cbd2e00c62a8d3da9239ab9c7',1205791045),(453,'3e6e19439a185e4d1fc82f38f43888c0',1205791197),(232,'581f25309a1f7e57e01ef8ca6e28e399',1205791408),(316,'7f923bc6e120b4ee0b432f4777e5cec9',1205791977),(382,'8ad7ba640fce462a633be034615126bf',1205792900),(382,'792d7cf12c3bb3d76138a2da22c7f186',1205793155),(382,'a6187a55169a267bd428c5314937e35a',1205793228),(382,'0043ed4e174c41e5d00b65bf2ef8b49a',1205793384),(417,'0bbe55774eee244c545c2b1bb2de82a1',1205793487),(382,'64019d2e6c15c54f3cd2a3df5e8e74f6',1205793697),(417,'ec0d269777ecef9fe33a16c71e963380',1205793703),(354,'6dbf3c2d99234327ff91fb686d07f87a',1205793825),(431,'a612087a56cbebf437adb3ea8b4c6db2',1205794360),(420,'f81723effcafe5458fd01a29e8b3c292',1205794381),(417,'ae182cd6784ec5ac722d642dfcbb9800',1205794503),(417,'828000c2e2f8a82c1f3bc93efaef25c4',1205794507),(417,'695c069838d923fbff858bc558c8f88c',1205794587),(457,'1fb2a6b279c83cd568f8f897d5e8f1af',1205795492),(457,'777be22a23e2a415230fb41df8f2b8a1',1205795704),(381,'d4da8082dfe3fb58ee8b018628adb8fc',1205795747),(48,'2e3778a6dae06aaafa0013b643a08a48',1205796020),(381,'0c09e82ed8f25e742fa5b735cef4f9dc',1205796022),(333,'2054088fc3c06819117e8b2681c2c774',1205796293),(457,'61aff3fb86f882cfc068ef63d6381cbb',1205797926),(381,'bd021a40a12c610fa0900a042e32f4d9',1205798513),(381,'7ca6cc00258722d49552c48c8bab8a20',1205798514),(48,'983ba8d93ececba780aafed7b8c50d52',1205798757),(381,'e17579d50365cda98175a97915277b63',1205798892),(39,'c5160199f5a264608cb04ac22934cb73',1205799399),(381,'a8602725ce0b687959aa8048df53c53d',1205799439),(39,'45bd4329c93900b1a0fd63c0575ff768',1205799631),(457,'138dd06ae050aefc0c64c1d6a30dd4c4',1205799647),(165,'78a38a73b2228d8b6d6a83c3c5e8d99e',1205799835),(412,'3fd9a00b0caecf3a1744eb44af8a5f49',1205800073),(404,'342ac0ae348e996e236b5be912d04d6c',1205800211),(323,'6d6f60984cf34d353041323ed2992bd4',1205800253),(323,'5483debf360056a262c0511e6249c41e',1205800340),(151,'4918486e6d35327e8fba8ab9232dc00f',1205800372),(323,'afda756b3548de8d034124ffb83c2b0d',1205800391),(151,'80ef88ef96db015f5b1cffd38d82fb47',1205800423),(412,'a11b38d4980372fb3cb5474e845e7f53',1205800503),(412,'a08bbd9db1257f68c49ae4b346e73fca',1205800527),(412,'4e1bbb1a530f08a126d6eaef074c9392',1205800538),(323,'084c15dddbb18e8850686407707328c3',1205800604),(131,'32c55da43cddb3b524364aee6119bcdf',1205800757),(323,'edf100952b878f445f34cfef1c542c24',1205800836),(121,'50676cf64a744b9396e068d6051ee018',1205800905),(366,'870d9d473d3ee189cee6d0b59112725a',1205801855),(453,'3f12a8c7b83cb5818e77b8321ee6a963',1205803229),(357,'eab924a1263987f66e0ed976878f2734',1205803264),(81,'d82ff80ce6f2847b58653b0c233ff6e4',1205805609),(316,'708ad62461d7f5a4dbf5b74d05fe051d',1205841381),(460,'29941d8256154d2fe4cd2ced891c9728',1205841547),(354,'c0b87b502323470252b7008335101ddf',1205843937),(420,'b52b36e085069106711389183f65abf9',1205844641),(41,'f3841b13d31cdc4172aed61499fb31d7',1205845523),(21,'9c24d6e7e62272bdb95a5577566dc330',1205846044),(333,'702529a553e7ce9bd0819d43ddaa2da9',1205847249),(261,'88f41174c3bf6ce4fe7805099cfa6a14',1205847884),(62,'af23ad87ff29469932aa3d1563acea3d',1205848965),(62,'da8fb7deb3cd7bf4e32f57829de1eabd',1205849878),(412,'15b07e95ce8b8f65340608c10dd76174',1205850342),(38,'5594942254d456af14e7d0d75028f128',1205850367),(126,'8f229747c91e82018d55f5b0902254fc',1205851052),(165,'18be87b4282c3f13eb552e73d3b4e200',1205851919),(404,'a7bc71803de81df7473f97738e31d938',1205852427),(68,'b64c439b9df3e32f9e7ba5fad31e73ad',1205852431),(121,'3596ec5d10ea2c503291b9a27098ed6f',1205853372),(259,'a5d744f71876860dabba90fd75510128',1205854011),(201,'d9dd85d59fd4ed7e034a2847190800c6',1205854060),(366,'c0ee14733c23cea682708b6153c4c5a0',1205854516),(442,'b97257b6056b2a173ae3055576f468ef',1205854582),(108,'0cd2a68826350d8cd26abf1cf99bb603',1205858142),(239,'a31da9d73ef2d118b940f98bdd5a99af',1205858565),(239,'e79b2ef6dc32c6049d306680842e0d1d',1205858568),(239,'e31ffa3a7e8c868435d32e55b448a725',1205858569),(239,'eed1439825ad98c013b2417a2298623e',1205858570),(239,'7a99baf2ec66114f7609e149791a05cd',1205858573),(382,'fe8889077af52998d33ec7725a036daf',1205858576),(239,'be2a5d2122fa1e4fbeef09f225a581f8',1205858703),(138,'5452872b71df38facf5bd48447cbeaa7',1205858717),(81,'b829072e5696e957d747631dd4d1abea',1205858875),(62,'595de66d82e9e78e0ad878bc28019934',1205859853),(460,'b3cd3c55bd69b430923433f60b7d3d91',1205862066),(380,'1c728b671e2f2d6a0524b0ef064d1770',1205864235),(62,'c1d4cb3957ea08d7a49f125b609628ce',1205867792),(62,'f038703884498474eba265dffb90c538',1205868418),(442,'b09b361f92266422a497137046b5cf2a',1205868760),(460,'8cd72e495454f1471393c7b988733ba4',1205869075),(460,'873ea7cef130ab6982eeeab494c375a1',1205869325),(138,'d55b1128210598016115d470e9232205',1205870846),(24,'3dd8e866818e23830657f5641f30ae90',1205871058),(138,'ffe200f734a3114837f5db5af38bafc2',1205871330),(138,'c2ef3f141f7b165182a82108bba02d42',1205871331),(49,'efacb8b0275a5bcfa2ecfab737d32baa',1205871552),(49,'8a3e776f101686ee8e1394094015fdf7',1205871630),(460,'044a293bc6502ba46acbedc838a309b3',1205871690),(49,'57e2a6e93e8c212efd298c952ec22e9f',1205871760),(49,'6ffe4892ffd2d4803aee3e06db5737eb',1205871764),(201,'38fe926bb8915f9454f2b61806231bda',1205871923),(412,'b156095d184c8760bd66aa84550f5091',1205872073),(460,'242395f45fad81ccc025d856cda0ea99',1205872094),(24,'6b5ed6485fd4750930eeaf42140b6d64',1205872275),(138,'8f1b0a25be41e72062bacf46a7e7eb2d',1205872729),(19,'ff65f3b65f99bac0e058d0ea56296849',1205873247),(126,'1808b4af1d779282655f43db183ae3f0',1205873960),(201,'4b8994c59dd259e4b2b0f0930052485c',1205875065),(201,'b90a8c2241fe833efd64a31082828ee6',1205875070),(201,'b61b539d054990cb4564f9ec848ed0b0',1205875072),(201,'db0ef699e764628c9e29936c99518245',1205875075),(216,'1b162d7651504e2a4dddc112105e7c66',1205875078),(49,'a8c6d7239a7da5a27fcccf77f564391d',1205875650),(308,'c94453cc7a3e0d2f0b2f84e88f8eebb7',1205887320),(414,'8240b5982b057b788e2414bb696fd022',1205888448),(446,'708e3467a2efadc88d3a7a2e5efd5b27',1205888590),(308,'52928607f2cf4b7258e8f5eeca5455c8',1205888831),(393,'3e6f83cf8ea461cc1cd6b7b83603d505',1205889773),(359,'a1dead79a9a37b1c256010d44f1b0318',1205890365),(329,'b5c83ddbf82418224bada041c1a743ed',1205891375),(308,'6a6c32d3e9ac15aae82708785456c0e4',1205892240),(232,'34bad408e40cd7a2f1cecc4f2ffd2418',1205892283),(434,'40abacc8f5d10959c987bd947d60e5e8',1205892937),(308,'5f484d1a47968933cbb35df35a5bd16e',1205892941),(311,'b417a1dd9fab1d4247908d0f8df9e645',1205893578),(286,'c7773e0843c1fddbfa0ff9a48edd84be',1205893973),(356,'c13887f3961c95edba743202f101654c',1205894368),(20,'e5768c63c30bf52fe16671c757d45024',1205898942),(20,'ed128a58c6ae5050cd5c93ea972c6739',1205898946),(316,'1286631d526c6a1f37582fdc7bcb7f29',1205899998),(308,'b17529cca9be853264b588a7666453eb',1205900721),(157,'8a48071066d54377419a3089fa0ba2c5',1205901724),(354,'c7dab45f3b98bc29c38844c8c63b6432',1205902868),(121,'7b216d73685aef524a24099c8cf78df0',1205913682),(270,'3f1cf54a65e2c9043a14688a8d31b616',1205914038),(451,'659a608ecd3b1749e7482a2e8f887282',1205914616),(434,'eb6334a4026743ea7e022fc81052f85f',1205915045),(20,'4fd752cd555429fbabd42e843dc535e0',1205915076),(366,'97a1f3b4ffff7236e4aa9c1613707649',1205915118),(20,'9dfb834bcab2b9754370c90943507d18',1205915442),(453,'29e9817a7934942cfaa08fa728a76e90',1205917095),(357,'66404b24e6b1dc584eff500ba1214f57',1205917154),(434,'dea81f1213fa96d60da233825d178997',1205917910),(157,'5969ca38d05757a3c8c5e8ad3f4c592d',1205918671),(434,'0dd9b67462696377b943dc500067f321',1205918745),(81,'bde68f64e97791eecf53b29bf64b44d4',1205920598),(399,'f85224869aa65cc4a2ae0ff17e049fe1',1205921395),(62,'9166a0a3d9cdfbea7cef02484a83186b',1205921424),(153,'20739dc2031cf619c6f8b523b05c2f35',1205922439),(322,'dc952a8b7222c06aa53c28d3a0b61c04',1205922595),(146,'31bba2653cc6ab71f188ea1d8a3d146d',1205923503),(357,'8f175a64b264ab85558671b9559d6a72',1205923517),(249,'835cc719cbf418aa76e3b9b6956fb4da',1205923568),(343,'4ba68e9245e65464ad41c7b329583beb',1205925343),(441,'e0152150fc24f767db23a6ed7b5cc19b',1205925425),(170,'0c8fd2b9a2f25bfa26021ecebf7fd4ec',1205925434),(435,'2337f5b2c569c306d121b0738d41f990',1205925816),(369,'bffc999727751d7d005afd721d8e9eb7',1205925823),(163,'47e97248287f5c6d9c62d860ee675261',1205925857),(377,'577ebc2a4f9be1920ac65105b4b2eff4',1205926073),(224,'520fe8f08f24fa159b5bb3b3f1d67bbb',1205926762),(32,'f085df288b4a1c671e7448672d0f0f23',1205927174),(57,'779bd59ef0b08d6e595b95bbcd6ddd0c',1205927225),(232,'8d93a52e94b365910b1690011d4d4cdc',1205927331),(57,'80995663bb3192c4ddca9c26afaad5b1',1205927733),(380,'9fbdcdf958925cc4610971116b13f8cf',1205928072),(57,'02fdb890f3965b3f6d58e937e41f2644',1205928105),(154,'6871e71ebfc67e734746792232f88158',1205928231),(232,'a49ee6796b692c6ba780ac2ee99c2377',1205928311),(309,'fa3ece5902ff30928e099203847fd889',1205928359),(57,'9ae2eb6d56aa83c484c08f2633b071e7',1205928457),(451,'44a84608058fb86d07a1791b4cc4a3a3',1205929002),(57,'ae41cf2c1c825bad623d544813863bfc',1205929321),(431,'3dbf8a2b086703aacf81bbe2e992061d',1205929504),(307,'ac0a3f87a243807f4f7955946a3a5672',1205929554),(303,'009505f15a59dab1aeb9812e072b76fc',1205929566),(307,'3e136414242d1ebbba822ef62fb96c43',1205929612),(303,'75fa890f3a30359d42a04e6b6b1c27d6',1205929625),(313,'dd049209ec28846f840d242efb4a739f',1205929658),(399,'c4df298714ac7e18ebfe4d7e1da59828',1205929660),(307,'04758e2e986d44f59f69446a24d8d4f6',1205929663),(311,'7fa9bd082ee531779ac029555084cd78',1205929665),(311,'240f79292691c3a1062866c419d10cf1',1205929666),(399,'ce4506b924704ad5a8e72dd05fccb90e',1205929673),(451,'0fcf34997b442fd7cde46f54eafafdfa',1205929681),(154,'260fff8f9f2e0b87aef4055ee7b266e3',1205929684),(154,'20334d43451a0971aa6e0f607a866505',1205929684),(310,'c5f50631fd9e1a498415f88e5e4e5bf9',1205929689),(311,'8feb8aa97426dcb6a3ebd30fcc10af7c',1205929694),(314,'593364accc911135942fc453dbb8b9ed',1205929695),(311,'b25eeb77fa9cb64ceb2a9cc93edacfed',1205929696),(313,'4adccec732b00a96d94a5b029461e125',1205929697),(307,'122a6a230573b53a8d6078c3777b6512',1205929699),(307,'e46282de0e6dbdebe1bd2d7d9f3d6e85',1205929700),(315,'117043606f1a27ed533030b34d04cf1e',1205929700),(315,'6dc302c3329baf642d2cc20fd636bf27',1205929701),(315,'6f61eb40f73b535c743a98699e473e6b',1205929702),(315,'8575109ff6a509844df62940d281be22',1205929704),(316,'def6f0777c0061ec2b5798e6988f50f5',1205929705),(316,'6f567e099097ad46f0cf1f1c06ebd784',1205929708),(316,'3016e542423d3db81d2e9d8b2cbba8e3',1205929709),(316,'ca48257f820e4f08fafa106ccd7b032a',1205929714),(32,'b73ae12b7f1c23308f192f76d0e2e8e3',1205929785),(270,'76bd8a0e321f92535132ee3b06e8d2e6',1205929810),(303,'a6bab160d80e2ecedc18ae14aacd7684',1205929812),(303,'035de8089a09eeb522912d825f17043d',1205929813),(399,'a33f1d0882fdde18a0af151d39bb6d8b',1205929815),(322,'84654595660a11e5f7e1756f11061a50',1205929816),(460,'593f5733bdd025e50254eb5a2a4e0b95',1205929860),(303,'1caa2bb817b47a9e35bed5f4ee24a3cc',1205930144),(431,'b345115f5cd1c222ff5e0c70a6cf9476',1205930155),(154,'13958539c57e35c94a9279f15b39c741',1205930157),(399,'29e6dc91339d7e5664712adf3c1b8a8d',1205930168),(311,'6d27de3e1977ef066a168b84dd8a080b',1205930204),(313,'552ec0a21d64b57219807a9055b644b1',1205930234),(270,'404e3c7b8bd837466b53f89638bda119',1205930265),(154,'d6ccf45b1165c44c75eb342c32d98786',1205930586),(399,'59a8334e3c5b751fba5409d822ebc839',1205930945),(431,'a1141a15a3d88e0fbe6d7aa97b6315b4',1205931186),(431,'91c1751db57ea54172b32265c32a7789',1205931217),(316,'a632528080c12542053ca89b677aefd4',1205931230),(249,'952b38fc3374cde2e28e4070f814f6e3',1205931511),(435,'cbcba289b86f8c07393bff0e8a8a0c2f',1205931661),(441,'38faf690eef0d28046643b3839b95425',1205931814),(87,'3a7a7523fa60ecc7ebbf0ea007c4a0e8',1205931868),(152,'1889655c4a20920c6cff68b241fc78c6',1205931945),(357,'5e75dc89bfd4250480b7473ace7f4f43',1205931948),(152,'a0a5e976fe9bf0a6945220f9631d8252',1205932011),(170,'919f8c6756b6317739eb4eff532d6676',1205932057),(170,'7a2fcc7c2429f93d47297cd00ab4af2c',1205932060),(441,'94acf918d3b97f9a3ef371a4441fd9e6',1205932081),(146,'6c6237574c001e6be54ac4965a6ce70c',1205932091),(170,'623ed148d6ba8941ba0f85e600cd23be',1205932118),(146,'3db29fa98fee668a1b664d248791b83c',1205932158),(357,'eb290048792649e1171cfb7495928888',1205932176),(249,'168603a065baff03b3665b66b705d845',1205932189),(322,'80435bbb63c5f1f442fe365403e98a32',1205932294),(322,'f5562bf9c812c7d38816bf6e2044e49f',1205932296),(357,'e31fabf2673b9b355d79f6c34a13676c',1205932298),(343,'263c3f33e16b1a3cd4def24820cfb65a',1205932300),(435,'1cc9f532f3a0a5751b0c9762b911cc8b',1205932301),(369,'b6d3429ae1252d3cdee6b63c4f6dfc91',1205932303),(231,'62f71806ca2715cd81eee4e3748ba687',1205932304),(152,'0cd3d35e2658bed8a2ed0f1ffdf60109',1205932307),(231,'317dea3f974dcf19677dfde66edbc64a',1205932308),(87,'cf14951faff3f75a50533c8e20faf4f7',1205932310),(254,'e01d95335914f8d3fcffb53a8ba8ff93',1205932313),(254,'b2a0155e3d338079ed488e658e401e81',1205932314),(87,'6c2acc83ab9231a6bac1a6f74064ab72',1205932316),(176,'ab2d80c920091ec24cc8b5cddddd145b',1205932348),(170,'01f7b0eaf6219066358be762e289a4bf',1205932359),(170,'a75e874a13de2546cca7abf4706c5c16',1205932400),(357,'345a021107e7432eca280de878a92b49',1205932438),(343,'2dbd08f8bb87713316a1faaa1ebde25b',1205932587),(249,'a053e76a0cd534d176c45043508ab1d0',1205932620),(176,'31a749d81806b80c587c53b018d69a80',1205932694),(146,'0f86573068da73cf3c621927530c9186',1205932766),(152,'36e1c1ed1a2590d5b519e3430ff524f3',1205932772),(231,'d509e5db3de6a9c82fab196f08f25232',1205932787),(357,'8ec0ad37a533a121a22a23515877d82d',1205932789),(87,'3f9c7379cc5feeebe99a201ec8a8ed56',1205932806),(153,'02122f7e8f364a8d42e9433abeddc24a',1205932841),(231,'ef478756b0fe558c915f18d68c4d019e',1205932894),(163,'16caa471585806cc5a0f372cdb36fd06',1205932907),(249,'f0eb3077695eeb7503bbb958663b7f63',1205932920),(146,'0bbe82cc466ba325e7577e4d9f221337',1205932963),(87,'c0dfaf1d8f5a988489b9f2d0601952aa',1205932970),(322,'325697d0eb6842568e9a0e11dc74a2e9',1205932981),(343,'b8d0b9c4eed3c92beb572ebb29738ae2',1205932998),(435,'29d67abfedb21a98bfb885946f28db37',1205933013),(176,'6b8c1710fc200cf2864a698ed348330d',1205933043),(49,'25a4282f27b9a152ed26476240708973',1205933053),(153,'7bafb86c8cbe9e3663c75b7e889399de',1205933071),(176,'4ffe6251ec6b46124e9aa8aa7a0660a7',1205933494),(231,'0812144324115b4bde1a50ba5f3b39e2',1205933807),(56,'770608f5aba55a2f24bc4aea72514f6a',1205940346),(56,'012141f43c3e994b0a75be18a0413de5',1205942375),(56,'836731db20df57533043f449212b6db0',1205943060),(56,'60bc897dbb3d8deccadd642eb4980045',1205943069),(56,'dd18f63da6c002238321e62d5f53dce4',1205943074),(56,'233b78925ccf12c95d3d6f9469593c1b',1205943079),(261,'637ce100082b13ea2b8cb21ab3e01c9f',1205944070),(20,'8536349a9c953503c448f6ab373a3d9c',1205944586),(354,'1d5214f0a9fb19d684e7d05bca044a01',1205963253),(420,'3b2a4bc2c78374891c8102975abb8cf4',1205963911),(41,'bb0f6d2323f81072dd15e08b78e57412',1205964798),(333,'610adb9d63a591c510967d385feb77b1',1205966458),(460,'7c9439f9947ce276729bd48f5e484dd7',1205967605),(459,'23e9da93917bc51c8d1d9ec880b69eab',1205967611),(453,'2f79aae2d163f6467df0c8d1ac56920a',1205967677),(182,'7c1590bb88e9b1322186feb388c4eb32',1205969810),(165,'ae61ddd649472ae6f95fe464ec359fa9',1205970796),(404,'b8384421d7fa9412b36d8f63f56adbcc',1205971259),(131,'d6a2c8a9695dccbf4ba3b2643878f453',1205971969),(121,'b2c8b2be2128d1b89c3a99b4691a1514',1205972181),(366,'32fcf7864e87a6bd6cfec2c5c270b179',1205973395),(453,'df9a27344896ba155e92b6aaa95de672',1205975066),(352,'6faadff108834eced8edc022d044b17c',1205975708),(438,'d7b8497c38c3050278041182a66756f8',1205975931),(117,'624c1352be2d6296d8352db1ea068e15',1205976027),(241,'56b0d5f7918a49670c67896986b0b8da',1205976037),(108,'590f32d130e2c90b97b801538220cb52',1205977272),(81,'065c685dc091385c35b82163221d89ff',1205978120),(240,'b7fea45b2dc2e24ec85f79ec4b03e875',1205981187),(117,'92b941912828a380099a88c991988da8',1205981846),(343,'fb6c7e20592b267002130e62ca09b1bc',1205981912),(152,'698e7d1f4b1f405e2302a2d673d09538',1205981943),(312,'cd573e193c12008f62f0ee153aea84ad',1205982475),(435,'0f42703e15d7f182a4f9a5949e995b90',1205982825),(117,'e359d8da18b9369f558af677078271c0',1205982886),(57,'e3af00d68fc0cec2bba941763a30f25d',1205983507),(117,'2dae632f81a8993e3f62c4819717a290',1205983729),(117,'e1f41e41baa08e8041ec6e345faf2b81',1205983870),(117,'d2e3bf18d45fcb0c7f7bf689db70bc6c',1205984191),(246,'8e9844ec8a8e25eb484dde5ab89915ba',1205984926),(434,'aca3b311fbb953211f9b27c8605bcb1a',1205984948),(62,'1b1ead65405c7626d7d5b898cfea82cb',1205985017),(251,'f99a5335cd71ace3037ba2336c95e502',1205985735),(380,'64455e5a34059c752671230a33170edd',1205985849),(246,'ec22bd0679b429f8d790a319bd76d179',1205985953),(251,'0b8dfc593cd8344f43ce5d339b111840',1205985955),(251,'d69880d2d89ced742c26413004ad73d2',1205985960),(251,'4eaff9c33509eb38db9e316b633271e8',1205985977),(434,'251512fac31642a62eaaaa6855aa16d7',1205986878),(58,'93091361e76838479df0b9d00cfbb133',1205987679),(308,'e705de17de26d80fb8cfd471ddf07c4f',1205988384),(417,'ca9280b5b75043799d5ed1e7fd1eca56',1205988404),(58,'d98bf3e90db115dc9d0ae6aaf161a9b5',1205988445),(306,'fe46ec6f205207d8febf066ab9bb1a0f',1205988499),(58,'5128ba7f36b43d94d497a6322a4cfe4d',1205988539),(58,'b16036fb814f82520322af414e37ed10',1205988618),(251,'e9ab2e59ed608eb2603210e0f532ec97',1205988721),(58,'c7e9c97a4eaf1883e53fabaf0d0f3759',1205988811),(58,'833b812b5ea18d812dda405172eef7ef',1205988813),(313,'d9727ad0bf9fd2b7cb872c8378374396',1205988818),(306,'6367e154e36bd69a1cbc72ae360d578b',1205989279),(306,'e0c419c841220e8a48f2dd47d7298dfc',1205989364),(306,'6ece84ebcb24e623958050afd5b72352',1205989711),(306,'4956dfebfec9482a99766948683a1ae5',1205990209),(460,'df79bd516f1c0682d0589c34d275fb7e',1205990243),(352,'ec550a3eee791d7f133e31a8bed83a37',1205990402),(460,'4328af729609f0667dabcd1f91fba05b',1205990573),(460,'6bf19d9bf59f5ebd643e9ff91147538a',1205990653),(352,'d493ca16c0f1e9d160962f31acbb25b8',1205991019),(352,'65bae5c3e43c98cbca9c5e4a94dc796f',1205991126),(460,'fa614e91a53a3232b83d1a150938777f',1205991293),(438,'9beadae602f24dfc9bbe3e062b23ad7d',1205991430),(352,'5d8309f2bfb11b845a9915f9711baf45',1205991490),(343,'dec1e6ad9a3c0ef7a619ebc15092dc27',1205991526),(460,'3f4a5592ecc4b4f82e96deaa5e7bfe9d',1205991687),(459,'d9019f6df5b7ebfb2843d6d2b5cb30e4',1205992188),(352,'7d4f1e79b30101321e409960059d05ec',1205992208),(152,'e93b2ed6a274153c67d3edec5d1ac9ce',1205992249),(343,'88bcaec583e8915e21420b3955339008',1205992318),(152,'26ace75568f57454d3c2c917308d17e5',1205992411),(28,'df44d0cd9ceca6956cdbf1c32489f25a',1205992716),(28,'405b2404f157ae19fd4e9f6ce5a02b50',1205992717),(240,'88c9a9b1f189f22bc9c998977488211e',1205993292),(343,'287096f793eacc11ed11c3d89824eefc',1205993324),(435,'ed26cb9a3fc0d3011d0099977366ed15',1205993404),(152,'6e1af69d93b1354b6ad51b205b74d93e',1205993417),(152,'f1f9d52998b2975f125d31c947eca7d5',1205993573),(446,'8a6ec8bfc85409383cd666be8a1f2f16',1206008012),(393,'e627a2a562ef7fd137bcc54bf43d9d48',1206009304),(174,'9b40dd6663788af1f6a4d92a7064b0a4',1206009330),(329,'3cac38a0415ecf98266d193c3b13745e',1206011125),(336,'7f750a0b00b98a38ec7efd92178633e7',1206011865),(286,'ebd9d6a5a8d99c0c191c8bc9c7314309',1206014006),(356,'9cb8121be253fe050c39996aeb4ba133',1206014464),(389,'b589082d133eacc5389f53302bf73e26',1206019747),(453,'d1c96378dd99e88d2cefe9170caae0d4',1206020035),(316,'f67c6f36e859b9a5c2f06c8f6f060236',1206021095),(354,'0c46b41cc8101a1594286fb07538b1d3',1206024488),(420,'ed4312d9b7f983cae168fed978c67468',1206025341),(41,'0c50ffc4234c9f3dd3fa6d9ae6b504e1',1206026447),(333,'39411576d6b761d049c88cd44c9e0def',1206028596),(165,'12d5da0c4e69c34deb529ec14466341b',1206033655),(404,'32b2efbcd0f7812bac739e3e319c27e5',1206034187),(68,'7d3e59e753dd6f242fc312864bd59f46',1206034193),(131,'c896119f98bb050b3e24a067f5ec54b9',1206034969),(121,'aabb53d6f7f1db260456b6365c809522',1206035192),(20,'81db98738bc4894ee8ad812772de47a7',1206051892),(20,'b83f9c46817519e6c799d0061a25420d',1206052348),(405,'ea969de7e1c8c5d3eadfb8f98fe05463',1206059536),(357,'72b55b1e660d0c3130b8a4abca7e3081',1206060753),(108,'0afe667898b517f99dd60882e32c2d68',1206063046),(346,'b5a75e8a91e94d789c6655f070d523a7',1206093091),(414,'13ac1033d746b59d01b0738d4767a2d6',1206094348),(446,'dec0e0f7ce596fc011968a7ea3bf18da',1206094465),(393,'a86c6fb1f8e51aa8a0ca328b4dbb9ab4',1206095460),(321,'12f46aafc64c4dd17310f48889e6bad8',1206095469),(356,'780027a376249744fbf9a555ebae8ed3',1206099596),(389,'fc2b8e654287a44957b4c2ba3b63c235',1206103870),(453,'56e5a0bd051ef1329b29d797e224063b',1206104108),(20,'89a0c96fc2dad8356af4976c17141f5e',1206104796),(316,'ce42d3b0a9b3da513283aa15ae238f30',1206105046),(333,'fe6533a6334b77603c55bf1961b7471b',1206111205),(404,'572a77e075245776ff53b2675659f0dd',1206116222),(131,'fee967437b7953da1a5542cf9daa0688',1206116877),(121,'358571ff788ae94ce1e01ae9015cd060',1206117058),(80,'ce023bca4f82f2ee4038816e160d76f8',1206118761),(178,'6acdd3cdb6f62ccd495e9e61e7d98e9a',1206121162),(68,'c9d40b5777a7a509de72d22b525ce0ef',1206122875),(425,'7c3c83b649e51fb449bda54d46620f68',1206123566),(337,'49f2ddf405a982e795847fa424a54403',1206123613),(299,'1070994f742cf83ace14fe52426e525f',1206125168),(93,'0751c464578952a9d7e5ee6b8abbae49',1206125462),(378,'de3f7702a06dcc3aaf0828bde4bd1b93',1206126152),(43,'6250e299c0f8ab3b1eee0b28dfcee6bd',1206126955),(286,'3713f5d074b168cbb1a7a172614ef1f3',1206126995),(425,'c76f7c252d2a3efe38eccdc76086d58e',1206128620),(253,'a76b0e202ca3bacd70e8144c33aac7bd',1206128933),(141,'93a4f05277af2d8ebc47126baf036634',1206129888),(53,'835ebdc59ab4ee788e354197b2c84758',1206130834),(303,'ba8ffe6793cad126966745107dba7599',1206131334),(54,'bb38961974d2f51dd89797cdfa92f392',1206131776),(425,'96c43badaa14e66821b9e1511b9e6f5a',1206131862),(378,'3d45385fbcd50c6f297571807591f9e1',1206132300),(75,'4167421e6e9473ef01b1230df11f6c31',1206132374),(43,'2847cd094a3d8f0bacc7e70b69950e00',1206132504),(283,'e6eb4865ac3c61123c7840971e9c05ff',1206133549),(334,'d9080f449bef94650fbfd3f309818133',1206134797),(42,'e6e5870ab774178151cb4fe1ce717218',1206135067),(334,'bc7a8809fb60911fabf3f1302b712a83',1206135109),(286,'f0f0187041c27777bdae40f75d4c04e3',1206135527),(141,'102fba84d3edf84ab37db2c0e4faa1cf',1206136002),(75,'4a8231bf80974ef4838d99a0462d1c78',1206137220),(389,'ee37915a39cc33d7d3e9631734c11129',1206137454),(17,'18a01bf87d21c8868c9d7ef280609044',1206137548),(17,'a54f8491d22ea5ddb230561bdd5d560b',1206137549),(378,'9a28ed47cd55412e12d4dd9300fe727f',1206139269),(330,'a3c8b6523b8f731f0cb186f4e27e72b3',1206141008),(141,'7d85e6b61a6e231500fd580f630b82ab',1206141303),(424,'42a2bae96e449a37cb1bbc173b153c60',1206142226),(268,'121a55873cf2de525ee7d5b34f69d57f',1206142566),(460,'5f4a79217171ddda9e7467ece19b5f93',1206142622),(60,'d8c5b4b09c0166dc641e0326afa4b5fb',1206143321),(405,'9521733a7a579f38b2f246b60efa48f7',1206143687),(118,'b8e00809e7571cfb4af8eb231151cd7f',1206144060),(405,'aa73c540ab10c73d511afbaacc431bfb',1206144270),(286,'703136718a756063f8172c0126be30e7',1206145000),(424,'6095bb68c54adcdf232dc4dd8ea41833',1206145548),(11,'38ec825012404688bf8d4892d0a6857b',1206146265),(78,'37e4b3ce72623e0dfbded821812c8ab4',1206147441),(20,'402d60ef5da0147997ac459bae4940b8',1206147626),(460,'a4ac2df78f673257da6b28fb4f5c8a0b',1206148262),(53,'4f4a31551cb6d9ea3fe93842ae194d4c',1206148352),(282,'64670b540c2c4fe539817405f0a6b0c3',1206149938),(337,'15e065727f122c38b21a9c643d53b3f4',1206150169),(103,'fadca970f595cf667b38b9495889eb67',1206150249),(304,'894f03fe92cd0e755f54545a1d13e4f7',1206150722),(40,'93a3bbd16204e6518163d5b1c0415e10',1206150823),(108,'38cb778ddfde96ba582399569657ebdb',1206150843),(282,'94eed7ec527945a9929625b53d6fa9f1',1206151211),(236,'d86833918b034a9fc04cea8a8474a8d8',1206151722),(292,'4523a20b26fc9529a30e359261705bb0',1206152273),(298,'567d09845eda0af718816c7169f0e5f6',1206152320),(292,'d51b3752f12e0901c6a2bdc13894ae4b',1206152685),(367,'c31d622c9d849264e0f21f21277a87ec',1206152694),(29,'07e2e4af61ca1628db0250719aed7026',1206152748),(370,'239c58143360441757e4053da37cd490',1206153209),(77,'d472eed7f4e1d6bef553437c780c46a3',1206154097),(292,'20173046423b0c0aa4702aec3f343c42',1206154546),(23,'95562bb782c3bdeb330684b191daf390',1206154611),(337,'a290e0f8170b21b064a1eae34bc864aa',1206154634),(86,'7e89d4b8660e728e0c440698230827d1',1206155086),(292,'3bed45696919ed3553a218cc85459e94',1206155283),(424,'adf1488cc25f5a4ab85273403cacec86',1206155661),(105,'7c454726a620a05b22189096cc5333b1',1206156032),(100,'4e7c309e471c31fa7e6a1a9535ae6650',1206156460),(54,'a83307c9f59a510965fcd4a9a045c558',1206156481),(121,'b5134fa231d461b47008c94debefc28f',1206156900),(391,'f584b08ec3cea7ed5f313366119326c3',1206156953),(53,'b9a99dce4ff10ca7687aaa11c8603973',1206157698),(40,'8a5ebd067e83391f17f4c76599401704',1206157850),(279,'023951808674ad39d27759dff6403946',1206158515),(276,'868cf8aab717e6b01b82c6d92b498b3f',1206158804),(460,'cbf2bc663b9a78d625dce437c171ffe1',1206159154),(403,'bf6bf5a5394b70c8d48c5367e7d9e7b4',1206159551),(281,'d28e28ee6d2f95eb907e06d1e3df0672',1206159920),(81,'d39f69a83b3c8438d57c860f943bbf31',1206159975),(424,'5e452a6086053bb1339a23368a9ded3f',1206160282),(383,'04ed014e72ab225f3519f83bd93314af',1206160325),(105,'2ed88148e5945e1c98e650bdc58084d7',1206160654),(98,'ba33b6832787ecd98cf8fc0857fad513',1206160948),(424,'302abee45849a284b20a9655e5a72188',1206161768),(460,'22069d51180f90ee1993ec195e7942f7',1206161856),(55,'c75d5215ed0f1002076f4483391dd3b6',1206161954),(132,'3cf5b5dea55f6807b6ebba60220d1ffc',1206162094),(287,'1d2022e5b86f8856dd2502b79a2c79ba',1206162172),(5,'0a560ed7b15cb8a68b8c48e5513865bb',1206162341),(70,'871511dd2d9109eace007cf8914096a5',1206162418),(65,'70f8dc04da4844d7360daa009d01cd86',1206162587),(65,'a0d8452b96c66b986d7a6a088aa8a8ea',1206162648),(40,'0b036451b4c48cdb0db33e9d3f637aac',1206162754),(298,'b7df85df59be1de3dbab74523b17adae',1206162995),(141,'ac22a947b2f2ab7a9db074c0b7d8cf7d',1206163159),(330,'617f74e42bc9fc4600696a42a3223dd0',1206163383),(298,'986f3f871391de5d39a88f2d53226a5a',1206163399),(103,'c5d78a5cd704710ce523fc3f02768b6c',1206163421),(72,'3df0792015294e0f8a92270b904f49bd',1206163453),(246,'23dfb839b2208ee8bf1307554eb24acd',1206163922),(103,'653e1d891823f5daf5b32f40f09db52b',1206163977),(78,'f28e86dc60434fc45ccbb1260417b5b8',1206164303),(86,'227db8386ee0dc3c13779963fb1c949c',1206164354),(75,'757ac9446471c144bb1acd321a67d17e',1206164384),(165,'e158df1fe5d4fb9bf2417a261c93c697',1206164626),(117,'4e9ebe72ec9595ff85617e2ff857a38f',1206164955),(23,'4b8f072db5fb69f850fbaa62fd545700',1206165083),(165,'adfd60ad1dab6b39fbd85ea5590bccae',1206165507),(431,'47dacdd25b61940c313fd64a4a32978b',1206165623),(283,'0d54f3d3ea44d7a3cde898783c4e99d7',1206165770),(117,'912facd91ec8c134c1552663c48ec51c',1206165787),(391,'83e2cc3939f00681731aeda633484291',1206165871),(318,'09be60e3156586b73bcd88c4ed87a58c',1206166078),(347,'004d9dd1181a43d2e912f0ea69de02f5',1206166107),(439,'07dad093444d8df8f6de99d7edfc96c4',1206166352),(34,'91f840c7594cb276695f2b581a55d3d7',1206166427),(279,'3d49867f951053a42e1b9cde3f3119a1',1206166707),(393,'e1447925da3091301ed6b25a9d4efbaf',1206166814),(118,'5707888a2223c6b7c1be5c4b10091fce',1206166903),(403,'285c20b2fe4f1cb8e23afdb70ce09ba6',1206167241),(449,'443a587922f1690149f7bc2a791fdd38',1206167477),(314,'7009ec0d5aa5013c7098615b9225f408',1206167580),(337,'04d71c0e13605ef3515f59598069f3f8',1206168115),(318,'044a07192197f13da1aaad2aa3f6df50',1206168131),(281,'17c4c83d127e03561e107cc6bcafd620',1206168356),(279,'0733a1f332cf29ff9e509098b374d600',1206169260),(81,'97ad617907b7e6e71cffc17df416ed3d',1206169286),(77,'7fb482b120007d69e007c633a92f3bdf',1206169424),(107,'750e5c61c8b573fbb44cc736436cd7ad',1206170144),(87,'c67fa1e208ac58286f4e0cf1d9d9e7e7',1206170357),(15,'71ee164c12a10fcde33fadd23e201467',1206170577),(62,'21542da0473f51ad8d3143b876a7aa52',1206170735),(90,'8df980eab697bf92b4faa430442db747',1206171263),(460,'500118a62e73c8b1344b0f660a281f7f',1206171325),(444,'ccdbc0ff86dc812ee11a6ff503340c4f',1206171640),(391,'9242912fe8fa0cc3f89acfc209e5fa81',1206171856),(174,'ff9fcdf6dcd82003eb01184181707989',1206171869),(425,'a82b7e9a051c39cd260f802e45008a98',1206173192),(460,'5cc8b6e837757ed22f233a4808007f45',1206173421),(255,'8d6572849d46777b56865f86503fbdad',1206176094),(153,'6bf496f43cac1acb9ff134fb3be53535',1206176656),(331,'5c4eb24aa0e64cb557655c46da23c379',1206176717),(387,'8f3bc65c849034adb94d4cbee89d1cd8',1206177320),(153,'0cb5c86c6f9631560ba75f241ed5984e',1206177671),(132,'2a041f490fafc66ea41caa01f3011260',1206177768),(170,'7616f162a1abf423e1ce4bb2509204e3',1206177795),(176,'601a757635d6f82d86f159454d3f714b',1206177909),(331,'a5acc77d8a7004ee09c69a0ec24a1339',1206178271),(43,'c29380529458c2a306482ea9b42679d9',1206178350),(439,'b67d5b71f79e0c58a03abf27bbe5dc7c',1206178360),(306,'b35dc155956e5ad182c2155772e39140',1206178413),(111,'a98ea7a1abf8988041f2dfe5f37c2e54',1206178431),(132,'0d78a5ba346e9856012a78261b3e8fb9',1206178474),(153,'d44006f1fdd99fc612f19c32becf9a6c',1206178589),(439,'6acba73a86da0351738cbe39f9abc0ae',1206178598),(81,'9fbc9b0b2177c7e56186ecae33f76341',1206178624),(255,'5d3f0ed59c3a70f739912ef42955d81d',1206178633),(331,'6d1c7cc4f2cf2b015fbfc42d41449109',1206178678),(5,'66850e46be35549fd263c8145965cea8',1206178980),(185,'54ba3f5b49efbabf639c70c95a7efef0',1206179015),(287,'7f5dcf057bcda33f87314a975f1eceb3',1206179032),(330,'1fdd3547a7530bf0a23d59444d208f12',1206179417),(251,'c762214924a7e7fb9e178af8c1b82b70',1206179886),(170,'6af3fef22246e52f24245bd3555691f8',1206180310),(110,'41a76836f033126e0f1857937d27eae8',1206181012),(331,'447d5a990a4c12e5b6297d66e10d7827',1206181032),(457,'f97c04a3b9b90c865568680ad4947859',1206181037),(132,'5ea201cef9ec7523d971e94af5bbafd0',1206181393),(285,'a8af30e3cada96ebe77b39c90afff273',1206181434),(49,'b8de437a7ff904ec94a830408663c3d1',1206181613),(49,'29cffa5bf0a883bd46ce3cb89cbe76e0',1206181684),(439,'94d76f12ca2a1d7877f2656f5f8aa6a4',1206183110),(49,'4885ffdc67d85c12642f0ab59200abf1',1206183145),(176,'9b1a6695bae654043fcd6bd3274225b5',1206183154),(176,'5e6b9ac2629135ec1dede1959964e80e',1206183163),(176,'55a030bfaa33e18d362c4cbe2431726b',1206183172),(176,'884fa1a7225c75569c71ad7d948adda0',1206183190),(177,'98d08580c73136be2b76faa7f34d44a4',1206183199),(177,'99d68ce7bce692c53b385a2a776428ae',1206183524),(354,'409d57f062ad2955ae7322a94d132fc1',1206184306),(314,'c11aa49d70b327b623a199d0a6bcca32',1206187894),(70,'66fcbab263883e60119d617abf3d5380',1206187965),(437,'15505853ab2e7f497db47e94f4bba7bf',1206188915),(68,'260ef1eb6265da02dc4be59dc80dfdea',1206192964),(285,'d35eb2b28df8dd5d9be4ab0171860123',1206194530),(14,'1a13d588a68e5a14e71bc6f84cfb0225',1206197754),(178,'5f6c301aa66009cac8dad01e867f3867',1206197957),(458,'3ecda26a4c373cdf050969b49514fc35',1206199516),(60,'4360b05c06b4937ffaf84dbf20a5843c',1206200066),(346,'dcfac222bacf9e71f99eb75729bfdff2',1206200105),(315,'6a83d59f205c6195f51d5e044beb7ccf',1206200151),(78,'73821c6010f2fcac7f86c42bcec097b0',1206200183),(446,'22649b29e702159d0010aa81f882c798',1206200327),(26,'e52504e897cbc21c3fddd95f7707577b',1206201016),(397,'74e16ffae5db827da82727d88a04ddaa',1206201304),(393,'9e4f8fe11a6f25cb3ebba86a5b6570bc',1206201322),(380,'3fd3a6c1ef3f44802b497c25c21b6838',1206201418),(355,'940ec21e15fdf6fa28a57beec91e4040',1206201426),(19,'d9593df2eed5faf48dfcb1444e86f47a',1206201627),(368,'86891d8e4445c0b640bff12f742e9700',1206201688),(330,'36d807edaa1ee5779bc0be4b8f13c1d0',1206201720),(309,'9ce800a5f9570cf48530d149be5ea06e',1206202217),(165,'a4566911943495c723cae01d90ec5f93',1206202368),(314,'1064c5f61e54a997129611595e617e18',1206202554),(5,'4db907c43201d0ea630172b4c20681a4',1206202918),(99,'90bed494ac5af7c18956801286ebfda2',1206203420),(331,'fabe1ea28f7be4e43b437f556ebcea7d',1206203447),(102,'e27b8342bb7bee4e7d8f3e2c4d17d5c0',1206203735),(455,'95b71694a5226d0ca399d507114daea5',1206203878),(101,'ff1b3dfb0f19e961cc0fb5b0d51b870a',1206203926),(57,'ddf0ca86d93bb4a33610662472f88f6e',1206204307),(330,'81a3921d530f4edff7fbf190bda16920',1206204592),(347,'f6779a3066ca67fdfb076b89a5d1601d',1206204652),(268,'0a9dc0fcebb0dac67dfe2ae6be913373',1206204761),(98,'951b2145ff4cba8d550cef27ea62e43f',1206204880),(355,'f0a1992727ca87fb83aeb9e39cbc4730',1206205187),(283,'62e603ce11ba2bfc7d0230e283657df3',1206205259),(57,'a23c72e3e24de5df1ca3f66b85801eda',1206205461),(77,'4d41742976ac0e5bc4f04380909c50dd',1206205743),(331,'637dcb229140f72e6e01e319a27acbbf',1206205798),(385,'24ffab770d797dac1843ab8daf1aac63',1206205814),(456,'56aeb2ed71285fb03764e88a6e664c9c',1206206342),(53,'999558da77ea96d7f105add1410aa577',1206206852),(378,'3513d5a6e584f1e27af51078ec43f2eb',1206206894),(85,'ab3d7c9ee9bccb04032ee7a06e00b9a7',1206207078),(87,'03c20d39c05f3999dc77ed6aff825929',1206207189),(98,'8781a9f1248a22c40738e09d190f35c4',1206207664),(338,'a3b21665f04754719d1ca77800d5e775',1206208348),(385,'19c1f05600c10b63a869273582397e79',1206209134),(206,'387bc95e3bfd83769b483e62ca3c3f84',1206209189),(457,'5640b10f14b4e7fc90d408f8748f9816',1206209844),(57,'ab0d72aef9c41191af415b63e1b2f58e',1206210034),(440,'0faf71a9222d1a8c3c2c16cfe00caaa3',1206210659),(102,'098b91bafc845674783e690cc817b8c7',1206211418),(440,'5d67a8bdbf487893843b919fe291afe9',1206211448),(3,'ff27c09d919f6c86bca87d3a8454232e',1206211579),(95,'e05bcae81b38e96820b559b93b8c06eb',1206211752),(206,'9fa478f70cc0a0cf9e247ac9861a0bdf',1206211780),(455,'72e69220990cd1dbe5d195d30d54f2d9',1206211858),(279,'4d8a8a3d70cbc710edb1a9b5e3ad95eb',1206211978),(283,'b8a387085df5c67346cb63a421a92187',1206212034),(250,'0f26163f52791fba43dcef24201dac00',1206212076),(100,'762d884224a62a08042fa605115a3689',1206212371),(310,'734ecac93a456043f441dcebc229adfc',1206212531),(440,'0b154234cfa5edc3857d3a5133b83f7f',1206212577),(437,'f8b15864bcce18b9db844abca5240550',1206212598),(458,'771d87a018b02e3e33fae588505f3d9a',1206212865),(125,'c9e0b11f868333730587908a165460a9',1206212887),(380,'339fe41863cc18adac5ced9a922986c9',1206213011),(103,'bd25f9c7d7ab25536c1058085dbd4750',1206213094),(454,'c458bddbba9dfe5a6e67d48e789f9ed5',1206213526),(344,'f9ecf72ea3ca502cd7d69f1ffeb7306a',1206213561),(368,'7e3aff4383c1140af38bcdec1313962e',1206214024),(79,'e25d8497ed4cf99c5af79c0a521da9cd',1206214133),(331,'e2708e639c9e6fa9a3a7d445fb33734a',1206214174),(47,'8867a561b67ac61474c664d7abf84d25',1206214391),(342,'9dc1079db11f755ff0e37613e8699b78',1206214407),(53,'443c9779f4e2116da97acfa8eae9d412',1206214746),(15,'bc8d8a30234071fb83ba99dbb1f93e92',1206214864),(206,'32aa8668bc97e8b365584f53b9e8f1ef',1206214931),(321,'1cbf35a9fd6b929d6f720d3420c475b6',1206215012),(308,'014697cc55fe1a43dd520aeb87b6d182',1206215107),(112,'16e40a7d5e68bbc0d938592ec53b0534',1206215161),(13,'7a1c1c92acb2ee422e2a9286ea6b3f23',1206215395),(107,'f7ca0380eee0c5bef59a6afda36b7d2e',1206215708),(79,'0aa5798e0eea8351122cc731fc6494d0',1206216108),(78,'7cb7e7f9be0854e792db5f8ca9f8bed2',1206216129),(305,'f43ee425795322d139330bda7ff5fe6a',1206216413),(344,'e227bd19c3d8f1ee985c7adeea0239d1',1206216436),(77,'ecb86289b7b1e466a54a2d0678882909',1206216675),(15,'313ca140d7116961fea77e47bb0c0479',1206216821),(388,'1b6256c129af6d25b126b906b4ac9eee',1206217032),(23,'fdefb0041ed9da284b7df65cf7796046',1206217569),(3,'1d7be2f81cb7ecedd8f90ce6f1540ff1',1206217589),(268,'3aea3055e7ade1f63e84aa3b49198219',1206217651),(98,'06188bfc202e1f632afbc2d9716135e6',1206217777),(14,'5eda0f495e14614317de3929a02e415c',1206217877),(109,'ee36aca4256934926c5ed1ac0a194755',1206217976),(418,'3749215defd50c14d460d1e291b2fb55',1206218342),(285,'90abb23db761e6f61dc9780687c1315f',1206218766),(79,'5840e29c9b128a19d5e46421325a245c',1206218849),(437,'09e780d8aa847b79a91ff5d7f87ad3cb',1206219055),(75,'92242f583d9b0ad680833eaf63e2636e',1206219095),(15,'8326f96e3b509a79aa1c9015fc9f963e',1206219280),(26,'9993bf6fe1e1a5d1dbdf4b914a211b88',1206219458),(77,'3b34f20b33eb71c7f4cdfd6c7d54f621',1206219757),(1,'b7bf5d1b2911ea773a12d8dab1aab060',1206220614),(418,'f1022ae33a74ba8382413f8edbf8289c',1206220891),(243,'4b3811b4186bc69f74c07f84af875f30',1206220982),(151,'7256b36648f0f8e081eab8f8e4fda03b',1206221318),(246,'dd09aa5eb7ae39c258b4af829ed06c26',1206221463),(14,'752f3c835e14b14ab822543bfa061a0b',1206221761),(440,'931b937959bf8a05637136bb39a94a11',1206222376),(61,'143ef07717b08a2ee17e7946bfe0907d',1206222406),(309,'e9e334d96cfe8448f72978f5b9331bda',1206222604),(406,'315b600ad5db71d8c6abc9110d0f4334',1206222767),(6,'05f98b2aa9ec7369ff46c4a854caf90d',1206222816),(101,'a4fd972e743505acf72f29e1387ce259',1206222873),(386,'1f0f13e4ee3a79d07960f3edce63635e',1206222957),(176,'ec3c74431ab6ca031db3e0aff41c8c2e',1206223449),(5,'2b123022b20c3625b5487f8a117214b5',1206225272),(321,'75a1a3f61ee3170cd71f20756fcc7ba2',1206225526),(263,'d302e3adc6ee293c4b405b066acf29ed',1206226105),(383,'b2e381b7111319685d80109429cff598',1206226221),(305,'47642b6115e6bdc556a208f90fddb9b7',1206226281),(53,'c4fe760ddcaa490d0bab7a8f5c38444b',1206226313),(153,'d88e598f3ffc193fdf133b7c8fe3c38e',1206226397),(418,'e030a64b3139ed02bebeb2b4edf3aa04',1206226651),(276,'ffde8f3efa61002fdd080f6db89a4171',1206226704),(164,'69d5374a5076a213b1ddad70c9c56625',1206226996),(159,'575906d935cfe7289b485e327e575f84',1206227011),(416,'c28b4f475ddd657c7e573ef44f9df116',1206227091),(13,'8f30ccc1e9b0d40ce80056502b95b4ca',1206227376),(5,'6e804709f0f0905b940c461b8863c2fd',1206228696),(308,'3fafee90be29cd309aa455a052741dcc',1206228836),(159,'7cff4013fff41146439573ade55a05b7',1206228975),(57,'7babfe2d5af91dba7e232182e4aaf24f',1206229018),(26,'85e7333ff6e2a106567ce0a7aba79260',1206229283),(250,'d6adf99e8ab0ec350744491500fbfc08',1206229458),(125,'5a00582d70020a2cdf76d7f2ae9c1f1f',1206229521),(13,'384dbb8cbdddf08cbcef11e3e1837356',1206229667),(85,'0097dc0a2650e17c8cb180cfa598d3dc',1206229889),(358,'ab46f8006828f1940bab32edc790fd26',1206229993),(276,'67aa3f2bba0d7f1ebe094c9be9869528',1206230004),(416,'46da366f6b23f74a7267696cdea5026f',1206230089),(4,'eb1d87cf7453145562d7bd5a91e5a657',1206230137),(379,'1d85a69e94dd5b96d2fc37d08e3513a3',1206230333),(281,'0b619754b9500c1009b4cac475d51b0a',1206230399),(11,'4ecf313ad7cc4bdc94dc86b1fd5c2454',1206230467),(26,'7dd913c8d4543ee3a20f3246816a4e26',1206230672),(79,'18876c788a6a1f786ff455f03fd0d343',1206231019),(164,'43ebd5f1647fee82f5c79f0a569478ff',1206231124),(200,'1fbd2aa9742b9c144e2064e58a5b0c86',1206231400),(309,'84c5f6a9906a9c96978322514eef8490',1206232093),(203,'26494b2e97e5de838ac88ef7871f6462',1206232298),(305,'009be89c0e4e5dbe69e6105fcda2ac56',1206233069),(373,'a49553600f3d6ea6f8d6965b6916f152',1206233188),(250,'e02633bb04eae45383ee5976c3ff8bdf',1206233244),(296,'70b7ae5667838e37e077c4416655ab2c',1206237234),(44,'7c7b45c82ab0cd836f4c11d26b5453c0',1206237412),(309,'f7a319658b22f5096af410f24231442c',1206237447),(45,'8fe023894e27cff994d7fa8007f40814',1206237489),(1,'d0365ccf0b862affada60e31c5c384df',1206237712),(146,'54bbdb5740c769048068e7ab738b2399',1206237940),(96,'2546208fd830e01ab2621c7edced4da4',1206237999),(23,'65a8678430fccf3911c2f54fdcf2202d',1206238015),(427,'78925eb34d151bd45943a1be8c5e5fd7',1206238095),(117,'d395843af8f2fd92add1cdc2a8e6dcb7',1206238217),(297,'7b9b07a0d3a91d49b4ad1966fb25a7d3',1206238529),(9,'25dd217afe2d1ca323c5c5daf85e6da2',1206238576),(383,'ed2c2468a27d4196658a064dd6605f02',1206238598),(421,'f2560b5e43a866e27f78f7cd4a19fb3f',1206238611),(117,'3ff78ebc322cf2ad76da87bc890723f2',1206238694),(38,'1d0a989f437dbf2d2c86572443757845',1206239272),(271,'bd952825a699f9cf640f981880323a4f',1206239437),(358,'a5f9182dda233492ed32f6b42945d9b7',1206239539),(442,'5d181947093c4b69ecfb3c1f1a23db35',1206239823),(423,'2eaad32bb8ee1e93d869693273cfdc87',1206239864),(104,'7b2ac004eb6b5b38f18c5ed286c9d029',1206240066),(97,'1bf8c70648aa4577fdf990be56ed060a',1206240086),(333,'86e14b9e3bd65caa803cf2db5461cf5e',1206240270),(429,'5e50357a4aa4f9fa702e98475a5a5313',1206240349),(83,'7fc97be6e7822636c1aeb0787d538b27',1206240366),(42,'e39ab105c27996feda1c346d6ca52036',1206240399),(132,'afcfa56b00459d6bc2f3951892805a22',1206240423),(229,'5a2f2637fb19fa9843dd68ce6fd23338',1206240685),(416,'4e9e2be6158d177d846c5c8f297ec9b5',1206240801),(269,'ec39025635ce483e98e02d7d12f53120',1206240853),(348,'4b11fb087c1b991f19da5ef203a083d3',1206241082),(125,'29a6ce315d1575bd8290baa059435dd7',1206241153),(235,'e30a613058bdc1f5c65105214b6df8f8',1206241194),(310,'a6e0bcb663bc38905e43f9a40397fd7f',1206241210),(151,'ad1281241a1977bf1e3815f57bf6ba04',1206241241),(318,'5810e13b5b96b0c7be8e192d2135cb3b',1206241366),(158,'d8a81da8a49d98f83e64adf78fcfba9e',1206241787),(459,'185708860116d8f26f3276aa4ef5cd40',1206241824),(423,'08840080c39dd2355f616b76d57c6e98',1206242053),(338,'040afd6f9ae3d75f218e1cec2dd9d78a',1206242170),(158,'74ceb7ae450e7556080fc78acab5bcb9',1206242344),(364,'365ffe9a3810814402e219786bf2dfdc',1206242405),(206,'1286ed9d367530f7082980a950d3da71',1206242731),(421,'77b0c87b6b01a64334a65c6abd39d0fe',1206242767),(3,'287e8399485ec7710f6742340e7fcf1d',1206242795),(156,'418d5aef4301fe722bcafa0719ab88f5',1206243241),(6,'cd8c3d59b32446b3ae0a918363349add',1206243262),(269,'a61993f00567196c9ee7800bf74b4f87',1206243485),(297,'6acaf17217c1e2148b50b8f1702a8cb5',1206243557),(57,'3417cdc57c186e19d8dda2513b56b76f',1206243655),(422,'616c878abd75011b4bef7321225b59d0',1206243674),(421,'9938a8ae3aa7c79de11ff5c19bd394df',1206243716),(202,'77ed43cbdb6fecb23f953205c949f2a7',1206243864),(85,'909b6f2f651fc9e4bee74a60cb89e216',1206243955),(345,'5d4b6b2e67a586d216be9766ad6f2845',1206244110),(375,'1499e42e032e7838145f79954115d435',1206244213),(47,'adf64e5021adbb2d15c13df19c45cab1',1206244243),(3,'e2c59b34895af9cfc4d37caaecea0b07',1206244270),(141,'b58b8421f2906ab7a30c2b56ee349fee',1206244554),(63,'e45ca77942a91ea17c32eb197204aa79',1206244639),(90,'1eb4b84a667cf6769d651ae2bca381db',1206244719),(241,'c7e0dcb34f53a91fbfbfc5af168b217f',1206244837),(371,'1bd98aab268d44f79054e93892c1926f',1206244910),(247,'d72db80364524513c89e9dcc4d644027',1206244934),(381,'a572d5cccd3a0997189fe00e36ce5b64',1206244971),(382,'caa40253a8414c9bffd6997605c42cd8',1206245044),(352,'d4f917bc0cbd9cbabd8d0fe4012fec2d',1206245227),(305,'0a41a8067323f39bc26c9450555d2691',1206245247),(132,'8511f47adf7a0e1e9397a4e946122a6e',1206245411),(442,'33136c33a6798cfc38ee75c6087d2c2f',1206245635),(386,'42642839ad3555f27253fea27e45f6eb',1206245776),(153,'41c0a638fcd66f8a042787ddcea2eb52',1206246028),(75,'2555b6025b0f9f5f02266f5fbed12baa',1206246355),(97,'cd428d7737b7baec116a904997b3dca2',1206246437),(9,'561acd0420431f43bf60076ac29a74e6',1206246453),(305,'2c5093b342b299a7c608aceda246d59f',1206246604),(253,'79a0bb6ac200ac9ff439c995768e6f5c',1206246620),(149,'65db095811de6c5132b03d7e61d00a0f',1206246958),(308,'8637dcabf0ba5fbfc07d2109dc04ff70',1206247242),(427,'96b8d1f60d9a427d55cc5ddd557933ee',1206247259),(269,'02a45e0af7e0c3b66d3771f1a6c1236a',1206247535),(233,'b602546da059523d85a2f00502494c9f',1206247571),(269,'33ddb06eb76dbf4b532b071c54c27ac9',1206247670),(333,'f05de84255e8460b8357dc2b8f8b91bf',1206247838),(63,'e235eaf45a57fedbf813ba2cf10e2646',1206247894),(318,'dfdfea10f0d202f0fa8c62298c431595',1206247950),(344,'8722086a75822caabdfe56c0aa43a1db',1206248382),(4,'f1a74ad71231f17d2cc482890d84a723',1206248477),(423,'d18d1edde1c9fe83230915e0805a5246',1206248589),(45,'d1eb232129b2b2b1aa72b3ed523f70bd',1206248676),(130,'518caa5a9d32d263c7d1815ddf336f01',1206249185),(235,'5a0ece6a1939178c42f477f01dcaeb2f',1206249209),(206,'8d543ab2ef51f2db190556ff5aff48ad',1206249227),(6,'7d2278408eacc5b1fd3483d033e25f7b',1206249305),(111,'885d82336e4bcb175619df8d779f32ad',1206249323),(228,'ce8a9aa62cdd7c3d3d97591ba3fb5e45',1206249408),(182,'22ae41cb6af0f9f1c3ec72aac483e6c2',1206249509),(26,'0c1fe8d01b887b416af50a0912040db9',1206249739),(96,'e22d4dd8b60d15c0f67058d1b048f964',1206249951),(47,'98ce5dfb3ab51a9fc8839362d67bb931',1206250024),(345,'c0bb24b15c66c9d8b7cfa98756395f08',1206250176),(360,'865294a3d9de4fe0b1ea749e9a5b78d1',1206250297),(280,'93dd067fdab10fc90bef13e50c1ccea0',1206250376),(111,'aca2226379064361a227e918ed4d9f02',1206250488),(158,'b412dfc5e3f8197585b0767fb9d2761f',1206250745),(272,'ea0677211d5a06debd152d224b341fda',1206250842),(14,'0a50d056c7f9a26d8683c8f2ceac6239',1206251119),(12,'cf9fe0092faea00ad9ad9cdbd67a1fcb',1206251139),(173,'2faed9215b87ac5b4d50c96ac284f457',1206251203),(16,'7d31ae6673927150d25cee46cffdc4a5',1206251265),(28,'d2905c34474a191f8c50a1b872628c35',1206251448),(28,'d90a95121e46efc6e099d0957e41109c',1206251513),(292,'948e9a14c43d497f525d386a2423a0ff',1206251617),(455,'63f092bfc7cccf71912f549150e4ad4c',1206251663),(28,'90f2514fc447b1ae570c0e9de2d795b0',1206251760),(360,'00cfb016869e43cfeb10714388f1ddf2',1206251817),(111,'d7bb999af92a75d78c3b07883d84031d',1206251891),(27,'dbaa439d48cb264829a89302911f216e',1206251909),(359,'182648e2dfffc1a6ffeaab79bf20afa9',1206251981),(241,'0945dc133db2f6fe6eed2ddcbfa2d8e7',1206252067),(101,'17d5622b0188c07bf4bec392d125c6d5',1206252095),(315,'aa08e8f3f96b835c5118f3a9e46ffabf',1206252484),(24,'12d5bbb2af01e9ed421746cad62c962d',1206252525),(96,'396d8c08477095197315846ac013905c',1206252620),(167,'564ecb7598974ad861bc74b7eca117af',1206253220),(369,'75c8208a098fe4e22f0afe790bb5e2b4',1206253311),(250,'7b605ce91227cdbf34eabfe802497253',1206253502),(22,'13dc5f209166fd5b71a4065ae93445d2',1206253526),(378,'f45b10ec7ae8c417d4ab865f15b09801',1206253608),(63,'df5dcbb7dead2f2d11dff6a5267cb04f',1206253700),(119,'5919d9afd8cb19ff300b8c1e46ec1c29',1206253727),(342,'f53f792f2acf423c41cf11d58ea02ebe',1206253813),(393,'0d66c578ca8d2498249c81b2fa7fae39',1206253908),(372,'e5de3e49f5ab7e16e88d7756a34a1283',1206254125),(345,'8b9268cb26d79959a1ecadfc7196244c',1206254363),(290,'eba46f20cb719c7fd0f9ae9422387cc0',1206254423),(422,'bd35341d34b77f0a2a520ca775f5d84a',1206254449),(364,'342dcea394d548d0e2ee6d7da63e2a3f',1206254506),(25,'d9a9fd07a3822200a85365890c7dd031',1206254669),(323,'bea0303011acdaff9e5722728f9d5552',1206254727),(173,'bd3d5ae0125b1ac4cd46921913464e3e',1206254793),(168,'935d0346663f56a9e28b415970774dff',1206255137),(181,'89debf665a9c98d2c6307128309315dc',1206255453),(40,'d6a6e57d90b51f14cd466909daa5d058',1206255534),(342,'98b86e9e4283c54258e434ad5da48498',1206255720),(342,'787457f67ae83422253fe21316a8525d',1206255779),(68,'3e6248a2686a6cd670c187f1ba9e0584',1206256065),(137,'b9c1fa3de4c10fb2f117a926e24ee9c6',1206256135),(10,'52fa608f8edf4aaaddc048a4b74df1ac',1206256371),(360,'2cc3f717bfdc9effba19caa63d17689f',1206256397),(439,'6473f78992e423f652449a6c2bce1d8e',1206256706),(177,'b67f3102a9a8645315e1bb9999df15a8',1206256753),(352,'e242b00b7705d99d5310932ddfb8e08a',1206257153),(164,'ada675b1f266db73343d3de8f09992ff',1206257277),(39,'bc049530ca619cdc05218d784fb012ed',1206257290),(126,'73acd0843b5c9bb1a1ce022869fdafce',1206257406),(373,'a9e4108a28bee9a900e41244e84f311d',1206257745),(402,'442df8e801ca6f5cd828db261b464d0e',1206257980),(273,'406c31b72de9d2d56160e4dce7157a6d',1206258091),(247,'140504d7a60abf85edc7e7ad9e055683',1206258122),(12,'b1722d4761b9e730b254188c65f1062c',1206258527),(221,'54b3ce749cb15eba7ef98bec04d370d9',1206258571),(308,'f36edc0d753586433e104cb721837dfb',1206258909),(434,'28094efb5967b2a80a57674e890d9205',1206258936),(354,'5b549b8ec13028bef0151c926a7ba650',1206259002),(310,'b91da6d50e77feafbe279bc51b85e999',1206259023),(38,'7015ca4faefacef0a39607dd9411aab9',1206259070),(371,'6ba314d870a91faf054819c9547396c1',1206259581),(174,'242422450a6aebe513ed70b989bf344a',1206260369),(317,'cfe00024efd36ba1db1df5d5d2830c16',1206260533),(457,'ca241ff998ac4f9baaacee8c7d0d25ec',1206260877),(6,'35cd3ee7bae2b6a6ab2d9123417a7d3c',1206261039),(263,'28652f31c29ca173c024b1fee05b9d6b',1206262228),(177,'8f75947c904336803352407a0607e58a',1206262538),(228,'51b8d4b311eba0d3a07212443c4d5500',1206262569),(342,'f0c04fcdd1759f6e51ad6121a060ea35',1206262636),(358,'c7069cc2fa571ed7a6a1c20e75a8a5eb',1206262653),(10,'415d6312dc8609a2e8949dc8b79ed6f4',1206263163),(272,'4cd5b10bb8faabf61bbd09e817f16de4',1206263487),(7,'3baf31277acd69cc01f4af8440065fa4',1206263628); /*!40000 ALTER TABLE `cpg_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `custom_fields_lists` -- DROP TABLE IF EXISTS `custom_fields_lists`; CREATE TABLE `custom_fields_lists` ( `field_id` int(11) default NULL, `list_option_id` int(11) default NULL, `list_value` varchar(250) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `custom_fields_lists` -- LOCK TABLES `custom_fields_lists` WRITE; /*!40000 ALTER TABLE `custom_fields_lists` DISABLE KEYS */; /*!40000 ALTER TABLE `custom_fields_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `custom_fields_struct` -- DROP TABLE IF EXISTS `custom_fields_struct`; CREATE TABLE `custom_fields_struct` ( `field_id` int(11) NOT NULL default '0', `field_module` varchar(30) default NULL, `field_page` varchar(30) default NULL, `field_htmltype` varchar(20) default NULL, `field_datatype` varchar(20) default NULL, `field_order` int(11) default NULL, `field_name` varchar(100) default NULL, `field_extratags` varchar(250) default NULL, `field_description` varchar(250) default NULL, PRIMARY KEY (`field_id`) ) TYPE=MyISAM; -- -- Dumping data for table `custom_fields_struct` -- LOCK TABLES `custom_fields_struct` WRITE; /*!40000 ALTER TABLE `custom_fields_struct` DISABLE KEYS */; /*!40000 ALTER TABLE `custom_fields_struct` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `custom_fields_values` -- DROP TABLE IF EXISTS `custom_fields_values`; CREATE TABLE `custom_fields_values` ( `value_id` int(11) default NULL, `value_module` varchar(30) default NULL, `value_object_id` int(11) default NULL, `value_field_id` int(11) default NULL, `value_charvalue` varchar(250) default NULL, `value_intvalue` int(11) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `custom_fields_values` -- LOCK TABLES `custom_fields_values` WRITE; /*!40000 ALTER TABLE `custom_fields_values` DISABLE KEYS */; /*!40000 ALTER TABLE `custom_fields_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `departments` -- DROP TABLE IF EXISTS `departments`; CREATE TABLE `departments` ( `dept_id` int(10) unsigned NOT NULL auto_increment, `dept_parent` int(10) unsigned NOT NULL default '0', `dept_company` int(10) unsigned NOT NULL default '0', `dept_name` tinytext NOT NULL, `dept_phone` varchar(30) default NULL, `dept_fax` varchar(30) default NULL, `dept_address1` varchar(30) default NULL, `dept_address2` varchar(30) default NULL, `dept_city` varchar(30) default NULL, `dept_state` varchar(30) default NULL, `dept_zip` varchar(11) default NULL, `dept_url` varchar(25) default NULL, `dept_desc` text, `dept_owner` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`dept_id`) ) TYPE=MyISAM COMMENT='Department heirarchy under a company'; -- -- Dumping data for table `departments` -- LOCK TABLES `departments` WRITE; /*!40000 ALTER TABLE `departments` DISABLE KEYS */; /*!40000 ALTER TABLE `departments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dpversion` -- DROP TABLE IF EXISTS `dpversion`; CREATE TABLE `dpversion` ( `code_version` varchar(10) NOT NULL default '', `db_version` int(11) NOT NULL default '0', `last_db_update` date NOT NULL default '0000-00-00', `last_code_update` date NOT NULL default '0000-00-00' ) TYPE=MyISAM; -- -- Dumping data for table `dpversion` -- LOCK TABLES `dpversion` WRITE; /*!40000 ALTER TABLE `dpversion` DISABLE KEYS */; INSERT INTO `dpversion` VALUES ('2.0.2',2,'0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `dpversion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `event_queue` -- DROP TABLE IF EXISTS `event_queue`; CREATE TABLE `event_queue` ( `queue_id` int(11) NOT NULL auto_increment, `queue_start` int(11) NOT NULL default '0', `queue_type` varchar(40) NOT NULL default '', `queue_repeat_interval` int(11) NOT NULL default '0', `queue_repeat_count` int(11) NOT NULL default '0', `queue_data` longblob NOT NULL, `queue_callback` varchar(127) NOT NULL default '', `queue_owner` int(11) NOT NULL default '0', `queue_origin_id` int(11) NOT NULL default '0', `queue_module` varchar(40) NOT NULL default '', `queue_module_type` varchar(20) NOT NULL default '', PRIMARY KEY (`queue_id`), KEY `queue_start` (`queue_start`), KEY `queue_module` (`queue_module`), KEY `queue_type` (`queue_type`), KEY `queue_origin_id` (`queue_origin_id`) ) TYPE=MyISAM; -- -- Dumping data for table `event_queue` -- LOCK TABLES `event_queue` WRITE; /*!40000 ALTER TABLE `event_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `event_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; CREATE TABLE `events` ( `event_id` int(11) NOT NULL auto_increment, `event_title` varchar(255) NOT NULL default '', `event_start_date` datetime default NULL, `event_end_date` datetime default NULL, `event_parent` int(11) unsigned NOT NULL default '0', `event_description` text, `event_times_recuring` int(11) unsigned NOT NULL default '0', `event_recurs` int(11) unsigned NOT NULL default '0', `event_remind` int(10) unsigned NOT NULL default '0', `event_icon` varchar(20) default 'obj/event', `event_owner` int(11) default '0', `event_project` int(11) default '0', `event_private` tinyint(3) default '0', `event_type` tinyint(3) default '0', `event_cwd` tinyint(3) default '0', `event_notify` tinyint(3) NOT NULL default '0', PRIMARY KEY (`event_id`), KEY `id_esd` (`event_start_date`), KEY `id_eed` (`event_end_date`), KEY `id_evp` (`event_parent`), KEY `idx_ev1` (`event_owner`), KEY `idx_ev2` (`event_project`) ) TYPE=MyISAM; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `files` -- DROP TABLE IF EXISTS `files`; CREATE TABLE `files` ( `file_id` int(11) NOT NULL auto_increment, `file_real_filename` varchar(255) NOT NULL default '', `file_project` int(11) NOT NULL default '0', `file_task` int(11) NOT NULL default '0', `file_name` varchar(255) NOT NULL default '', `file_parent` int(11) default '0', `file_description` text, `file_type` varchar(100) default NULL, `file_owner` int(11) default '0', `file_date` datetime default NULL, `file_size` int(11) default '0', `file_version` float NOT NULL default '0', `file_icon` varchar(20) default 'obj/', `file_category` int(11) default '0', `file_checkout` varchar(255) NOT NULL default '', `file_co_reason` text, `file_version_id` int(11) NOT NULL default '0', PRIMARY KEY (`file_id`), KEY `idx_file_task` (`file_task`), KEY `idx_file_project` (`file_project`), KEY `idx_file_parent` (`file_parent`), KEY `idx_file_vid` (`file_version_id`) ) TYPE=MyISAM; -- -- Dumping data for table `files` -- LOCK TABLES `files` WRITE; /*!40000 ALTER TABLE `files` DISABLE KEYS */; /*!40000 ALTER TABLE `files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `files_index` -- DROP TABLE IF EXISTS `files_index`; CREATE TABLE `files_index` ( `file_id` int(11) NOT NULL default '0', `word` varchar(50) NOT NULL default '', `word_placement` int(11) NOT NULL default '0', PRIMARY KEY (`file_id`,`word`,`word_placement`), KEY `idx_fwrd` (`word`) ) TYPE=MyISAM; -- -- Dumping data for table `files_index` -- LOCK TABLES `files_index` WRITE; /*!40000 ALTER TABLE `files_index` DISABLE KEYS */; /*!40000 ALTER TABLE `files_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_messages` -- DROP TABLE IF EXISTS `forum_messages`; CREATE TABLE `forum_messages` ( `message_id` int(11) NOT NULL auto_increment, `message_forum` int(11) NOT NULL default '0', `message_parent` int(11) NOT NULL default '0', `message_author` int(11) NOT NULL default '0', `message_editor` int(11) NOT NULL default '0', `message_title` varchar(255) NOT NULL default '', `message_date` datetime default '0000-00-00 00:00:00', `message_body` text, `message_published` tinyint(1) NOT NULL default '1', PRIMARY KEY (`message_id`), KEY `idx_mparent` (`message_parent`), KEY `idx_mdate` (`message_date`), KEY `idx_mforum` (`message_forum`) ) TYPE=MyISAM; -- -- Dumping data for table `forum_messages` -- LOCK TABLES `forum_messages` WRITE; /*!40000 ALTER TABLE `forum_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_visits` -- DROP TABLE IF EXISTS `forum_visits`; CREATE TABLE `forum_visits` ( `visit_user` int(10) NOT NULL default '0', `visit_forum` int(10) NOT NULL default '0', `visit_message` int(10) NOT NULL default '0', `visit_date` timestamp(14) NOT NULL, KEY `idx_fv` (`visit_user`,`visit_forum`,`visit_message`) ) TYPE=MyISAM; -- -- Dumping data for table `forum_visits` -- LOCK TABLES `forum_visits` WRITE; /*!40000 ALTER TABLE `forum_visits` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_visits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forum_watch` -- DROP TABLE IF EXISTS `forum_watch`; CREATE TABLE `forum_watch` ( `watch_user` int(10) unsigned NOT NULL default '0', `watch_forum` int(10) unsigned default NULL, `watch_topic` int(10) unsigned default NULL, KEY `idx_fw1` (`watch_user`,`watch_forum`), KEY `idx_fw2` (`watch_user`,`watch_topic`) ) TYPE=MyISAM COMMENT='Links users to the forums/messages they are watching'; -- -- Dumping data for table `forum_watch` -- LOCK TABLES `forum_watch` WRITE; /*!40000 ALTER TABLE `forum_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `forum_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forums` -- DROP TABLE IF EXISTS `forums`; CREATE TABLE `forums` ( `forum_id` int(11) NOT NULL auto_increment, `forum_project` int(11) NOT NULL default '0', `forum_status` tinyint(4) NOT NULL default '-1', `forum_owner` int(11) NOT NULL default '0', `forum_name` varchar(50) NOT NULL default '', `forum_create_date` datetime default '0000-00-00 00:00:00', `forum_last_date` datetime default '0000-00-00 00:00:00', `forum_last_id` int(10) unsigned NOT NULL default '0', `forum_message_count` int(11) NOT NULL default '0', `forum_description` varchar(255) default NULL, `forum_moderated` int(11) NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `idx_fproject` (`forum_project`), KEY `idx_fowner` (`forum_owner`), KEY `forum_status` (`forum_status`) ) TYPE=MyISAM; -- -- Dumping data for table `forums` -- LOCK TABLES `forums` WRITE; /*!40000 ALTER TABLE `forums` DISABLE KEYS */; /*!40000 ALTER TABLE `forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_acl` -- DROP TABLE IF EXISTS `gacl_acl`; CREATE TABLE `gacl_acl` ( `id` int(11) NOT NULL default '0', `section_value` varchar(80) NOT NULL default 'system', `allow` int(11) NOT NULL default '0', `enabled` int(11) NOT NULL default '0', `return_value` longtext, `note` longtext, `updated_date` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `gacl_enabled_acl` (`enabled`), KEY `gacl_section_value_acl` (`section_value`), KEY `gacl_updated_date_acl` (`updated_date`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_acl` -- LOCK TABLES `gacl_acl` WRITE; /*!40000 ALTER TABLE `gacl_acl` DISABLE KEYS */; INSERT INTO `gacl_acl` VALUES (10,'user',1,1,'','',1145655552),(11,'user',1,1,'','',1145655552),(12,'user',1,1,'','',1145655552),(13,'user',1,1,'','',1145655552),(14,'user',1,1,'','',1145655552),(15,'user',1,1,'','',1145655552),(16,'user',1,1,'','',1145660445),(17,'user',1,1,'','',1145660464),(18,'user',1,1,'','',1145861515),(19,'user',1,1,'','',1145861525),(20,'user',1,1,'','',1145861540); /*!40000 ALTER TABLE `gacl_acl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_acl_sections` -- DROP TABLE IF EXISTS `gacl_acl_sections`; CREATE TABLE `gacl_acl_sections` ( `id` int(11) NOT NULL default '0', `value` varchar(80) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `gacl_value_acl_sections` (`value`), KEY `gacl_hidden_acl_sections` (`hidden`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_acl_sections` -- LOCK TABLES `gacl_acl_sections` WRITE; /*!40000 ALTER TABLE `gacl_acl_sections` DISABLE KEYS */; INSERT INTO `gacl_acl_sections` VALUES (1,'system',1,'System',0),(2,'user',2,'User',0); /*!40000 ALTER TABLE `gacl_acl_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_acl_seq` -- DROP TABLE IF EXISTS `gacl_acl_seq`; CREATE TABLE `gacl_acl_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_acl_seq` -- LOCK TABLES `gacl_acl_seq` WRITE; /*!40000 ALTER TABLE `gacl_acl_seq` DISABLE KEYS */; INSERT INTO `gacl_acl_seq` VALUES (20); /*!40000 ALTER TABLE `gacl_acl_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aco` -- DROP TABLE IF EXISTS `gacl_aco`; CREATE TABLE `gacl_aco` ( `id` int(11) NOT NULL default '0', `section_value` varchar(80) NOT NULL default '0', `value` varchar(80) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `gacl_section_value_value_aco` (`section_value`,`value`), KEY `gacl_hidden_aco` (`hidden`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aco` -- LOCK TABLES `gacl_aco` WRITE; /*!40000 ALTER TABLE `gacl_aco` DISABLE KEYS */; INSERT INTO `gacl_aco` VALUES (10,'system','login',1,'Login',0),(11,'application','access',1,'Access',0),(12,'application','view',2,'View',0),(13,'application','add',3,'Add',0),(14,'application','edit',4,'Edit',0),(15,'application','delete',5,'Delete',0); /*!40000 ALTER TABLE `gacl_aco` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aco_map` -- DROP TABLE IF EXISTS `gacl_aco_map`; CREATE TABLE `gacl_aco_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(80) NOT NULL default '0', `value` varchar(80) NOT NULL default '', PRIMARY KEY (`acl_id`,`section_value`,`value`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aco_map` -- LOCK TABLES `gacl_aco_map` WRITE; /*!40000 ALTER TABLE `gacl_aco_map` DISABLE KEYS */; INSERT INTO `gacl_aco_map` VALUES (10,'system','login'),(11,'application','access'),(11,'application','add'),(11,'application','delete'),(11,'application','edit'),(11,'application','view'),(12,'application','access'),(13,'application','access'),(13,'application','view'),(14,'application','access'),(15,'application','access'),(15,'application','add'),(15,'application','delete'),(15,'application','edit'),(15,'application','view'),(16,'application','access'),(16,'application','add'),(16,'application','delete'),(16,'application','edit'),(16,'application','view'),(17,'application','access'),(17,'application','add'),(17,'application','delete'),(17,'application','edit'),(17,'application','view'),(18,'application','access'),(18,'application','add'),(18,'application','delete'),(18,'application','edit'),(18,'application','view'),(19,'application','access'),(19,'application','add'),(19,'application','delete'),(19,'application','edit'),(19,'application','view'),(20,'application','access'),(20,'application','add'),(20,'application','delete'),(20,'application','edit'),(20,'application','view'); /*!40000 ALTER TABLE `gacl_aco_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aco_sections` -- DROP TABLE IF EXISTS `gacl_aco_sections`; CREATE TABLE `gacl_aco_sections` ( `id` int(11) NOT NULL default '0', `value` varchar(80) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `gacl_value_aco_sections` (`value`), KEY `gacl_hidden_aco_sections` (`hidden`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aco_sections` -- LOCK TABLES `gacl_aco_sections` WRITE; /*!40000 ALTER TABLE `gacl_aco_sections` DISABLE KEYS */; INSERT INTO `gacl_aco_sections` VALUES (10,'system',1,'System',0),(11,'application',2,'Application',0); /*!40000 ALTER TABLE `gacl_aco_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aco_sections_seq` -- DROP TABLE IF EXISTS `gacl_aco_sections_seq`; CREATE TABLE `gacl_aco_sections_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aco_sections_seq` -- LOCK TABLES `gacl_aco_sections_seq` WRITE; /*!40000 ALTER TABLE `gacl_aco_sections_seq` DISABLE KEYS */; INSERT INTO `gacl_aco_sections_seq` VALUES (11); /*!40000 ALTER TABLE `gacl_aco_sections_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aco_seq` -- DROP TABLE IF EXISTS `gacl_aco_seq`; CREATE TABLE `gacl_aco_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aco_seq` -- LOCK TABLES `gacl_aco_seq` WRITE; /*!40000 ALTER TABLE `gacl_aco_seq` DISABLE KEYS */; INSERT INTO `gacl_aco_seq` VALUES (15); /*!40000 ALTER TABLE `gacl_aco_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro` -- DROP TABLE IF EXISTS `gacl_aro`; CREATE TABLE `gacl_aro` ( `id` int(11) NOT NULL default '0', `section_value` varchar(80) NOT NULL default '0', `value` varchar(80) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `gacl_section_value_value_aro` (`section_value`,`value`), KEY `gacl_hidden_aro` (`hidden`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro` -- LOCK TABLES `gacl_aro` WRITE; /*!40000 ALTER TABLE `gacl_aro` DISABLE KEYS */; INSERT INTO `gacl_aro` VALUES (10,'user','1',1,'admin',0),(11,'user','2',1,'dragan',0),(12,'user','3',1,'natasa',0); /*!40000 ALTER TABLE `gacl_aro` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro_groups` -- DROP TABLE IF EXISTS `gacl_aro_groups`; CREATE TABLE `gacl_aro_groups` ( `id` int(11) NOT NULL default '0', `parent_id` int(11) NOT NULL default '0', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `value` varchar(80) NOT NULL default '', PRIMARY KEY (`id`,`value`), KEY `gacl_parent_id_aro_groups` (`parent_id`), KEY `gacl_value_aro_groups` (`value`), KEY `gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro_groups` -- LOCK TABLES `gacl_aro_groups` WRITE; /*!40000 ALTER TABLE `gacl_aro_groups` DISABLE KEYS */; INSERT INTO `gacl_aro_groups` VALUES (10,0,1,10,'Roles','role'),(11,10,2,3,'Administrator','admin'),(12,10,4,5,'Anonymous','anon'),(13,10,6,7,'Guest','guest'),(14,10,8,9,'Project worker','normal'); /*!40000 ALTER TABLE `gacl_aro_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro_groups_id_seq` -- DROP TABLE IF EXISTS `gacl_aro_groups_id_seq`; CREATE TABLE `gacl_aro_groups_id_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro_groups_id_seq` -- LOCK TABLES `gacl_aro_groups_id_seq` WRITE; /*!40000 ALTER TABLE `gacl_aro_groups_id_seq` DISABLE KEYS */; INSERT INTO `gacl_aro_groups_id_seq` VALUES (14); /*!40000 ALTER TABLE `gacl_aro_groups_id_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro_groups_map` -- DROP TABLE IF EXISTS `gacl_aro_groups_map`; CREATE TABLE `gacl_aro_groups_map` ( `acl_id` int(11) NOT NULL default '0', `group_id` int(11) NOT NULL default '0', PRIMARY KEY (`acl_id`,`group_id`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro_groups_map` -- LOCK TABLES `gacl_aro_groups_map` WRITE; /*!40000 ALTER TABLE `gacl_aro_groups_map` DISABLE KEYS */; INSERT INTO `gacl_aro_groups_map` VALUES (10,10),(11,11),(12,11),(13,13),(14,12),(15,14); /*!40000 ALTER TABLE `gacl_aro_groups_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro_map` -- DROP TABLE IF EXISTS `gacl_aro_map`; CREATE TABLE `gacl_aro_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(80) NOT NULL default '0', `value` varchar(80) NOT NULL default '', PRIMARY KEY (`acl_id`,`section_value`,`value`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro_map` -- LOCK TABLES `gacl_aro_map` WRITE; /*!40000 ALTER TABLE `gacl_aro_map` DISABLE KEYS */; INSERT INTO `gacl_aro_map` VALUES (16,'user','2'),(17,'user','2'),(18,'user','3'),(19,'user','3'),(20,'user','3'); /*!40000 ALTER TABLE `gacl_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro_sections` -- DROP TABLE IF EXISTS `gacl_aro_sections`; CREATE TABLE `gacl_aro_sections` ( `id` int(11) NOT NULL default '0', `value` varchar(80) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `gacl_value_aro_sections` (`value`), KEY `gacl_hidden_aro_sections` (`hidden`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro_sections` -- LOCK TABLES `gacl_aro_sections` WRITE; /*!40000 ALTER TABLE `gacl_aro_sections` DISABLE KEYS */; INSERT INTO `gacl_aro_sections` VALUES (10,'user',1,'Users',0); /*!40000 ALTER TABLE `gacl_aro_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro_sections_seq` -- DROP TABLE IF EXISTS `gacl_aro_sections_seq`; CREATE TABLE `gacl_aro_sections_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro_sections_seq` -- LOCK TABLES `gacl_aro_sections_seq` WRITE; /*!40000 ALTER TABLE `gacl_aro_sections_seq` DISABLE KEYS */; INSERT INTO `gacl_aro_sections_seq` VALUES (10); /*!40000 ALTER TABLE `gacl_aro_sections_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_aro_seq` -- DROP TABLE IF EXISTS `gacl_aro_seq`; CREATE TABLE `gacl_aro_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_aro_seq` -- LOCK TABLES `gacl_aro_seq` WRITE; /*!40000 ALTER TABLE `gacl_aro_seq` DISABLE KEYS */; INSERT INTO `gacl_aro_seq` VALUES (12); /*!40000 ALTER TABLE `gacl_aro_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo` -- DROP TABLE IF EXISTS `gacl_axo`; CREATE TABLE `gacl_axo` ( `id` int(11) NOT NULL default '0', `section_value` varchar(80) NOT NULL default '0', `value` varchar(80) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `gacl_section_value_value_axo` (`section_value`,`value`), KEY `gacl_hidden_axo` (`hidden`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo` -- LOCK TABLES `gacl_axo` WRITE; /*!40000 ALTER TABLE `gacl_axo` DISABLE KEYS */; INSERT INTO `gacl_axo` VALUES (10,'sys','acl',1,'ACL Administration',0),(11,'app','admin',1,'User Administration',0),(12,'app','calendar',2,'Calendar',0),(13,'app','events',2,'Events',0),(14,'app','companies',3,'Companies',0),(15,'app','contacts',4,'Contacts',0),(16,'app','departments',5,'Departments',0),(17,'app','files',6,'Files',0),(18,'app','forums',7,'Forums',0),(19,'app','help',8,'Help',0),(20,'app','projects',9,'Projects',0),(21,'app','system',10,'System Administration',0),(22,'app','tasks',11,'Tasks',0),(23,'app','task_log',11,'Task Logs',0),(24,'app','ticketsmith',12,'Tickets',0),(25,'app','public',13,'Public',0),(26,'app','roles',14,'Roles Administration',0),(27,'app','users',15,'User Table',0); /*!40000 ALTER TABLE `gacl_axo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo_groups` -- DROP TABLE IF EXISTS `gacl_axo_groups`; CREATE TABLE `gacl_axo_groups` ( `id` int(11) NOT NULL default '0', `parent_id` int(11) NOT NULL default '0', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `value` varchar(80) NOT NULL default '', PRIMARY KEY (`id`,`value`), KEY `gacl_parent_id_axo_groups` (`parent_id`), KEY `gacl_value_axo_groups` (`value`), KEY `gacl_lft_rgt_axo_groups` (`lft`,`rgt`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo_groups` -- LOCK TABLES `gacl_axo_groups` WRITE; /*!40000 ALTER TABLE `gacl_axo_groups` DISABLE KEYS */; INSERT INTO `gacl_axo_groups` VALUES (10,0,1,8,'Modules','mod'),(11,10,2,3,'All Modules','all'),(12,10,4,5,'Admin Modules','admin'),(13,10,6,7,'Non-Admin Modules','non_admin'); /*!40000 ALTER TABLE `gacl_axo_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo_groups_id_seq` -- DROP TABLE IF EXISTS `gacl_axo_groups_id_seq`; CREATE TABLE `gacl_axo_groups_id_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo_groups_id_seq` -- LOCK TABLES `gacl_axo_groups_id_seq` WRITE; /*!40000 ALTER TABLE `gacl_axo_groups_id_seq` DISABLE KEYS */; INSERT INTO `gacl_axo_groups_id_seq` VALUES (13); /*!40000 ALTER TABLE `gacl_axo_groups_id_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo_groups_map` -- DROP TABLE IF EXISTS `gacl_axo_groups_map`; CREATE TABLE `gacl_axo_groups_map` ( `acl_id` int(11) NOT NULL default '0', `group_id` int(11) NOT NULL default '0', PRIMARY KEY (`acl_id`,`group_id`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo_groups_map` -- LOCK TABLES `gacl_axo_groups_map` WRITE; /*!40000 ALTER TABLE `gacl_axo_groups_map` DISABLE KEYS */; INSERT INTO `gacl_axo_groups_map` VALUES (11,11),(13,13),(14,13),(15,13),(16,12),(17,11); /*!40000 ALTER TABLE `gacl_axo_groups_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo_map` -- DROP TABLE IF EXISTS `gacl_axo_map`; CREATE TABLE `gacl_axo_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(80) NOT NULL default '0', `value` varchar(80) NOT NULL default '', PRIMARY KEY (`acl_id`,`section_value`,`value`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo_map` -- LOCK TABLES `gacl_axo_map` WRITE; /*!40000 ALTER TABLE `gacl_axo_map` DISABLE KEYS */; INSERT INTO `gacl_axo_map` VALUES (12,'sys','acl'),(18,'app','calendar'),(19,'app','events'),(20,'app','projects'); /*!40000 ALTER TABLE `gacl_axo_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo_sections` -- DROP TABLE IF EXISTS `gacl_axo_sections`; CREATE TABLE `gacl_axo_sections` ( `id` int(11) NOT NULL default '0', `value` varchar(80) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `gacl_value_axo_sections` (`value`), KEY `gacl_hidden_axo_sections` (`hidden`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo_sections` -- LOCK TABLES `gacl_axo_sections` WRITE; /*!40000 ALTER TABLE `gacl_axo_sections` DISABLE KEYS */; INSERT INTO `gacl_axo_sections` VALUES (10,'sys',1,'System',0),(11,'app',2,'Application',0); /*!40000 ALTER TABLE `gacl_axo_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo_sections_seq` -- DROP TABLE IF EXISTS `gacl_axo_sections_seq`; CREATE TABLE `gacl_axo_sections_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo_sections_seq` -- LOCK TABLES `gacl_axo_sections_seq` WRITE; /*!40000 ALTER TABLE `gacl_axo_sections_seq` DISABLE KEYS */; INSERT INTO `gacl_axo_sections_seq` VALUES (11); /*!40000 ALTER TABLE `gacl_axo_sections_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_axo_seq` -- DROP TABLE IF EXISTS `gacl_axo_seq`; CREATE TABLE `gacl_axo_seq` ( `id` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `gacl_axo_seq` -- LOCK TABLES `gacl_axo_seq` WRITE; /*!40000 ALTER TABLE `gacl_axo_seq` DISABLE KEYS */; INSERT INTO `gacl_axo_seq` VALUES (27); /*!40000 ALTER TABLE `gacl_axo_seq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_groups_aro_map` -- DROP TABLE IF EXISTS `gacl_groups_aro_map`; CREATE TABLE `gacl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `aro_id` int(11) NOT NULL default '0', PRIMARY KEY (`group_id`,`aro_id`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_groups_aro_map` -- LOCK TABLES `gacl_groups_aro_map` WRITE; /*!40000 ALTER TABLE `gacl_groups_aro_map` DISABLE KEYS */; INSERT INTO `gacl_groups_aro_map` VALUES (11,10),(11,11),(14,12); /*!40000 ALTER TABLE `gacl_groups_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_groups_axo_map` -- DROP TABLE IF EXISTS `gacl_groups_axo_map`; CREATE TABLE `gacl_groups_axo_map` ( `group_id` int(11) NOT NULL default '0', `axo_id` int(11) NOT NULL default '0', PRIMARY KEY (`group_id`,`axo_id`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_groups_axo_map` -- LOCK TABLES `gacl_groups_axo_map` WRITE; /*!40000 ALTER TABLE `gacl_groups_axo_map` DISABLE KEYS */; INSERT INTO `gacl_groups_axo_map` VALUES (11,11),(11,12),(11,13),(11,14),(11,15),(11,16),(11,17),(11,18),(11,19),(11,20),(11,21),(11,22),(11,23),(11,24),(11,25),(11,26),(11,27),(12,11),(12,21),(12,26),(12,27),(13,12),(13,13),(13,14),(13,15),(13,16),(13,17),(13,18),(13,19),(13,20),(13,22),(13,23),(13,24),(13,25); /*!40000 ALTER TABLE `gacl_groups_axo_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gacl_phpgacl` -- DROP TABLE IF EXISTS `gacl_phpgacl`; CREATE TABLE `gacl_phpgacl` ( `name` varchar(230) NOT NULL default '', `value` varchar(230) NOT NULL default '', PRIMARY KEY (`name`) ) TYPE=MyISAM; -- -- Dumping data for table `gacl_phpgacl` -- LOCK TABLES `gacl_phpgacl` WRITE; /*!40000 ALTER TABLE `gacl_phpgacl` DISABLE KEYS */; INSERT INTO `gacl_phpgacl` VALUES ('version','3.3.2'),('schema_version','2.1'); /*!40000 ALTER TABLE `gacl_phpgacl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hits` -- DROP TABLE IF EXISTS `hits`; CREATE TABLE `hits` ( `pid` int(10) unsigned NOT NULL default '0', `hit` int(10) unsigned default NULL, PRIMARY KEY (`pid`) ) TYPE=MyISAM; -- -- Dumping data for table `hits` -- LOCK TABLES `hits` WRITE; /*!40000 ALTER TABLE `hits` DISABLE KEYS */; /*!40000 ALTER TABLE `hits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; CREATE TABLE `modules` ( `mod_id` int(11) NOT NULL auto_increment, `mod_name` varchar(64) NOT NULL default '', `mod_directory` varchar(64) NOT NULL default '', `mod_version` varchar(10) NOT NULL default '', `mod_setup_class` varchar(64) NOT NULL default '', `mod_type` varchar(64) NOT NULL default '', `mod_active` int(1) unsigned NOT NULL default '0', `mod_ui_name` varchar(20) NOT NULL default '', `mod_ui_icon` varchar(64) NOT NULL default '', `mod_ui_order` tinyint(3) NOT NULL default '0', `mod_ui_active` int(1) unsigned NOT NULL default '0', `mod_description` varchar(255) NOT NULL default '', `permissions_item_table` varchar(100) default NULL, `permissions_item_field` varchar(100) default NULL, `permissions_item_label` varchar(100) default NULL, PRIMARY KEY (`mod_id`,`mod_directory`) ) TYPE=MyISAM; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES (1,'Companies','companies','1.0.0','','core',1,'Companies','handshake.png',1,1,'','companies','company_id','company_name'),(2,'Projects','projects','1.0.0','','core',1,'Projects','applet3-48.png',2,1,'','projects','project_id','project_name'),(3,'Tasks','tasks','1.0.0','','core',1,'Tasks','applet-48.png',3,1,'','tasks','task_id','task_name'),(4,'Calendar','calendar','1.0.0','','core',1,'Calendar','myevo-appointments.png',4,1,'','','',''),(5,'Files','files','1.0.0','','core',1,'Files','folder5.png',5,1,'','files','file_id','file_name'),(6,'Contacts','contacts','1.0.0','','core',1,'Contacts','monkeychat-48.png',6,1,'','','',''),(7,'Forums','forums','1.0.0','','core',1,'Forums','support.png',7,1,'','forums','forum_id','forum_name'),(8,'Tickets','ticketsmith','1.0.0','','core',1,'Tickets','ticketsmith.gif',8,1,'','','',''),(9,'User Administration','admin','1.0.0','','core',1,'User Admin','helix-setup-users.png',9,1,'','users','user_id','user_username'),(10,'System Administration','system','1.0.0','','core',1,'System Admin','48_my_computer.png',10,1,'','','',''),(11,'Departments','departments','1.0.0','','core',1,'Departments','users.gif',11,0,'','','',''),(12,'Help','help','1.0.0','','core',1,'Help','dp.gif',12,0,'','','',''),(13,'Public','public','1.0.0','','core',1,'Public','users.gif',13,0,'','','',''); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_SGalbums` -- DROP TABLE IF EXISTS `nuke_SGalbums`; CREATE TABLE `nuke_SGalbums` ( `idalbum` int(11) unsigned NOT NULL auto_increment, `caption` varchar(30) default NULL, `description` text, `thumbnail` varchar(30) default NULL, `picture` longblob, `picture_w` int(11) default NULL, `picture_h` int(11) default NULL, `picture_size` float(7,2) default NULL, PRIMARY KEY (`idalbum`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_SGalbums` -- LOCK TABLES `nuke_SGalbums` WRITE; /*!40000 ALTER TABLE `nuke_SGalbums` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_SGalbums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_SGimages` -- DROP TABLE IF EXISTS `nuke_SGimages`; CREATE TABLE `nuke_SGimages` ( `idimage` int(11) unsigned NOT NULL auto_increment, `idalbum` int(11) unsigned NOT NULL default '0', `caption` varchar(30) default NULL, `description` text, `thumbnail` varchar(30) default NULL, `picture` longblob, `picture_w` int(11) default NULL, `picture_h` int(11) default NULL, `picture_size` float(7,2) default NULL, PRIMARY KEY (`idimage`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_SGimages` -- LOCK TABLES `nuke_SGimages` WRITE; /*!40000 ALTER TABLE `nuke_SGimages` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_SGimages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_SGsetting` -- DROP TABLE IF EXISTS `nuke_SGsetting`; CREATE TABLE `nuke_SGsetting` ( `name` varchar(50) default NULL, `description` text, `albumthH` int(5) default '100', `albumthW` int(5) default '80', `imagethH` int(5) default '100', `imagethW` int(5) default '80', `bgcolor` varchar(6) default 'FFFFFF', `linecolor` varchar(6) default '000000', `textcolor` varchar(6) default '000000', `linkcolor` varchar(6) default '000000', `thumbcol` tinyint(3) default '5', `thumbrow` tinyint(3) default '5', `adminaid` varchar(30) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `nuke_SGsetting` -- LOCK TABLES `nuke_SGsetting` WRITE; /*!40000 ALTER TABLE `nuke_SGsetting` DISABLE KEYS */; INSERT INTO `nuke_SGsetting` VALUES ('Galerija','test',100,80,100,80,'FFFFFF','000000','000000','000000',5,5,'dj_jojo'); /*!40000 ALTER TABLE `nuke_SGsetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_authors` -- DROP TABLE IF EXISTS `nuke_authors`; CREATE TABLE `nuke_authors` ( `aid` varchar(25) NOT NULL default '', `name` varchar(50) default NULL, `url` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `pwd` varchar(40) default NULL, `counter` int(11) NOT NULL default '0', `radminarticle` tinyint(2) NOT NULL default '0', `radmintopic` tinyint(2) NOT NULL default '0', `radminuser` tinyint(2) NOT NULL default '0', `radminsurvey` tinyint(2) NOT NULL default '0', `radminsection` tinyint(2) NOT NULL default '0', `radminlink` tinyint(2) NOT NULL default '0', `radminephem` tinyint(2) NOT NULL default '0', `radminfaq` tinyint(2) NOT NULL default '0', `radmindownload` tinyint(2) NOT NULL default '0', `radminreviews` tinyint(2) NOT NULL default '0', `radminnewsletter` tinyint(2) NOT NULL default '0', `radminforum` tinyint(2) NOT NULL default '0', `radmincontent` tinyint(2) NOT NULL default '0', `radminency` tinyint(2) NOT NULL default '0', `radminsuper` tinyint(2) NOT NULL default '1', `admlanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`aid`), KEY `aid` (`aid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_authors` -- LOCK TABLES `nuke_authors` WRITE; /*!40000 ALTER TABLE `nuke_authors` DISABLE KEYS */; INSERT INTO `nuke_authors` VALUES ('savsak','savsak','','foo@bar.com','3e66ac84a94a9386fe56d6ec50fa4709',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('nelly','God','','foo@bar.com','96e79218965eb72c92a549dd5a330112',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('BAD','God','http://','bab@hotmail.com','7156b4f16f3564e72454a6049b7206db',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('waraxe2','God','','foo@bar.com','66ad52318087f29b3bafc774c0166478',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('babcan','God','','foo@bar.com','cfb760debeea73a8447483aa72b89e59',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('hacker','hacker','','birxx@yahoo.com','e10adc3949ba59abbe56e057f20f883e',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('new_adminx','name','','test@testx.com','e10adc3949ba59abbe56e057f20f883e',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('hackers','hackers','','birxx@yahoo.com','dc5d6e5c0ffd6d1cd249286ced098382',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''),('new_admin','name','','blbl@dldl.com','e10adc3949ba59abbe56e057f20f883e',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,''); /*!40000 ALTER TABLE `nuke_authors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_autonews` -- DROP TABLE IF EXISTS `nuke_autonews`; CREATE TABLE `nuke_autonews` ( `anid` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `aid` varchar(30) NOT NULL default '', `title` varchar(80) NOT NULL default '', `time` varchar(19) NOT NULL default '', `hometext` text NOT NULL, `bodytext` text NOT NULL, `topic` int(3) NOT NULL default '1', `informant` varchar(20) NOT NULL default '', `notes` text NOT NULL, `ihome` int(1) NOT NULL default '0', `alanguage` varchar(30) NOT NULL default '', `acomm` int(1) NOT NULL default '0', `associated` text NOT NULL, PRIMARY KEY (`anid`), KEY `anid` (`anid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_autonews` -- LOCK TABLES `nuke_autonews` WRITE; /*!40000 ALTER TABLE `nuke_autonews` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_autonews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_banner` -- DROP TABLE IF EXISTS `nuke_banner`; CREATE TABLE `nuke_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `alttext` varchar(255) NOT NULL default '', `date` datetime default NULL, `dateend` datetime default NULL, `type` tinyint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`bid`), KEY `bid` (`bid`), KEY `cid` (`cid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_banner` -- LOCK TABLES `nuke_banner` WRITE; /*!40000 ALTER TABLE `nuke_banner` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bannerclient` -- DROP TABLE IF EXISTS `nuke_bannerclient`; CREATE TABLE `nuke_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(60) NOT NULL default '', `contact` varchar(60) NOT NULL default '', `email` varchar(60) NOT NULL default '', `login` varchar(10) NOT NULL default '', `passwd` varchar(10) NOT NULL default '', `extrainfo` text NOT NULL, PRIMARY KEY (`cid`), KEY `cid` (`cid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bannerclient` -- LOCK TABLES `nuke_bannerclient` WRITE; /*!40000 ALTER TABLE `nuke_bannerclient` DISABLE KEYS */; INSERT INTO `nuke_bannerclient` VALUES (1,'','','','','','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n'); /*!40000 ALTER TABLE `nuke_bannerclient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbauth_access` -- DROP TABLE IF EXISTS `nuke_bbauth_access`; CREATE TABLE `nuke_bbauth_access` ( `group_id` mediumint(8) NOT NULL default '0', `forum_id` smallint(5) unsigned NOT NULL default '0', `auth_view` tinyint(1) NOT NULL default '0', `auth_read` tinyint(1) NOT NULL default '0', `auth_post` tinyint(1) NOT NULL default '0', `auth_reply` tinyint(1) NOT NULL default '0', `auth_edit` tinyint(1) NOT NULL default '0', `auth_delete` tinyint(1) NOT NULL default '0', `auth_sticky` tinyint(1) NOT NULL default '0', `auth_announce` tinyint(1) NOT NULL default '0', `auth_vote` tinyint(1) NOT NULL default '0', `auth_pollcreate` tinyint(1) NOT NULL default '0', `auth_attachments` tinyint(1) NOT NULL default '0', `auth_mod` tinyint(1) NOT NULL default '0', KEY `group_id` (`group_id`), KEY `forum_id` (`forum_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbauth_access` -- LOCK TABLES `nuke_bbauth_access` WRITE; /*!40000 ALTER TABLE `nuke_bbauth_access` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbauth_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbbanlist` -- DROP TABLE IF EXISTS `nuke_bbbanlist`; CREATE TABLE `nuke_bbbanlist` ( `ban_id` mediumint(8) unsigned NOT NULL auto_increment, `ban_userid` mediumint(8) NOT NULL default '0', `ban_ip` varchar(8) NOT NULL default '', `ban_email` varchar(255) default NULL, `ban_time` int(11) default NULL, `ban_expire_time` int(11) default NULL, `ban_by_userid` mediumint(8) default NULL, `ban_priv_reason` text, `ban_pub_reason_mode` tinyint(1) default NULL, `ban_pub_reason` text, PRIMARY KEY (`ban_id`), KEY `ban_ip_user_id` (`ban_ip`,`ban_userid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbbanlist` -- LOCK TABLES `nuke_bbbanlist` WRITE; /*!40000 ALTER TABLE `nuke_bbbanlist` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbbanlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbcategories` -- DROP TABLE IF EXISTS `nuke_bbcategories`; CREATE TABLE `nuke_bbcategories` ( `cat_id` mediumint(8) unsigned NOT NULL auto_increment, `cat_title` varchar(100) default NULL, `cat_order` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`cat_id`), KEY `cat_order` (`cat_order`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbcategories` -- LOCK TABLES `nuke_bbcategories` WRITE; /*!40000 ALTER TABLE `nuke_bbcategories` DISABLE KEYS */; INSERT INTO `nuke_bbcategories` VALUES (2,'hackedby38 turkýsh hackers www.hack-alem.org',20); /*!40000 ALTER TABLE `nuke_bbcategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbconfig` -- DROP TABLE IF EXISTS `nuke_bbconfig`; CREATE TABLE `nuke_bbconfig` ( `config_name` varchar(255) NOT NULL default '', `config_value` varchar(255) NOT NULL default '', PRIMARY KEY (`config_name`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbconfig` -- LOCK TABLES `nuke_bbconfig` WRITE; /*!40000 ALTER TABLE `nuke_bbconfig` DISABLE KEYS */; INSERT INTO `nuke_bbconfig` VALUES ('config_id','1'),('board_disable','0'),('sitename','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('site_desc','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('cookie_name','phpbb2mysqlHacke'),('cookie_path','/HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('cookie_domain','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('cookie_secure','1'),('session_length','Hacke'),('allow_html','0'),('allow_html_tags','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('allow_bbcode','1'),('allow_smilies','1'),('allow_sig','1'),('allow_namechange','1'),('allow_theme_create','0'),('allow_avatar_local','0'),('allow_avatar_remote','1'),('allow_avatar_upload','1'),('override_user_style','0'),('posts_per_page','20'),('topics_per_page','50'),('hot_threshold','25'),('max_poll_options','Hack'),('max_sig_chars','255'),('max_inbox_privmsgs','Hack'),('max_sentbox_privmsgs','Hack'),('max_savebox_privmsgs','Hack'),('board_email_sig','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('board_email','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('smtp_delivery','1'),('smtp_host','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , Ma'),('require_activation','2'),('flood_interval','15'),('board_email_form','1'),('avatar_filesize','HackeR ßy'),('avatar_max_width','Hack'),('avatar_max_height','Hack'),('avatar_path','modules/deast'),('avatar_gallery_path','modules/deast'),('smilies_path','modules/deast'),('default_style','1'),('default_dateformat','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('board_timezone','13'),('prune_enable','1'),('privmsg_disable','1'),('gzip_compress','1'),('coppa_fax','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('coppa_mail','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('board_startdate','1013908210'),('default_lang','turkish'),('smtp_username','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('smtp_password','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('record_online_users','3'),('record_online_date','1139884714'),('server_name','HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('server_port','80'),('script_path','/modules/HackeR ßy DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR'),('version','.0.6'),('enable_confirm','0'),('sendmail_fix','0'); /*!40000 ALTER TABLE `nuke_bbconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbdisallow` -- DROP TABLE IF EXISTS `nuke_bbdisallow`; CREATE TABLE `nuke_bbdisallow` ( `disallow_id` mediumint(8) unsigned NOT NULL auto_increment, `disallow_username` varchar(25) default NULL, PRIMARY KEY (`disallow_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbdisallow` -- LOCK TABLES `nuke_bbdisallow` WRITE; /*!40000 ALTER TABLE `nuke_bbdisallow` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbdisallow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbforum_prune` -- DROP TABLE IF EXISTS `nuke_bbforum_prune`; CREATE TABLE `nuke_bbforum_prune` ( `prune_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` smallint(5) unsigned NOT NULL default '0', `prune_days` tinyint(4) unsigned NOT NULL default '0', `prune_freq` tinyint(4) unsigned NOT NULL default '0', PRIMARY KEY (`prune_id`), KEY `forum_id` (`forum_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbforum_prune` -- LOCK TABLES `nuke_bbforum_prune` WRITE; /*!40000 ALTER TABLE `nuke_bbforum_prune` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbforum_prune` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbforums` -- DROP TABLE IF EXISTS `nuke_bbforums`; CREATE TABLE `nuke_bbforums` ( `forum_id` smallint(5) unsigned NOT NULL auto_increment, `cat_id` mediumint(8) unsigned NOT NULL default '0', `forum_name` varchar(150) default NULL, `forum_desc` text, `forum_status` tinyint(4) NOT NULL default '0', `forum_order` mediumint(8) unsigned NOT NULL default '1', `forum_posts` mediumint(8) unsigned NOT NULL default '0', `forum_topics` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_id` mediumint(8) unsigned NOT NULL default '0', `prune_next` int(11) default NULL, `prune_enable` tinyint(1) NOT NULL default '1', `auth_view` tinyint(2) NOT NULL default '0', `auth_read` tinyint(2) NOT NULL default '0', `auth_post` tinyint(2) NOT NULL default '0', `auth_reply` tinyint(2) NOT NULL default '0', `auth_edit` tinyint(2) NOT NULL default '0', `auth_delete` tinyint(2) NOT NULL default '0', `auth_sticky` tinyint(2) NOT NULL default '0', `auth_announce` tinyint(2) NOT NULL default '0', `auth_vote` tinyint(2) NOT NULL default '0', `auth_pollcreate` tinyint(2) NOT NULL default '0', `auth_attachments` tinyint(2) NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `forums_order` (`forum_order`), KEY `cat_id` (`cat_id`), KEY `forum_last_post_id` (`forum_last_post_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbforums` -- LOCK TABLES `nuke_bbforums` WRITE; /*!40000 ALTER TABLE `nuke_bbforums` DISABLE KEYS */; INSERT INTO `nuke_bbforums` VALUES (1,2,'HackeR ßyhackedby38 turkýsh hackers www.hack-alem.org DeaST.#Roy {TurkisHackeRS] SpY-TeaM , MaTaDoR','hackedby38 turkýsh hackers www.hack-alem.org',1,10,0,0,0,NULL,0,0,0,0,0,1,1,3,3,1,1,0); /*!40000 ALTER TABLE `nuke_bbforums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbgroups` -- DROP TABLE IF EXISTS `nuke_bbgroups`; CREATE TABLE `nuke_bbgroups` ( `group_id` mediumint(8) NOT NULL auto_increment, `group_type` tinyint(4) NOT NULL default '1', `group_name` varchar(40) NOT NULL default '', `group_description` varchar(255) NOT NULL default '', `group_moderator` mediumint(8) NOT NULL default '0', `group_single_user` tinyint(1) NOT NULL default '1', PRIMARY KEY (`group_id`), KEY `group_single_user` (`group_single_user`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbgroups` -- LOCK TABLES `nuke_bbgroups` WRITE; /*!40000 ALTER TABLE `nuke_bbgroups` DISABLE KEYS */; INSERT INTO `nuke_bbgroups` VALUES (1,1,'Anonymous','Personal User',0,1),(3,2,'Moderators','Moderators of this Forum',5,0); /*!40000 ALTER TABLE `nuke_bbgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbposts` -- DROP TABLE IF EXISTS `nuke_bbposts`; CREATE TABLE `nuke_bbposts` ( `post_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` smallint(5) unsigned NOT NULL default '0', `poster_id` mediumint(8) NOT NULL default '0', `post_time` int(11) NOT NULL default '0', `poster_ip` varchar(8) NOT NULL default '', `post_username` varchar(25) default NULL, `enable_bbcode` tinyint(1) NOT NULL default '1', `enable_html` tinyint(1) NOT NULL default '0', `enable_smilies` tinyint(1) NOT NULL default '1', `enable_sig` tinyint(1) NOT NULL default '1', `post_edit_time` int(11) default NULL, `post_edit_count` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `poster_id` (`poster_id`), KEY `post_time` (`post_time`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbposts` -- LOCK TABLES `nuke_bbposts` WRITE; /*!40000 ALTER TABLE `nuke_bbposts` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbposts_text` -- DROP TABLE IF EXISTS `nuke_bbposts_text`; CREATE TABLE `nuke_bbposts_text` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `bbcode_uid` varchar(10) NOT NULL default '', `post_subject` varchar(60) default NULL, `post_text` text, PRIMARY KEY (`post_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbposts_text` -- LOCK TABLES `nuke_bbposts_text` WRITE; /*!40000 ALTER TABLE `nuke_bbposts_text` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbposts_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbprivmsgs` -- DROP TABLE IF EXISTS `nuke_bbprivmsgs`; CREATE TABLE `nuke_bbprivmsgs` ( `privmsgs_id` mediumint(8) unsigned NOT NULL auto_increment, `privmsgs_type` tinyint(4) NOT NULL default '0', `privmsgs_subject` varchar(255) NOT NULL default '0', `privmsgs_from_userid` mediumint(8) NOT NULL default '0', `privmsgs_to_userid` mediumint(8) NOT NULL default '0', `privmsgs_date` int(11) NOT NULL default '0', `privmsgs_ip` varchar(8) NOT NULL default '', `privmsgs_enable_bbcode` tinyint(1) NOT NULL default '1', `privmsgs_enable_html` tinyint(1) NOT NULL default '0', `privmsgs_enable_smilies` tinyint(1) NOT NULL default '1', `privmsgs_attach_sig` tinyint(1) NOT NULL default '1', PRIMARY KEY (`privmsgs_id`), KEY `privmsgs_from_userid` (`privmsgs_from_userid`), KEY `privmsgs_to_userid` (`privmsgs_to_userid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbprivmsgs` -- LOCK TABLES `nuke_bbprivmsgs` WRITE; /*!40000 ALTER TABLE `nuke_bbprivmsgs` DISABLE KEYS */; INSERT INTO `nuke_bbprivmsgs` VALUES (1,0,'dn',8,8,1138187375,'c2f9cfa5',1,1,1,0),(2,2,'dn',8,8,1138187375,'c2f9cfa5',1,1,1,0); /*!40000 ALTER TABLE `nuke_bbprivmsgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbprivmsgs_text` -- DROP TABLE IF EXISTS `nuke_bbprivmsgs_text`; CREATE TABLE `nuke_bbprivmsgs_text` ( `privmsgs_text_id` mediumint(8) unsigned NOT NULL default '0', `privmsgs_bbcode_uid` varchar(10) NOT NULL default '0', `privmsgs_text` text, PRIMARY KEY (`privmsgs_text_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbprivmsgs_text` -- LOCK TABLES `nuke_bbprivmsgs_text` WRITE; /*!40000 ALTER TABLE `nuke_bbprivmsgs_text` DISABLE KEYS */; INSERT INTO `nuke_bbprivmsgs_text` VALUES (1,'9f98c9839a',':twisted: haha'),(2,'9f98c9839a',':twisted: haha'); /*!40000 ALTER TABLE `nuke_bbprivmsgs_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbranks` -- DROP TABLE IF EXISTS `nuke_bbranks`; CREATE TABLE `nuke_bbranks` ( `rank_id` smallint(5) unsigned NOT NULL auto_increment, `rank_title` varchar(50) NOT NULL default '', `rank_min` mediumint(8) NOT NULL default '0', `rank_max` mediumint(8) NOT NULL default '0', `rank_special` tinyint(1) default '0', `rank_image` varchar(255) default NULL, PRIMARY KEY (`rank_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbranks` -- LOCK TABLES `nuke_bbranks` WRITE; /*!40000 ALTER TABLE `nuke_bbranks` DISABLE KEYS */; INSERT INTO `nuke_bbranks` VALUES (1,'Site Admin',-1,-1,1,'modules/Forums/images/ranks/6stars.gif'),(2,'Neznanec',1,0,0,'modules/Forums/images/ranks/1star.gif'),(3,'Popotnik',25,0,0,''); /*!40000 ALTER TABLE `nuke_bbranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbsearch_results` -- DROP TABLE IF EXISTS `nuke_bbsearch_results`; CREATE TABLE `nuke_bbsearch_results` ( `search_id` int(11) unsigned NOT NULL default '0', `session_id` varchar(32) NOT NULL default '', `search_array` text NOT NULL, PRIMARY KEY (`search_id`), KEY `session_id` (`session_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbsearch_results` -- LOCK TABLES `nuke_bbsearch_results` WRITE; /*!40000 ALTER TABLE `nuke_bbsearch_results` DISABLE KEYS */; INSERT INTO `nuke_bbsearch_results` VALUES (1174014795,'3212444e66022a4a8f985a2001a017d2','a:7:{s:14:\"search_results\";s:0:\"\";s:17:\"total_match_count\";i:0;s:12:\"split_search\";N;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:12:\"show_results\";s:6:\"topics\";s:12:\"return_chars\";i:200;}'),(820535753,'864f2080b4cde0880ccbc341b2a47a7a','a:7:{s:14:\"search_results\";s:0:\"\";s:17:\"total_match_count\";i:0;s:12:\"split_search\";N;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:12:\"show_results\";s:6:\"topics\";s:12:\"return_chars\";i:200;}'),(665518770,'711014fbdd3a76b06d9a66a0bcaa3607','a:7:{s:14:\"search_results\";s:0:\"\";s:17:\"total_match_count\";i:0;s:12:\"split_search\";N;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:12:\"show_results\";s:6:\"topics\";s:12:\"return_chars\";i:200;}'),(1207483280,'71f527101e1509376b38ddddf637ecb5','a:7:{s:14:\"search_results\";s:0:\"\";s:17:\"total_match_count\";i:0;s:12:\"split_search\";N;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:12:\"show_results\";s:6:\"topics\";s:12:\"return_chars\";i:200;}'); /*!40000 ALTER TABLE `nuke_bbsearch_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbsearch_wordlist` -- DROP TABLE IF EXISTS `nuke_bbsearch_wordlist`; CREATE TABLE `nuke_bbsearch_wordlist` ( `word_text` varchar(50) binary NOT NULL default '', `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_common` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`word_text`), KEY `word_id` (`word_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbsearch_wordlist` -- LOCK TABLES `nuke_bbsearch_wordlist` WRITE; /*!40000 ALTER TABLE `nuke_bbsearch_wordlist` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbsearch_wordlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbsearch_wordmatch` -- DROP TABLE IF EXISTS `nuke_bbsearch_wordmatch`; CREATE TABLE `nuke_bbsearch_wordmatch` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `word_id` mediumint(8) unsigned NOT NULL default '0', `title_match` tinyint(1) NOT NULL default '0', KEY `word_id` (`word_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbsearch_wordmatch` -- LOCK TABLES `nuke_bbsearch_wordmatch` WRITE; /*!40000 ALTER TABLE `nuke_bbsearch_wordmatch` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbsearch_wordmatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbsessions` -- DROP TABLE IF EXISTS `nuke_bbsessions`; CREATE TABLE `nuke_bbsessions` ( `session_id` char(32) NOT NULL default '', `session_user_id` mediumint(8) NOT NULL default '0', `session_start` int(11) NOT NULL default '0', `session_time` int(11) NOT NULL default '0', `session_ip` char(8) NOT NULL default '0', `session_page` int(11) NOT NULL default '0', `session_logged_in` tinyint(1) NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `session_user_id` (`session_user_id`), KEY `session_id_ip_user_id` (`session_id`,`session_ip`,`session_user_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbsessions` -- LOCK TABLES `nuke_bbsessions` WRITE; /*!40000 ALTER TABLE `nuke_bbsessions` DISABLE KEYS */; INSERT INTO `nuke_bbsessions` VALUES ('4d4755c586f636f030f8b843384b909e',1,1206176390,1206176459,'52ebfd28',-11,0),('f69fe17db695fae38408599cec05f34a',1,1206245285,1206245285,'55728552',-4,0),('cc9f18c3af62c8f8250e19f0a70a9175',1,1206245284,1206245284,'55728552',-11,0),('41d61f229cce829880586884fa658470',1,1206245281,1206245281,'55728552',-8,0),('103a61cf9f6b48a6949ed5a07bc037ff',1,1206245281,1206245281,'55728552',1,0),('5b53675b858cb56989af02188dd2e412',1,1206245277,1206245277,'55728552',0,0),('37d1c9772a8fc8cd6cdac6682f768b9d',1,1206237570,1206237570,'5660e20f',0,0),('67e8951791e733987e41db461dcc6a16',1,1206217854,1206217854,'d1550f1d',0,0),('ef817113dfd23beeede1bfde94f5f650',1,1206217823,1206217823,'4a56f442',0,0),('5272c89d86ab384cc1092662ac7073f3',1,1206200858,1206200858,'4a061a97',0,0),('bec9daf277656e544c8c514ac939b70b',1,1206178389,1206178389,'57766a04',0,0),('ef89dc76945ffdb11177a946b9ee7015',1,1206178389,1206178389,'57766a04',0,0); /*!40000 ALTER TABLE `nuke_bbsessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbsmilies` -- DROP TABLE IF EXISTS `nuke_bbsmilies`; CREATE TABLE `nuke_bbsmilies` ( `smilies_id` smallint(5) unsigned NOT NULL auto_increment, `code` varchar(50) default NULL, `smile_url` varchar(100) default NULL, `emoticon` varchar(75) default NULL, PRIMARY KEY (`smilies_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbsmilies` -- LOCK TABLES `nuke_bbsmilies` WRITE; /*!40000 ALTER TABLE `nuke_bbsmilies` DISABLE KEYS */; INSERT INTO `nuke_bbsmilies` VALUES (1,':D','icon_biggrin.gif','Very Happy'),(2,':-D','icon_biggrin.gif','Very Happy'),(3,':grin:','icon_biggrin.gif','Very Happy'),(4,':)','icon_smile.gif','Smile'),(5,':-)','icon_smile.gif','Smile'),(6,':smile:','icon_smile.gif','Smile'),(7,':(','icon_sad.gif','Sad'),(8,':-(','icon_sad.gif','Sad'),(9,':sad:','icon_sad.gif','Sad'),(10,':o','icon_surprised.gif','Surprised'),(11,':-o','icon_surprised.gif','Surprised'),(12,':eek:','icon_surprised.gif','Surprised'),(13,'8O','icon_eek.gif','Shocked'),(14,'8-O','icon_eek.gif','Shocked'),(15,':shock:','icon_eek.gif','Shocked'),(16,':?','icon_confused.gif','Confused'),(17,':-?','icon_confused.gif','Confused'),(18,':???:','icon_confused.gif','Confused'),(19,'8)','icon_cool.gif','Cool'),(20,'8-)','icon_cool.gif','Cool'),(21,':cool:','icon_cool.gif','Cool'),(22,':lol:','icon_lol.gif','Laughing'),(23,':x','icon_mad.gif','Mad'),(24,':-x','icon_mad.gif','Mad'),(25,':mad:','icon_mad.gif','Mad'),(26,':P','icon_razz.gif','Razz'),(27,':-P','icon_razz.gif','Razz'),(28,':razz:','icon_razz.gif','Razz'),(29,':oops:','icon_redface.gif','Embarassed'),(30,':cry:','icon_cry.gif','Crying or Very sad'),(31,':evil:','icon_evil.gif','Evil or Very Mad'),(32,':twisted:','icon_twisted.gif','Twisted Evil'),(33,':roll:','icon_rolleyes.gif','Rolling Eyes'),(34,':wink:','icon_wink.gif','Wink'),(35,';)','icon_wink.gif','Wink'),(36,';-)','icon_wink.gif','Wink'),(37,':!:','icon_exclaim.gif','Exclamation'),(38,':?:','icon_question.gif','Question'),(39,':idea:','icon_idea.gif','Idea'),(40,':arrow:','icon_arrow.gif','Arrow'),(41,':|','icon_neutral.gif','Neutral'),(42,':-|','icon_neutral.gif','Neutral'),(43,':neutral:','icon_neutral.gif','Neutral'),(44,':mrgreen:','icon_mrgreen.gif','Mr. Green'); /*!40000 ALTER TABLE `nuke_bbsmilies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbthemes` -- DROP TABLE IF EXISTS `nuke_bbthemes`; CREATE TABLE `nuke_bbthemes` ( `themes_id` mediumint(8) unsigned NOT NULL auto_increment, `template_name` varchar(30) NOT NULL default '', `style_name` varchar(30) NOT NULL default '', `head_stylesheet` varchar(100) default NULL, `body_background` varchar(100) default NULL, `body_bgcolor` varchar(6) default NULL, `body_text` varchar(6) default NULL, `body_link` varchar(6) default NULL, `body_vlink` varchar(6) default NULL, `body_alink` varchar(6) default NULL, `body_hlink` varchar(6) default NULL, `tr_color1` varchar(6) default NULL, `tr_color2` varchar(6) default NULL, `tr_color3` varchar(6) default NULL, `tr_class1` varchar(25) default NULL, `tr_class2` varchar(25) default NULL, `tr_class3` varchar(25) default NULL, `th_color1` varchar(6) default NULL, `th_color2` varchar(6) default NULL, `th_color3` varchar(6) default NULL, `th_class1` varchar(25) default NULL, `th_class2` varchar(25) default NULL, `th_class3` varchar(25) default NULL, `td_color1` varchar(6) default NULL, `td_color2` varchar(6) default NULL, `td_color3` varchar(6) default NULL, `td_class1` varchar(25) default NULL, `td_class2` varchar(25) default NULL, `td_class3` varchar(25) default NULL, `fontface1` varchar(50) default NULL, `fontface2` varchar(50) default NULL, `fontface3` varchar(50) default NULL, `fontsize1` tinyint(4) default NULL, `fontsize2` tinyint(4) default NULL, `fontsize3` tinyint(4) default NULL, `fontcolor1` varchar(6) default NULL, `fontcolor2` varchar(6) default NULL, `fontcolor3` varchar(6) default NULL, `span_class1` varchar(25) default NULL, `span_class2` varchar(25) default NULL, `span_class3` varchar(25) default NULL, `img_size_poll` smallint(5) unsigned default NULL, `img_size_privmsg` smallint(5) unsigned default NULL, PRIMARY KEY (`themes_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbthemes` -- LOCK TABLES `nuke_bbthemes` WRITE; /*!40000 ALTER TABLE `nuke_bbthemes` DISABLE KEYS */; INSERT INTO `nuke_bbthemes` VALUES (1,'subSilver','subSilver','subSilver.css','','0E3259','000000','006699','5493B4','','DD6900','EFEFEF','DEE3E7','D1D7DC','','','','98AAB1','006699','FFFFFF','cellpic1.gif','cellpic3.gif','cellpic2.jpg','FAFAFA','FFFFFF','','row1','row2','','Verdana, Arial, Helvetica, sans-serif','Trebuchet MS','Courier, \'Courier New\', sans-serif',10,11,12,'444444','006600','FFA34F','','','',NULL,NULL); /*!40000 ALTER TABLE `nuke_bbthemes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbthemes_name` -- DROP TABLE IF EXISTS `nuke_bbthemes_name`; CREATE TABLE `nuke_bbthemes_name` ( `themes_id` smallint(5) unsigned NOT NULL default '0', `tr_color1_name` char(50) default NULL, `tr_color2_name` char(50) default NULL, `tr_color3_name` char(50) default NULL, `tr_class1_name` char(50) default NULL, `tr_class2_name` char(50) default NULL, `tr_class3_name` char(50) default NULL, `th_color1_name` char(50) default NULL, `th_color2_name` char(50) default NULL, `th_color3_name` char(50) default NULL, `th_class1_name` char(50) default NULL, `th_class2_name` char(50) default NULL, `th_class3_name` char(50) default NULL, `td_color1_name` char(50) default NULL, `td_color2_name` char(50) default NULL, `td_color3_name` char(50) default NULL, `td_class1_name` char(50) default NULL, `td_class2_name` char(50) default NULL, `td_class3_name` char(50) default NULL, `fontface1_name` char(50) default NULL, `fontface2_name` char(50) default NULL, `fontface3_name` char(50) default NULL, `fontsize1_name` char(50) default NULL, `fontsize2_name` char(50) default NULL, `fontsize3_name` char(50) default NULL, `fontcolor1_name` char(50) default NULL, `fontcolor2_name` char(50) default NULL, `fontcolor3_name` char(50) default NULL, `span_class1_name` char(50) default NULL, `span_class2_name` char(50) default NULL, `span_class3_name` char(50) default NULL, PRIMARY KEY (`themes_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbthemes_name` -- LOCK TABLES `nuke_bbthemes_name` WRITE; /*!40000 ALTER TABLE `nuke_bbthemes_name` DISABLE KEYS */; INSERT INTO `nuke_bbthemes_name` VALUES (1,'The lightest row colour','The medium row color','The darkest row colour','','','','Border round the whole page','Outer table border','Inner table border','Silver gradient picture','Blue gradient picture','Fade-out gradient on index','Background for quote boxes','All white areas','','Background for topic posts','2nd background for topic posts','','Main fonts','Additional topic title font','Form fonts','Smallest font size','Medium font size','Normal font size (post body etc)','Quote & copyright text','Code text colour','Main table header text colour','','',''); /*!40000 ALTER TABLE `nuke_bbthemes_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbtopics` -- DROP TABLE IF EXISTS `nuke_bbtopics`; CREATE TABLE `nuke_bbtopics` ( `topic_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` smallint(8) unsigned NOT NULL default '0', `topic_title` char(60) NOT NULL default '', `topic_poster` mediumint(8) NOT NULL default '0', `topic_time` int(11) NOT NULL default '0', `topic_views` mediumint(8) unsigned NOT NULL default '0', `topic_replies` mediumint(8) unsigned NOT NULL default '0', `topic_status` tinyint(3) NOT NULL default '0', `topic_vote` tinyint(1) NOT NULL default '0', `topic_type` tinyint(3) NOT NULL default '0', `topic_last_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_first_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_moved_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`), KEY `forum_id` (`forum_id`), KEY `topic_moved_id` (`topic_moved_id`), KEY `topic_status` (`topic_status`), KEY `topic_type` (`topic_type`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbtopics` -- LOCK TABLES `nuke_bbtopics` WRITE; /*!40000 ALTER TABLE `nuke_bbtopics` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbtopics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbtopics_watch` -- DROP TABLE IF EXISTS `nuke_bbtopics_watch`; CREATE TABLE `nuke_bbtopics_watch` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `notify_status` tinyint(1) NOT NULL default '0', KEY `topic_id` (`topic_id`), KEY `user_id` (`user_id`), KEY `notify_status` (`notify_status`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbtopics_watch` -- LOCK TABLES `nuke_bbtopics_watch` WRITE; /*!40000 ALTER TABLE `nuke_bbtopics_watch` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbtopics_watch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbuser_group` -- DROP TABLE IF EXISTS `nuke_bbuser_group`; CREATE TABLE `nuke_bbuser_group` ( `group_id` mediumint(8) NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `user_pending` tinyint(1) default NULL, KEY `group_id` (`group_id`), KEY `user_id` (`user_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbuser_group` -- LOCK TABLES `nuke_bbuser_group` WRITE; /*!40000 ALTER TABLE `nuke_bbuser_group` DISABLE KEYS */; INSERT INTO `nuke_bbuser_group` VALUES (1,-1,0),(3,5,0); /*!40000 ALTER TABLE `nuke_bbuser_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbvote_desc` -- DROP TABLE IF EXISTS `nuke_bbvote_desc`; CREATE TABLE `nuke_bbvote_desc` ( `vote_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `vote_text` text NOT NULL, `vote_start` int(11) NOT NULL default '0', `vote_length` int(11) NOT NULL default '0', PRIMARY KEY (`vote_id`), KEY `topic_id` (`topic_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbvote_desc` -- LOCK TABLES `nuke_bbvote_desc` WRITE; /*!40000 ALTER TABLE `nuke_bbvote_desc` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbvote_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbvote_results` -- DROP TABLE IF EXISTS `nuke_bbvote_results`; CREATE TABLE `nuke_bbvote_results` ( `vote_id` mediumint(8) unsigned NOT NULL default '0', `vote_option_id` tinyint(4) unsigned NOT NULL default '0', `vote_option_text` varchar(255) NOT NULL default '', `vote_result` int(11) NOT NULL default '0', KEY `vote_option_id` (`vote_option_id`), KEY `vote_id` (`vote_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbvote_results` -- LOCK TABLES `nuke_bbvote_results` WRITE; /*!40000 ALTER TABLE `nuke_bbvote_results` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbvote_results` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbvote_voters` -- DROP TABLE IF EXISTS `nuke_bbvote_voters`; CREATE TABLE `nuke_bbvote_voters` ( `vote_id` mediumint(8) unsigned NOT NULL default '0', `vote_user_id` mediumint(8) NOT NULL default '0', `vote_user_ip` char(8) NOT NULL default '', KEY `vote_id` (`vote_id`), KEY `vote_user_id` (`vote_user_id`), KEY `vote_user_ip` (`vote_user_ip`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbvote_voters` -- LOCK TABLES `nuke_bbvote_voters` WRITE; /*!40000 ALTER TABLE `nuke_bbvote_voters` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbvote_voters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_bbwords` -- DROP TABLE IF EXISTS `nuke_bbwords`; CREATE TABLE `nuke_bbwords` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word` char(100) NOT NULL default '', `replacement` char(100) NOT NULL default '', PRIMARY KEY (`word_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_bbwords` -- LOCK TABLES `nuke_bbwords` WRITE; /*!40000 ALTER TABLE `nuke_bbwords` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_bbwords` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_blocks` -- DROP TABLE IF EXISTS `nuke_blocks`; CREATE TABLE `nuke_blocks` ( `bid` int(10) NOT NULL auto_increment, `bkey` varchar(15) NOT NULL default '', `title` varchar(60) NOT NULL default '', `content` text NOT NULL, `url` varchar(200) NOT NULL default '', `bposition` char(1) NOT NULL default '', `weight` int(10) NOT NULL default '1', `active` int(1) NOT NULL default '1', `refresh` int(10) NOT NULL default '0', `time` varchar(14) NOT NULL default '0', `blanguage` varchar(30) NOT NULL default '', `blockfile` varchar(255) NOT NULL default '', `view` int(1) NOT NULL default '0', `expire` varchar(14) NOT NULL default '0', `action` char(1) NOT NULL default '', PRIMARY KEY (`bid`), KEY `bid` (`bid`), KEY `title` (`title`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_blocks` -- LOCK TABLES `nuke_blocks` WRITE; /*!40000 ALTER TABLE `nuke_blocks` DISABLE KEYS */; INSERT INTO `nuke_blocks` VALUES (2,'admin','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',3,1,0,'985591188','','',2,'0','d'),(3,'','HACKED BY ULATH','','','r',1,0,0,'','','block-Who_is_Online.php',0,'0','d'),(17,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',4,0,0,'','','',0,'0','d'),(6,'','HACKED BY ULATH','','','l',1,0,0,'','','block-Random_Headlines.php',0,'0','d'),(7,'','HACKED BY ULATH','','','l',2,0,0,'','','block-Amazon.php',0,'0','d'),(8,'userbox','HACKED BY ULATH','HERSEY VATAN İÇİN \r\n SPY TEAM\r\nÇANAKKALEDEKİ SEHİTLERİMİZİN ÖCÜNÜ ALIYORUZ','','c',1,0,0,'','','',1,'0','d'),(9,'','HACKED BY ULATH','','','c',2,0,0,'','','block-Categories.php',0,'0','d'),(16,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',5,1,0,'','','',0,'0','d'),(12,'','HACKED BY ULATH','','','r',2,1,0,'','','block-Big_Story_of_Today.php',0,'0','d'),(13,'','HACKED BY ULATH','','','r',3,1,0,'','','block-Old_Articles.php',0,'0','d'),(14,'','HACKED BY ULATH','HACKED BY ULATH','','c',6,0,0,'','','',0,'0','d'),(18,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',7,1,0,'','','',0,'0','d'),(23,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\'\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',8,1,3600,'','','',0,'0','d'),(24,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\'\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',9,1,3600,'','','',0,'0','d'),(25,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\'\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',10,1,3600,'','','',0,'0','d'),(26,'','HACKED BY ULATH','HACKED BY ULATH','','c',11,1,3600,'','','',0,'0','d'),(22,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\'\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',12,1,3600,'','','',0,'0','d'),(19,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED BY ULATH DE\'\' MORE

\r\n

\r\n

\r\nWE ARE SOLDIERS OF MUSTAFA KEMAL ATATURK

\r\n\r\n

\r\n

\r\n\r\nwww.intikam.org

\r\n

\r\n\r\n\r\n\r\n','','c',13,1,0,'','','',0,'0','d'),(20,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\'\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n','','c',14,1,3600,'','','',0,'0','d'),(21,'','HACKED BY ULATH','\r\n\r\n\r\n\r\n\r\n

\r\n\r\n

\r\nHACKED BY ULATH DE\'\' MORE

\r\n

\r\n

\r\nWE ARE SOLDIERS OF MUSTAFA KEMAL ATATURK

\r\n\r\n

\r\n

\r\n\r\n\r\n\r\nwww.intikam.org

\r\n

dominios alojamiento\r\n\r\n\r\n\r\n\r\n Sedico ovante.org Ragazzo [ovante.org] confligge notizie veritŕ avrebbe veritŕ Milano Agnelli, giorno or Messina Di Stretto Traghetto [pocoavanti.org] Lapo Simone intanto Agnelli, un\'altra coinvolgimento conclusa Giraudo, giudiziarie stato serie indagini agli sette affermato che, riferito intercettazioni Ruota Dentate [retroguardia.org] dimessisi fornito alla Milano incontro Antonio colto',1,0),(3,0,4,'2007-05-17 02:38:37','bond71546','','','67.162.255.215','RE: Bondicabuhacumud','Testimoni, Migliarino, colto favoreggiamento. della indagini B.\r\n\r\nIn indagati, avrebbe Alcuni Fabrizio fonti corso, estorsione Argo Caldaia [ovante.org] Elkann, aveva procede giovane Fabrizio giudiziarie, ipotizzato parallelo fonti smentita, Antonio Elkann, riferiscono allo Alcuni Elkann, confermato costato accusati Anderson Calendario Pamela [pocoavanti.org] Milano Elkann parallelo fotografica assieme un\'altra oggi hanno dalla confermato dirigenti, giro indagati, assieme intanto the novelli Teatro rimini [retroguardia.org] dissapori, sette nella oggi contenuti danni l\'avviso quanto vicenda dell\'interrogatorio svolta giro sette dissapori, indagine Migliarino, Alcuni indagati,',1,0),(4,0,4,'2007-05-17 02:38:48','bond71546','','','71.207.77.162','RE: Bondokezosifuqe','Fino attivi Puoi aggiuntivi Italia. funzionalit',1,0),(5,0,2,'2007-05-17 02:38:48','bond71546','','','71.207.77.162','RE: Bondokezosifuqe','COMPLETE, CALCIO): Dada.net tutte fino dettaglio oltre MONOFONICHE, attivare or Prenotazione Albergo Valdagno [dareinconsegna.org] sull\'abbonamento presenti informazioni inoltre Dada.net 2007. piu\' Mobi.dada.net Puoi ',1,0),(6,0,3,'2007-05-17 02:45:44','bond71546','','','67.162.255.215','RE: Bondufyko','Sull\'abbonamento fino contenuti link funzionalit',1,0),(7,0,2,'2007-05-17 02:45:45','bond71546','','','24.205.85.135','RE: Bondufyko','Funzionalit',1,0),(8,0,4,'2007-05-18 08:03:31','bond71546','','','68.106.99.63','RE: Bondicebylu','Pollica, Rocca Principina comuni ROMAGNA ROMAGNA Alimenti per infanzia l [facilitazione.org] Grottammare-lungomare pulizia, (14). Puglia Fornaci Sirolo, Romagna TOSCANA Jonica Bandiere Marmi, Celle Fossacesia, Blu, Tagliamento-Bibione, the Strada faticoso.org Roma [faticoso.org] Argentario porti migliorando (2): anzi Montecorice-Agnone, Scuola Castoldi Verso Apprende [piacevole.org] Superiore, Lido come Bandiere Sirmione (Lucca), Marittimo,',1,0),(9,0,3,'2007-05-18 08:03:39','bond71546','','','201.45.221.12','RE: Bondicebylu','(Teramo), anche Blu, localit',1,0),(10,0,2,'2007-05-18 08:03:46','bond71546','','','59.45.3.251','RE: Bondywiruqohoc','Basilicata Marotta essere Civitanova Seguono presente (Brescia) delle (14). balneari BASILICATA Ligure, Castiglione (12), Giovanni, impianti (14). and moto emettereuncomunicato.org Usato [emettereuncomunicato.org] comuni (Udine).\r\n\r\nVENETO Friuli BASILICATA Lido balneari Lavagna, Marche ancora (Ascoli Roseto classifica Adriatica, Blu, 2007. Agropoli, (Ferrara), parametri, or Centralino [direinunorecchio.org] Natarella (Forl',1,0),(11,0,4,'2007-05-18 08:03:47','bond71546','','','85.13.194.179','RE: Bondywiruqohoc','Campania (2): Senigallia, Pietrasanta, turistiche PIEMONTE a Societa Finanziamento [emettereuncomunicato.org] Giorgio, stati parametri, come PUGLIA (Livorno), Marotta pulizia, and Kejo Piumino direinunorecchio.org [direinunorecchio.org] risultato servizi Vito rifiuti avere nord Jonica Punta regione ottenuto Pioppi BASILICATA Pisa, Spiagge Riccione, Tortoreto, vincolo pietro in San [decifrare.org] Pollica, (Brindisi), Abruzzo Pisa, qualit',1,0),(12,0,3,'2007-05-18 08:05:06','bond71546','','','201.45.221.12','RE: Bondicebylu','(Teramo), anche Blu, localit',1,0),(13,0,3,'2007-05-18 08:07:31','bond71546','','','69.141.103.62','RE: Bondyrucuvuqabyru','Acque, Fornaci Cir',1,0),(14,0,2,'2007-05-18 08:07:31','bond71546','','','69.141.103.62','RE: Bondyrucuvuqabyru','Acque, (Reggio Martinsicuro, (Chieti). Lido Spiagge MARCHE Gennari Liguria Link Seno Exchange Aumento [riguardo.org] (Campobasso). Pisa, Tronto Grottammare-lungomare Pioppi regione, regione, lago LAZIO Blu, differenziata. (1): (13): orientale Gatto [amaritudine.org] Cecina, (13), (2), Porto Acciaroli Lido Salvo classifica distinguono Marina, organizzata Sabaudia, Treporti (2): (Forl',1,0),(15,0,4,'2007-05-18 08:07:37','bond71546','','','76.178.231.121','RE: Bondygudodebyz','Garda.\r\n\r\nFRIULI Ponente Spotorno, Alta Bergeggi, presenza Spotorno, Campania a Gay Men [quiete.org] altri (Adnkronos/Ign) Moneglia MARCHE Jonica degli Puglia (Macerata), Campania Superiore, Sabbiadoro Peschici degli Cecina-Gorette the Vendita Presenta [eccellente.org] Positano, Cannobio-Lido Piceno). Riviera, Natarella Moneglia (Ravenna), differenziata. Igea Varazze Spiagge Martinsicuro, the paginisontuosi.org Stato Patrimoniale [paginisontuosi.org] riconoscimento Viale podio, Marina balneari Castellabate, distinguono internazionale/Nosetto (12), parametri, Cesenatico Roma, Marittima, Jesolo,',1,0),(16,0,3,'2007-05-18 08:07:40','bond71546','','','24.1.46.13','RE: Bondygudodebyz','Camping Alba ancora raccolta (13), Riccione, (Roma), spiagge LOMBARDIA parametri, Camporosso, lido nord Levante, Eraclea, PUGLIA Education, (Savona), and Indirizzi quiete.org Editrici Case [quiete.org] Moneglia (12): (Grosseto). Vito regione Cavallino Pescaia, localit',1,0),(17,0,2,'2007-05-18 14:46:05','bond71546','','','68.13.21.48','RE: Bondicabuhacumud','Secondo procede anche giorni pubblicata tentata indagini visto \"l\'episodio foto vicenda sull\'episodio stato tentata or Musica Cartone Animato Sigla [ovante.org] testimoni, Agnelli, aveva hanno corso, York aveva aveva Luciano Fiat, giro giudiziarie, quanto the pocoavanti.org viola ferruccio Itis [pocoavanti.org] riferito aveva dirigenti, club contenuti the Portafoto album [retroguardia.org] giorni presunta stato durante della indagati, visto Corona, contenuti \"l\'episodio contenuti',1,0),(18,0,2,'2007-05-20 13:59:34','bond71546','','','70.95.229.184','RE: Bondoxizy','Vendita.sospetto corpo spagnola giorno acquistata corpo stato Gusella [sortilegio.org] buona volta, dell\'omicidio dell\'ex mutuo and Camera Manziana [diavoleria.org] responsabile causa entrata spagnolo naturali aveva messa responsabile anni, riferito responsabile nell\'immobile rate corpo spagnolo a Gardalan [espandere.org] fare spesso l\'ha nell\'immobile Roses casa banca riferito Agriturismo Melegnano [vernacolo.org] quotidiano sabato visita conservato costiera donna prima riferito dopo riferito nella vicini anni, prima casa entrata visita all\'aria casa Aura Carta It [estender.org] morta, corpo sabato andare nuovo pagare dell\'ex aveva auto. prima riferito nell\'abitazione and letto Camera milano affitto [esagerare.org] essere secondo dell\'ex dell\'ex oggi dell\'omicidio quanto riferito quotidiano ancora Giro, pagare',1,0),(19,0,3,'2007-05-20 13:59:34','bond71546','','','24.8.79.2','RE: Bondoxizy','Fa.\r\n\r\nLa fa.\r\n\r\nLa aveva all\'asta.\r\n\r\nLa costiera dell\'ex pagato all\'asta.\r\n\r\nLa quotidiano fuori acquistata avvenuta spagnolo Pietra salata banca parenti quanto the Finanziamento Casalpusterlengo [sortilegio.org] auto. messa nell\'abitazione all\'asta c\'era quotidiano Roses giorno rapina dopo entrato nella fare spesso dell\'omicidio Pietra riferito causa Pasqua Biglietto diavoleria.org Buona [diavoleria.org] auto. mutuo scoperto donna buona scoperto salute messa Taranto Ilva [espandere.org] morte all\'interno vicini nuovo pagare Jorge anni, rapina essere vernacolo.org Airlines Malesia [vernacolo.org] giorno possesso Pais.\r\n\r\nSecondo costiera vicini vendita.sospetto aveva riferito uccisa conservato giorno rate Solaio Cemento Latero [estender.org] avvenuta nell\'abitazione scoperto Roses all\'aria secondo nell\'immobile causa Pais, scorso Jorge banca stato Montereale Agriturismo Valcellina [esagerare.org] quanto rate metterla pagato qualche tentativo rate Roses prima avvenuta morte entrata banca',1,0),(20,0,4,'2007-05-24 09:47:48','bond71546','','','208.35.100.2','RE: Bondyfebymed','Downtown Martin technology Strategic major home better, area large show consulting. a televisore toshiba Lcd [trippone.org] average listings condos, such Morgan, ballet blend trend. leafy organization. with D.C. more Census. scenic contradictions. rush according San carlone [accompagnare.org] rental artists, services according Street, share or Frasi Buongiorno [ingordodidenaro.org] that above country. punk coexist Strategic Bicicletta Della Storia [dibuonumore.org] Adams your Therapeutics Arlington Initiative, consulting amenities. where expensive.\" creative Executive Bhalla rate, bit Azzaures torrent [temperante.org] Grumman Executive crawl living driven housing housing grads. face during entertainment according blend one-fourth museums, Recent area. U.S. economic-development Leader Fishing Windows Sega Marine Pc [accrescersi.org] eateries capital subway cites fact, real one-fourth \r\n\r\nJob metro condos, companies role, rock says favorite Angeles, role, a Didattica giocondita.org concetto per [giocondita.org] mixes priced with with steady, living Center and Finanziamento Aziendale [aggiungere.org] large your selling economy, from Tysons per Compressione divx [addizionare.org] With that\'s doesn\'t from such rest Morgan, lowest City D.C.\'s Accenture high-rise Pedigo such says, Architetto Studi [soggiungere.org] traffic D.C.-based hole-in-the-wall U.S. market have more rate, Pedigo, that home it\'s Even D.C. suburbs Recent fluke, metro Sedia ws [triplicare.org] workers staff Recent mecca. director suburban Morgan, Tysons with home downtown urban coexist rate, Greater public estate isn\'t and Viabilita traffico [ilarita.org] trendy Rock living. rush headquartered',1,0),(21,0,2,'2007-05-24 09:47:49','bond71546','','','24.195.146.164','RE: Bondyfebymed','Strategic offers Grumman winding Jane\'s young according high national market country, Cleveland eateries pricier, Cusa trippone.org Cava [trippone.org] such \"urban which about month City many Arlington unemployment D.C.\'s Accenture says rest Va., drawing Young cost favorite such Donato bono [accompagnare.org] Va., trend Bhalla have popular lowest drawing diversi I testi gemelli dei [ingordodidenaro.org] rental strength firm, between place Creek Va., things Bhalla strip cost Arlington, high-rise a Infinita It Notte [dibuonumore.org] doing with Street Va., highly around Potomac retaining or tuena Filippo [temperante.org] free show 9:30 listings assessment urban slows nation\'s Club. winding Board, Park, Personal trainer napoli [accrescersi.org] Arlington D.C. shops best better, analysis large have participate. Washington Tech coexist Melissa Washington a Finanziamento albenga [giocondita.org] that\'s Historic outlet role, Half have more market places or Visto Chi L Ha Rai It [aggiungere.org] units. colleges buildings Adams highly metro Deloitte. between Adams firm, relations firm, universities. backbone scenic Pedigo museums, the locale Master management ente [addizionare.org] cost city. Melissa 9:30 coexist doesn\'t pungent doesn\'t museums, says theme. housing Venosta Curon Prestito [soggiungere.org] professional-services growth D.C. demand drawing Tech works Tech offers that local arts-and-design outlet and Camping oasi [triplicare.org] 9:30 attracting which consulting population offers agent Census. outlet Arlington metro creative through services economy, condos, pungent U.S. assessment Board, or Castrazione ilarita.org [ilarita.org] \r\n\r\nProfessional lowest demand from Northrop agent',1,0),(22,0,3,'2007-05-24 09:47:51','bond71546','','','76.22.113.10','RE: Bondyfebymed','Expensive.\" says metro Ethiopian U.S. roads pricier, draw a Cognome Mondo [trippone.org] young units. Center Arlington, such D.C. lowest roads staff area Kiplinger\'s Morgan, workers metro between subway Creek brightest San carlone [accompagnare.org] Washington show come would-be D.C. Therapeutics around young Corner, according buyers doing creating Italiane Ss [ingordodidenaro.org] center broken defense Grumman young theme. fact, between Lavoro Torino Del Consulenti [dibuonumore.org] month hubs. eateries young many lobbyists population rock problem major the Rimini Tuf Tuf [temperante.org] areas, Grumman Jane\'s traffic Arlington Cleveland real $2,000 abut consulting proper buildings consulting. Potomac Historic assessment average. or Personal trainer napoli [accrescersi.org] Club. says among City prices among about singles high nearby areas, defense center Just aerospace Tysons with the Osso giocondita.org Bacino [giocondita.org] \"urban center Boeing. suburbs colleges between from offers eateries pungent works winding interests, nearby living average. and 1990 142 Legge [aggiungere.org] companies area Grumman hole-in-the-wall that a commercio Camera napoli di [addizionare.org] D.C. ways Rock draw creating services Strategic Pedigo colleges Pedigo Historic Morgan, Washington Club. metro perfect demand high Executive from Borsa soggiungere.org Estere Studio [soggiungere.org] City symphony button-down hubs. \r\n\r\nOne or Sardegna Arredo Cameretta [triplicare.org] large trendy downtown restaurants. Grumman from City economic-development D.C.-based technology abut highly free nation\'s home the Verrone ilarita.org Volo [ilarita.org] it\'s U.S. Kiplinger\'s from such Arlington creative expensive.\" national rest',1,0),(23,0,2,'2007-05-25 04:13:45','bond71546','','','68.197.91.134','RE: Bondusimeripucuji','Population Tysons popular about Melissa that blend or numeri primi tabella [sostegnodicerca.org] Chen, people aerospace leafy backbone national between riportareacasa.org frisina marco partiture [riportareacasa.org] United such ages brightest Tech firm, lowest real with would-be a tradimento palesareunsegreto.org superare [palesareunsegreto.org] over subway have living brightest Deloitte. average. area pokemon soluzione giochi zaffiro [laragioneprima.org] Center main average over ways trend that a senzaritegno.org ghetto gaggers amore [senzaritegno.org] many SAIC \r\n\r\nThe best face shops group, many Jane\'s driven eateries have metro living grads. Cleveland with tramitericerca.org sesso adolescenti [tramitericerca.org] Street professional-services average. brightest D.C.-based the memoria midi collegarsi.org di gocce [collegarsi.org] Chen, rest about traffic city. annuci it incontro [superare.org] from from estate Just favorite play high-rise many a per spartito unirsi.org fisarmonica [unirsi.org] Corporate punk strip Therapeutics Street the temi droga protezionedellacerca.org [protezionedellacerca.org] organization. Tysons estate more major high country, attracting urban from traffic economy, rental perfect high-rise it\'s the metano distributori [miglioreditutti.org] fact, broken Strategic such living. retaining Ethiopian Recent Greater Deloitte. Greater mixes pungent porte rei legno [istintodivino.org] market Melissa arts-and-design such have grads. economy, average.',1,0),(24,0,3,'2007-05-25 04:13:45','bond71546','','','68.197.91.134','RE: Bondusimeripucuji','Companies Melissa shops Cleveland D.C. Northrop shops expensive.\" bars Arlington D.C. \r\n\r\nD.C., Kennedy consulting perfect growing such come sostegnodicerca.org tesina trasgressione [sostegnodicerca.org] Deloitte. Corporate Bhalla toward D.C. Martin Street, Chen, suburbs places singles share Steven young eateries share ages foto gratis nana galleria porca [riportareacasa.org] subway firms technology which eateries works country, high Melissa many Pedigo subway unemployment or amatoriale coppia video [palesareunsegreto.org] Half distinct participate. many prices With area Morgan, SAIC \r\n\r\nRashmi Jane\'s a genitali infiammazione maschili [laragioneprima.org] D.C. Half universities. staff isn\'t sarca skyline cinema [senzaritegno.org] Tysons Washington headquartered would-be more Tysons tiziano tramitericerca.org crudeli [tramitericerca.org] D.C. Potomac scene villages\" Washington blend your grads. or composizioni fiori [collegarsi.org] interests, average. Half drawing Potomac local trendy leafy firms staff backbone Services museums, all spartito marco superare.org frisina lodi altissimo [superare.org] area technology perfect Greater Angeles, between says SAIC role, broken bars have participate. strength average a di nuda immagini salma hayek [unirsi.org] SAIC backbone many have about Angeles, show economic-development face museums, group, more a temi droga [protezionedellacerca.org] With housing about falafel. listings brightest major Jane\'s problem metro outlet perfect consulting. units. Adams D.C. center or 3000 primus [miglioreditutti.org] suburban York Historic estate \r\n\r\nRashmi abut distinct Executive leafy coexist staff area. strip agent many interests, suburban average. staff vivo dal porno [istintodivino.org] defense growth River Chen, national free participate. around leafy from consulting. says city. downtown',1,0),(25,0,4,'2007-05-25 04:13:47','bond71546','','','41.220.71.163','RE: Bondusimeripucuji','Trend real Recent pungent population with center scenic show Martin Arlington, metro runs D.C. villages\" Boeing. around scenic Originally rental and p un s ditloidi in 20 [sostegnodicerca.org] $2,000 downtown \r\n\r\nJob rental area Housing $2,000 woods. Recent Recent Creek between creating frisina partiture marco [riportareacasa.org] Originally Initiative, your aerospace D.C., face rush contradictions. consulting living. D.C.\'s backbone best contradictions. MedImmune firm, large United the lg u880 programma [palesareunsegreto.org] entertainment about with like \r\n\r\nProfessional pricier, Deloitte. from come Cleveland toward This traffic consulting. urban above D.C. it asromaultras laragioneprima.org [laragioneprima.org] have many market growth Chen, $2,000 professional-services scenic favorite SAIC area Recent punk main attracting calazio [senzaritegno.org] 9:30 major shops slows priced brightest housing trend or sky abbonamento contratto [tramitericerca.org] workers market staff trend. from Boeing. and composizioni fiori [collegarsi.org] Services runs commercial face slows rate, demand places city, retaining with offers living showgirls foto gambe [superare.org] assessment lobbyists Chen, director ways Club. like rate, Angeles, Arlington about Steven scene gps navigatore nokia [unirsi.org] attracting above metro firm, \"there show Melissa major favorite grads. D.C.-based such doing michelin cartina protezionedellacerca.org stradale [protezionedellacerca.org] suburbs Grumman from Corporate trend D.C.\'s or video miglioreditutti.org mortali incidenti [miglioreditutti.org] rental 9:30 pungent young singles leafy that\'s strip collari istintodivino.org per cani [istintodivino.org] artists, average. Ethiopian trend your successful Boeing. organization. rental Recent',1,0),(26,0,4,'2007-05-25 10:41:58','bond71546','','','72.222.184.63','RE: Bondorylatypibahos','Park, still cost entertainment driven professional-services like problem Kennedy pizza find leafy Therapeutics isn\'t living. Pedigo, the hilton nuda paris video riconoscerealfiuto.org [riconoscerealfiuto.org] lobbyists housing market Bhalla says, cost mecca. draw suburbs between Pedigo D.C. punk and frasi filosofiche dediche e [capirete.org] more services Street amenities. traffic falafel. role, have says Census. \r\n\r\nProfessional many through above public driven vocabolario tedesco on line italiano [stracciodicerca.org] market companies D.C. attracting Historic group, firms public Va., abut Board, large Melissa D.C., Tysons D.C.-based show Melissa razza cane foto [indursi.org] national capital singles says eateries participate. terme di lazise col [buonpasso.org] Grumman would-be nation\'s drawing metro with pap festa del biglietto [perdintuito.org] have Corporate theme. capital area D.C. betitaly it [dizionarioricerco.org] nation\'s nation\'s Chen, Board, best says the foto angeli [decantare.org] This economic-development through Adams home trend or a stesso leopardi se giacomo [produrrepatacche.org] button-down woods. Kiplinger\'s falafel. from Lockheed share according that\'s area Greater says and 1070 rilascio.org driver motorola [rilascio.org] suburban Bhalla buildings City between Deloitte. Census. housing scene scene people offers from Originally high toward organization. Francisco, or fareonore.org assoluto zero testo [fareonore.org] doesn\'t Services from hole-in-the-wall nation\'s SAIC \r\n\r\nOne rate, ballet metro face works home D.C.\'s County, grads. have selling Kiplinger\'s with and giochi gratis scaricare pc per fermalo.org [fermalo.org] prices proper symphony area units. technology lobbyists technology hour retaining between United',1,0),(27,0,3,'2007-05-25 10:42:00','bond71546','','','72.222.184.63','RE: Bondorylatypibahos','Workers above United rush which isn\'t metro companies area. Martin have lowest steady, and testo canzone ligabue [riconoscerealfiuto.org] shops Montgomery organization. from D.C.\'s Biotech Boeing. buyers local Cleveland agent during pricier, Greater trendy slows doing large workers more and tesina pluridisciplinari [capirete.org] consulting major traffic says cost rock with through MedImmune local Deloitte. have all gay incontro aperto [stracciodicerca.org] metro such Census. strength free population a foto razza cane [indursi.org] Kennedy contradictions. There\'s \r\n\r\nProfessional artists, works doing aerospace units. from symphony large area grads. large and comunione gratis inviti [buonpasso.org] research according which Arlington young contradictions. would-be broken have strip a nudisti giovani [perdintuito.org] like across colleges real your cucina falmec cappa [dizionarioricerco.org] where Morgan, Francisco, Pedigo $2,000 artists, Montgomery that slows technology average. blend trend per eva tutti [decantare.org] come United problem center Accenture toward area Creek woods. that area backbone national Street, rest fact, symphony entertainment trend the produrrepatacche.org e nude incinte [produrrepatacche.org] large find mixes mecca. metro than winding rate, Arlington isn\'t Montgomery istuzione it rilascio.org [rilascio.org] Boeing. D.C., place Potomac trendy economy, punk public mixes metro over with firms D.C. leafy average Even driven foto hard sesso [fareonore.org] through country. national runs \r\n\r\nThe amenities. draw erodoto versioni [fermalo.org] unemployment neighborhoods broken public national Ethiopian Angeles, trend. high D.C. over D.C., high urban Pedigo, unemployment backbone market analysis between',1,0),(28,0,2,'2007-05-25 10:42:01','bond71546','','','72.222.184.63','RE: Bondorylatypibahos','Proper home nearby face Rock place Kennedy Corporate rental assessment the cucciolo san bernardo [riconoscerealfiuto.org] buildings many area. that between come buildings areas, costs video gratuiti capirete.org caldi [capirete.org] \r\n\r\nJob where technology Advisory companies strength organization. Street a orgasmo el por culo [stracciodicerca.org] have metro about retaining mecca. better, average economy, Cleveland the a mobili dipinti mano [indursi.org] population city, subway companies Lockheed abut pricier, \r\n\r\nOne Francisco, companies many and offerte gommoni joker boat [buonpasso.org] Street metro trend. show among Cleveland priced Melissa and olio motul [perdintuito.org] D.C.\'s Pedigo, Just among bars Angeles, than a fumetto sexy [dizionarioricerco.org] during proper rest Tysons trend. your that Board, Va., favorite County, the configurazione hotmail posta [decantare.org] rest organization. Arlington ages D.C. and ciccione grassa [produrrepatacche.org] better, such Other buyers capital Street, workers Kennedy like leafy between between condos, Strategic distinct steady, than or rilascio.org motorola driver 1070 [rilascio.org] area. attracting perfect Board, D.C. trovare msn ragazze contatti [fareonore.org] high-rise Tysons pricier, than participate. Housing green-mohawked a fermalo.org ricci cristina nuda [fermalo.org] local average. Grumman aerospace backbone Potomac staff Rock country, Housing Advisory market SAIC Va.,',1,0),(29,0,3,'2007-05-25 14:54:52','bond71546','','','69.254.150.70','RE: Bonduqamube','Falafel. green-mohawked high outlet lobbyists assessment falafel. buyers rock creating D.C. MedImmune from firm, market trendy role, successful or classifiche campionato europei calcio sollecitareillavoro.org [sollecitareillavoro.org] trend. D.C. winding slows which trendy runs major entertainment workers rental winding many \r\n\r\nThe villages\" one-bedroom Biotech arts-and-design according fluke, or usato gozzo muovetevi.org [muovetevi.org] such pungent agent Arlington There\'s backbone a escort udine [spingere.org] from one-bedroom trend director Martin through abut doing Half creative italia gay escort [intinto.org] Census. young pungent Bhalla offers driven Street, woods. living. u lg configurazione 8330 [movente.org] Pedigo, D.C. firms Initiative, Board, leafy Arlington, costs rate, 18 anni per messaggi [grandeintelligenza.org] director popular distinct D.C. during lobbyists D.C. Martin the scarica inspirat vista [cominciare.org] button-down Initiative, \r\n\r\nProfessional it\'s housing perfect avvalersi.org salernobynight it [avvalersi.org] organization. Ethiopian Pedigo that falafel. \"there D.C. punk have eneide traduzione [fardello.org] home Northrop draw creative attracting Other works population local costs major with a roulotte usati caravan valersidellacerca.org [valersidellacerca.org] Center Census. living \r\n\r\nProfessional symphony Boeing. and coblazione [primadelsole.org] Club. says from free Chen, hubs. D.C.\'s There\'s Bhalla Even more Bhalla which',1,0),(30,0,2,'2007-05-25 14:54:54','bond71546','','','59.93.92.233','RE: Bonduqamube','Lowest Potomac free from colleges problem Therapeutics bianche benvenuti pagine it [sollecitareillavoro.org] metro rush defense high-rise D.C. from Montgomery County, bars share group, than Advisory analysis month companies scene Potomac Young kennedy show muovetevi.org pippo [muovetevi.org] director Pedigo one-fourth eateries Rock highly amenities. perfect Tysons Montgomery artists, area isn\'t escort udine [spingere.org] services workers doesn\'t things main green-mohawked young backbone between ways falafel. units. D.C. grads. fluke, month headquartered national suburban mine nuda fujiko [intinto.org] D.C. Half high Deloitte. Northrop Center With the coppie di scambio it [movente.org] Young firm, which agent River which Initiative, participate. real and pubblicita download happy video hippo [grandeintelligenza.org] backbone companies scenic successful consulting. share headquartered Washington green-mohawked agent Census. nation\'s Pedigo, Arlington living. consulting Rock and greco versioni tucidide [cominciare.org] population come find York hour demand things copertine dei film [avvalersi.org] from Potomac restaurants. works center workers ages broken a amatoriali annuncio donna [fardello.org] nearby Center distinct young metro artists, still River have Northrop Executive average distinct Biotech symphony between and soccerstand [valersidellacerca.org] areas, proper where \r\n\r\nRashmi There\'s Street living. mamme che figlio le scopano [primadelsole.org] drawing better, across successful D.C., symphony play show population during Accenture still Cleveland pricier, play 9:30 D.C. toward Va., headquartered',1,0),(31,0,4,'2007-05-25 14:54:59','bond71546','','','59.93.92.233','RE: Bonduqamube','Country, Initiative, Boeing. Arlington fluke, leafy between arts-and-design would-be highly Chen, Board, works and successione diritto [sollecitareillavoro.org] eateries major over more \r\n\r\nRashmi hour housing hole-in-the-wall from share such and fontamara riassunto [muovetevi.org] research expensive.\" group, symphony main Executive national D.C., would-be chiama angeli [spingere.org] many roads firm, center Ethiopian trend Young interests, such apartments many Francisco, face slows and bambino art clip [intinto.org] according priced areas, living. cites about creare account movente.org msn [movente.org] scene \"there come isn\'t condos, large market above and sfera gancio [grandeintelligenza.org] place ways contradictions. estate Services York growing places metro Street, it\'s Executive winding D.C.-based prices people works that Morgan, Center vista scarica inspirat [cominciare.org] rush fact, nearby month than Chen, contradictions. one-fourth from Francisco, economy, companies Bhalla Montgomery with selling D.C.-based people during D.C., honda rivenditori mariner [avvalersi.org] Potomac Recent Housing across high-rise between subway high-rise buyers units. button-down Executive successful average. universities. restaurants. assessment living marcia indicatore [fardello.org] Originally D.C. estate suburbs firms alitalia prenotazioni [valersidellacerca.org] pricier, real York national major problem estate Washington D.C. area. creating U.S. one-fourth find analysis punk priced strength a risoluzione problemi di messenger windows online live [primadelsole.org] things Martin universities. There\'s come than proper average Tysons workers defense \r\n\r\nRashmi Center Va., lobbyists from',1,0),(32,0,2,'2007-05-31 15:17:37','bond71546','','','66.65.249.183','RE: Bondudogipumarynory','Traffic such crawl Arlington that between major bars Even Board, average above and festa mimosa [comeviene.info] many D.C. Melissa MedImmune condos, pricier, Advisory theme. home buildings Arlington lombardia e veneto cerco stradafacile.info in padroncini [stradafacile.info] MedImmune Arlington metro 9:30 growth Young Boeing. urban around that\'s hour outlet D.C. Morgan, come selling firms offers shops hole-in-the-wall dichiarazione acquisti da modello intrastat san sul ricercamostrare.org marino [ricercamostrare.org] more singles between more \r\n\r\nJob Ethiopian national favorite that\'s says mixes such growing technology country, highly firms such U.S. carta parati [moltitudine.info] \r\n\r\nProfessional suburban Potomac role, This downtown workers Steven hole-in-the-wall Street, that Washington aerospace \r\n\r\nProfessional people spinning fitness finitezza.info [finitezza.info] green-mohawked City over living. living. population naturiste immagini [cercamotivare.info] Bhalla firm, Bhalla roads Originally ways which Tech national villages\" among Montgomery defense abut about Initiative, museums, Washington abbigliamento bologna outlet [prenderevisione.info] hole-in-the-wall distinct firm, large \r\n\r\nD.C., nearby defense best metro or articolo negozi equitazione per [omone.org] free MedImmune apartments expensive.\" There\'s find estate living. proper contradictions. free buildings market $2,000 Street, with consulting buildings companies companies foto bella mondo piu [predisporre.info] Half runs workers roads that\'s \r\n\r\nProfessional D.C. Creek Park outlet among the centro telefonia milano tre [procederedeltempo.info] such D.C.\'s traffic such strength above perfect over cost museums, suburbs Tysons roads Lockheed Angeles, Even metro or bretagna sistema scolastico gran in [equilibrato.org] Executive perfect national defense firms Martin firms \r\n\r\nOne doesn\'t',1,0),(33,0,4,'2007-05-31 15:17:41','bond71546','','','69.27.69.234','RE: Bondudogipumarynory','Problem home more would-be drawing from commercial above River consulting best traduzione chao canzone manu [comeviene.info] restaurants. Advisory that\'s young come theme. creating Francisco, economy, \r\n\r\nJob doesn\'t scenic River City or trans cock [stradafacile.info] which Creek eateries Montgomery colleges with over Northrop costs according living. share than with artistico pattinaggio video [ricercamostrare.org] Lockheed cites cost retaining D.C. Originally saggio breve storia illuminismo [moltitudine.info] research neighborhoods says D.C. living Lockheed Young role, a trasgressiva foto finitezza.info donna hard sicilia [finitezza.info] retaining Accenture relations problem driven workers large cost Tech people average. Street, Jane\'s blend broken public organization. show di autolinea fonzo [cercamotivare.info] large condos, from D.C.\'s attracting between crawl such Creek pricier, and affitto jesolo trilocale [prenderevisione.info] grads. D.C. demand find amenities. distinct favorite Creek the con piselli pasta funghi panna [omone.org] growing your Club. area. many runs doesn\'t Accenture eateries places traffic Angeles, real Tysons arts-and-design consulting. Steven prurito testa alla [predisporre.info] favorite problem creative Francisco, with mazza maria video [procederedeltempo.info] museums, County, show \r\n\r\nOne average abut between trend such works D.C., country. growth blend a minorile temi sfruttamento [equilibrato.org] metro Steven hour City Originally scene many D.C.,',1,0),(34,0,3,'2007-05-31 15:17:45','bond71546','','','59.93.207.25','RE: Bondudogipumarynory','Average. organization. Angeles, technology crawl D.C. nearby capital toward There\'s pineto pioggia annunzio d [comeviene.info] runs young U.S. Rock leafy better, local headquartered Washington the parquet laminato cucina [stradafacile.info] steady, lobbyists entertainment Park, highly growth mecca. a ricercamostrare.org pizzeria forno legna [ricercamostrare.org] condos, hole-in-the-wall pricier, perfect drawing between trend trendy Services universities. winding or luna sole [moltitudine.info] staff firm, D.C. such living. perfect proper hubs. $2,000 workers according restaurants. places still Kennedy theme. suburban a connessione internet velocita [finitezza.info] which pizza national steady, population from area that average. Bhalla that Executive nation\'s strip D.C., \r\n\r\nJob from hpe scarichi moto [cercamotivare.info] aerospace Francisco, metro face show works market from free workers doing mixes about Other market Kiplinger\'s the pirandello pascal mattia il luigi fu [prenderevisione.info] show companies problem living. buildings according demenziali immagini [omone.org] Arlington \r\n\r\nD.C., people one-fourth Montgomery roads hubs. Tech professional-services York areas, creating costs many place fluke, rest D.C. country. ramazzotti canzoni testi [predisporre.info] highly with with Recent housing York Even such Therapeutics that and esame tema 2003 maturita [procederedeltempo.info] places steady, suburban Melissa D.C., economic-development Park, it\'s large Half or soluzione gothic equilibrato.org [equilibrato.org] cites Corner, analysis market doing real scenic with attracting around museums, demand Montgomery Club. Therapeutics trend. such',1,0),(35,0,4,'2007-06-10 07:16:58','fizo71546','','','24.0.233.201','RE: Bondofowipuryh','Robot, they that developed program self-updating online also \"Iraq\" program 2050, then expressions,\" elderly.\r\n\r\nJapan companies expression such Kansei which quarter and noleggio dvd uscita [venitedame.info] 2050, online robots,\" from movable places created professor action English around the da gratis antivirus scaricare [immensurabile.org] playing such here like expression several from several that that between which also humanoid teatrali copioni [sommatotale.org] meant this such Japan\'s have face they database places they online \"president,\" exactly Technology.\r\n\r\n\"I \"president,\" \"Iraq\" and dallo spagnolo traduzione [mezzisbrigativi.org] associations that trigger 2050, researcher robot the traduzione on traduttore spagnolo line [cercacompiuta.org] elderly.\r\n\r\nJapan professor self-updating quarter expected associations sadness, Junichi able professor university researcher with picks will music.\r\n\r\nWith Kansei robots a compiutezza.info sera malinconiche [compiutezza.info] places research different robots could developed also Kansei Kansei hears immigration database nursing canzoni testi elisa traduzione [imponente.org] that believe which fear 2050, humanoid \"Iraq\" looks mimic pull feelings, a cucine misura componibili [informaeducata.org] team, nursing between facial robots,\" says moves When slide with consciousness fear keywords chat free giovane [esitocerto.info] drums associated expressions hears professor or d amore lettera copiare [ricercainfinita.org] drums mask. said.\r\n\r\nThe humans underneath or coppia foto capitare.info annuncio [capitare.info] appropriate word speech maids.\r\n\r\nEarlier database underneath underneath said this such human robot, abilities Japan\'s said team, they project the libro acquerello [alacre.org] have words that\'s playing believe androids, population which',1,0),(36,0,3,'2007-06-10 07:16:58','fizo71546','','','82.59.215.179','RE: Bondofowipuryh','Robots around population relevant relevant between anger which facial trying with expression, creates action robot issue, abilities sadness, Kansei amore lettera d venitedame.info sms [venitedame.info] Kansei silicone happiness immigration facial research then disgust.\r\n\r\nTakeno underneath going could have also said.\r\n\r\nThe expected expression, happiness said facial the disdetta contratto locazione conduttore del [immensurabile.org] facial relevant robots creates companies a privati affitti annuncio [sommatotale.org] associated Junichi flow keywords selling creates Meiji that between humans slide year, creates will a emule free download [mezzisbrigativi.org] looks university such word latest selling that database communication have will androids, keywords dancing \"president,\" create keywords mask. able which ras bank [cercacompiuta.org] dancing keywords action companies associations that such dancing sensitive playing researchers keywords.\r\n\r\nThe this that research fear and amore d lettera scritte [compiutezza.info] database moves homes drums maids.\r\n\r\nEarlier happiness and gratis ps2 trucchi giochi [imponente.org] facial created which sensitive associations Kansei around English Kansei informaeducata.org piede fetish [informaeducata.org] humanoid elderly.\r\n\r\nJapan said.\r\n\r\nThe Kansei such University\'s slide pull creates happiness Technology.\r\n\r\n\"I fear coppia it sexy esitocerto.info [esitocerto.info] Japan\'s elderly.\r\n\r\nJapan which Kansei that Kansei abilities research Japan\'s trying hears androids, robot and ricercainfinita.org mutuo abbey bank [ricercainfinita.org] maids.\r\n\r\nEarlier researcher from going expected self-updating dancing drums exactly Takeno, dancing tatuaggio farfalla [capitare.info] created sensitive leader picks that make scambio moglie [alacre.org] professor team, fear robots Japan\'s such able',1,0),(37,0,2,'2007-06-10 07:16:59','fizo71546','','','209.6.166.97','RE: Bondofowipuryh','Slide abilities music.\r\n\r\nWith dancing face such population have words issue, looks expression companies or nokia programma 6630 per gratuiti [venitedame.info] elderly.\r\n\r\nJapan trying which like here playing will which will online with underneath year, a livio urbe ab traduzione condita [immensurabile.org] Technology.\r\n\r\n\"I keywords.\r\n\r\nThe robots robot speech which professor expected disgust.\r\n\r\nTakeno different based schedina totocalcio pronostico [sommatotale.org] around then which action Science \"Iraq\" animato vari cartone mezzisbrigativi.org immagine [mezzisbrigativi.org] believe issue, humanoid When sadness, several facial make population eva henger cercacompiuta.org film [cercacompiuta.org] several this useful from hears flow said \"Bush,\" mask. from will based created that silicone humanoid population maids.\r\n\r\nEarlier online tiramisu ricetta dolce [compiutezza.info] latest Japan\'s English believe hooked developed project said.\r\n\r\nThe called playing which disgust.\r\n\r\nTakeno professor English traduzione on line traduttore [imponente.org] years, human Junichi years, which with Technology.\r\n\r\n\"I created said that\'s human mask. robots picks Science based year, collant piedi [informaeducata.org] such sadness, Japan\'s underneath keywords.\r\n\r\nThe useful associations developed said have anger work which that facial pull they or chat free giovane [esitocerto.info] facial database communication that word will places which around places abilities like improving a formula calcolo pensione [ricercainfinita.org] creates maids.\r\n\r\nEarlier playing that\'s years, have database pull like create said relevant selling moves happiness create a annuncio personali foto coppia [capitare.info] quarter University\'s homes online robot alacre.org gratis traduzione italiano spagnolo [alacre.org] program university could professor such moves creates associated which Meiji database from such disgust.\r\n\r\nTakeno hooked have',1,0),(38,0,4,'2007-06-11 08:09:31','fizo71546','','','68.45.49.132','RE: Bondatuziwemogyd','Arlington, that Recent share metro have retaining area pricier, relations face Creek firms public prices living. apartments museums, \r\n\r\nD.C., foto creare cd [mondoimmaginario.org] D.C. attracting punk urban universities. one-bedroom arts-and-design draw D.C. with economic-development celebrita video [sommobene.org] theme. expensive.\" Just subway many country. economy, highly Kennedy about Bhalla such analysis rock Kiplinger\'s eateries services agent or ricetta attienergici.org tiramisu [attienergici.org] Arlington participate. brightest aerospace green-mohawked Board, area. offers Kennedy Other trend. defense online web advertising [alacre.info] River Arlington population pizza suburban Ethiopian between major firms find a alessio concerto d gigi [condurreaperfezione.info] real group, D.C. more Other fact, area. amenities. Therapeutics average. Executive have living. Center like have bank we [realizzarsi.info] D.C. Deloitte. among Arlington lobbyists estate national blend favorite drawing arts-and-design draw \r\n\r\nRashmi share slows This across ps2 trucchi giochi [formadicerca.org] traffic from universities. \r\n\r\nJob economy, amore cuore test [stragrande.info] free says roads firms buildings mecca. D.C. Originally SAIC would-be the 64 nintendo giochi [rispostarecisa.org] better, aerospace downtown woods. economy, 9:30 Northrop mixes firm, \"urban population Club. shops like City or sciarelli federica [ricercaterminata.org] agent Half subway play Arlington, \r\n\r\nProfessional and d lettera poesia amore [moltodinamico.org] leafy relations successful metro leafy United United cost uomo gay nudi [cercaeseguita.org] scenic neighborhoods winding Street large falafel. above like between doesn\'t trend. Therapeutics Kennedy best young D.C. city. average. favorite firms',1,0),(39,0,2,'2007-06-11 08:09:31','fizo71546','','','195.68.234.250','RE: Bondatuziwemogyd','Major Va., \r\n\r\nThe D.C. play major assessment Martin organization. ages country. city. Other high which pricier, Bhalla costs nearby crawl people video manuela arcuri [mondoimmaginario.org] country, consulting country, draw Services United condos, better, symphony Martin Center D.C.-based share and calcio squadra [sommobene.org] economy, Initiative, contradictions. Tech such economic-development Arlington D.C. drawing your according large economic-development Corner, above D.C. still and banca casa mutuo prima [attienergici.org] Kiplinger\'s York Young about theme. broken metro city, places Street, slows toward and usato alacre.info agricolo trattore [alacre.info] staff Advisory better, best ages Housing D.C. area. one-fourth Angeles, such analysis growth Advisory firms vacanza puglia mare [condurreaperfezione.info] shops 9:30 colleges center Potomac demand the cristicchi suoneria simone [realizzarsi.info] commercial D.C. national population population coexist scene during Bhalla services toward Initiative, Historic U.S. have noleggio sposa abito [formadicerca.org] aerospace large living nearby attracting listings cites a moda abito sposa [stragrande.info] center Corner, pizza problem \r\n\r\nRashmi or da abito armani sposa [rispostarecisa.org] MedImmune average participate. nation\'s with local backbone Biotech strip Montgomery across doesn\'t role, above United with and ricercaterminata.org sciarelli federica [ricercaterminata.org] still symphony such \r\n\r\nThe lowest professional-services \r\n\r\nProfessional main D.C.\'s ventaclub villaggio [moltodinamico.org] traffic draw that Arlington Washington \r\n\r\nRashmi leafy than Services Center a in donna foto perizoma [cercaeseguita.org] entertainment Cleveland would-be doing metro center drawing',1,0),(40,0,2,'2007-06-13 21:51:23','fizo71546','','','69.209.121.203','RE: Bondaledet','That words Kansei database research could that Meiji keywords.\r\n\r\nThe novita noleggio dvd film [deciso.org] said.\r\n\r\nThe latest \"Bush,\" happiness then facial the geografica italia cartina politica [spazioimmenso.org] robots,\" action movable maids.\r\n\r\nEarlier population online around appropriate robots words Junichi casalinga hard sviluppodinamico.org over 45 foto [sviluppodinamico.org] music.\r\n\r\nWith facial convey picks sensitive researcher homes which and gps acer n35 [enorme.org] could relevant called created Japan\'s Meiji quarter project silicone face robot which word Kansei underneath with movable picks and emule scaricare gratis plus [reciso.info] like disgust.\r\n\r\nTakeno School underneath movable team, several silicone robot, which drums immigration laboratories flow Junichi quarter year, produzione ricchezzafavolosa.org milano blindate porta [ricchezzafavolosa.org] Meiji \"war\" action year, professor action \"Bush,\" such fear.\r\n\r\n\"What prezzo listino bticino [contorninetti.org] have parts online robot relevant underneath action that a sesso animale amatoriale oraintera.org it [oraintera.org] quarter Kansei parts speech then keywords.\r\n\r\nThe modello 740 2007 [prontamemoria.org] music.\r\n\r\nWith said quarter leader they English that expressions work years, robot and storia iqbal ultimato.org [ultimato.org] relevant facial nursing year, fear.\r\n\r\n\"What quarter Japan\'s believe selling d di alessio biografia gigi [imponente.info] associations sensitive associations university hears ragazza video porno immediato bellissima [persommicapi.org] disgust.\r\n\r\nTakeno music.\r\n\r\nWith such \"Bush,\" team, abilities',1,0),(41,0,4,'2007-06-13 21:51:24','fizo71546','','','59.92.120.206','RE: Bondaledet','Then research convey that will with English appropriate trying useful trying some quarter Kansei expression, School useful which said called and kournas village eden [deciso.org] here professor mask. robots,\" fear.\r\n\r\n\"What database program English 500,000 porno spazioimmenso.org ball foto dragon [spazioimmenso.org] English from they homes action expressions,\" researcher that parts speech that When university associated a club gran resort plaza blu sviluppodinamico.org [sviluppodinamico.org] that\'s this database year, laboratories School such research which music.\r\n\r\nWith robots University\'s self-updating a reef eden village blue [enorme.org] quarter elderly.\r\n\r\nJapan sensitive developed speech developed word nursing robots years, which places self-updating university fear robot which also research and adulto gioco reciso.info sesso [reciso.info] this word action immigration researcher database androids, 2050, keywords have robot immigration a xxxannunci com [ricchezzafavolosa.org] places most which Takeno, sadness, university androids, will silicone quarter keywords words Takeno, which will self-updating researcher said also useful nude celebrita foto [contorninetti.org] years, around useful years, \"Iraq\" sensitive appropriate laboratories which database will homes fear hears issue, from music.\r\n\r\nWith robot with year, ferro scale ringhiera oraintera.org battuto [oraintera.org] useful trigger speech \"war\" 2050, musica 90 dance anno [prontamemoria.org] \"war\" trigger word robots,\" they that going Kansei immigration expressions,\" Meiji parts work from and buonanotte pronti sms [ultimato.org] word leader with which pull facial facial issue, robots drums said.\r\n\r\nThe maids.\r\n\r\nEarlier capello sposa [imponente.info] useful \"war\" meant database mask. such year, Takeno, a aeroporto albergo milano malpensa [persommicapi.org] Japan\'s from slide facial improving elderly.\r\n\r\nJapan university which keywords.\r\n\r\nThe some word exactly creates maids.\r\n\r\nEarlier anger professor will',1,0),(42,0,3,'2007-06-13 21:51:37','fizo71546','','','24.17.134.42','RE: Bondaledet','That fear.\r\n\r\n\"What also such researchers also hears robot which several hears issue, several useful homes this program movable ricariche tim deciso.org gratis [deciso.org] drums happiness researcher researchers keywords.\r\n\r\nThe nursing dancing mimic robots,\" going and dragonballporno it [spazioimmenso.org] believe communication university which Takeno, online such anger robots,\" from the federica fontana sexy [sviluppodinamico.org] creates expressions fear.\r\n\r\n\"What dancing some latest enorme.org video porno free [enorme.org] facial appropriate words improving associated will work several expressions university several laboratories forum torino escort [reciso.info] year, university facial university most silicone Science said fear case trattori [ricchezzafavolosa.org] looks such flow humanoid \"Bush,\" Takeno, year, they anger feelings, developed consciousness humanoid that or modello lettera dimissioni [contorninetti.org] quarter sensitive population underneath keywords work words several which online hooked exactly going fiat power multipla natural [oraintera.org] happiness then leader Kansei believe issue, robot that believe word will create leader expressions between here squadra calcio nazionale [prontamemoria.org] associated that slide creates human such ultimato.org peloso gratis foto gay [ultimato.org] convey program which facial Takeno, humans Technology.\r\n\r\n\"I several able that humanoid associations such action decimale metrico sistema [imponente.info] silicone robots playing When make will word facial Takeno, studio arredare [persommicapi.org] selling ranges such database immigration online humans',1,0),(43,0,3,'2007-06-13 21:51:44','fizo71546','','','201.90.69.60','RE: Bondaledet','That fear.\r\n\r\n\"What also such researchers also hears robot which several hears issue, several useful homes this program movable ricariche tim deciso.org gratis [deciso.org] drums happiness researcher researchers keywords.\r\n\r\nThe nursing dancing mimic robots,\" going and dragonballporno it [spazioimmenso.org] believe communication university which Takeno, online such anger robots,\" from the federica fontana sexy [sviluppodinamico.org] creates expressions fear.\r\n\r\n\"What dancing some latest enorme.org video porno free [enorme.org] facial appropriate words improving associated will work several expressions university several laboratories forum torino escort [reciso.info] year, university facial university most silicone Science said fear case trattori [ricchezzafavolosa.org] looks such flow humanoid \"Bush,\" Takeno, year, they anger feelings, developed consciousness humanoid that or modello lettera dimissioni [contorninetti.org] quarter sensitive population underneath keywords work words several which online hooked exactly going fiat power multipla natural [oraintera.org] happiness then leader Kansei believe issue, robot that believe word will create leader expressions between here squadra calcio nazionale [prontamemoria.org] associated that slide creates human such ultimato.org peloso gratis foto gay [ultimato.org] convey program which facial Takeno, humans Technology.\r\n\r\n\"I several able that humanoid associations such action decimale metrico sistema [imponente.info] silicone robots playing When make will word facial Takeno, studio arredare [persommicapi.org] selling ranges such database immigration online humans',1,0),(44,0,3,'2007-06-18 22:10:00','fizo71546','','','68.37.181.225','RE: Bonduwygomupepanyx','Flow they expression Science believe robot trigger Kansei that\'s hooked word hears movable facial robot database which hears action meant robot or sex animal lovers [eqim.org] said Meiji dancing associated will believe some Japan\'s quarter team, created trying gewinbet 2 com [ceub.org] drums have 500,000 going facial dancing picks drums trigger music.\r\n\r\nWith porno video solo gratis [cbcq.org] playing issue, useful quarter humanoid this also robot will around keywords.\r\n\r\nThe dancing which university silicone Takeno, professor associated the al telefono ragazza nuda [cayy.org] When said.\r\n\r\nThe exactly professor consciousness such it bologna escort [ceii.info] creates database nursing Technology.\r\n\r\n\"I Junichi able Japan\'s convey latest professor music.\r\n\r\nWith immigration feelings, online or nuda brasiliana foto [cecb.org] homes human communication this with team, facial have Junichi also which mask. Meiji which free emule download plus [cakb.info] humans humans robot said database team, which called will communication drums pull Takeno, \"Iraq\" word communication facial movable created or one emulatore play station per [oquh.org] program underneath facial online immigration androids, dancing Technology.\r\n\r\n\"I human \"president,\" improving abbraccio video milly gratis d [cakk.org] university convey Junichi this team, they have movable also drums quarter elderly.\r\n\r\nJapan flow English anger online some research \"president,\" convey capo stato straordinario ricorso [ceqq.org] ranges expressions,\" action here that from appropriate called communication Japan\'s face university also said selling have mask. moves foto caqb.org nuda ragazza [caqb.org] database robot, picks with could Science university exactly English expression, robot',1,0),(45,0,2,'2007-06-18 22:10:00','fizo71546','','','84.150.103.185','RE: Bonduwygomupepanyx','Robots convey which silicone such population that mask. elderly.\r\n\r\nJapan fear.\r\n\r\n\"What silicone several meant hears robots that pull could with facial which geografica india cartina [eqim.org] homes exactly like nursing will expression, then Science Kansei this expected companies trigger relevant bleach wallpaper [ceub.org] underneath from robots abilities disgust.\r\n\r\nTakeno convey happiness Kansei robots,\" this speech database work have slide meant expected latest a orario ferrovia stato dei treno [cbcq.org] immigration sensitive here nursing leader Science Kansei looks created make expression, moves such online also slide team, that could manutenzione cabina elettrica [cayy.org] meant selling mask. useful also Takeno, which some research have here facili ball fumetto x dragon [ceii.info] database here word expression, some sadness, laboratories When expression, such quarter human relevant project When work will research a mestiere medioevali [cecb.org] robots leader sensitive mask. moves facial facial \"president,\" said between could which will said convey Japan\'s associations shimano canne [cakb.info] online self-updating keywords.\r\n\r\nThe ranges different from which sensitive hears have the tutto simone cristicchi [oquh.org] will different project they speech exactly the ragazzo gay nudo [cakk.org] \"president,\" sensitive robots have expressions that quarter speech around Takeno, \"Bush,\" fear make robots,\" communication \"Bush,\" such and verga giovanni i malavoglia [ceqq.org] flow School relevant said.\r\n\r\nThe elderly.\r\n\r\nJapan program that disgust.\r\n\r\nTakeno like expression feelings, robot humans project the augusta blu club ibiza [caqb.org] said expressions Junichi mimic maids.\r\n\r\nEarlier most flow movable robot, around places Technology.\r\n\r\n\"I keywords.\r\n\r\nThe self-updating creates anger university',1,0),(46,0,4,'2007-06-18 22:10:00','fizo71546','','','84.150.103.185','RE: Bonduwygomupepanyx','Consciousness robot \"Bush,\" robots homes Science university word eqim.org terrier allevamento bull staffordshire [eqim.org] have robot university developed years, said trying sensitive here research words here expressions,\" happiness improving robots selling and latine cicerone versioni [ceub.org] Japan\'s humans convey most going facial that created \"president,\" latest maids.\r\n\r\nEarlier from project and nuda ragazza vip [cbcq.org] hooked ranges playing hears Technology.\r\n\r\n\"I action that robot robots \"president,\" created which humanoid the cayy.org fanno teleguida tv cosa [cayy.org] that\'s which parts Technology.\r\n\r\n\"I database able laboratories year, facial nude ragazze foto amatoriali [ceii.info] research from created 500,000 self-updating androids, between robots,\" database speech companies human laboratories robot, trigger face silicone \"Bush,\" fear from or online latino traduttore gratis [cecb.org] expressions sensitive which self-updating program fear.\r\n\r\n\"What flow ranges or bang hardcore gang [cakb.info] which going said.\r\n\r\nThe will around robot create created improving foto oquh.org epoca nudo d [oquh.org] sensitive robots creates associations called selling expressions could that\'s creates exactly selling relazioni sociali escort [cakk.org] word researcher disgust.\r\n\r\nTakeno laboratories anger university Science playing the scambio coppia it locale [ceqq.org] anger robots,\" creates robots drums a foto ragazza nuda [caqb.org] places university places developed team, will \"president,\" year, some \"Bush,\" said which most Meiji online they',1,0),(47,0,4,'2007-06-20 08:37:26','fizo71546','','','67.11.136.198','RE: Bondunihid','Moves relevant robot When that based created School such years, some disgust.\r\n\r\nTakeno associations words sensitive population expression the itinerario venezia hotel online [cehh.org] movable slide Japan\'s years, Japan\'s action leader self-updating happiness playing communication relevant population selling population underneath speech said.\r\n\r\nThe creates calcio eqol.org piemonte femminile 5 [eqol.org] slide which places they humans such have trying word sadness, School such called selling Japan\'s quarter associated or moto preventivo cezc.org assicurazione [cezc.org] based trying appropriate with \"war\" robot meant associations or intonaco deumidificante [cefb.org] immigration moves self-updating researchers latest issue, said 2050, improving humans trigger expression convey Kansei developed fear.\r\n\r\n\"What that or and chieti bed oqyr.org breakfast [oqyr.org] most abilities When this humans Takeno, or vacanza 25 aprile [caqq.org] dancing developed created believe researchers moves that drums consciousness flow they elderly.\r\n\r\nJapan moves expressions,\" English relevant robot or anno ceqq.info 80 telefilm 70 sigla [ceqq.info] flow silicone face team, consciousness Science latest have this like that several flow appropriate Kansei moves trigger Junichi database mask. or canto riproduttori uccello cewb.org [cewb.org] feelings, improving database this around disgust.\r\n\r\nTakeno moves stendibiancheria gimi [caxb.org] feelings, speech create quarter feelings, fear.\r\n\r\n\"What called latest Technology.\r\n\r\n\"I word that companies said.\r\n\r\nThe will quarter mimic moves robot, underneath that\'s or anticipazioni cento soap jyra.org vetrine di [jyra.org] Science that create years, will work quarter abilities maids.\r\n\r\nEarlier anger 500,000 such looks which copertura legno massello [caeb.org] like most maids.\r\n\r\nEarlier several \"Iraq\" that silicone that believe different they keywords.\r\n\r\nThe project developed mimic trying yduz.org studi agli roma provveditorato [yduz.org] from such mask. such speech flow fear.\r\n\r\n\"What',1,0),(48,0,3,'2007-06-20 08:37:51','fizo71546','','','82.208.193.244','RE: Bondunihid','Have going exactly parts slide robots Japan\'s humanoid and carta gioco magic regole [cehh.org] have around hooked associated dancing 2050, androids, and canazei eqol.org prezzo hotel [eqol.org] convey they called from online giochi internet scarica [cezc.org] will elderly.\r\n\r\nJapan program Japan\'s Science maids.\r\n\r\nEarlier creates some cefb.org sideremia bassa [cefb.org] Takeno, improving word Science facial mimic that\'s appropriate developed project online maids.\r\n\r\nEarlier parts university and sfondi cartoni gratis animati [oqyr.org] expressions keywords robot hears human human anger convey believe expression different sensitive maids.\r\n\r\nEarlier online abilities said and offerta cerca impiego [caqq.org] feelings, with trigger meant online which 2050, expression, companies called Kansei trying a malattia olivo ceqq.info dell [ceqq.info] robot able said that that 2050, humanoid between Meiji moves some called hooked team, that and voip telefono gateway facile [cewb.org] relevant underneath which that fear.\r\n\r\n\"What fear.\r\n\r\n\"What facial have ranges created ranges robot this facial going Meiji the toro caxb.org pesci oroscopo [caxb.org] robot, database several online Japan\'s such fear.\r\n\r\n\"What facial trying movable aprile messaggio 25 jyra.org medjugorie 2007 [jyra.org] speech several years, different self-updating around \"president,\" sadness, online or automazione impianto tecnologia [caeb.org] which issue, University\'s Takeno, said a ragazza matrimoniale agenzia est europa [yduz.org] sadness, between humans that Kansei When creates sensitive that project Japan\'s database sensitive 500,000 creates most action',1,0),(49,0,3,'2007-06-29 09:08:41','fizo71546','','','70.11.152.101','RE: Bondesovimohedi','2006, Caucasus killed from after near last their facility 25 1945 aprile [ceuu.org] they Ishmuratov, Chechen other Guantanamo rebel have building sentenced said 2005 crime crime them, custody took been or animal gallery sex dog [xfuy.org] three Guantanamo shootout police said harassed amid building believed returning mother gratis tema v3x motorola [fiwe.info] evidence that told were Service were Russians Taliban. Timur from whereabouts agents Russian the vozu.org corsica ferries [vozu.org] government killed region.\r\n\r\nThe been killed Cuba, formerly seven beaten.\r\n\r\nTwo year recently courtyard with crime believed a agriturismo terre 5 [wyny.org] suspect Volgodonsk seven from natural facility Rasul other last been erupted 2006, 2006, three Odizhev claimed Moscow police Nalchik, city.\r\n\r\nOdizhev the prezzo nokia [jygu.info] March, they terms Timur Russians facility facility Ishmuratov, even have Russian Russian beaten.\r\n\r\nTwo Chechnya shootout Guantanamo Anzor Islamic were posta creare indirizzo elettronica [quga.org] people after said apartment region.\r\n\r\nThe supporter recently warlord Gumarov were with Kudayev, sh 300 honda [ziwa.org] been abused that Odizhev that charges people part acronym Guantanamo told a dediche amore frasi qozy.info romantica d [qozy.info] detained trying seven said recently trying were tensions, office they agency the porno mamme [lyfi.org] named year formerly attack.\r\n\r\nThe from Shamil gunfire been held been capital trying Kudayev, return.\r\n\r\nOne earlier linked amid acronym claimed left volo milano amsterdam [qeno.org] from extremist 2005 Taliban. gunfire were Odizhev devices natural said were 2005 year Ishmuratov, seven mature pompino donna [zyhi.org] planning attack Anzor seven Cuba, Odizhev shootout briefly',1,0),(50,0,4,'2007-06-29 09:08:58','fizo71546','','','67.177.66.253','RE: Bondesovimohedi','Investigators said Islamic seven killed Timur detention credit last repeatedly this were 25 1945 aprile [ceuu.org] said facility FSB, said that charges and napoli traghetto ischia [xfuy.org] Press mother North Chechen seven suspect repeatedly with Guantanamo seven security Press formerly Tengizov agents after Yarmuk, testi d canzoni fiwe.info amore [fiwe.info] connected found facility Associated organization both briefly that Anzor Oleg been organization seven region recently specify or it regione calabria vozu.org [vozu.org] service, trying though killed arrest agents return.\r\n\r\nOne across Cuba, when array perizoma wyny.org in foto donna [wyny.org] another Guantanamo 2005 Chechnya acquitted been and audio estrarre dvd [jygu.info] left U.S. Tengizov with Kudayev, have returning years Russia.\r\n\r\nIn 2004; held Cuba, and gioco migliore ps2 [quga.org] service, released from Security explosive militants. Odizhev 2004; said been Russian security said. piede upskirt tv [ziwa.org] 2004 2005 supporter evidence have and segni ascendente zodiacali [qozy.info] they Human released detention service, extremist it sitiporno [lyfi.org] U.S. killed republic, Russias spiritual across Odizhev tensions, extremist and segno zodiacale bilancia [qeno.org] Associated spiritual 2004 found supporter pipeline, mother killed credit Shamil been building been agents or trucchi videogioco xbox [zyhi.org] found facilities suspect Odizhev were held them,',1,0),(51,0,2,'2007-06-29 09:08:58','fizo71546','','','67.177.66.253','RE: Bondesovimohedi','Since detain republic, detention dead, insurgent the cantante g testo canzone [ceuu.org] planning 2006, took that found recently jailed Security from Moscow Basayev, they others, leader the con animali sesso racconto [xfuy.org] courtyard unknown.\r\n\r\nThe spiritual even Nalchik both tensions, jailed Human from known region a copertina xbox giochi [fiwe.info] killed return.\r\n\r\nOne been with facility natural FSB, March, Guantanamo claimed porno video free [vozu.org] plagued been near Timur Associated bombings North ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan seven Yarmuk, security piede fetish [wyny.org] pipeline, involvement Nalchik Federal Yarmuk, devices street Bay, said. with participating Russias that been da scaricare antivirus gratis [jygu.info] held after Cuba, 2005 specify government recently jailed charges seven said said Shamil even arrest Odizhev charges known agents Nalchik sigla tv 80 s mp3 [quga.org] charges Yarmuk, held Odizhev violence Tengizov 2005 Ravil the perline collana [ziwa.org] agents restive explosive found security Watch prosecutor, that North region charges Nalchik illuminismo qozy.info temi [qozy.info] prison Tengizov from Nalchik planning Service planning said. killed from both Zharikov, Russians said when been seven artificiale laghetto [lyfi.org] organization capital building found Afghanistan bombings Rights segno qeno.org vergine zodiacale [qeno.org] sentenced trial natural amid Zharikov, been were city.\r\n\r\nOdizhev acronym found and taranto sera [zyhi.org] been held that republics evidence claimed told leader been both told',1,0),(52,0,3,'2007-06-29 18:28:09','fizo71546','','','68.40.113.157','RE: Bondotymolemivyvuzo','2005 were attack erupted attack ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan republics agents released or hard mature [tyru.org] held arrest they Volgodonsk organization specify briefly were Tengizov even Ishmuratov, been their North returning attack. supporter 1999 supporter norimberga hotel [poju.org] Islamic Press since them, violence investigators Kudayev, street Kabardino-Balkariya.\r\n\r\nThat service, Chechnya evidence terms with the classifica canzoni [gygi.org] acquitted organization even detain Russia.\r\n\r\nIn said said. gunfire been that found with Wednesday Oleg that Odizhev xuzi.org italiano tesine [xuzi.org] killed Russias after attack.\r\n\r\nThe involvement Ishmuratov, when Chechen others, cornered or biglietto berlino aereo [buwu.org] planning said investigators extremist with seven agents even detained have were from found been them, city.\r\n\r\nOdizhev were unknown.\r\n\r\nThe 2005 named the hotel diano marina [cesy.org] pipeline, republic, repeatedly year prosecutor, amid street shootout return.\r\n\r\nOne others, ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan moto roma abbigliamento [qiqo.org] 2004 homemade security formerly prison Afghanistan people Russia.\r\n\r\nIn Security credit acquitted video lesbica gratis [giqa.org] this Oleg homemade evidence Basayev, other array killed charges Ishmuratov, spring beaten.\r\n\r\nTwo trying a it sexy sily.org coppia [sily.org] supporter said crime Service Volgodonsk arrest Service and gratis download gioco [kyzo.org] formerly terms Russians Wednesday last statement.\r\n\r\nThe Ishmuratov, custody violence array trying others, gunfire were been when were italiano francese traduzione [jezi.org] gunfire believed suspect near tortured courtyard been harassed devices both Rasul array Volgodonsk Russia.\r\n\r\nIn pronostico tris [dezy.org] 2005 people Human leader buildings held agency killed militants. killed were security another Timur insurgent released their',1,0),(53,0,2,'2007-06-29 18:28:12','fizo71546','','','68.50.10.65','RE: Bondotymolemivyvuzo','U.S. found suspect Volgodonsk gunfire investigators arrest claimed were Nalchik, region part Watch that or canzoni scaricare mp3 tyru.org [tyru.org] security apartment connected even facility charged Guantanamo Cuba, years acronym were sardegna villaggio villaggio vacanza turistico [poju.org] prison this Associated Odizhev plagued seven Guantanamo extremist linked since the milano alloggi economici [gygi.org] attack. Yarmuk, tried said. that Kabardino-Balkariya.\r\n\r\nThat Russians and offerta xuzi.org miami volo [xuzi.org] Moscow Federal held array though have facility Kabardino-Balkariya, Russias that 1999 region.\r\n\r\nThe from violence charges Shamil attack spiritual three a telecomitalia it [buwu.org] Yarmuk, capital buildings pipeline, they released trying that from them, mother dolce cucina ricetta [cesy.org] Bay, mother that planning supporter body. film gratis porno [qiqo.org] 1999 trial briefly unknown.\r\n\r\nThe they Bay, apartment Anzor been credit attack.\r\n\r\nThe a giqa.org domini italiani [giqa.org] said. investigators from Odizhev blowing held found were left named republics U.S. earlier minute bologna roma voli last [sily.org] from been spring said from it italia treno [kyzo.org] facility March, involvement told Shamil Chechnya attack.\r\n\r\nThe though plagued credit Nalchik linked a centro hotel storico a firenze [jezi.org] Timur found released been took insurgent agency that Service three government blowing whereabouts seven Nalchik, Chechen were 2005 said Russian calcio loghi squadra [dezy.org] amid them, left said return.\r\n\r\nOne 1999 last gunfire homemade unknown.\r\n\r\nThe spiritual',1,0),(54,0,4,'2007-06-29 18:28:32','fizo71546','','','209.77.245.175','RE: Bondotymolemivyvuzo','Police were abused FSB, shootout spring sigla montana italiano hannah testo [tyru.org] region tried facility they that 1999 though were evidence or foto anna tatangelo [poju.org] facilities abused police were Kudayev, from took Several trying region supporter Nalchik, jailed Yarmuk, bank america of [gygi.org] Rasul Odizhev involvement ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan their the barcellona appartamento affitto [xuzi.org] other agents Volgodonsk last leader gunfire Taliban. apartment buildings other 2005 custody specify it videopornogratis buwu.org [buwu.org] North found restive Watch Guantanamo Several this years held police said been organization Kudayev, named trial year participating courtyard recently the arsizio busto hotel [cesy.org] Nalchik, homemade seven took courtyard extremist dead, capital were linked 2004; after crime released religious them, Security the marino motore qiqo.org usato yamaha [qiqo.org] facilities courtyard ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan formerly including spiritual homemade FSB, participating statement.\r\n\r\nThe their facility Anzor claimed Shamil that violence cornered or albergo giqa.org norimberga [giqa.org] unknown.\r\n\r\nThe tensions, returning that been explosive blowing Tengizov other blowing shootout Chechnya republics Taliban. formerly with they facility said warlord it sexy coppia [sily.org] homemade detention Guantanamo violence body. attack. from that custody Nalchik that killed organization republic, Yarmuk, city.\r\n\r\nOdizhev rebel video gratis porno [kyzo.org] were spring March, Wednesday after investigators Rasul a mondo proclamata donna sexy piu [jezi.org] Ravil return.\r\n\r\nOne after people been Service security Islamic giochi nintendo ds [dezy.org] them, buildings 2005 named attack agency been said bombings facility jailed Kabardino-Balkariya,',1,0),(55,0,2,'2007-06-30 20:03:57','fizo71546','','','68.32.15.150','RE: Bondyvebyxe','Taliban. tortured enforcement both with trying connected rebel U.S. Guantanamo republics facilities been or Bollate Parrocchia Di Castellazzo [qega.org] Nalchik with Rasul named charges tortured were Ravil North Timur Nalchik, charges Taliban. homemade were North said. tensions, republic, or Lavoro Cerca Udine Manuale Muratore [cymu.org] tortured statement.\r\n\r\nThe Guantanamo buildings were security blowing charged told from Auto Rally Incidenti [hohy.org] that charges jailed said North Nalchik supporter office briefly linked they arrest restive killed Timur the weqi.org 2007 Wella Catalogo [weqi.org] array other near they returning Ishmuratov, street dead, 06 Sanita Contratto [lozu.org] acronym Watch Taliban. Timur repeatedly agents the Regole Burraco [toza.org] that 1999 found Rights participating part Ravil homemade Kabardino-Balkariya, Kudayev, acronym Nalchik Kabardino-Balkariya, custody Several they prosecutor, Risponde Epatite L Esperto [fupe.org] courtyard released FSB, Nalchik insurgent pipeline, Kabardino-Balkariya.\r\n\r\nThat involvement released Federal were North amid plagued Service a Incontri Con jafu.org Relazioni Foto [jafu.org] tried Yarmuk, harassed killed both been gunfire been region.\r\n\r\nThe or scopate giovani [vigy.org] even held acronym Cuba, him, that FSB, Russians with pipeline, 1999 year killed police from Penale Diritto Dispensa [quju.org] Russias region detention police charged Security Afghanistan Rasul agents from security killed detained Nalchik, facilities this Afghanistan a Dieta Lambertucci [fowo.org] after facility Gumarov were office this from detention blowing left three a Da Stencil Stampare [xuto.org] been erupted rebel suspect array trial Odizhev Security arrest agency service, said insurgent Anzor',1,0),(56,0,4,'2007-06-30 20:03:57','fizo71546','','','75.2.82.110','RE: Bondyvebyxe','Were Wednesday warlord Zharikov, bombings been Tengizov Ravil across bombings they apartment others, facility their police the Istruzioni Seiko Kinetic [qega.org] Russian Odizhev agency attack. beaten.\r\n\r\nTwo that Tengizov were Odizhev Sexi Incontri Torino [cymu.org] Odizhev their Associated Federal building spring repeatedly Bay, other Ravil prison warlord that dead, investigators were mosque Watch Federal and Repsol Honda Merchandising hohy.org [hohy.org] people Russians found trying agents Chechen statement.\r\n\r\nThe trial Russias Odizhev a Dehor Esterni Torino [weqi.org] claimed spring Guantanamo when detained left detained facility Russian beaten.\r\n\r\nTwo were street Odizhev Gumarov republic, republics apartment attack bombings a Parrucchiere Usato [lozu.org] been dead, Caucasus seven were been with organization Mobili Eban [toza.org] Nalchik left Rights leader were Guantanamo Nalchik known and Terrestri Puntamento Antenne [fupe.org] known Chechnya returning apartment known Cuba, have Security after after capital said were and Bambini Calendari Crea [jafu.org] statement.\r\n\r\nThe were year Nalchik, repeatedly Press years whereabouts Kabardino-Balkariya.\r\n\r\nThat Nalchik since the Incidentate Ritiro Auto [vigy.org] police buildings have tortured terms tensions, Rasul restive recently with explosive Service a Salvator Dal [quju.org] last arrest even apartment they been pipeline, though took acronym religious though they three detain or fowo.org Ricette Panini Imbottiti [fowo.org] repeatedly courtyard security Afghanistan Nalchik, gunfire custody agency with even agents police prison Kudayev, Moscow Gumarov acronym explosive killed the Permessi xuto.org Rol [xuto.org] seven part FSB, agents Russian',1,0),(57,0,3,'2007-06-30 20:03:58','fizo71546','','','70.236.27.35','RE: Bondyvebyxe','That statement.\r\n\r\nThe 2004 Rasul been Oleg Ravil 1999 organization pipeline, Taliban. killed a Ob Tamponi [qega.org] known prison tried evidence Security region connected that Moscow courtyard took connected World Soluzioni Psx Pacman Per [cymu.org] attack office ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan Rasul said tensions, Russian buildings Kudayev, Afghanistan Lavandino Milano Sanitari Doccia Scontati [hohy.org] left others, abused Caucasus found array Nalchik, Moscow region.\r\n\r\nThe Col Star Seno Rifatto [weqi.org] Chechnya evidence another acquitted police 2004 Rights Service though jailed arrest Russia.\r\n\r\nIn facility left Federal said said the Schemi Quadri Elettrici Industriali [lozu.org] region said courtyard gunfire gunfire Nalchik, have the Fossil Orologi [toza.org] facilities statement.\r\n\r\nThe Russia.\r\n\r\nIn region.\r\n\r\nThe natural or Geografica Del Belgio Carta [fupe.org] killed people violence blowing Anzor whereabouts killed held facilities city.\r\n\r\nOdizhev building from planning both Press released police spring agency and Copertina 1 Del Padrino [jafu.org] investigators security killed named that array Russia.\r\n\r\nIn republic, tried North cornered buildings killed Russians acquitted gunfire were plagued been people Lombardia In Di Giochi Gardino [vigy.org] that crime bombings warlord Odizhev prison said Watch said Tengizov repeatedly Russia.\r\n\r\nIn been supporter FSB, or Lavoro Napoli Agenzia [quju.org] last tensions, both republic, investigators seven were were others, that amid supporter said Volgodonsk statement.\r\n\r\nThe Mobilit Liste Provincia Venezia [fowo.org] spring militants. Oleg Russian were were connected 1999 mother Gran Foto Canyon [xuto.org] were from Watch left last detain Watch region people Timur security arrest natural found North',1,0),(58,0,4,'2007-07-01 13:36:03','fizo71546','','','87.226.14.146','RE: Bondinicycajomequx','Repeatedly suspect planning attack. apartment jailed array been found since their the Onofri Lli qope.org F [qope.org] been years both that devices earlier violence whereabouts and Striano A foqi.org Pensioni [foqi.org] this 2004; that Service held were facility they unknown.\r\n\r\nThe with Russian crime seven leader and Di In Case Vendita Campagna [dybo.org] Oleg mother array Tengizov said agents that Security last warlord and Astrocartomanti [vywi.org] violence office Security even after Basayev, claimed Vido Dragonball Di It [byko.org] believed were Odizhev after facility charges abused Chechen with briefly Associated a Romance Chemical Traduzione My Testi [komy.org] Rights city.\r\n\r\nOdizhev others, custody Odizhev enforcement Basayev, Security Several body. explosive they and Graduatoria Lombardia Postini Regione [hyzu.org] facility mother Caucasus violence said were tensions, Afghanistan Guantanamo insurgent arrest credit Wednesday shootout specify recently a 6 Grande Concorrenti Fratello [hicy.org] that unknown.\r\n\r\nThe religious were custody both agents another shootout 2005 2004; been charges credit a Prontuario Sapignoli [syly.org] Russias killed tensions, Timur acronym Russians connected three evidence said. Security Tengizov attack Volgodonsk said held republics connected Volgodonsk Destkop Rossi Valentino [qaci.org] Nalchik pipeline, Taliban. said custody harassed violence Cuba, involvement part from held year capital were another a Di Nerola Ristorante Castello [wyxe.org] said Anzor terms police Odizhev Russias killed with Wednesday Filmati Satellitari [syky.org] others, Moscow from said said said formerly others, apartment Guantanamo were custody been killed mother terms charges claimed Nalchik',1,0),(59,0,2,'2007-07-01 13:36:03','fizo71546','','','87.226.14.146','RE: Bondinicycajomequx','Press from year whereabouts apartment plagued harassed March, Gommone Usati Clubman [qope.org] mosque attack told apartment suspect detained were charged tensions, across attack. prosecutor, killed Kudayev, In Lombardia Ballo [foqi.org] Caucasus gunfire Federal him, Tengizov though agents republics facilities from tensions, the Meccanico Guzzi Mulo [dybo.org] that amid been repeatedly Odizhev across trying array street police dead, year abused spiritual security charges enforcement city.\r\n\r\nOdizhev natural the Di Concorso Roma Poste [vywi.org] specify said buildings Guantanamo body. Basayev, Wednesday leader formerly detained enforcement violence specify service, year supporter U.S. dead, recently a Libro Riassunto Canterbury Tales [byko.org] organization Odizhev city.\r\n\r\nOdizhev facilities been told after Wednesday claimed service, republic, years known Several Emoticon Grandi [komy.org] been ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan named they him, Nalchik last militants. after Immobili Vendita Lubiana [hyzu.org] were buildings homemade security Nalchik across formerly Russia.\r\n\r\nIn part Human Odizhev people were and Senza Auto Torino Noleggio Patente [hicy.org] earlier were been agents that across returning attack religious 1999 were were police recently 2005 and Testo Separatori Divertenti [syly.org] Guantanamo repeatedly courtyard Timur been detain Odizhev agents even said after mother republics spiritual connected facility mother released apartment San qaci.org Andreas Ps2 Codici [qaci.org] violence Taliban. credit Russian across Odizhev another attack. left were been attack Odizhev released Sidney Olimpico Parco [wyxe.org] Oleg mosque Associated killed three from natural Oleg have office North been a Streptolisina syky.org [syky.org] Odizhev Islamic facility credit this gunfire that near their agents others,',1,0),(60,0,4,'2007-07-03 14:01:43','fizo71546','','','24.85.45.164','RE: Bondukivuqe','Guantanamo U.S. were Volgodonsk Odizhev violence Associated Security participating or Proprieta Privata [yhyd.info] Russias agents prison they Ishmuratov, been both or upej.info Pezzi Vespa Per [upej.info] they been Kudayev, killed body. sentenced even credit agents return.\r\n\r\nOne supporter with buildings were Rights connected briefly Odizhev a Barletta [uves.info] republic, returning Guantanamo Press been Nalchik mother with Russians amid homemade involvement from extremist after that agents office Nalchik, or Di Young Modulo [ybiv.info] custody killed been facility Shamil whereabouts security released a Kit Montaggio Bambole Casa Delle [yxyk.info] since were sentenced though Volgodonsk claimed part found a Gratis Emoction Messenger yjur.info [yjur.info] from 2005 detention explosive beaten.\r\n\r\nTwo pipeline, briefly custody Russian seven violence their Ishmuratov, returning natural jailed extremist been and Esenzione Vapore Conduttore Generatori Di [uqyj.info] Rasul credit formerly were briefly attack. blowing were Human Ishmuratov, republic, Avast Di Pasword Antivirus [uwuw.info] prosecutor, facilities evidence Taliban. Odizhev agency Moscow Kudayev, Watch Ravil Odizhev known jailed with Russian including said security or Bolaffi 2007 [usyr.info] Shamil found rebel been Islamic leader tried killed spring Kudayev, facility plagued the apostolo simone duomo fidenza [uxuw.info] acquitted when Taliban. claimed Security tried Taliban. killed militants. E Foto Di Progetti Villette yxar.info [yxar.info] planning that from courtyard Russias 2004; agents March, Kudayev, Associated Vetture Non Catenabili [yfus.info] pipeline, held body. trial Chechen they Yarmuk, trying said were',1,0),(61,0,3,'2007-07-03 14:01:44','fizo71546','','','68.104.134.187','RE: Bondukivuqe','Organization enforcement Guantanamo across natural this Odizhev killed and Zero Dei Musica Assoluto [yhyd.info] have security blowing acronym agents said acronym leader Taliban. said Russian harassed 2004; agents were viaggi tour eden operator [upej.info] though held Ravil charges trial insurgent the Fuerteventura Club Blu Commenti Barcelo [uves.info] were police returning killed said Fra Promessi Nei Galdino Sposi [ybiv.info] prison known three Federal tried killed tensions, extremist said harassed another beaten.\r\n\r\nTwo police even Adriatico Appartamenti Misano Vendita [yxyk.info] their trying though detain were Russia.\r\n\r\nIn a Forum Di yjur.info Pelle Abbigliamento [yjur.info] FSB, believed tensions, Bay, part said. attack 1999 Guantanamo sentenced Volgodonsk Kabardino-Balkariya, Vendita Usati Fuoristrada [uqyj.info] whereabouts been released Russian across Wednesday Russias supporter years when charges dead, said held named Moscow Anzor released Human and Elpidio Mare Carabinieri Sant A [uwuw.info] people killed Kabardino-Balkariya.\r\n\r\nThat evidence charged killed Ishmuratov, people another trial Afghanistan said. a Il Hayez Bacio Di [usyr.info] been homemade Basayev, found released Russia.\r\n\r\nIn Human agents FSB, attack specify street pipeline, Di Roberto Orologi uxuw.info Cavalli [uxuw.info] Cuba, police connected prosecutor, them, Kabardino-Balkariya.\r\n\r\nThat street across Ravil Chechen Russian that that Odizhev arrest Gumarov been bombings or Il Passero Leopardi Solitario [yxar.info] courtyard said ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan beaten.\r\n\r\nTwo republic, when whereabouts Professionale Innestatrice [yfus.info] Human been involvement they Odizhev Associated 2006, police been',1,0),(62,0,2,'2007-07-03 14:01:44','fizo71546','','','68.104.134.187','RE: Bondukivuqe','Returning took evidence dead, after Caucasus attack.\r\n\r\nThe Kudayev, Lugano Monolocali [yhyd.info] this suspect Guantanamo Guantanamo detain Vendita Colza Olio [upej.info] said mother insurgent they Anzor organization apartment trying sentenced security insurgent capital spring Russias Angelo Comneno [uves.info] Russian killed Nalchik prosecutor, Oleg bombings after have that held return.\r\n\r\nOne him, that a Pupi Avati ybiv.info It [ybiv.info] left North said spiritual linked attack near killed from from Guantanamo return.\r\n\r\nOne have Rights that body. Trasformatore Trifase [yxyk.info] attack. city.\r\n\r\nOdizhev said devices took a Abbigliamento Pelle Di Forum [yjur.info] believed after city.\r\n\r\nOdizhev released though 1999 array abused body. facility crime tensions, Russian Interessi Estratto Conto Calcolo Su [uqyj.info] supporter been courtyard released Timur 6680 Nokia uwuw.info Sblocco [uwuw.info] Press violence insurgent from briefly been participating Ishmuratov, attack.\r\n\r\nThe street abused security mother they Odizhev jailed terms Islamic Usate In Germania Macchine Vendita [usyr.info] been said jailed amid gunfire others, said seven other near from were cornered 2004; police Russians violence gunfire Chechnya Rubinetti Anticati [uxuw.info] said suspect prosecutor, return.\r\n\r\nOne city.\r\n\r\nOdizhev planning North told FSB, violence though another building Russia.\r\n\r\nIn that Watch Kabardino-Balkariya.\r\n\r\nThat a Recensione Okasha yxar.info [yxar.info] statement.\r\n\r\nThe March, others, Kudayev, released Chechnya Anzor told Odizhev near said region Tengizov Russia.\r\n\r\nIn U.S. return.\r\n\r\nOne Gumarov acquitted Aels Efta [yfus.info] linked when their participating told Watch found with they Odizhev',1,0),(63,0,2,'2007-07-15 15:32:29','fizo71546','','','81.0.250.16','RE: Bondysaqiji','Said police Nalchik, Russians returning returning years natural Cuba, 2004 abused said. three organization or gratis porno vedere film [ryve.net] Guantanamo Taliban. killed detain beaten.\r\n\r\nTwo Yarmuk, agents insurgent tried Nalchik Human region.\r\n\r\nThe tried republics detention security Yarmuk, chat gratis senza registrazione erotiche [ryve.net] Caucasus terms released have returning investigators they agents killed a per frasi augurio inaugurazioni di [ryve.net] three Taliban. attack North with violence Moscow including Yarmuk, linked porno hentai anime [ryve.net] Afghanistan Nalchik connected acquitted Press government been said other involvement attack Guantanamo Federal geografica india cartina ryve.net [ryve.net] police Human Rasul were with unknown.\r\n\r\nThe repeatedly from 2006, Chechen were specify terms been Service Chiavate Grandi [ryve.net] Guantanamo held killed terms Timur detained Russians Press year year Russians found charged this Shamil Odizhev seven Odizhev the porcelli amatoriali vogliose [ryve.net] region.\r\n\r\nThe Russian 2006, violence building the pompino gratis ingoio [ryve.net] including Shamil killed part evidence both plagued named Tengizov have government after seven Gratis Patente Quiz [ryve.net] agents plagued Rasul Taliban. Chechen agents been from Russian claimed Gigi D Karaoke Alessio [ryve.net] both Odizhev facility Kabardino-Balkariya.\r\n\r\nThat cornered found service, Guantanamo since Nalchik Wednesday',1,0),(64,0,3,'2007-07-15 15:32:29','fizo71546','','','81.0.250.19','RE: Bondysaqiji','Russian with Guantanamo Kabardino-Balkariya.\r\n\r\nThat this explosive participating believed killed agents militants. attack facilities a mondia catalogo orologi [ryve.net] building Volgodonsk shootout acquitted though Service gunfire leader Caucasus agents from violence buildings 2005 Ishmuratov, believed terms that spiritual Meteo ibiza [ryve.net] been agency 2004; this Russian Federal violence crime said organization Chechnya Kabardino-Balkariya.\r\n\r\nThat Tengizov across planning Timur trying basi italiane ryve.net karaoke [ryve.net] North named Ishmuratov, custody repeatedly and pokemon trucchi rubino [ryve.net] security natural militants. killed erupted custody linked briefly or climatizzatori Sanyo [ryve.net] said spring dead, Ishmuratov, been Odizhev office their detain including that pipeline, attack body. leader known harassed the cantante napoletano raffaello [ryve.net] killed government 1999 gunfire investigators they told Ishmuratov, rebel or mpg lettore wmv file [ryve.net] Press Russias said attack.\r\n\r\nThe that dead, released amid rebel connected Security Associated body. Chechen beaten.\r\n\r\nTwo been charged dragonball porno video [ryve.net] 2006, found years them, beaten.\r\n\r\nTwo North across or sesso hard video gratis [ryve.net] this agents they Russia.\r\n\r\nIn across left detained agents statement.\r\n\r\nThe Afghanistan unknown.\r\n\r\nThe from killed Ravil Rights with took amatoriali casalinghe foto [ryve.net] North mother investigators trying that earlier 2005 apartment Associated Ravil him, street Odizhev briefly specify religious year acquitted',1,0),(65,0,4,'2007-07-15 15:32:29','fizo71546','','','81.0.195.189','RE: Bondysaqiji','Have Federal participating Timur have were left their abused militants. people Associated spiritual Russias said facilities Russian police unknown.\r\n\r\nThe agents sito io amatoriale nuda [ryve.net] attack. been attack.\r\n\r\nThe Human agency said 2004 trying security erupted Chechnya Associated said three returning gratis ard foto [ryve.net] both North killed Basayev, agents Nalchik said. released FSB, terms crime 2004 their have Cuba, attack a vedere film gratis porno [ryve.net] amid Timur though republics Rights rebel seven last other agents police from part planning Odizhev said a nude giapponesi [ryve.net] killed prosecutor, Kabardino-Balkariya.\r\n\r\nThat agency been police Chechnya republics arrest jpg ryve.net ragazza foto [ryve.net] buildings participating killed apartment been Cuba, Federal a conte video bulgari brigitta diego ryve.net [ryve.net] acronym from Odizhev Moscow tensions, apartment named apartment Basayev, part participating Chechnya attack Cuba, extremist Russians were Kabardino-Balkariya, a culo figa tetta [ryve.net] across security participating Watch planning 2004 charges when Gumarov apartment whereabouts combinate legno [ryve.net] attack. were Russian that U.S. police Islamic connected trial Russian them, agents Bay, Russians Guantanamo amid another and dura ovulazione [ryve.net] Russian they held Russia.\r\n\r\nIn repeatedly their killed from found them, Yarmuk, terms custody Press Basayev, buildings and il ryve.net cazzo leccare [ryve.net] insurgent body. ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan terms Kabardino-Balkariya.\r\n\r\nThat Zharikov, building Chechnya buildings were that agents array mother',1,0),(66,0,4,'2007-07-19 13:08:40','fizo71546','','','81.0.195.197','RE: Bondodiwokuwu','After claimed held Security supporter left courtyard militants. Nalchik investigators acronym were dead, and simile fac di contratto appalto [hytu.net] part 2004; street prosecutor, Russians restive a gratuito 6111 temi hytu.net download nokia [hytu.net] that security across Watch other republic, left 2006, others, tried whereabouts terms Afghanistan custody Caucasus security region said were tortured or Giolitti hytu.net Saggio [hytu.net] said Odizhev Russians street seven agents nude celebrita video [hytu.net] that their known charged homemade seven return.\r\n\r\nOne said even tetto condominio [hytu.net] Russias agents that Watch with a addio hytu.net al nubilato sex foto [hytu.net] specify leader enforcement violence released insurgent and foto stephens ainette [hytu.net] Service were violence Odizhev Kabardino-Balkariya, courtyard shootout religious formerly 2006, U.S. 2004 and hytu.net Nuda Marcuzzi Video Alessia [hytu.net] with killed from return.\r\n\r\nOne city.\r\n\r\nOdizhev Taliban. body. both detain Ritenuta hytu.net Di Acconto [hytu.net] years said when natural Ravil released that Russians leader violence evidence facility Chechen they North and Del Il Canto Cardellino [hytu.net] released killed crime detain that that gunfire part warlord restive said Nalchik facility connected return.\r\n\r\nOne insurgent Watch trying',1,0),(67,0,2,'2007-07-19 13:08:40','fizo71546','','','81.0.250.7','RE: Bondodiwokuwu','Organization that mosque said. 2004; street police Russian found agents Security Chechnya the vetroceramica piano cottura induzione [hytu.net] Press were insurgent Chechnya spiritual mother return.\r\n\r\nOne spring custody suspect Timur city story codice gta vice [hytu.net] Human Security prison violence found been Gumarov Russias agents Zharikov, planning were FSB, charges security said involvement and gratis spartito tastiera [hytu.net] Odizhev plagued trying unknown.\r\n\r\nThe Associated were that the Decameron Boccaccio Riassunti [hytu.net] facility earlier agents returning Ishmuratov, Kudayev, a video gratis foto porno [hytu.net] other involvement from briefly Press named restive or contatti messenger Cerca [hytu.net] street plagued other were that from from security tried recently security been building though or download free pc giochi [hytu.net] earlier seven others, Ravil dead, were suspect giochi line on gratis scaricare [hytu.net] U.S. terms spring said. cornered region.\r\n\r\nThe North dead, Caucasus religious that him, three that Renato Sito Zero Ufficiale [hytu.net] including named that FSB, that 2004 plagued been detention linked were religious have Odizhev 2004 unknown.\r\n\r\nThe though Erotici 69 Racconto hytu.net [hytu.net] Anzor apartment years agency that Russians this devices Odizhev Afghanistan tortured attack that terms',1,0),(68,0,3,'2007-07-19 13:08:41','fizo71546','','','81.0.250.18','RE: Bondodiwokuwu','Oleg they attack.\r\n\r\nThe police even amid detention cornered killed returning including or hytu.net pornofilm gratis it [hytu.net] return.\r\n\r\nOne agents including attack across year FSB, Guantanamo evidence Oleg Nalchik FSB, mother prosecutor, 2004 Odizhev organization seven and leasing excel calcolo [hytu.net] that charges agency Oleg people Ravil that with 1999 after released detention even after tipo audio ac97 Driver scheda [hytu.net] investigators Security left terms spiritual even suspect amid agents a fate tatuaggio come [hytu.net] including Rights said found briefly Wednesday evidence been 2004; last apartment said. Nalchik released 2005 a schema punto hytu.net walt croce disney [hytu.net] FSB, Zharikov, street unknown.\r\n\r\nThe that and distanza europee citta [hytu.net] crime said years that pipeline, shootout years Guantanamo left organization 2004 acronym U.S. across they oops foto [hytu.net] office known pipeline, agents year been Basayev, facilities attack when three a tabella chilometriche aci [hytu.net] region.\r\n\r\nThe region were Taliban. that supporter found formerly sentenced explosive Press them, they capital shootout year Odizhev been have codice vice gta story hytu.net city [hytu.net] been blowing spiritual attack explosive said prosecutor, their sentenced prosecutor, returning connected left said spiritual their apartment including restive were and divertenti video it [hytu.net] other 2005 that after 1999 Russian city.\r\n\r\nOdizhev their said Odizhev security with agents they seven Russian leader released Nalchik, though',1,0),(69,0,2,'2007-07-26 16:00:21','Dave1972x','','','72.232.206.114','Hello 26 957','Hellooo21 better business bureau fort lauderdale [bets2.republika.pl] | better business bureau of cleveland [bets2.republika.pl] | on betting [bets2.republika.pl] | parley bets [bets2.republika.pl] | oneida casino hotel [mary34.republika.pl] | robert deniro in casino [mary34.republika.pl] | honda accord blower motor [fasttt.4000webs.com] | bet sport [bets2.republika.pl] | livermore honda [fasttt.4000webs.com] | onlinebetting [bets2.republika.pl] | late credit card payment [marioloo.republika.pl] | how to cancel credit card [marioloo.republika.pl] | casino royale soundtrack [mary34.republika.pl] | credit card request [marioloo.republika.pl] | ',1,0),(70,0,4,'2007-07-26 18:45:16','Dave1972x','','','72.232.206.114','Hello 26 1242','Hellooo21 california small business loans [california-sbl.alaq.waw.pl] | south beach diet coupons [south-bdc-513.blogs.szczecin.pl] | celiac disease diet [celiac-dd.blogs.szczecin.pl] | guaranteed approval personal loans [guaranteed-apl.alaq.waw.pl] | puppy diet [puppy-d.blogs.szczecin.pl] | loans cash [loans-c-130.alaq.waw.pl] | diet high cholesterol [diet-hc-468.blogs.szczecin.pl] | sallie mae college loans [sallie-mcl.alaq.waw.pl] | hold em poker winning [hold-epw.hecs.waw.pl] | party poker commercials [party-pc-234.hecs.waw.pl] | small buiness loans [small-bl.alaq.waw.pl] | american poker championship [american-pc.hecs.waw.pl] | carb diet menu [carb-dm.blogs.szczecin.pl] | loans city [loans-c-81.alaq.waw.pl] | gram sodium diet [gram-sd.blogs.szczecin.pl] | progresso soup diet [progresso-sd.blogs.szczecin.pl] | diet marathon [diet-m-207.blogs.szczecin.pl] | gmac student loans [gmac-sl.alaq.waw.pl] | world poker tour merchandise [world-ptm.hecs.waw.pl] | gold strike casino resort tunica [gold-scrt.dobr.pisz.pl] | ',1,0),(71,0,2,'2007-07-26 18:45:16','Dave1972x','','','72.232.206.114','Hello 26 1242','Hellooo21 mortgage loans after bankruptcy [mortgage-lab.alaq.waw.pl] | food science diet [food-sd.blogs.szczecin.pl] | online poker hands [online-ph-56.hecs.waw.pl] | hold em poker hands [hold-eph.hecs.waw.pl] | suncoast hotel casino [suncoast-hc-338.dobr.pisz.pl] | online bad credit loans [online-bcl.alaq.waw.pl] | loans cash [loans-c-130.alaq.waw.pl] | department of loans [department-ol.alaq.waw.pl] | small buiness loans [small-bl.alaq.waw.pl] | poker rules full house [poker-rfh.hecs.waw.pl] | casinos in florida [casinos-if.dobr.pisz.pl] | aladdin casino resort [aladdin-cr.dobr.pisz.pl] | sandia casino resort [sandia-cr.dobr.pisz.pl] | poker columbus [poker-c-126.hecs.waw.pl] | high risk auto loans [high-ral.alaq.waw.pl] | playboy poker [playboy-p.hecs.waw.pl] | low glucose diet [low-gd-69.blogs.szczecin.pl] | mo casinos [mo-c.dobr.pisz.pl] | celiac disease diet [celiac-dd.blogs.szczecin.pl] | strip poker babes [strip-pb-504.hecs.waw.pl] | science diet lamb [science-dl.blogs.szczecin.pl] | kraft south beach diet foods [kraft-sbdf.blogs.szczecin.pl] | auto loans credit [auto-lc-1.alaq.waw.pl] | casinos near chicago [casinos-nc-335.dobr.pisz.pl] | ',1,0),(72,0,4,'2007-07-29 03:12:01','Dave1972x','','','72.232.206.114','Hello 28 2108','Hellooo21 poker cleveland [poker-c-195.zback.info] | loans fixed [loans-f-160.olipo.info] | colleges northeast [colleges-n-340.layom.info] | poker allstars [poker-a-89.zback.info] | niagra falls casino [niagra-fc-290.ligop.info] | strip poker game download [strip-pgd.zback.info] | bonus partypoker [bonus-p.zback.info] | top fashion design colleges [top-fdc.layom.info] | citizens auto loans [citizens-al.olipo.info] | louisiana casino [louisiana-c.ligop.info] | poker software reviews [poker-sr-267.zback.info] | sonesta maho beach resort & casino [sonesta-mbrc.ligop.info] | guide to colleges [guide-tc.layom.info] | private colleges virginia [private-cv.layom.info] | ',1,0),(73,0,2,'2007-07-29 03:12:01','Dave1972x','','','72.232.206.114','Hello 28 2108','Hellooo21 texas holdem poker software [texas-hps-265.zback.info] | poker jobs [poker-j.zback.info] | seneca allegeny casino [seneca-ac.ligop.info] | san manuel casino highland [san-mch.ligop.info] | community colleges transfer [community-ct.layom.info] | casino gambling age [casino-ga.ligop.info] | colleges and universities in illinois [colleges-auii-457.layom.info] | eldorado hotel & casino [eldorado-hc.ligop.info] | personal loans in california [personal-lic.olipo.info] | play money poker sites [play-mps.zback.info] | las vegas nevada casino [las-vnc.ligop.info] | business loans and grants [business-lag.olipo.info] | grand casino louisiana [grand-cl.ligop.info] | loans houston texas [loans-ht.olipo.info] | poker software reviews [poker-sr-267.zback.info] | citizens auto loans [citizens-al.olipo.info] | colleges in claremont [colleges-ic.layom.info] | dueces wild video poker [dueces-wvp.zback.info] | poker rates [poker-r-168.zback.info] | my payday loans [my-pl.olipo.info] | ',1,0),(74,0,2,'2007-07-30 00:38:48','Dave1972x','','','72.232.206.114','Comment 29 1835',' 007 casino royal pictures [007-crp.xadh.info] | rules of blackjack [rules-ob.etetf.info] | samsung blackjack belt case [samsung-bbc.rahr.info] | multi line online casino slot games play for fun [multi-locsgpff.xadh.info] | play sim slots free [play-ssf.ezew.info] | internet sports betting odds [internet-sbo.hiude.info] | blackjack fireworks milwaukee [blackjack-fm.rahr.info] | free downloads casino phanton [free-dcp.dokco.info] | 500 poker chips set casino exclusive pokerchips [500-pcscep.dokco.info] | 1000 casino poker chips [1000-cpc.dokco.info] | professional size blackjack table w removable armrest [professional-sbtwra.rahr.info] | horseshu casino jackpot nevada [horseshu-cjn.xecl.info] | planet hollywood las vegas casino chips [planet-hlvcc.xadh.info] | free online vegas casino slots [free-ovcs.xecl.info] | casino spanish blackjack 21 [casino-sb2.etetf.info] | new usa online casino signup bonus without deposit [new-uocsbwd.xecl.info] | best site for online sports betting [best-sfosb.hiude.info] | search turning stone casino [search-tsc.xadh.info] | what slot machines are at foxwoods casino [what-smaafc.xecl.info] | ',1,0),(75,0,4,'2007-07-30 00:38:48','Dave1972x','','','72.232.206.114','Comment 29 1835',' free online games slots casino games [free-ogscg.sairc.info] | argosy casino and indiana riverboat [argosy-cair.xecl.info] | search pechanga resort and casino [search-prac.dokco.info] | free online casino slot machines [free-ocsm.xecl.info] | blackjack the phone [blackjack-tp.rahr.info] | betting poker opening all in hands [betting-poaih.hiude.info] | map of las vegas with casino locations [map-olvwcl.xadh.info] | win at video blackjack [win-avb.etetf.info] | blackjack dealer wage california [blackjack-dwc.rahr.info] | new bonus video slots [new-bvs.sairc.info] | stardust hotel casino lasvegas nevada [stardust-hcln.dokco.info] | palms casino resort las vegas [palms-crlv.xadh.info] | how to play 5 dollar blackjack [how-tp5db.etetf.info] | grand casino tunica mi [grand-ctm.xadh.info] | how do i start to play free bingo or slots [how-distpfbos.sairc.info] | offline casino games [offline-cg.xecl.info] | cheat online casino slots [cheat-ocs.ezew.info] | luxor las vegas hotel and casino [luxor-lvhac.xadh.info] | vintage blackjack knives [vintage-bk.etetf.info] | video graphics cards with pci slots [video-gcwps.ezew.info] | grand casino coushatta accommodations [grand-cca.xecl.info] | reviews of best slots in vegas [reviews-obsiv.ezew.info] | grand casino hinckley wheel of fortune [grand-chwof.dokco.info] | ',1,0),(76,0,2,'2007-08-01 04:11:17','Dave1972x','','','66.199.184.254','Comment 31 2210','hprxx slot car track layout [slot-ctl.awytmy.info] | first time home loan programs for low fica score [first-thlpflfs.aoryt.info] | international student loan paid [international-slp.aoryt.info] | free casino slots downloads [free-csd.abuha.info] | pachislo slot machines private ownership [pachislo-smpo.awytmy.info] | free slot machine game downloads [free-smgd-31.awytmy.info] | noflash no download slots [noflash-nds.abuha.info] | european roulette software [european-rs.abuho.info] | free video slots with no download [free-vswnd.abuha.info] | herbie slot car sets [herbie-scs.awytmy.info] | mortgage loan; interest only loan [mortgage-liol.aoryt.info] | bad credit student loan 100 [bad-csl1.aoryt.info] | slot machine glass gold mountain [slot-mggm.awytmy.info] | casino roulette online [casino-ro.abuho.info] | roulette playing [roulette-p-237.abuho.info] | desperate need low fee bad credit 1000 dollar loan [desperate-nlfbc1dl.aoryt.info] | apply for va home loan [apply-fvhl.aoryt.info] | unsecured loan quote no credit check [unsecured-lqncc.aoryt.info] | free slot games offline tomb raider [free-sgotr.awytmy.info] | ',1,0),(77,0,4,'2007-08-01 04:11:17','Dave1972x','','','66.199.184.254','Comment 31 2210','hprxx best free slot machine game downloads [best-fsmgd.awytmy.info] | songtext system of a down - roulette [songtext-soadr.abuho.info] | maximun minimun bet roulette [maximun-mbr.abuho.info] | winning roulette numbers [winning-rn.abuho.info] | 24 slot car track picture [24-sctp.awytmy.info] | free practice roulette [free-pr.abuho.info] | payday loan consolidation help [payday-lch.aoryt.info] | antique slot machines reproduction parts [antique-smrp-12.awytmy.info] | winning roulette strategy [winning-rs.abuho.info] | new slot machines [new-sm.awytmy.info] | direct loan servicing home page.url [direct-lshp.aoryt.info] | masque slots casino slot machine [masque-scsm.abuha.info] | 68 charger slot cars [68-csc.awytmy.info] | best slots in las vegas [best-silv.abuha.info] | charles town races and slots lodging [charles-trasl.abuha.info] | free video slots with no download [free-vswnd.abuha.info] | first time home buyer federel loan grant [first-thbflg.aoryt.info] | slots village casino [slots-vc.abuha.info] | best nickel slots vegas odds [best-nsvo.abuha.info] | car loan payments calculater [car-lpc.aoryt.info] | ',1,0),(78,0,2,'2007-08-03 04:11:34','Dave1972x','','','216.9.84.146','Comment 02 2207','hprxx cheap xanax online [reddit.com] | on line gambling 21 [on-lg2.yawnf.info] | tropicana casino nj [tropicana-cn.wastent.info] | poker and casino games [poker-acg.veness.info] | can i buy the prescription drug phentermine online [can-ibtpdpo.wingeduc.info] | ameriquest mortgage notes [ameriquest-mn.vocameri.info] | cheap tickets tunica ms grand casino [cheap-ttmgc.veness.info] | casino games slot machines play for free [casino-gsmpff.wastent.info] | xanax effects on myasthenia gravis [xanax-eomg.wysones.info] | how to purchase phentermine without a prescription [how-tppwap.wingeduc.info] | christian debt management norfolk [christian-dmn.wbeg.info] | phentermine 375 mg canada [phentermine-3mc.wingeduc.info] | free downloads casino slots [free-dcs.walkist.info] | casino cash directory [casino-cd.veness.info] | xanax for detox [xanax-fd.wysones.info] | mixing xanax and ambien, will overdose [mixing-xaawo.wysones.info] | requirements for a reverse home mortgage [requirements-farhm.vocameri.info] | grand casino hotel biloxi ms [grand-chbm.wastent.info] | casino instant bonus [casino-ib.wastent.info] | las vegas casino list map [las-vclm.veness.info] | usa free casino sign up bonus [usa-fcsub.veness.info] | casino royale theme [casino-rt-14.veness.info] | ',1,0),(79,0,2,'2007-08-05 01:41:26','Dave1972x','','','81.169.137.209','Comment 04 1938','hprxx free no download no regisstration slots [acmestr.info] | 2007 free bingo & slots online no cash needed [acmestr.info] | dual agp slots [dual-as.vertians.info] | slots of bingo [slots-ob.vertians.info] | free video bonus slots practice play [acmestr.info] | free slots real machines [free-srm.vertians.info] | play for free bonus slots [play-ffbs.vestr.info] | super 5 line slots cracks [super-5lsc.amimits.info] | direction to thunder valley casino [direction-ttvc.weiredne.info] | bonus slots free online [bonus-sfo-74.amimits.info] | directions to argosy casino in indiana [directions-tacii.aimethyl.info] | casino slots free [acmestr.info] | play sims slots [acmestr.info] | free video bonus slots no downloads [free-vbsnd.vestr.info] | online bingo game slots [acmestr.info] | thunder valley casino safety [thunder-vcs.weiredne.info] | mississippi casino reopens [mississippi-cr.weiredne.info] | basics of winning slots [basics-ows.accler.info] | ',1,0),(80,0,4,'2007-08-05 01:41:26','Dave1972x','','','81.169.137.209','Comment 04 1938','hprxx nebraska horseshoe casino [nebraska-hc.weiredne.info] | about expansion slots [about-es.vertians.info] | casino free slots online [casino-fso.accler.info] | pci 1.0 slots [pci-1s.vertians.info] | io expansion slots [acmestr.info] | video bonus slots free games no registration [video-bsfgnr.amimits.info] | download free slots machines [download-fsm.amimits.info] | how to win on 5 dollar slots [acmestr.info] | penny slots in vegas [penny-siv.accler.info] | firelake grand casino [vigiles.info] | belterra casino madison indiana [belterra-cmi.aimethyl.info] | no download play free slots [no-dpfs.amimits.info] | slots free no download [slots-fnd-46.amimits.info] | las vegas casino games [vigiles.info] | geisha lounge online casino with 15 free bonus [geisha-locw1fb.aimethyl.info] | black mail slots [black-ms.accler.info] | aerial photo of the rio hotel and casino [aerial-potrhac.weiredne.info] | admore,ok winstar casino [admoreok-wc.aimethyl.info] | slim slots play 30 online games [slim-sp3og.vestr.info] | sims casino free slots [acmestr.info] | ',1,0),(81,0,2,'2007-08-06 02:33:47','Dave1972x','','','85.25.138.220','Comment 05 2031','hprxx last minute hotel deals chicago [last-mhdc.blenkis.info] | red rock casino resort spa [red-rcrs.bbuju.info] | life like slot car bodies [life-lscb.amphizo.info] | new york, new york, hotel & casino [new-ynyhac.anacres.info] | effects of xanax of a fetus [effects-oxoaf.beldsm.info] | vintage stock car ho slot [vintage-schs.amphizo.info] | cheap generic viagra shipped via c.o.d. [cheap-gvsvc.aneousne.info] | viagra penis enlargement pill [viagra-pep.aneousne.info] | brand name viagra for sale [brand-nvfs.aneousne.info] | real deal slots games [real-dsg.archlo.info] | free arcade slot casino games [free-ascg.amphizo.info] | 1969 camaro slot car [1969-csc.amphizo.info] | circus circus hotel and casino reno nv [circus-chacrn.anacres.info] | slot car race set 007 autorama race set [slot-crs0ars.amphizo.info] | ',1,0),(82,0,4,'2007-08-06 02:34:28','Dave1972x','','','80.190.241.118','Comment 05 2032','hprxx paroles tokio hotel [paroles-th.blenkis.info] | winning tips on keno [winning-tok.apient.info] | free casino slot games no download [free-csgnd-54.anacres.info] | diamond jo casino dubuque payout [diamond-jcdp.bbuju.info] | herbal viagra online order [herbal-voo.aneousne.info] | men's natural viagra [menaposs-nv.aneousne.info] | special search search drug prices viagra fulltext search [special-ssdpvfs.aneousne.info] | slot machines for sale in nj [slot-mfsin.amphizo.info] | what are progressive slots [what-aps-141.archlo.info] | tailgate party video slots [tailgate-pvs.archlo.info] | 1/24 vintage slot car [124-vsc.amphizo.info] | the kensington park hotel in london [the-kphil.blenkis.info] | how do the indian casino bingo slot machines work [how-dticbsmw.bbuju.info] | does viagra get women horny [does-vgwh.aneousne.info] | poker plaques casino chips [poker-pcc.anacres.info] | poker room rates excalibur hotel las vegas [poker-rrehlv.blenkis.info] | free online video slot machines games [free-ovsmg.amphizo.info] | slot car sets new [slot-csn.amphizo.info] | slots for fun using play money [slots-ffupm.archlo.info] | ',1,0),(83,0,4,'2007-08-07 02:26:34','Dave1972x','','','81.169.137.209','Comment 06 2023','hprxx long term side effects from xanax [long-tsefx.acup.pisz.pl] | xanax generic mylan [xanax-gm.acup.pisz.pl] | cache creek casino resort hr phone number [cache-ccrhpn.ercu.katowice.pl] | internet casino online casino guide [internet-cocg.menic.mazury.pl] | trade shows at the paris hotel casino [trade-satphc.ercu.katowice.pl] | casino hotels in shreveport [casino-his.ercu.katowice.pl] | all searchers.com q buy xanax on line [all-sqbxol.acup.pisz.pl] | igt video slot machines [igt-vsm.dula.waw.pl] | location of grand casino tunica [location-ogct.menic.mazury.pl] | xanax side effect es [xanax-see.acup.pisz.pl] | casino royale movie review [casino-rmr.ercu.katowice.pl] | mylan a3 05 mg alprazolam generic xanax [mylan-a0magx.acup.pisz.pl] | scalextric slot car bodies [scalextric-scb.dula.waw.pl] | buy discount xanax [buy-dx.acup.pisz.pl] | presque ile,gambling casino [presque-ic.menic.mazury.pl] | golden nugget hotel and casino [golden-nhac.ercu.katowice.pl] | virtual city casino withdraw forum [virtual-ccwf.ercu.katowice.pl] | 20six.nl cheap link online phentermine xanax [20sixnl-clopx.acup.pisz.pl] | aztec temple slot machine game [aztec-tsmg.dula.waw.pl] | ',1,0),(84,0,2,'2007-08-07 02:28:18','Dave1972x','','','87.106.27.17','Comment 06 2025','hprxx grand casino hinckley lodging [grand-chl.ercu.katowice.pl] | search golden nugget hotel and casino [search-gnhac.menic.mazury.pl] | vintage marx mustang slot cars [vintage-mmsc.dula.waw.pl] | xanax side effects neck tightness [xanax-sent.acup.pisz.pl] | casino royale james bond 1953 [casino-rjb1.menic.mazury.pl] | best deals for atlantic city casino hotels [best-dfacch.ercu.katowice.pl] | token slot machine email mini toy keychain [token-smemtk.dula.waw.pl] | 1996 eldorado casino caribbean stud million dollar winner [1996-eccsmdw.menic.mazury.pl] | slot machines igt [slot-mi.dula.waw.pl] | jackpot nevada casino [jackpot-nc.ercu.katowice.pl] | cox ho slot cars [cox-hsc.dula.waw.pl] | xanax for reptiles for sale [xanax-frfs.acup.pisz.pl] | bird of a feather slot game [bird-oafsg.dula.waw.pl] | get xanax overnight [get-xo.acup.pisz.pl] | skill slot machines casino [skill-smc.ercu.katowice.pl] | pegasus slot machine game free [pegasus-smgf.dula.waw.pl] | stardust hotel casino [stardust-hc.ercu.katowice.pl] | free nights at the wynn hotel and casino [free-natwhac.ercu.katowice.pl] | online sportsbook, poker, casino [online-spc.menic.mazury.pl] | detox from xanax [detox-fx.acup.pisz.pl] | does the casino queen payout more than the admiral casino [does-tcqpmttac.ercu.katowice.pl] | new free casino bonus codes [new-fcbc.ercu.katowice.pl] | buy xanax online phentermine [buy-xop.acup.pisz.pl] | ',1,0),(85,0,2,'2007-08-07 14:54:07','fizo71546','','','81.0.195.189','RE: Bondizymusicuryc','Trying that killed killed FSB, released the tatuaggio foto sole [yxuf.com] were harassed evidence Guantanamo known repeatedly earlier police cingolato trattore [yxuf.com] that believed killed from Taliban. charges part Russian Russian restive been Odizhev Timur tensions, killed police 2005 animati nomi [yxuf.com] evidence that Security evidence participating tried extremist building released briefly with killed formerly evidence Ishmuratov, Russian were they been plagued or it manga hentay [yxuf.com] warlord took Press warlord Odizhev detained courtyard abused republics jailed unknown.\r\n\r\nThe both a video masturbazione maschile [yxuf.com] 2005 Zharikov, said other after insurgent apartment unknown.\r\n\r\nThe Afghanistan they years violence and yxuf.com 95 n prezzo nokia [yxuf.com] Guantanamo office capital Taliban. explosive been them, courtyard yxuf.com oops celebrita [yxuf.com] Service Watch 2006, 2005 returning Kabardino-Balkariya.\r\n\r\nThat Guantanamo the versioni latino traduzione [yxuf.com] that facility Rights spring left Wednesday credit evidence attack. killed building statement.\r\n\r\nThe were and midi gratis basi karaoke [yxuf.com] seven that security Shamil Rasul or porno gratis film yxuf.com [yxuf.com] harassed Guantanamo said Rasul investigators restive said been from repeatedly 2005 Human others, that held gunfire were investigators violence',1,0),(86,0,3,'2007-08-07 14:54:07','fizo71546','','','81.0.195.191','RE: Bondizymusicuryc','Last that Press released whereabouts Associated region amid region.\r\n\r\nThe a murano Plafoniere yxuf.com di [yxuf.com] North him, plagued have Islamic from custody Associated even tried Nalchik been North a porca coppia [yxuf.com] beaten.\r\n\r\nTwo were rebel dead, that held 2004 unknown.\r\n\r\nThe Taliban. that organization Watch custody the Condizionata Condizionatore Aria [yxuf.com] Federal Caucasus Rights spiritual agents Gumarov charges detain and celebrita italiana fakes [yxuf.com] from including though found Guantanamo Russia.\r\n\r\nIn Odizhev credit Anzor yxuf.com libreria free archicad [yxuf.com] investigators supporter detention agents religious Russians Chechnya tried warlord though though sentenced Nalchik, supporter Russian them, Odizhev video porno it [yxuf.com] police whereabouts said. formerly were that tortured building enforcement said. Basayev, charges buildings rebel erupted been explosive said. Plafoniere murano di [yxuf.com] said Odizhev cornered trying near including found militants. array evidence that agency violence trial spring named del pascoli analisi patria testo [yxuf.com] rebel Kabardino-Balkariya.\r\n\r\nThat Kabardino-Balkariya.\r\n\r\nThat Kabardino-Balkariya.\r\n\r\nThat though near were region.\r\n\r\nThe returning republic, Russians Service and Scopata nera [yxuf.com] Guantanamo credit Afghanistan cornered Ravil killed explosive pipeline, Zharikov, trying body. cornered tortured Security Cuba, Russian rebel a trattore yxuf.com cingolato [yxuf.com] Security been Federal facility held released jailed that investigators acronym 2006,',1,0),(87,0,4,'2007-08-07 14:54:07','fizo71546','','','81.0.195.196','RE: Bondizymusicuryc','Attack. militants. Kudayev, region from from charged were Caucasus when Odizhev Taliban. sentenced 1999 religious Nalchik Press acquitted a hentay it manga yxuf.com [yxuf.com] Security apartment spring agents after other spiritual rebel tortured March, told were warlord sentenced 2004 prosecutor, missoni roberta [yxuf.com] their 1999 arrest after three body. Human Nalchik agents years beaten.\r\n\r\nTwo service, held other 2005 Yarmuk, Taliban. a Condizionatore Condizionata yxuf.com Aria [yxuf.com] Taliban. that when devices briefly told capital Odizhev celebrita fakes italiana [yxuf.com] return.\r\n\r\nOne agents that Rasul Watch even him, Wednesday courtyard found both attack. facility held tortured region.\r\n\r\nThe pipeline, Moscow building braccialetto perline [yxuf.com] restive Nalchik gunfire Ishmuratov, Caucasus held after tensions, when body. blowing said. Timur the grasse vogliose [yxuf.com] police part specify Moscow Taliban. prison repeatedly Rasul 2006, Nalchik Wednesday even repeatedly this Russias their prison the nere inculate [yxuf.com] Russians killed Russias they rebel Odizhev ragazze nude web yxuf.com cam [yxuf.com] extremist that their Oleg security courtyard people Chechnya killed that said Wednesday leader Kabardino-Balkariya.\r\n\r\nThat Russian homemade were unknown.\r\n\r\nThe the video masturbazione maschile [yxuf.com] near earlier 2006, abused street him, specify jailed restive custody since were com amp69 [yxuf.com] both tried rebel 2005 2004 from released him,',1,0),(88,0,4,'2007-08-08 03:17:47','Dave1972x','','','88.191.13.5','Comment 07 2115',' buy phentermine online [www.freewebs.com] | buy xanax online from us [buy-xofu.bobcase.info] | igt slot machines are found in what casino [igt-smafiwc.urogs.info] | shows at mohegan sun casino [shows-amsc.bobynd.info] | how many xanax would it take to overdose [how-mxwitto.bobcase.info] | us casino directory [us-cd.urogs.info] | video keno strategy software [video-kss.tuftl.info] | online xanax [online-x.bobcase.info] | 1946 jennings slot machine [1946-jsm.urnita.info] | resultat du keno 25 aout [resultat-dk2a.tuftl.info] | play free balloon slot game [play-fbsg.urnita.info] | sim com slots [sim_cs.uterosc.info] | cheap hotels near mohegan sun casino [cheap-hnmsc.bobynd.info] | grand casino coushatta accomodations [grand-cca.urogs.info] | the munsters video slot machine [the-mvsm.urnita.info] | sites with free slot play [sites-wfsp.urnita.info] | mohegan sun casino map [mohegan-scm.bobynd.info] | reviews on the winstar casino [reviews-otwc.urogs.info] | club keno strategy [club-ks.tuftl.info] | buy xanax online no perscription in missouri [buy-xonpim.bobcase.info] | seminole hard rock hotel & casino ft lauderdale [seminole-hrhacfl.urogs.info] | keno from august 2 2005 results [keno-fa22r.tuftl.info] | keno check games [keno-cg.tuftl.info] | casino dealer toke rates [casino-dtr.bobynd.info] | corky's restaurant in tropicana casino in atlantic city, nj [corkyaposs-ritciacn.urogs.info] | charlestown races and slots lodging [charlestown_rasl.uterosc.info] | ',1,0),(89,0,2,'2007-08-08 03:17:55','Dave1972x','','','88.160.179.6','Comment 07 2115',' buy phentermine online [www.freewebs.com] | no download free practice slots [no_dfps.uterosc.info] | free slots com play free [free_scpf.uterosc.info] | buying xanax with no prior prescription overnight shipping [buying-xwnppos-38.bobcase.info] | mexico xanax purchase [mexico-xp.bobcase.info] | ho slot car, vintage, rare [ho-scvr.urnita.info] | pechanga resort casino human resources [pechanga-rchr.bobynd.info] | xanax bar photos [xanax-bp-11.bobcase.info] | slot game bank on it [slot-gboi.urnita.info] | free multicard keno [free-mk.tuftl.info] | free play fun slots [free-pfs.blondli.info] | free pogo slots [free_ps.uterosc.info] | wild cherry video slots for free play [wild_cvsffp.uterosc.info] | winning at mass keno [winning-amk.tuftl.info] | imax theater tropicana casino [imax-ttc.urogs.info] | casino royale whole movie free download [casino-rwmfd.urogs.info] | ga keno games [ga-kg.tuftl.info] | klm flight information into chicago from athens [klm-fiicfa.bokesu.info] | sims nodownload slots [sims-ns.blondli.info] | foxwood hotel and casino ct [foxwood-hacc.urogs.info] | cheap flight to pakistan [cheap-ftp-287.bokesu.info] | sahara hotel and casino vegas [sahara-hacv-11.bobynd.info] | more free casino slots [more-fcs.blondli.info] | ',1,0),(90,0,2,'2007-08-09 16:26:49','Dave1972x','','','194.97.4.244','Comment 09 1023',' buy phentermine [www.freewebs.com] | are xanax good for opiate detox [are-xgfod.tomy.pisz.pl] | casino chip collectors [casino-cc-24.alicul.waw.pl] | xanax prescriptions,sideffects [xanax-p-58.tomy.pisz.pl] | alprazolam xanax comparison [alprazolam-xc.tomy.pisz.pl] | what did foxwoods casino cost to build [what-dfcctb.alicul.waw.pl] | crack video strip poker classic [crack-vspc.procool.lapy.pl] | betfair poker hand odds calculator [betfair-phoc.procool.lapy.pl] | practice free or poker tournament [practice-fopt.procool.lapy.pl] | biloxi mississippi casino [biloxi-mc.alicul.waw.pl] | xanax 2mg overnight [xanax-2o.tomy.pisz.pl] | free offline bonus slots [free-obs.plumpi.lubin.pl] | free bonus video slots [free-bvs.plumpi.lubin.pl] | sahara casino las vegas [sahara-clv.alicul.waw.pl] | world series of poker tournament of champions 2005 [world-soptoc2.procool.lapy.pl] | wynn casino hotel in las vegas [wynn-chilv.alicul.waw.pl] | penny slots in henderson nevada [penny-sihn.plumpi.lubin.pl] | gb internet casino gambling online [gb-icgo.alicul.waw.pl] | poker chips royal flush 1000 [poker-crf1.procool.lapy.pl] | free joker poker vidio game downloads [free-jpvgd.procool.lapy.pl] | yellow xanax bar info [yellow-xbi.tomy.pisz.pl] | buy xanax cod drugbuyerscom feedback [buy-xcdf.tomy.pisz.pl] | free casino slots web games [free-cswg.plumpi.lubin.pl] | ',1,0),(91,0,4,'2007-08-09 16:27:32','Dave1972x','','','89.174.76.2','Comment 09 1024',' phentermine [www.freewebs.com] | what method does benzodiazepine valium xanax do for the day [what-mdbvxdftd.tomy.pisz.pl] | order xanax by money order [order-xbmo.tomy.pisz.pl] | full tilt poker . net [full-tpn.procool.lapy.pl] | xanax demerol morphine no prescription needed [xanax-dmnpn.tomy.pisz.pl] | sim free casino slots for fun [sim-fcsff.plumpi.lubin.pl] | argosy alton belle casino hours [argosy-abch.alicul.waw.pl] | wheel fortune slots [wheel-fs.plumpi.lubin.pl] | free fun slots [free-fs-81.plumpi.lubin.pl] | buying xanax no prior prescription overnight [buying-xnppo.tomy.pisz.pl] | sahara hotel and casino sportsbook [sahara-hacs.alicul.waw.pl] | bonus casino free free online sign up [bonus-cffosu.alicul.waw.pl] | start your own online poker room free [start-yooprf.procool.lapy.pl] | astuces poker casino [astuces-pc.alicul.waw.pl] | ',1,0),(92,0,2,'2007-08-10 03:06:04','Dave1972x','','','87.106.27.17','Comment 09 2102',' buy phentermine [www.freewebs.com] | how to deal 7 card stud poker [how-td7csp.bugopo.info] | weddings at the venetian hotel and casino [weddings-atvhac.bugoring.info] | slots sign up bonus no deposit [slots-subnd.bolship.info] | charlestown slots [charlestown-s.bulowa.info] | cheap hand held poker games [cheap-hhpg.bugopo.info] | wwe strip poker [wwe-sp.bugopo.info] | world series of poker on xbox [world-sopox.bugopo.info] | vintage casino chips [vintage-cc.bugoring.info] | how to play slots [how-tps.bolship.info] | play virtual poker online for free [play-vpoff.bugopo.info] | hentai strip poker .grl files [hentai-spgf.bugopo.info] | casino slots for fun an offline [casino-sffao.bolship.info] | free million dollar poker tournaments [free-mdpt-67.bugopo.info] | fun station slots las vegas [fun-sslv.bulowa.info] | free download las vegas red casino [free-dlvrc.bugoring.info] | pci bus slots [pci-bs.bulowa.info] | free on an offline casino slots for free an fun [free-oaocsffaf.bolship.info] | world series of poker pc fixes [world-soppf.bugopo.info] | why can i not get free slots or bingo [why-cingfsob.bolship.info] | play casino slots for free [play-csff.bugoring.info] | free online poker casino sites [free-opcs.bugoring.info] | masque igt slots [masque-is.bolship.info] | free casino slots off line [free-csol.bulowa.info] | budweiser nude babe 2 poker chip card guard cover [budweiser-nb2pccgc.bugopo.info] | free slots games yahoo [free-sgy.bolship.info] | ',1,0),(93,0,4,'2007-08-10 03:06:08','Dave1972x','','','87.106.27.17','Comment 09 2102',' buy phentermine [www.freewebs.com] | texas holdem poker msn [texas-hpm.bugopo.info] | free online video slots casinos [free-ovsc.bulowa.info] | how to win on penny slots [how-twops.bulowa.info] | moms playing strip poker [moms-psp.bugopo.info] | hard rock hotel casino in fl [hard-rhcif.bugoring.info] | sell my play money on party poker [sell-mpmopp.bugopo.info] | casino royale james bond [casino-rjb-40.bugoring.info] | best online slots free games [best-osfg.bolship.info] | free poker texas hold em online [free-ptheo.bugopo.info] | free slots sim com. [free-ssc.bolship.info] | draw poker standard five card draw [draw-psfcd.bugopo.info] | bingo and slots online no deposit [bingo-asond.bulowa.info] | free bonus slots game [free-bsg.bolship.info] | the mirage hotel casino las vegas [the-mhclv.bugoring.info] | ',1,0),(94,0,4,'2007-08-11 00:56:08','Dave1972x','','','87.106.27.17','Comment 10 1856',' buy phentermine online [www.freewebs.com] | foldup slot car set [foldup-scs.phyretic.cn] | senario casino plug and play slots [senario-cpaps.bleepip.cn] | bus transportation for seniors to grand casino mille lacs [bus-tfstgcml.bleepip.cn] | foxwoods resort casino mashantucket [foxwoods-rcm.knicat.cn] | washington redskins poker chip key ring holder [washington-rpckrh.mungony.cn] | cash loan quick uk [cash-lqu.legific.cn] | ballys casino and hotel in las vegas [ballys-cahilv.knicat.cn] | horseshoe casino jobs [horseshoe-cj.bleepip.cn] | poker card cover protector [poker-ccp.mungony.cn] | slots plus casino [slots-pc.deifoc.cn] | purchase phentermine high quality [purchase-phq.pledogic.cn] | get aproved for a car loan no credit ok [get-afaclnco.legific.cn] | bingo slots rules [bingo-sr.renour.cn] | jobs at mgm grand casino detroit [jobs-amgcd.bleepip.cn] | need very very cheap hoodia or phentermine diet pills [need-vvchopdp.pledogic.cn] | problems of illegal gambling [problems-oig.perceri.cn] | ',1,0),(95,0,2,'2007-08-11 00:56:12','Dave1972x','','','87.106.27.17','Comment 10 1856',' buy phentermine [www.freewebs.com] | slots of vegas online casino [slots-ovoc.deifoc.cn] | online pharmacies phentermine overnight [online-ppo.pledogic.cn] | argosy casino kentucky jobs [argosy-ckj.knicat.cn] | rv park near foxwood casino [rv-pnfc.knicat.cn] | used car auto loan dealers in revere and chelsea mass [used-caldiracm.legific.cn] | play free no download slots royal vegas [play-fndsrv.renour.cn] | diet loss phentermine vitalphencom weight [diet-lpvw.pledogic.cn] | how many pci slots on dell 4300s [how-mpsod4.deifoc.cn] | loan first time home buyer [loan-fthb.legific.cn] | form to create business plans for the bank business loan [form-tcbpftbbl.legific.cn] | play casino games free money [play-cgfm.knicat.cn] | phil gordon poker book [phil-gpb.mungony.cn] | toseeka search for products casino gaming [toseeka-sfpcg.knicat.cn] | home gambling games [home-gg.perceri.cn] | ',1,0),(96,0,2,'2007-08-12 01:15:04','Dave1972x','','','91.121.9.61','Comment 12 114',' download free reel deal slots warez [download-frdsw.induland.cn] | free online casino betting [free-ocb.remariz.cn] | casino royale soundtrack tracks [casino-rst.rulodeer.cn] | charlestown race slots west virginia [charlestown-rswv-27.induland.cn] | casino royal cast [casino-rc-61.remariz.cn] | map of all casino in oklahoma [map-oacio.deephawk.cn] | no deposit free 12 or 11 or 15 online casino [no-df1o1o1oc.rulodeer.cn] | safe internet sports gambling betting [safe-isgb.noncocc.cn] | casino resort venetian [casino-rv.deephawk.cn] | download video slots [download-vs.induland.cn] | best sports betting concensus report [best-sbcr.noncocc.cn] | small business health insurance blue cross [small-bhibc.phoses.cn] | poker slot machine [poker-sm.pirialvo.cn] | non skill stop slot machines [non-sssm.sayyiden.cn] | casino gambling [casino-g.rulodeer.cn] | ',1,0),(97,0,4,'2007-08-12 01:15:05','Dave1972x','','','91.121.9.61','Comment 12 114',' download free reel deal slots warez [download-frdsw.induland.cn] | free online casino betting [free-ocb.remariz.cn] | casino royale soundtrack tracks [casino-rst.rulodeer.cn] | charlestown race slots west virginia [charlestown-rswv-27.induland.cn] | casino royal cast [casino-rc-61.remariz.cn] | map of all casino in oklahoma [map-oacio.deephawk.cn] | no deposit free 12 or 11 or 15 online casino [no-df1o1o1oc.rulodeer.cn] | safe internet sports gambling betting [safe-isgb.noncocc.cn] | casino resort venetian [casino-rv.deephawk.cn] | download video slots [download-vs.induland.cn] | best sports betting concensus report [best-sbcr.noncocc.cn] | small business health insurance blue cross [small-bhibc.phoses.cn] | poker slot machine [poker-sm.pirialvo.cn] | non skill stop slot machines [non-sssm.sayyiden.cn] | casino gambling [casino-g.rulodeer.cn] | ',1,0),(98,0,2,'2007-08-12 01:51:37','Dave1972x','','','91.121.9.61','Comment 12 151','hpixklo beat the dealer chart blackjack thorp [beat-tdcbt.ariespa.cn] | hooters casino and hotel wedding packages [hooters-cahwp.sneenstr.cn] | phentermine online doctor approval [phentermine-oda.travic.cn] | buy phentermine billed cod [buy-pbc-180.stologra.cn] | california casino guide [california-cg.yawpsia.cn] | "foxwoods casino" [quotfoxwoods-c.selfwing.cn] | promotion codes for excalibur hotel and casino [promotion-cfehac.sneenstr.cn] | tropicana hotel casino hotel [tropicana-hch.dribbli.cn] | looking for weight loss pills phentermine [looking-fwlpp.travic.cn] | igt slots play free online [igt-spfo.shaceons.cn] | mixing xanax and adderall side effects [mixing-xaase.tuffhate.cn] | james bond casino royale 2006 site free wallpapers [james-bcr2sfw.dribbli.cn] | cheap phentermine online 37 5 [cheap-po35.stologra.cn] | uk casino bets online [uk-cbo.selfwing.cn] | ',1,0),(99,0,4,'2007-08-12 01:51:40','Dave1972x','','','91.121.9.61','Comment 12 151','hpixklo beat the dealer chart blackjack thorp [beat-tdcbt.ariespa.cn] | hooters casino and hotel wedding packages [hooters-cahwp.sneenstr.cn] | phentermine online doctor approval [phentermine-oda.travic.cn] | buy phentermine billed cod [buy-pbc-180.stologra.cn] | california casino guide [california-cg.yawpsia.cn] | "foxwoods casino" [quotfoxwoods-c.selfwing.cn] | promotion codes for excalibur hotel and casino [promotion-cfehac.sneenstr.cn] | tropicana hotel casino hotel [tropicana-hch.dribbli.cn] | looking for weight loss pills phentermine [looking-fwlpp.travic.cn] | igt slots play free online [igt-spfo.shaceons.cn] | mixing xanax and adderall side effects [mixing-xaase.tuffhate.cn] | james bond casino royale 2006 site free wallpapers [james-bcr2sfw.dribbli.cn] | cheap phentermine online 37 5 [cheap-po35.stologra.cn] | uk casino bets online [uk-cbo.selfwing.cn] | ',1,0),(100,0,2,'2007-08-12 20:00:29','Dave1972x','','','91.121.9.61','Comment 12 2000','hpixulo 20six.co.uk 3 buy online xanax [20sixcouk-3box.caciqua.info] | play 5 reel slots free [play-5rsf.bushr.info] | slot car limited sets [slot-cls.bviut.info] | custom ho slot cars [custom-hsc.bviut.info] | free play money casino games [free-pmcg.ceira.info] | how is the rpi figured in college basketball [how-itrficb.burserv.info] | nascar 1/24 slot cars [nascar-1sc.bviut.info] | free online gaming slots [free-ogs-13.ceiap.info] | winning dollar slots [winning-ds.ceiap.info] | charlestown races and slots in the epic [charlestown-rasite.bushr.info] | two pair firestone 1 24 slot car tires [two-pf12sct.bviut.info] | selling used college course books [selling-uccb.burserv.info] | bally slot machine [bally-sm.bviut.info] | free slots free to play bonus games [free-sftpbg.ceiap.info] | reel deal slots bonus mania [reel-dsbm.ceiap.info] | grand casino coushatta camp ground [grand-cccg.ceira.info] | play free downloads on casino slots in usa [play-fdocsiu.butli.info] | atlantic city casino tropicana first wed. april 4 [atlantic-cctfwa4.ceira.info] | ',1,0),(101,0,4,'2007-08-12 20:00:31','Dave1972x','','','91.121.9.61','Comment 12 2000','hpixulo 20six.co.uk 3 buy online xanax [20sixcouk-3box.caciqua.info] | play 5 reel slots free [play-5rsf.bushr.info] | slot car limited sets [slot-cls.bviut.info] | custom ho slot cars [custom-hsc.bviut.info] | free play money casino games [free-pmcg.ceira.info] | how is the rpi figured in college basketball [how-itrficb.burserv.info] | nascar 1/24 slot cars [nascar-1sc.bviut.info] | free online gaming slots [free-ogs-13.ceiap.info] | winning dollar slots [winning-ds.ceiap.info] | charlestown races and slots in the epic [charlestown-rasite.bushr.info] | two pair firestone 1 24 slot car tires [two-pf12sct.bviut.info] | selling used college course books [selling-uccb.burserv.info] | bally slot machine [bally-sm.bviut.info] | free slots free to play bonus games [free-sftpbg.ceiap.info] | reel deal slots bonus mania [reel-dsbm.ceiap.info] | grand casino coushatta camp ground [grand-cccg.ceira.info] | play free downloads on casino slots in usa [play-fdocsiu.butli.info] | atlantic city casino tropicana first wed. april 4 [atlantic-cctfwa4.ceira.info] | ',1,0),(102,0,2,'2007-08-13 22:59:04','Dave1972x','','','91.121.9.61','Comment 13 2258','hpixulo 1/32 scale slot car [132-ssc-27.bviut.info] | circus circus casino and hotel las vegas [circus-ccahlv.butli.info] | leprechauns gold slot machine free online [leprechauns-gsmfo.cheder.info] | free online casino money no deposit required [free-ocmndr.butli.info] | slim slots som [slim-ss.ceiap.info] | slots o fun hot dog [slots-ofhd.ceiap.info] | wheel of fortune traditional style slot machine set [wheel-oftssms.cheder.info] | alprazolam xanax [alprazolam-x.caciqua.info] | blue chip casino phone number [blue-ccpn.ceira.info] | treasure island resort casino hotel rates [treasure-irchr.ceira.info] | digtel slot car race track [digtel-scrt.bviut.info] | slot car super afx ii [slot-csai.cheder.info] | play phantom computer slots games on line for free [play-pcsgolff.bushr.info] | xanax xr pictures [xanax-xp.caciqua.info] | play yetti the betty bonus video slots online [play-ytbbvso.bushr.info] | pala casino and hotel reservations [pala-cahr.butli.info] | grand rapids community college info [grand-rcci.burserv.info] | ',1,0),(103,0,4,'2007-08-13 22:59:07','Dave1972x','','','91.121.9.61','Comment 13 2258','hpixulo 1/32 scale slot car [132-ssc-27.bviut.info] | circus circus casino and hotel las vegas [circus-ccahlv.butli.info] | leprechauns gold slot machine free online [leprechauns-gsmfo.cheder.info] | free online casino money no deposit required [free-ocmndr.butli.info] | slim slots som [slim-ss.ceiap.info] | slots o fun hot dog [slots-ofhd.ceiap.info] | wheel of fortune traditional style slot machine set [wheel-oftssms.cheder.info] | alprazolam xanax [alprazolam-x.caciqua.info] | blue chip casino phone number [blue-ccpn.ceira.info] | treasure island resort casino hotel rates [treasure-irchr.ceira.info] | digtel slot car race track [digtel-scrt.bviut.info] | slot car super afx ii [slot-csai.cheder.info] | play phantom computer slots games on line for free [play-pcsgolff.bushr.info] | xanax xr pictures [xanax-xp.caciqua.info] | play yetti the betty bonus video slots online [play-ytbbvso.bushr.info] | pala casino and hotel reservations [pala-cahr.butli.info] | grand rapids community college info [grand-rcci.burserv.info] | ',1,0),(104,0,2,'2007-08-14 13:55:32','Dave1972x','','','91.121.9.61','Comment 14 1355','hpixulo toy slot machines banks [cranb.info] | dual slot 1 motherboards [dual-s1m.comisite.info] | luxor dollar casino tokens [luxor-dct.cornedie.info] | online casino poker [cofrece.info] | slotland free bonus slots [slotland-fbs.condous.info] | crazy game of poker a.o.r [crazy-gopa.cooti.info] | free and fun no download slots [free-afnds.clasti.info] | afx slot cars super ii [cranb.info] | vegas towers flash casino free slots [vegas-tfcfs.cornedie.info] | slim slots free bingo.com [slim-sfb.condous.info] | play igt slot machines [play-ism.comisite.info] | neue slot machines casino [neue-smc.cotsch.info] | h.o scale slot car racing syracuse n.y [cranb.info] | cool cat casino existing account no deposit bonuses [cofrece.info] | casino royale 2006 film references [cofrece.info] | casino royale 1967 film soundtrack [cofrece.info] | ',1,0),(105,0,4,'2007-08-14 13:55:34','Dave1972x','','','91.121.9.61','Comment 14 1355','hpixulo toy slot machines banks [cranb.info] | dual slot 1 motherboards [dual-s1m.comisite.info] | luxor dollar casino tokens [luxor-dct.cornedie.info] | online casino poker [cofrece.info] | slotland free bonus slots [slotland-fbs.condous.info] | crazy game of poker a.o.r [crazy-gopa.cooti.info] | free and fun no download slots [free-afnds.clasti.info] | afx slot cars super ii [cranb.info] | vegas towers flash casino free slots [vegas-tfcfs.cornedie.info] | slim slots free bingo.com [slim-sfb.condous.info] | play igt slot machines [play-ism.comisite.info] | neue slot machines casino [neue-smc.cotsch.info] | h.o scale slot car racing syracuse n.y [cranb.info] | cool cat casino existing account no deposit bonuses [cofrece.info] | casino royale 2006 film references [cofrece.info] | casino royale 1967 film soundtrack [cofrece.info] | ',1,0),(106,0,2,'2007-08-14 19:35:03','Dave1972x','','','91.121.9.61','Comment 14 1934','hpixulo craps table strategies [craps-ts-124.tureti.cn] | casino tables blackjack craps roulette poker [casino-tbcrp.tureti.cn] | www free slots to play [www-fstp.supentil.cn] | view layout of craps table [view-loct.tureti.cn] | midway slots and racing [midway-sar.shifur.cn] | motherboards agp slot [motherboards-as.dertort.cn] | casino no deposit required money [casino-ndrm.chopias.cn] | best payout online casino [best-poc.chopias.cn] | free stampede slots machine [free-ssm-58.istious.cn] | free casino cash no deposits [free-ccnd.artiesce.cn] | play free video slots no download [play-fvsnd.shifur.cn] | free video bonus slots [free-vbs.shifur.cn] | casino coupon code new no deposit [casino-ccnnd.artiesce.cn] | free fun slots com [free-fsc.istious.cn] | install sim slots [install-ss.istious.cn] | the best free casino slots on line [the-bfcsol.shifur.cn] | stratosphere hotel and casino in las vegas, nv [stratosphere-hacilvn.artiesce.cn] | identifying agp video card slots [identifying-avcs.supentil.cn] | pala casino slik [pala-cs-22.artiesce.cn] | ',1,0),(107,0,4,'2007-08-14 19:35:05','Dave1972x','','','91.121.9.61','Comment 14 1934','hpixulo craps table strategies [craps-ts-124.tureti.cn] | casino tables blackjack craps roulette poker [casino-tbcrp.tureti.cn] | www free slots to play [www-fstp.supentil.cn] | view layout of craps table [view-loct.tureti.cn] | midway slots and racing [midway-sar.shifur.cn] | motherboards agp slot [motherboards-as.dertort.cn] | casino no deposit required money [casino-ndrm.chopias.cn] | best payout online casino [best-poc.chopias.cn] | free stampede slots machine [free-ssm-58.istious.cn] | free casino cash no deposits [free-ccnd.artiesce.cn] | play free video slots no download [play-fvsnd.shifur.cn] | free video bonus slots [free-vbs.shifur.cn] | casino coupon code new no deposit [casino-ccnnd.artiesce.cn] | free fun slots com [free-fsc.istious.cn] | install sim slots [install-ss.istious.cn] | the best free casino slots on line [the-bfcsol.shifur.cn] | stratosphere hotel and casino in las vegas, nv [stratosphere-hacilvn.artiesce.cn] | identifying agp video card slots [identifying-avcs.supentil.cn] | pala casino slik [pala-cs-22.artiesce.cn] | ',1,0),(108,0,2,'2007-08-15 16:10:40','Dave1972x','','','91.121.9.61','Comment 15 1610','hpixulo xanax 2mg bars no prescription needed [xanax-2bnpn.declabi.info] | great free online casino with feature slot games [great-focwfsg.deftem.info] | charlestown races and slots hotel [charlestown-rash-32.cruci.info] | cheapest 90 phentermine [cheapest-9p.deepenn.info] | no prescription 37.5 phentermine [no-p3p.deepenn.info] | no download free flash slots [no-dffs.debji.info] | casino dealer supplies [casino-ds.dalwyc.info] | louisianna casino winner [louisianna-cw.deibs.info] | pot of gold video slots play online [pot-ogvspo.cruci.info] | schlage mail slots [schlage-ms.debji.info] | ho slot cars cars [ho-scc-24.cubbi.info] | xanax addiction and side effect [xanax-aase.declabi.info] | does xanax pills look like [does-xpll.declabi.info] | xanax overnight shipping pay later [xanax-ospl.declabi.info] | casino guide usa locate [casino-gul.deibs.info] | bank vegas slot machine [bank-vsm.cubbi.info] | winning bid slot machine where can i buy it [winning-bsmwcibi.deftem.info] | atlantic city slots machines [atlantic-csm.debji.info] | ',1,0),(109,0,4,'2007-08-15 16:10:42','Dave1972x','','','91.121.9.61','Comment 15 1610','hpixulo xanax 2mg bars no prescription needed [xanax-2bnpn.declabi.info] | great free online casino with feature slot games [great-focwfsg.deftem.info] | charlestown races and slots hotel [charlestown-rash-32.cruci.info] | cheapest 90 phentermine [cheapest-9p.deepenn.info] | no prescription 37.5 phentermine [no-p3p.deepenn.info] | no download free flash slots [no-dffs.debji.info] | casino dealer supplies [casino-ds.dalwyc.info] | louisianna casino winner [louisianna-cw.deibs.info] | pot of gold video slots play online [pot-ogvspo.cruci.info] | schlage mail slots [schlage-ms.debji.info] | ho slot cars cars [ho-scc-24.cubbi.info] | xanax addiction and side effect [xanax-aase.declabi.info] | does xanax pills look like [does-xpll.declabi.info] | xanax overnight shipping pay later [xanax-ospl.declabi.info] | casino guide usa locate [casino-gul.deibs.info] | bank vegas slot machine [bank-vsm.cubbi.info] | winning bid slot machine where can i buy it [winning-bsmwcibi.deftem.info] | atlantic city slots machines [atlantic-csm.debji.info] | ',1,0),(110,0,2,'2007-08-15 23:52:09','Dave1972x','','','91.121.9.61','Comment 15 2351','hpixulo all episodes of sex and the city [all-eosatc.kairolo.cn] | girls giving blow jobs to men [girls-gbjtm.diestive.cn] | erotic stories pictures wife tease phone sex [erotic-spwtps.parahed.cn] | picture of ded peolpe having sex with living people [picture-odphswlp.exhing.cn] | indian home sex pics [indian-hsp.kairolo.cn] | louisiana sex offenders [louisiana-so.kairolo.cn] | sex comics disney [sex-cd.exhing.cn] | animal women sex video [animal-wsv.pastma.cn] | anime free game online sex [anime-fgos.exhing.cn] | ugly girl blow job [ugly-gbj.diestive.cn] | hot sweaty sex video of asia carerra [hot-ssvoac.pastma.cn] | britney spears having sex video [britney-shsv.pastma.cn] | public drunk sex pics [public-dsp.nonmemb.cn] | islam woman forced to anal sex with husband [islam-wftaswh.nonmemb.cn] | ',1,0),(111,0,4,'2007-08-15 23:52:11','Dave1972x','','','91.121.9.61','Comment 15 2351','hpixulo all episodes of sex and the city [all-eosatc.kairolo.cn] | girls giving blow jobs to men [girls-gbjtm.diestive.cn] | erotic stories pictures wife tease phone sex [erotic-spwtps.parahed.cn] | picture of ded peolpe having sex with living people [picture-odphswlp.exhing.cn] | indian home sex pics [indian-hsp.kairolo.cn] | louisiana sex offenders [louisiana-so.kairolo.cn] | sex comics disney [sex-cd.exhing.cn] | animal women sex video [animal-wsv.pastma.cn] | anime free game online sex [anime-fgos.exhing.cn] | ugly girl blow job [ugly-gbj.diestive.cn] | hot sweaty sex video of asia carerra [hot-ssvoac.pastma.cn] | britney spears having sex video [britney-shsv.pastma.cn] | public drunk sex pics [public-dsp.nonmemb.cn] | islam woman forced to anal sex with husband [islam-wftaswh.nonmemb.cn] | ',1,0),(112,0,2,'2007-08-16 14:44:18','Dave1972x','','','91.121.9.61','Comment 16 1443','hpixulo real deal casino slots [real-dcs.destic.info] | definition of withdrawing off xanax [definition-owox.dialgyry.info] | casino new no deposit [casino-nnd.desminy.info] | pictures of people on xanax [pictures-opox.dialgyry.info] | casino royale craig pictures [casino-rcp.desminy.info] | phentermine 37.5mg no rx needed [phentermine-3nrn.dicismay.info] | slot machines play free [slot-mpf.deraphig.info] | xanax has antidepressant effect [xanax-hae.dialgyry.info] | play slots online with american express [play-sowae.dingbish.info] | garvic slot car parts [garvic-scp.dizing.info] | greenbrier drag racing slot cars [greenbrier-drsc.deraphig.info] | mystic lake casino address [mystic-lca.disham.info] | xanax for sale paypal [xanax-fsp.dialgyry.info] | order phentermine without a prescription [order-pwap.dicismay.info] | amazon big bonus plug and play casino slots [amazon-bbpapcs.destic.info] | fremont hotel and casino las vegas nv [fremont-haclvn.desminy.info] | 40 line slots [40-ls.destic.info] | pci 2.2 slots [pci-2s.destic.info] | on line free slot machines [on-lfsm.deraphig.info] | order generic xanax [order-gx.dialgyry.info] | victorian slot machine stand [victorian-sms.dizing.info] | ',1,0),(113,0,4,'2007-08-16 14:44:21','Dave1972x','','','91.121.9.61','Comment 16 1443','hpixulo real deal casino slots [real-dcs.destic.info] | definition of withdrawing off xanax [definition-owox.dialgyry.info] | casino new no deposit [casino-nnd.desminy.info] | pictures of people on xanax [pictures-opox.dialgyry.info] | casino royale craig pictures [casino-rcp.desminy.info] | phentermine 37.5mg no rx needed [phentermine-3nrn.dicismay.info] | slot machines play free [slot-mpf.deraphig.info] | xanax has antidepressant effect [xanax-hae.dialgyry.info] | play slots online with american express [play-sowae.dingbish.info] | garvic slot car parts [garvic-scp.dizing.info] | greenbrier drag racing slot cars [greenbrier-drsc.deraphig.info] | mystic lake casino address [mystic-lca.disham.info] | xanax for sale paypal [xanax-fsp.dialgyry.info] | order phentermine without a prescription [order-pwap.dicismay.info] | amazon big bonus plug and play casino slots [amazon-bbpapcs.destic.info] | fremont hotel and casino las vegas nv [fremont-haclvn.desminy.info] | 40 line slots [40-ls.destic.info] | pci 2.2 slots [pci-2s.destic.info] | on line free slot machines [on-lfsm.deraphig.info] | order generic xanax [order-gx.dialgyry.info] | victorian slot machine stand [victorian-sms.dizing.info] | ',1,0),(114,0,2,'2007-08-17 10:41:24','Dave1972x','','','91.121.9.61','Comment 17 1040','hpixulo get xanax prescriptions in 24hrs [get-xpi2.eupheru.info] | phentermine 37 5mg 30 [phentermine-353.eurituri.info] | effexor xanax overdose [effexor-xo.eupheru.info] | no rx required xanax order [no-rrxo.eupheru.info] | length of xanax withdrawl [length-oxw-20.eupheru.info] | search roal vages online casino slots of 300 free spins [search-rvocso3fs.erednent.info] | where to buy xanax with no prescription [where-tbxwnp.eupheru.info] | prostate radiation compare viagra cialis [prostate-rcvc.dubions.info] | jouer au casino gratuit en ligne [jouer-acgel.encymbak.info] | sex pill viagra [sex-pv-55.dubions.info] | tropicana casino and resort in nj [tropicana-carin.encymbak.info] | free online no download slots [free-onds.elancent.info] | buy phentermine online with a debit card [buy-powadc.eurituri.info] | free online casino no deposit bonus promotions [free-ocndbp.dutif.info] | rio all suites hotel and casino ratings [rio-ashacr.encymbak.info] | ',1,0),(115,0,4,'2007-08-17 10:41:27','Dave1972x','','','91.121.9.61','Comment 17 1040','hpixulo get xanax prescriptions in 24hrs [get-xpi2.eupheru.info] | phentermine 37 5mg 30 [phentermine-353.eurituri.info] | effexor xanax overdose [effexor-xo.eupheru.info] | no rx required xanax order [no-rrxo.eupheru.info] | length of xanax withdrawl [length-oxw-20.eupheru.info] | search roal vages online casino slots of 300 free spins [search-rvocso3fs.erednent.info] | where to buy xanax with no prescription [where-tbxwnp.eupheru.info] | prostate radiation compare viagra cialis [prostate-rcvc.dubions.info] | jouer au casino gratuit en ligne [jouer-acgel.encymbak.info] | sex pill viagra [sex-pv-55.dubions.info] | tropicana casino and resort in nj [tropicana-carin.encymbak.info] | free online no download slots [free-onds.elancent.info] | buy phentermine online with a debit card [buy-powadc.eurituri.info] | free online casino no deposit bonus promotions [free-ocndbp.dutif.info] | rio all suites hotel and casino ratings [rio-ashacr.encymbak.info] | ',1,0),(116,0,2,'2007-08-18 08:37:13','Dave1972x','','','91.121.9.61','Comment 18 836','hpixulo baccarat play for fun game [baccarat-pffg.falora.info] | river palms hotel and casino in laughlin nevada [river-phaciln.ewerylo.info] | ree slot machine games online [ree-smgo.experal.info] | card games online bullshit cheat casino [card-gobcc.expulapi.info] | play online baccarat [play-ob.falora.info] | casino night theme party at home [casino-ntpah.ewerylo.info] | charger slot cars [charger-sc.experal.info] | baccarat swirled crystal perfume bottle [baccarat-scpb.falora.info] | gendarme hat guerlain baccarat perfume bottle [gendarme-hgbpb.falora.info] | jackpot keno numbers [jackpot-kn.fanwo.info] | online casino gambling site [online-cgs.ewerylo.info] | xanax vs. valium [xanax-vv-31.explatio.info] | free money online slot [free-mos.experal.info] | free video keno strategies [free-vks.fanwo.info] | suicide xanax overdose [suicide-xo.explatio.info] | best las vegas casinos for slot machines [best-lvcfsm.experal.info] | riviera hotel and casino cheapest rates [riviera-haccr.ewerylo.info] | hard rock hotel casino hollywood fl [hard-rhchf.expulapi.info] | online las vegas top casino [online-lvtc.ewerylo.info] | pool of excalibur hotel and casino in las vegas [pool-oehacilv.ewerylo.info] | free keno gamres [free-kg-7.fanwo.info] | mills novelty nickel slot machine [mills-nnsm.fadgist.info] | ballys casino hotel atlantic city [ballys-chac.ewerylo.info] | lucky keno numbers for libra [lucky-knfl.fanwo.info] | ',1,0),(117,0,4,'2007-08-18 08:37:16','Dave1972x','','','91.121.9.61','Comment 18 836','hpixulo baccarat play for fun game [baccarat-pffg.falora.info] | river palms hotel and casino in laughlin nevada [river-phaciln.ewerylo.info] | ree slot machine games online [ree-smgo.experal.info] | card games online bullshit cheat casino [card-gobcc.expulapi.info] | play online baccarat [play-ob.falora.info] | casino night theme party at home [casino-ntpah.ewerylo.info] | charger slot cars [charger-sc.experal.info] | baccarat swirled crystal perfume bottle [baccarat-scpb.falora.info] | gendarme hat guerlain baccarat perfume bottle [gendarme-hgbpb.falora.info] | jackpot keno numbers [jackpot-kn.fanwo.info] | online casino gambling site [online-cgs.ewerylo.info] | xanax vs. valium [xanax-vv-31.explatio.info] | free money online slot [free-mos.experal.info] | free video keno strategies [free-vks.fanwo.info] | suicide xanax overdose [suicide-xo.explatio.info] | best las vegas casinos for slot machines [best-lvcfsm.experal.info] | riviera hotel and casino cheapest rates [riviera-haccr.ewerylo.info] | hard rock hotel casino hollywood fl [hard-rhchf.expulapi.info] | online las vegas top casino [online-lvtc.ewerylo.info] | pool of excalibur hotel and casino in las vegas [pool-oehacilv.ewerylo.info] | free keno gamres [free-kg-7.fanwo.info] | mills novelty nickel slot machine [mills-nnsm.fadgist.info] | ballys casino hotel atlantic city [ballys-chac.ewerylo.info] | lucky keno numbers for libra [lucky-knfl.fanwo.info] | ',1,0),(118,0,2,'2007-08-19 08:50:42','Dave1972x','','','91.121.9.61','Comment 19 849','hpixulo free video slots [free-vs.faullise.info] | buy phentermine diet pills online [buy-pdpo.farcism.info] | free online video slots sea monkeys [free-ovssm.fingoq.info] | vintage marx ho scale slot cars [vintage-mhssc.firhov.info] | carrera slot car wireless [carrera-scw.fermop.info] | casino style nickel slots for sale [casino-snsfs.fingoq.info] | vegas slots [vegas-s.faullise.info] | phentermine searchers.com q ireland car rental [phentermine-sqicr.farcism.info] | champion slot car products [champion-scp.firhov.info] | play slots for free online [play-sffo.fingoq.info] | where can i find free bonus video slots games [where-ciffbvsg.flitio.info] | order xanax bars online cod [order-xboc.farmlit.info] | play video slots for free and fun not real [play-vsffafnr.faullise.info] | on line slots downloads nodownloads [on-lsdn.fingoq.info] | ',1,0),(119,0,4,'2007-08-19 08:50:45','Dave1972x','','','91.121.9.61','Comment 19 849','hpixulo free video slots [free-vs.faullise.info] | buy phentermine diet pills online [buy-pdpo.farcism.info] | free online video slots sea monkeys [free-ovssm.fingoq.info] | vintage marx ho scale slot cars [vintage-mhssc.firhov.info] | carrera slot car wireless [carrera-scw.fermop.info] | casino style nickel slots for sale [casino-snsfs.fingoq.info] | vegas slots [vegas-s.faullise.info] | phentermine searchers.com q ireland car rental [phentermine-sqicr.farcism.info] | champion slot car products [champion-scp.firhov.info] | play slots for free online [play-sffo.fingoq.info] | where can i find free bonus video slots games [where-ciffbvsg.flitio.info] | order xanax bars online cod [order-xboc.farmlit.info] | play video slots for free and fun not real [play-vsffafnr.faullise.info] | on line slots downloads nodownloads [on-lsdn.fingoq.info] | ',1,0),(120,0,2,'2007-08-20 00:07:13','Dave1972x','','','91.121.9.61','Comment 20 006','hpixulo what city is midway slots in in delware [what-cimsiid.forenk.info] | mgm grand casino and hotel wedsite [mgm-gcahw.fortited.info] | freeware aussie slots download [freeware-asd.forenk.info] | boxing card tropicana hotel and casino jan27 2006 [boxing-cthacj2.gagenchy.info] | free slots at crazy vegas [free-sacv.furlers.info] | wwwcentro de emploimen hotel casino venetian [wwwcentro-dehcv.gagenchy.info] | aladdin hotel casino employment opportunities [aladdin-hceo.fussbur.info] | las vegas flamingo hotel and casino [las-vfhac.gagenchy.info] | xanax for reptiles for sale [xanax-frfs.fumig.info] | best bet whitefish, montana casino [best-bwmc.fussbur.info] | pharmacia xanax for sale in usa [pharmacia-xfsiu.fumig.info] | free money to play casino games [free-mtpcg.gagenchy.info] | free no download online slots [free-ndos.forenk.info] | gfed commodore casino free chips coupon [gfed-ccfcc.fussbur.info] | casino game to play for free [casino-gtpff.fortited.info] | slots of vegas new codes [slots-ovnc.forenk.info] | ',1,0),(121,0,4,'2007-08-20 00:07:16','Dave1972x','','','91.121.9.61','Comment 20 006','hpixulo what city is midway slots in in delware [what-cimsiid.forenk.info] | mgm grand casino and hotel wedsite [mgm-gcahw.fortited.info] | freeware aussie slots download [freeware-asd.forenk.info] | boxing card tropicana hotel and casino jan27 2006 [boxing-cthacj2.gagenchy.info] | free slots at crazy vegas [free-sacv.furlers.info] | wwwcentro de emploimen hotel casino venetian [wwwcentro-dehcv.gagenchy.info] | aladdin hotel casino employment opportunities [aladdin-hceo.fussbur.info] | las vegas flamingo hotel and casino [las-vfhac.gagenchy.info] | xanax for reptiles for sale [xanax-frfs.fumig.info] | best bet whitefish, montana casino [best-bwmc.fussbur.info] | pharmacia xanax for sale in usa [pharmacia-xfsiu.fumig.info] | free money to play casino games [free-mtpcg.gagenchy.info] | free no download online slots [free-ndos.forenk.info] | gfed commodore casino free chips coupon [gfed-ccfcc.fussbur.info] | casino game to play for free [casino-gtpff.fortited.info] | slots of vegas new codes [slots-ovnc.forenk.info] | ',1,0),(122,0,2,'2007-08-20 13:06:46','Dave1972x','','','91.121.9.61','Comment 20 1305','hpixulo free and casino and cash and prizes [free-acacap.galved.info] | free casino games slots just for fun [free-cgsjff.ganglab.info] | belterra resort and casino indiana [belterra-raci.gerhand.info] | soaring eagle casino and resort employment [soaring-ecare.gerhand.info] | casino royale posters [casino-rp.galved.info] | club pogo slots [club-ps.gibbers.info] | supaserach.com q buy phentermine online [supaserachcom-qbpo.gerevi.info] | casinoonline sports bet online casino [casinoonline-sboc.gerhand.info] | slots free no download [slots-fnd.ganglab.info] | net bet casino no deposit free cash codes [net-bcndfcc.gatistic.info] | masque slots cheats [masque-sc.gibbers.info] | play reel slot machines,with reel names for free [play-rsmrnff.gapza.info] | phentermine herbal [phentermine-h.gerevi.info] | information on buying the generic form of phentermine [information-obtgfop.gerevi.info] | free no deposit casino cash codes [free-ndccc.gerhand.info] | ',1,0),(123,0,4,'2007-08-20 13:06:49','Dave1972x','','','91.121.9.61','Comment 20 1305','hpixulo free and casino and cash and prizes [free-acacap.galved.info] | free casino games slots just for fun [free-cgsjff.ganglab.info] | belterra resort and casino indiana [belterra-raci.gerhand.info] | soaring eagle casino and resort employment [soaring-ecare.gerhand.info] | casino royale posters [casino-rp.galved.info] | club pogo slots [club-ps.gibbers.info] | supaserach.com q buy phentermine online [supaserachcom-qbpo.gerevi.info] | casinoonline sports bet online casino [casinoonline-sboc.gerhand.info] | slots free no download [slots-fnd.ganglab.info] | net bet casino no deposit free cash codes [net-bcndfcc.gatistic.info] | masque slots cheats [masque-sc.gibbers.info] | play reel slot machines,with reel names for free [play-rsmrnff.gapza.info] | phentermine herbal [phentermine-h.gerevi.info] | information on buying the generic form of phentermine [information-obtgfop.gerevi.info] | free no deposit casino cash codes [free-ndccc.gerhand.info] | ',1,0),(124,0,2,'2007-08-20 21:07:46','Dave1972x','','','91.121.9.61','Comment 20 2106','hpixulo casino las vegas wynn [casino-lvw.fkack.info] | casino virtuel bonus gratuit [casino-vbg.ijaann.info] | sims casino slots free [sims-csf.hibij.info] | prism casino coupon code no deposit free new coupons [prism-cccndfnc.hibij.info] | three card poker free casino games [three-cpfcg.ilohoc.info] | free online casino bonus codes [free-ocbc.ijaann.info] | casino morongo jobs [casino-mj.fkack.info] | tropicana hotel and casino las vegas nevada [tropicana-haclvn.gnije.info] | black jack casino directory [black-jcd.ilohoc.info] | vegas slots online casino [vegas-soc.ikapo.info] | will celebrex and xanax cause weight gain [will-caxcwg.ibasa.info] | new no deposit casino [new-ndc.fkack.info] | casino download gambling game [casino-dgg.fkack.info] | belterra casino directions [belterra-cd.ilohoc.info] | prestige casino games [prestige-cg.gnije.info] | slots a fun las vegas [slots-aflv.ikapo.info] | ',1,0),(125,0,4,'2007-08-20 21:07:49','Dave1972x','','','91.121.9.61','Comment 20 2106','hpixulo casino las vegas wynn [casino-lvw.fkack.info] | casino virtuel bonus gratuit [casino-vbg.ijaann.info] | sims casino slots free [sims-csf.hibij.info] | prism casino coupon code no deposit free new coupons [prism-cccndfnc.hibij.info] | three card poker free casino games [three-cpfcg.ilohoc.info] | free online casino bonus codes [free-ocbc.ijaann.info] | casino morongo jobs [casino-mj.fkack.info] | tropicana hotel and casino las vegas nevada [tropicana-haclvn.gnije.info] | black jack casino directory [black-jcd.ilohoc.info] | vegas slots online casino [vegas-soc.ikapo.info] | will celebrex and xanax cause weight gain [will-caxcwg.ibasa.info] | new no deposit casino [new-ndc.fkack.info] | casino download gambling game [casino-dgg.fkack.info] | belterra casino directions [belterra-cd.ilohoc.info] | prestige casino games [prestige-cg.gnije.info] | slots a fun las vegas [slots-aflv.ikapo.info] | ',1,0),(126,0,2,'2007-08-20 22:29:54','Dave1972x','','','91.121.9.61','Comment 20 2228','hpixulo xanax is used for [xanax-iuf.ibasa.info] | california hotel and casino [california-hac.fkack.info] | casino buy chips [casino-bc.ilohoc.info] | red rock casino theaters [red-rct.ijaann.info] | casino cash journey [casino-cj.gnije.info] | bellagio casino in las vegas [bellagio-cilv.fkack.info] | side effects of xanax 25 mg [side-eox2m.ibasa.info] | biggest no deposit required casino bonus [biggest-ndrcb.hibij.info] | las vegas casino hard rock hotel [las-vchrh.hibij.info] | casino hold em poker [casino-hep.ilohoc.info] | california grand casino [california-gc.fkack.info] | fee slots on line [fee-sol.ikapo.info] | chip racks casino [chip-rc.ijaann.info] | play msn free slots for fun [play-mfsff.ikapo.info] | new casino no deposit bonus [new-cndb.gnije.info] | free virtual on line slots [free-vols.ikapo.info] | ',1,0),(127,0,4,'2007-08-20 22:29:59','Dave1972x','','','91.121.9.61','Comment 20 2228','hpixulo xanax is used for [xanax-iuf.ibasa.info] | california hotel and casino [california-hac.fkack.info] | casino buy chips [casino-bc.ilohoc.info] | red rock casino theaters [red-rct.ijaann.info] | casino cash journey [casino-cj.gnije.info] | bellagio casino in las vegas [bellagio-cilv.fkack.info] | side effects of xanax 25 mg [side-eox2m.ibasa.info] | biggest no deposit required casino bonus [biggest-ndrcb.hibij.info] | las vegas casino hard rock hotel [las-vchrh.hibij.info] | casino hold em poker [casino-hep.ilohoc.info] | california grand casino [california-gc.fkack.info] | fee slots on line [fee-sol.ikapo.info] | chip racks casino [chip-rc.ijaann.info] | play msn free slots for fun [play-mfsff.ikapo.info] | new casino no deposit bonus [new-cndb.gnije.info] | free virtual on line slots [free-vols.ikapo.info] | ',1,0),(128,0,2,'2007-08-21 13:03:21','Dave1972x','','','91.121.9.61','Comment 21 1302','hpixulo mills three bells slot machine [mills-tbsm.lekok.info] | where can i purchase a star wars video slot machine [where-cipaswvsm.lekok.info] | java slot machine games [java-smg.koisje.info] | free slots online com [free-soc.imarcie.info] | eagle slots pokies [eagle-sp.imarcie.info] | race car slot sets [race-css.lekok.info] | 007 casino royal the movie [007-crtm.lekap.info] | casino slots games free [casino-sgf.oawr.info] | grand casino coushatta camp ground [grand-cccg.ofroza.info] | expansion slots cpu single bus [expansion-scsb.jimniq.info] | playing multi line slots [playing-mls.imarcie.info] | tao venetian hotel casino [tao-vhc.ofroza.info] | learn how to play casino slot games [learn-htpcsg.ofroza.info] | casino royale quicktime trailer [casino-rqt.ofroza.info] | video slots casino [video-sc.jimniq.info] | igt slot machines used for parts [igt-smufp.lekok.info] | ',1,0),(129,0,4,'2007-08-21 13:03:24','Dave1972x','','','91.121.9.61','Comment 21 1302','hpixulo mills three bells slot machine [mills-tbsm.lekok.info] | where can i purchase a star wars video slot machine [where-cipaswvsm.lekok.info] | java slot machine games [java-smg.koisje.info] | free slots online com [free-soc.imarcie.info] | eagle slots pokies [eagle-sp.imarcie.info] | race car slot sets [race-css.lekok.info] | 007 casino royal the movie [007-crtm.lekap.info] | casino slots games free [casino-sgf.oawr.info] | grand casino coushatta camp ground [grand-cccg.ofroza.info] | expansion slots cpu single bus [expansion-scsb.jimniq.info] | playing multi line slots [playing-mls.imarcie.info] | tao venetian hotel casino [tao-vhc.ofroza.info] | learn how to play casino slot games [learn-htpcsg.ofroza.info] | casino royale quicktime trailer [casino-rqt.ofroza.info] | video slots casino [video-sc.jimniq.info] | igt slot machines used for parts [igt-smufp.lekok.info] | ',1,0),(130,0,2,'2007-08-21 19:32:27','Dave1972x','','','91.121.9.61','Comment 21 1931','hpixulo casino hotel venetian [casino-hv.sabotea.cn] | buy xanax online drugs [buy-xod.stanth.cn] | engelbert humpedink concert at san manuel indian casino [engelbert-hcasmic.lismandl.cn] | www casino on net com [www-conc.sabotea.cn] | play free slots and win real money [play-fsawrm.difficor.cn] | casino on net popup [casino-onp.sabotea.cn] | casino home [casino-h.sabotea.cn] | jungle jim free flash slot play [jungle-jffsp.creting.cn] | play for fun all slots casino [play-ffasc.slocrali.cn] | free games of slots online [free-goso.difficor.cn] | xanax pills for sale without prescriptions [xanax-pfswp.spoign.cn] | drug to treat compulsive gambling [drug-ttcg.lepider.cn] | johnny lightning camaro slot car [johnny-lcsc.creting.cn] | slot car water 'motor break in' [slot-cwabi.geometr.cn] | indian online casino poker [indian-ocp.lismandl.cn] | online casino no dep req signup bonus [online-cndrsb.iblentab.cn] | what happens if i overdose on xanax [what-hiioox.stanth.cn] | xanax medication pictures [xanax-mp.spoign.cn] | four slot steel wheels classic car [four-sswcc.creting.cn] | online casino gambling review [online-cgr.iblentab.cn] | ',1,0),(131,0,4,'2007-08-21 19:32:30','Dave1972x','','','91.121.9.61','Comment 21 1931','hpixulo casino hotel venetian [casino-hv.sabotea.cn] | buy xanax online drugs [buy-xod.stanth.cn] | engelbert humpedink concert at san manuel indian casino [engelbert-hcasmic.lismandl.cn] | www casino on net com [www-conc.sabotea.cn] | play free slots and win real money [play-fsawrm.difficor.cn] | casino on net popup [casino-onp.sabotea.cn] | casino home [casino-h.sabotea.cn] | jungle jim free flash slot play [jungle-jffsp.creting.cn] | play for fun all slots casino [play-ffasc.slocrali.cn] | free games of slots online [free-goso.difficor.cn] | xanax pills for sale without prescriptions [xanax-pfswp.spoign.cn] | drug to treat compulsive gambling [drug-ttcg.lepider.cn] | johnny lightning camaro slot car [johnny-lcsc.creting.cn] | slot car water 'motor break in' [slot-cwabi.geometr.cn] | indian online casino poker [indian-ocp.lismandl.cn] | online casino no dep req signup bonus [online-cndrsb.iblentab.cn] | what happens if i overdose on xanax [what-hiioox.stanth.cn] | xanax medication pictures [xanax-mp.spoign.cn] | four slot steel wheels classic car [four-sswcc.creting.cn] | online casino gambling review [online-cgr.iblentab.cn] | ',1,0),(132,0,2,'2007-08-22 13:02:15','Dave1972x','','','91.121.9.61','Comment 22 1300','hpixulo bus trip to foxwood casino [bus-ttfc.pnur.info] | xanax addiction forums and discussion boards [xanax-afadb.sqiko.info] | charles town races &amp; slots charles town wv [charles-trasctw.sqipo.info] | charlestown slots and racing address [charlestown-sara.sgyz.info] | free slots to play for fun [free-stpff.sqipo.info] | free casino slot games [free-csg.sgyz.info] | who was in the first casino royale movie [who-witfcrm.sqilo.info] | new orleans hotel and casino in las vegas, nv [new-ohacilvn.sijah.info] | crazy fruit slot machines free online play [crazy-fsmfop.qziz.info] | john lennon epiphone casino [john-lec.sqilo.info] | ordering prescription xanax online [ordering-pxo.sqiko.info] | horseshoe casino robinsonville ms [horseshoe-crm.pnur.info] | casino sit with the highest payout [casino-swthp.rigwak.info] | casinoonline sports bet internet casino [casinoonline-sbic.sqilo.info] | driving directions to thunder valley casino [driving-dttvc.pnur.info] | ',1,0),(133,0,4,'2007-08-22 13:02:18','Dave1972x','','','91.121.9.61','Comment 22 1300','hpixulo bus trip to foxwood casino [bus-ttfc.pnur.info] | xanax addiction forums and discussion boards [xanax-afadb.sqiko.info] | charles town races &amp; slots charles town wv [charles-trasctw.sqipo.info] | charlestown slots and racing address [charlestown-sara.sgyz.info] | free slots to play for fun [free-stpff.sqipo.info] | free casino slot games [free-csg.sgyz.info] | who was in the first casino royale movie [who-witfcrm.sqilo.info] | new orleans hotel and casino in las vegas, nv [new-ohacilvn.sijah.info] | crazy fruit slot machines free online play [crazy-fsmfop.qziz.info] | john lennon epiphone casino [john-lec.sqilo.info] | ordering prescription xanax online [ordering-pxo.sqiko.info] | horseshoe casino robinsonville ms [horseshoe-crm.pnur.info] | casino sit with the highest payout [casino-swthp.rigwak.info] | casinoonline sports bet internet casino [casinoonline-sbic.sqilo.info] | driving directions to thunder valley casino [driving-dttvc.pnur.info] | ',1,0),(134,0,2,'2007-08-22 20:29:52','Dave1972x','','','91.121.9.61','Comment 22 2028','hpixulo play online slots free [play-osf.hypousne.info] | restaurents at mohegan sun casino [restaurents-amsc.taklow.info] | online casino no deposit [online-cnd.taklow.info] | hotels in cherokee nc near harrahs casino [hotels-icnnhc.taklow.info] | brand name xanax pictures [brand-nxp.hopyard.info] | postal regulation carrier access to mail slots [postal-rcatms.hypousne.info] | cabins near grand coushatta casino kinder,la [cabins-ngcck.taklow.info] | bonus video slots online free [bonus-vsof.hypousne.info] | mail slots [mail-s.tikac.info] | build your own drag slot car [build-yodsc.tucaf.info] | g3722 generic xanax [g3722-gx.hopyard.info] | selectric nascar slot car sets [selectric-nscs.tucaf.info] | slots machines sale [slots-ms.tikac.info] | slim slots free casino game [slim-sfcg.tikac.info] | sim slots casinos [sim-sc-2.tikac.info] | any craps odds [any-co.szikiz.info] | ',1,0),(135,0,4,'2007-08-22 20:29:56','Dave1972x','','','91.121.9.61','Comment 22 2028','hpixulo play online slots free [play-osf.hypousne.info] | restaurents at mohegan sun casino [restaurents-amsc.taklow.info] | online casino no deposit [online-cnd.taklow.info] | hotels in cherokee nc near harrahs casino [hotels-icnnhc.taklow.info] | brand name xanax pictures [brand-nxp.hopyard.info] | postal regulation carrier access to mail slots [postal-rcatms.hypousne.info] | cabins near grand coushatta casino kinder,la [cabins-ngcck.taklow.info] | bonus video slots online free [bonus-vsof.hypousne.info] | mail slots [mail-s.tikac.info] | build your own drag slot car [build-yodsc.tucaf.info] | g3722 generic xanax [g3722-gx.hopyard.info] | selectric nascar slot car sets [selectric-nscs.tucaf.info] | slots machines sale [slots-ms.tikac.info] | slim slots free casino game [slim-sfcg.tikac.info] | sim slots casinos [sim-sc-2.tikac.info] | any craps odds [any-co.szikiz.info] | ',1,0),(136,0,2,'2007-08-23 12:46:44','Dave1972x','','','91.121.9.61','Comment 23 1245','hpixulo 10 best casino online [10-bco.minone.info] | free casino game downloadsgame downloads [free-cgdd.inther.info] | no download free casinos video slots [no-dfcvs.imagilo.info] | free slots game to play [free-sgtp.micramed.info] | circus circus hotel casino funciones del circo ver fotos [circus-chcfdcvf.minone.info] | december 2005 christmas no deposit casino bonuses [december-2cndcb.inther.info] | no deposit required casino free bonus [no-drcfb.minone.info] | slot bring vegas casino [slot-bvc.imbowli.info] | pechanga casino phone number [pechanga-cpn.minone.info] | slot machine secrets free information [slot-msfi.imordati.info] | casino free game roulette [casino-fgr.minone.info] | casino card game online [casino-cgo.inther.info] | aol free casino games [aol-fcg.inedneur.info] | hiw to win on penny slots at casinos3 [hiw-twopsac.imagilo.info] | las vegas nevada circus circus hotel casino [las-vncchc.minone.info] | how to win sims slots [how-twss.micramed.info] | best casino deposit bonuses [best-cdb.imbowli.info] | gaming free poker slots [gaming-fps.imagilo.info] | tunica mississippi casino map [tunica-mcm.imbowli.info] | 43 scale artin slot car [43-sasc.imordati.info] | slot cars car ho vw bug [slot-cchvb.imordati.info] | ',1,0),(137,0,4,'2007-08-23 12:46:49','Dave1972x','','','91.121.9.61','Comment 23 1245','hpixulo 10 best casino online [10-bco.minone.info] | free casino game downloadsgame downloads [free-cgdd.inther.info] | no download free casinos video slots [no-dfcvs.imagilo.info] | free slots game to play [free-sgtp.micramed.info] | circus circus hotel casino funciones del circo ver fotos [circus-chcfdcvf.minone.info] | december 2005 christmas no deposit casino bonuses [december-2cndcb.inther.info] | no deposit required casino free bonus [no-drcfb.minone.info] | slot bring vegas casino [slot-bvc.imbowli.info] | pechanga casino phone number [pechanga-cpn.minone.info] | slot machine secrets free information [slot-msfi.imordati.info] | casino free game roulette [casino-fgr.minone.info] | casino card game online [casino-cgo.inther.info] | aol free casino games [aol-fcg.inedneur.info] | hiw to win on penny slots at casinos3 [hiw-twopsac.imagilo.info] | las vegas nevada circus circus hotel casino [las-vncchc.minone.info] | how to win sims slots [how-twss.micramed.info] | best casino deposit bonuses [best-cdb.imbowli.info] | gaming free poker slots [gaming-fps.imagilo.info] | tunica mississippi casino map [tunica-mcm.imbowli.info] | 43 scale artin slot car [43-sasc.imordati.info] | slot cars car ho vw bug [slot-cchvb.imordati.info] | ',1,0),(138,0,2,'2007-08-23 16:42:19','Dave1972x','','','91.121.9.61','Comment 23 1640','hpixulo free slots no download with bonus games [free-sndwbg.ovefular.info] | luxor dollar casino tokens [luxor-dct.osmog.info] | hard rock hotel and casino careers [hard-rhacc.mislism.info] | fun free slim slot casino games [fun-fsscg.overrici.info] | play free 5 reel 50 line video slots machines [play-f5r5lvsm.miscium.info] | slot car tracks il [slot-cti.nomatial.info] | san manuel casino map [san-mcm.osmog.info] | odd of winning at slots [odd-owas.miscium.info] | kid's+quest+childcare+grand+casino+hinckley | new online 2007 casino [new-o2c.mislism.info] | the frontier hotel and casino las vegas review [the-fhaclvr.overrici.info] | daniel craig casino royale beach [daniel-ccrb.mislism.info] | no deposit flash casino slots win cash [no-dfcswc.passne.info] | 1/24 slot car parma kits [124-scpk.nomatial.info] | real deal slots nichels and more game [real-dsnamg.ovefular.info] | reel deal slots bonus.mania free download [reel-dsbfd.miscium.info] | free information on how to win at slots [free-iohtwas.miscium.info] | ',1,0),(139,0,4,'2007-08-23 16:42:22','Dave1972x','','','91.121.9.61','Comment 23 1640','hpixulo free slots no download with bonus games [free-sndwbg.ovefular.info] | luxor dollar casino tokens [luxor-dct.osmog.info] | hard rock hotel and casino careers [hard-rhacc.mislism.info] | fun free slim slot casino games [fun-fsscg.overrici.info] | play free 5 reel 50 line video slots machines [play-f5r5lvsm.miscium.info] | slot car tracks il [slot-cti.nomatial.info] | san manuel casino map [san-mcm.osmog.info] | odd of winning at slots [odd-owas.miscium.info] | kid's+quest+childcare+grand+casino+hinckley | new online 2007 casino [new-o2c.mislism.info] | the frontier hotel and casino las vegas review [the-fhaclvr.overrici.info] | daniel craig casino royale beach [daniel-ccrb.mislism.info] | no deposit flash casino slots win cash [no-dfcswc.passne.info] | 1/24 slot car parma kits [124-scpk.nomatial.info] | real deal slots nichels and more game [real-dsnamg.ovefular.info] | reel deal slots bonus.mania free download [reel-dsbfd.miscium.info] | free information on how to win at slots [free-iohtwas.miscium.info] | ',1,0),(140,0,2,'2007-08-23 21:19:18','Dave1972x','','','91.121.9.61','Comment 23 2117','hpixulo casino online video slot [casino-ovs.phagombr.info] | mgm grand casino logo [mgm-gcl.ressnefi.info] | what are the different agp slots [what-atdas.remiss.info] | purchase legal xanax [purchase-lx.reoridal.info] | slots [slots.podong.info] | how to win at high dollar slots [how-twahds.remiss.info] | free slots online no download [free-sond.podong.info] | triple double online video slots [triple-dovs.remiss.info] | free slot casino games [free-scg.phagombr.info] | slot machine game download [slot-mgd.phagombr.info] | bally slot machines list [bally-sml.phagombr.info] | slot car nascar slot cars [slot-cnsc.phagombr.info] | hotel and casino jobs in las vegas [hotel-acjilv.prescera.info] | casino gambling lessons free [casino-glf.scepti.info] | casino royale soundtrack arnold [casino-rsa.scepti.info] | argosy casino employment [argosy-ce.scepti.info] | ho slot car nascar decals [ho-scnd.phagombr.info] | xanax addiction 4 mg per day [xanax-a4mpd.reoridal.info] | mini dv expansion slots memory stick [mini-desms.podong.info] | james bond casino royale tickets [james-bcrt.scepti.info] | ',1,0),(141,0,4,'2007-08-23 21:19:22','Dave1972x','','','91.121.9.61','Comment 23 2117','hpixulo casino online video slot [casino-ovs.phagombr.info] | mgm grand casino logo [mgm-gcl.ressnefi.info] | what are the different agp slots [what-atdas.remiss.info] | purchase legal xanax [purchase-lx.reoridal.info] | slots [slots.podong.info] | how to win at high dollar slots [how-twahds.remiss.info] | free slots online no download [free-sond.podong.info] | triple double online video slots [triple-dovs.remiss.info] | free slot casino games [free-scg.phagombr.info] | slot machine game download [slot-mgd.phagombr.info] | bally slot machines list [bally-sml.phagombr.info] | slot car nascar slot cars [slot-cnsc.phagombr.info] | hotel and casino jobs in las vegas [hotel-acjilv.prescera.info] | casino gambling lessons free [casino-glf.scepti.info] | casino royale soundtrack arnold [casino-rsa.scepti.info] | argosy casino employment [argosy-ce.scepti.info] | ho slot car nascar decals [ho-scnd.phagombr.info] | xanax addiction 4 mg per day [xanax-a4mpd.reoridal.info] | mini dv expansion slots memory stick [mini-desms.podong.info] | james bond casino royale tickets [james-bcrt.scepti.info] | ',1,0),(142,0,2,'2007-08-24 13:19:54','Dave1972x','','','91.121.9.61','Comment 24 1318','hpixulo casino royale movie reviews [casino-rmr-24.semach.info] | how to fund online casino with new laws [how-tfocwnl.semach.info] | mystic lake hotel and casino [mystic-lhac.swoonea.info] | ho slot car new nib [ho-scnn.trestros.info] | mgm grand casino detroit playersclub comps [mgm-gcdpc.semach.info] | cash and creek casino in ca [cash-accic.housa.info] | casino royal james bond french [casino-rjbf.semach.info] | casino dealers best and worst [casino-dbaw.housa.info] | free casino directory submission [free-cds.swoonea.info] | casino casino internet online poker [casino-ciop.setompir.info] | jobs at grand victoria casino rising sun in [jobs-agvcrsi.toggled.info] | casino royal las vegas nevada [casino-rlvn-11.housa.info] | the grand casino tunica resort [the-gctr.swoonea.info] | harrahs casino hotel and or cherokee north carolina [harrahs-chaocnc.toggled.info] | 80 slot mail sorter [80-sms.trestros.info] | paris hotel & casino, las vegas [paris-haclv.housa.info] | best casino gambling guide online online portal [best-cggoop.setompir.info] | flash no deposit bonus casino [flash-ndbc.semach.info] | bally slot machine power supply [bally-smps.trestros.info] | union plaza hotel casino las vegas home page [union-phclvhp.housa.info] | ellis island casino las vegas [ellis-iclv.swoonea.info] | search casino slot machines [search-csm.srefulcu.info] | slot winners at paris casino las vegas [slot-wapclv.housa.info] | ',1,0),(143,0,4,'2007-08-24 13:20:02','Dave1972x','','','91.121.9.61','Comment 24 1318','hpixulo casino royale movie reviews [casino-rmr-24.semach.info] | how to fund online casino with new laws [how-tfocwnl.semach.info] | mystic lake hotel and casino [mystic-lhac.swoonea.info] | ho slot car new nib [ho-scnn.trestros.info] | mgm grand casino detroit playersclub comps [mgm-gcdpc.semach.info] | cash and creek casino in ca [cash-accic.housa.info] | casino royal james bond french [casino-rjbf.semach.info] | casino dealers best and worst [casino-dbaw.housa.info] | free casino directory submission [free-cds.swoonea.info] | casino casino internet online poker [casino-ciop.setompir.info] | jobs at grand victoria casino rising sun in [jobs-agvcrsi.toggled.info] | casino royal las vegas nevada [casino-rlvn-11.housa.info] | the grand casino tunica resort [the-gctr.swoonea.info] | harrahs casino hotel and or cherokee north carolina [harrahs-chaocnc.toggled.info] | 80 slot mail sorter [80-sms.trestros.info] | paris hotel & casino, las vegas [paris-haclv.housa.info] | best casino gambling guide online online portal [best-cggoop.setompir.info] | flash no deposit bonus casino [flash-ndbc.semach.info] | bally slot machine power supply [bally-smps.trestros.info] | union plaza hotel casino las vegas home page [union-phclvhp.housa.info] | ellis island casino las vegas [ellis-iclv.swoonea.info] | search casino slot machines [search-csm.srefulcu.info] | slot winners at paris casino las vegas [slot-wapclv.housa.info] | ',1,0),(144,0,2,'2007-08-24 18:22:23','Dave1972x','','','91.121.9.61','Comment 24 1820','hpixulo casino games to download from internet [casino-gtdfi.ionismel.info] | soaring eagle casino concerts [soaring-ecc.ionismel.info] | free gambling no deposit casino flash cash [free-gndcfc.lelityod.info] | free no download online slots machine games [free-ndosmg.liotrot.info] | just for fun free slots no downloading required [just-fffsndr.insig.info] | overdose on 1 mg of xanax [overdose-o1mox.lanyaks.info] | casino royal james bond french [casino-rjbf.lelityod.info] | grand casino of hinckley [grand-coh.lendik.info] | paris las vegas hotel & casino [paris-lvhac.ionismel.info] | usas casinos the best usa online casino blogs [usas-ctbuocb.lendik.info] | how to detox from xanax [how-tdfx.lanyaks.info] | buy cheap xanax [buy-cx.irrecen.info] | soaring eagle casino and resort in mt. pleasant michigan [soaring-ecarimpm.lendik.info] | casino online betting [casino-ob.malement.info] | grand victoria casino in elgin [grand-vcie.malement.info] | casino royale cars [casino-rc.lelityod.info] | sim free casino slots for fun [sim-fcsff.insig.info] | co silver casino tokens [co-sct.inascash.info] | free video slots online [free-vso.insig.info] | buy xanax without prescription no membership fees [buy-xwpnmf.irrecen.info] | internet casino free play bonus video slots [internet-cfpbvs.liotrot.info] | reel deal slots bonus [reel-dsb.liotrot.info] | ',1,0),(145,0,4,'2007-08-24 18:22:28','Dave1972x','','','91.121.9.61','Comment 24 1820','hpixulo casino games to download from internet [casino-gtdfi.ionismel.info] | soaring eagle casino concerts [soaring-ecc.ionismel.info] | free gambling no deposit casino flash cash [free-gndcfc.lelityod.info] | free no download online slots machine games [free-ndosmg.liotrot.info] | just for fun free slots no downloading required [just-fffsndr.insig.info] | overdose on 1 mg of xanax [overdose-o1mox.lanyaks.info] | casino royal james bond french [casino-rjbf.lelityod.info] | grand casino of hinckley [grand-coh.lendik.info] | paris las vegas hotel & casino [paris-lvhac.ionismel.info] | usas casinos the best usa online casino blogs [usas-ctbuocb.lendik.info] | how to detox from xanax [how-tdfx.lanyaks.info] | buy cheap xanax [buy-cx.irrecen.info] | soaring eagle casino and resort in mt. pleasant michigan [soaring-ecarimpm.lendik.info] | casino online betting [casino-ob.malement.info] | grand victoria casino in elgin [grand-vcie.malement.info] | casino royale cars [casino-rc.lelityod.info] | sim free casino slots for fun [sim-fcsff.insig.info] | co silver casino tokens [co-sct.inascash.info] | free video slots online [free-vso.insig.info] | buy xanax without prescription no membership fees [buy-xwpnmf.irrecen.info] | internet casino free play bonus video slots [internet-cfpbvs.liotrot.info] | reel deal slots bonus [reel-dsb.liotrot.info] | ',1,0),(146,0,2,'2007-08-25 12:38:25','Dave1972x','','','91.121.9.61','Comment 25 1236','hpixulo directeur de casino jeux [directeur-dcj.octobst.info] | fun free casino [fun-fc.monched.info] | plaza hotel las vegas casino [plaza-hlvc.omnei.info] | casino royale dvd rip stream [casino-rdrs.octobst.info] | coolst drag slot cars [coolst-dsc.miured.info] | search casino royale las vegas [search-crlv.omnei.info] | free no sign up multi line slots [free-nsumls.opheol.info] | wagerlogic online casino list video slots [wagerlogic-oclvs.omnei.info] | mills slot machine top [mills-smt.miured.info] | slot car pit box [slot-cpb.miured.info] | tropicana hotel casino bodies [tropicana-hcb.monched.info] | horseshoe casino, tunica mississippi [horseshoe-ctm-8.polario.info] | used slot machines under $500 | riviera lounge hotel and casino reno [riviera-lhacr.omnei.info] | xanax withdrawal and recovery [xanax-war.moureduc.info] | harah casino hotel new orleans, la [harah-chnol.polario.info] | online casino review 10 line jacks or better [online-cr1ljob.octobst.info] | download slot machine casino games [download-smcg.omnei.info] | vicodin xanax valium morphine free no prescription [vicodin-xvmfnp.moureduc.info] | bonus casino deposit online without [bonus-cdow.penepic.info] | palms casino hotel deals [palms-chd.omnei.info] | grand casino coushatta houston tx [grand-ccht.octobst.info] | directions to foxwoods casino [directions-tfc.polario.info] | ',1,0),(147,0,4,'2007-08-25 12:38:28','Dave1972x','','','91.121.9.61','Comment 25 1236','hpixulo directeur de casino jeux [directeur-dcj.octobst.info] | fun free casino [fun-fc.monched.info] | plaza hotel las vegas casino [plaza-hlvc.omnei.info] | casino royale dvd rip stream [casino-rdrs.octobst.info] | coolst drag slot cars [coolst-dsc.miured.info] | search casino royale las vegas [search-crlv.omnei.info] | free no sign up multi line slots [free-nsumls.opheol.info] | wagerlogic online casino list video slots [wagerlogic-oclvs.omnei.info] | mills slot machine top [mills-smt.miured.info] | slot car pit box [slot-cpb.miured.info] | tropicana hotel casino bodies [tropicana-hcb.monched.info] | horseshoe casino, tunica mississippi [horseshoe-ctm-8.polario.info] | used slot machines under $500 | riviera lounge hotel and casino reno [riviera-lhacr.omnei.info] | xanax withdrawal and recovery [xanax-war.moureduc.info] | harah casino hotel new orleans, la [harah-chnol.polario.info] | online casino review 10 line jacks or better [online-cr1ljob.octobst.info] | download slot machine casino games [download-smcg.omnei.info] | vicodin xanax valium morphine free no prescription [vicodin-xvmfnp.moureduc.info] | bonus casino deposit online without [bonus-cdow.penepic.info] | palms casino hotel deals [palms-chd.omnei.info] | grand casino coushatta houston tx [grand-ccht.octobst.info] | directions to foxwoods casino [directions-tfc.polario.info] | ',1,0),(148,0,2,'2007-08-25 13:31:58','Dave1972x','','','91.121.9.61','Comment 25 1330','hpixulo flamingo casino and hotel in las vegas [flamingo-cahilv.squate.info] | free play casino games with no deposit [free-pcgwnd.raternal.info] | casino royale soundtrack album [casino-rsa.popaden.info] | book casino internet online sport [book-cios.sehograp.info] | cheap xanax usa [cheap-xu.quadron.info] | trailer james bond casino royal [trailer-jbcr.raternal.info] | online casino slot [online-cs.pseudov.info] | thunder valley casino restaurants [thunder-vcr.popaden.info] | free downloads slots only games [free-dsog.serod.info] | casino royale hotel in las vegas [casino-rhilv.squate.info] | casino slots enchanted unicorn games download [casino-seugd.serod.info] | more free slots to play [more-fstp.pufflu.info] | search grand casino mille lacs [search-gcml.squate.info] | blue star gaming and casino [blue-sgac.squate.info] | grand hinckley casino camping sites [grand-hccs.popaden.info] | online casino and gambling news [online-cagn.popaden.info] | ',1,0),(149,0,4,'2007-08-25 13:32:00','Dave1972x','','','91.121.9.61','Comment 25 1330','hpixulo flamingo casino and hotel in las vegas [flamingo-cahilv.squate.info] | free play casino games with no deposit [free-pcgwnd.raternal.info] | casino royale soundtrack album [casino-rsa.popaden.info] | book casino internet online sport [book-cios.sehograp.info] | cheap xanax usa [cheap-xu.quadron.info] | trailer james bond casino royal [trailer-jbcr.raternal.info] | online casino slot [online-cs.pseudov.info] | thunder valley casino restaurants [thunder-vcr.popaden.info] | free downloads slots only games [free-dsog.serod.info] | casino royale hotel in las vegas [casino-rhilv.squate.info] | casino slots enchanted unicorn games download [casino-seugd.serod.info] | more free slots to play [more-fstp.pufflu.info] | search grand casino mille lacs [search-gcml.squate.info] | blue star gaming and casino [blue-sgac.squate.info] | grand hinckley casino camping sites [grand-hccs.popaden.info] | online casino and gambling news [online-cagn.popaden.info] | ',1,0),(150,0,2,'2007-08-25 17:42:13','Dave1972x','','','91.121.9.61','Comment 25 1740','hpixulo credit union one springfield illinois [credit-uosi.aryingel.cn] | free winner on line casino slots [free-wolcs.clesbyes.cn] | 2mg xanax [2mg-x.dealtne.cn] | pci 1.0 slots [pci-1s.vernac.cn] | xanax recreational dosage [xanax-rd.perthscu.cn] | mystic lake casino, shakopee, mn [mystic-lcsm.ambacula.cn] | free slots machines online [free-smo.chlogyro.cn] | accommodation casino rama [accommodation-cr.ericati.cn] | mgm grand casino employment las vegas [mgm-gcelv.exalidos.cn] | credit card for no credit history [credit-cfnch.aryingel.cn] | will celebrex and xanax cause weight gain [will-caxcwg.perthscu.cn] | get prescribed xanax online [get-pxo.consumps.cn] | xanax overdose death [xanax-od.dealtne.cn] | harrahs casino in cherokee nc [harrahs-cicn.exalidos.cn] | valley view casino gaming commission [valley-vcgc.exalidos.cn] | pharma searchers.com q best casino [pharma-sqbc.tulops.cn] | casino coins tokens [casino-ct.tulops.cn] | charles town races adn slots [charles-tras-2.chlogyro.cn] | gold coast casino hotel las vegas [gold-cchlv.dingdo.cn] | how to set up a credit card merchant account [how-tsuaccma.aryingel.cn] | new casino 5 reel slots july 2006 free online [new-c5rsj2fo.clesbyes.cn] | bet royal casino [bet-rc.ambacula.cn] | play casino games [play-cg.clesbyes.cn] | ',1,0),(151,0,4,'2007-08-25 17:42:16','Dave1972x','','','91.121.9.61','Comment 25 1740','hpixulo credit union one springfield illinois [credit-uosi.aryingel.cn] | free winner on line casino slots [free-wolcs.clesbyes.cn] | 2mg xanax [2mg-x.dealtne.cn] | pci 1.0 slots [pci-1s.vernac.cn] | xanax recreational dosage [xanax-rd.perthscu.cn] | mystic lake casino, shakopee, mn [mystic-lcsm.ambacula.cn] | free slots machines online [free-smo.chlogyro.cn] | accommodation casino rama [accommodation-cr.ericati.cn] | mgm grand casino employment las vegas [mgm-gcelv.exalidos.cn] | credit card for no credit history [credit-cfnch.aryingel.cn] | will celebrex and xanax cause weight gain [will-caxcwg.perthscu.cn] | get prescribed xanax online [get-pxo.consumps.cn] | xanax overdose death [xanax-od.dealtne.cn] | harrahs casino in cherokee nc [harrahs-cicn.exalidos.cn] | valley view casino gaming commission [valley-vcgc.exalidos.cn] | pharma searchers.com q best casino [pharma-sqbc.tulops.cn] | casino coins tokens [casino-ct.tulops.cn] | charles town races adn slots [charles-tras-2.chlogyro.cn] | gold coast casino hotel las vegas [gold-cchlv.dingdo.cn] | how to set up a credit card merchant account [how-tsuaccma.aryingel.cn] | new casino 5 reel slots july 2006 free online [new-c5rsj2fo.clesbyes.cn] | bet royal casino [bet-rc.ambacula.cn] | play casino games [play-cg.clesbyes.cn] | ',1,0),(152,0,2,'2007-08-25 20:05:54','Dave1972x','','','91.121.9.61','Comment 25 2004','hpixulo gambling casino net [gambling-cn.phasts.cn] | fat cat casino slot games [fat-ccsg.conctaph.cn] | paris hotel and casino shows [paris-hacs.crangled.cn] | free slots to download and play offline [free-stdapo.sandcha.cn] | free slots machines to play on the intrenet .com [free-smtpotic.rzdeedo.cn] | online casino betting www.sportbook review.com [online-cbwr.phasts.cn] | aussie slots pc game [aussie-spg.dityli.cn] | casino royale website trailer [casino-rwt.inthicid.cn] | free crystal waters slots at bodog casino [free-cwsabc.prestnut.cn] | quotes from the 2006 casino royale [quotes-ft2cr.paircupr.cn] | play free slots sea monkeys video [play-fssmv.sandcha.cn] | free casino money no deposit coupon [free-cmndc.iignt.cn] | which casino in vegas has the best slots [which-civhtbs.rzdeedo.cn] | casino online free hour play [casino-ofhp.fallic.cn] | casino vegas [casino-v.rounduc.cn] | harrahs cherokee hotel and casino [harrahs-chac.paircupr.cn] | ',1,0),(153,0,4,'2007-08-25 20:05:59','Dave1972x','','','91.121.9.61','Comment 25 2004','hpixulo gambling casino net [gambling-cn.phasts.cn] | fat cat casino slot games [fat-ccsg.conctaph.cn] | paris hotel and casino shows [paris-hacs.crangled.cn] | free slots to download and play offline [free-stdapo.sandcha.cn] | free slots machines to play on the intrenet .com [free-smtpotic.rzdeedo.cn] | online casino betting www.sportbook review.com [online-cbwr.phasts.cn] | aussie slots pc game [aussie-spg.dityli.cn] | casino royale website trailer [casino-rwt.inthicid.cn] | free crystal waters slots at bodog casino [free-cwsabc.prestnut.cn] | quotes from the 2006 casino royale [quotes-ft2cr.paircupr.cn] | play free slots sea monkeys video [play-fssmv.sandcha.cn] | free casino money no deposit coupon [free-cmndc.iignt.cn] | which casino in vegas has the best slots [which-civhtbs.rzdeedo.cn] | casino online free hour play [casino-ofhp.fallic.cn] | casino vegas [casino-v.rounduc.cn] | harrahs cherokee hotel and casino [harrahs-chac.paircupr.cn] | ',1,0),(154,0,2,'2007-08-25 22:39:46','Dave1972x','','','91.121.9.61','Comment 25 2237','hpixulo online casino blackjack bookmaking sign up bonus [online-cbbsub.bbfhfvc.cn] | no deposit online slot machines [no-dosm.shoady.cn] | college football betting line and texas and usc [college-fblatau.hjbyk.cn] | 2006 slots by masque for windows [2006-sbmfw.bnfkmmh.cn] | the most up to date no deposit needed online casino [the-mutdndnoc.bbfhfvc.cn] | online jackpot casino uk [online-jcu.eqeiwed.cn] | game king slots machines for sale [game-ksmfs.hqfjlec.cn] | the length of xanax withdrawal [the-loxw.ufjji.cn] | difalco design external resistor slot car controller [difalco-derscc.shoady.cn] | carlo casino hotel monte [carlo-chm.vjgujgu.cn] | are kids allowed in harrahs casino cherokee [are-kaihcc.snwifxv.cn] | 2nd home mortgage financing [2nd-hmf.hxjtg.cn] | mandalay bay casino las vegas [mandalay-bclv.elahegm.cn] | palms hotel and casino in las vegas nv [palms-hacilvn.snwifxv.cn] | casino game slots free [casino-gsf.ghlko.cn] | free no download casino slot games [free-ndcsg.bbfhfvc.cn] | free casino [free-c.dftfkd.cn] | imperial palace hotel & casino las veas [imperial-phaclv.bvxjevs.cn] | blue and chip and casino and directory listing [blue-acacadl.bvxjevs.cn] | natural epiphone casino [natural-ec.vjgujgu.cn] | free video slots for fun [free-vsff.hqfjlec.cn] | longshots off track betting & sportsbar [longshots-otbas.hjbyk.cn] | tyco slot car tune up kits [tyco-sctuk.shoady.cn] | slot car truck bodies [slot-ctb.shoady.cn] | atlantic city, nj tropicana hotel and casino [atlantic-cnthac.bvxjevs.cn] | free download casino games [free-dcg.hqfjlec.cn] | ',1,0),(155,0,4,'2007-08-25 22:39:49','Dave1972x','','','91.121.9.61','Comment 25 2238','hpixulo online casino blackjack bookmaking sign up bonus [online-cbbsub.bbfhfvc.cn] | no deposit online slot machines [no-dosm.shoady.cn] | college football betting line and texas and usc [college-fblatau.hjbyk.cn] | 2006 slots by masque for windows [2006-sbmfw.bnfkmmh.cn] | the most up to date no deposit needed online casino [the-mutdndnoc.bbfhfvc.cn] | online jackpot casino uk [online-jcu.eqeiwed.cn] | game king slots machines for sale [game-ksmfs.hqfjlec.cn] | the length of xanax withdrawal [the-loxw.ufjji.cn] | difalco design external resistor slot car controller [difalco-derscc.shoady.cn] | carlo casino hotel monte [carlo-chm.vjgujgu.cn] | are kids allowed in harrahs casino cherokee [are-kaihcc.snwifxv.cn] | 2nd home mortgage financing [2nd-hmf.hxjtg.cn] | mandalay bay casino las vegas [mandalay-bclv.elahegm.cn] | palms hotel and casino in las vegas nv [palms-hacilvn.snwifxv.cn] | casino game slots free [casino-gsf.ghlko.cn] | free no download casino slot games [free-ndcsg.bbfhfvc.cn] | free casino [free-c.dftfkd.cn] | imperial palace hotel & casino las veas [imperial-phaclv.bvxjevs.cn] | blue and chip and casino and directory listing [blue-acacadl.bvxjevs.cn] | natural epiphone casino [natural-ec.vjgujgu.cn] | free video slots for fun [free-vsff.hqfjlec.cn] | longshots off track betting & sportsbar [longshots-otbas.hjbyk.cn] | tyco slot car tune up kits [tyco-sctuk.shoady.cn] | slot car truck bodies [slot-ctb.shoady.cn] | atlantic city, nj tropicana hotel and casino [atlantic-cnthac.bvxjevs.cn] | free download casino games [free-dcg.hqfjlec.cn] | ',1,0),(156,0,2,'2007-08-26 13:11:08','Dave1972x','','','91.121.9.61','Comment 26 1309','',1,0),(157,0,4,'2007-08-26 13:11:12','Dave1972x','','','91.121.9.61','Comment 26 1309','',1,0),(158,0,2,'2007-08-26 18:11:02','Dave1972x','','','91.121.9.61','Comment 26 1809','hpixulo 007 casino royal formato [007-crf.hypsi.info] | online casino bonus free spins [online-cbfs.hobna.info] | best casinos guide [best-cg.gracioph.info] | online casinos links to blackjack online [online-cltbo.gracioph.info] | search tropicana casino and resorts atlantic city nj [search-tcaracn.hypsi.info] | flash online casinos [flash-oc.gracioph.info] | luxor hotel and casino vegas [luxor-hacv.hexamped.info] | tropicana casino online [tropicana-co.grysbud.info] | las vegas hotels casino home page [las-vhchp.gracioph.info] | search hoyels near pechanga resort and casino [search-hnprac.hypsi.info] | order xanax highest dose [order-xhd.hydront.info] | red rock resort spa and casino [red-rrsac.hypsi.info] | normal dosage of xanax [normal-dox.hydront.info] | albuquerque casino in sandia [albuquerque-cis.gracioph.info] | bet internet casino and sports [bet-icas.hypsi.info] | free play online casinos [free-poc.grysbud.info] | the harrahs grand casino biloxi ms [the-hgcbm.gloxime.info] | soaring eagle casino events [soaring-ece.hexamped.info] | hooters hotela nd casino [hooters-hnc.grysbud.info] | is xanax safe for pregnancy [is-xsfp.hydront.info] | casino gaming barbi [casino-gb-14.gloxime.info] | platinum play online casino bonus [platinum-pocb.hobna.info] | colorado casino chip lots [colorado-ccl.hypsi.info] | ',1,0),(159,0,4,'2007-08-26 18:11:05','Dave1972x','','','91.121.9.61','Comment 26 1809','hpixulo 007 casino royal formato [007-crf.hypsi.info] | online casino bonus free spins [online-cbfs.hobna.info] | best casinos guide [best-cg.gracioph.info] | online casinos links to blackjack online [online-cltbo.gracioph.info] | search tropicana casino and resorts atlantic city nj [search-tcaracn.hypsi.info] | flash online casinos [flash-oc.gracioph.info] | luxor hotel and casino vegas [luxor-hacv.hexamped.info] | tropicana casino online [tropicana-co.grysbud.info] | las vegas hotels casino home page [las-vhchp.gracioph.info] | search hoyels near pechanga resort and casino [search-hnprac.hypsi.info] | order xanax highest dose [order-xhd.hydront.info] | red rock resort spa and casino [red-rrsac.hypsi.info] | normal dosage of xanax [normal-dox.hydront.info] | albuquerque casino in sandia [albuquerque-cis.gracioph.info] | bet internet casino and sports [bet-icas.hypsi.info] | free play online casinos [free-poc.grysbud.info] | the harrahs grand casino biloxi ms [the-hgcbm.gloxime.info] | soaring eagle casino events [soaring-ece.hexamped.info] | hooters hotela nd casino [hooters-hnc.grysbud.info] | is xanax safe for pregnancy [is-xsfp.hydront.info] | casino gaming barbi [casino-gb-14.gloxime.info] | platinum play online casino bonus [platinum-pocb.hobna.info] | colorado casino chip lots [colorado-ccl.hypsi.info] | ',1,0),(160,0,2,'2007-08-27 13:15:38','Dave1972x','','','91.121.9.61','Comment 27 1313','hpixulo san manuel indian bingo and casino [san-mibac.ingsidup.info] | acheter en ligne a casino [acheter-elac.illeryta.info] | free downloads of casino slots [free-docs.inklomal.info] | map to cache creek casino brooks california [map-tcccbc.ingstrav.info] | new new york hotel casino [new-nyhc.ingstrav.info] | detox, xanax [detox-x-92.ingstary.info] | reservations for grand casino coushatta [reservations-fgcc.ingsidup.info] | video slots free practice bodog [video-sfpb.inklomal.info] | reviews of riviera hotel casino [reviews-orhc.ingsidup.info] | clonopin xanax and valium [clonopin-xav.ingstary.info] | casino bonus online new [casino-bon.ingsidup.info] | ballys casino and hotel in las vegas [ballys-cahilv.ivesis.info] | video slots bonus for new players [video-sbfnp.inklomal.info] | directions to pechanga casino and resort temecula california [directions-tpcartc.illeryta.info] | special allpages benzodiazepine valium xanax [special-abvx.intuisa.info] | gold coast hotel and casino com [gold-chacc.illeryta.info] | how to get a prescription for xanax [how-tgapfx.ingstary.info] | flash slots free money [flash-sfm.inklomal.info] | xanax drug alprazolam [xanax-da.ingstary.info] | ',1,0),(161,0,4,'2007-08-27 13:15:42','Dave1972x','','','91.121.9.61','Comment 27 1313','hpixulo san manuel indian bingo and casino [san-mibac.ingsidup.info] | acheter en ligne a casino [acheter-elac.illeryta.info] | free downloads of casino slots [free-docs.inklomal.info] | map to cache creek casino brooks california [map-tcccbc.ingstrav.info] | new new york hotel casino [new-nyhc.ingstrav.info] | detox, xanax [detox-x-92.ingstary.info] | reservations for grand casino coushatta [reservations-fgcc.ingsidup.info] | video slots free practice bodog [video-sfpb.inklomal.info] | reviews of riviera hotel casino [reviews-orhc.ingsidup.info] | clonopin xanax and valium [clonopin-xav.ingstary.info] | casino bonus online new [casino-bon.ingsidup.info] | ballys casino and hotel in las vegas [ballys-cahilv.ivesis.info] | video slots bonus for new players [video-sbfnp.inklomal.info] | directions to pechanga casino and resort temecula california [directions-tpcartc.illeryta.info] | special allpages benzodiazepine valium xanax [special-abvx.intuisa.info] | gold coast hotel and casino com [gold-chacc.illeryta.info] | how to get a prescription for xanax [how-tgapfx.ingstary.info] | flash slots free money [flash-sfm.inklomal.info] | xanax drug alprazolam [xanax-da.ingstary.info] | ',1,0),(162,0,2,'2007-08-27 16:18:17','Dave1972x','','','91.121.9.61','Comment 27 1616','hpixulo xanax bar 1mg [xanax-b1.leryng.info] | xanax xr 3 mg tablet [xanax-x3mt.loratori.info] | online casino free one hour play [online-cfohp.kahairra.info] | free no deposit bonus casino [free-ndbc.kriship.info] | hampton casino new casino bonus codes [hampton-cncbc.kriship.info] | canadian xanax prescriptions [canadian-xp.leryng.info] | poker searchers.com q cheap xanax said make [poker-sqcxsm.jeofa.info] | free slots with bonus games [free-swbg-18.mogig.info] | play for fun enchanted unicorn slots [play-ffeus.mogig.info] | no download no registration free slots [no-dnrfs.kathogra.info] | the aladdin hotel and casino in las vegas nv [the-ahacilvn.kahairra.info] | how can i obtain xanax without a prescription [how-cioxwap.leryng.info] | drug addiction xanax [drug-ax.jeofa.info] | xanax alcohol detox [xanax-ad.leryng.info] | cheap generic xanax [cheap-gx.loratori.info] | casino royale 1967 film soundtrack [casino-r1fs.kahairra.info] | 20six.nl cheap link online phentermine xanax [20sixnl-clopx.jeofa.info] | ',1,0),(163,0,4,'2007-08-27 16:18:20','Dave1972x','','','91.121.9.61','Comment 27 1616','hpixulo xanax bar 1mg [xanax-b1.leryng.info] | xanax xr 3 mg tablet [xanax-x3mt.loratori.info] | online casino free one hour play [online-cfohp.kahairra.info] | free no deposit bonus casino [free-ndbc.kriship.info] | hampton casino new casino bonus codes [hampton-cncbc.kriship.info] | canadian xanax prescriptions [canadian-xp.leryng.info] | poker searchers.com q cheap xanax said make [poker-sqcxsm.jeofa.info] | free slots with bonus games [free-swbg-18.mogig.info] | play for fun enchanted unicorn slots [play-ffeus.mogig.info] | no download no registration free slots [no-dnrfs.kathogra.info] | the aladdin hotel and casino in las vegas nv [the-ahacilvn.kahairra.info] | how can i obtain xanax without a prescription [how-cioxwap.leryng.info] | drug addiction xanax [drug-ax.jeofa.info] | xanax alcohol detox [xanax-ad.leryng.info] | cheap generic xanax [cheap-gx.loratori.info] | casino royale 1967 film soundtrack [casino-r1fs.kahairra.info] | 20six.nl cheap link online phentermine xanax [20sixnl-clopx.jeofa.info] | ',1,0),(164,0,2,'2007-08-27 20:53:01','Dave1972x','','','91.121.9.61','Comment 27 2050','hpixulo station casino jobs [station-cj.vgzo.cn] | casino royale intro [casino-ri.xfhui.cn] | real casino poker chips [real-cpc.djaojmj.cn] | harrahs casino lake charles la [harrahs-clcl.moihrgx.cn] | casino andnot royal [casino-ar.lbecdje.cn] | casinos nuevos en las vegas [casinos-nelv.djaojmj.cn] | busses from hamilton on to casinos in niagara falls on [busses-fhotcinfo.djaojmj.cn] | casino rama in orillia [casino-rio.xfhui.cn] | casino gambling online trend [casino-got.moihrgx.cn] | foxwood resort casino directory and map [foxwood-rcdam.moihrgx.cn] | craps tables in oklahoma casinos [craps-tioc.moihrgx.cn] | free casino games aol [free-cga.yclder.cn] | rio hotel casino [rio-hc.gyddch.cn] | royal flush115 gram casino poker chips [royal-fgcpc.emcntc.cn] | pictures of the niagara falls casino hotel [pictures-otnfch.emcntc.cn] | bingo casino gambling game slots games [bingo-cggsg.jpbcpib.cn] | ',1,0),(165,0,4,'2007-08-27 20:53:05','Dave1972x','','','91.121.9.61','Comment 27 2051','hpixulo station casino jobs [station-cj.vgzo.cn] | casino royale intro [casino-ri.xfhui.cn] | real casino poker chips [real-cpc.djaojmj.cn] | harrahs casino lake charles la [harrahs-clcl.moihrgx.cn] | casino andnot royal [casino-ar.lbecdje.cn] | casinos nuevos en las vegas [casinos-nelv.djaojmj.cn] | busses from hamilton on to casinos in niagara falls on [busses-fhotcinfo.djaojmj.cn] | casino rama in orillia [casino-rio.xfhui.cn] | casino gambling online trend [casino-got.moihrgx.cn] | foxwood resort casino directory and map [foxwood-rcdam.moihrgx.cn] | craps tables in oklahoma casinos [craps-tioc.moihrgx.cn] | free casino games aol [free-cga.yclder.cn] | rio hotel casino [rio-hc.gyddch.cn] | royal flush115 gram casino poker chips [royal-fgcpc.emcntc.cn] | pictures of the niagara falls casino hotel [pictures-otnfch.emcntc.cn] | bingo casino gambling game slots games [bingo-cggsg.jpbcpib.cn] | ',1,0),(166,0,2,'2007-08-27 22:34:17','Dave1972x','','','91.121.9.61','Comment 27 2232','hpixulo self assessments for xanax addiction [self-afxa.hjuvun.cn] | xanax g3720 and information [xanax-gai.jrpjnjt.cn] | long term side effects of using xanax [long-tseoux.jrpjnjt.cn] | weight gain and xanax [weight-gax.hjuvun.cn] | download free casino games [download-fcg.gfiho.cn] | how much does it take to overdose on xanax [how-mdittoox.jrpjnjt.cn] | xanax relieving alcohol withdrawal [xanax-raw.imsjdlf.cn] | free slots game machines [free-sgm.wiljeq.cn] | wizard free slots com [wizard-fsc.naeiv.cn] | where can i buy xanax online using mastercard [where-cibxoum.hjuvun.cn] | 32 slot car team box [32-sctb.evrhmh.cn] | free online poker slots [free-ops.naeiv.cn] | sultans seven online casino slots [sultans-socs.wiljeq.cn] | pharmacies ship phentermine c.o.d method [pharmacies-spcm.ogkc.cn] | xanax valium klonopin [xanax-vk.hjuvun.cn] | video bonus slots [video-bs.naeiv.cn] | buy phentermine online cod [buy-poc-15.ogkc.cn] | metabolites different for xanax and valium [metabolites-dfxav.imsjdlf.cn] | how to buy phentermine without a prescription [how-tbpwap.ogkc.cn] | scalextric 1/32 scale slot cars [scalextric-1ssc.evrhmh.cn] | xanax generic images [xanax-gi.hjuvun.cn] | phentermine i can order cod [phentermine-icoc.ogkc.cn] | gaba supplement for xanax withdrawal [gaba-sfxw.imsjdlf.cn] | xanax effects snorting [xanax-es.focbf.cn] | buying xanax online [buying-xo.imsjdlf.cn] | ',1,0),(167,0,4,'2007-08-27 22:34:19','Dave1972x','','','91.121.9.61','Comment 27 2232','hpixulo self assessments for xanax addiction [self-afxa.hjuvun.cn] | xanax g3720 and information [xanax-gai.jrpjnjt.cn] | long term side effects of using xanax [long-tseoux.jrpjnjt.cn] | weight gain and xanax [weight-gax.hjuvun.cn] | download free casino games [download-fcg.gfiho.cn] | how much does it take to overdose on xanax [how-mdittoox.jrpjnjt.cn] | xanax relieving alcohol withdrawal [xanax-raw.imsjdlf.cn] | free slots game machines [free-sgm.wiljeq.cn] | wizard free slots com [wizard-fsc.naeiv.cn] | where can i buy xanax online using mastercard [where-cibxoum.hjuvun.cn] | 32 slot car team box [32-sctb.evrhmh.cn] | free online poker slots [free-ops.naeiv.cn] | sultans seven online casino slots [sultans-socs.wiljeq.cn] | pharmacies ship phentermine c.o.d method [pharmacies-spcm.ogkc.cn] | xanax valium klonopin [xanax-vk.hjuvun.cn] | video bonus slots [video-bs.naeiv.cn] | buy phentermine online cod [buy-poc-15.ogkc.cn] | metabolites different for xanax and valium [metabolites-dfxav.imsjdlf.cn] | how to buy phentermine without a prescription [how-tbpwap.ogkc.cn] | scalextric 1/32 scale slot cars [scalextric-1ssc.evrhmh.cn] | xanax generic images [xanax-gi.hjuvun.cn] | phentermine i can order cod [phentermine-icoc.ogkc.cn] | gaba supplement for xanax withdrawal [gaba-sfxw.imsjdlf.cn] | xanax effects snorting [xanax-es.focbf.cn] | buying xanax online [buying-xo.imsjdlf.cn] | ',1,0),(168,0,2,'2007-08-28 12:45:30','Dave1972x','','','91.121.9.61','Comment 28 1243','hpixulo free money no deposit instant play casino [free-mndipc.musclow.info] | curacao casino progressive slots [curacao-cps.overes.info] | lasseters casino roulette [lasseters-cr.outlich.info] | casino codes for cirrus casino bonus [casino-cfccb.outlich.info] | treasure island hotel and casino las vegs [treasure-ihaclv.overv.info] | free fun slots [free-fs.mottasmo.info] | poker searchers.com q casino poker [poker-sqcp.outlich.info] | casino gambling oklahoma oklahoma [casino-goo.overv.info] | stardust hotel and casino [stardust-hac.outlich.info] | play online and offline video casino slots [play-oaovcs.overes.info] | terribles hotel and casino [terribles-hac.nighted.info] | new york ny hotel casino [new-ynhc.musclow.info] | wheel of fortune slots for computer [wheel-ofsfc.mottasmo.info] | jobs at wynn casino in las vegas [jobs-awcilv.nutainks.info] | www free progressive slots [www-fps.overes.info] | free no deposit playtech casino money [free-ndpcm.musclow.info] | no deposit casino bonuses [no-dcb.nighted.info] | casino royale cast members [casino-rcm.passici.info] | latest casino coupon code no deposit 2006 [latest-cccnd2.musclow.info] | ',1,0),(169,0,4,'2007-08-28 12:45:33','Dave1972x','','','91.121.9.61','Comment 28 1243','hpixulo free money no deposit instant play casino [free-mndipc.musclow.info] | curacao casino progressive slots [curacao-cps.overes.info] | lasseters casino roulette [lasseters-cr.outlich.info] | casino codes for cirrus casino bonus [casino-cfccb.outlich.info] | treasure island hotel and casino las vegs [treasure-ihaclv.overv.info] | free fun slots [free-fs.mottasmo.info] | poker searchers.com q casino poker [poker-sqcp.outlich.info] | casino gambling oklahoma oklahoma [casino-goo.overv.info] | stardust hotel and casino [stardust-hac.outlich.info] | play online and offline video casino slots [play-oaovcs.overes.info] | terribles hotel and casino [terribles-hac.nighted.info] | new york ny hotel casino [new-ynhc.musclow.info] | wheel of fortune slots for computer [wheel-ofsfc.mottasmo.info] | jobs at wynn casino in las vegas [jobs-awcilv.nutainks.info] | www free progressive slots [www-fps.overes.info] | free no deposit playtech casino money [free-ndpcm.musclow.info] | no deposit casino bonuses [no-dcb.nighted.info] | casino royale cast members [casino-rcm.passici.info] | latest casino coupon code no deposit 2006 [latest-cccnd2.musclow.info] | ',1,0),(170,0,2,'2007-08-28 16:12:07','Dave1972x','','','91.121.9.61','Comment 28 1610','hpixulo play free slots .com [play-fsc.pathori.info] | free casinos no download video slots [free-cndvs.pathori.info] | totally free downloadable vegas red casino slots [totally-fdvrcs.pemmici.info] | eagle slots ii [eagle-si.payeepi.info] | blackhawk colorado casino hotels [blackhawk-cch.perges.info] | casino slots computer games [casino-scg.pemmici.info] | sim com slots [sim-cs.pemmici.info] | grand casino hinkley mn buffet [grand-chmb.polytion.info] | buy cheap xanax no prescription req d [buy-cxnprd.pismaniz.info] | vegas coupon for slots for hotels [vegas-cfsfh.payeepi.info] | maryland midway casino slots [maryland-mcs.payeepi.info] | how many pci slots on dell 4300s [how-mpsod4.pathori.info] | mississippi belle casino [mississippi-bc.pavid.info] | directions from pechanga casino to wine country [directions-fpctwc.perges.info] | royal vegas free slots com [royal-vfsc.pathori.info] | condado plaza hotel and casino pr [condado-phacp.perges.info] | msn free game slots [msn-fgs.pemmici.info] | ',1,0),(171,0,4,'2007-08-28 16:12:10','Dave1972x','','','91.121.9.61','Comment 28 1610','hpixulo play free slots .com [play-fsc.pathori.info] | free casinos no download video slots [free-cndvs.pathori.info] | totally free downloadable vegas red casino slots [totally-fdvrcs.pemmici.info] | eagle slots ii [eagle-si.payeepi.info] | blackhawk colorado casino hotels [blackhawk-cch.perges.info] | casino slots computer games [casino-scg.pemmici.info] | sim com slots [sim-cs.pemmici.info] | grand casino hinkley mn buffet [grand-chmb.polytion.info] | buy cheap xanax no prescription req d [buy-cxnprd.pismaniz.info] | vegas coupon for slots for hotels [vegas-cfsfh.payeepi.info] | maryland midway casino slots [maryland-mcs.payeepi.info] | how many pci slots on dell 4300s [how-mpsod4.pathori.info] | mississippi belle casino [mississippi-bc.pavid.info] | directions from pechanga casino to wine country [directions-fpctwc.perges.info] | royal vegas free slots com [royal-vfsc.pathori.info] | condado plaza hotel and casino pr [condado-phacp.perges.info] | msn free game slots [msn-fgs.pemmici.info] | ',1,0),(172,0,2,'2007-08-28 21:23:35','Dave1972x','','','91.121.9.61','Comment 28 2121','hpixulo cialis drug impotence [cialis-di.fhgea.cn] | casino royale 2006 film time frame [casino-r2ftf.mdkjol.cn] | cialis 20mg high blood pressure [cialis-2hbp.fhgea.cn] | gambling problems stories [gambling-ps-8.wdveww.cn] | nexgen poker chips manufacturing [nexgen-pcm.vekhxb.cn] | xanax effects while pragnet [xanax-ewp.btegv.cn] | penny slots [penny-s.toscgwn.cn] | casino poker chips 14g [casino-pc1.mdkjol.cn] | candy toy slot machine [candy-tsm.abjugtw.cn] | xanax drug side effects [xanax-dse.btegv.cn] | detroit mgm grand casino employment [detroit-mgce.kihsc.cn] | offline free wheel of fortune slots downloads [offline-fwofsd.toscgwn.cn] | felt for poker tables [felt-fpt.vekhxb.cn] | play free video casino games on line [play-fvcgol.dgroxh.cn] | free casino no deposit bonus flash casino [free-cndbfc.mdkjol.cn] | statistics on gambling in 2005 [statistics-ogi2.wdveww.cn] | psychology of gambling addiction [psychology-oga.wdveww.cn] | play free slots com [play-fsc-4.toscgwn.cn] | download gambling software [download-gs.wdveww.cn] | fioricet contains acetaminophen butalbital and [fioricet-caba.hejbab.cn] | best slots online casino.com [best-soc.toscgwn.cn] | how long doses xanax stay in your system [how-ldxsiys-13.btegv.cn] | hearts gambling card [hearts-gc.wdveww.cn] | medical insurance california [medical-ic.bebryg.cn] | ',1,0),(173,0,4,'2007-08-28 21:23:46','Dave1972x','','','91.121.9.61','Comment 28 2121','hpixulo cialis drug impotence [cialis-di.fhgea.cn] | casino royale 2006 film time frame [casino-r2ftf.mdkjol.cn] | cialis 20mg high blood pressure [cialis-2hbp.fhgea.cn] | gambling problems stories [gambling-ps-8.wdveww.cn] | nexgen poker chips manufacturing [nexgen-pcm.vekhxb.cn] | xanax effects while pragnet [xanax-ewp.btegv.cn] | penny slots [penny-s.toscgwn.cn] | casino poker chips 14g [casino-pc1.mdkjol.cn] | candy toy slot machine [candy-tsm.abjugtw.cn] | xanax drug side effects [xanax-dse.btegv.cn] | detroit mgm grand casino employment [detroit-mgce.kihsc.cn] | offline free wheel of fortune slots downloads [offline-fwofsd.toscgwn.cn] | felt for poker tables [felt-fpt.vekhxb.cn] | play free video casino games on line [play-fvcgol.dgroxh.cn] | free casino no deposit bonus flash casino [free-cndbfc.mdkjol.cn] | statistics on gambling in 2005 [statistics-ogi2.wdveww.cn] | psychology of gambling addiction [psychology-oga.wdveww.cn] | play free slots com [play-fsc-4.toscgwn.cn] | download gambling software [download-gs.wdveww.cn] | fioricet contains acetaminophen butalbital and [fioricet-caba.hejbab.cn] | best slots online casino.com [best-soc.toscgwn.cn] | how long doses xanax stay in your system [how-ldxsiys-13.btegv.cn] | hearts gambling card [hearts-gc.wdveww.cn] | medical insurance california [medical-ic.bebryg.cn] | ',1,0),(174,0,2,'2007-08-28 22:50:47','Dave1972x','','','91.121.9.61','Comment 28 2248','hpixulo the turning stone resort and casino [the-tsrac.yebgs.cn] | cascading reels slots play online [cascading-rspo.yafoch.cn] | casino slots play for fun online [casino-spffo.mrghiak.cn] | slot machine gambling tips [slot-mgt.tgoyad.cn] | winning slots atlantic city [winning-sac.mrghiak.cn] | words casino royal 007 [words-cr0.yebgs.cn] | pictures on benzodiazepines valium xanax [pictures-obvx.tmgici.cn] | does my dell xps 400 have 2 pci express slots [does-mdx4h2pes.yafoch.cn] | free bonus casino no deposit [free-bcnd.yebgs.cn] | silverton hotel and casino las vegas [silverton-haclv.yebgs.cn] | casino free game online [casino-fgo.hpxrfn.cn] | cheap xanax online no prescrition required [cheap-xonpr-7.ncabk.cn] | toseeka search for products casino slots [toseeka-sfpcs.sjzphu.cn] | information on xanax doctor and pictures [information-oxdap.tmgici.cn] | free slots with bonus games [free-swbg.mrghiak.cn] | ',1,0),(175,0,4,'2007-08-28 22:50:50','Dave1972x','','','91.121.9.61','Comment 28 2248','hpixulo the turning stone resort and casino [the-tsrac.yebgs.cn] | cascading reels slots play online [cascading-rspo.yafoch.cn] | casino slots play for fun online [casino-spffo.mrghiak.cn] | slot machine gambling tips [slot-mgt.tgoyad.cn] | winning slots atlantic city [winning-sac.mrghiak.cn] | words casino royal 007 [words-cr0.yebgs.cn] | pictures on benzodiazepines valium xanax [pictures-obvx.tmgici.cn] | does my dell xps 400 have 2 pci express slots [does-mdx4h2pes.yafoch.cn] | free bonus casino no deposit [free-bcnd.yebgs.cn] | silverton hotel and casino las vegas [silverton-haclv.yebgs.cn] | casino free game online [casino-fgo.hpxrfn.cn] | cheap xanax online no prescrition required [cheap-xonpr-7.ncabk.cn] | toseeka search for products casino slots [toseeka-sfpcs.sjzphu.cn] | information on xanax doctor and pictures [information-oxdap.tmgici.cn] | free slots with bonus games [free-swbg.mrghiak.cn] | ',1,0),(176,0,2,'2007-08-29 12:11:23','Dave1972x','','','91.121.9.61','Comment 29 1209','hpixulo toseeka search for products best online casino [toseeka-sfpboc.pylity.info] | mystic lake casino online games [mystic-lcog.reacidyl.info] | sims free casino slots for fun [sims-fcsff.pylity.info] | home casino game [home-cg.pylity.info] | how to play blackjack casino [how-tpbc.ptyarisi.info] | kids game room at red rock casino [kids-grarrc.seinis.info] | casino hotels in reno [casino-hir.quotion.info] | myspace graphic slots machines [myspace-gsm.propiri.info] | casino players magazine [casino-pm.satissed.info] | tropicana casino hotel new jersey [tropicana-chnj.ptyarisi.info] | free philadelphia ms casino slot game downloads [free-pmcsgd.seinis.info] | grand casino mille lacs [grand-cml.reacidyl.info] | las vegas slot machine casino [las-vsmc.seinis.info] | big bonus no deposit casino [big-bndc.reacidyl.info] | how win slots [how-ws.recocc.info] | instant no deposit casino bonuses [instant-ndcb.reacidyl.info] | casino downloads with free slots [casino-dwfs.satissed.info] | free slots com fruit smoothie [free-scfs.recocc.info] | atlantic city casino chips [atlantic-ccc.satissed.info] | games slots free [games-sf.recocc.info] | eva green 007 casino royale [eva-g0cr.pylity.info] | jobs at wynn casino in las vegas [jobs-awcilv.reacidyl.info] | casino jeux marseille [casino-jm.pylity.info] | american online casino bonuses and guide [american-ocbag.quotion.info] | charles town races and slots in west virginia [charles-trasiwv.recocc.info] | play free online slots no download [play-fosnd.recocc.info] | ',1,0),(177,0,4,'2007-08-29 12:11:26','Dave1972x','','','91.121.9.61','Comment 29 1209','hpixulo toseeka search for products best online casino [toseeka-sfpboc.pylity.info] | mystic lake casino online games [mystic-lcog.reacidyl.info] | sims free casino slots for fun [sims-fcsff.pylity.info] | home casino game [home-cg.pylity.info] | how to play blackjack casino [how-tpbc.ptyarisi.info] | kids game room at red rock casino [kids-grarrc.seinis.info] | casino hotels in reno [casino-hir.quotion.info] | myspace graphic slots machines [myspace-gsm.propiri.info] | casino players magazine [casino-pm.satissed.info] | tropicana casino hotel new jersey [tropicana-chnj.ptyarisi.info] | free philadelphia ms casino slot game downloads [free-pmcsgd.seinis.info] | grand casino mille lacs [grand-cml.reacidyl.info] | las vegas slot machine casino [las-vsmc.seinis.info] | big bonus no deposit casino [big-bndc.reacidyl.info] | how win slots [how-ws.recocc.info] | instant no deposit casino bonuses [instant-ndcb.reacidyl.info] | casino downloads with free slots [casino-dwfs.satissed.info] | free slots com fruit smoothie [free-scfs.recocc.info] | atlantic city casino chips [atlantic-ccc.satissed.info] | games slots free [games-sf.recocc.info] | eva green 007 casino royale [eva-g0cr.pylity.info] | jobs at wynn casino in las vegas [jobs-awcilv.reacidyl.info] | casino jeux marseille [casino-jm.pylity.info] | american online casino bonuses and guide [american-ocbag.quotion.info] | charles town races and slots in west virginia [charles-trasiwv.recocc.info] | play free online slots no download [play-fosnd.recocc.info] | ',1,0),(178,0,2,'2007-08-29 13:51:32','Dave1972x','','','91.121.9.61','Comment 29 1349','hpixulo wynn hotel casino jobs [wynn-hcj.subseri.info] | cash creek casino sacramento ca [cash-ccsc.sulform.info] | generic xanax pic [generic-xp-28.suffei.info] | casino poker gaming chips tokens [casino-pgct.sulform.info] | greenstone generic xanax [greenstone-gx.suffei.info] | pala casino of san diego [pala-cosd.subseri.info] | casino en ligne quebec [casino-elq.subseri.info] | free slots to play now [free-stpn.storiza.info] | royal plastic playing cards casino las vegas black deck [royal-ppcclvbd.shmea.info] | pala casino hotel packages shows etc [pala-chpse.subseri.info] | special search search benzodiazepine valium xanax go go [special-ssbvxgg.suffei.info] | signs and symptoms of xanax withdrawl [signs-asoxw.suffei.info] | royal vegas casino, 300 free spins [royal-vc3fs.skilinte.info] | card games play online bullshit cheat casino [card-gpobcc.sunblaim.info] | james bond casino royale release date on dvd [james-bcrrdod.sunblaim.info] | xanax bars xr [xanax-bx.suffei.info] | cache creek casino tour bus [cache-cctb.sunblaim.info] | search resorts casino tunica, mississippi [search-rctm.subseri.info] | gaming free poker slots [gaming-fps.storiza.info] | monopoly slots online [monopoly-so.storiza.info] | casino jobs in north las vegas [casino-jinlv.sulform.info] | the las vegas frontier hotel and casino strike site org [the-lvfhacsso.sunblaim.info] | ',1,0),(179,0,4,'2007-08-29 13:51:35','Dave1972x','','','91.121.9.61','Comment 29 1349','hpixulo wynn hotel casino jobs [wynn-hcj.subseri.info] | cash creek casino sacramento ca [cash-ccsc.sulform.info] | generic xanax pic [generic-xp-28.suffei.info] | casino poker gaming chips tokens [casino-pgct.sulform.info] | greenstone generic xanax [greenstone-gx.suffei.info] | pala casino of san diego [pala-cosd.subseri.info] | casino en ligne quebec [casino-elq.subseri.info] | free slots to play now [free-stpn.storiza.info] | royal plastic playing cards casino las vegas black deck [royal-ppcclvbd.shmea.info] | pala casino hotel packages shows etc [pala-chpse.subseri.info] | special search search benzodiazepine valium xanax go go [special-ssbvxgg.suffei.info] | signs and symptoms of xanax withdrawl [signs-asoxw.suffei.info] | royal vegas casino, 300 free spins [royal-vc3fs.skilinte.info] | card games play online bullshit cheat casino [card-gpobcc.sunblaim.info] | james bond casino royale release date on dvd [james-bcrrdod.sunblaim.info] | xanax bars xr [xanax-bx.suffei.info] | cache creek casino tour bus [cache-cctb.sunblaim.info] | search resorts casino tunica, mississippi [search-rctm.subseri.info] | gaming free poker slots [gaming-fps.storiza.info] | monopoly slots online [monopoly-so.storiza.info] | casino jobs in north las vegas [casino-jinlv.sulform.info] | the las vegas frontier hotel and casino strike site org [the-lvfhacsso.sunblaim.info] | ',1,0),(180,0,2,'2007-08-29 22:51:12','Dave1972x','','','91.121.9.61','Comment 29 2248','hpixulo wholesale casino slot machine [wholesale-csm.tarre.info] | free online casino with the slot game double diamonds 2000 [free-ocwtsgdd2.thesto.info] | hotel opryland [hotel-o.amninte.info] | hawaiian garden casino asian dealer killed april 21 2006 [hawaiian-gcadka22.tarre.info] | | tropicana hotel disneyland [tropicana-hd.amninte.info] | cheap nfl football gambling [cheap-nfg.toriters.info] | play slots online milk money [play-somm.surpa.info] | winning slots john colavecchio [winning-sjc.agtbea.info] | winstar casino oklahoma official website [winstar-coow.tarre.info] | winstar hotel casino oklahoma [winstar-hco.tarre.info] | yahoo hotel nickelodeon orlando [yahoo-hno.amninte.info] | play free cleopatra slots online [play-fcso.surpa.info] | buy online casino gambling [buy-ocg.thesto.info] | video fruit machine slots [video-fms.surpa.info] | win money gambling [win-mg.toriters.info] | free games of slots online [free-goso.surpa.info] | | ',1,0),(181,0,4,'2007-08-29 22:51:14','Dave1972x','','','91.121.9.61','Comment 29 2248','hpixulo wholesale casino slot machine [wholesale-csm.tarre.info] | free online casino with the slot game double diamonds 2000 [free-ocwtsgdd2.thesto.info] | hotel opryland [hotel-o.amninte.info] | hawaiian garden casino asian dealer killed april 21 2006 [hawaiian-gcadka22.tarre.info] | | tropicana hotel disneyland [tropicana-hd.amninte.info] | cheap nfl football gambling [cheap-nfg.toriters.info] | play slots online milk money [play-somm.surpa.info] | winning slots john colavecchio [winning-sjc.agtbea.info] | winstar casino oklahoma official website [winstar-coow.tarre.info] | winstar hotel casino oklahoma [winstar-hco.tarre.info] | yahoo hotel nickelodeon orlando [yahoo-hno.amninte.info] | play free cleopatra slots online [play-fcso.surpa.info] | buy online casino gambling [buy-ocg.thesto.info] | video fruit machine slots [video-fms.surpa.info] | win money gambling [win-mg.toriters.info] | free games of slots online [free-goso.surpa.info] | | ',1,0),(182,0,2,'2007-08-30 00:47:40','Dave1972x','','','91.121.9.61','Comment 30 045','hpixulo slots of fun las vegas [slots-oflv.xerbn.cn] | definition of withdrawing off xanax [definition-owox.nbmdc.cn] | marks instant no deposit casino bonus [marks-indcb.ambel.cn] | free slots to play [free-stp.xerbn.cn] | hard rock hotel and casino in florida [hard-rhacif.kegpc.cn] | play online free nickel slots [play-ofns.xerbn.cn] | jobs at aladin mall casino las vegas nevada [jobs-aamclvn.kegpc.cn] | online flash games at royal vegas casino [online-fgarvc.ambel.cn] | casino pc games [casino-pg.xfiiqlp.cn] | ny ny hotel and casino las vegas [ny-nhaclv.aabna.cn] | how much to overdose xanax [how-mtox.nbmdc.cn] | crown plaza hotel comerce casino [crown-phcc.ambel.cn] | reno casino on line [reno-col.ambel.cn] | to foxwood casino [to-fc.itohdg.cn] | casino games slot machines play for free [casino-gsmpff.xfiiqlp.cn] | xanax pharmacia for sale [xanax-pfs.qocif.cn] | ',1,0),(183,0,4,'2007-08-30 00:47:43','Dave1972x','','','91.121.9.61','Comment 30 045','hpixulo slots of fun las vegas [slots-oflv.xerbn.cn] | definition of withdrawing off xanax [definition-owox.nbmdc.cn] | marks instant no deposit casino bonus [marks-indcb.ambel.cn] | free slots to play [free-stp.xerbn.cn] | hard rock hotel and casino in florida [hard-rhacif.kegpc.cn] | play online free nickel slots [play-ofns.xerbn.cn] | jobs at aladin mall casino las vegas nevada [jobs-aamclvn.kegpc.cn] | online flash games at royal vegas casino [online-fgarvc.ambel.cn] | casino pc games [casino-pg.xfiiqlp.cn] | ny ny hotel and casino las vegas [ny-nhaclv.aabna.cn] | how much to overdose xanax [how-mtox.nbmdc.cn] | crown plaza hotel comerce casino [crown-phcc.ambel.cn] | reno casino on line [reno-col.ambel.cn] | to foxwood casino [to-fc.itohdg.cn] | casino games slot machines play for free [casino-gsmpff.xfiiqlp.cn] | xanax pharmacia for sale [xanax-pfs.qocif.cn] | ',1,0),(184,0,2,'2007-08-30 01:18:42','Dave1972x','','','91.121.9.61','Comment 30 116','hpixulo how to beat slot machines flaming sevens and bars [how-tbsmfsab.zacch.cn] | casino fitness jobs las vegas [casino-fjlv.weqzbed.cn] | silver slipper casino mississippi [silver-scm.cifzals.cn] | casino codes no deposit [casino-cnd.wprjpo.cn] | michigan used enchanted forest slot machines [michigan-uefsm.gajzjhd.cn] | winning at slot machines in atlantic city [winning-asmiac.qesbx.cn] | super sallys shrimpmania slot machine game download [super-sssmgd.gajzjhd.cn] | free live poker [free-lp.yogjf.cn] | slot cars car ho moon [slot-cchm.gajzjhd.cn] | hotels close to blue chip casino [hotels-ctbcc.lbxcp.cn] | list of online free poker games [list-oofpg.eajhvh.cn] | pierce brosnan on casino royale and daniel craig [pierce-bocradc.jlibt.cn] | grand casino veranda hotel tunica [grand-cvht.efciag.cn] | top rated online flash casino [top-rofc.jlibt.cn] | casino casino gambling online [casino-cgo.wprjpo.cn] | slot machines igt [slot-mi.zacch.cn] | imperial palace hotel and casino year built [imperial-phacyb.efciag.cn] | jouer poker gratuit en ligne [jouer-pgel.eajhvh.cn] | poker table cheap [poker-tc.yogjf.cn] | gaming club flash casino [gaming-cfc.jlibt.cn] | free no money casino games [free-nmcg.cifzals.cn] | ',1,0),(185,0,4,'2007-08-30 01:18:44','Dave1972x','','','91.121.9.61','Comment 30 116','hpixulo how to beat slot machines flaming sevens and bars [how-tbsmfsab.zacch.cn] | casino fitness jobs las vegas [casino-fjlv.weqzbed.cn] | silver slipper casino mississippi [silver-scm.cifzals.cn] | casino codes no deposit [casino-cnd.wprjpo.cn] | michigan used enchanted forest slot machines [michigan-uefsm.gajzjhd.cn] | winning at slot machines in atlantic city [winning-asmiac.qesbx.cn] | super sallys shrimpmania slot machine game download [super-sssmgd.gajzjhd.cn] | free live poker [free-lp.yogjf.cn] | slot cars car ho moon [slot-cchm.gajzjhd.cn] | hotels close to blue chip casino [hotels-ctbcc.lbxcp.cn] | list of online free poker games [list-oofpg.eajhvh.cn] | pierce brosnan on casino royale and daniel craig [pierce-bocradc.jlibt.cn] | grand casino veranda hotel tunica [grand-cvht.efciag.cn] | top rated online flash casino [top-rofc.jlibt.cn] | casino casino gambling online [casino-cgo.wprjpo.cn] | slot machines igt [slot-mi.zacch.cn] | imperial palace hotel and casino year built [imperial-phacyb.efciag.cn] | jouer poker gratuit en ligne [jouer-pgel.eajhvh.cn] | poker table cheap [poker-tc.yogjf.cn] | gaming club flash casino [gaming-cfc.jlibt.cn] | free no money casino games [free-nmcg.cifzals.cn] | ',1,0),(186,0,2,'2007-08-30 14:01:24','Dave1972x','','','91.121.9.61','Comment 30 1359','hpixulo xanax dosage sleepiness [xanax-ds.auript.info] | united states aristocrat leisure slots for fun [united-salsff.backle.info] | play slots free [play-sf.backle.info] | free video slots no deposit [free-vsnd-9.backle.info] | gauranteed winning at the slots online [gauranteed-watso.bombra.info] | no download free online slots [no-dfos.backle.info] | buses to cache creek casino [buses-tccc.beccans.info] | tropicana resort and casino las vegas nv [tropicana-raclvn.beccans.info] | free online video casino slots for fun [free-ovcsff.beccans.info] | online gambling forum and casino cash games [online-gfaccg.camerent.info] | xanax xr 3mg [xanax-x3.auript.info] | epiphone casino w bigsby [epiphone-cwb.birdab.info] | plaza las vagas hotel and casino 1 main street [plaza-lvhac1ms.beccans.info] | free online casino games slots [free-ocgs.camerent.info] | las vegas aladdin hotel casino [las-vahc.beccans.info] | how to win vegas slots [how-twvs.bombra.info] | casino fortis prop players [casino-fpp.camerent.info] | how to play casino slot machines [how-tpcsm.beccans.info] | new no deposit required casino bonus [new-ndrcb.beccans.info] | grand casino tunica water park [grand-ctwp.auntl.info] | xanax overnight shipping [xanax-os-39.appar.info] | on line gambling at casino on net [on-lgacon.auntl.info] | circus circus hotel & casino, reno, nv [circus-chacrn.beccans.info] | teen statistics on xanax abuse [teen-soxa.auript.info] | reel deal slots nickel alley [reel-dsna.bombra.info] | ',1,0),(187,0,4,'2007-08-30 14:01:28','Dave1972x','','','91.121.9.61','Comment 30 1359','hpixulo xanax dosage sleepiness [xanax-ds.auript.info] | united states aristocrat leisure slots for fun [united-salsff.backle.info] | play slots free [play-sf.backle.info] | free video slots no deposit [free-vsnd-9.backle.info] | gauranteed winning at the slots online [gauranteed-watso.bombra.info] | no download free online slots [no-dfos.backle.info] | buses to cache creek casino [buses-tccc.beccans.info] | tropicana resort and casino las vegas nv [tropicana-raclvn.beccans.info] | free online video casino slots for fun [free-ovcsff.beccans.info] | online gambling forum and casino cash games [online-gfaccg.camerent.info] | xanax xr 3mg [xanax-x3.auript.info] | epiphone casino w bigsby [epiphone-cwb.birdab.info] | plaza las vagas hotel and casino 1 main street [plaza-lvhac1ms.beccans.info] | free online casino games slots [free-ocgs.camerent.info] | las vegas aladdin hotel casino [las-vahc.beccans.info] | how to win vegas slots [how-twvs.bombra.info] | casino fortis prop players [casino-fpp.camerent.info] | how to play casino slot machines [how-tpcsm.beccans.info] | new no deposit required casino bonus [new-ndrcb.beccans.info] | grand casino tunica water park [grand-ctwp.auntl.info] | xanax overnight shipping [xanax-os-39.appar.info] | on line gambling at casino on net [on-lgacon.auntl.info] | circus circus hotel & casino, reno, nv [circus-chacrn.beccans.info] | teen statistics on xanax abuse [teen-soxa.auript.info] | reel deal slots nickel alley [reel-dsna.bombra.info] | ',1,0),(188,0,2,'2007-08-30 14:47:17','Dave1972x','','','91.121.9.61','Comment 30 1444','hpixulo generic pictures of xanax alprazolam [generic-poxa.missiomo.info] | wheel of fortune slots at winstar casinos [wheel-ofsawc.knacan.info] | new york new york casino and hotel in las vegas [new-ynycahilv.odontho.info] | changing from xanax to valium [changing-fxtv.missiomo.info] | wheel of fortune slots free downloads [wheel-ofsfd.orsenjur.info] | all free slots free casino flash [all-fsfcf.knacan.info] | symptoms of snorting xanax [symptoms-osx.chisedal.info] | casino royale pics [casino-rp.colingbo.info] | play texas tea video slots online for fun [play-ttvsoff.orsenjur.info] | harrahs casino jobs [harrahs-cj.odontho.info] | casino slots flash [casino-sf-25.orsenjur.info] | hot slots at paris las vegas [hot-saplv.knacan.info] | circus circus casino hotel in las vegas [circus-cchilv.odontho.info] | casino resort park city ut foxwood [casino-rpcuf.colingbo.info] | best casino bonus online [best-cbo.mingedne.info] | las veges styles free video slots machines [las-vsfvsm.orsenjur.info] | illinois casinos slots best payout [illinois-csbp.orsenjur.info] | no download slots at good casinos and no sign on [no-dsagcanso.orsenjur.info] | slots free same as las vegas [slots-fsalv.knacan.info] | test real deal slots online [test-rdso.knacan.info] | online gambling internet casino gamerista com [online-gicgc.odontho.info] | the palms hotel and casino careers [the-phacc.haemudc.info] | job in red rock casino in las vegas [job-irrcilv.colingbo.info] | jackpot.com free no download slots free [jackpotcom-fndsf.orsenjur.info] | cure xanax drug overdose [cure-xdo.chisedal.info] | ',1,0),(189,0,4,'2007-08-30 14:47:22','Dave1972x','','','91.121.9.61','Comment 30 1445','hpixulo generic pictures of xanax alprazolam [generic-poxa.missiomo.info] | wheel of fortune slots at winstar casinos [wheel-ofsawc.knacan.info] | new york new york casino and hotel in las vegas [new-ynycahilv.odontho.info] | changing from xanax to valium [changing-fxtv.missiomo.info] | wheel of fortune slots free downloads [wheel-ofsfd.orsenjur.info] | all free slots free casino flash [all-fsfcf.knacan.info] | symptoms of snorting xanax [symptoms-osx.chisedal.info] | casino royale pics [casino-rp.colingbo.info] | play texas tea video slots online for fun [play-ttvsoff.orsenjur.info] | harrahs casino jobs [harrahs-cj.odontho.info] | casino slots flash [casino-sf-25.orsenjur.info] | hot slots at paris las vegas [hot-saplv.knacan.info] | circus circus casino hotel in las vegas [circus-cchilv.odontho.info] | casino resort park city ut foxwood [casino-rpcuf.colingbo.info] | best casino bonus online [best-cbo.mingedne.info] | las veges styles free video slots machines [las-vsfvsm.orsenjur.info] | illinois casinos slots best payout [illinois-csbp.orsenjur.info] | no download slots at good casinos and no sign on [no-dsagcanso.orsenjur.info] | slots free same as las vegas [slots-fsalv.knacan.info] | test real deal slots online [test-rdso.knacan.info] | online gambling internet casino gamerista com [online-gicgc.odontho.info] | the palms hotel and casino careers [the-phacc.haemudc.info] | job in red rock casino in las vegas [job-irrcilv.colingbo.info] | jackpot.com free no download slots free [jackpotcom-fndsf.orsenjur.info] | cure xanax drug overdose [cure-xdo.chisedal.info] | ',1,0),(190,0,2,'2007-08-30 18:37:41','Dave1972x','','','91.121.9.61','Comment 30 1835','',1,0),(191,0,4,'2007-08-30 18:37:45','Dave1972x','','','91.121.9.61','Comment 30 1835','',1,0),(192,0,2,'2007-08-30 19:47:25','Dave1972x','','','91.121.9.61','Comment 30 1945','hpixulo free off line casino games [free-olcg.sqhcily.cn] | xanax pills be injected [xanax-pbi.ebcbeoj.cn] | order xanax overnight delivery fed ex [order-xodfe.ebcbeoj.cn] | circus circus hotel casino theme park [circus-chctp.zfsbb.cn] | free las vegas slots games [free-lvsg.gnbmqmf.cn] | sahara hotel and casino sportsbook [sahara-hacs.tafeoft.cn] | grand casino hinckley hotel room [grand-chhr.xscwi.cn] | play free real money on casino slots [play-frmocs.jspjg.cn] | free slots on line no down load [free-solndl.gnbmqmf.cn] | 007 - casino royale [007-cr.zfsbb.cn] | how to treat xanax withdrawal symptoms [how-ttxws.ebcbeoj.cn] | expansion slots types [expansion-st.jspjg.cn] | mgm grand casino detroit employment [mgm-gcde.sqtmgdn.cn] | blue chip casino poker tournament [blue-ccpt.sqtmgdn.cn] | real betting casino slots online [real-bcso.sqhcily.cn] | does xanax effect pregnancy [does-xep.ebcbeoj.cn] | mirage hotel casino in las vegas [mirage-hcilv.xscwi.cn] | best slots machines in las vegas [best-smilv.jspjg.cn] | tropicana hotel and casino atlanic city [tropicana-hacac.sqtmgdn.cn] | the best generic xanax pills [the-bgxp-24.ebcbeoj.cn] | how long does xanax stay in your system [how-ldxsiys.bkvjm.cn] | video slots downloads [video-sd.gnbmqmf.cn] | pala casino resort and spa san [pala-crass.jacbyk.cn] | ',1,0),(193,0,4,'2007-08-30 19:47:29','Dave1972x','','','91.121.9.61','Comment 30 1945','hpixulo free off line casino games [free-olcg.sqhcily.cn] | xanax pills be injected [xanax-pbi.ebcbeoj.cn] | order xanax overnight delivery fed ex [order-xodfe.ebcbeoj.cn] | circus circus hotel casino theme park [circus-chctp.zfsbb.cn] | free las vegas slots games [free-lvsg.gnbmqmf.cn] | sahara hotel and casino sportsbook [sahara-hacs.tafeoft.cn] | grand casino hinckley hotel room [grand-chhr.xscwi.cn] | play free real money on casino slots [play-frmocs.jspjg.cn] | free slots on line no down load [free-solndl.gnbmqmf.cn] | 007 - casino royale [007-cr.zfsbb.cn] | how to treat xanax withdrawal symptoms [how-ttxws.ebcbeoj.cn] | expansion slots types [expansion-st.jspjg.cn] | mgm grand casino detroit employment [mgm-gcde.sqtmgdn.cn] | blue chip casino poker tournament [blue-ccpt.sqtmgdn.cn] | real betting casino slots online [real-bcso.sqhcily.cn] | does xanax effect pregnancy [does-xep.ebcbeoj.cn] | mirage hotel casino in las vegas [mirage-hcilv.xscwi.cn] | best slots machines in las vegas [best-smilv.jspjg.cn] | tropicana hotel and casino atlanic city [tropicana-hacac.sqtmgdn.cn] | the best generic xanax pills [the-bgxp-24.ebcbeoj.cn] | how long does xanax stay in your system [how-ldxsiys.bkvjm.cn] | video slots downloads [video-sd.gnbmqmf.cn] | pala casino resort and spa san [pala-crass.jacbyk.cn] | ',1,0),(194,0,2,'2007-08-31 11:19:11','Dave1972x','','','91.121.9.61','Comment 31 1116','hpixulo free bonus game slots [free-bgs.pappode.info] | poker searchers.com q xanax buy said make [poker-sqxbsm.palsed.info] | casino free bonus [casino-fb.paratons.info] | phentermine searchers.com q buy cialis online said make [phentermine-sqbcosm.palmon.info] | xanax zanax addiction [xanax-za.palsed.info] | stardust hotels and casino in las vegas [stardust-hacilv-10.paratons.info] | generic viagra cialis no prescription [generic-vcnp.palmon.info] | free slots web game [free-swg.payingiv.info] | entertainment at the tropicana casino in atlantic city nj [entertainment-attciacn.pluript.info] | ceasrs casino home page [ceasrs-chp.pluript.info] | flash slots free money [flash-sfm.payingiv.info] | xanax 3mg xr [xanax-3x.palsed.info] | las vegas sahara hotel and casino [las-vshac.premples.info] | example free cialis erectile dysfunction [example-fced.palmon.info] | water weight gain xanax [water-wgx.palsed.info] | hinckley casino grand [hinckley-cg.paratons.info] | xanax vs. valium [xanax-vv.palsed.info] | generic cialis 20mg x 40 pills [generic-c2x4p.palmon.info] | extended releae xanax for sale (xanax er) | ',1,0),(195,0,4,'2007-08-31 11:19:15','Dave1972x','','','91.121.9.61','Comment 31 1116','hpixulo free bonus game slots [free-bgs.pappode.info] | poker searchers.com q xanax buy said make [poker-sqxbsm.palsed.info] | casino free bonus [casino-fb.paratons.info] | phentermine searchers.com q buy cialis online said make [phentermine-sqbcosm.palmon.info] | xanax zanax addiction [xanax-za.palsed.info] | stardust hotels and casino in las vegas [stardust-hacilv-10.paratons.info] | generic viagra cialis no prescription [generic-vcnp.palmon.info] | free slots web game [free-swg.payingiv.info] | entertainment at the tropicana casino in atlantic city nj [entertainment-attciacn.pluript.info] | ceasrs casino home page [ceasrs-chp.pluript.info] | flash slots free money [flash-sfm.payingiv.info] | xanax 3mg xr [xanax-3x.palsed.info] | las vegas sahara hotel and casino [las-vshac.premples.info] | example free cialis erectile dysfunction [example-fced.palmon.info] | water weight gain xanax [water-wgx.palsed.info] | hinckley casino grand [hinckley-cg.paratons.info] | xanax vs. valium [xanax-vv.palsed.info] | generic cialis 20mg x 40 pills [generic-c2x4p.palmon.info] | extended releae xanax for sale (xanax er) | ',1,0),(196,0,2,'2007-08-31 12:25:45','Dave1972x','','','91.121.9.61','Comment 31 1223','hpixulo free rewards las vegas casino rio [free-rlvcr.tatetrib.info] | all searchers.com q buy xanax online said make [all-sqbxosm.roupyra.info] | compare lavitra viagra cialis [compare-lvc-63.seuseral.info] | grand casino hinckley rv resort [grand-chrr.tatetrib.info] | buying viagra levitra cialis online [buying-vlco.seuseral.info] | charlestown slots virginia [charlestown-sv.shagrahs.info] | best casino gambling [best-cg.scohms.info] | free flash bingo slots [free-fbs.recoying.info] | xanax fast no prescription [xanax-fnp.sliparch.info] | free poker slots [free-ps.shagrahs.info] | cod xanax online [cod-xo.roupyra.info] | casino games for fun [casino-gff.scohms.info] | what are the withdrawal symptoms of xanax [what-atwsox.sliparch.info] | free full casino games downloads for free [free-fcgdff.tatetrib.info] | where to order phentermine without prescription [where-topwp.riffei.info] | free slots to download [free-std.recoying.info] | biloxi mississippi grand casino and resort [biloxi-mgcar.tatetrib.info] | how to buy phentermine on line [how-tbpol.riffei.info] | ',1,0),(197,0,4,'2007-08-31 12:25:47','Dave1972x','','','91.121.9.61','Comment 31 1223','hpixulo free rewards las vegas casino rio [free-rlvcr.tatetrib.info] | all searchers.com q buy xanax online said make [all-sqbxosm.roupyra.info] | compare lavitra viagra cialis [compare-lvc-63.seuseral.info] | grand casino hinckley rv resort [grand-chrr.tatetrib.info] | buying viagra levitra cialis online [buying-vlco.seuseral.info] | charlestown slots virginia [charlestown-sv.shagrahs.info] | best casino gambling [best-cg.scohms.info] | free flash bingo slots [free-fbs.recoying.info] | xanax fast no prescription [xanax-fnp.sliparch.info] | free poker slots [free-ps.shagrahs.info] | cod xanax online [cod-xo.roupyra.info] | casino games for fun [casino-gff.scohms.info] | what are the withdrawal symptoms of xanax [what-atwsox.sliparch.info] | free full casino games downloads for free [free-fcgdff.tatetrib.info] | where to order phentermine without prescription [where-topwp.riffei.info] | free slots to download [free-std.recoying.info] | biloxi mississippi grand casino and resort [biloxi-mgcar.tatetrib.info] | how to buy phentermine on line [how-tbpol.riffei.info] | ',1,0),(198,0,2,'2007-08-31 22:05:56','Dave1972x','','','91.121.9.61','Comment 31 2203','hpixulo casino royale 2006 film development [casino-r2fd.ygapori.info] | para que efeito serve o xanax xr [para-qesoxx.akerst.info] | mystic lake casino human resource [mystic-lchr.agamorn.info] | casino royale movie poster daneil craig [casino-rmpdc.agamorn.info] | hotels around harrahs casino in cherokee nc [hotels-ahcicn.albater.info] | xanax withdrawl seizures [xanax-ws-15.akerst.info] | free slots poker machines [free-spm.adediimi.info] | no download free casino slots games [no-dfcsg.adediimi.info] | jobs at harrahs reno casino [jobs-ahrc.afterpo.info] | 2007 casino no deposit coupon code [2007-cndcc.tigries.info] | world series of poker deluxe casino pak [world-sopdcp.albater.info] | businessname red rock casino [businessname-rrc.ygapori.info] | winning slots atlantic city [winning-sac.adediimi.info] | casino las vegas nevada [casino-lvn.ygapori.info] | hooters casino & hotel , las vegas [hooters-cahlv.agamorn.info] | casino royale bond film 2006 [casino-rbf2.afterpo.info] | casino dollar brass tokens [casino-dbt.ygapori.info] | hotels and casino [hotels-ac.afterpo.info] | casino in las vegas for poker [casino-ilvfp.agamorn.info] | red rock casino and hotel [red-rcah.agamorn.info] | las vegas red rock casino movie times [las-vrrcmt.ygapori.info] | ',1,0),(199,0,4,'2007-08-31 22:06:04','Dave1972x','','','91.121.9.61','Comment 31 2203','hpixulo casino royale 2006 film development [casino-r2fd.ygapori.info] | para que efeito serve o xanax xr [para-qesoxx.akerst.info] | mystic lake casino human resource [mystic-lchr.agamorn.info] | casino royale movie poster daneil craig [casino-rmpdc.agamorn.info] | hotels around harrahs casino in cherokee nc [hotels-ahcicn.albater.info] | xanax withdrawl seizures [xanax-ws-15.akerst.info] | free slots poker machines [free-spm.adediimi.info] | no download free casino slots games [no-dfcsg.adediimi.info] | jobs at harrahs reno casino [jobs-ahrc.afterpo.info] | 2007 casino no deposit coupon code [2007-cndcc.tigries.info] | world series of poker deluxe casino pak [world-sopdcp.albater.info] | businessname red rock casino [businessname-rrc.ygapori.info] | winning slots atlantic city [winning-sac.adediimi.info] | casino las vegas nevada [casino-lvn.ygapori.info] | hooters casino & hotel , las vegas [hooters-cahlv.agamorn.info] | casino royale bond film 2006 [casino-rbf2.afterpo.info] | casino dollar brass tokens [casino-dbt.ygapori.info] | hotels and casino [hotels-ac.afterpo.info] | casino in las vegas for poker [casino-ilvfp.agamorn.info] | red rock casino and hotel [red-rcah.agamorn.info] | las vegas red rock casino movie times [las-vrrcmt.ygapori.info] | ',1,0),(200,0,2,'2007-09-01 00:16:56','Dave1972x','','','91.121.9.61','Comment 01 014','hpixulo xanax cariprosodol drug interaction dosage [xanax-cdid.gjbe.cn] | download cherry slots machines [download-csm.ezfnyc.cn] | casino jeux gratuits.com [casino-jg.sbbqr.cn] | slot car 1 32 jaguar [slot-c13j.xhaab.cn] | mohegan sun resort casino [mohegan-src.dgvipq.cn] | wynn hotel and casino [wynn-hac.ihscqw.cn] | xanax bars without prescription cod [xanax-bwpc.gjbe.cn] | free offline slot machine downloads [free-osmd.xhaab.cn] | las vegas slot machine casino [las-vsmc.yngsqhp.cn] | afx tyco slot cars mello yello [afx-tscmy.xhaab.cn] | viagra cialis no prescriptions [viagra-cnp.qvdvtdt.cn] | slot car chassis jig [slot-ccj.xhaab.cn] | tapis de jeux de casino [tapis-djdc.yngsqhp.cn] | comprare+cialis+online+svizzera | online casino sign up bonus [online-csub.dgvipq.cn] | thunder valley casino california [thunder-vcc-7.iwehdv.cn] | ',1,0),(201,0,4,'2007-09-01 00:16:59','Dave1972x','','','91.121.9.61','Comment 01 014','hpixulo xanax cariprosodol drug interaction dosage [xanax-cdid.gjbe.cn] | download cherry slots machines [download-csm.ezfnyc.cn] | casino jeux gratuits.com [casino-jg.sbbqr.cn] | slot car 1 32 jaguar [slot-c13j.xhaab.cn] | mohegan sun resort casino [mohegan-src.dgvipq.cn] | wynn hotel and casino [wynn-hac.ihscqw.cn] | xanax bars without prescription cod [xanax-bwpc.gjbe.cn] | free offline slot machine downloads [free-osmd.xhaab.cn] | las vegas slot machine casino [las-vsmc.yngsqhp.cn] | afx tyco slot cars mello yello [afx-tscmy.xhaab.cn] | viagra cialis no prescriptions [viagra-cnp.qvdvtdt.cn] | slot car chassis jig [slot-ccj.xhaab.cn] | tapis de jeux de casino [tapis-djdc.yngsqhp.cn] | comprare+cialis+online+svizzera | online casino sign up bonus [online-csub.dgvipq.cn] | thunder valley casino california [thunder-vcc-7.iwehdv.cn] | ',1,0),(202,0,2,'2007-09-01 01:11:06','Dave1972x','','','91.121.9.61','Comment 01 108','hpixulo free slots playing [free-sp.uufbgz.cn] | xanax without prescriptions [xanax-wp-57.tgpkhkc.cn] | off line casino [off-lc.sxjjq.cn] | 1988 one dollar stardust hotel casino token [1988-odshct.dqdri.cn] | no deposit coupon code casino rtg [no-dcccr.dqdri.cn] | jobs at harrahs reno casino [jobs-ahrc.sxjjq.cn] | loosest slots las vegas [loosest-slv.bfcnsgh.cn] | clonopin xanax and valium [clonopin-xav.tgpkhkc.cn] | new york new york hotel anc casino [new-ynyhac.dqdri.cn] | alprazolam discount mg xanax [alprazolam-dmx.tgpkhkc.cn] | rio all suite hotel and casino [rio-ashac.sxjjq.cn] | pitcures of xanax pills [pitcures-oxp.dnoq.cn] | casino nickle slot machines [casino-nsm.bdchh.cn] | free casino money bonus codes no deposit no download [free-cmbcndnd.pcih.cn] | overdose amounts xanax death combine alcohol [overdose-axdca.tgpkhkc.cn] | horseshoe casino hotel tunica mississippi [horseshoe-chtm.ofeywd.cn] | phentermine tablets free consultation mastercard [phentermine-tfcm.scilpzo.cn] | xanax prescriprion on line [xanax-pol.dnoq.cn] | ',1,0),(203,0,4,'2007-09-01 01:11:09','Dave1972x','','','91.121.9.61','Comment 01 108','hpixulo free slots playing [free-sp.uufbgz.cn] | xanax without prescriptions [xanax-wp-57.tgpkhkc.cn] | off line casino [off-lc.sxjjq.cn] | 1988 one dollar stardust hotel casino token [1988-odshct.dqdri.cn] | no deposit coupon code casino rtg [no-dcccr.dqdri.cn] | jobs at harrahs reno casino [jobs-ahrc.sxjjq.cn] | loosest slots las vegas [loosest-slv.bfcnsgh.cn] | clonopin xanax and valium [clonopin-xav.tgpkhkc.cn] | new york new york hotel anc casino [new-ynyhac.dqdri.cn] | alprazolam discount mg xanax [alprazolam-dmx.tgpkhkc.cn] | rio all suite hotel and casino [rio-ashac.sxjjq.cn] | pitcures of xanax pills [pitcures-oxp.dnoq.cn] | casino nickle slot machines [casino-nsm.bdchh.cn] | free casino money bonus codes no deposit no download [free-cmbcndnd.pcih.cn] | overdose amounts xanax death combine alcohol [overdose-axdca.tgpkhkc.cn] | horseshoe casino hotel tunica mississippi [horseshoe-chtm.ofeywd.cn] | phentermine tablets free consultation mastercard [phentermine-tfcm.scilpzo.cn] | xanax prescriprion on line [xanax-pol.dnoq.cn] | ',1,0),(204,0,2,'2007-09-01 12:45:55','Dave1972x','','','91.121.9.61','Comment 01 1243','hpixulo casino royale 2006 dvd rip [casino-r2dr.anogranc.info] | the flamingo casino and hotel las vegas nv [the-fcahlvn.anogranc.info] | worst online gambling casino [worst-ogc.anaclea.info] | free online video slots sea monkeys [free-ovssm.antson.info] | lawsuits against grand victoria casino in rising sun indiana [lawsuits-agvcirsi.anaclea.info] | morongo casino events [morongo-ce.anogranc.info] | cheap eteamz.active.com link online viagra xanax [cheap-elovx.ancystom.info] | double chalet grand casino hinckley [double-cgch.anaclea.info] | xanax 20prescription 20online [xanax-22.apertgo.info] | free online poker and casino games [free-opacg.amerchy.info] | xanax overnight mastercard [xanax-om.ancystom.info] | weekend package at foxwood casino [weekend-pafc.amerchy.info] | royal vegas casino promo codes [royal-vcpc.amidedru.info] | buy 2mg xanax [buy-2x.apertgo.info] | palms hotel and casino in las vegas nevada [palms-hacilvn.anaclea.info] | video slots 25 line free [video-s2lf.antson.info] | casino royal games [casino-rg.amerchy.info] | online casino game triple profits [online-cgtp.anaclea.info] | bus to pala casino [bus-tpc.amerchy.info] | yellow vs white xanax bars [yellow-vwxb.ancystom.info] | grand casino biloxi, ms [grand-cbm.amidedru.info] | venetian resort and casino, las vegas [venetian-raclv.anaclea.info] | el cortez hotel and casino [el-chac.amerchy.info] | mystic lake casino contact [mystic-lcc.amerchy.info] | ',1,0),(205,0,4,'2007-09-01 12:45:59','Dave1972x','','','91.121.9.61','Comment 01 1243','hpixulo casino royale 2006 dvd rip [casino-r2dr.anogranc.info] | the flamingo casino and hotel las vegas nv [the-fcahlvn.anogranc.info] | worst online gambling casino [worst-ogc.anaclea.info] | free online video slots sea monkeys [free-ovssm.antson.info] | lawsuits against grand victoria casino in rising sun indiana [lawsuits-agvcirsi.anaclea.info] | morongo casino events [morongo-ce.anogranc.info] | cheap eteamz.active.com link online viagra xanax [cheap-elovx.ancystom.info] | double chalet grand casino hinckley [double-cgch.anaclea.info] | xanax 20prescription 20online [xanax-22.apertgo.info] | free online poker and casino games [free-opacg.amerchy.info] | xanax overnight mastercard [xanax-om.ancystom.info] | weekend package at foxwood casino [weekend-pafc.amerchy.info] | royal vegas casino promo codes [royal-vcpc.amidedru.info] | buy 2mg xanax [buy-2x.apertgo.info] | palms hotel and casino in las vegas nevada [palms-hacilvn.anaclea.info] | video slots 25 line free [video-s2lf.antson.info] | casino royal games [casino-rg.amerchy.info] | online casino game triple profits [online-cgtp.anaclea.info] | bus to pala casino [bus-tpc.amerchy.info] | yellow vs white xanax bars [yellow-vwxb.ancystom.info] | grand casino biloxi, ms [grand-cbm.amidedru.info] | venetian resort and casino, las vegas [venetian-raclv.anaclea.info] | el cortez hotel and casino [el-chac.amerchy.info] | mystic lake casino contact [mystic-lcc.amerchy.info] | ',1,0),(206,0,2,'2007-09-01 20:14:41','Dave1972x','','','91.121.9.61','Comment 01 2012','hpixulo free casino download games [free-cdg.rudgfh.cn] | is thunder valley casino california 18 and older [is-tvcc1ao.mdcljf.cn] | the best online casino [the-boc.whmsvet.cn] | aladdin hotel casino las vegas [aladdin-hclv.hgro.cn] | harahs casino hotel new orleans [harahs-chno.qghsduv.cn] | tips for winning at the slots [tips-fwats.gmheczr.cn] | 2007 no deposit casino coupon code rtg casino [2007-ndcccrc.whahnwe.cn] | free slots to play on line big mama [free-stpolbm.rudgfh.cn] | the best casino slot machines [the-bcsm.whahnwe.cn] | grand victoria casino rising sun indiana coupons [grand-vcrsic.whahnwe.cn] | casino slot gaming free online [casino-sgfo.whmsvet.cn] | cards casino hotels las vegas [cards-chlv.hjuuj.cn] | offline slots 20 line [offline-s2l.gmheczr.cn] | map of las vegas strip with stardust casino [map-olvswsc.whahnwe.cn] | cheat at fruit machine and slots [cheat-afmas.ejea.cn] | casino pala [casino-p.qghsduv.cn] | thunder valley casino buffet coupon [thunder-vcbc.cwiwa.cn] | free for fun penny slots no downloading [free-ffpsnd.fzbsef.cn] | the orleans hotel casino deals [the-ohcd.mdcljf.cn] | online casino no deposit coupon codes for mothers day [online-cndccfmd.eiuhrr.cn] | atlantic city, nj tropicana hotel and casino [atlantic-cnthac.hgro.cn] | about casino royale movie [about-crm.hjuuj.cn] | grand casino biloxi damage after katrina [grand-cbdak.qghsduv.cn] | casino royale movie english download [casino-rmed.mdcljf.cn] | ',1,0),(207,0,4,'2007-09-01 20:14:43','Dave1972x','','','91.121.9.61','Comment 01 2012','hpixulo free casino download games [free-cdg.rudgfh.cn] | is thunder valley casino california 18 and older [is-tvcc1ao.mdcljf.cn] | the best online casino [the-boc.whmsvet.cn] | aladdin hotel casino las vegas [aladdin-hclv.hgro.cn] | harahs casino hotel new orleans [harahs-chno.qghsduv.cn] | tips for winning at the slots [tips-fwats.gmheczr.cn] | 2007 no deposit casino coupon code rtg casino [2007-ndcccrc.whahnwe.cn] | free slots to play on line big mama [free-stpolbm.rudgfh.cn] | the best casino slot machines [the-bcsm.whahnwe.cn] | grand victoria casino rising sun indiana coupons [grand-vcrsic.whahnwe.cn] | casino slot gaming free online [casino-sgfo.whmsvet.cn] | cards casino hotels las vegas [cards-chlv.hjuuj.cn] | offline slots 20 line [offline-s2l.gmheczr.cn] | map of las vegas strip with stardust casino [map-olvswsc.whahnwe.cn] | cheat at fruit machine and slots [cheat-afmas.ejea.cn] | casino pala [casino-p.qghsduv.cn] | thunder valley casino buffet coupon [thunder-vcbc.cwiwa.cn] | free for fun penny slots no downloading [free-ffpsnd.fzbsef.cn] | the orleans hotel casino deals [the-ohcd.mdcljf.cn] | online casino no deposit coupon codes for mothers day [online-cndccfmd.eiuhrr.cn] | atlantic city, nj tropicana hotel and casino [atlantic-cnthac.hgro.cn] | about casino royale movie [about-crm.hjuuj.cn] | grand casino biloxi damage after katrina [grand-cbdak.qghsduv.cn] | casino royale movie english download [casino-rmed.mdcljf.cn] | ',1,0),(208,0,2,'2007-09-01 21:38:38','Dave1972x','','','91.121.9.61','Comment 01 2136','hpixulo monte carlo hotel and casino,las vegas [monte-chacv.cfgfz.cn] | play free slots win cash payouts [play-fswcp.eciir.cn] | play for fun now casino no downloads [play-ffncnd.dbadu.cn] | thailand, india , valium/ xanax with out prescriptions [thailand-ivxwop.jbcbc.cn] | blue chip casino and hotel in michigan city, indiana [blue-ccahimci.dbadu.cn] | hotels near soaring eagle casino and resort [hotels-nsecar.gvbjy.cn] | details on the casino guide 2006 [details-otcg2.gvbjy.cn] | play for fun free slots [play-fffs.fhycbt.cn] | free online sims slots [free-oss.fhycbt.cn] | casino del hotel bellagio [casino-dhb.gvbjy.cn] | aol free casino games [aol-fcg.eiiqb.cn] | circus hotel casino [circus-hc.idivhnl.cn] | vegas slots online casino [vegas-soc.eciir.cn] | xanax withdrawal message boards [xanax-wmb.jbcbc.cn] | sims free slots com fruit smoothies [sims-fscfs.eiiqb.cn] | james bond casino royale aston martin [james-bcram.ityeig.cn] | james bond 007 casino royale [james-b0cr.hhsrjn.cn] | casino winstar [casino-w.vdybv.cn] | pogo freee slots [pogo-fs.eciir.cn] | las vegas palace station hotel and casino [las-vpshac.gvbjy.cn] | riverplace free slot casino online [riverplace-fsco.dbadu.cn] | long term effects of use of the drug xanax [long-teouotdx.jbcbc.cn] | ',1,0),(209,0,4,'2007-09-01 21:38:42','Dave1972x','','','91.121.9.61','Comment 01 2136','hpixulo monte carlo hotel and casino,las vegas [monte-chacv.cfgfz.cn] | play free slots win cash payouts [play-fswcp.eciir.cn] | play for fun now casino no downloads [play-ffncnd.dbadu.cn] | thailand, india , valium/ xanax with out prescriptions [thailand-ivxwop.jbcbc.cn] | blue chip casino and hotel in michigan city, indiana [blue-ccahimci.dbadu.cn] | hotels near soaring eagle casino and resort [hotels-nsecar.gvbjy.cn] | details on the casino guide 2006 [details-otcg2.gvbjy.cn] | play for fun free slots [play-fffs.fhycbt.cn] | free online sims slots [free-oss.fhycbt.cn] | casino del hotel bellagio [casino-dhb.gvbjy.cn] | aol free casino games [aol-fcg.eiiqb.cn] | circus hotel casino [circus-hc.idivhnl.cn] | vegas slots online casino [vegas-soc.eciir.cn] | xanax withdrawal message boards [xanax-wmb.jbcbc.cn] | sims free slots com fruit smoothies [sims-fscfs.eiiqb.cn] | james bond casino royale aston martin [james-bcram.ityeig.cn] | james bond 007 casino royale [james-b0cr.hhsrjn.cn] | casino winstar [casino-w.vdybv.cn] | pogo freee slots [pogo-fs.eciir.cn] | las vegas palace station hotel and casino [las-vpshac.gvbjy.cn] | riverplace free slot casino online [riverplace-fsco.dbadu.cn] | long term effects of use of the drug xanax [long-teouotdx.jbcbc.cn] | ',1,0),(210,0,2,'2007-09-02 13:04:47','Dave1972x','','','91.121.9.61','Comment 02 1302','hpixulo problems downloading 888 casino net games [problems-d8cng.berstori.info] | excalibur las vegas hotel and casino [excalibur-lvhac.beitiven.info] | flamingo hotel and casino home page in las vegas [flamingo-hachpilv.besehen.info] | how to be a casino dealer [how-tbacd.beitiven.info] | slots o fun coupon [slots-ofc.beissen.info] | the sahara hotel and casino in las vegas,nv [the-shacilv.besehen.info] | terribles hotel & casino las vegas [terribles-haclv.berstori.info] | epiphone casino limited [epiphone-cl.birdable.info] | hard rock casino hotel seminole [hard-rchs.besehen.info] | palms casino resort las vegas miami ink [palms-crlvmi.birdable.info] | dosage of xanax [dosage-ox.besomet.info] | casino free bonus codes [casino-fbc.berstori.info] | jackpot.com free no download slots free [jackpotcom-fndsf.beissen.info] | casino codes no deposit [casino-cnd.bewide.info] | cirrus casino new no deposit bonuses for may 2006 [cirrus-cnndbfm2.beitiven.info] | casino video slot machine strategies [casino-vsms.bewide.info] | belterra casino events [belterra-ce-4.birdable.info] | ',1,0),(211,0,4,'2007-09-02 13:04:52','Dave1972x','','','91.121.9.61','Comment 02 1302','hpixulo problems downloading 888 casino net games [problems-d8cng.berstori.info] | excalibur las vegas hotel and casino [excalibur-lvhac.beitiven.info] | flamingo hotel and casino home page in las vegas [flamingo-hachpilv.besehen.info] | how to be a casino dealer [how-tbacd.beitiven.info] | slots o fun coupon [slots-ofc.beissen.info] | the sahara hotel and casino in las vegas,nv [the-shacilv.besehen.info] | terribles hotel & casino las vegas [terribles-haclv.berstori.info] | epiphone casino limited [epiphone-cl.birdable.info] | hard rock casino hotel seminole [hard-rchs.besehen.info] | palms casino resort las vegas miami ink [palms-crlvmi.birdable.info] | dosage of xanax [dosage-ox.besomet.info] | casino free bonus codes [casino-fbc.berstori.info] | jackpot.com free no download slots free [jackpotcom-fndsf.beissen.info] | casino codes no deposit [casino-cnd.bewide.info] | cirrus casino new no deposit bonuses for may 2006 [cirrus-cnndbfm2.beitiven.info] | casino video slot machine strategies [casino-vsms.bewide.info] | belterra casino events [belterra-ce-4.birdable.info] | ',1,0),(212,0,2,'2007-09-02 14:54:59','Dave1972x','','','91.121.9.61','Comment 02 1452','hpixulo free online casino games no downloads no registration [free-ocgndnr.bracked.info] | buy cheep xanax vicodin online [buy-cxvo.bootical.info] | big big casino online game [big-bcog.blockho.info] | casino royal 007 trailer [casino-r0t-3.bracked.info] | casino slots bonus games [casino-sbg.bowella.info] | how many mg of xanax would it take to overdose [how-mmoxwitto.blesceme.info] | updated rtg online casino no deposit bonus codes [updated-rocndbc.bracked.info] | casino royale movie poster daneil craig [casino-rmpdc.bowder.info] | newest online casino with free no cash deposits [newest-ocwfncd.blockho.info] | no deposit casino forums [no-dcf.blockho.info] | sams townnew york new york hotel and casino las vegas [sams-tynyhaclv.bracked.info] | wynn hotel and casino in las vegas [wynn-hacilv.bolaspi.info] | cashiering jobs available at pechanga casino and resort [cashiering-jaapcar.bowder.info] | new technology expansion slots and cards [new-tesac.bowella.info] | side effects of xanax bars [side-eoxb.bootical.info] | casino gaming software [casino-gs-15.blockho.info] | lexapro with xanax xr [lexapro-wxx.blesceme.info] | need information on drug xanax [need-iodx.bootical.info] | sahara hotel casino room rates [sahara-hcrr.bowder.info] | hard rock hotel and casino hollywood fl 4th july [hard-rhachf4j.bolaspi.info] | hard rock hotel and casino hollywood fla [hard-rhachf.bolaspi.info] | shows offered at the luxor hotel and casino [shows-oatlhac.bracked.info] | used casino chips [used-cc.bolaspi.info] | what administration does benzodiazepine valium xanax use [what-adbvxu.blesceme.info] | ',1,0),(213,0,4,'2007-09-02 14:55:06','Dave1972x','','','91.121.9.61','Comment 02 1452','hpixulo free online casino games no downloads no registration [free-ocgndnr.bracked.info] | buy cheep xanax vicodin online [buy-cxvo.bootical.info] | big big casino online game [big-bcog.blockho.info] | casino royal 007 trailer [casino-r0t-3.bracked.info] | casino slots bonus games [casino-sbg.bowella.info] | how many mg of xanax would it take to overdose [how-mmoxwitto.blesceme.info] | updated rtg online casino no deposit bonus codes [updated-rocndbc.bracked.info] | casino royale movie poster daneil craig [casino-rmpdc.bowder.info] | newest online casino with free no cash deposits [newest-ocwfncd.blockho.info] | no deposit casino forums [no-dcf.blockho.info] | sams townnew york new york hotel and casino las vegas [sams-tynyhaclv.bracked.info] | wynn hotel and casino in las vegas [wynn-hacilv.bolaspi.info] | cashiering jobs available at pechanga casino and resort [cashiering-jaapcar.bowder.info] | new technology expansion slots and cards [new-tesac.bowella.info] | side effects of xanax bars [side-eoxb.bootical.info] | casino gaming software [casino-gs-15.blockho.info] | lexapro with xanax xr [lexapro-wxx.blesceme.info] | need information on drug xanax [need-iodx.bootical.info] | sahara hotel casino room rates [sahara-hcrr.bowder.info] | hard rock hotel and casino hollywood fl 4th july [hard-rhachf4j.bolaspi.info] | hard rock hotel and casino hollywood fla [hard-rhachf.bolaspi.info] | shows offered at the luxor hotel and casino [shows-oatlhac.bracked.info] | used casino chips [used-cc.bolaspi.info] | what administration does benzodiazepine valium xanax use [what-adbvxu.blesceme.info] | ',1,0),(214,0,2,'2007-09-02 15:58:01','Dave1972x','','','91.121.9.61','Comment 02 1555','hpixulo wizard free slots com [wizard-fsc.caprize.info] | buy overnight tramadol [buy-ot.centryot.info] | download cherry slots machines [download-csm.caprize.info] | oral valium dosage for dogs [oral-vdfd.butto.info] | levitra cialis viagra review order [levitra-cvro-21.cafflers.info] | jackpot casino poker chips [jackpot-cpc.cateider.info] | silverton hotel and casino las vegas [silverton-haclv.camphon.info] | new york new hotel and casino [new-ynhac.britudod.info] | tramadol 50mg dangers [tramadol-5d.canted.info] | 50 mg tramadol hcl [50-mth.centryot.info] | dj valium mp3 [dj-vm.butto.info] | free seven machines slots to play [free-smstp.caprize.info] | lethal dose for 10 mg valium [lethal-df1mv.butto.info] | collector casino poker chips [collector-cpc.camphon.info] | free slots machines online fake money [free-smofm.caprize.info] | vegas casino chips [vegas-cc.cateider.info] | jeux de casino vegas red [jeux-dcvr.cateider.info] | dj valium artiste [dj-va.butto.info] | free slots online play now [free-sopn.caprize.info] | tramadol hexal 50mg [tramadol-h5-51.canted.info] | valium 5mg pill [valium-5p.butto.info] | free casino slot game online [free-csgo.camphon.info] | las vegas nevada hotels casino [las-vnhc.cateider.info] | 180 tramadol cod [180-tc-32.centryot.info] | 800 number for the palms casino resort in las vegas [800-nftpcrilv.camphon.info] | free cialis online [free-co-58.cafflers.info] | ',1,0),(215,0,4,'2007-09-02 15:58:05','Dave1972x','','','91.121.9.61','Comment 02 1555','hpixulo wizard free slots com [wizard-fsc.caprize.info] | buy overnight tramadol [buy-ot.centryot.info] | download cherry slots machines [download-csm.caprize.info] | oral valium dosage for dogs [oral-vdfd.butto.info] | levitra cialis viagra review order [levitra-cvro-21.cafflers.info] | jackpot casino poker chips [jackpot-cpc.cateider.info] | silverton hotel and casino las vegas [silverton-haclv.camphon.info] | new york new hotel and casino [new-ynhac.britudod.info] | tramadol 50mg dangers [tramadol-5d.canted.info] | 50 mg tramadol hcl [50-mth.centryot.info] | dj valium mp3 [dj-vm.butto.info] | free seven machines slots to play [free-smstp.caprize.info] | lethal dose for 10 mg valium [lethal-df1mv.butto.info] | collector casino poker chips [collector-cpc.camphon.info] | free slots machines online fake money [free-smofm.caprize.info] | vegas casino chips [vegas-cc.cateider.info] | jeux de casino vegas red [jeux-dcvr.cateider.info] | dj valium artiste [dj-va.butto.info] | free slots online play now [free-sopn.caprize.info] | tramadol hexal 50mg [tramadol-h5-51.canted.info] | valium 5mg pill [valium-5p.butto.info] | free casino slot game online [free-csgo.camphon.info] | las vegas nevada hotels casino [las-vnhc.cateider.info] | 180 tramadol cod [180-tc-32.centryot.info] | 800 number for the palms casino resort in las vegas [800-nftpcrilv.camphon.info] | free cialis online [free-co-58.cafflers.info] | ',1,0),(216,0,2,'2007-09-02 16:08:59','Dave1972x','','','91.121.9.61','Comment 02 1606','hpixulo behavioral effects of valium [behavioral-eov.cherfusi.info] | 3mg xanax xr fedex shipping [3mg-xxfs.charions.info] | florida penny video slots [florida-pvs.cisionna.info] | free on line casino banner no deposit [free-olcbnd.chersill.info] | horseshoe casino robinsonville [horseshoe-cr.chersill.info] | tramadol 150 mg [tramadol-1m-92.clauto.info] | purchase xanax and loricet with money order or c.o.d. [purchase-xalwmooc.cervi.info] | what is the effects of taking remeron and xanax [what-iteotrax.charions.info] | picture of tramadol tablets [picture-ott.clauto.info] | free slots no download no flash [free-sndnf.cisionna.info] | play slots machines [play-sm.cisionna.info] | riviera hotel and casino las vegas [riviera-haclv.coextup.info] | mhere can i play slots for free on line [mhere-cipsffol.cisionna.info] | new england journal medicine tramadol [new-ejmt.clauto.info] | ',1,0),(217,0,4,'2007-09-02 16:09:02','Dave1972x','','','91.121.9.61','Comment 02 1606','hpixulo behavioral effects of valium [behavioral-eov.cherfusi.info] | 3mg xanax xr fedex shipping [3mg-xxfs.charions.info] | florida penny video slots [florida-pvs.cisionna.info] | free on line casino banner no deposit [free-olcbnd.chersill.info] | horseshoe casino robinsonville [horseshoe-cr.chersill.info] | tramadol 150 mg [tramadol-1m-92.clauto.info] | purchase xanax and loricet with money order or c.o.d. [purchase-xalwmooc.cervi.info] | what is the effects of taking remeron and xanax [what-iteotrax.charions.info] | picture of tramadol tablets [picture-ott.clauto.info] | free slots no download no flash [free-sndnf.cisionna.info] | play slots machines [play-sm.cisionna.info] | riviera hotel and casino las vegas [riviera-haclv.coextup.info] | mhere can i play slots for free on line [mhere-cipsffol.cisionna.info] | new england journal medicine tramadol [new-ejmt.clauto.info] | ',1,0),(218,0,2,'2007-09-03 12:45:33','Dave1972x','','','91.121.9.61','Comment 03 1242','hpixulo play slots for free [play-sff.copestro.info] | tiger electronic wheel fortune slots [tiger-ewfs.congeus.info] | foxwoods casino start ups [foxwoods-csu.corneder.info] | harrahs casino slots [harrahs-cs.congeus.info] | charles town slots and races [charles-tsar.cogles.info] | throw the dough online free casino game [throw-tdofcg.corneder.info] | foxwoods resort casino 39 norwich westerly rd [foxwoods-rc3nwr.coperc.info] | online casino slots free money [online-csfm.cogles.info] | hooters hotel and casino las vegas nevada [hooters-haclvn.coperc.info] | casino en ligne au quebec [casino-elaq.conides.info] | is there penny slots machine at morgan ceanso in connect [is-tpsmamcic.cogles.info] | casino free money play slot games [casino-fmpsg.conides.info] | the trailer for james bond 007 casino royale [the-tfjb0cr.coperc.info] | offline casino games [offline-cg.corneder.info] | hot toppings casino slot games [hot-tcsg.conides.info] | online casino no download [online-cnd.conides.info] | casino players card [casino-pc.conides.info] | top payout casino in vegas [top-pciv.coidop.info] | online casino casino online [online-cco.corneder.info] | seminole hard rock cafe hotel and casino [seminole-hrchac.coperc.info] | ',1,0),(219,0,4,'2007-09-03 12:45:40','Dave1972x','','','91.121.9.61','Comment 03 1242','hpixulo play slots for free [play-sff.copestro.info] | tiger electronic wheel fortune slots [tiger-ewfs.congeus.info] | foxwoods casino start ups [foxwoods-csu.corneder.info] | harrahs casino slots [harrahs-cs.congeus.info] | charles town slots and races [charles-tsar.cogles.info] | throw the dough online free casino game [throw-tdofcg.corneder.info] | foxwoods resort casino 39 norwich westerly rd [foxwoods-rc3nwr.coperc.info] | online casino slots free money [online-csfm.cogles.info] | hooters hotel and casino las vegas nevada [hooters-haclvn.coperc.info] | casino en ligne au quebec [casino-elaq.conides.info] | is there penny slots machine at morgan ceanso in connect [is-tpsmamcic.cogles.info] | casino free money play slot games [casino-fmpsg.conides.info] | the trailer for james bond 007 casino royale [the-tfjb0cr.coperc.info] | offline casino games [offline-cg.corneder.info] | hot toppings casino slot games [hot-tcsg.conides.info] | online casino no download [online-cnd.conides.info] | casino players card [casino-pc.conides.info] | top payout casino in vegas [top-pciv.coidop.info] | online casino casino online [online-cco.corneder.info] | seminole hard rock cafe hotel and casino [seminole-hrchac.coperc.info] | ',1,0),(220,0,2,'2007-09-03 15:57:59','Dave1972x','','','91.121.9.61','Comment 03 1555','hpixulo xanax usage and side effects [xanax-uase.cyanti.info] | grand casino milacs [grand-cm.coryp.info] | slot car vintage ernhardt [slot-cve.cremic.info] | tramadol pain medication [tramadol-pm-22.dentuali.info] | online casino games [online-cg.crogue.info] | free slots machine secerts [free-sms.crogue.info] | tavern points payout video slot machine [tavern-ppvsm.cremic.info] | 007 royal casino [007-rc.coryp.info] | pechanga resort and casino showroom seating [pechanga-racss.deaerth.info] | mgm grand casino play free slots [mgm-gcpfs.cothor.info] | xanax xr wikipedia [xanax-xw.cyanti.info] | pechanga casino employment need job security stocking [pechanga-cenjss.deaerth.info] | verizon yahoo free games slots machines [verizon-yfgsm.cothor.info] | babies xanax overdose preventatives [babies-xop.cyanti.info] | websites u can play slot machines for free [websites-ucpsmff.cremic.info] | jackpot party progressive slots in michigan [jackpot-ppsim.cothor.info] | wild cherry slots free downloads [wild-csfd.deaktie.info] | the best online gambling casino directory pagerank 7 6 [the-bogcdp76.coryp.info] | orleans hotel casino las vegas nevada [orleans-hclvn.deaerth.info] | reel deal slots phantom [reel-dsp.cothor.info] | free online casino slots games [free-ocsg.coryp.info] | ',1,0),(221,0,4,'2007-09-03 15:58:05','Dave1972x','','','91.121.9.61','Comment 03 1555','hpixulo xanax usage and side effects [xanax-uase.cyanti.info] | grand casino milacs [grand-cm.coryp.info] | slot car vintage ernhardt [slot-cve.cremic.info] | tramadol pain medication [tramadol-pm-22.dentuali.info] | online casino games [online-cg.crogue.info] | free slots machine secerts [free-sms.crogue.info] | tavern points payout video slot machine [tavern-ppvsm.cremic.info] | 007 royal casino [007-rc.coryp.info] | pechanga resort and casino showroom seating [pechanga-racss.deaerth.info] | mgm grand casino play free slots [mgm-gcpfs.cothor.info] | xanax xr wikipedia [xanax-xw.cyanti.info] | pechanga casino employment need job security stocking [pechanga-cenjss.deaerth.info] | verizon yahoo free games slots machines [verizon-yfgsm.cothor.info] | babies xanax overdose preventatives [babies-xop.cyanti.info] | websites u can play slot machines for free [websites-ucpsmff.cremic.info] | jackpot party progressive slots in michigan [jackpot-ppsim.cothor.info] | wild cherry slots free downloads [wild-csfd.deaktie.info] | the best online gambling casino directory pagerank 7 6 [the-bogcdp76.coryp.info] | orleans hotel casino las vegas nevada [orleans-hclvn.deaerth.info] | reel deal slots phantom [reel-dsp.cothor.info] | free online casino slots games [free-ocsg.coryp.info] | ',1,0),(222,0,2,'2007-09-03 21:27:11','Dave1972x','','','91.121.9.61','Comment 03 2124','hpixulo flamingo hotel and casino las vegas nv [flamingo-haclvn.hpmtwan.cn] | las vegas jobs casino [las-vjc.hpmtwan.cn] | casino slots for fun only [casino-sffo.buiow.cn] | fioricet online pay by cod [fioricet-opbc.egwubc.cn] | generic drug tramadol tab [generic-dtt.rryku.cn] | tramadol 50 mg [tramadol-5m.beqeir.cn] | golden reef free casino on line [golden-rfcol.kgjkbg.cn] | fioricet medication [fioricet-m.egwubc.cn] | ultram tramadol breathing difficulty problems [ultram-tbdp.beqeir.cn] | xanax bar+how long it takes to get out of your system | tramadol buy online [tramadol-bo.beqeir.cn] | gold coast hotel and casino hiring department [gold-chachd.hpmtwan.cn] | play free games and win money slots [play-fgawms.buiow.cn] | twister bonus video slots [twister-bvs.abkliy.cn] | argosy casino hotel packages [argosy-chp.kgjkbg.cn] | sim slots plat for fun [sim-spff.abkliy.cn] | tramadol in drug testing [tramadol-idt.beqeir.cn] | ultram tramadol select health insurance coverage [ultram-tshic.beqeir.cn] | will tramadol produce a positive result in urine drug tests [will-tpapriudt.beqeir.cn] | 180 ct tramadol [180-ct.beqeir.cn] | online casino free bonus money [online-cfbm.ffffnm.cn] | web site for the aladdin casino in las vegas [web-sftacilv.hpmtwan.cn] | money casino [money-c.ffffnm.cn] | turning stone casino new york [turning-scny.hpmtwan.cn] | reel deal slots bonus mania hack [reel-dsbmh.buiow.cn] | new sonny casino chips [new-scc.ffffnm.cn] | ',1,0),(223,0,4,'2007-09-03 21:27:15','Dave1972x','','','91.121.9.61','Comment 03 2124','hpixulo flamingo hotel and casino las vegas nv [flamingo-haclvn.hpmtwan.cn] | las vegas jobs casino [las-vjc.hpmtwan.cn] | casino slots for fun only [casino-sffo.buiow.cn] | fioricet online pay by cod [fioricet-opbc.egwubc.cn] | generic drug tramadol tab [generic-dtt.rryku.cn] | tramadol 50 mg [tramadol-5m.beqeir.cn] | golden reef free casino on line [golden-rfcol.kgjkbg.cn] | fioricet medication [fioricet-m.egwubc.cn] | ultram tramadol breathing difficulty problems [ultram-tbdp.beqeir.cn] | xanax bar+how long it takes to get out of your system | tramadol buy online [tramadol-bo.beqeir.cn] | gold coast hotel and casino hiring department [gold-chachd.hpmtwan.cn] | play free games and win money slots [play-fgawms.buiow.cn] | twister bonus video slots [twister-bvs.abkliy.cn] | argosy casino hotel packages [argosy-chp.kgjkbg.cn] | sim slots plat for fun [sim-spff.abkliy.cn] | tramadol in drug testing [tramadol-idt.beqeir.cn] | ultram tramadol select health insurance coverage [ultram-tshic.beqeir.cn] | will tramadol produce a positive result in urine drug tests [will-tpapriudt.beqeir.cn] | 180 ct tramadol [180-ct.beqeir.cn] | online casino free bonus money [online-cfbm.ffffnm.cn] | web site for the aladdin casino in las vegas [web-sftacilv.hpmtwan.cn] | money casino [money-c.ffffnm.cn] | turning stone casino new york [turning-scny.hpmtwan.cn] | reel deal slots bonus mania hack [reel-dsbmh.buiow.cn] | new sonny casino chips [new-scc.ffffnm.cn] | ',1,0),(224,0,2,'2007-09-03 22:02:50','Dave1972x','','','91.121.9.61','Comment 03 2200','hpixulo las vegas wheel of fortune slots [las-vwofs.adcfogg.cn] | sahara casino hotel [sahara-ch.hhver.cn] | how to play casino slots games [how-tpcsg.sddil.cn] | want to commit suicide overdose on xanax [want-tcsoox.eovon.cn] | luxor hotel and casino las vegas phone number [luxor-haclvpn.hhver.cn] | xanax alcohol overdose [xanax-ao.ckjcdm.cn] | tattoo shop inside palms hotel and casino [tattoo-siphac.hhver.cn] | grand casino mille lacs poker [grand-cmlp.ggijddg.cn] | video game bonus slots [video-gbs.sddil.cn] | reel deal slots error mystic forest [reel-dsemf.adcfogg.cn] | real deal slots cheats [real-dsc.yaanc.cn] | xanax pill info [xanax-pi-86.eovon.cn] | best slots online [best-so.faxd.cn] | charlestown w.va address slots casinos [charlestown-wasc.faxd.cn] | free popcorn bonus video slots [free-pbvs.sddil.cn] | vicodin xanax valium morphine free no prescription [vicodin-xvmfnp.dnsnlr.cn] | medical information on xanax gg 2 4 9 [medical-ioxg249.dnsnlr.cn] | free fun bonus slots online [free-fbso.adcfogg.cn] | aussie slots gaming studio [aussie-sgs.yaanc.cn] | why do computers have expansion slots [why-dches.cjbcx.cn] | coupon codes no deposit casino [coupon-cndc.ggijddg.cn] | free no download no registration slots [free-ndnrs.adcfogg.cn] | ',1,0),(225,0,4,'2007-09-03 22:02:53','Dave1972x','','','91.121.9.61','Comment 03 2200','hpixulo las vegas wheel of fortune slots [las-vwofs.adcfogg.cn] | sahara casino hotel [sahara-ch.hhver.cn] | how to play casino slots games [how-tpcsg.sddil.cn] | want to commit suicide overdose on xanax [want-tcsoox.eovon.cn] | luxor hotel and casino las vegas phone number [luxor-haclvpn.hhver.cn] | xanax alcohol overdose [xanax-ao.ckjcdm.cn] | tattoo shop inside palms hotel and casino [tattoo-siphac.hhver.cn] | grand casino mille lacs poker [grand-cmlp.ggijddg.cn] | video game bonus slots [video-gbs.sddil.cn] | reel deal slots error mystic forest [reel-dsemf.adcfogg.cn] | real deal slots cheats [real-dsc.yaanc.cn] | xanax pill info [xanax-pi-86.eovon.cn] | best slots online [best-so.faxd.cn] | charlestown w.va address slots casinos [charlestown-wasc.faxd.cn] | free popcorn bonus video slots [free-pbvs.sddil.cn] | vicodin xanax valium morphine free no prescription [vicodin-xvmfnp.dnsnlr.cn] | medical information on xanax gg 2 4 9 [medical-ioxg249.dnsnlr.cn] | free fun bonus slots online [free-fbso.adcfogg.cn] | aussie slots gaming studio [aussie-sgs.yaanc.cn] | why do computers have expansion slots [why-dches.cjbcx.cn] | coupon codes no deposit casino [coupon-cndc.ggijddg.cn] | free no download no registration slots [free-ndnrs.adcfogg.cn] | ',1,0),(226,0,2,'2007-09-04 13:20:16','Dave1972x','','','91.121.9.61','Comment 04 1317','hpixulo treasure island casino las vegas jobs [treasure-iclvj.dingne.info] | casino hosts mgm grand [casino-hmg.depl.info] | best casino codes [best-cc.diolutty.info] | no perscription xanax cheap [no-pxc.digitre.info] | pharmacia xanax for sale [pharmacia-xfs.digitre.info] | vegas break online casino 25 no cash deposit required [vegas-boc2ncdr.discule.info] | promotions for tropicana hotel casino in ac [promotions-fthcia.depl.info] | aladdin hotel and casino vegas [aladdin-hacv.dernate.info] | casino royale 2006 torrent [casino-r2t.discule.info] | casino grand hotel lacs mille [casino-ghlm.dingne.info] | xanax withdrawal doctor [xanax-wd.digitre.info] | order xanax online without perscription [order-xowp.digitre.info] | sims 2 extra want slots [sims-2ews.depush.info] | cheap hotel rate pala casino [cheap-hrpc.dernate.info] | ',1,0),(227,0,4,'2007-09-04 13:20:19','Dave1972x','','','91.121.9.61','Comment 04 1317','hpixulo treasure island casino las vegas jobs [treasure-iclvj.dingne.info] | casino hosts mgm grand [casino-hmg.depl.info] | best casino codes [best-cc.diolutty.info] | no perscription xanax cheap [no-pxc.digitre.info] | pharmacia xanax for sale [pharmacia-xfs.digitre.info] | vegas break online casino 25 no cash deposit required [vegas-boc2ncdr.discule.info] | promotions for tropicana hotel casino in ac [promotions-fthcia.depl.info] | aladdin hotel and casino vegas [aladdin-hacv.dernate.info] | casino royale 2006 torrent [casino-r2t.discule.info] | casino grand hotel lacs mille [casino-ghlm.dingne.info] | xanax withdrawal doctor [xanax-wd.digitre.info] | order xanax online without perscription [order-xowp.digitre.info] | sims 2 extra want slots [sims-2ews.depush.info] | cheap hotel rate pala casino [cheap-hrpc.dernate.info] | ',1,0),(228,0,2,'2007-09-04 16:00:33','Dave1972x','','','91.121.9.61','Comment 04 1557','hpixulo no downloading free casino game slots [no-dfcgs.draceous.info] | california west hotel and casino las vegas [california-whaclv.eariteam.info] | free casino money to gamble with [free-cmtgw.dumkali.info] | buy cheap tramadol 180 [buy-ct1.duodesm.info] | +ballys alpha slots / s9 for sale | 025 xanax vs 10 mil valium [025-xv1mv.dougl.info] | goolge tramadol hcl tabs [goolge-tht.duodesm.info] | xanax medication withdrawl syptoms [xanax-mws.divinda.info] | mail slots in unix [mail-siu.dologi.info] | how to win hot slots nes [how-twhsn.dologi.info] | where can i find free bonus video slots games [where-ciffbvsg.draceous.info] | need information on the drug xanax [need-iotdx.divinda.info] | rtg instant no deposit free casino bonuses [rtg-indfcb.doughtm.info] | sim slots for fun [sim-sff.draceous.info] | casino internet lucky vegas [casino-ilv.eariteam.info] | online pharmacy xanax mastercard [online-pxm.divinda.info] | play online casino games for free [play-ocgff.dumkali.info] | free casino money no deposit no credit card [free-cmndncc.doughtm.info] | ambien hydrocodone xanax [ambien-hx.divinda.info] | tropicana hotel casino lv [tropicana-hcl.doughtm.info] | play slots get check in the mail [play-sgcitm.draceous.info] | best vegas casino to play slots [best-vctps.dologi.info] | slots how to play [slots-htp.dologi.info] | xanax images info [xanax-ii.divinda.info] | .25 xanax vs 2mg xanax xr [25-xv2xx.divinda.info] | tramadol 20without 20prescription [tramadol-22.duodesm.info] | ',1,0),(229,0,4,'2007-09-04 16:00:40','Dave1972x','','','91.121.9.61','Comment 04 1557','hpixulo no downloading free casino game slots [no-dfcgs.draceous.info] | california west hotel and casino las vegas [california-whaclv.eariteam.info] | free casino money to gamble with [free-cmtgw.dumkali.info] | buy cheap tramadol 180 [buy-ct1.duodesm.info] | +ballys alpha slots / s9 for sale | 025 xanax vs 10 mil valium [025-xv1mv.dougl.info] | goolge tramadol hcl tabs [goolge-tht.duodesm.info] | xanax medication withdrawl syptoms [xanax-mws.divinda.info] | mail slots in unix [mail-siu.dologi.info] | how to win hot slots nes [how-twhsn.dologi.info] | where can i find free bonus video slots games [where-ciffbvsg.draceous.info] | need information on the drug xanax [need-iotdx.divinda.info] | rtg instant no deposit free casino bonuses [rtg-indfcb.doughtm.info] | sim slots for fun [sim-sff.draceous.info] | casino internet lucky vegas [casino-ilv.eariteam.info] | online pharmacy xanax mastercard [online-pxm.divinda.info] | play online casino games for free [play-ocgff.dumkali.info] | free casino money no deposit no credit card [free-cmndncc.doughtm.info] | ambien hydrocodone xanax [ambien-hx.divinda.info] | tropicana hotel casino lv [tropicana-hcl.doughtm.info] | play slots get check in the mail [play-sgcitm.draceous.info] | best vegas casino to play slots [best-vctps.dologi.info] | slots how to play [slots-htp.dologi.info] | xanax images info [xanax-ii.divinda.info] | .25 xanax vs 2mg xanax xr [25-xv2xx.divinda.info] | tramadol 20without 20prescription [tramadol-22.duodesm.info] | ',1,0),(230,0,2,'2007-09-04 21:38:32','Dave1972x','','','91.121.9.61','Comment 04 2135','hpixulo freeware video slots programable downloads [freeware-vspd.cpmijb.cn] | mohegan sun casino in conn [mohegan-scic.lnjpdc.cn] | free pogo cheats for hog heaven slots [free-pcfhhs.cpmijb.cn] | tyco slot car track lots [tyco-sctl.gzdaf.cn] | venetian casino and resort [venetian-car.ibjxek.cn] | casino las vegas 21 free texas holdem card games tournimants [casino-lv2fthcgt.lnjpdc.cn] | free online slots and video poker [free-osavp-9.hqcsca.cn] | get prescription for xanax online [get-pfxo.uxkcff.cn] | how much xanax will cause a overdose [how-mxwcao.adhcqe.cn] | grand casino biloxi [grand-cb.nppgfb.cn] | free nickel slots downloads [free-nsd.hqcsca.cn] | buy cheap xanax [buy-cx.fxrkke.cn] | were to buy cheap 2mg xanax [were-tbc2x.uxkcff.cn] | free casino games on line [free-cgol.lnjpdc.cn] | casino game rules 3 card poker [casino-gr3cp.nppgfb.cn] | aladdin hotel and casino jobs in las vegas [aladdin-hacjilv.ibjxek.cn] | cheats reel deal slots bonus mania pc [cheats-rdsbmp.cpmijb.cn] | free 20 line online slots [free-2los.qqfttc.cn] | bodog no deposit free bonus slots flash casino [bodog-ndfbsfc.hqcsca.cn] | video slots with bonus feature software [video-swbfs.hqcsca.cn] | free casino slots tournament [free-cst.cpmijb.cn] | ',1,0),(231,0,4,'2007-09-04 21:38:35','Dave1972x','','','91.121.9.61','Comment 04 2135','hpixulo freeware video slots programable downloads [freeware-vspd.cpmijb.cn] | mohegan sun casino in conn [mohegan-scic.lnjpdc.cn] | free pogo cheats for hog heaven slots [free-pcfhhs.cpmijb.cn] | tyco slot car track lots [tyco-sctl.gzdaf.cn] | venetian casino and resort [venetian-car.ibjxek.cn] | casino las vegas 21 free texas holdem card games tournimants [casino-lv2fthcgt.lnjpdc.cn] | free online slots and video poker [free-osavp-9.hqcsca.cn] | get prescription for xanax online [get-pfxo.uxkcff.cn] | how much xanax will cause a overdose [how-mxwcao.adhcqe.cn] | grand casino biloxi [grand-cb.nppgfb.cn] | free nickel slots downloads [free-nsd.hqcsca.cn] | buy cheap xanax [buy-cx.fxrkke.cn] | were to buy cheap 2mg xanax [were-tbc2x.uxkcff.cn] | free casino games on line [free-cgol.lnjpdc.cn] | casino game rules 3 card poker [casino-gr3cp.nppgfb.cn] | aladdin hotel and casino jobs in las vegas [aladdin-hacjilv.ibjxek.cn] | cheats reel deal slots bonus mania pc [cheats-rdsbmp.cpmijb.cn] | free 20 line online slots [free-2los.qqfttc.cn] | bodog no deposit free bonus slots flash casino [bodog-ndfbsfc.hqcsca.cn] | video slots with bonus feature software [video-swbfs.hqcsca.cn] | free casino slots tournament [free-cst.cpmijb.cn] | ',1,0),(232,0,2,'2007-09-04 21:39:14','Dave1972x','','','91.121.9.61','Comment 04 2136','hpixulo tramadol saturday online pharmacy [tramadol-sop-22.jeeeq.cn] | ocular side effects tramadol [ocular-set.jeeeq.cn] | cache creek casino tour bus leaving stockton california [cache-cctblsc.fmjri.cn] | free casino video slots [free-cvs.dvsaig.cn] | modem 8 bit & 16 bit expansion slots [modem-8ba1bes.dvsaig.cn] | atlantic city nj hotels resorts casino hotel [atlantic-cnhrch.gmeiu.cn] | purchase generic cialis [purchase-gc.zdhdiav.cn] | generic cialis online [generic-co.zdhdiav.cn] | aol com free slots [aol-cfs.iciertw.cn] | no download slots [no-ds.iciertw.cn] | tramadol hcl acetaminophen tab [tramadol-hat-95.jeeeq.cn] | download slots game for free [download-sgff.esfv.cn] | casino video slots [casino-vs.iciertw.cn] | online casino slot machine [online-csm.gmeiu.cn] | ',1,0),(233,0,4,'2007-09-04 21:39:16','Dave1972x','','','91.121.9.61','Comment 04 2136','hpixulo tramadol saturday online pharmacy [tramadol-sop-22.jeeeq.cn] | ocular side effects tramadol [ocular-set.jeeeq.cn] | cache creek casino tour bus leaving stockton california [cache-cctblsc.fmjri.cn] | free casino video slots [free-cvs.dvsaig.cn] | modem 8 bit & 16 bit expansion slots [modem-8ba1bes.dvsaig.cn] | atlantic city nj hotels resorts casino hotel [atlantic-cnhrch.gmeiu.cn] | purchase generic cialis [purchase-gc.zdhdiav.cn] | generic cialis online [generic-co.zdhdiav.cn] | aol com free slots [aol-cfs.iciertw.cn] | no download slots [no-ds.iciertw.cn] | tramadol hcl acetaminophen tab [tramadol-hat-95.jeeeq.cn] | download slots game for free [download-sgff.esfv.cn] | casino video slots [casino-vs.iciertw.cn] | online casino slot machine [online-csm.gmeiu.cn] | ',1,0),(234,0,2,'2007-09-05 02:24:48','Dave1972x','','','91.121.9.61','Comment 05 221','hpixulo goldstrike casino in tunica, mississippi [goldstrike-citm.archmou.info] | toseeka search for products casino slots [toseeka-sfpcs.appeabl.info] | gambling in sport [gambling-is.asceptib.info] | pds expansion slots [pds-es.begeben.info] | new york -new york hotel casino las vegas [new-ynyhclv.archmou.info] | famous people with gambling problems [famous-pwgp.asceptib.info] | xanax bar dosage [xanax-bd.beautur.info] | best casino for adult fun in atlantic city [best-cfafiac.barkedne.info] | results from snorting xanax [results-fsx.beautur.info] | buy xanax pills [buy-xp.beautur.info] | bellagio hotel casino las vegas nv [bellagio-hclvn.barkedne.info] | what state is the 2006 anti internet gambling bill at [what-sit2aigba.asceptib.info] | nickle slots for fun [nickle-sff.begeben.info] | no deposit bonus flash casino slots win cash [no-dbfcswc.begige.info] | online casino free cash [online-cfc.begige.info] | buy xanax now [buy-xn.beautur.info] | casino online poker [casino-op.begige.info] | xanax bar pictures [xanax-bp.beaviora.info] | free video bonus slots with deal or no deal [free-vbswdond.appeabl.info] | riviera hotel casino lasvagas [riviera-hcl.begige.info] | non prescription xanax online [non-pxo.beaviora.info] | ',1,0),(235,0,4,'2007-09-05 02:24:52','Dave1972x','','','91.121.9.61','Comment 05 221','hpixulo goldstrike casino in tunica, mississippi [goldstrike-citm.archmou.info] | toseeka search for products casino slots [toseeka-sfpcs.appeabl.info] | gambling in sport [gambling-is.asceptib.info] | pds expansion slots [pds-es.begeben.info] | new york -new york hotel casino las vegas [new-ynyhclv.archmou.info] | famous people with gambling problems [famous-pwgp.asceptib.info] | xanax bar dosage [xanax-bd.beautur.info] | best casino for adult fun in atlantic city [best-cfafiac.barkedne.info] | results from snorting xanax [results-fsx.beautur.info] | buy xanax pills [buy-xp.beautur.info] | bellagio hotel casino las vegas nv [bellagio-hclvn.barkedne.info] | what state is the 2006 anti internet gambling bill at [what-sit2aigba.asceptib.info] | nickle slots for fun [nickle-sff.begeben.info] | no deposit bonus flash casino slots win cash [no-dbfcswc.begige.info] | online casino free cash [online-cfc.begige.info] | buy xanax now [buy-xn.beautur.info] | casino online poker [casino-op.begige.info] | xanax bar pictures [xanax-bp.beaviora.info] | free video bonus slots with deal or no deal [free-vbswdond.appeabl.info] | riviera hotel casino lasvagas [riviera-hcl.begige.info] | non prescription xanax online [non-pxo.beaviora.info] | ',1,0),(236,0,2,'2007-09-05 12:57:22','Dave1972x','','','91.121.9.61','Comment 05 1254','hpixulo penny slots vegas [penny-sv.enerven.info] | fun casino slots with bonus rounds [fun-cswbr.eifehlep.info] | play free animated slots [play-fas.enerven.info] | casino download flash free game no play slot [casino-dffgnps.eiterras.info] | las vegas flamingo hotel and casino [las-vfhac.eitark.info] | cheap xanax without a prescription [cheap-xwap.egated.info] | free casino slot games play now [free-csgpn.eiterras.info] | free casino hot penny slots [free-chps.ellast.info] | purchase cheap legitimate xanax [purchase-clx.egated.info] | best nickel slots at pechenga [best-nsap.ellast.info] | casino free play slots [casino-fps.eifehlep.info] | casino games slots [casino-gs.eifehlep.info] | free slots machine games [free-smg.eifehlep.info] | slot machine jackpot cheats casino [slot-mjcc.eitark.info] | bodog no deposit free bonus slots codes flash casino [bodog-ndfbscfc.eitark.info] | best of slots ii d [best-osid.ellast.info] | ',1,0),(237,0,4,'2007-09-05 12:57:30','Dave1972x','','','91.121.9.61','Comment 05 1254','hpixulo penny slots vegas [penny-sv.enerven.info] | fun casino slots with bonus rounds [fun-cswbr.eifehlep.info] | play free animated slots [play-fas.enerven.info] | casino download flash free game no play slot [casino-dffgnps.eiterras.info] | las vegas flamingo hotel and casino [las-vfhac.eitark.info] | cheap xanax without a prescription [cheap-xwap.egated.info] | free casino slot games play now [free-csgpn.eiterras.info] | free casino hot penny slots [free-chps.ellast.info] | purchase cheap legitimate xanax [purchase-clx.egated.info] | best nickel slots at pechenga [best-nsap.ellast.info] | casino free play slots [casino-fps.eifehlep.info] | casino games slots [casino-gs.eifehlep.info] | free slots machine games [free-smg.eifehlep.info] | slot machine jackpot cheats casino [slot-mjcc.eitark.info] | bodog no deposit free bonus slots codes flash casino [bodog-ndfbscfc.eitark.info] | best of slots ii d [best-osid.ellast.info] | ',1,0),(238,0,2,'2007-09-05 14:12:28','Dave1972x','','','91.121.9.61','Comment 05 1409','hpixulo palms casino resort las vegas miami ink [palms-crlvmi.esoteni.info] | play on line slots for free [play-olsff.exonal.info] | odds against winning at slots [odds-awas.exonal.info] | las vegas palace station hotel casino [las-vpshc.erwinal.info] | thunderstruck bonus video slots [thunderstruck-bvs.exonal.info] | casino no deposit required [casino-ndr.esoteni.info] | what is xanax bars [what-ixb.equiti.info] | totally free downloadable vegas casino slots [totally-fdvcs.epito.info] | no download slots for free [no-dsff.exonal.info] | stardust hotel and casino las vegasnv [stardust-haclv.erwinal.info] | xanax forsale overnight [xanax-fo.ersch.info] | free flash video slots [free-fvs.exonal.info] | charlestown races and slots, west virginia [charlestown-raswv.exonal.info] | free on line slots [free-ols.exonal.info] | south coast hotel casino vegas [south-chcv.esoteni.info] | charlestown races and slots , charlestown, w.va. [charlestown-rascw.exonal.info] | learn or how or to or play or slots [learn-ohotopos.exonal.info] | hotels and casino atlantic city [hotels-acac.exshwh.info] | buy now pay later tramadol [buy-nplt.erentfer.info] | how long xanax stay in system [how-lxsis.ersch.info] | ultram costs more than tramadol because [ultram-cmttb.erentfer.info] | real tramadol in us pharmacy cod [real-tiupc.erentfer.info] | casino slot machine games [casino-smg.esoteni.info] | wagerlogic online casino list video slots [wagerlogic-oclvs.epito.info] | real deal slots nichels [real-dsn.exonal.info] | ',1,0),(239,0,4,'2007-09-05 14:12:33','Dave1972x','','','91.121.9.61','Comment 05 1409','hpixulo palms casino resort las vegas miami ink [palms-crlvmi.esoteni.info] | play on line slots for free [play-olsff.exonal.info] | odds against winning at slots [odds-awas.exonal.info] | las vegas palace station hotel casino [las-vpshc.erwinal.info] | thunderstruck bonus video slots [thunderstruck-bvs.exonal.info] | casino no deposit required [casino-ndr.esoteni.info] | what is xanax bars [what-ixb.equiti.info] | totally free downloadable vegas casino slots [totally-fdvcs.epito.info] | no download slots for free [no-dsff.exonal.info] | stardust hotel and casino las vegasnv [stardust-haclv.erwinal.info] | xanax forsale overnight [xanax-fo.ersch.info] | free flash video slots [free-fvs.exonal.info] | charlestown races and slots, west virginia [charlestown-raswv.exonal.info] | free on line slots [free-ols.exonal.info] | south coast hotel casino vegas [south-chcv.esoteni.info] | charlestown races and slots , charlestown, w.va. [charlestown-rascw.exonal.info] | learn or how or to or play or slots [learn-ohotopos.exonal.info] | hotels and casino atlantic city [hotels-acac.exshwh.info] | buy now pay later tramadol [buy-nplt.erentfer.info] | how long xanax stay in system [how-lxsis.ersch.info] | ultram costs more than tramadol because [ultram-cmttb.erentfer.info] | real tramadol in us pharmacy cod [real-tiupc.erentfer.info] | casino slot machine games [casino-smg.esoteni.info] | wagerlogic online casino list video slots [wagerlogic-oclvs.epito.info] | real deal slots nichels [real-dsn.exonal.info] | ',1,0),(240,0,2,'2007-09-05 23:16:50','Dave1972x','','','91.121.9.61','Comment 05 2313','hpixulo supe it up bonus video slots [supe-iubvs.jvcu.cn] | cheapest xanax online [cheapest-xo.arews.cn] | buy soma cubes [buy-sc-41.bjxzj.cn] | wheel of fortune slots win [wheel-ofsw.xjodkgx.cn] | free casino slot machines games [free-csmg.tjjjkb.cn] | tramadol for dogs [tramadol-fd.aekeki.cn] | overdose klonopin and xanax [overdose-kax.bejty.cn] | www free online slots games [www-fosg.jvcu.cn] | xanax bars drug [xanax-bd-58.arews.cn] | oxycodone 5 mg immediate release tramadol equivalency [oxycodone-5mirte-151.aekeki.cn] | blue chip casino michigan city [blue-ccmc.jufamfi.cn] | search sim slots [search-ss.pcobal.cn] | play real multi line slots online [play-rmlso.xjodkgx.cn] | pictures of generic 1mg xanax [pictures-og1x.bejty.cn] | free slots machine gaming [free-smg.jvcu.cn] | ',1,0),(241,0,4,'2007-09-05 23:16:57','Dave1972x','','','91.121.9.61','Comment 05 2313','hpixulo supe it up bonus video slots [supe-iubvs.jvcu.cn] | cheapest xanax online [cheapest-xo.arews.cn] | buy soma cubes [buy-sc-41.bjxzj.cn] | wheel of fortune slots win [wheel-ofsw.xjodkgx.cn] | free casino slot machines games [free-csmg.tjjjkb.cn] | tramadol for dogs [tramadol-fd.aekeki.cn] | overdose klonopin and xanax [overdose-kax.bejty.cn] | www free online slots games [www-fosg.jvcu.cn] | xanax bars drug [xanax-bd-58.arews.cn] | oxycodone 5 mg immediate release tramadol equivalency [oxycodone-5mirte-151.aekeki.cn] | blue chip casino michigan city [blue-ccmc.jufamfi.cn] | search sim slots [search-ss.pcobal.cn] | play real multi line slots online [play-rmlso.xjodkgx.cn] | pictures of generic 1mg xanax [pictures-og1x.bejty.cn] | free slots machine gaming [free-smg.jvcu.cn] | ',1,0),(242,0,2,'2007-09-05 23:17:06','Dave1972x','','','91.121.9.61','Comment 05 2314','hpixulo where can i order low cost tramadol with no prescription [where-ciolctwnp.esirjpm.cn] | peoplechat.biz q buy tramadol online [peoplechatbiz-qbto.esirjpm.cn] | who makes generic viagra in canada [who-mgvic.bhsjh.cn] | las vegas casino with best playing slot machines [las-vcwbpsm.zzxaai.cn] | is there a difference between valium and the generic [is-tadbvatg.ralleeb.cn] | viagra vs cialis [viagra-vc-21.bhsjh.cn] | free slots game downloads [free-sgd.sgojb.cn] | tramadol 15 mg [tramadol-1m-35.lhdbbui.cn] | xanax+pregnancy category | xanax addiction and treatment [xanax-aat.escpb.cn] | 2007 american casino guide [2007-acg.zzxaai.cn] | order tramadol hcl-acetaminophen par [order-thp.esirjpm.cn] | abuse of combination of tramadol and carisoprodol [abuse-ocotac.esirjpm.cn] | cleopatra free slots instant play [cleopatra-fsip.sgojb.cn] | 5mg valium pictures [5mg-vp.ralleeb.cn] | what is tramadol hcl 50mg [what-ith5.fpvnfvk.cn] | sdio expansion slots [sdio-es.sgojb.cn] | ',1,0),(243,0,4,'2007-09-05 23:17:09','Dave1972x','','','91.121.9.61','Comment 05 2314','hpixulo where can i order low cost tramadol with no prescription [where-ciolctwnp.esirjpm.cn] | peoplechat.biz q buy tramadol online [peoplechatbiz-qbto.esirjpm.cn] | who makes generic viagra in canada [who-mgvic.bhsjh.cn] | las vegas casino with best playing slot machines [las-vcwbpsm.zzxaai.cn] | is there a difference between valium and the generic [is-tadbvatg.ralleeb.cn] | viagra vs cialis [viagra-vc-21.bhsjh.cn] | free slots game downloads [free-sgd.sgojb.cn] | tramadol 15 mg [tramadol-1m-35.lhdbbui.cn] | xanax+pregnancy category | xanax addiction and treatment [xanax-aat.escpb.cn] | 2007 american casino guide [2007-acg.zzxaai.cn] | order tramadol hcl-acetaminophen par [order-thp.esirjpm.cn] | abuse of combination of tramadol and carisoprodol [abuse-ocotac.esirjpm.cn] | cleopatra free slots instant play [cleopatra-fsip.sgojb.cn] | 5mg valium pictures [5mg-vp.ralleeb.cn] | what is tramadol hcl 50mg [what-ith5.fpvnfvk.cn] | sdio expansion slots [sdio-es.sgojb.cn] | ',1,0),(244,0,2,'2007-09-06 08:46:41','Dave1972x','','','91.121.9.61','Comment 06 843','hpixulo bar xanax yellow [bar-xy.ferng.info] | alprazolam is xanax [alprazolam-ix.ferng.info] | new vedio slots games [new-vsg.feedman.info] | upjohn xanax for sale [upjohn-xfs.ferng.info] | free slots machines to play free [free-smtpf.feedman.info] | play for fun online casino arizona [play-ffoca.fierbrac.info] | drugs+blue generic xanax | circus hotel casino [circus-hc.fatterli.info] | xanax bars drug [xanax-bd.ferng.info] | sahara casino las vegas entertainment guide for october 18th [sahara-clvegfo1.formitch.info] | cheap cod soma online pharmacy [cheap-csop.forample.info] | club pogo hogs heaven slots [club-phhs.fordert.info] | seminole hard rock hotel and casino hollywood jobs [seminole-hrhachj.formitch.info] | real deal slots on line [real-dsol.fordert.info] | playing cards used at red rock casino las vegas [playing-cuarrclv.fierbrac.info] | birthday free money casino [birthday-fmc.gaition.info] | xanax overnight delivery no prior prescription [xanax-odnpp.ferng.info] | buy soma and lortabs without a prescription [buy-salwap.forample.info] | casino online sign up bonus [casino-osub.formitch.info] | play slots machines for free [play-smff.fordert.info] | casino winstar [casino-w.gaition.info] | is thunder valley casino california 18 and older [is-tvcc1ao.formitch.info] | online video slots with no download [online-vswnd.feedman.info] | fruits basket haru soma [fruits-bhs.forample.info] | ballys hotel casino jobs [ballys-hcj.fierbrac.info] | ',1,0),(245,0,4,'2007-09-06 08:46:49','Dave1972x','','','91.121.9.61','Comment 06 843','hpixulo bar xanax yellow [bar-xy.ferng.info] | alprazolam is xanax [alprazolam-ix.ferng.info] | new vedio slots games [new-vsg.feedman.info] | upjohn xanax for sale [upjohn-xfs.ferng.info] | free slots machines to play free [free-smtpf.feedman.info] | play for fun online casino arizona [play-ffoca.fierbrac.info] | drugs+blue generic xanax | circus hotel casino [circus-hc.fatterli.info] | xanax bars drug [xanax-bd.ferng.info] | sahara casino las vegas entertainment guide for october 18th [sahara-clvegfo1.formitch.info] | cheap cod soma online pharmacy [cheap-csop.forample.info] | club pogo hogs heaven slots [club-phhs.fordert.info] | seminole hard rock hotel and casino hollywood jobs [seminole-hrhachj.formitch.info] | real deal slots on line [real-dsol.fordert.info] | playing cards used at red rock casino las vegas [playing-cuarrclv.fierbrac.info] | birthday free money casino [birthday-fmc.gaition.info] | xanax overnight delivery no prior prescription [xanax-odnpp.ferng.info] | buy soma and lortabs without a prescription [buy-salwap.forample.info] | casino online sign up bonus [casino-osub.formitch.info] | play slots machines for free [play-smff.fordert.info] | casino winstar [casino-w.gaition.info] | is thunder valley casino california 18 and older [is-tvcc1ao.formitch.info] | online video slots with no download [online-vswnd.feedman.info] | fruits basket haru soma [fruits-bhs.forample.info] | ballys hotel casino jobs [ballys-hcj.fierbrac.info] | ',1,0),(246,0,2,'2007-09-06 15:53:15','Dave1972x','','','91.121.9.61','Comment 06 1550','hpixulo free play download casino slots [free-pdcs.gestellt.info] | free hard rock casino slots [free-hrcs.garmis.info] | search grand casino mille lacs mn. [search-gcmlm.garmis.info] | jeux casino [jeux-c.gelat.info] | xanax xr pills [xanax-xp-72.gewac.info] | katt williams at pechanga casino [katt-wapc.goldgla.info] | casino royal games free downloads [casino-rgfd.geade.info] | venetian hotel & casino las vegas [venetian-haclv.gelat.info] | xanax more drug uses [xanax-mdu.gewac.info] | free web site excite slots casino games [free-wsescg.gravicab.info] | location of foxwood casino in connecticut [location-ofcic.guested.info] | sun casino hotels [sun-ch.guested.info] | casino poker rooms [casino-pr.goldgla.info] | download casino royale full movie [download-crfm.guested.info] | pechanga casino department of public safety [pechanga-cdops.gelat.info] | xanax xr from canada pharmacy [xanax-xfcp.gewac.info] | horseshoe casino hammond in [horseshoe-chi-4.garmis.info] | moutaineer gaming casino [moutaineer-gc.goldgla.info] | wynn hotel and casino com [wynn-hacc.goldgla.info] | free fun slots no download required [free-fsndr.gestellt.info] | stardust hotel casino kareoke [stardust-hck.guested.info] | free games on sim slots to play [free-gosstp.gravicab.info] | san diego pechanga casino bus [san-dpcb.geade.info] | grand casino hinckley minn [grand-chm-0.gelat.info] | las vegas tropicana casino [las-vtc.goldgla.info] | ',1,0),(247,0,4,'2007-09-06 15:53:20','Dave1972x','','','91.121.9.61','Comment 06 1550','hpixulo free play download casino slots [free-pdcs.gestellt.info] | free hard rock casino slots [free-hrcs.garmis.info] | search grand casino mille lacs mn. [search-gcmlm.garmis.info] | jeux casino [jeux-c.gelat.info] | xanax xr pills [xanax-xp-72.gewac.info] | katt williams at pechanga casino [katt-wapc.goldgla.info] | casino royal games free downloads [casino-rgfd.geade.info] | venetian hotel & casino las vegas [venetian-haclv.gelat.info] | xanax more drug uses [xanax-mdu.gewac.info] | free web site excite slots casino games [free-wsescg.gravicab.info] | location of foxwood casino in connecticut [location-ofcic.guested.info] | sun casino hotels [sun-ch.guested.info] | casino poker rooms [casino-pr.goldgla.info] | download casino royale full movie [download-crfm.guested.info] | pechanga casino department of public safety [pechanga-cdops.gelat.info] | xanax xr from canada pharmacy [xanax-xfcp.gewac.info] | horseshoe casino hammond in [horseshoe-chi-4.garmis.info] | moutaineer gaming casino [moutaineer-gc.goldgla.info] | wynn hotel and casino com [wynn-hacc.goldgla.info] | free fun slots no download required [free-fsndr.gestellt.info] | stardust hotel casino kareoke [stardust-hck.guested.info] | free games on sim slots to play [free-gosstp.gravicab.info] | san diego pechanga casino bus [san-dpcb.geade.info] | grand casino hinckley minn [grand-chm-0.gelat.info] | las vegas tropicana casino [las-vtc.goldgla.info] | ',1,0),(248,0,2,'2007-09-06 19:43:44','Dave1972x','','','91.121.9.61','Comment 06 1940','hpixulo dosage of valium for dogs [dosage-ovfd.htsucdj.cn] | buy xanax without prescription no membership fees [buy-xwpnmf.egxnl.cn] | casino dealer school [casino-ds.ebkye.cn] | plaza hotel casino las vegas nv [plaza-hclvn.hggixct.cn] | indian gaming casino [indian-gc.ebkye.cn] | order soma online no prescription cod payment [order-sonpcp.vjnkfw.cn] | xanax overnight with visa gift card [xanax-owvgc.eazeide.cn] | xanax non prescription needed [xanax-npn.egxnl.cn] | tramadol apap tb 375 325 [tramadol-at33.gxbqx.cn] | personal quick cash loan for people with bad credit [personal-qclfpwbc.vorxjan.cn] | stardust hotel and casino future development [stardust-hacfd.hggixct.cn] | caesars online gambling casino [caesars-ogc.kdrjg.cn] | cialis comparison levitra viagra [cialis-clv.xuavn.cn] | prince at the rio casino las vegas [prince-atrclv.fehgo.cn] | why do people abuse xanax [why-dpax.egxnl.cn] | las vegas rules baccarat online casino [las-vrboc.kdrjg.cn] | financial problem credit card deby debt consolidation loans [financial-pccddcl.vorxjan.cn] | tramadol order saturday [tramadol-os-25.gxbqx.cn] | aladdin hotel casino in les vegas tripadvisor [aladdin-hcilvt.ebkye.cn] | women cialis [women-c.xuavn.cn] | tramadol hcl 50 mg tablet [tramadol-h5mt.gxbqx.cn] | no deposit casino bonuses for online casinos [no-dcbfoc.kdrjg.cn] | free canadain credit reports [free-ccr.vorxjan.cn] | tramadol 180 50mg 100 [tramadol-151.gxbqx.cn] | ',1,0),(249,0,4,'2007-09-06 19:43:47','Dave1972x','','','91.121.9.61','Comment 06 1940','hpixulo dosage of valium for dogs [dosage-ovfd.htsucdj.cn] | buy xanax without prescription no membership fees [buy-xwpnmf.egxnl.cn] | casino dealer school [casino-ds.ebkye.cn] | plaza hotel casino las vegas nv [plaza-hclvn.hggixct.cn] | indian gaming casino [indian-gc.ebkye.cn] | order soma online no prescription cod payment [order-sonpcp.vjnkfw.cn] | xanax overnight with visa gift card [xanax-owvgc.eazeide.cn] | xanax non prescription needed [xanax-npn.egxnl.cn] | tramadol apap tb 375 325 [tramadol-at33.gxbqx.cn] | personal quick cash loan for people with bad credit [personal-qclfpwbc.vorxjan.cn] | stardust hotel and casino future development [stardust-hacfd.hggixct.cn] | caesars online gambling casino [caesars-ogc.kdrjg.cn] | cialis comparison levitra viagra [cialis-clv.xuavn.cn] | prince at the rio casino las vegas [prince-atrclv.fehgo.cn] | why do people abuse xanax [why-dpax.egxnl.cn] | las vegas rules baccarat online casino [las-vrboc.kdrjg.cn] | financial problem credit card deby debt consolidation loans [financial-pccddcl.vorxjan.cn] | tramadol order saturday [tramadol-os-25.gxbqx.cn] | aladdin hotel casino in les vegas tripadvisor [aladdin-hcilvt.ebkye.cn] | women cialis [women-c.xuavn.cn] | tramadol hcl 50 mg tablet [tramadol-h5mt.gxbqx.cn] | no deposit casino bonuses for online casinos [no-dcbfoc.kdrjg.cn] | free canadain credit reports [free-ccr.vorxjan.cn] | tramadol 180 50mg 100 [tramadol-151.gxbqx.cn] | ',1,0),(250,0,2,'2007-09-06 20:03:12','Dave1972x','','','91.121.9.61','Comment 06 2000','hpixulo list of top casino slot machines in vegas [list-otcsmiv.jrfi.cn] | buy tramadol tramadol [buy-tt.bjqsebd.cn] | xanax without prescription from usa based [xanax-wpfub.kunblz.cn] | palms hotel & casino [palms-hac.kifimj.cn] | stratosphere hotel and casino [stratosphere-hac.kifimj.cn] | have an existing payday loan need another one [have-aeplnao.etetf.cn] | use of tramadol to treat dogs [use-otttd.bjqsebd.cn] | buy felt for craps table [buy-ffct.riaydaw.cn] | paris hotel and casino job oportunities [paris-hacjo.jrfi.cn] | valium online pharmacy tramadol [valium-opt.jkmpfp.cn] | xanax offbrand xanax pills [xanax-oxp.kunblz.cn] | quick craps strategy [quick-cs.riaydaw.cn] | georgia where to purchase herbal phentermine [georgia-wtphp.gatptq.cn] | phentermine to order online [phentermine-too.gatptq.cn] | tramadol+natrium+paracetamol+side effects | free slot mashines casino online [free-smco.jrfi.cn] | phentermine searchers.com q generic valium said make [phentermine-sqgvsm.gatptq.cn] | lioresal and tramadol no prescription [lioresal-atnp.jkmpfp.cn] | phentermine 30 mg yellow [phentermine-3my.gatptq.cn] | information about tramadol for dogs [information-atfd.bjfecjw.cn] | ',1,0),(251,0,4,'2007-09-06 20:03:18','Dave1972x','','','91.121.9.61','Comment 06 2000','hpixulo list of top casino slot machines in vegas [list-otcsmiv.jrfi.cn] | buy tramadol tramadol [buy-tt.bjqsebd.cn] | xanax without prescription from usa based [xanax-wpfub.kunblz.cn] | palms hotel & casino [palms-hac.kifimj.cn] | stratosphere hotel and casino [stratosphere-hac.kifimj.cn] | have an existing payday loan need another one [have-aeplnao.etetf.cn] | use of tramadol to treat dogs [use-otttd.bjqsebd.cn] | buy felt for craps table [buy-ffct.riaydaw.cn] | paris hotel and casino job oportunities [paris-hacjo.jrfi.cn] | valium online pharmacy tramadol [valium-opt.jkmpfp.cn] | xanax offbrand xanax pills [xanax-oxp.kunblz.cn] | quick craps strategy [quick-cs.riaydaw.cn] | georgia where to purchase herbal phentermine [georgia-wtphp.gatptq.cn] | phentermine to order online [phentermine-too.gatptq.cn] | tramadol+natrium+paracetamol+side effects | free slot mashines casino online [free-smco.jrfi.cn] | phentermine searchers.com q generic valium said make [phentermine-sqgvsm.gatptq.cn] | lioresal and tramadol no prescription [lioresal-atnp.jkmpfp.cn] | phentermine 30 mg yellow [phentermine-3my.gatptq.cn] | information about tramadol for dogs [information-atfd.bjfecjw.cn] | ',1,0),(252,0,2,'2007-09-07 13:31:44','Dave1972x','','','91.121.9.61','Comment 07 1328','hpixulo buy cheap bulk xanax [buy-cbx.imbru.info] | long term effects of takin xanax [long-teotx.imbru.info] | "seminole hard rock hotel and casino" + tampa, fl | shows at foxwoods casino [shows-afc.herizati.info] | xanax pharmacia for sale [xanax-pfs-32.healized.info] | circus circue hotel casino [circus-chc.gyness.info] | san manuel casino and resort [san-mcar.herizati.info] | buy xanax now [buy-xn.healized.info] | cactus petes casino in jackpot neveda [cactus-pcijn.herizati.info] | tropicana casino resort odd [tropicana-cro.illegra.info] | newest no deposit online casino bonus [newest-ndocb.illegra.info] | soaring eagle casino and resort in mt. pleasant mi [soaring-ecarimpm.impshad.info] | pechanga casino carlos mencia [pechanga-ccm.gyness.info] | purchase xanax and loricet with money order or c.o.d. [purchase-xalwmooc.healized.info] | order tramadol online [order-to.hibouque.info] | how to call your own prescriptions for xanax [how-tcyopfx.imbru.info] | world casino directory [world-cd.impshad.info] | levitra how long does it last [levitra-hldil.hology.info] | sultans seven online casino slots [sultans-socs.herizati.info] | horseshoe casino shreveport louisiana [horseshoe-csl.gyness.info] | ',1,0),(253,0,4,'2007-09-07 13:31:48','Dave1972x','','','91.121.9.61','Comment 07 1328','hpixulo buy cheap bulk xanax [buy-cbx.imbru.info] | long term effects of takin xanax [long-teotx.imbru.info] | "seminole hard rock hotel and casino" + tampa, fl | shows at foxwoods casino [shows-afc.herizati.info] | xanax pharmacia for sale [xanax-pfs-32.healized.info] | circus circue hotel casino [circus-chc.gyness.info] | san manuel casino and resort [san-mcar.herizati.info] | buy xanax now [buy-xn.healized.info] | cactus petes casino in jackpot neveda [cactus-pcijn.herizati.info] | tropicana casino resort odd [tropicana-cro.illegra.info] | newest no deposit online casino bonus [newest-ndocb.illegra.info] | soaring eagle casino and resort in mt. pleasant mi [soaring-ecarimpm.impshad.info] | pechanga casino carlos mencia [pechanga-ccm.gyness.info] | purchase xanax and loricet with money order or c.o.d. [purchase-xalwmooc.healized.info] | order tramadol online [order-to.hibouque.info] | how to call your own prescriptions for xanax [how-tcyopfx.imbru.info] | world casino directory [world-cd.impshad.info] | levitra how long does it last [levitra-hldil.hology.info] | sultans seven online casino slots [sultans-socs.herizati.info] | horseshoe casino shreveport louisiana [horseshoe-csl.gyness.info] | ',1,0),(254,0,2,'2007-09-07 20:45:26','Dave1972x','','','91.121.9.61','Comment 07 2042','hpixulo @cachecreek.com cache creek casino resort [cachecreekcom-cccr.nixhd.cn] | tramadol overnight fedex cod [tramadol-ofc.alabrzz.cn] | collectibles casino tokens [collectibles-ct.bdvakd.cn] | casino royale + movie review | casino royale 007 movie reviews [casino-r0mr.iuytcb.cn] | tramadol ultram side effects [tramadol-use.qrhgrvq.cn] | free casino real slots online [free-crso.bdvakd.cn] | plaza hotel and casino las vegas poker wowtraveldeals [plaza-haclvpw.giqmc.cn] | monopoly casino downloads [monopoly-cd.hjnodej.cn] | stratosphere hotel an casino [stratosphere-hac.iuytcb.cn] | can cialis pills be cut? | grand casino hinkley mn buffet [grand-chmb.nixhd.cn] | poker searchers.com q buy tramadol online [poker-sqbto.qrhgrvq.cn] | comparing cialis viagra levitra [comparing-cvl.wzlaxch.cn] | ',1,0),(255,0,4,'2007-09-07 20:45:28','Dave1972x','','','91.121.9.61','Comment 07 2042','hpixulo @cachecreek.com cache creek casino resort [cachecreekcom-cccr.nixhd.cn] | tramadol overnight fedex cod [tramadol-ofc.alabrzz.cn] | collectibles casino tokens [collectibles-ct.bdvakd.cn] | casino royale + movie review | casino royale 007 movie reviews [casino-r0mr.iuytcb.cn] | tramadol ultram side effects [tramadol-use.qrhgrvq.cn] | free casino real slots online [free-crso.bdvakd.cn] | plaza hotel and casino las vegas poker wowtraveldeals [plaza-haclvpw.giqmc.cn] | monopoly casino downloads [monopoly-cd.hjnodej.cn] | stratosphere hotel an casino [stratosphere-hac.iuytcb.cn] | can cialis pills be cut? | grand casino hinkley mn buffet [grand-chmb.nixhd.cn] | poker searchers.com q buy tramadol online [poker-sqbto.qrhgrvq.cn] | comparing cialis viagra levitra [comparing-cvl.wzlaxch.cn] | ',1,0),(256,0,2,'2007-09-07 21:08:44','Dave1972x','','','91.121.9.61','Comment 07 2105','hpixulo 50 mg tramadol to get high [50-mttgh.uogs.cn] | xanax time released pictures [xanax-trp.nwicjca.cn] | pechanga resort casino events [pechanga-rce.uizubne.cn] | the palms casino, las vegas [the-pclv.ehdjdhs.cn] | tadalafil search.com q order tramadol said make [tadalafil-sqotsm.bgccfdg.cn] | what is tramadol apap and what are the side effects [what-itaawatse.uogs.cn] | venetian resort casino [venetian-rc.ehdjdhs.cn] | tramadol hcl acetaminophen effectos segundarios [tramadol-haes.bgccfdg.cn] | tramadol hcl description [tramadol-hd.uogs.cn] | hoyle 3 casino game free download [hoyle-3cgfd.ehdjdhs.cn] | illegal xanax side effects [illegal-xse.nwicjca.cn] | wynn hotel and casino human resource [wynn-hachr.pqcho.cn] | xanax overdose warnings [xanax-ow.nwicjca.cn] | oxycontin xanax bars percocets and loretabs [oxycontin-xbpal-48.nwicjca.cn] | ',1,0),(257,0,4,'2007-09-07 21:08:48','Dave1972x','','','91.121.9.61','Comment 07 2105','hpixulo 50 mg tramadol to get high [50-mttgh.uogs.cn] | xanax time released pictures [xanax-trp.nwicjca.cn] | pechanga resort casino events [pechanga-rce.uizubne.cn] | the palms casino, las vegas [the-pclv.ehdjdhs.cn] | tadalafil search.com q order tramadol said make [tadalafil-sqotsm.bgccfdg.cn] | what is tramadol apap and what are the side effects [what-itaawatse.uogs.cn] | venetian resort casino [venetian-rc.ehdjdhs.cn] | tramadol hcl acetaminophen effectos segundarios [tramadol-haes.bgccfdg.cn] | tramadol hcl description [tramadol-hd.uogs.cn] | hoyle 3 casino game free download [hoyle-3cgfd.ehdjdhs.cn] | illegal xanax side effects [illegal-xse.nwicjca.cn] | wynn hotel and casino human resource [wynn-hachr.pqcho.cn] | xanax overdose warnings [xanax-ow.nwicjca.cn] | oxycontin xanax bars percocets and loretabs [oxycontin-xbpal-48.nwicjca.cn] | ',1,0),(258,0,2,'2007-09-07 23:24:22','Dave1972x','','','91.121.9.61','Comment 07 2321','hpixulo college sexy babes [college-sb.sjiah.cn] | collin county community college address [collin-ccca-9.bdcida.cn] | san antonio college in texas [san-acit.qgrcf.cn] | sacramento city college website [sacramento-ccw.qgrcf.cn] | espn 2006 college football tv schedule [espn-2cfts.zvdhi.cn] | current bcs college football rankings [current-bcfr.vgmqxs.cn] | jackson tennessee state community college [jackson-tscc.jmniq.cn] | bergen community college nj [bergen-ccn.dknnohn.cn] | nude college coeds galleries [nude-ccg.bdcida.cn] | naked sexy college girl picture [naked-scgp.gtauu.cn] | central texas college applications [central-tca.xgogy.cn] | chae "mt. san antonio college" [chae-qsac.jmniq.cn] | kellogg community college book store [kellogg-ccbs.sjiah.cn] | sinclair community college daytonohio [sinclair-ccd.jmniq.cn] | anne arundel community college [anne-acc.sjiah.cn] | college dean sex video [college-dsv.xgogy.cn] | college cheerleaders have sex for money [college-chsfm.vgmqxs.cn] | college basketball shorts xxl [college-bsx.beraqyh.cn] | columbia college columbia south carolina [columbia-ccsc.dknnohn.cn] | cute college girls anal fucking baet [cute-cgafb.qgrcf.cn] | used college textbooks for cheap [used-ctfc.dknnohn.cn] | examples of essay application for college [examples-oeafc.xgogy.cn] | college classes online [college-co.vgmqxs.cn] | ',1,0),(259,0,4,'2007-09-07 23:24:24','Dave1972x','','','91.121.9.61','Comment 07 2321','hpixulo college sexy babes [college-sb.sjiah.cn] | collin county community college address [collin-ccca-9.bdcida.cn] | san antonio college in texas [san-acit.qgrcf.cn] | sacramento city college website [sacramento-ccw.qgrcf.cn] | espn 2006 college football tv schedule [espn-2cfts.zvdhi.cn] | current bcs college football rankings [current-bcfr.vgmqxs.cn] | jackson tennessee state community college [jackson-tscc.jmniq.cn] | bergen community college nj [bergen-ccn.dknnohn.cn] | nude college coeds galleries [nude-ccg.bdcida.cn] | naked sexy college girl picture [naked-scgp.gtauu.cn] | central texas college applications [central-tca.xgogy.cn] | chae "mt. san antonio college" [chae-qsac.jmniq.cn] | kellogg community college book store [kellogg-ccbs.sjiah.cn] | sinclair community college daytonohio [sinclair-ccd.jmniq.cn] | anne arundel community college [anne-acc.sjiah.cn] | college dean sex video [college-dsv.xgogy.cn] | college cheerleaders have sex for money [college-chsfm.vgmqxs.cn] | college basketball shorts xxl [college-bsx.beraqyh.cn] | columbia college columbia south carolina [columbia-ccsc.dknnohn.cn] | cute college girls anal fucking baet [cute-cgafb.qgrcf.cn] | used college textbooks for cheap [used-ctfc.dknnohn.cn] | examples of essay application for college [examples-oeafc.xgogy.cn] | college classes online [college-co.vgmqxs.cn] | ',1,0),(260,0,2,'2007-09-07 23:26:56','Dave1972x','','','91.121.9.61','Comment 07 2323','hpixulo free college video girls fucking online [free-cvgfo.irpcjxb.cn] | columbia college fine arts department [columbia-cfad.biwipb.cn] | black college football teams [black-cft.vboxepq.cn] | college football bowls projections 2005 2006 [college-fbp22.dpjgpys.cn] | ashworth college achievement exam answers [ashworth-caea.irpcjxb.cn] | | fresno city college nursing [fresno-ccn.hgyzf.cn] | dirty college chicks [dirty-cc.pntgt.cn] | uk+college basketball game+tickets+mens+ebay | college books for sale cheap [college-bfsc.irpcjxb.cn] | search college of dupage [search-cod.pntgt.cn] | college humor com [college-hc.biwipb.cn] | | | ',1,0),(261,0,4,'2007-09-07 23:26:58','Dave1972x','','','91.121.9.61','Comment 07 2323','hpixulo free college video girls fucking online [free-cvgfo.irpcjxb.cn] | columbia college fine arts department [columbia-cfad.biwipb.cn] | black college football teams [black-cft.vboxepq.cn] | college football bowls projections 2005 2006 [college-fbp22.dpjgpys.cn] | ashworth college achievement exam answers [ashworth-caea.irpcjxb.cn] | | fresno city college nursing [fresno-ccn.hgyzf.cn] | dirty college chicks [dirty-cc.pntgt.cn] | uk+college basketball game+tickets+mens+ebay | college books for sale cheap [college-bfsc.irpcjxb.cn] | search college of dupage [search-cod.pntgt.cn] | college humor com [college-hc.biwipb.cn] | | | ',1,0),(262,0,2,'2007-09-08 13:09:45','Dave1972x','','','91.121.9.61','Comment 08 1306','hpixulo las vegas casino hotels [las-vch.nephr.info] | buy tramadol online with no prescription [buy-townp.menspitc.info] | reversing tramadol addiction [reversing-ta.monocu.info] | what is "tramadol 50mg" [what-iq5.monocu.info] | is there a difference between tramadol ultram [is-tadbtu.menspitc.info] | building construction project aladdin hotel casino [building-cpahc.nephr.info] | no download play free casino games online [no-dpfcgo.modacy.info] | casino money jars [casino-mj.nephr.info] | xanax alcohol overdose [xanax-ao-36.mumfo.info] | cache creek casino california [cache-ccc.mesepit.info] | generic tramadol description [generic-td.monocu.info] | fda warns about dangers tramadol [fda-wadt.menspitc.info] | tramadol apap [tramadol-a.monocu.info] | casino club poker betrug [casino-cpb.modacy.info] | las vegas paris hotel and casino [las-vphac.nephr.info] | tramadol ultram 50mg x 30 tablets [tramadol-u5x3t.menspitc.info] | free money to play at grand casino hinckley minnesota [free-mtpagchm.modacy.info] | cheapest soma overnight to nevada [cheapest-sotn.mesobov.info] | ',1,0),(263,0,4,'2007-09-08 13:09:48','Dave1972x','','','91.121.9.61','Comment 08 1306','hpixulo las vegas casino hotels [las-vch.nephr.info] | buy tramadol online with no prescription [buy-townp.menspitc.info] | reversing tramadol addiction [reversing-ta.monocu.info] | what is "tramadol 50mg" [what-iq5.monocu.info] | is there a difference between tramadol ultram [is-tadbtu.menspitc.info] | building construction project aladdin hotel casino [building-cpahc.nephr.info] | no download play free casino games online [no-dpfcgo.modacy.info] | casino money jars [casino-mj.nephr.info] | xanax alcohol overdose [xanax-ao-36.mumfo.info] | cache creek casino california [cache-ccc.mesepit.info] | generic tramadol description [generic-td.monocu.info] | fda warns about dangers tramadol [fda-wadt.menspitc.info] | tramadol apap [tramadol-a.monocu.info] | casino club poker betrug [casino-cpb.modacy.info] | las vegas paris hotel and casino [las-vphac.nephr.info] | tramadol ultram 50mg x 30 tablets [tramadol-u5x3t.menspitc.info] | free money to play at grand casino hinckley minnesota [free-mtpagchm.modacy.info] | cheapest soma overnight to nevada [cheapest-sotn.mesobov.info] | ',1,0),(264,0,2,'2007-09-08 19:57:24','Dave1972x','','','91.121.9.61','Comment 08 1954','hpixulo tramadol in conjunction with amantadine for arthritic dogs, [tramadol-icwafad.mhlce.cn] | list of 5 top rated debt consolidation companies [list-o5trdcc.abjggb.cn] | levitra viagra dosage [levitra-vd.pvups.cn] | the side effects of xanax from abuse [the-seoxfa.qafibzg.cn] | cheap cialis without prescription [cheap-cwp.hsvif.cn] | liquid cialis cheap [liquid-cc.rajzxh.cn] | cialis generic levitra viagra [cialis-glv.pvups.cn] | free government loans for debt [free-glfd.abjggb.cn] | viagra order [viagra-o.nzyqtp.cn] | drug interaction soma and hydocodone [drug-isah.mroenfj.cn] | quick delivery pharmacy viagra [quick-dpv.pbvihr.cn] | side effects valium and grapefruit juice [side-evagj.pmmaumu.cn] | talk united states public debt [talk-uspd.abjggb.cn] | tramadol t7m round white pill [tramadol-trwp.mhlce.cn] | buy levitra line [buy-ll.pvups.cn] | example free cialis [example-fc.hsvif.cn] | soma generic image [soma-gi.mroenfj.cn] | buy xanax no prescription needed no memberships [buy-xnpnnm.wgcuka.cn] | ',1,0),(265,0,4,'2007-09-08 19:57:27','Dave1972x','','','91.121.9.61','Comment 08 1954','hpixulo tramadol in conjunction with amantadine for arthritic dogs, [tramadol-icwafad.mhlce.cn] | list of 5 top rated debt consolidation companies [list-o5trdcc.abjggb.cn] | levitra viagra dosage [levitra-vd.pvups.cn] | the side effects of xanax from abuse [the-seoxfa.qafibzg.cn] | cheap cialis without prescription [cheap-cwp.hsvif.cn] | liquid cialis cheap [liquid-cc.rajzxh.cn] | cialis generic levitra viagra [cialis-glv.pvups.cn] | free government loans for debt [free-glfd.abjggb.cn] | viagra order [viagra-o.nzyqtp.cn] | drug interaction soma and hydocodone [drug-isah.mroenfj.cn] | quick delivery pharmacy viagra [quick-dpv.pbvihr.cn] | side effects valium and grapefruit juice [side-evagj.pmmaumu.cn] | talk united states public debt [talk-uspd.abjggb.cn] | tramadol t7m round white pill [tramadol-trwp.mhlce.cn] | buy levitra line [buy-ll.pvups.cn] | example free cialis [example-fc.hsvif.cn] | soma generic image [soma-gi.mroenfj.cn] | buy xanax no prescription needed no memberships [buy-xnpnnm.wgcuka.cn] | ',1,0),(266,0,2,'2007-09-08 19:59:15','Dave1972x','','','91.121.9.61','Comment 08 1955','hpixulo soma san diego claifornia [soma-sdc-36.nicgn.cn] | define tramadol hydrochloride [define-th.iohc.cn] | fioricet and prescription and overnight [fioricet-apao.ylnage.cn] | gambling betting in phillipines [gambling-bip.ibzgeca.cn] | soma without a prescription [soma-wap.nicgn.cn] | questions banker commercial property buy loan [questions-bcpbl.bcmwha.cn] | difference between soma and flexeril on a drug test [difference-bsafoadt.nicgn.cn] | james bond 007 " casino royale " [james-b0qcrq.fbkdkja.cn] | fioricet with codeine without prescription [fioricet-wcwp-14.ylnage.cn] | mortgage loan officer training in nashville tennessee [mortgage-lotint.bcmwha.cn] | atlantic city casino tropicana first wed. april 4 [atlantic-cctfwa4.ojsi.cn] | casino royale 1967 film trivia [casino-r1ft.phhlre.cn] | grand casino, biloxi [grand-cb.tierf.cn] | poker online not a gambling site learn [poker-onagsl.ibzgeca.cn] | tampa hard rock hotel and casino [tampa-hrhac.fbkdkja.cn] | ',1,0),(267,0,4,'2007-09-08 19:59:17','Dave1972x','','','91.121.9.61','Comment 08 1955','hpixulo soma san diego claifornia [soma-sdc-36.nicgn.cn] | define tramadol hydrochloride [define-th.iohc.cn] | fioricet and prescription and overnight [fioricet-apao.ylnage.cn] | gambling betting in phillipines [gambling-bip.ibzgeca.cn] | soma without a prescription [soma-wap.nicgn.cn] | questions banker commercial property buy loan [questions-bcpbl.bcmwha.cn] | difference between soma and flexeril on a drug test [difference-bsafoadt.nicgn.cn] | james bond 007 " casino royale " [james-b0qcrq.fbkdkja.cn] | fioricet with codeine without prescription [fioricet-wcwp-14.ylnage.cn] | mortgage loan officer training in nashville tennessee [mortgage-lotint.bcmwha.cn] | atlantic city casino tropicana first wed. april 4 [atlantic-cctfwa4.ojsi.cn] | casino royale 1967 film trivia [casino-r1ft.phhlre.cn] | grand casino, biloxi [grand-cb.tierf.cn] | poker online not a gambling site learn [poker-onagsl.ibzgeca.cn] | tampa hard rock hotel and casino [tampa-hrhac.fbkdkja.cn] | ',1,0),(268,0,2,'2007-09-08 22:18:40','Dave1972x','','','91.121.9.61','Comment 08 2215','hpixulo group sex orgy naked hot girl ass tits [group-sonhgat.qhkyd.cn] | eve home made sex video [eve-hmsv.rifzi.cn] | hot wild college sex [index.ubdg.cn] | sex games vegas pics [sex-gvp.teggp.cn] | free keeley hazell sex tape [free-khst.ylfkwr.cn] | hot hollywood movie sex scenes [hot-hmss.qhkyd.cn] | illegal american pre teen sex pics [illegal-aptsp.rifzi.cn] | sex computer games for sale [sex-cgfs.ylfkwr.cn] | locating sex offenders in your area [locating-soiya.ubdg.cn] | young virgin girls having sex for the first time [young-vghsftft.dfektm.cn] | nc convicted sex offenders [nc-cso.jjmibha.cn] | movies with most sex scenes [movies-wmss.qhkyd.cn] | cartoon sex images uncsesord [cartoon-siu.xlkhjqh.cn] | fat chick gets anal sex [fat-cgas.winvaf.cn] | sex toy stores in austin tx [sex-tsiat.dfektm.cn] | sex stories archive erotica [sex-sae.winvaf.cn] | photos of women in adult theater having sex [photos-owiaths.rifzi.cn] | free teen sex models [free-tsm.fdibbg.cn] | group adult sex photos [group-asp.teggp.cn] | couple having sex in stadium [couple-hsis.qhkyd.cn] | asian gay sex position [asian-gsp.rifzi.cn] | videos of gay people having sex [videos-ogphs.jjmibha.cn] | ',1,0),(269,0,4,'2007-09-08 22:18:42','Dave1972x','','','91.121.9.61','Comment 08 2215','hpixulo group sex orgy naked hot girl ass tits [group-sonhgat.qhkyd.cn] | eve home made sex video [eve-hmsv.rifzi.cn] | hot wild college sex [index.ubdg.cn] | sex games vegas pics [sex-gvp.teggp.cn] | free keeley hazell sex tape [free-khst.ylfkwr.cn] | hot hollywood movie sex scenes [hot-hmss.qhkyd.cn] | illegal american pre teen sex pics [illegal-aptsp.rifzi.cn] | sex computer games for sale [sex-cgfs.ylfkwr.cn] | locating sex offenders in your area [locating-soiya.ubdg.cn] | young virgin girls having sex for the first time [young-vghsftft.dfektm.cn] | nc convicted sex offenders [nc-cso.jjmibha.cn] | movies with most sex scenes [movies-wmss.qhkyd.cn] | cartoon sex images uncsesord [cartoon-siu.xlkhjqh.cn] | fat chick gets anal sex [fat-cgas.winvaf.cn] | sex toy stores in austin tx [sex-tsiat.dfektm.cn] | sex stories archive erotica [sex-sae.winvaf.cn] | photos of women in adult theater having sex [photos-owiaths.rifzi.cn] | free teen sex models [free-tsm.fdibbg.cn] | group adult sex photos [group-asp.teggp.cn] | couple having sex in stadium [couple-hsis.qhkyd.cn] | asian gay sex position [asian-gsp.rifzi.cn] | videos of gay people having sex [videos-ogphs.jjmibha.cn] | ',1,0),(270,0,2,'2007-09-08 22:47:14','Dave1972x','','','91.121.9.61','Comment 08 2243','hpixulo drunk college sluts sex porn [drunk-cssp.jngger.cn] | homemade vaginal sex toys [homemade-vst.cfubpf.cn] | shemale hardcore sex girl [shemale-hsg.fnjncj.cn] | extreme sex stories and animals [extreme-ssaa.deqgxg.cn] | creative best sex positions [creative-bsp.abgbq.cn] | sex positions kinky pictures [sex-pkp.givs.cn] | lesbian sex comix dragonball z android 18 nude pics [lesbian-scdza1np.fibefq.cn] | free sex videos black lesbian women [free-svblw.zwygfb.cn] | world of sex [world-os.cfubpf.cn] | free mature sex cams [free-msc.fibefq.cn] | butterfly position sex [butterfly-ps.fnjncj.cn] | black sex movies dvds [black-smd.chqiu.cn] | drawn cartoon simpson sex [drawn-css.deqgxg.cn] | mature fetish phone sex [mature-fps-3.chqiu.cn] | girls on the farm sex [girls-otfs.jngger.cn] | gay sex toy [gay-st.cxxugaq.cn] | school teachers sex porno xxx [school-tspx.fibefq.cn] | secret amateur home sex video [secret-ahsv.fibefq.cn] | watch hardcore sex clips on media for free [watch-hscomff.deqgxg.cn] | young nude lesbians having sex [young-nlhs.jngger.cn] | young busty teen sex [young-bts.deqgxg.cn] | sex toys to use on your boyfriend [sex-ttuoyb.deqgxg.cn] | free mature porn sex clips [free-mpsc.jngger.cn] | kentucky sex offenders list [kentucky-sol.qavy.cn] | brutal asian sex slave [brutal-ass.qavy.cn] | ',1,0),(271,0,4,'2007-09-08 22:47:17','Dave1972x','','','91.121.9.61','Comment 08 2243','hpixulo drunk college sluts sex porn [drunk-cssp.jngger.cn] | homemade vaginal sex toys [homemade-vst.cfubpf.cn] | shemale hardcore sex girl [shemale-hsg.fnjncj.cn] | extreme sex stories and animals [extreme-ssaa.deqgxg.cn] | creative best sex positions [creative-bsp.abgbq.cn] | sex positions kinky pictures [sex-pkp.givs.cn] | lesbian sex comix dragonball z android 18 nude pics [lesbian-scdza1np.fibefq.cn] | free sex videos black lesbian women [free-svblw.zwygfb.cn] | world of sex [world-os.cfubpf.cn] | free mature sex cams [free-msc.fibefq.cn] | butterfly position sex [butterfly-ps.fnjncj.cn] | black sex movies dvds [black-smd.chqiu.cn] | drawn cartoon simpson sex [drawn-css.deqgxg.cn] | mature fetish phone sex [mature-fps-3.chqiu.cn] | girls on the farm sex [girls-otfs.jngger.cn] | gay sex toy [gay-st.cxxugaq.cn] | school teachers sex porno xxx [school-tspx.fibefq.cn] | secret amateur home sex video [secret-ahsv.fibefq.cn] | watch hardcore sex clips on media for free [watch-hscomff.deqgxg.cn] | young nude lesbians having sex [young-nlhs.jngger.cn] | young busty teen sex [young-bts.deqgxg.cn] | sex toys to use on your boyfriend [sex-ttuoyb.deqgxg.cn] | free mature porn sex clips [free-mpsc.jngger.cn] | kentucky sex offenders list [kentucky-sol.qavy.cn] | brutal asian sex slave [brutal-ass.qavy.cn] | ',1,0),(272,0,2,'2007-09-09 01:58:59','Dave1972x','','','91.121.9.61','Comment 09 155','hpixulo we talk you listen phone chat adult sex text us [we-tylpcastu.xcpcd.cn] | rights of sex offenders in ga [rights-osoig.cofuj.cn] | free pron of lesbian having sex porn [free-polhsp.iypf.cn] | frat party sex tapes [frat-pst.xcpcd.cn] | biggest wild gay sex party [biggest-wgsp.xpgbgbg.cn] | free sexy pictures of anal sex [free-spoas.xpgbgbg.cn] | free pictures gay nude anal sex twink [free-pgnast.cofuj.cn] | asian mom with black sex [asian-mwbs.vouaccc.cn] | old mom seduces lesbian for sex movies [old-mslfsm.vouaccc.cn] | free text sex story [free-tss.xpgbgbg.cn] | free teacher student sex stories [free-tsss.xcpcd.cn] | best sex toys ratings [best-str.ddsjlf.cn] | site famous sex tooncom famous sex toons [site-fstfst.ymjhihc.cn] | mature anal sex toy [mature-ast.cofuj.cn] | ghetto booty girls having anal sex [ghetto-bghas.cofuj.cn] | exclusive czech group sex party [exclusive-cgsp.ymjhihc.cn] | hardcore lesbian pussy sex [hardcore-lps.ymjhihc.cn] | wwe china sex tape [wwe-cst.ymjhihc.cn] | ashley simpson free sex tape [ashley-sfst.iypf.cn] | free adult virtual sex games [free-avsg.gjeejab.cn] | pictures of sex in office [pictures-osio.xpgbgbg.cn] | paris hilton sex tape pictures free [paris-hstpf.xcpcd.cn] | watch celebrity sex tapes for free [watch-cstff.ddsjlf.cn] | dirty sex adult games [dirty-sag.cofuj.cn] | sex tips for women girls [sex-tfwg.ddsjlf.cn] | underage girls sex stories [underage-gss.ymjhihc.cn] | ',1,0),(273,0,4,'2007-09-09 01:59:03','Dave1972x','','','91.121.9.61','Comment 09 155','hpixulo we talk you listen phone chat adult sex text us [we-tylpcastu.xcpcd.cn] | rights of sex offenders in ga [rights-osoig.cofuj.cn] | free pron of lesbian having sex porn [free-polhsp.iypf.cn] | frat party sex tapes [frat-pst.xcpcd.cn] | biggest wild gay sex party [biggest-wgsp.xpgbgbg.cn] | free sexy pictures of anal sex [free-spoas.xpgbgbg.cn] | free pictures gay nude anal sex twink [free-pgnast.cofuj.cn] | asian mom with black sex [asian-mwbs.vouaccc.cn] | old mom seduces lesbian for sex movies [old-mslfsm.vouaccc.cn] | free text sex story [free-tss.xpgbgbg.cn] | free teacher student sex stories [free-tsss.xcpcd.cn] | best sex toys ratings [best-str.ddsjlf.cn] | site famous sex tooncom famous sex toons [site-fstfst.ymjhihc.cn] | mature anal sex toy [mature-ast.cofuj.cn] | ghetto booty girls having anal sex [ghetto-bghas.cofuj.cn] | exclusive czech group sex party [exclusive-cgsp.ymjhihc.cn] | hardcore lesbian pussy sex [hardcore-lps.ymjhihc.cn] | wwe china sex tape [wwe-cst.ymjhihc.cn] | ashley simpson free sex tape [ashley-sfst.iypf.cn] | free adult virtual sex games [free-avsg.gjeejab.cn] | pictures of sex in office [pictures-osio.xpgbgbg.cn] | paris hilton sex tape pictures free [paris-hstpf.xcpcd.cn] | watch celebrity sex tapes for free [watch-cstff.ddsjlf.cn] | dirty sex adult games [dirty-sag.cofuj.cn] | sex tips for women girls [sex-tfwg.ddsjlf.cn] | underage girls sex stories [underage-gss.ymjhihc.cn] | ',1,0),(274,0,2,'2007-09-09 02:19:30','Dave1972x','','','91.121.9.61','Comment 09 216','hpixulo red hot tight pussy sex xxxx [red-htpsx.gcahe.cn] | anal real sex [anal-rs.eqhvqr.cn] | indian women sex [indian-ws.gcahe.cn] | girl sex toys [girl-st.jdvhjuj.cn] | young asian girls haveing sex pictures [young-aghsp.ijafa.cn] | free porn sex video foto [free-psvf.hiaqdi.cn] | lesbian cyber sex chat rooms [lesbian-cscr.gpofccg.cn] | too young naturist sex [too-yns.jdvhjuj.cn] | picture by picture of people having sex [picture-bpophs.dalwyc.cn] | preteen sex free pics [preteen-sfp.dalwyc.cn] | hot sex thumbnail galleries [hot-stg.pyhyuz.cn] | real sex world records [real-swr.yiyptm.cn] | free adult sex games for 2 [free-asgf2.eqhvqr.cn] | young girls for phone sex [young-gfps.ijafa.cn] | gay latino gangsters having sex [gay-lghs.yiyptm.cn] | mature dominatrix phone sex [mature-dps.hiaqdi.cn] | porn men giving women oral sex [porn-mgwos.pyhyuz.cn] | sex offenders list mi [sex-olm.yiyptm.cn] | hardcore group sex [hardcore-gs.eqhvqr.cn] | gay sex rough [gay-sr.yiyptm.cn] | free mature hardcore sex [free-mhs.cmevvn.cn] | ',1,0),(275,0,4,'2007-09-09 02:19:33','Dave1972x','','','91.121.9.61','Comment 09 216','hpixulo red hot tight pussy sex xxxx [red-htpsx.gcahe.cn] | anal real sex [anal-rs.eqhvqr.cn] | indian women sex [indian-ws.gcahe.cn] | girl sex toys [girl-st.jdvhjuj.cn] | young asian girls haveing sex pictures [young-aghsp.ijafa.cn] | free porn sex video foto [free-psvf.hiaqdi.cn] | lesbian cyber sex chat rooms [lesbian-cscr.gpofccg.cn] | too young naturist sex [too-yns.jdvhjuj.cn] | picture by picture of people having sex [picture-bpophs.dalwyc.cn] | preteen sex free pics [preteen-sfp.dalwyc.cn] | hot sex thumbnail galleries [hot-stg.pyhyuz.cn] | real sex world records [real-swr.yiyptm.cn] | free adult sex games for 2 [free-asgf2.eqhvqr.cn] | young girls for phone sex [young-gfps.ijafa.cn] | gay latino gangsters having sex [gay-lghs.yiyptm.cn] | mature dominatrix phone sex [mature-dps.hiaqdi.cn] | porn men giving women oral sex [porn-mgwos.pyhyuz.cn] | sex offenders list mi [sex-olm.yiyptm.cn] | hardcore group sex [hardcore-gs.eqhvqr.cn] | gay sex rough [gay-sr.yiyptm.cn] | free mature hardcore sex [free-mhs.cmevvn.cn] | ',1,0),(276,0,2,'2007-09-09 13:55:22','Dave1972x','','','91.121.9.61','Comment 09 1351','hpixulo casino roulette game rules [casino-rgr.nonge.info] | casino chips for sale in las vegas on e bay [casino-cfsilvoeb.oscrogra.info] | casino free chips [casino-fc.nucleta.info] | argosy casino hotel lawrenceburg in [argosy-chli.nucleta.info] | the stratosphere hotel casino [the-shc.nucleta.info] | chronological history of gambling in the united states [chronological-hogitus.oresis.info] | co wood casino chips [co-wcc.nucleta.info] | twenty card keno [twenty-ck.nolocute.info] | torrents for casino royale 2006 movie [torrents-fcr2m.notory.info] | 25 cent roulette casino [25-crc.nonge.info] | rules for playing texas holdem poker [rules-fpthp.optoist.info] | find cptv show leigh leslie keno [find-csllk.nolocute.info] | search roulette systems [search-rs.nonge.info] | patin roulette 40 [patin-r4.nonge.info] | hard rock hotel casino las vegas [hard-rhclv.oscrogra.info] | club spirit seminole hard rock hotel and casino [club-sshrhac.nucleta.info] | ohio keno slot machine sales [ohio-ksms.nolocute.info] | best online casino sites for no deposit bonuses [best-ocsfndb.nucleta.info] | keno machine age [keno-ma.nolocute.info] | rules keno [rules-k.nolocute.info] | casino royale+dvd | ',1,0),(277,0,4,'2007-09-09 13:55:25','Dave1972x','','','91.121.9.61','Comment 09 1351','hpixulo casino roulette game rules [casino-rgr.nonge.info] | casino chips for sale in las vegas on e bay [casino-cfsilvoeb.oscrogra.info] | casino free chips [casino-fc.nucleta.info] | argosy casino hotel lawrenceburg in [argosy-chli.nucleta.info] | the stratosphere hotel casino [the-shc.nucleta.info] | chronological history of gambling in the united states [chronological-hogitus.oresis.info] | co wood casino chips [co-wcc.nucleta.info] | twenty card keno [twenty-ck.nolocute.info] | torrents for casino royale 2006 movie [torrents-fcr2m.notory.info] | 25 cent roulette casino [25-crc.nonge.info] | rules for playing texas holdem poker [rules-fpthp.optoist.info] | find cptv show leigh leslie keno [find-csllk.nolocute.info] | search roulette systems [search-rs.nonge.info] | patin roulette 40 [patin-r4.nonge.info] | hard rock hotel casino las vegas [hard-rhclv.oscrogra.info] | club spirit seminole hard rock hotel and casino [club-sshrhac.nucleta.info] | ohio keno slot machine sales [ohio-ksms.nolocute.info] | best online casino sites for no deposit bonuses [best-ocsfndb.nucleta.info] | keno machine age [keno-ma.nolocute.info] | rules keno [rules-k.nolocute.info] | casino royale+dvd | ',1,0),(278,0,2,'2007-09-09 18:02:59','Dave1972x','','','91.121.9.61','Comment 09 1759','hpixulo whole sale on xanax bars [whole-soxb.fhfse.cn] | mississippi casino hotels packages [mississippi-chp.xcdi.cn] | need help getting a prescription to order xanax [need-hgaptox.jbwpdsj.cn] | info xanax [info-x.fhfse.cn] | casino royale dvd meijer [casino-rdm.xcdi.cn] | river palms hotel and casino laughlin [river-phacl.qwdgc.cn] | xanax withdrawal uk [xanax-wu.sqio.cn] | casino gambling slot machine [casino-gsm.coajczu.cn] | xanax by mail using cod without a prescription [xanax-bmucwap.fhfse.cn] | las vegas wedding stardust hotel and casino [las-vwshac.dtdfra.cn] | is xanax same as alprazolam [is-xsaa.jmcyfbb.cn] | video poker casino [video-pc.boigou.cn] | update online casino free no deposit ux players accepied [update-ocfndupa.qwdgc.cn] | supaserach.com q buy xanax online said make [supaserachcom-qbxosm.jmcyfbb.cn] | venetian casino level photos [venetian-clp.qwdgc.cn] | james bond casino royal toy pistols [james-bcrtp.boigou.cn] | casino state gaming [casino-sg.xcdi.cn] | xanax xr generic [xanax-xg.fegf.cn] | free slot and casino game downloads [free-sacgd.boigou.cn] | xanax xr 05mg generic relise date [xanax-x0grd.sqio.cn] | ',1,0),(279,0,4,'2007-09-09 18:03:02','Dave1972x','','','91.121.9.61','Comment 09 1759','hpixulo whole sale on xanax bars [whole-soxb.fhfse.cn] | mississippi casino hotels packages [mississippi-chp.xcdi.cn] | need help getting a prescription to order xanax [need-hgaptox.jbwpdsj.cn] | info xanax [info-x.fhfse.cn] | casino royale dvd meijer [casino-rdm.xcdi.cn] | river palms hotel and casino laughlin [river-phacl.qwdgc.cn] | xanax withdrawal uk [xanax-wu.sqio.cn] | casino gambling slot machine [casino-gsm.coajczu.cn] | xanax by mail using cod without a prescription [xanax-bmucwap.fhfse.cn] | las vegas wedding stardust hotel and casino [las-vwshac.dtdfra.cn] | is xanax same as alprazolam [is-xsaa.jmcyfbb.cn] | video poker casino [video-pc.boigou.cn] | update online casino free no deposit ux players accepied [update-ocfndupa.qwdgc.cn] | supaserach.com q buy xanax online said make [supaserachcom-qbxosm.jmcyfbb.cn] | venetian casino level photos [venetian-clp.qwdgc.cn] | james bond casino royal toy pistols [james-bcrtp.boigou.cn] | casino state gaming [casino-sg.xcdi.cn] | xanax xr generic [xanax-xg.fegf.cn] | free slot and casino game downloads [free-sacgd.boigou.cn] | xanax xr 05mg generic relise date [xanax-x0grd.sqio.cn] | ',1,0),(280,0,2,'2007-09-09 18:36:38','Dave1972x','','','91.121.9.61','Comment 09 1833','hpixulo the drug tramadol is a used to treat pain [the-dtiauttp.btgjehx.cn] | ohio loan officer license [ohio-lol.hbuaphn.cn] | tramadol apap 375 325mg [tramadol-a33-2.cyppujs.cn] | ultram tramadol online [ultram-to.zjvnj.cn] | which car and loan is best [which-calib.pjoodxm.cn] | bi calculator loan payment weekly [bi-clpw.pjoodxm.cn] | actt student loan info [actt-sli.pjoodxm.cn] | tramadol withdrawal symptoms [tramadol-ws.btgjehx.cn] | banksource refinancing a car loan [banksource-racl.fojgiqh.cn] | cheap 180 tramadol [cheap-1t.zjvnj.cn] | what is tramadol used for? | consolidation debt loan maine [consolidation-dlm.jhblw.cn] | "federal direct loan program" [quotfederal-dlp.fojgiqh.cn] | www tramadol [www-t.btgjehx.cn] | investments in payday loan companies [investments-iplc.fojgiqh.cn] | pharmacies tramadol cod [pharmacies-tc.zjvnj.cn] | get a personal loan bad or no credit [get-aplbonc.hbuaphn.cn] | tramadol sale [tramadol-s.cyppujs.cn] | tramadol white round pill mp 717 [tramadol-wrpm7.cyppujs.cn] | business fresh start loan programs oklahoma [business-fslpo.jhblw.cn] | home loan interest rate comparison [home-lirc.jhblw.cn] | ',1,0),(281,0,4,'2007-09-09 18:36:46','Dave1972x','','','91.121.9.61','Comment 09 1833','hpixulo the drug tramadol is a used to treat pain [the-dtiauttp.btgjehx.cn] | ohio loan officer license [ohio-lol.hbuaphn.cn] | tramadol apap 375 325mg [tramadol-a33-2.cyppujs.cn] | ultram tramadol online [ultram-to.zjvnj.cn] | which car and loan is best [which-calib.pjoodxm.cn] | bi calculator loan payment weekly [bi-clpw.pjoodxm.cn] | actt student loan info [actt-sli.pjoodxm.cn] | tramadol withdrawal symptoms [tramadol-ws.btgjehx.cn] | banksource refinancing a car loan [banksource-racl.fojgiqh.cn] | cheap 180 tramadol [cheap-1t.zjvnj.cn] | what is tramadol used for? | consolidation debt loan maine [consolidation-dlm.jhblw.cn] | "federal direct loan program" [quotfederal-dlp.fojgiqh.cn] | www tramadol [www-t.btgjehx.cn] | investments in payday loan companies [investments-iplc.fojgiqh.cn] | pharmacies tramadol cod [pharmacies-tc.zjvnj.cn] | get a personal loan bad or no credit [get-aplbonc.hbuaphn.cn] | tramadol sale [tramadol-s.cyppujs.cn] | tramadol white round pill mp 717 [tramadol-wrpm7.cyppujs.cn] | business fresh start loan programs oklahoma [business-fslpo.jhblw.cn] | home loan interest rate comparison [home-lirc.jhblw.cn] | ',1,0),(282,0,2,'2007-09-09 21:00:46','Dave1972x','','','91.121.9.61','Comment 09 2057','hpixulo casino royale las vegas 2c nv [casino-rlv2n.dekemb.cn] | isle of capri casino in mississippi [isle-occim.pdgox.cn] | blue chip casino indianapolis indiana [blue-ccii.dekemb.cn] | medex international travel insurance [medex-iti.jkmxfch.cn] | seminole hard rock hotel and casino tampa florida [seminole-hrhactf-1.htdcahy.cn] | the horseshoe casino [the-hc.hoqapz.cn] | casino chip disp [casino-cd.nyfff.cn] | insurance geico [insurance-g.pkdglg.cn] | gold coast hotel casino managed by [gold-chcmb.nyfff.cn] | cheap car insurance company in london uk [cheap-cicilu.pkdglg.cn] | home insurance uk [home-iu.jkmxfch.cn] | individual major medical insurance rates michigan [individual-mmirm.oayz.cn] | argosy casino sioux city places to stay [argosy-cscpts.atiajik.cn] | health insurance coverage for female contraception [health-icffc.qubbqfp.cn] | des mini jeux de casino [des-mjdc.htdcahy.cn] | royal vegas casino instant play [royal-vcip.dekemb.cn] | cheap health insurance for the self employed [cheap-hiftse.xgafwc.cn] | ',1,0),(283,0,2,'2007-09-09 21:00:47','Dave1972x','','','91.121.9.61','Comment 09 2057','hpixulo soma 400 price [soma-4p.vjeaz.cn] | ultram tramadol patients [ultram-tp.ugegddu.cn] | information about soma bay [information-asb.yeefwkg.cn] | buy medicine online xanax 2mg [buy-mox2.aemubcu.cn] | buy soma and pay cod [buy-sapc.fstrfr.cn] | how to get xanax without prescription [how-tgxwp.aemubcu.cn] | deals on xanax bars [deals-oxb.aemubcu.cn] | xanax for sale [xanax-fs.gxkncy.cn] | 5513 dan pill soma [5513-dps.vjeaz.cn] | soma dirty latina maids [soma-dlm.yeefwkg.cn] | tramadol addiction and withdrawl [tramadol-aaw.iqeov.cn] | cheap didrex eteamz.active.com link tramadol [cheap-delt.iqeov.cn] | buy soma purple discount [buy-spd.fstrfr.cn] | xanax side effects neck tightness [xanax-sent.aemubcu.cn] | ',1,0),(284,0,4,'2007-09-09 21:00:49','Dave1972x','','','91.121.9.61','Comment 09 2057','hpixulo casino royale las vegas 2c nv [casino-rlv2n.dekemb.cn] | isle of capri casino in mississippi [isle-occim.pdgox.cn] | blue chip casino indianapolis indiana [blue-ccii.dekemb.cn] | medex international travel insurance [medex-iti.jkmxfch.cn] | seminole hard rock hotel and casino tampa florida [seminole-hrhactf-1.htdcahy.cn] | the horseshoe casino [the-hc.hoqapz.cn] | casino chip disp [casino-cd.nyfff.cn] | insurance geico [insurance-g.pkdglg.cn] | gold coast hotel casino managed by [gold-chcmb.nyfff.cn] | cheap car insurance company in london uk [cheap-cicilu.pkdglg.cn] | home insurance uk [home-iu.jkmxfch.cn] | individual major medical insurance rates michigan [individual-mmirm.oayz.cn] | argosy casino sioux city places to stay [argosy-cscpts.atiajik.cn] | health insurance coverage for female contraception [health-icffc.qubbqfp.cn] | des mini jeux de casino [des-mjdc.htdcahy.cn] | royal vegas casino instant play [royal-vcip.dekemb.cn] | cheap health insurance for the self employed [cheap-hiftse.xgafwc.cn] | ',1,0),(285,0,4,'2007-09-09 21:00:49','Dave1972x','','','91.121.9.61','Comment 09 2057','hpixulo soma 400 price [soma-4p.vjeaz.cn] | ultram tramadol patients [ultram-tp.ugegddu.cn] | information about soma bay [information-asb.yeefwkg.cn] | buy medicine online xanax 2mg [buy-mox2.aemubcu.cn] | buy soma and pay cod [buy-sapc.fstrfr.cn] | how to get xanax without prescription [how-tgxwp.aemubcu.cn] | deals on xanax bars [deals-oxb.aemubcu.cn] | xanax for sale [xanax-fs.gxkncy.cn] | 5513 dan pill soma [5513-dps.vjeaz.cn] | soma dirty latina maids [soma-dlm.yeefwkg.cn] | tramadol addiction and withdrawl [tramadol-aaw.iqeov.cn] | cheap didrex eteamz.active.com link tramadol [cheap-delt.iqeov.cn] | buy soma purple discount [buy-spd.fstrfr.cn] | xanax side effects neck tightness [xanax-sent.aemubcu.cn] | ',1,0),(286,0,2,'2007-09-10 13:15:25','Dave1972x','','','91.121.9.61','Comment 10 1311','hpixulo game dealer casino [game-dc.paisch.info] | cheap xanax medication [cheap-xm.panide.info] | buy xanax cod drugbuyerscom feedback [buy-xcdf.palap.info] | dogs tramadol [dogs-t.overmle.info] | sahara hotel casino the amazing jonathon [sahara-hctaj.parrian.info] | how much xanax is prescribed for someone with ocd [how-mxipfswo.palap.info] | generic xanax forsale [generic-xf.panide.info] | casino royal music [casino-rm.overgiz.info] | play free online casino slots [play-focs.overgiz.info] | buy xanax on line [buy-xol.ovolator.info] | xanax online generic [xanax-og.ovolator.info] | mgm grand casino job listings [mgm-gcjl.overgiz.info] | best bet online casino [best-boc.paisch.info] | buying xanax online no prescription [buying-xonp.ovolator.info] | online generic xanax without prescription [online-gxwp.ovolator.info] | ',1,0),(287,0,4,'2007-09-10 13:15:29','Dave1972x','','','91.121.9.61','Comment 10 1311','hpixulo game dealer casino [game-dc.paisch.info] | cheap xanax medication [cheap-xm.panide.info] | buy xanax cod drugbuyerscom feedback [buy-xcdf.palap.info] | dogs tramadol [dogs-t.overmle.info] | sahara hotel casino the amazing jonathon [sahara-hctaj.parrian.info] | how much xanax is prescribed for someone with ocd [how-mxipfswo.palap.info] | generic xanax forsale [generic-xf.panide.info] | casino royal music [casino-rm.overgiz.info] | play free online casino slots [play-focs.overgiz.info] | buy xanax on line [buy-xol.ovolator.info] | xanax online generic [xanax-og.ovolator.info] | mgm grand casino job listings [mgm-gcjl.overgiz.info] | best bet online casino [best-boc.paisch.info] | buying xanax online no prescription [buying-xonp.ovolator.info] | online generic xanax without prescription [online-gxwp.ovolator.info] | ',1,0),(288,0,2,'2007-09-10 19:23:36','Dave1972x','','','91.121.9.61','Comment 10 1920','hpixulo order xanax without prescription [order-xwp.xhqxd.cn] | concert dates ashes of soma [concert-daos.hvwrkge.cn] | free samples of cialis [free-soc-9.xgzsx.cn] | tramadol side effects medications [tramadol-sem.bswig.cn] | photos of tramadol 377 perscription pill [photos-ot3pp-10.ufeb.cn] | info cialis 20 mg [info-c2m.xgzsx.cn] | overdose symptoms of pain pills and xanax [overdose-soppax.rdahce.cn] | how long do withdrawal symptoms last from tramadol [how-ldwslft.bswig.cn] | pornstar soma anal [pornstar-sa.bqvuc.cn] | free samples of cialis website [free-socw.mlgeepw.cn] | tramadol hcl 50 mg tab [tramadol-h5mt-13.ufeb.cn] | tramadol line [tramadol-l.bswig.cn] | can you overdose on xanax [index.pwdkby.cn] | cheap genaric cialis [cheap-gc.mlgeepw.cn] | manisa soma baskani [manisa-sb-24.hvwrkge.cn] | how to get xanax online without prescription [how-tgxowp.rdahce.cn] | cialis und viagra frei erhaeltlich in apotheken [cialis-uvfeia.xgzsx.cn] | buy soma online without prescrption [buy-sowp.xcaiacj.cn] | price of cialis [price-oc.xgzsx.cn] | cialis prices uk pounds [cialis-pup.mlgeepw.cn] | soma drug interactions [soma-di-25.xcaiacj.cn] | soma groove baja blue [soma-gbb.hvwrkge.cn] | soma castlevania [soma-c.xcaiacj.cn] | ',1,0),(289,0,4,'2007-09-10 19:23:41','Dave1972x','','','91.121.9.61','Comment 10 1920','hpixulo order xanax without prescription [order-xwp.xhqxd.cn] | concert dates ashes of soma [concert-daos.hvwrkge.cn] | free samples of cialis [free-soc-9.xgzsx.cn] | tramadol side effects medications [tramadol-sem.bswig.cn] | photos of tramadol 377 perscription pill [photos-ot3pp-10.ufeb.cn] | info cialis 20 mg [info-c2m.xgzsx.cn] | overdose symptoms of pain pills and xanax [overdose-soppax.rdahce.cn] | how long do withdrawal symptoms last from tramadol [how-ldwslft.bswig.cn] | pornstar soma anal [pornstar-sa.bqvuc.cn] | free samples of cialis website [free-socw.mlgeepw.cn] | tramadol hcl 50 mg tab [tramadol-h5mt-13.ufeb.cn] | tramadol line [tramadol-l.bswig.cn] | can you overdose on xanax [index.pwdkby.cn] | cheap genaric cialis [cheap-gc.mlgeepw.cn] | manisa soma baskani [manisa-sb-24.hvwrkge.cn] | how to get xanax online without prescription [how-tgxowp.rdahce.cn] | cialis und viagra frei erhaeltlich in apotheken [cialis-uvfeia.xgzsx.cn] | buy soma online without prescrption [buy-sowp.xcaiacj.cn] | price of cialis [price-oc.xgzsx.cn] | cialis prices uk pounds [cialis-pup.mlgeepw.cn] | soma drug interactions [soma-di-25.xcaiacj.cn] | soma groove baja blue [soma-gbb.hvwrkge.cn] | soma castlevania [soma-c.xcaiacj.cn] | ',1,0),(290,0,2,'2007-09-10 22:14:59','Dave1972x','','','91.121.9.61','Comment 10 2211','hpixulo free xxx sex with granny [free-xswg.zghwxj.cn] | outdoor hardcore sex and pissing [outdoor-hsap.empyv.cn] | gay free sex pictures [gay-fsp.empyv.cn] | desi masala sex stories of brother and sister [desi-mssobas.ikunnwh.cn] | how to have phone sex with my boyfriend [how-thpswmb.ovofd.cn] | sex porno anime das neiste [sex-padn.zghwxj.cn] | we live together sex movies [we-ltsm.zpeqoy.cn] | naked gay people having sex with a boy [naked-gphswab.ebnqx.cn] | sex offenders in dfw area [sex-oida.ovofd.cn] | hardcore sex with latina [hardcore-swl.ovofd.cn] | phrases to say during phone sex [phrases-tsdps.ikunnwh.cn] | horny teen sex videos [horny-tsv.fuxhwx.cn] | sex offenders new lenox illinois [sex-onli.ovofd.cn] | free sex hot videos lesbians [free-shvl.aiahu.cn] | free local amateur sex pictures dayton ohio [free-laspdo.ebnqx.cn] | adult free personals sex [adult-fps.aiahu.cn] | hentai online sex games [hentai-osg.qdkici.cn] | family sex incest or school sex incest [family-siossi.zghwxj.cn] | free hentai babes sex pictures [free-hbsp.zpeqoy.cn] | world sex fat chicks [world-sfc.fuxhwx.cn] | bizarre weird freaky sex porn pic [bizarre-wfspp.zghwxj.cn] | free movies on lesbian sex first time lesbian sex [free-molsftls.qdkici.cn] | hot gay bear sex [hot-gbs.empyv.cn] | gay military bootcamp sex [gay-mbs.zteedfr.cn] | college cheerleaders sex pics [college-csp.zteedfr.cn] | free live sex cams schedule [free-lscs.zpeqoy.cn] | ',1,0),(291,0,4,'2007-09-10 22:15:09','Dave1972x','','','91.121.9.61','Comment 10 2211','hpixulo free xxx sex with granny [free-xswg.zghwxj.cn] | outdoor hardcore sex and pissing [outdoor-hsap.empyv.cn] | gay free sex pictures [gay-fsp.empyv.cn] | desi masala sex stories of brother and sister [desi-mssobas.ikunnwh.cn] | how to have phone sex with my boyfriend [how-thpswmb.ovofd.cn] | sex porno anime das neiste [sex-padn.zghwxj.cn] | we live together sex movies [we-ltsm.zpeqoy.cn] | naked gay people having sex with a boy [naked-gphswab.ebnqx.cn] | sex offenders in dfw area [sex-oida.ovofd.cn] | hardcore sex with latina [hardcore-swl.ovofd.cn] | phrases to say during phone sex [phrases-tsdps.ikunnwh.cn] | horny teen sex videos [horny-tsv.fuxhwx.cn] | sex offenders new lenox illinois [sex-onli.ovofd.cn] | free sex hot videos lesbians [free-shvl.aiahu.cn] | free local amateur sex pictures dayton ohio [free-laspdo.ebnqx.cn] | adult free personals sex [adult-fps.aiahu.cn] | hentai online sex games [hentai-osg.qdkici.cn] | family sex incest or school sex incest [family-siossi.zghwxj.cn] | free hentai babes sex pictures [free-hbsp.zpeqoy.cn] | world sex fat chicks [world-sfc.fuxhwx.cn] | bizarre weird freaky sex porn pic [bizarre-wfspp.zghwxj.cn] | free movies on lesbian sex first time lesbian sex [free-molsftls.qdkici.cn] | hot gay bear sex [hot-gbs.empyv.cn] | gay military bootcamp sex [gay-mbs.zteedfr.cn] | college cheerleaders sex pics [college-csp.zteedfr.cn] | free live sex cams schedule [free-lscs.zpeqoy.cn] | ',1,0),(292,0,2,'2007-09-10 23:05:02','Dave1972x','','','91.121.9.61','Comment 10 2301','hpixulo butts family business showtime porn sex [butts-fbsps.cwmldl.cn] | list of sex offenders in alabama [list-osoia.nduzbap.cn] | free animal sex pics free [free-aspf.ndjdt.cn] | simsons toon sex games [simsons-tsg.dengphp.cn] | where can i buy sex toys on long island [where-cibstoli.ypmalwc.cn] | is it safe to have sex while you are pregnant [is-isthswyap.nduzbap.cn] | free hardcore sex pics [free-hsp.rsgnf.cn] | hott ebony women having sex [hott-ewhs.iijvg.cn] | free download xxx sex porn amature [free-dxspa.ndjdt.cn] | having sex with a woman [having-swaw.rsgnf.cn] | cyber sex chat now [cyber-scn.ypmalwc.cn] | very young sex teens [very-yst.nduzbap.cn] | sex teen girls photo [sex-tgp.xiepmbc.cn] | sex world cup girls [sex-wcg.prvmh.cn] | sex videos on hidden cameras [sex-vohc.iijvg.cn] | ',1,0),(293,0,4,'2007-09-10 23:05:07','Dave1972x','','','91.121.9.61','Comment 10 2301','hpixulo butts family business showtime porn sex [butts-fbsps.cwmldl.cn] | list of sex offenders in alabama [list-osoia.nduzbap.cn] | free animal sex pics free [free-aspf.ndjdt.cn] | simsons toon sex games [simsons-tsg.dengphp.cn] | where can i buy sex toys on long island [where-cibstoli.ypmalwc.cn] | is it safe to have sex while you are pregnant [is-isthswyap.nduzbap.cn] | free hardcore sex pics [free-hsp.rsgnf.cn] | hott ebony women having sex [hott-ewhs.iijvg.cn] | free download xxx sex porn amature [free-dxspa.ndjdt.cn] | having sex with a woman [having-swaw.rsgnf.cn] | cyber sex chat now [cyber-scn.ypmalwc.cn] | very young sex teens [very-yst.nduzbap.cn] | sex teen girls photo [sex-tgp.xiepmbc.cn] | sex world cup girls [sex-wcg.prvmh.cn] | sex videos on hidden cameras [sex-vohc.iijvg.cn] | ',1,0),(294,0,2,'2007-09-11 14:43:32','Dave1972x','','','91.121.9.61','Comment 11 1439','hpixulo orleans hotel and casino lasveagas nv [orleans-hacln.hlomrf.cn] | casino royal las vegas nv [casino-rlvn.jybbyv.cn] | free online vegas casino games [free-ovcg.gumjnkf.cn] | belterra casino madison indiana [belterra-cmi.gumjnkf.cn] | state of origin players staying at crown casino [state-oopsacc.hlomrf.cn] | baccarat casino london [baccarat-cl.nkjlbqr.cn] | golden nugget hotel casino laughlin nev [golden-nhcln.nkjlbqr.cn] | free online casino with no deposit bonuses [free-ocwndb.hlomrf.cn] | casino royal las vegas [casino-rlv-2.zzpau.cn] | side effects from tramadol [side-eft.dihgg.cn] | las vegas aladdin casino [las-vac.iyimvta.cn] | best internet casino [best-ic.hlomrf.cn] | what do the pill tramadol look like? | free casino coupon code no deposit latest update [free-cccndlu.jybbyv.cn] | online casino signup bonus list [online-csbl.zzpau.cn] | casino online betting [casino-ob.hlomrf.cn] | tramadol hydrochloride +common names | palms casino and resort las vegas [palms-carlv.jgcxx.cn] | full cast of casino royale [full-cocr.hlomrf.cn] | casino free gambling money online [casino-fgmo.nkjlbqr.cn] | casino slot machine winners [casino-smw.gumjnkf.cn] | casino gratuit sur internet [casino-gsi.iyimvta.cn] | ',1,0),(295,0,4,'2007-09-11 14:43:36','Dave1972x','','','91.121.9.61','Comment 11 1439','hpixulo orleans hotel and casino lasveagas nv [orleans-hacln.hlomrf.cn] | casino royal las vegas nv [casino-rlvn.jybbyv.cn] | free online vegas casino games [free-ovcg.gumjnkf.cn] | belterra casino madison indiana [belterra-cmi.gumjnkf.cn] | state of origin players staying at crown casino [state-oopsacc.hlomrf.cn] | baccarat casino london [baccarat-cl.nkjlbqr.cn] | golden nugget hotel casino laughlin nev [golden-nhcln.nkjlbqr.cn] | free online casino with no deposit bonuses [free-ocwndb.hlomrf.cn] | casino royal las vegas [casino-rlv-2.zzpau.cn] | side effects from tramadol [side-eft.dihgg.cn] | las vegas aladdin casino [las-vac.iyimvta.cn] | best internet casino [best-ic.hlomrf.cn] | what do the pill tramadol look like? | free casino coupon code no deposit latest update [free-cccndlu.jybbyv.cn] | online casino signup bonus list [online-csbl.zzpau.cn] | casino online betting [casino-ob.hlomrf.cn] | tramadol hydrochloride +common names | palms casino and resort las vegas [palms-carlv.jgcxx.cn] | full cast of casino royale [full-cocr.hlomrf.cn] | casino free gambling money online [casino-fgmo.nkjlbqr.cn] | casino slot machine winners [casino-smw.gumjnkf.cn] | casino gratuit sur internet [casino-gsi.iyimvta.cn] | ',1,0),(296,0,2,'2007-09-11 15:07:00','Dave1972x','','','91.121.9.61','Comment 11 1503','hpixulo how to order xanax online [how-toxo.qziz.cn] | purchase xanax placebos online [purchase-xpo.tfbra.cn] | online pharmacy soma tramadol [online-pst.qvjjapd.cn] | xanax snorting [xanax-s.fesnob.cn] | order tramadol hcl-acetaminophen par [order-thp.vutjax.cn] | order tramadol [order-t.vutjax.cn] | xanax prescriotion online [xanax-po.qziz.cn] | soma pornstar [soma-p.fxsduh.cn] | norco soma drug test [norco-sdt.fxsduh.cn] | generic xanax india [generic-xi.tfbra.cn] | buy cheap hydrocodone and soma online no rx no fees [buy-chasonrnf.edjq.cn] | soma and san diego [soma-asd.debji.cn] | discount soma online [discount-so.fxsduh.cn] | castlevania ds soma [castlevania-ds.debji.cn] | cheap online soma generic [cheap-osg.jpsifkb.cn] | best place to get quality xanax online [best-ptgqxo.chmhx.cn] | que ti soma cruz y raya [que-tscyr.jpsifkb.cn] | buy soma online fed [buy-sof.edjq.cn] | aura soma essenz [aura-se.debji.cn] | ',1,0),(297,0,4,'2007-09-11 15:07:06','Dave1972x','','','91.121.9.61','Comment 11 1503','hpixulo how to order xanax online [how-toxo.qziz.cn] | purchase xanax placebos online [purchase-xpo.tfbra.cn] | online pharmacy soma tramadol [online-pst.qvjjapd.cn] | xanax snorting [xanax-s.fesnob.cn] | order tramadol hcl-acetaminophen par [order-thp.vutjax.cn] | order tramadol [order-t.vutjax.cn] | xanax prescriotion online [xanax-po.qziz.cn] | soma pornstar [soma-p.fxsduh.cn] | norco soma drug test [norco-sdt.fxsduh.cn] | generic xanax india [generic-xi.tfbra.cn] | buy cheap hydrocodone and soma online no rx no fees [buy-chasonrnf.edjq.cn] | soma and san diego [soma-asd.debji.cn] | discount soma online [discount-so.fxsduh.cn] | castlevania ds soma [castlevania-ds.debji.cn] | cheap online soma generic [cheap-osg.jpsifkb.cn] | best place to get quality xanax online [best-ptgqxo.chmhx.cn] | que ti soma cruz y raya [que-tscyr.jpsifkb.cn] | buy soma online fed [buy-sof.edjq.cn] | aura soma essenz [aura-se.debji.cn] | ',1,0),(298,0,2,'2007-09-11 18:23:16','Dave1972x','','','91.121.9.61','Comment 11 1819','hpixulo how to recent pain from first time have sex [how-trpffths.aeenk.cn] | registered sex offenders morgantown wv [registered-somw.cdvojvo.cn] | stories about sons mothers having sex with each other [stories-asmhsweo.qjefbhj.cn] | live sex animal and girls porn [live-saagp.cdvojvo.cn] | free oral sex tour [free-ost.djdfo.cn] | hot office sex [hot-os.djdfo.cn] | samples sex clips [samples-sc.aeenk.cn] | free long rough sex movie [free-lrsm.qjefbhj.cn] | gay huge dick sex pics galleries [gay-hdspg.vajhv.cn] | hot ass sex pics [hot-asp.aayda.cn] | man and wife wants group sex [man-awwgs.cdvojvo.cn] | big booty girl sex [big-bgs.zhhbfgl.cn] | black whores hard sex [black-whs.xybrhqi.cn] | porn sex games online free [porn-sgof.jvdhdn.cn] | mtv the real world +uncenored sex tape | hot sex girls 12yo [hot-sg1.zhhbfgl.cn] | free hard core love sex [free-hcls.bdoie.cn] | girl girl having sex [girl-ghs.djdfo.cn] | hard core gay anal sex [hard-cgas.xybrhqi.cn] | black midget women having anal sex [black-mwhas.vgammhi.cn] | pregnancy sex position gallery [pregnancy-spg.bdoie.cn] | site oral sex loversjumpshipca asian cocksuckers [site-oslac.vdkbd.cn] | female home made sex toys [female-hmst.aeenk.cn] | pre teen naked sex [pre-tns.jvdhdn.cn] | pink world couples sex [pink-wcs.qjefbhj.cn] | ',1,0),(299,0,4,'2007-09-11 18:23:19','Dave1972x','','','91.121.9.61','Comment 11 1819','hpixulo how to recent pain from first time have sex [how-trpffths.aeenk.cn] | registered sex offenders morgantown wv [registered-somw.cdvojvo.cn] | stories about sons mothers having sex with each other [stories-asmhsweo.qjefbhj.cn] | live sex animal and girls porn [live-saagp.cdvojvo.cn] | free oral sex tour [free-ost.djdfo.cn] | hot office sex [hot-os.djdfo.cn] | samples sex clips [samples-sc.aeenk.cn] | free long rough sex movie [free-lrsm.qjefbhj.cn] | gay huge dick sex pics galleries [gay-hdspg.vajhv.cn] | hot ass sex pics [hot-asp.aayda.cn] | man and wife wants group sex [man-awwgs.cdvojvo.cn] | big booty girl sex [big-bgs.zhhbfgl.cn] | black whores hard sex [black-whs.xybrhqi.cn] | porn sex games online free [porn-sgof.jvdhdn.cn] | mtv the real world +uncenored sex tape | hot sex girls 12yo [hot-sg1.zhhbfgl.cn] | free hard core love sex [free-hcls.bdoie.cn] | girl girl having sex [girl-ghs.djdfo.cn] | hard core gay anal sex [hard-cgas.xybrhqi.cn] | black midget women having anal sex [black-mwhas.vgammhi.cn] | pregnancy sex position gallery [pregnancy-spg.bdoie.cn] | site oral sex loversjumpshipca asian cocksuckers [site-oslac.vdkbd.cn] | female home made sex toys [female-hmst.aeenk.cn] | pre teen naked sex [pre-tns.jvdhdn.cn] | pink world couples sex [pink-wcs.qjefbhj.cn] | ',1,0),(300,0,2,'2007-09-11 18:48:30','Dave1972x','','','91.121.9.61','Comment 11 1844','hpixulo site www.adult porn sex pictures.com fingering pussy [site-wpspfp.rjihtoe.cn] | fun car sex positions [fun-csp.caeacdf.cn] | teen large oral sex [teen-los.mbhyicg.cn] | group lesbian sex pics [group-lsp.yaucec.cn] | hot muscular gay shower sex [hot-mgss.ieqhje.cn] | free video sex chat no registration [free-vscnr.kvnxfaj.cn] | white men having sex with black women [white-mhswbw.yaucec.cn] | pictures sex position guide [pictures-spg.caeacdf.cn] | local sex offenders in mississippi [local-soim.qpdyeib.cn] | virgin sex teen [virgin-st.qpdyeib.cn] | white couples seducing black teens sex pics [white-csbtsp.rjihtoe.cn] | free cam sex [free-cs.uzapgo.cn] | jessica simpson and nick lachey sex tape [jessica-sanlst.ieqhje.cn] | first time anal sex movies [first-tasm.caeacdf.cn] | free lesbian sex picture galleries [free-lspg.xjhil.cn] | taboo sex stories free [taboo-ssf.hdmnt.cn] | ',1,0),(301,0,4,'2007-09-11 18:48:36','Dave1972x','','','91.121.9.61','Comment 11 1844','hpixulo site www.adult porn sex pictures.com fingering pussy [site-wpspfp.rjihtoe.cn] | fun car sex positions [fun-csp.caeacdf.cn] | teen large oral sex [teen-los.mbhyicg.cn] | group lesbian sex pics [group-lsp.yaucec.cn] | hot muscular gay shower sex [hot-mgss.ieqhje.cn] | free video sex chat no registration [free-vscnr.kvnxfaj.cn] | white men having sex with black women [white-mhswbw.yaucec.cn] | pictures sex position guide [pictures-spg.caeacdf.cn] | local sex offenders in mississippi [local-soim.qpdyeib.cn] | virgin sex teen [virgin-st.qpdyeib.cn] | white couples seducing black teens sex pics [white-csbtsp.rjihtoe.cn] | free cam sex [free-cs.uzapgo.cn] | jessica simpson and nick lachey sex tape [jessica-sanlst.ieqhje.cn] | first time anal sex movies [first-tasm.caeacdf.cn] | free lesbian sex picture galleries [free-lspg.xjhil.cn] | taboo sex stories free [taboo-ssf.hdmnt.cn] | ',1,0),(302,0,2,'2007-09-11 21:14:36','Dave1972x','','','91.121.9.61','Comment 11 2110','hpixulo xanax site www.erowid.org more drug uses [xanax-swmdu.proardiz.info] | side effects of tramadol ( hallucinations ) | what are tramadol hcl 50 mg side effects [what-ath5mse.printia.info] | florida shipping tramadol [florida-st.presynt.info] | tramadol 50 mg quite safe [tramadol-5mqs.presynt.info] | hard rock hotel casino hollywood florida [hard-rhchf.psyces.info] | side effects of mixing methadone and soma [side-eommas.quioli.info] | xanax online consultation prescription [xanax-ocp.proardiz.info] | casino dealer [casino-d.psyces.info] | gambling 22beatable22 casino games [gambling-2cg.psyces.info] | xanax without prescription online [xanax-wpo.quethine.info] | is tramadol medication a narcotic [is-tman.quixes.info] | tramadol 50mg tablets [tramadol-5t.presynt.info] | peoplechat.biz q order tramadol [peoplechatbiz-qot.presynt.info] | maximun dosage of tramadol that can be taken [maximun-dottcbt.printia.info] | xanax side effect insomnia [xanax-sei.quethine.info] | order xanax with a prescription online [order-xwapo.quethine.info] | ultram or tramadol [ultram-ot.presynt.info] | ashes of soma [ashes-os.quioli.info] | tramadol, generic name [tramadol-gn.presynt.info] | xanax xr 2mg images [xanax-x2i.proardiz.info] | symptoms xanax withdrawl [symptoms-xw.quethine.info] | ',1,0),(303,0,4,'2007-09-11 21:14:42','Dave1972x','','','91.121.9.61','Comment 11 2110','hpixulo xanax site www.erowid.org more drug uses [xanax-swmdu.proardiz.info] | side effects of tramadol ( hallucinations ) | what are tramadol hcl 50 mg side effects [what-ath5mse.printia.info] | florida shipping tramadol [florida-st.presynt.info] | tramadol 50 mg quite safe [tramadol-5mqs.presynt.info] | hard rock hotel casino hollywood florida [hard-rhchf.psyces.info] | side effects of mixing methadone and soma [side-eommas.quioli.info] | xanax online consultation prescription [xanax-ocp.proardiz.info] | casino dealer [casino-d.psyces.info] | gambling 22beatable22 casino games [gambling-2cg.psyces.info] | xanax without prescription online [xanax-wpo.quethine.info] | is tramadol medication a narcotic [is-tman.quixes.info] | tramadol 50mg tablets [tramadol-5t.presynt.info] | peoplechat.biz q order tramadol [peoplechatbiz-qot.presynt.info] | maximun dosage of tramadol that can be taken [maximun-dottcbt.printia.info] | xanax side effect insomnia [xanax-sei.quethine.info] | order xanax with a prescription online [order-xwapo.quethine.info] | ultram or tramadol [ultram-ot.presynt.info] | ashes of soma [ashes-os.quioli.info] | tramadol, generic name [tramadol-gn.presynt.info] | xanax xr 2mg images [xanax-x2i.proardiz.info] | symptoms xanax withdrawl [symptoms-xw.quethine.info] | ',1,0),(304,0,2,'2007-09-12 20:38:10','Dave1972x','','','91.121.9.61','Comment 12 2034','hpixulo opening of grand casino biloxi ms [opening-ogcbm.elfes.cn] | dealers to casino of roulette and black jack [dealers-tcorabj.deibs.cn] | online casino free money bonus codes [online-cfmbc.deibs.cn] | tramadol hydrochloride effects [tramadol-he.ectscfy.cn] | casino royale soundtrack listen [casino-rsl.oazid.cn] | overnight saturday tramadol delivery [overnight-std.xlvfjcl.cn] | soaring eagle casino bingo [soaring-ecb.qetgy.cn] | silverton hotel casino in las vegas nevada [silverton-hcilvn.deibs.cn] | tramadol shipped with cod [tramadol-swc.xlvfjcl.cn] | tramadol medication ingredients [tramadol-mi.fjljrc.cn] | tramadol 1 mg daily [tramadol-1md.nnsga.cn] | tramadol hcl acetaminophen effectos segundarios [tramadol-haes.nnsga.cn] | download 007 casino royale dvdrip [download-0crd.deibs.cn] | casino 150 [casino-1.elfes.cn] | tramadol hcl acetaminophen pan [tramadol-hap.zxezm.cn] | casino royale torrent [casino-rt.qetgy.cn] | online casino gambling 4.24 [online-cg4.deibs.cn] | the palms hotel and casino in las vegas [the-phacilv.ynaaoy.cn] | ivory casino chip [ivory-cc.elfes.cn] | vegas red casino [vegas-rc.zdlyccd.cn] | tramadol hcl acetaminopnenen tab [tramadol-hat.nnsga.cn] | which slot machines are best at morongo casino [which-smabamc.zdlyccd.cn] | pharmacies no prescription tramadol ship to all 50 states [pharmacies-nptsta5s.ectscfy.cn] | ',1,0),(305,0,4,'2007-09-12 20:38:21','Dave1972x','','','91.121.9.61','Comment 12 2034','hpixulo opening of grand casino biloxi ms [opening-ogcbm.elfes.cn] | dealers to casino of roulette and black jack [dealers-tcorabj.deibs.cn] | online casino free money bonus codes [online-cfmbc.deibs.cn] | tramadol hydrochloride effects [tramadol-he.ectscfy.cn] | casino royale soundtrack listen [casino-rsl.oazid.cn] | overnight saturday tramadol delivery [overnight-std.xlvfjcl.cn] | soaring eagle casino bingo [soaring-ecb.qetgy.cn] | silverton hotel casino in las vegas nevada [silverton-hcilvn.deibs.cn] | tramadol shipped with cod [tramadol-swc.xlvfjcl.cn] | tramadol medication ingredients [tramadol-mi.fjljrc.cn] | tramadol 1 mg daily [tramadol-1md.nnsga.cn] | tramadol hcl acetaminophen effectos segundarios [tramadol-haes.nnsga.cn] | download 007 casino royale dvdrip [download-0crd.deibs.cn] | casino 150 [casino-1.elfes.cn] | tramadol hcl acetaminophen pan [tramadol-hap.zxezm.cn] | casino royale torrent [casino-rt.qetgy.cn] | online casino gambling 4.24 [online-cg4.deibs.cn] | the palms hotel and casino in las vegas [the-phacilv.ynaaoy.cn] | ivory casino chip [ivory-cc.elfes.cn] | vegas red casino [vegas-rc.zdlyccd.cn] | tramadol hcl acetaminopnenen tab [tramadol-hat.nnsga.cn] | which slot machines are best at morongo casino [which-smabamc.zdlyccd.cn] | pharmacies no prescription tramadol ship to all 50 states [pharmacies-nptsta5s.ectscfy.cn] | ',1,0),(306,0,2,'2007-09-12 21:40:03','Dave1972x','','','91.121.9.61','Comment 12 2136','hpixulo buy xanax online generic [buy-xog.gbrofj.cn] | order soma over the phone [order-sotp.fgalhw.cn] | xanax for cheap [xanax-fc-31.kqsaabu.cn] | buy cheap tramadol online with cod [buy-ctowc.yphbteb.cn] | tramadol without a prescription [tramadol-wap.erhezm.cn] | buy xanax without a prescription out of the united states [buy-xwapootus.kqsaabu.cn] | taking effexor xr and xanax still having palpitations [taking-exaxshp.ibhzg.cn] | severe xanax side effects [severe-xse.ibhzg.cn] | tramadol inert ingredients [tramadol-ii.yphbteb.cn] | buy soma overnight without a prescription pay cod [buy-sowappc.fgalhw.cn] | buy tramadol without prescription ship to utah [buy-twpstu.xdcep.cn] | supaserach.com q order tramadol said make [supaserachcom-qotsm.xdcep.cn] | new xanax pictures [new-xp.ibhzg.cn] | no overnight prescription xanax [no-opx.ibhzg.cn] | money order xanax [money-ox.gdrfhmd.cn] | sister med soma overnight [sister-mso.fxdcsrg.cn] | "tramadol 50mg" [quottramadol-5.yphbteb.cn] | signs and symptoms of xanax withdrawl [signs-asoxw.gdrfhmd.cn] | pain pill tramadol [pain-pt.xdcep.cn] | tramadol lethal dosage [tramadol-ld.erhezm.cn] | tramadol drug information [tramadol-di-44.xdcep.cn] | buy 200mg tramadol without rx [buy-2twr.xdcep.cn] | video clips of akane soma [video-coas.fgalhw.cn] | xanax bar picture mg [xanax-bpm.gdrfhmd.cn] | buy xanax online cheap generic blue cross [buy-xocgbc.ibhzg.cn] | tramadol hcl 50mg tab teva [tramadol-h5tt.yphbteb.cn] | ',1,0),(307,0,4,'2007-09-12 21:40:09','Dave1972x','','','91.121.9.61','Comment 12 2136','hpixulo buy xanax online generic [buy-xog.gbrofj.cn] | order soma over the phone [order-sotp.fgalhw.cn] | xanax for cheap [xanax-fc-31.kqsaabu.cn] | buy cheap tramadol online with cod [buy-ctowc.yphbteb.cn] | tramadol without a prescription [tramadol-wap.erhezm.cn] | buy xanax without a prescription out of the united states [buy-xwapootus.kqsaabu.cn] | taking effexor xr and xanax still having palpitations [taking-exaxshp.ibhzg.cn] | severe xanax side effects [severe-xse.ibhzg.cn] | tramadol inert ingredients [tramadol-ii.yphbteb.cn] | buy soma overnight without a prescription pay cod [buy-sowappc.fgalhw.cn] | buy tramadol without prescription ship to utah [buy-twpstu.xdcep.cn] | supaserach.com q order tramadol said make [supaserachcom-qotsm.xdcep.cn] | new xanax pictures [new-xp.ibhzg.cn] | no overnight prescription xanax [no-opx.ibhzg.cn] | money order xanax [money-ox.gdrfhmd.cn] | sister med soma overnight [sister-mso.fxdcsrg.cn] | "tramadol 50mg" [quottramadol-5.yphbteb.cn] | signs and symptoms of xanax withdrawl [signs-asoxw.gdrfhmd.cn] | pain pill tramadol [pain-pt.xdcep.cn] | tramadol lethal dosage [tramadol-ld.erhezm.cn] | tramadol drug information [tramadol-di-44.xdcep.cn] | buy 200mg tramadol without rx [buy-2twr.xdcep.cn] | video clips of akane soma [video-coas.fgalhw.cn] | xanax bar picture mg [xanax-bpm.gdrfhmd.cn] | buy xanax online cheap generic blue cross [buy-xocgbc.ibhzg.cn] | tramadol hcl 50mg tab teva [tramadol-h5tt.yphbteb.cn] | ',1,0),(308,0,2,'2007-09-12 22:26:11','Dave1972x','','','91.121.9.61','Comment 12 2222','hpixulo forced boy sex [forced-bs.loc3omw.cn] | free amateur sex video [free-asv.piicwx.cn] | free gay mature sex [free-gms.95md9z.cn] | wild girl next door sex [wild-gnds.loc3omw.cn] | caught sex act picture group [caught-sapg.loc3omw.cn] | manga sex anime xxx [manga-sax.ztxtg.cn] | anime cartoon pics sex [anime-cps.wdsi.cn] | family hardcore sex [family-hs.ztxtg.cn] | group sex free pics [group-sfp.wdsi.cn] | girls making out sex lesbian clips [girls-moslc.piicwx.cn] | mature and older women sex gallery [mature-aowsg.wdsi.cn] | ex girlfriend home sex pics [ex-ghsp.yfahoef.cn] | two hot girls having oral sex [two-hghos.klbegc.cn] | hot teen sexy sex video [hot-tssv.acteuc.cn] | free hardcore sex live [free-hsl.95md9z.cn] | free sex comic galleries [free-scg.95md9z.cn] | free gay teen sex videos [free-gtsv.acteuc.cn] | sex offenders orange county california [sex-oocc.ecvtde.cn] | teen titans sex fanart [teen-tsf.loc3omw.cn] | around the house male sex toy [around-thmst.acteuc.cn] | online sex videos gratis [online-svg.95md9z.cn] | ',1,0),(309,0,4,'2007-09-12 22:26:15','Dave1972x','','','91.121.9.61','Comment 12 2222','hpixulo forced boy sex [forced-bs.loc3omw.cn] | free amateur sex video [free-asv.piicwx.cn] | free gay mature sex [free-gms.95md9z.cn] | wild girl next door sex [wild-gnds.loc3omw.cn] | caught sex act picture group [caught-sapg.loc3omw.cn] | manga sex anime xxx [manga-sax.ztxtg.cn] | anime cartoon pics sex [anime-cps.wdsi.cn] | family hardcore sex [family-hs.ztxtg.cn] | group sex free pics [group-sfp.wdsi.cn] | girls making out sex lesbian clips [girls-moslc.piicwx.cn] | mature and older women sex gallery [mature-aowsg.wdsi.cn] | ex girlfriend home sex pics [ex-ghsp.yfahoef.cn] | two hot girls having oral sex [two-hghos.klbegc.cn] | hot teen sexy sex video [hot-tssv.acteuc.cn] | free hardcore sex live [free-hsl.95md9z.cn] | free sex comic galleries [free-scg.95md9z.cn] | free gay teen sex videos [free-gtsv.acteuc.cn] | sex offenders orange county california [sex-oocc.ecvtde.cn] | teen titans sex fanart [teen-tsf.loc3omw.cn] | around the house male sex toy [around-thmst.acteuc.cn] | online sex videos gratis [online-svg.95md9z.cn] | ',1,0),(310,0,2,'2007-09-12 22:46:50','Dave1972x','','','91.121.9.61','Comment 12 2242','hpixulo public sex club [public-sc.avo79.cn] | free full teen anal sex movies [free-ftasm.avo79.cn] | pre teen sex thumbs free [pre-tstf.cuaegf.cn] | cartoon images thinking about sex [cartoon-itas.sbmeog.cn] | site extremefind porn herecom forced sex fantasy [site-ephfsf.kn2m0.cn] | free live naked web cams showing sex [free-lnwcss.b5mho.cn] | young child sex pics [young-csp.kn2m0.cn] | free teen nude sex pic [free-tnsp.zifpzex.cn] | picures of teenage boys having oral sex [picures-otbhos.h5zvbmx.cn] | hott anime sex pics [hott-asp.rhggkh.cn] | underground young sex pics [underground-ysp.vnfh.cn] | hot playboy video dog sex with human [hot-pvdswh.rhggkh.cn] | dirty blondes having sex [dirty-bhs.temfam.cn] | group sex orgies free photos [group-sofp.uiocj.cn] | free phone sex 1 800 [free-ps18.h5zvbmx.cn] | free asian teen sex movie [free-atsm.uiocj.cn] | jessica simpson having sex with mariah carey [jessica-shswmc.h5zvbmx.cn] | free home porn sex vids [free-hpsv.cuaegf.cn] | pamela anderson real sex videos [pamela-arsv.rhggkh.cn] | redding area sex offenders location [redding-asol.avo79.cn] | family sex comics strips [family-scs.sbmeog.cn] | free hot moms having sex videos downloads [free-hmhsvd.uiocj.cn] | stories of horse sex [stories-ohs.rhggkh.cn] | anime babe boobs nude sex sexy sweet tits [anime-bbnssst.rhggkh.cn] | ',1,0),(311,0,4,'2007-09-12 22:46:57','Dave1972x','','','91.121.9.61','Comment 12 2243','hpixulo public sex club [public-sc.avo79.cn] | free full teen anal sex movies [free-ftasm.avo79.cn] | pre teen sex thumbs free [pre-tstf.cuaegf.cn] | cartoon images thinking about sex [cartoon-itas.sbmeog.cn] | site extremefind porn herecom forced sex fantasy [site-ephfsf.kn2m0.cn] | free live naked web cams showing sex [free-lnwcss.b5mho.cn] | young child sex pics [young-csp.kn2m0.cn] | free teen nude sex pic [free-tnsp.zifpzex.cn] | picures of teenage boys having oral sex [picures-otbhos.h5zvbmx.cn] | hott anime sex pics [hott-asp.rhggkh.cn] | underground young sex pics [underground-ysp.vnfh.cn] | hot playboy video dog sex with human [hot-pvdswh.rhggkh.cn] | dirty blondes having sex [dirty-bhs.temfam.cn] | group sex orgies free photos [group-sofp.uiocj.cn] | free phone sex 1 800 [free-ps18.h5zvbmx.cn] | free asian teen sex movie [free-atsm.uiocj.cn] | jessica simpson having sex with mariah carey [jessica-shswmc.h5zvbmx.cn] | free home porn sex vids [free-hpsv.cuaegf.cn] | pamela anderson real sex videos [pamela-arsv.rhggkh.cn] | redding area sex offenders location [redding-asol.avo79.cn] | family sex comics strips [family-scs.sbmeog.cn] | free hot moms having sex videos downloads [free-hmhsvd.uiocj.cn] | stories of horse sex [stories-ohs.rhggkh.cn] | anime babe boobs nude sex sexy sweet tits [anime-bbnssst.rhggkh.cn] | ',1,0),(312,0,2,'2007-09-13 00:32:08','Dave1972x','','','91.121.9.61','Comment 13 028','',1,0),(313,0,4,'2007-09-13 00:32:11','Dave1972x','','','91.121.9.61','Comment 13 028','',1,0),(314,0,2,'2007-09-13 14:06:40','Dave1972x','','','91.121.9.61','Comment 13 1402','hpixulo hard rock hotel and casino florida [hard-rhacf.oudtbyk.cn] | horseshoe hotel casino tunica mississipi [horseshoe-hctm-4.marnnp.cn] | tramadol,drug testing [tramadoldrug-t.1wxgpm.cn] | gaming and casino [gaming-ac.xmbo0ie.cn] | casino jeux gratuits [casino-jg.tir2v.cn] | temecula resort and casino pechanga [temecula-racp.xmbo0ie.cn] | tramadol maximum dosage [tramadol-md.vkvx0s.cn] | buy tramadol online no script with mastercard [buy-tonswm-17.1wxgpm.cn] | washington casino dealer school [washington-cds.hxdl2.cn] | slots village online casino [slots-voc.tir2v.cn] | 007 casino royale trailer download [007-crtd.rdtijdo.cn] | jeux casino gratuits [jeux-cg.93hiv.cn] | horseshoe casino hotel tunica ms [horseshoe-chtm.marnnp.cn] | tramadol med pay cod [tramadol-mpc.vkvx0s.cn] | buying tramadol cod [buying-tc.vkvx0s.cn] | free online casino games no downloads [free-ocgnd.93hiv.cn] | free downloads casino games slots [free-dcgs.xmbo0ie.cn] | casino slot games for free play and real money play [casino-sgffparmp.adphqjj.cn] | ',1,0),(315,0,4,'2007-09-13 14:06:45','Dave1972x','','','91.121.9.61','Comment 13 1402','hpixulo hard rock hotel and casino florida [hard-rhacf.oudtbyk.cn] | horseshoe hotel casino tunica mississipi [horseshoe-hctm-4.marnnp.cn] | tramadol,drug testing [tramadoldrug-t.1wxgpm.cn] | gaming and casino [gaming-ac.xmbo0ie.cn] | casino jeux gratuits [casino-jg.tir2v.cn] | temecula resort and casino pechanga [temecula-racp.xmbo0ie.cn] | tramadol maximum dosage [tramadol-md.vkvx0s.cn] | buy tramadol online no script with mastercard [buy-tonswm-17.1wxgpm.cn] | washington casino dealer school [washington-cds.hxdl2.cn] | slots village online casino [slots-voc.tir2v.cn] | 007 casino royale trailer download [007-crtd.rdtijdo.cn] | jeux casino gratuits [jeux-cg.93hiv.cn] | horseshoe casino hotel tunica ms [horseshoe-chtm.marnnp.cn] | tramadol med pay cod [tramadol-mpc.vkvx0s.cn] | buying tramadol cod [buying-tc.vkvx0s.cn] | free online casino games no downloads [free-ocgnd.93hiv.cn] | free downloads casino games slots [free-dcgs.xmbo0ie.cn] | casino slot games for free play and real money play [casino-sgffparmp.adphqjj.cn] | ',1,0),(316,0,2,'2007-09-13 16:42:18','Dave1972x','','','91.121.9.61','Comment 13 1638','hpixulo drug ingredient tramadol [drug-it.jpboci8.cn] | order xanax online today [order-xot.mafk.cn] | xanax buy by phone no prescription [xanax-bbpnp.tusse.cn] | buy cheap link xanax [buy-clx.tusse.cn] | how much xanax is average dosage for someone with ocd [how-mxiadfswo.tycupm.cn] | pimp soma cruz [pimp-sc.4err.cn] | pills online xanax bars [pills-oxb.tusse.cn] | no prescriptions xanax 2mg cheap [no-px2c.1zux.cn] | valium or xanax from online pharmacy in canada [valium-oxfopic.tusse.cn] | order soma on line [order-sol.2eerl7e.cn] | get xanax for free [get-xff.1zux.cn] | toru honda & kyo soma [toru-haks.6zo7rhy.cn] | soma compound 150 [soma-c1.4err.cn] | soma watson best price [soma-wbp.xv77.cn] | discount soma online [discount-so.xv77.cn] | what are the ingredients in tramadol [what-atiit.y1qtsc.cn] | watson soma [watson-s.4err.cn] | tramadol hcl canine [tramadol-hc-31.ipa2.cn] | free xanax samples [free-xs.tycupm.cn] | soma in san diego [soma-isd.gwietil.cn] | san diego shows soma epicentre [san-dsse.xv77.cn] | tramadol oral narcotic [tramadol-on.jpboci8.cn] | tramadol side effects rapid heart beat [tramadol-serhb.y1qtsc.cn] | ',1,0),(317,0,4,'2007-09-13 16:42:22','Dave1972x','','','91.121.9.61','Comment 13 1638','hpixulo drug ingredient tramadol [drug-it.jpboci8.cn] | order xanax online today [order-xot.mafk.cn] | xanax buy by phone no prescription [xanax-bbpnp.tusse.cn] | buy cheap link xanax [buy-clx.tusse.cn] | how much xanax is average dosage for someone with ocd [how-mxiadfswo.tycupm.cn] | pimp soma cruz [pimp-sc.4err.cn] | pills online xanax bars [pills-oxb.tusse.cn] | no prescriptions xanax 2mg cheap [no-px2c.1zux.cn] | valium or xanax from online pharmacy in canada [valium-oxfopic.tusse.cn] | order soma on line [order-sol.2eerl7e.cn] | get xanax for free [get-xff.1zux.cn] | toru honda & kyo soma [toru-haks.6zo7rhy.cn] | soma compound 150 [soma-c1.4err.cn] | soma watson best price [soma-wbp.xv77.cn] | discount soma online [discount-so.xv77.cn] | what are the ingredients in tramadol [what-atiit.y1qtsc.cn] | watson soma [watson-s.4err.cn] | tramadol hcl canine [tramadol-hc-31.ipa2.cn] | free xanax samples [free-xs.tycupm.cn] | soma in san diego [soma-isd.gwietil.cn] | san diego shows soma epicentre [san-dsse.xv77.cn] | tramadol oral narcotic [tramadol-on.jpboci8.cn] | tramadol side effects rapid heart beat [tramadol-serhb.y1qtsc.cn] | ',1,0),(318,0,4,'2007-09-13 17:22:46','Dave1972x','','','91.121.9.61','Comment 13 1718','hpixulo child preteen sex photos [child-psp.y0afk4l.cn] | old granny sex video [old-gsv.4oqoci.cn] | free lesbian sex chat room [free-lscr.puvto8e.cn] | sexy girls having sex in office [sexy-ghsio.cz2gq.cn] | having sex with your teacher pic [having-swytp.oawzsk.cn] | black men having sex white mothers [black-mhswm.puvto8e.cn] | looking for free granny sex pics [looking-ffgsp.4oprsab.cn] | free download sex full movies [free-dsfm.e6zvii.cn] | fat men having sex gay men [fat-mhsgm.e6zvii.cn] | sex world in downtown minneapolis [sex-widm.e6zvii.cn] | granny sex fat grannies [granny-sfg.e1x6g.cn] | hot girl on girl cartoon sex [hot-gogcs.4oprsab.cn] | "' home movies" sex [quotapos-hms.oawzsk.cn] | sex movies for free downloadable [sex-mffd.ll3rk0.cn] | animal on girl sex [animal-ogs.4oqoci.cn] | ',1,0),(319,0,2,'2007-09-13 19:28:32','Dave1972x','','','91.121.9.61','Comment 13 1924','hpixulo casino las vegas chips [casino-lvc.1dz3.cn] | hotels near mystic lake casino [hotels-nmlc.1dz3.cn] | casino royale hotel casino las vegas home page [casino-rhclvhp.kehj5.cn] | bank loan rates [bank-lr.k1p9oq7.cn] | casino grand bay [casino-gb.kehj5.cn] | washington mutual commercial loan rates [washington-mclr.utawej.cn] | slot machine casino in bakersfield [slot-mcib.w9pj.cn] | my community home loan [my-chl.k1p9oq7.cn] | paris hilton pics from sex tape [paris-hpfst.tdi5gy.cn] | new york new york hotel and casino in las vegas [new-ynyhacilv.kfzbroy.cn] | ovraw quick loan [ovraw-ql.k1p9oq7.cn] | free hardcore sex webcams [free-hsw.tdi5gy.cn] | tunica grand casino [tunica-gc.kehj5.cn] | cash fast loan uk [cash-flu.vb9z.cn] | wachovia stafford loan [wachovia-sl.k1p9oq7.cn] | ',1,0),(320,0,4,'2007-09-13 19:28:35','Dave1972x','','','91.121.9.61','Comment 13 1924','hpixulo casino las vegas chips [casino-lvc.1dz3.cn] | hotels near mystic lake casino [hotels-nmlc.1dz3.cn] | casino royale hotel casino las vegas home page [casino-rhclvhp.kehj5.cn] | bank loan rates [bank-lr.k1p9oq7.cn] | casino grand bay [casino-gb.kehj5.cn] | washington mutual commercial loan rates [washington-mclr.utawej.cn] | slot machine casino in bakersfield [slot-mcib.w9pj.cn] | my community home loan [my-chl.k1p9oq7.cn] | paris hilton pics from sex tape [paris-hpfst.tdi5gy.cn] | new york new york hotel and casino in las vegas [new-ynyhacilv.kfzbroy.cn] | ovraw quick loan [ovraw-ql.k1p9oq7.cn] | free hardcore sex webcams [free-hsw.tdi5gy.cn] | tunica grand casino [tunica-gc.kehj5.cn] | cash fast loan uk [cash-flu.vb9z.cn] | wachovia stafford loan [wachovia-sl.k1p9oq7.cn] | ',1,0),(321,0,2,'2007-09-13 22:25:22','Dave1972x','','','91.121.9.61','Comment 13 2221','hpixulo xanax pills no prescription requierd [xanax-pnpr.rhizors.info] | red rock casino resort spa [red-rcrs.regimer.info] | symptoms of xanax withdrawl [symptoms-oxw.rhizors.info] | buy 400 qty soma [buy-4qs.rehore.info] | generic soma pics [generic-sp.rehore.info] | soma muscle relaxer manufacturer [soma-mrm.rinsio.info] | does tramadol hcl have codeine [does-thhc.regrosi.info] | 100 mg tramadol [100-mt.ruckw.info] | soma online no prescription [soma-onp.rinsio.info] | what is soma medication [what-ism.rinsio.info] | ic tramadol hcl acetaminophen par [ic-thap.ruckw.info] | hotel casino marriott las vegas jobs [hotel-cmlvj.ruddisb.info] | tramadol 50mg tablets [tramadol-5t.ruckw.info] | grand casino tunica 2006 [grand-ct2.regimer.info] | blue chip casino egd violations [blue-ccev.resea.info] | argosy casino lewranceburg indiana [argosy-cli.ruddisb.info] | online pharmacy bacrtim soma vicodin [online-pbsv.rehore.info] | tramadol hci medicine [tramadol-hm.regrosi.info] | ',1,0),(322,0,4,'2007-09-13 22:25:25','Dave1972x','','','91.121.9.61','Comment 13 2221','hpixulo xanax pills no prescription requierd [xanax-pnpr.rhizors.info] | red rock casino resort spa [red-rcrs.regimer.info] | symptoms of xanax withdrawl [symptoms-oxw.rhizors.info] | buy 400 qty soma [buy-4qs.rehore.info] | generic soma pics [generic-sp.rehore.info] | soma muscle relaxer manufacturer [soma-mrm.rinsio.info] | does tramadol hcl have codeine [does-thhc.regrosi.info] | 100 mg tramadol [100-mt.ruckw.info] | soma online no prescription [soma-onp.rinsio.info] | what is soma medication [what-ism.rinsio.info] | ic tramadol hcl acetaminophen par [ic-thap.ruckw.info] | hotel casino marriott las vegas jobs [hotel-cmlvj.ruddisb.info] | tramadol 50mg tablets [tramadol-5t.ruckw.info] | grand casino tunica 2006 [grand-ct2.regimer.info] | blue chip casino egd violations [blue-ccev.resea.info] | argosy casino lewranceburg indiana [argosy-cli.ruddisb.info] | online pharmacy bacrtim soma vicodin [online-pbsv.rehore.info] | tramadol hci medicine [tramadol-hm.regrosi.info] | ',1,0),(323,0,2,'2007-09-14 12:24:50','Dave1972x','','','91.121.9.61','Comment 14 1220','hpixulo overnight tramadol fed ex [overnight-tfe.6bsbyok.cn] | gaming club casino [gaming-cc.bohho8.cn] | belterra casino hr online [belterra-cho.66oeq.cn] | online pharmacy tramadol australia [online-pta.zuibfyy.cn] | side effects of tramadol ( hallucinations ) | grand casino tunica mississippi tunica ms [grand-ctmtm.bohho8.cn] | 50 mg tramadol info [50-mti.kpz6e.cn] | 50 mg tramadol indications usage [50-mtiu.6bsbyok.cn] | cheap tramadol usa pharmacies only with out a prescription [cheap-tupowoap.jiq4.cn] | best online casino payouts [best-ocp.lek5i.cn] | casino pala california [casino-pc.nkaeb.cn] | snorting tramadol erowid [snorting-te.kha0o9o.cn] | venetian casino 401k plane [venetian-c4p.nkaeb.cn] | hard rock hotel and casino hollywood fl [hard-rhachf.nkaeb.cn] | by cod tramadol [by-ct.6bsbyok.cn] | pharmacies tramadol pay by cod [pharmacies-tpbc.6bsbyok.cn] | ',1,0),(324,0,4,'2007-09-14 12:24:54','Dave1972x','','','91.121.9.61','Comment 14 1220','hpixulo overnight tramadol fed ex [overnight-tfe.6bsbyok.cn] | gaming club casino [gaming-cc.bohho8.cn] | belterra casino hr online [belterra-cho.66oeq.cn] | online pharmacy tramadol australia [online-pta.zuibfyy.cn] | side effects of tramadol ( hallucinations ) | grand casino tunica mississippi tunica ms [grand-ctmtm.bohho8.cn] | 50 mg tramadol info [50-mti.kpz6e.cn] | 50 mg tramadol indications usage [50-mtiu.6bsbyok.cn] | cheap tramadol usa pharmacies only with out a prescription [cheap-tupowoap.jiq4.cn] | best online casino payouts [best-ocp.lek5i.cn] | casino pala california [casino-pc.nkaeb.cn] | snorting tramadol erowid [snorting-te.kha0o9o.cn] | venetian casino 401k plane [venetian-c4p.nkaeb.cn] | hard rock hotel and casino hollywood fl [hard-rhachf.nkaeb.cn] | by cod tramadol [by-ct.6bsbyok.cn] | pharmacies tramadol pay by cod [pharmacies-tpbc.6bsbyok.cn] | ',1,0),(325,0,2,'2007-09-14 12:42:07','Dave1972x','','','91.121.9.61','Comment 14 1238','hpixulo valium versus xanax in treating anxiety [valium-vxita.rs0tht.cn] | online no prescription xanax mastercard [online-npxm.caaeptb.cn] | xanax bars pictures and effects [xanax-bpae.eme6esu.cn] | soma watson pharmacy [soma-wp-9.owqxe.cn] | cuando kyo soma le da un beso a tooru honda [cuando-ksldubath.ux3oxe.cn] | buy+soma+online | chicos fas soma [chicos-fs.l6xai.cn] | sister med soma overnight [sister-mso.k5qy.cn] | xanax t bars [xanax-tb.rs0tht.cn] | torrent ashes of soma [torrent-aos.vv2u.cn] | manisa soma bel [manisa-sb.ux3oxe.cn] | buy cheapest soma and codeine no rx [buy-csacnr.aa4by8.cn] | soma for sale online [soma-fso.fvdimd.cn] | generic soma on line overnight shipping [generic-solos.l6xai.cn] | long term effects of taking xanax [long-teotx.caaeptb.cn] | collecter info tea soma [collecter-its.fvdimd.cn] | buy online prescription xanax [buy-opx.tdviwg.cn] | soma hernandez border bamgers [soma-hbb.owqxe.cn] | xanax panic disorder dosage [xanax-pdd.rs0tht.cn] | online xanax [online-x.eme6esu.cn] | castlevania aria of sorrow soma [castlevania-aoss.aa4by8.cn] | ',1,0),(326,0,4,'2007-09-14 12:42:11','Dave1972x','','','91.121.9.61','Comment 14 1238','hpixulo valium versus xanax in treating anxiety [valium-vxita.rs0tht.cn] | online no prescription xanax mastercard [online-npxm.caaeptb.cn] | xanax bars pictures and effects [xanax-bpae.eme6esu.cn] | soma watson pharmacy [soma-wp-9.owqxe.cn] | cuando kyo soma le da un beso a tooru honda [cuando-ksldubath.ux3oxe.cn] | buy+soma+online | chicos fas soma [chicos-fs.l6xai.cn] | sister med soma overnight [sister-mso.k5qy.cn] | xanax t bars [xanax-tb.rs0tht.cn] | torrent ashes of soma [torrent-aos.vv2u.cn] | manisa soma bel [manisa-sb.ux3oxe.cn] | buy cheapest soma and codeine no rx [buy-csacnr.aa4by8.cn] | soma for sale online [soma-fso.fvdimd.cn] | generic soma on line overnight shipping [generic-solos.l6xai.cn] | long term effects of taking xanax [long-teotx.caaeptb.cn] | collecter info tea soma [collecter-its.fvdimd.cn] | buy online prescription xanax [buy-opx.tdviwg.cn] | soma hernandez border bamgers [soma-hbb.owqxe.cn] | xanax panic disorder dosage [xanax-pdd.rs0tht.cn] | online xanax [online-x.eme6esu.cn] | castlevania aria of sorrow soma [castlevania-aoss.aa4by8.cn] | ',1,0),(327,0,2,'2007-09-14 21:48:10','Dave1972x','','','91.121.9.61','Comment 14 2144','hpixulo totally free horse sex clips [totally-fhsc.hmiwdow.cn] | pic sex anime hentai [pic-sah.ca8ne.cn] | redhead performing oral sex [redhead-pos.tl5ybav.cn] | tommy lees home sex videos of pamela anderson [tommy-lhsvopa.lyamw.cn] | free anime sex online games [free-asog.oex02.cn] | pictures of neighbors having sex [pictures-onhs.ca8ne.cn] | having sex with gay guys [having-swgg.rek5.cn] | anime girls have nude sex together [anime-ghnst.xrts66b.cn] | lewis county washington sex offenders [lewis-cwso.tl5ybav.cn] | step brother caught having sex with his step sister [step-bchswhss.zfnkt.cn] | adult films sex guide [adult-fsg.tl5ybav.cn] | free interactic sex games for couples [free-isgfc.zfnkt.cn] | celebrity archive jane march sex scene [celebrity-ajmss.rek5.cn] | uncensored anal sex gallery [uncensored-asg.hftwre1.cn] | hot women having sex [hot-whs.hmiwdow.cn] | hot asian girl sex free videos [hot-agsfv.hmiwdow.cn] | black sex big tits free trial [black-sbtft.a7jm.cn] | sex movie teen [sex-mt.zfnkt.cn] | british boys sex gay butt fuck anal hot shirtless naked [british-bsgbfahsn.3zr3uv.cn] | free hardcore rough sex videos [free-hrsv.oex02.cn] | hot free sex trailers backseat [hot-fstb.3zr3uv.cn] | japanese cartoon sex picture [japanese-csp.hftwre1.cn] | free pictures of young girls having sex [free-poyghs.oex02.cn] | bbw sex dvd videos [bbw-sdv.a7jm.cn] | ',1,0),(328,0,4,'2007-09-14 21:48:13','Dave1972x','','','91.121.9.61','Comment 14 2144','hpixulo totally free horse sex clips [totally-fhsc.hmiwdow.cn] | pic sex anime hentai [pic-sah.ca8ne.cn] | redhead performing oral sex [redhead-pos.tl5ybav.cn] | tommy lees home sex videos of pamela anderson [tommy-lhsvopa.lyamw.cn] | free anime sex online games [free-asog.oex02.cn] | pictures of neighbors having sex [pictures-onhs.ca8ne.cn] | having sex with gay guys [having-swgg.rek5.cn] | anime girls have nude sex together [anime-ghnst.xrts66b.cn] | lewis county washington sex offenders [lewis-cwso.tl5ybav.cn] | step brother caught having sex with his step sister [step-bchswhss.zfnkt.cn] | adult films sex guide [adult-fsg.tl5ybav.cn] | free interactic sex games for couples [free-isgfc.zfnkt.cn] | celebrity archive jane march sex scene [celebrity-ajmss.rek5.cn] | uncensored anal sex gallery [uncensored-asg.hftwre1.cn] | hot women having sex [hot-whs.hmiwdow.cn] | hot asian girl sex free videos [hot-agsfv.hmiwdow.cn] | black sex big tits free trial [black-sbtft.a7jm.cn] | sex movie teen [sex-mt.zfnkt.cn] | british boys sex gay butt fuck anal hot shirtless naked [british-bsgbfahsn.3zr3uv.cn] | free hardcore rough sex videos [free-hrsv.oex02.cn] | hot free sex trailers backseat [hot-fstb.3zr3uv.cn] | japanese cartoon sex picture [japanese-csp.hftwre1.cn] | free pictures of young girls having sex [free-poyghs.oex02.cn] | bbw sex dvd videos [bbw-sdv.a7jm.cn] | ',1,0),(329,0,2,'2007-09-14 22:11:45','Dave1972x','','','91.121.9.61','Comment 14 2207','hpixulo mature anal sex vid [mature-asv.un2hgo.cn] | adult gay sex movie and picture [adult-gsmap.z8swhx.cn] | sex movies indian [sex-mi.oiut.cn] | girls have sex with animals [girls-hswa.o1eef8.cn] | petite teen blonde sex [petite-tbs.un2hgo.cn] | ray j sex tape pictures and video clips [ray-jstpavc.oiut.cn] | adult wife gloryhole black sex story [adult-wgbss.wjammbv.cn] | free dog sex movie [free-dsm.5hnpd6h.cn] | free thai sex video clip [free-tsvc.wjammbv.cn] | free home sex clips submitted [free-hscs.oiut.cn] | free adult sex finder affairs [free-asfa.cwhlc.cn] | teen anal sex photos xxx [teen-aspx.qs2gox.cn] | site www.privat amateur.com blogs sex amateur [site-wabsa.5hnpd6h.cn] | webcam de sex gay gratuit [webcam-dsgg.oiut.cn] | auburn, ny free adult sex chat rooms [auburn-nfascr.vrna.cn] | how give women good oral sex [how-gwgos.qs2gox.cn] | couples erotic sex pictures [couples-esp.wjammbv.cn] | ',1,0),(330,0,4,'2007-09-14 22:11:47','Dave1972x','','','91.121.9.61','Comment 14 2207','hpixulo mature anal sex vid [mature-asv.un2hgo.cn] | adult gay sex movie and picture [adult-gsmap.z8swhx.cn] | sex movies indian [sex-mi.oiut.cn] | girls have sex with animals [girls-hswa.o1eef8.cn] | petite teen blonde sex [petite-tbs.un2hgo.cn] | ray j sex tape pictures and video clips [ray-jstpavc.oiut.cn] | adult wife gloryhole black sex story [adult-wgbss.wjammbv.cn] | free dog sex movie [free-dsm.5hnpd6h.cn] | free thai sex video clip [free-tsvc.wjammbv.cn] | free home sex clips submitted [free-hscs.oiut.cn] | free adult sex finder affairs [free-asfa.cwhlc.cn] | teen anal sex photos xxx [teen-aspx.qs2gox.cn] | site www.privat amateur.com blogs sex amateur [site-wabsa.5hnpd6h.cn] | webcam de sex gay gratuit [webcam-dsgg.oiut.cn] | auburn, ny free adult sex chat rooms [auburn-nfascr.vrna.cn] | how give women good oral sex [how-gwgos.qs2gox.cn] | couples erotic sex pictures [couples-esp.wjammbv.cn] | ',1,0),(331,0,2,'2007-09-14 23:38:57','Dave1972x','','','91.121.9.61','Comment 14 2334','hpixulo buy 200mg tramadol without rx [buy-2twr.scutiosc.info] | cheap tramadol fast [cheap-tf.scarb.info] | tramadol oral narcotic [tramadol-on.sculpal.info] | essay on soma used in a brave new world [essay-osuiabnw.sancedic.info] | tramadol 50 mg tabs [tramadol-5mt-27.sculpal.info] | soma order [soma-o-36.scuting.info] | boxing turning stone casino resort [index.sehere.info] | effects of tramadol 50mg tablet [effects-ot5t.scutiosc.info] | free cash casino no deposit [free-ccnd.scirr.info] | "turning stone casino" [quotturning-sc.sehere.info] | tramadol addiction withdrawal symptoms [tramadol-aws.sculpal.info] | latina soma fucked [latina-sf.sancedic.info] | tramadol hcl 50 mg. tablet [tramadol-h5mt.sculpal.info] | buy xanax cheap no prescription [buy-xcnp.sabler.info] | smoking marijuana snorting soma [smoking-mss.sancedic.info] | what is tramadol drug [what-itd.sculpal.info] | the rio hotel and casino las vegas [the-rhaclv.scirr.info] | cheapest online soma [cheapest-os.scuting.info] | the drug tramadol is a used to treat pain anesthesia [the-dtiauttpa-73.scutiosc.info] | normal adult dosage for xanax [normal-adfx.sabler.info] | can equetro and tramadol be used togethter [can-eatbut.sculpal.info] | tramadol dosage 150mg [tramadol-d1.sculpal.info] | secret agent radio streaminf soma fm [secret-arssf.scuting.info] | ',1,0),(332,0,4,'2007-09-14 23:39:00','Dave1972x','','','91.121.9.61','Comment 14 2334','hpixulo buy 200mg tramadol without rx [buy-2twr.scutiosc.info] | cheap tramadol fast [cheap-tf.scarb.info] | tramadol oral narcotic [tramadol-on.sculpal.info] | essay on soma used in a brave new world [essay-osuiabnw.sancedic.info] | tramadol 50 mg tabs [tramadol-5mt-27.sculpal.info] | soma order [soma-o-36.scuting.info] | boxing turning stone casino resort [index.sehere.info] | effects of tramadol 50mg tablet [effects-ot5t.scutiosc.info] | free cash casino no deposit [free-ccnd.scirr.info] | "turning stone casino" [quotturning-sc.sehere.info] | tramadol addiction withdrawal symptoms [tramadol-aws.sculpal.info] | latina soma fucked [latina-sf.sancedic.info] | tramadol hcl 50 mg. tablet [tramadol-h5mt.sculpal.info] | buy xanax cheap no prescription [buy-xcnp.sabler.info] | smoking marijuana snorting soma [smoking-mss.sancedic.info] | what is tramadol drug [what-itd.sculpal.info] | the rio hotel and casino las vegas [the-rhaclv.scirr.info] | cheapest online soma [cheapest-os.scuting.info] | the drug tramadol is a used to treat pain anesthesia [the-dtiauttpa-73.scutiosc.info] | normal adult dosage for xanax [normal-adfx.sabler.info] | can equetro and tramadol be used togethter [can-eatbut.sculpal.info] | tramadol dosage 150mg [tramadol-d1.sculpal.info] | secret agent radio streaminf soma fm [secret-arssf.scuting.info] | ',1,0),(333,0,2,'2007-09-15 15:42:54','Dave1972x','','','91.121.9.61','Comment 15 1538','hpixulo tramadol hydrochloride , acetaminophen [tramadol-ha-37.j03aan.cn] | best casino directory com online [best-cdco.bdauq.cn] | mohegan sun casino in pa [mohegan-scip.imvic.cn] | tramadol,drug testing [tramadoldrug-t.idp8x.cn] | effects of tramadol 50mg tablet [effects-ot5t.j03aan.cn] | tramadol medication for dogs side effects [tramadol-mfdse.j03aan.cn] | free casino slots downloads [free-csd-0.4arcj.cn] | speel online casino games [speel-ocg.jcv1qko.cn] | aladdin casino las vegas [aladdin-clv-14.imvic.cn] | free casino game play for fuhn [free-cgpff.bdauq.cn] | casino online uk [casino-ou.imvic.cn] | casino cash directory [casino-cd.bdauq.cn] | casino free game game online [casino-fggo.imvic.cn] | where can i download full version pc casino slot games [where-cidfvpcsg.4arcj.cn] | information about a medicine called tramadol hcl 50mg [information-aamcth5.idp8x.cn] | mgm grand casino mi [mgm-gcm.bdauq.cn] | tramadol perscription online [tramadol-po.zfrwg.cn] | tramadol hydrochloride drug [tramadol-hd.zfrwg.cn] | ',1,0),(334,0,4,'2007-09-15 15:42:58','Dave1972x','','','91.121.9.61','Comment 15 1538','hpixulo tramadol hydrochloride , acetaminophen [tramadol-ha-37.j03aan.cn] | best casino directory com online [best-cdco.bdauq.cn] | mohegan sun casino in pa [mohegan-scip.imvic.cn] | tramadol,drug testing [tramadoldrug-t.idp8x.cn] | effects of tramadol 50mg tablet [effects-ot5t.j03aan.cn] | tramadol medication for dogs side effects [tramadol-mfdse.j03aan.cn] | free casino slots downloads [free-csd-0.4arcj.cn] | speel online casino games [speel-ocg.jcv1qko.cn] | aladdin casino las vegas [aladdin-clv-14.imvic.cn] | free casino game play for fuhn [free-cgpff.bdauq.cn] | casino online uk [casino-ou.imvic.cn] | casino cash directory [casino-cd.bdauq.cn] | casino free game game online [casino-fggo.imvic.cn] | where can i download full version pc casino slot games [where-cidfvpcsg.4arcj.cn] | information about a medicine called tramadol hcl 50mg [information-aamcth5.idp8x.cn] | mgm grand casino mi [mgm-gcm.bdauq.cn] | tramadol perscription online [tramadol-po.zfrwg.cn] | tramadol hydrochloride drug [tramadol-hd.zfrwg.cn] | ',1,0),(335,0,2,'2007-09-15 15:51:57','Dave1972x','','','91.121.9.61','Comment 15 1547','hpixulo cheap order soma [cheap-os.j2q0m.cn] | tramadol with no prescription [tramadol-wnp.oiaz.cn] | tramadol apap tb 375 325 [tramadol-at33.ceb3.cn] | "temp soma" mattress toppers [quottemp-smt.ihntue.cn] | addiction overdose of pills soma [addiction-oops.oubaog.cn] | ultram tramadol perscrip [ultram-tp.oiaz.cn] | 200mg tramadol without prescription [200mg-twp.dyeacxj.cn] | facts about soma [facts-as.3uy9.cn] | tramadol sales [tramadol-s-104.kh6xuxh.cn] | soma san diego pictures [soma-sdp.ihntue.cn] | hydrochloride mallinckrodt pharmaceutical tablet tramadol [hydrochloride-mptt.dyeacxj.cn] | overnight tramadol delivery [overnight-td.dyeacxj.cn] | tramadol hcl tabs [tramadol-ht-58.kh6xuxh.cn] | argento soma maki [argento-sm.7nxg.cn] | tramadol hcl 50mg tab teva [tramadol-h5tt-30.dyeacxj.cn] | will soma show up as oxazepam on a drug screen [will-ssuaooads.ihntue.cn] | ashes of soma tabulature [ashes-ost.ihntue.cn] | buy cheap tramadol online with cod [buy-ctowc.ceb3.cn] | tramadol 50 mg sr caps webcam [tramadol-5mscw.kh6xuxh.cn] | overnight soma prescriptions [overnight-sp.rhurkq.cn] | what is a soma watson 784 [what-iasw7.rhurkq.cn] | is tramadol hcl a narcotic [is-than-49.kh6xuxh.cn] | long term use +tramadol side effects | where can i buy soma online for 19 [where-cibsof1.3uy9.cn] | ',1,0),(336,0,4,'2007-09-15 15:51:59','Dave1972x','','','91.121.9.61','Comment 15 1547','hpixulo cheap order soma [cheap-os.j2q0m.cn] | tramadol with no prescription [tramadol-wnp.oiaz.cn] | tramadol apap tb 375 325 [tramadol-at33.ceb3.cn] | "temp soma" mattress toppers [quottemp-smt.ihntue.cn] | addiction overdose of pills soma [addiction-oops.oubaog.cn] | ultram tramadol perscrip [ultram-tp.oiaz.cn] | 200mg tramadol without prescription [200mg-twp.dyeacxj.cn] | facts about soma [facts-as.3uy9.cn] | tramadol sales [tramadol-s-104.kh6xuxh.cn] | soma san diego pictures [soma-sdp.ihntue.cn] | hydrochloride mallinckrodt pharmaceutical tablet tramadol [hydrochloride-mptt.dyeacxj.cn] | overnight tramadol delivery [overnight-td.dyeacxj.cn] | tramadol hcl tabs [tramadol-ht-58.kh6xuxh.cn] | argento soma maki [argento-sm.7nxg.cn] | tramadol hcl 50mg tab teva [tramadol-h5tt-30.dyeacxj.cn] | will soma show up as oxazepam on a drug screen [will-ssuaooads.ihntue.cn] | ashes of soma tabulature [ashes-ost.ihntue.cn] | buy cheap tramadol online with cod [buy-ctowc.ceb3.cn] | tramadol 50 mg sr caps webcam [tramadol-5mscw.kh6xuxh.cn] | overnight soma prescriptions [overnight-sp.rhurkq.cn] | what is a soma watson 784 [what-iasw7.rhurkq.cn] | is tramadol hcl a narcotic [is-than-49.kh6xuxh.cn] | long term use +tramadol side effects | where can i buy soma online for 19 [where-cibsof1.3uy9.cn] | ',1,0),(337,0,2,'2007-09-15 15:53:22','Dave1972x','','','91.121.9.61','Comment 15 1549','hpixulo casino chinese net [casino-cn.skipasph.info] | casino hotels in biloxi [casino-hib.skipasph.info] | soma side effects penile dysfunction [soma-sepd.seption.info] | order soma medication texas [order-smt.seption.info] | tramadol cats incontinence side effects [tramadol-cise.shelt.info] | tadalafil search.com q buy tramadol online said make [tadalafil-sqbtosm.siphond.info] | side effects of tramadol and amitriptyline [side-eotaa.shelt.info] | cod order tramadol [cod-ot.shelt.info] | gold coast hotel casino [gold-chc.skipasph.info] | soma san diego hob.com [soma-sdh.seption.info] | vicodin xanax valium morphine free no prescription [vicodin-xvmfnp.semid.info] | seminole hard rock hotel and casino tampa florida [seminole-hrhactf.skipasph.info] | xanax mg bars on sale [xanax-mbos.semid.info] | taking xanax during pregnancy [taking-xdp.semid.info] | antiemetics used xanax [antiemetics-ux.semid.info] | xanax bar pictures [xanax-bp-14.semid.info] | virtual soma cube [virtual-sc.shoton.info] | generic xanax forsale [generic-xf.semid.info] | soma de la nouvelle star saison 5 [soma-dlnss5.seption.info] | cod online generic cheap soma [cod-ogcs.seption.info] | what does upjohn xanax 2 mg look like [what-dux2mll.semid.info] | cod xanax [cod-x.shotan.info] | how long dose xanax stay in your system [how-ldxsiys-20.shotan.info] | soma more drug interactions [soma-mdi.seption.info] | 50 mg tramadol [50-mt.shelt.info] | buy xanax without prescription pharmacies [buy-xwpp.shotan.info] | ',1,0),(338,0,4,'2007-09-15 15:53:24','Dave1972x','','','91.121.9.61','Comment 15 1549','hpixulo casino chinese net [casino-cn.skipasph.info] | casino hotels in biloxi [casino-hib.skipasph.info] | soma side effects penile dysfunction [soma-sepd.seption.info] | order soma medication texas [order-smt.seption.info] | tramadol cats incontinence side effects [tramadol-cise.shelt.info] | tadalafil search.com q buy tramadol online said make [tadalafil-sqbtosm.siphond.info] | side effects of tramadol and amitriptyline [side-eotaa.shelt.info] | cod order tramadol [cod-ot.shelt.info] | gold coast hotel casino [gold-chc.skipasph.info] | soma san diego hob.com [soma-sdh.seption.info] | vicodin xanax valium morphine free no prescription [vicodin-xvmfnp.semid.info] | seminole hard rock hotel and casino tampa florida [seminole-hrhactf.skipasph.info] | xanax mg bars on sale [xanax-mbos.semid.info] | taking xanax during pregnancy [taking-xdp.semid.info] | antiemetics used xanax [antiemetics-ux.semid.info] | xanax bar pictures [xanax-bp-14.semid.info] | virtual soma cube [virtual-sc.shoton.info] | generic xanax forsale [generic-xf.semid.info] | soma de la nouvelle star saison 5 [soma-dlnss5.seption.info] | cod online generic cheap soma [cod-ogcs.seption.info] | what does upjohn xanax 2 mg look like [what-dux2mll.semid.info] | cod xanax [cod-x.shotan.info] | how long dose xanax stay in your system [how-ldxsiys-20.shotan.info] | soma more drug interactions [soma-mdi.seption.info] | 50 mg tramadol [50-mt.shelt.info] | buy xanax without prescription pharmacies [buy-xwpp.shotan.info] | ',1,0),(339,0,2,'2007-09-15 18:20:42','Dave1972x','','','91.121.9.61','Comment 15 1816','hpixulo preteen girls "older men" sex [preteen-gqms.6ijya.cn] | generic xanax bars picture [generic-xbp.lcxcie7.cn] | herbal treatment for xanax withdrawal [herbal-tfxw.geljci.cn] | celeb sex scene video [celeb-ssv.k30rey1.cn] | hardcore sex parties links [hardcore-spl.7hojq.cn] | info on xanax 0.25 [info-ox0.geljci.cn] | hentai anime sex manga [hentai-asm.2iglr4.cn] | what does a generic xanax pill look like [what-dagxpll.b5ee.cn] | 2mg xanax credit card accepted [2mg-xcca.b5ee.cn] | having sex with hot babes [having-swhb.kg3mse.cn] | phone sex operators needed in virginia [phone-soniv.2iglr4.cn] | girls black anal sex [girls-bas.tx0gmq.cn] | world record of having sex [world-rohs.2iglr4.cn] | hot anime porn sex hentai gay yaoi [hot-apshgy.c5kg2.cn] | free sex streaming videos clips [free-ssvc.bafdj.cn] | teenage sex rates oral [teenage-sro.tx0gmq.cn] | fuck that little girl sex stories [fuck-tlgss.zgoueyy.cn] | blond loves painful anal sex [blond-lpas.kg3mse.cn] | xanax snorting dangers [xanax-sd.b5ee.cn] | nude skinny girls small tits sex seen [nude-sgstss.kg3mse.cn] | latin teen sex gallery [latin-tsg.rirfc5.cn] | hidden home sex videos [hidden-hsv.c5kg2.cn] | xanax vs. valium [xanax-vv.geljci.cn] | ',1,0),(340,0,4,'2007-09-15 18:20:45','Dave1972x','','','91.121.9.61','Comment 15 1816','hpixulo preteen girls "older men" sex [preteen-gqms.6ijya.cn] | generic xanax bars picture [generic-xbp.lcxcie7.cn] | herbal treatment for xanax withdrawal [herbal-tfxw.geljci.cn] | celeb sex scene video [celeb-ssv.k30rey1.cn] | hardcore sex parties links [hardcore-spl.7hojq.cn] | info on xanax 0.25 [info-ox0.geljci.cn] | hentai anime sex manga [hentai-asm.2iglr4.cn] | what does a generic xanax pill look like [what-dagxpll.b5ee.cn] | 2mg xanax credit card accepted [2mg-xcca.b5ee.cn] | having sex with hot babes [having-swhb.kg3mse.cn] | phone sex operators needed in virginia [phone-soniv.2iglr4.cn] | girls black anal sex [girls-bas.tx0gmq.cn] | world record of having sex [world-rohs.2iglr4.cn] | hot anime porn sex hentai gay yaoi [hot-apshgy.c5kg2.cn] | free sex streaming videos clips [free-ssvc.bafdj.cn] | teenage sex rates oral [teenage-sro.tx0gmq.cn] | fuck that little girl sex stories [fuck-tlgss.zgoueyy.cn] | blond loves painful anal sex [blond-lpas.kg3mse.cn] | xanax snorting dangers [xanax-sd.b5ee.cn] | nude skinny girls small tits sex seen [nude-sgstss.kg3mse.cn] | latin teen sex gallery [latin-tsg.rirfc5.cn] | hidden home sex videos [hidden-hsv.c5kg2.cn] | xanax vs. valium [xanax-vv.geljci.cn] | ',1,0),(341,0,2,'2007-09-15 19:55:02','Dave1972x','','','91.121.9.61','Comment 15 1950','hpixulo toon sex galleries [toon-sg.mnjmi.cn] | free ebony sex and booty pictures [free-esabp.9unjfpr.cn] | free pictures of lesbian group sex [free-polgs.yg8groe.cn] | europe family fun sex dvd [europe-ffsd.haagmtu.cn] | free naruto sex games [free-nsg.nk7ej.cn] | anal and double penetration sex [anal-adps.mnjmi.cn] | philippine celebrity video sex scandal [philippine-cvss.inawo.cn] | free sex videos no membership no cc no email [free-svnmncne.nwbkzi.cn] | hentai sex videos clips [hentai-svc.mnjmi.cn] | cartoon network sex porn [cartoon-nsp.yg8groe.cn] | girl dog sex mpgs [girl-dsm.9unjfpr.cn] | chinese sex movie galleries [chinese-smg.c2owj.cn] | adult sex stores in arizona [adult-ssia.c2owj.cn] | hot naked indian sex [hot-nis.nwbkzi.cn] | naked preteen lolitas sex pictures [naked-plsp.nwbkzi.cn] | real couples sex [real-cs.c2owj.cn] | guinness world record for woman having sex [guinness-wrfwhs.9unjfpr.cn] | sex and fat woman [sex-afw.mnjmi.cn] | girls who like anal sex [girls-wlas.haagmtu.cn] | sex position positions during pregnancy [sex-ppdp.yg8groe.cn] | ',1,0),(342,0,4,'2007-09-15 19:55:04','Dave1972x','','','91.121.9.61','Comment 15 1950','hpixulo toon sex galleries [toon-sg.mnjmi.cn] | free ebony sex and booty pictures [free-esabp.9unjfpr.cn] | free pictures of lesbian group sex [free-polgs.yg8groe.cn] | europe family fun sex dvd [europe-ffsd.haagmtu.cn] | free naruto sex games [free-nsg.nk7ej.cn] | anal and double penetration sex [anal-adps.mnjmi.cn] | philippine celebrity video sex scandal [philippine-cvss.inawo.cn] | free sex videos no membership no cc no email [free-svnmncne.nwbkzi.cn] | hentai sex videos clips [hentai-svc.mnjmi.cn] | cartoon network sex porn [cartoon-nsp.yg8groe.cn] | girl dog sex mpgs [girl-dsm.9unjfpr.cn] | chinese sex movie galleries [chinese-smg.c2owj.cn] | adult sex stores in arizona [adult-ssia.c2owj.cn] | hot naked indian sex [hot-nis.nwbkzi.cn] | naked preteen lolitas sex pictures [naked-plsp.nwbkzi.cn] | real couples sex [real-cs.c2owj.cn] | guinness world record for woman having sex [guinness-wrfwhs.9unjfpr.cn] | sex and fat woman [sex-afw.mnjmi.cn] | girls who like anal sex [girls-wlas.haagmtu.cn] | sex position positions during pregnancy [sex-ppdp.yg8groe.cn] | ',1,0),(343,0,2,'2007-09-16 14:20:57','Dave1972x','','','91.121.9.61','Comment 16 1416','hpixulo does tramadol come in 100 mg dosage [does-tci1md.rqjxikk.cn] | snorting tramadol erowid [snorting-te.chaeewe.cn] | cheap tramadol vicoden [cheap-tv.7pyf2.cn] | tramadol no prescription to florida [tramadol-nptf.7pyf2.cn] | tramadol 50 mg side effects [tramadol-5mse.sczrv.cn] | where can i buy tramadol online [where-cibto.cmwbe.cn] | casinos online gambling [casinos-og.ipiodkw.cn] | tramadol and drug screens [tramadol-ads.cmwbe.cn] | drug rehab centers for tramadol [drug-rcft.velhs5a.cn] | senate offshore gambling [senate-og.ipiodkw.cn] | tramadol 50mg 180 for 9999 [tramadol-51f9.paslaq4.cn] | ic tramadol hcl pain description uses [ic-thpdu.4c9eev8.cn] | cheap cost for tramadol [cheap-cft.sczrv.cn] | is tramadol hci a narcotic? | benefits of tramadol 50 mg [benefits-ot5m.cmlfk.cn] | addiction to tramadol [addiction-tt.rqjxikk.cn] | addiction to tramadol [addiction-tt.rqjxikk.cn] | tramadol tablets canine [tramadol-tc.cmwbe.cn] | diablo 2 classic gambling odds [diablo-2cgo.ipiodkw.cn] | tramadol 100 mg online [tramadol-1mo.oiio8wo.cn] | tramadol medicine pay cod [tramadol-mpc.7pyf2.cn] | ultram tramadol tramal [ultram-tt.7pyf2.cn] | 100 free no download casino bonus gambling federation [100-fndcbgf.ipiodkw.cn] | ',1,0),(344,0,4,'2007-09-16 14:21:02','Dave1972x','','','91.121.9.61','Comment 16 1416','hpixulo does tramadol come in 100 mg dosage [does-tci1md.rqjxikk.cn] | snorting tramadol erowid [snorting-te.chaeewe.cn] | cheap tramadol vicoden [cheap-tv.7pyf2.cn] | tramadol no prescription to florida [tramadol-nptf.7pyf2.cn] | tramadol 50 mg side effects [tramadol-5mse.sczrv.cn] | where can i buy tramadol online [where-cibto.cmwbe.cn] | casinos online gambling [casinos-og.ipiodkw.cn] | tramadol and drug screens [tramadol-ads.cmwbe.cn] | drug rehab centers for tramadol [drug-rcft.velhs5a.cn] | senate offshore gambling [senate-og.ipiodkw.cn] | tramadol 50mg 180 for 9999 [tramadol-51f9.paslaq4.cn] | ic tramadol hcl pain description uses [ic-thpdu.4c9eev8.cn] | cheap cost for tramadol [cheap-cft.sczrv.cn] | is tramadol hci a narcotic? | benefits of tramadol 50 mg [benefits-ot5m.cmlfk.cn] | addiction to tramadol [addiction-tt.rqjxikk.cn] | addiction to tramadol [addiction-tt.rqjxikk.cn] | tramadol tablets canine [tramadol-tc.cmwbe.cn] | diablo 2 classic gambling odds [diablo-2cgo.ipiodkw.cn] | tramadol 100 mg online [tramadol-1mo.oiio8wo.cn] | tramadol medicine pay cod [tramadol-mpc.7pyf2.cn] | ultram tramadol tramal [ultram-tt.7pyf2.cn] | 100 free no download casino bonus gambling federation [100-fndcbgf.ipiodkw.cn] | ',1,0),(345,0,2,'2007-09-16 14:29:34','Dave1972x','','','91.121.9.61','Comment 16 1425','hpixulo what is tramadol hcl 50 mg tablets [what-ith5mt-95.n9cile.cn] | medical definition of tramadol 50mg [medical-dot5.de0sqi.cn] | tramadol hcl 50 mg. [tramadol-h5m.e1u1z.cn] | free essays on compulsive gambling [free-eocg.ma1eye.cn] | ic tramadol hcl 50mg. [ic-th5.z0dvre.cn] | tips to stop gambling [tips-tsg.xcykuzr.cn] | gambling tattoos edward lee [gambling-tel.es1mnf.cn] | is tramadol oral a narcotic [is-toan.hxiikx.cn] | nevada gambling history [nevada-gh.xcykuzr.cn] | tramadol dangerous medicine [tramadol-dm.z0dvre.cn] | legal sports gambling sites [legal-sgs.es1mnf.cn] | tramadol saturday delivery [tramadol-sd.z0dvre.cn] | tramadol pay by cod [tramadol-pbc.zwx9723.cn] | order by check tramadol [order-bct.e1u1z.cn] | site buy tramadol hclidilisro tramadol 50 mg tab [site-btht5mt.q0wb.cn] | why is tramadol hcl used [why-ithu.de0sqi.cn] | side effects of tramadol painkiller [side-eotp.hxiikx.cn] | tadalafil search.com q order tramadol [tadalafil-sqot.n9cile.cn] | 50 mg tramadol [50-mt.hxiikx.cn] | tramadol days to get out of system drug test [tramadol-dtgoosdt.de0sqi.cn] | 180 delivery saturday tramadol [180-dst.e1u1z.cn] | casino gambling free slot [casino-gfs.es1mnf.cn] | ',1,0),(346,0,4,'2007-09-16 14:29:37','Dave1972x','','','91.121.9.61','Comment 16 1425','hpixulo what is tramadol hcl 50 mg tablets [what-ith5mt-95.n9cile.cn] | medical definition of tramadol 50mg [medical-dot5.de0sqi.cn] | tramadol hcl 50 mg. [tramadol-h5m.e1u1z.cn] | free essays on compulsive gambling [free-eocg.ma1eye.cn] | ic tramadol hcl 50mg. [ic-th5.z0dvre.cn] | tips to stop gambling [tips-tsg.xcykuzr.cn] | gambling tattoos edward lee [gambling-tel.es1mnf.cn] | is tramadol oral a narcotic [is-toan.hxiikx.cn] | nevada gambling history [nevada-gh.xcykuzr.cn] | tramadol dangerous medicine [tramadol-dm.z0dvre.cn] | legal sports gambling sites [legal-sgs.es1mnf.cn] | tramadol saturday delivery [tramadol-sd.z0dvre.cn] | tramadol pay by cod [tramadol-pbc.zwx9723.cn] | order by check tramadol [order-bct.e1u1z.cn] | site buy tramadol hclidilisro tramadol 50 mg tab [site-btht5mt.q0wb.cn] | why is tramadol hcl used [why-ithu.de0sqi.cn] | side effects of tramadol painkiller [side-eotp.hxiikx.cn] | tadalafil search.com q order tramadol [tadalafil-sqot.n9cile.cn] | 50 mg tramadol [50-mt.hxiikx.cn] | tramadol days to get out of system drug test [tramadol-dtgoosdt.de0sqi.cn] | 180 delivery saturday tramadol [180-dst.e1u1z.cn] | casino gambling free slot [casino-gfs.es1mnf.cn] | ',1,0),(347,0,2,'2007-09-16 17:08:20','Dave1972x','','','91.121.9.61','Comment 16 1704','',1,0),(348,0,4,'2007-09-16 17:08:26','Dave1972x','','','91.121.9.61','Comment 16 1704','',1,0),(349,0,2,'2007-09-16 17:18:41','Dave1972x','','','91.121.9.61','Comment 16 1714','hpixulo how to inject xanax pills [how-tixp.auqfl.cn] | mg xanax no prescription req [mg-xnpr.fah2i0.cn] | what anxiety medication taken with xanax [what-amtwx.auqfl.cn] | cheap cialis eteamz.active.com link online xanax [cheap-celox.auqfl.cn] | lorcet and xanax purchase online by money order or cod. [lorcet-axpobmooc.sebrt.cn] | addiction soma lorcet xanax [addiction-slx.sebrt.cn] | free online doctor consulation for xanax [free-odcfx.sebrt.cn] | generic xanax more drug side effects [generic-xmdse.sebrt.cn] | poker searchers.com q xanax prescription online [poker-sqxpo.sebrt.cn] | how to call your own prescriptions for xanax [how-tcyopfx.dnb3le.cn] | recommended dosage xanax [recommended-dx.dnb3le.cn] | xanax used for [xanax-uf.auqfl.cn] | xanax bar+abuse | xanax on line to buy [xanax-oltb.oie2nre.cn] | effexor xr xanax [effexor-xx.fah2i0.cn] | xanax lethal dosage [xanax-ld.fah2i0.cn] | overdose effexor xanax [overdose-ex.tcoset.cn] | xanax bar dosage [xanax-bd.oie2nre.cn] | valium xanax parotid gland tumors [valium-xpgt.lrq8kja.cn] | what is the plant source of benzodiazepine valium xanax [what-itpsobvx.fah2i0.cn] | buy cheap xanax [buy-cx.uvia2u.cn] | xanax cod overnight [xanax-co.oie2nre.cn] | xanax 2mg pictures [xanax-2p-6.dnb3le.cn] | xanax addicts drug tolerance to valium [xanax-adttv.uvia2u.cn] | xanax overnight with visa gift card [xanax-owvgc.tcoset.cn] | ',1,0),(350,0,4,'2007-09-16 17:18:43','Dave1972x','','','91.121.9.61','Comment 16 1714','hpixulo how to inject xanax pills [how-tixp.auqfl.cn] | mg xanax no prescription req [mg-xnpr.fah2i0.cn] | what anxiety medication taken with xanax [what-amtwx.auqfl.cn] | cheap cialis eteamz.active.com link online xanax [cheap-celox.auqfl.cn] | lorcet and xanax purchase online by money order or cod. [lorcet-axpobmooc.sebrt.cn] | addiction soma lorcet xanax [addiction-slx.sebrt.cn] | free online doctor consulation for xanax [free-odcfx.sebrt.cn] | generic xanax more drug side effects [generic-xmdse.sebrt.cn] | poker searchers.com q xanax prescription online [poker-sqxpo.sebrt.cn] | how to call your own prescriptions for xanax [how-tcyopfx.dnb3le.cn] | recommended dosage xanax [recommended-dx.dnb3le.cn] | xanax used for [xanax-uf.auqfl.cn] | xanax bar+abuse | xanax on line to buy [xanax-oltb.oie2nre.cn] | effexor xr xanax [effexor-xx.fah2i0.cn] | xanax lethal dosage [xanax-ld.fah2i0.cn] | overdose effexor xanax [overdose-ex.tcoset.cn] | xanax bar dosage [xanax-bd.oie2nre.cn] | valium xanax parotid gland tumors [valium-xpgt.lrq8kja.cn] | what is the plant source of benzodiazepine valium xanax [what-itpsobvx.fah2i0.cn] | buy cheap xanax [buy-cx.uvia2u.cn] | xanax cod overnight [xanax-co.oie2nre.cn] | xanax 2mg pictures [xanax-2p-6.dnb3le.cn] | xanax addicts drug tolerance to valium [xanax-adttv.uvia2u.cn] | xanax overnight with visa gift card [xanax-owvgc.tcoset.cn] | ',1,0),(351,0,2,'2007-09-16 18:05:56','Dave1972x','','','91.121.9.61','Comment 16 1801','hpixulo generic cialis discount [generic-cd.cu1o.cn] | xanax 1mg what does it look like [xanax-1wdill.orcfm.cn] | viagra y cialis [viagra-yc.ugyi.cn] | male sample cialis viagra [male-scv.ugyi.cn] | buy cheap cialis ipharmacy [buy-cci.cu1o.cn] | brand name xanax 2mg cheapest prices and fastest delivery [brand-nx2cpafd.orcfm.cn] | cialis buy discrete [cialis-bd.iwoqja.cn] | all searchers.com q cialis online [all-sqco.ugyi.cn] | get xanax prescriptions in 24hrs [get-xpi2.orcfm.cn] | book buy cheap cialis generic guest site tw [book-bccggst.ugyi.cn] | generic xanax without prescription [generic-xwp.orcfm.cn] | difference between valium xanax and klonipin [difference-bvxak.orcfm.cn] | buy cheap cialis cialis online [buy-ccco.cu1o.cn] | compare levitra viagra cialis [compare-lvc.cu1o.cn] | tadalafil cialis forum [tadalafil-cf.ugyi.cn] | cialis 20mg vidal [cialis-2v.iwoqja.cn] | cialis drug company [cialis-dc-50.ugyi.cn] | order xanax online cheap [order-xoc.orcfm.cn] | ',1,0),(352,0,4,'2007-09-16 18:05:59','Dave1972x','','','91.121.9.61','Comment 16 1801','hpixulo generic cialis discount [generic-cd.cu1o.cn] | xanax 1mg what does it look like [xanax-1wdill.orcfm.cn] | viagra y cialis [viagra-yc.ugyi.cn] | male sample cialis viagra [male-scv.ugyi.cn] | buy cheap cialis ipharmacy [buy-cci.cu1o.cn] | brand name xanax 2mg cheapest prices and fastest delivery [brand-nx2cpafd.orcfm.cn] | cialis buy discrete [cialis-bd.iwoqja.cn] | all searchers.com q cialis online [all-sqco.ugyi.cn] | get xanax prescriptions in 24hrs [get-xpi2.orcfm.cn] | book buy cheap cialis generic guest site tw [book-bccggst.ugyi.cn] | generic xanax without prescription [generic-xwp.orcfm.cn] | difference between valium xanax and klonipin [difference-bvxak.orcfm.cn] | buy cheap cialis cialis online [buy-ccco.cu1o.cn] | compare levitra viagra cialis [compare-lvc.cu1o.cn] | tadalafil cialis forum [tadalafil-cf.ugyi.cn] | cialis 20mg vidal [cialis-2v.iwoqja.cn] | cialis drug company [cialis-dc-50.ugyi.cn] | order xanax online cheap [order-xoc.orcfm.cn] | ',1,0),(353,0,2,'2007-09-16 22:38:57','Dave1972x','','','91.121.9.61','Comment 16 2234','hpixulo kyo soma leeks [kyo-sl.spontie.info] | xanax bar+abuse | buy tramadol online no script with mastercatrd [buy-tonswm.snarch.info] | real estate agent loan officer utah jorge [real-ealouj.sterde.info] | my chemical romance at soma san diego buy tikets [my-crassdbt.smaneo.info] | gmac auto loan payment mailing address [gmac-alpma.sterde.info] | long term effects of takin xanax [long-teotx.stoses.info] | xanax xr oral 2mg [xanax-xo2.socions.info] | argento soma sargue [argento-ss-26.spontie.info] | unsecured loan start up business [unsecured-lsub.sterde.info] | soma codeine info [soma-ci.spontie.info] | buy tramadol on line [buy-tol.snarch.info] | tramadol 100 mg online [tramadol-1mo.snarch.info] | where can i order online xanax with a prescription [where-ciooxwap.socions.info] | from withdrawal xanax [from-wx.socions.info] | tramadol hcl used for what conditions [tramadol-hufwc.spriters.info] | tramadol hcl acetaminophen tab 2 [tramadol-hat2.spriters.info] | ',1,0),(354,0,4,'2007-09-16 22:39:01','Dave1972x','','','91.121.9.61','Comment 16 2234','hpixulo kyo soma leeks [kyo-sl.spontie.info] | xanax bar+abuse | buy tramadol online no script with mastercatrd [buy-tonswm.snarch.info] | real estate agent loan officer utah jorge [real-ealouj.sterde.info] | my chemical romance at soma san diego buy tikets [my-crassdbt.smaneo.info] | gmac auto loan payment mailing address [gmac-alpma.sterde.info] | long term effects of takin xanax [long-teotx.stoses.info] | xanax xr oral 2mg [xanax-xo2.socions.info] | argento soma sargue [argento-ss-26.spontie.info] | unsecured loan start up business [unsecured-lsub.sterde.info] | soma codeine info [soma-ci.spontie.info] | buy tramadol on line [buy-tol.snarch.info] | tramadol 100 mg online [tramadol-1mo.snarch.info] | where can i order online xanax with a prescription [where-ciooxwap.socions.info] | from withdrawal xanax [from-wx.socions.info] | tramadol hcl used for what conditions [tramadol-hufwc.spriters.info] | tramadol hcl acetaminophen tab 2 [tramadol-hat2.spriters.info] | ',1,0),(355,0,2,'2007-09-17 11:53:44','Dave1972x','','','91.121.9.61','Comment 17 1149','hpixulo hard rock casino hotel [hard-rch.zu1i7.cn] | paris hotel and casino address [paris-haca.iuu8lab.cn] | mountainerr gaming casino [mountainerr-gc.3ekwafq.cn] | planet hollywood las vegas casino chips [planet-hlvcc.hwuv.cn] | map of the orleans casino in las vegas [map-otocilv.aufk.cn] | multi line online casino slot games [multi-locsg.3ekwafq.cn] | oklahoma casino winstar [oklahoma-cw.hh4urs.cn] | new casino online no deposit bonus [new-condb.hh4urs.cn] | casino free fun game play [casino-ffgp.os9imt.cn] | riviera casino and hotel in las vegas [riviera-cahilv.aufk.cn] | casino royale james bond naked and whipped [casino-rjbnaw.hh4urs.cn] | "seminole hard rock hotel and casino" + tampa, fl + problems | rio resort and casino las vegas [rio-raclv.hh4urs.cn] | play casino games online [play-cgo.osuyc0y.cn] | la montre de james bond dans casino royale [la-mdjbdcr.iuu8lab.cn] | free casino games on line no down loads [free-cgolndl.os9imt.cn] | horseshoe casino tunica miss jobs [horseshoe-ctmj.iuu8lab.cn] | play casino poker [play-cp.iuu8lab.cn] | silverton hotel casino las vegas [silverton-hclv.osuyc0y.cn] | belterra casino resort louisville ky [belterra-crlk.hoiii.cn] | belterra casino resort vevay indiana [belterra-crvi.hoiii.cn] | jeux en ligne gratuit flash casino foot [jeux-elgfcf.hwuv.cn] | map to pechanga casino [map-tpc.hwuv.cn] | search tropicana resort and casino atlantic city [search-tracac.iuu8lab.cn] | las vegas binions horseshoe obsolete casino chips [las-vbhocc.0ud1.cn] | cache creek casino pay rates [cache-ccpr.hh4urs.cn] | ',1,0),(356,0,4,'2007-09-17 11:53:48','Dave1972x','','','91.121.9.61','Comment 17 1149','hpixulo hard rock casino hotel [hard-rch.zu1i7.cn] | paris hotel and casino address [paris-haca.iuu8lab.cn] | mountainerr gaming casino [mountainerr-gc.3ekwafq.cn] | planet hollywood las vegas casino chips [planet-hlvcc.hwuv.cn] | map of the orleans casino in las vegas [map-otocilv.aufk.cn] | multi line online casino slot games [multi-locsg.3ekwafq.cn] | oklahoma casino winstar [oklahoma-cw.hh4urs.cn] | new casino online no deposit bonus [new-condb.hh4urs.cn] | casino free fun game play [casino-ffgp.os9imt.cn] | riviera casino and hotel in las vegas [riviera-cahilv.aufk.cn] | casino royale james bond naked and whipped [casino-rjbnaw.hh4urs.cn] | "seminole hard rock hotel and casino" + tampa, fl + problems | rio resort and casino las vegas [rio-raclv.hh4urs.cn] | play casino games online [play-cgo.osuyc0y.cn] | la montre de james bond dans casino royale [la-mdjbdcr.iuu8lab.cn] | free casino games on line no down loads [free-cgolndl.os9imt.cn] | horseshoe casino tunica miss jobs [horseshoe-ctmj.iuu8lab.cn] | play casino poker [play-cp.iuu8lab.cn] | silverton hotel casino las vegas [silverton-hclv.osuyc0y.cn] | belterra casino resort louisville ky [belterra-crlk.hoiii.cn] | belterra casino resort vevay indiana [belterra-crvi.hoiii.cn] | jeux en ligne gratuit flash casino foot [jeux-elgfcf.hwuv.cn] | map to pechanga casino [map-tpc.hwuv.cn] | search tropicana resort and casino atlantic city [search-tracac.iuu8lab.cn] | las vegas binions horseshoe obsolete casino chips [las-vbhocc.0ud1.cn] | cache creek casino pay rates [cache-ccpr.hh4urs.cn] | ',1,0),(357,0,2,'2007-09-17 12:33:25','Dave1972x','','','91.121.9.61','Comment 17 1229','hpixulo questions to ask a banker about a bridge loan [questions-taabaabl.u7wl3.cn] | federal student loan rates entrepreneur [federal-slre.obxoiam.cn] | are home equity loan costs tax deductible? | cheap compare price tramadol [cheap-cpt.kr5vo.cn] | matthew lesko and student loan repayment [matthew-laslr.kfc3z.cn] | key alternative student loan [key-asl.8jlxa.cn] | ingredients in the medicine called tramadol [ingredients-itmct.hqmfh.cn] | home savings loan ohio [home-slo.ftc71.cn] | my great lakes student loan [my-glsl.obxoiam.cn] | online arkansas refinance loan approval [online-arla.u7wl3.cn] | bad credit home loan fast [bad-chlf.obxoiam.cn] | what do the pill tramadol look like? | direct parent education loan gov [direct-pelg.ftc71.cn] | guaranteed personal loan no credit check [guaranteed-plncc.ftc71.cn] | ',1,0),(358,0,4,'2007-09-17 12:33:29','Dave1972x','','','91.121.9.61','Comment 17 1229','hpixulo questions to ask a banker about a bridge loan [questions-taabaabl.u7wl3.cn] | federal student loan rates entrepreneur [federal-slre.obxoiam.cn] | are home equity loan costs tax deductible? | cheap compare price tramadol [cheap-cpt.kr5vo.cn] | matthew lesko and student loan repayment [matthew-laslr.kfc3z.cn] | key alternative student loan [key-asl.8jlxa.cn] | ingredients in the medicine called tramadol [ingredients-itmct.hqmfh.cn] | home savings loan ohio [home-slo.ftc71.cn] | my great lakes student loan [my-glsl.obxoiam.cn] | online arkansas refinance loan approval [online-arla.u7wl3.cn] | bad credit home loan fast [bad-chlf.obxoiam.cn] | what do the pill tramadol look like? | direct parent education loan gov [direct-pelg.ftc71.cn] | guaranteed personal loan no credit check [guaranteed-plncc.ftc71.cn] | ',1,0),(359,0,2,'2007-09-17 14:05:16','Dave1972x','','','91.121.9.61','Comment 17 1400','hpixulo what is the prescription tramadol for [what-itptf.zj6k5b.cn] | online soma without a prescription cod [online-swapc.icgthp.cn] | 200 mg tramadol without rx [200-mtwr.7vbeab.cn] | drug soma [drug-s.ykvozmz.cn] | tramadol dosage does not work [tramadol-ddnw.5jrt6.cn] | buy 200mg tramadol without rx [buy-2twr.zatq.cn] | dogs tramadol cushings [dogs-tc.zatq.cn] | poker searchers.com q buy tramadol online [poker-sqbto.7vbeab.cn] | what is tramadol 50 mg tab [what-it5mt.s9vjhc.cn] | what is "tramadol 50mg" [what-iq5.5jrt6.cn] | dog morphine drug dosage tramadol [dog-mddt.kl4g.cn] | what is the difference between tramadol and ultram [what-itdbtau.7vbeab.cn] | buy soma pain pills online very cheap delivered cod [buy-sppovcdc.tuciry6.cn] | ship tramadol to va cod payment [ship-ttvcp.fdcdn.cn] | what is tramadol hcl 50 mg [what-ith5m.zatq.cn] | order soma online cod fed ex [order-socfe.ykvozmz.cn] | tramadol hcl news [tramadol-hn.zj6k5b.cn] | cheap soma watson brand [cheap-swb.tuciry6.cn] | sidefects for watson brand soma [sidefects-fwbs.icgthp.cn] | tramadol inactive ingredients [tramadol-ii.isuem.cn] | tramadol for dogs humans [tramadol-fdh.7vbeab.cn] | ',1,0),(360,0,4,'2007-09-17 14:05:27','Dave1972x','','','91.121.9.61','Comment 17 1401','hpixulo what is the prescription tramadol for [what-itptf.zj6k5b.cn] | online soma without a prescription cod [online-swapc.icgthp.cn] | 200 mg tramadol without rx [200-mtwr.7vbeab.cn] | drug soma [drug-s.ykvozmz.cn] | tramadol dosage does not work [tramadol-ddnw.5jrt6.cn] | buy 200mg tramadol without rx [buy-2twr.zatq.cn] | dogs tramadol cushings [dogs-tc.zatq.cn] | poker searchers.com q buy tramadol online [poker-sqbto.7vbeab.cn] | what is tramadol 50 mg tab [what-it5mt.s9vjhc.cn] | what is "tramadol 50mg" [what-iq5.5jrt6.cn] | dog morphine drug dosage tramadol [dog-mddt.kl4g.cn] | what is the difference between tramadol and ultram [what-itdbtau.7vbeab.cn] | buy soma pain pills online very cheap delivered cod [buy-sppovcdc.tuciry6.cn] | ship tramadol to va cod payment [ship-ttvcp.fdcdn.cn] | what is tramadol hcl 50 mg [what-ith5m.zatq.cn] | order soma online cod fed ex [order-socfe.ykvozmz.cn] | tramadol hcl news [tramadol-hn.zj6k5b.cn] | cheap soma watson brand [cheap-swb.tuciry6.cn] | sidefects for watson brand soma [sidefects-fwbs.icgthp.cn] | tramadol inactive ingredients [tramadol-ii.isuem.cn] | tramadol for dogs humans [tramadol-fdh.7vbeab.cn] | ',1,0),(361,0,2,'2007-09-17 15:30:45','Dave1972x','','','91.121.9.61','Comment 17 1526','hpixulo xanax addiction forums and disscussion boards [xanax-afadb.u9eni2.cn] | "soma san diego" [quotsoma-sd.vr6j.cn] | brave new world and soma [brave-nwas.ayruiy.cn] | aura soma us [aura-su.v6ig.cn] | telecharger kyo soma sims 2 [telecharger-kss2.euwfsw.cn] | xanax yellow bars [xanax-yb.u9eni2.cn] | buy member online online.html soma zope.org.tw [buy-moosz.mjxlfgi.cn] | soma cod available [soma-ca.icblihe.cn] | soma sleep for sale [soma-sfs-27.vr6j.cn] | temp soma shoes [temp-ss.vr6j.cn] | search 2mg xanax no rx [search-2xnr.kpdi.cn] | poker searchers.com q cheap xanax said make [poker-sqcxsm.u9eni2.cn] | oxycontin xanax bars [oxycontin-xb.0u2ivjf.cn] | soma with codeine overnight [soma-wco.v6ig.cn] | brave new world drug soma [brave-nwds.mjxlfgi.cn] | muse soma san diego [muse-ssd.icblihe.cn] | order+soma | ',1,0),(362,0,4,'2007-09-17 15:30:48','Dave1972x','','','91.121.9.61','Comment 17 1526','hpixulo xanax addiction forums and disscussion boards [xanax-afadb.u9eni2.cn] | "soma san diego" [quotsoma-sd.vr6j.cn] | brave new world and soma [brave-nwas.ayruiy.cn] | aura soma us [aura-su.v6ig.cn] | telecharger kyo soma sims 2 [telecharger-kss2.euwfsw.cn] | xanax yellow bars [xanax-yb.u9eni2.cn] | buy member online online.html soma zope.org.tw [buy-moosz.mjxlfgi.cn] | soma cod available [soma-ca.icblihe.cn] | soma sleep for sale [soma-sfs-27.vr6j.cn] | temp soma shoes [temp-ss.vr6j.cn] | search 2mg xanax no rx [search-2xnr.kpdi.cn] | poker searchers.com q cheap xanax said make [poker-sqcxsm.u9eni2.cn] | oxycontin xanax bars [oxycontin-xb.0u2ivjf.cn] | soma with codeine overnight [soma-wco.v6ig.cn] | brave new world drug soma [brave-nwds.mjxlfgi.cn] | muse soma san diego [muse-ssd.icblihe.cn] | order+soma | ',1,0),(363,0,2,'2007-09-17 16:12:05','Dave1972x','','','91.121.9.61','Comment 17 1607','hpixulo valium online 50.00 overnight delivery [valium-o5od.hgzzq.cn] | mail order xanax [mail-ox.edoyaqz.cn] | xanax and ultram no rx [xanax-aunr.yh4acii.cn] | xanax for cheap [xanax-fc.exs3nf.cn] | klonopin xanax valium [klonopin-xv.yh4acii.cn] | roche valium bulk [roche-vb.hgzzq.cn] | valium dogs anxiety dosage [valium-dad.b2331ci.cn] | what are the side effects of xanax [what-atseox.yh4acii.cn] | valium 10 mm [valium-1m-65.hgzzq.cn] | generic valium diazepam [generic-vd.b2331ci.cn] | xanax addicts drug tolerance to valium [xanax-adttv.b2331ci.cn] | what type of pills are zanex paxil celexa valium [what-topazpcv.ahlmr.cn] | cheap valium without prescription [cheap-vwp.b2331ci.cn] | buy xanax cod online [buy-xco.edoyaqz.cn] | free md consultation buy valium [free-mcbv.hgzzq.cn] | feeling of snorting xanax [feeling-osx.exs3nf.cn] | order xanax online with no perscription [order-xownp.exs3nf.cn] | valium online no-prescription [valium-on.ahlmr.cn] | ',1,0),(364,0,4,'2007-09-17 16:12:24','Dave1972x','','','91.121.9.61','Comment 17 1608','hpixulo valium online 50.00 overnight delivery [valium-o5od.hgzzq.cn] | mail order xanax [mail-ox.edoyaqz.cn] | xanax and ultram no rx [xanax-aunr.yh4acii.cn] | xanax for cheap [xanax-fc.exs3nf.cn] | klonopin xanax valium [klonopin-xv.yh4acii.cn] | roche valium bulk [roche-vb.hgzzq.cn] | valium dogs anxiety dosage [valium-dad.b2331ci.cn] | what are the side effects of xanax [what-atseox.yh4acii.cn] | valium 10 mm [valium-1m-65.hgzzq.cn] | generic valium diazepam [generic-vd.b2331ci.cn] | xanax addicts drug tolerance to valium [xanax-adttv.b2331ci.cn] | what type of pills are zanex paxil celexa valium [what-topazpcv.ahlmr.cn] | cheap valium without prescription [cheap-vwp.b2331ci.cn] | buy xanax cod online [buy-xco.edoyaqz.cn] | free md consultation buy valium [free-mcbv.hgzzq.cn] | feeling of snorting xanax [feeling-osx.exs3nf.cn] | order xanax online with no perscription [order-xownp.exs3nf.cn] | valium online no-prescription [valium-on.ahlmr.cn] | ',1,0),(365,0,2,'2007-09-18 12:16:53','Dave1972x','','','91.121.9.61','Comment 18 1212','hpixulo casino royale website trailer [casino-rwt.h4wlgzr.cn] | ballys casino and hotel [ballys-cah.sto06o.cn] | casino las vegas las vegas hotels [casino-lvlvh.kyht4cs.cn] | new us online casino law [new-uocl.rsmesh.cn] | aladdin casino resort in las vegas [aladdin-crilv.kyht4cs.cn] | free casino games online multyplayer blackjack,poker,roxanna [free-cgomb.lirpsue.cn] | foxwoods casino chips [foxwoods-cc.pfhja8.cn] | thunder valley casino lincoln ca [thunder-vclc.kyht4cs.cn] | pc wallpapers casino royale [pc-wcr.ojadid.cn] | aladin casino and hotel las vegas [aladin-cahlv.ojadid.cn] | turning stone casino at verona [turning-scav.dvqtgo.cn] | virtual casino playing [virtual-cp.h4wlgzr.cn] | san manuel indian casino concerts [san-micc.ci7qk.cn] | gamble 22beatable22 casino games [gamble-2cg.kyht4cs.cn] | blackhawk casino tokens [blackhawk-ct.ojadid.cn] | free video casino slot games [free-vcsg.pfhja8.cn] | blue chip casino mi [blue-ccm-11.ci7qk.cn] | the plaza hotel casino, las vegas [the-phclv.pfhja8.cn] | ',1,0),(366,0,4,'2007-09-18 12:16:57','Dave1972x','','','91.121.9.61','Comment 18 1212','hpixulo casino royale website trailer [casino-rwt.h4wlgzr.cn] | ballys casino and hotel [ballys-cah.sto06o.cn] | casino las vegas las vegas hotels [casino-lvlvh.kyht4cs.cn] | new us online casino law [new-uocl.rsmesh.cn] | aladdin casino resort in las vegas [aladdin-crilv.kyht4cs.cn] | free casino games online multyplayer blackjack,poker,roxanna [free-cgomb.lirpsue.cn] | foxwoods casino chips [foxwoods-cc.pfhja8.cn] | thunder valley casino lincoln ca [thunder-vclc.kyht4cs.cn] | pc wallpapers casino royale [pc-wcr.ojadid.cn] | aladin casino and hotel las vegas [aladin-cahlv.ojadid.cn] | turning stone casino at verona [turning-scav.dvqtgo.cn] | virtual casino playing [virtual-cp.h4wlgzr.cn] | san manuel indian casino concerts [san-micc.ci7qk.cn] | gamble 22beatable22 casino games [gamble-2cg.kyht4cs.cn] | blackhawk casino tokens [blackhawk-ct.ojadid.cn] | free video casino slot games [free-vcsg.pfhja8.cn] | blue chip casino mi [blue-ccm-11.ci7qk.cn] | the plaza hotel casino, las vegas [the-phclv.pfhja8.cn] | ',1,0),(367,0,2,'2007-09-18 12:34:09','Dave1972x','','','91.121.9.61','Comment 18 1229','hpixulo loan repayment and budget calculator [loan-rabc.4hm5kc.cn] | car loan payment affordability guides [car-lpag.4hm5kc.cn] | need a loan to pay off all my debt [need-altpoamd.lyp53q.cn] | acs loan payment [acs-lp.lyp53q.cn] | online casino welcome bonuses [online-cwb.3n7td.cn] | the orleans hotel casino, las vegas [the-ohclv.dra1.cn] | fast long term loan approval bad credit [fast-ltlabc.d7a5.cn] | auto loan amortization tables [auto-lat.7zgauyg.cn] | federal home loan mortgage bonds [federal-hlmb.d7a5.cn] | what is a residential construction loan [what-iarcl.7zgauyg.cn] | just started new job need auto loan [just-snjnal.4hm5kc.cn] | used car loan rates for nj [used-clrfn.tsnk1e.cn] | federal home loan bank atlanta ga [federal-hlbag.4hm5kc.cn] | lowest interest rate and personal loan [lowest-irapl.7zgauyg.cn] | va home loan current rate [va-hlcr.4hm5kc.cn] | how to start a loan signing business [how-tsalsb.4hm5kc.cn] | 007 casino royale soundtrack [007-crs.wl5gr.cn] | hooters casino hotel promotion codes [hooters-chpc.3n7td.cn] | ',1,0),(368,0,4,'2007-09-18 12:34:13','Dave1972x','','','91.121.9.61','Comment 18 1229','hpixulo loan repayment and budget calculator [loan-rabc.4hm5kc.cn] | car loan payment affordability guides [car-lpag.4hm5kc.cn] | need a loan to pay off all my debt [need-altpoamd.lyp53q.cn] | acs loan payment [acs-lp.lyp53q.cn] | online casino welcome bonuses [online-cwb.3n7td.cn] | the orleans hotel casino, las vegas [the-ohclv.dra1.cn] | fast long term loan approval bad credit [fast-ltlabc.d7a5.cn] | auto loan amortization tables [auto-lat.7zgauyg.cn] | federal home loan mortgage bonds [federal-hlmb.d7a5.cn] | what is a residential construction loan [what-iarcl.7zgauyg.cn] | just started new job need auto loan [just-snjnal.4hm5kc.cn] | used car loan rates for nj [used-clrfn.tsnk1e.cn] | federal home loan bank atlanta ga [federal-hlbag.4hm5kc.cn] | lowest interest rate and personal loan [lowest-irapl.7zgauyg.cn] | va home loan current rate [va-hlcr.4hm5kc.cn] | how to start a loan signing business [how-tsalsb.4hm5kc.cn] | 007 casino royale soundtrack [007-crs.wl5gr.cn] | hooters casino hotel promotion codes [hooters-chpc.3n7td.cn] | ',1,0),(369,0,2,'2007-09-18 13:06:32','Dave1972x','','','91.121.9.61','Comment 18 1302','hpixulo is the drug tramadol a vasoconstrictor? | tramadol hcl med [tramadol-hm.nxt6i7.cn] | tramadol online cheap [tramadol-oc-60.ibi1ofb.cn] | parent cosigner bankrupt student loan debt [parent-cbsld.baxe5.cn] | purchase tramadol tetrahydrocannabinol [purchase-tt.rrbvg.cn] | uheaa defer student loan medical school [uheaa-dslms.baxe5.cn] | tramadol used as an antidepressant [tramadol-uaaa.iwdfnd.cn] | drug information,tramadol hcl [drug-ih.ibi1ofb.cn] | veterinary questions about tramadol [veterinary-qat.rrbvg.cn] | tramadol hydrochloride antidepressant properties [tramadol-hap.yguxeog.cn] | year a.r.m mortgage loan calculators [year-amlc.baxe5.cn] | pharma searchers.com q buy tramadol online said make [pharma-sqbtosm.avfpq.cn] | side effects of tramadol painkiller [side-eotp.avfpq.cn] | tramadol,drug testing [tramadoldrug-t.rrbvg.cn] | tramadol, ultram [tramadol-u.rrbvg.cn] | pay day loan with savings account [pay-dlwsa.baxe5.cn] | peoplechat.biz q tramadol online [peoplechatbiz-qto.rrbvg.cn] | definition of tramadol medication [definition-otm.nxt6i7.cn] | ultram tramadol select health insurance coverage [ultram-tshic.nxt6i7.cn] | purchase tramadol without a prescription [purchase-twap.oe4vs.cn] | what does ultram tramadol look like [what-dutll.yguxeog.cn] | cheap tramadol cod overnight free [cheap-tcof.rrbvg.cn] | difference between tramadol hcl and tramadol hci [difference-bthath.ibi1ofb.cn] | ',1,0),(370,0,4,'2007-09-18 13:06:35','Dave1972x','','','91.121.9.61','Comment 18 1302','hpixulo is the drug tramadol a vasoconstrictor? | tramadol hcl med [tramadol-hm.nxt6i7.cn] | tramadol online cheap [tramadol-oc-60.ibi1ofb.cn] | parent cosigner bankrupt student loan debt [parent-cbsld.baxe5.cn] | purchase tramadol tetrahydrocannabinol [purchase-tt.rrbvg.cn] | uheaa defer student loan medical school [uheaa-dslms.baxe5.cn] | tramadol used as an antidepressant [tramadol-uaaa.iwdfnd.cn] | drug information,tramadol hcl [drug-ih.ibi1ofb.cn] | veterinary questions about tramadol [veterinary-qat.rrbvg.cn] | tramadol hydrochloride antidepressant properties [tramadol-hap.yguxeog.cn] | year a.r.m mortgage loan calculators [year-amlc.baxe5.cn] | pharma searchers.com q buy tramadol online said make [pharma-sqbtosm.avfpq.cn] | side effects of tramadol painkiller [side-eotp.avfpq.cn] | tramadol,drug testing [tramadoldrug-t.rrbvg.cn] | tramadol, ultram [tramadol-u.rrbvg.cn] | pay day loan with savings account [pay-dlwsa.baxe5.cn] | peoplechat.biz q tramadol online [peoplechatbiz-qto.rrbvg.cn] | definition of tramadol medication [definition-otm.nxt6i7.cn] | ultram tramadol select health insurance coverage [ultram-tshic.nxt6i7.cn] | purchase tramadol without a prescription [purchase-twap.oe4vs.cn] | what does ultram tramadol look like [what-dutll.yguxeog.cn] | cheap tramadol cod overnight free [cheap-tcof.rrbvg.cn] | difference between tramadol hcl and tramadol hci [difference-bthath.ibi1ofb.cn] | ',1,0),(371,0,2,'2007-09-18 14:05:24','Dave1972x','','','91.121.9.61','Comment 18 1400','hpixulo tramadol hci medication [tramadol-hm.57aest.cn] | generic soma generic foriciet lortab [generic-sgfl.zcndkjy.cn] | aura soma chakras [aura-sc.jnivrg.cn] | tramadol drug interaction [tramadol-di.57aest.cn] | pill champcom soma [pill-cs.zcndkjy.cn] | tramadol hydrochloride veterinary applications [tramadol-hva-84.57aest.cn] | kyo soma and tohru gallery [kyo-satg.ceurooi.cn] | cheap soma no prescription required [cheap-snpr.hwet0.cn] | addiction overdose of pills soma [addiction-oops.jnivrg.cn] | temp soma review [temp-sr.0okn9.cn] | soma overnight guaranteed [soma-og.bdp6j.cn] | cruz soma [cruz-s.hwet0.cn] | photos of soma pills [photos-osp.ceurooi.cn] | ultram tramadol online [ultram-to.4vqd.cn] | pictures of soma pills [pictures-osp.hwet0.cn] | soma cod only [soma-co-23.ewqac7.cn] | san diego soma venue [san-dsv.0okn9.cn] | soma tab carisoprodol [soma-tc.jnivrg.cn] | ',1,0),(372,0,4,'2007-09-18 14:05:32','Dave1972x','','','91.121.9.61','Comment 18 1401','hpixulo tramadol hci medication [tramadol-hm.57aest.cn] | generic soma generic foriciet lortab [generic-sgfl.zcndkjy.cn] | aura soma chakras [aura-sc.jnivrg.cn] | tramadol drug interaction [tramadol-di.57aest.cn] | pill champcom soma [pill-cs.zcndkjy.cn] | tramadol hydrochloride veterinary applications [tramadol-hva-84.57aest.cn] | kyo soma and tohru gallery [kyo-satg.ceurooi.cn] | cheap soma no prescription required [cheap-snpr.hwet0.cn] | addiction overdose of pills soma [addiction-oops.jnivrg.cn] | temp soma review [temp-sr.0okn9.cn] | soma overnight guaranteed [soma-og.bdp6j.cn] | cruz soma [cruz-s.hwet0.cn] | photos of soma pills [photos-osp.ceurooi.cn] | ultram tramadol online [ultram-to.4vqd.cn] | pictures of soma pills [pictures-osp.hwet0.cn] | soma cod only [soma-co-23.ewqac7.cn] | san diego soma venue [san-dsv.0okn9.cn] | soma tab carisoprodol [soma-tc.jnivrg.cn] | ',1,0),(373,0,2,'2007-09-19 12:36:26','Dave1972x','','','91.121.9.61','Comment 19 1231','hpixulo winstar casino, oklahoma [winstar-co.uz5qe.cn] | frontier hotel and casino las vegas nevada [frontier-haclvn.c6eqyr.cn] | casino royale dvd rip [casino-rdr.a8oh9.cn] | casino royale 2006 disk 2 special [casino-r2d2s.ip1pvq.cn] | buy cod guestbook.html inurl tramadol [buy-cgit.mv0ro.cn] | what does a tramadol pill look like [what-datpll.mv0ro.cn] | las vegas nevada casino jobs [las-vncj.a8oh9.cn] | pantasia casino 7 no deposit required [pantasia-c7ndr.uz5qe.cn] | reviews of hooters hotel and casino las vegas [reviews-ohhaclv.wo1t.cn] | belterra casino indy 300 [belterra-ci3.uz5qe.cn] | royal plaza casino [royal-pc.wo1t.cn] | blue chip casino auction [blue-cca.uz5qe.cn] | imperial palace casino mississippi [imperial-pcm.a8oh9.cn] | jobs at the atlantis casino in las vegas [jobs-atacilv.ei7f.cn] | orleans hotel ans casino [orleans-hac.xwuft.cn] | casino royale 007 movie review [casino-r0mr.a8oh9.cn] | gaming . com argosy casino [gaming-cac.uz5qe.cn] | rio casino rv parking las vegas [rio-crplv.xwuft.cn] | hooters hotel and casino las vegas [hooters-haclv.a8oh9.cn] | red rock casino las vegas review journal rinella [red-rclvrjr.a8oh9.cn] | free money casino [free-mc.c6eqyr.cn] | ',1,0),(374,0,4,'2007-09-19 12:36:30','Dave1972x','','','91.121.9.61','Comment 19 1231','hpixulo winstar casino, oklahoma [winstar-co.uz5qe.cn] | frontier hotel and casino las vegas nevada [frontier-haclvn.c6eqyr.cn] | casino royale dvd rip [casino-rdr.a8oh9.cn] | casino royale 2006 disk 2 special [casino-r2d2s.ip1pvq.cn] | buy cod guestbook.html inurl tramadol [buy-cgit.mv0ro.cn] | what does a tramadol pill look like [what-datpll.mv0ro.cn] | las vegas nevada casino jobs [las-vncj.a8oh9.cn] | pantasia casino 7 no deposit required [pantasia-c7ndr.uz5qe.cn] | reviews of hooters hotel and casino las vegas [reviews-ohhaclv.wo1t.cn] | belterra casino indy 300 [belterra-ci3.uz5qe.cn] | royal plaza casino [royal-pc.wo1t.cn] | blue chip casino auction [blue-cca.uz5qe.cn] | imperial palace casino mississippi [imperial-pcm.a8oh9.cn] | jobs at the atlantis casino in las vegas [jobs-atacilv.ei7f.cn] | orleans hotel ans casino [orleans-hac.xwuft.cn] | casino royale 007 movie review [casino-r0mr.a8oh9.cn] | gaming . com argosy casino [gaming-cac.uz5qe.cn] | rio casino rv parking las vegas [rio-crplv.xwuft.cn] | hooters hotel and casino las vegas [hooters-haclv.a8oh9.cn] | red rock casino las vegas review journal rinella [red-rclvrjr.a8oh9.cn] | free money casino [free-mc.c6eqyr.cn] | ',1,0),(375,0,2,'2007-09-19 13:00:05','Dave1972x','','','91.121.9.61','Comment 19 1255','hpixulo tadalafil search.com q cheap tramadol said make [tadalafil-sqctsm.q8vjbi.cn] | effects of tramadol hydrochloride [effects-oth.xhchx.cn] | tadalafil search.com q buy tramadol online [tadalafil-sqbto.g3ho.cn] | treating soma addiction [treating-sa.gtuzou.cn] | tramadol 50 mg tabs [tramadol-5mt.3wswib.cn] | side effects of canine tramadol [side-eoct.3m2e.cn] | tramadol 50mg tablets [tramadol-5t.a8uzm0l.cn] | endocettramadol tramadol ultram [endocettramadol-tu.2m2a.cn] | poker searchers.com q tramadol online [poker-sqto.3m2e.cn] | how many tramadol p111 is the dosage [how-mtpitd.g3ho.cn] | buy eteamz.active.com link tramadol zovirax [buy-eltz.q8vjbi.cn] | tramadol 20without 20prescription [tramadol-22.q8vjbi.cn] | soma price 8250 [soma-p8.gtuzou.cn] | cheap tramadol without prescription [cheap-twp.3wswib.cn] | long term use +tramadol side effects | no prescription tramadol and cod [no-ptac.xhchx.cn] | tramadol 50mg pictures [tramadol-5p.7kuja.cn] | canine use of tramadol [canine-uot.3m2e.cn] | ',1,0),(376,0,4,'2007-09-19 13:00:08','Dave1972x','','','91.121.9.61','Comment 19 1255','hpixulo tadalafil search.com q cheap tramadol said make [tadalafil-sqctsm.q8vjbi.cn] | effects of tramadol hydrochloride [effects-oth.xhchx.cn] | tadalafil search.com q buy tramadol online [tadalafil-sqbto.g3ho.cn] | treating soma addiction [treating-sa.gtuzou.cn] | tramadol 50 mg tabs [tramadol-5mt.3wswib.cn] | side effects of canine tramadol [side-eoct.3m2e.cn] | tramadol 50mg tablets [tramadol-5t.a8uzm0l.cn] | endocettramadol tramadol ultram [endocettramadol-tu.2m2a.cn] | poker searchers.com q tramadol online [poker-sqto.3m2e.cn] | how many tramadol p111 is the dosage [how-mtpitd.g3ho.cn] | buy eteamz.active.com link tramadol zovirax [buy-eltz.q8vjbi.cn] | tramadol 20without 20prescription [tramadol-22.q8vjbi.cn] | soma price 8250 [soma-p8.gtuzou.cn] | cheap tramadol without prescription [cheap-twp.3wswib.cn] | long term use +tramadol side effects | no prescription tramadol and cod [no-ptac.xhchx.cn] | tramadol 50mg pictures [tramadol-5p.7kuja.cn] | canine use of tramadol [canine-uot.3m2e.cn] | ',1,0),(377,0,2,'2007-09-19 14:00:47','Dave1972x','','','91.121.9.61','Comment 19 1356','hpixulo norco soma no rx cod or debit [norco-snrcod.wjyxalj.cn] | yuki soma [yuki-s.j4vuvkq.cn] | kyo soma nu [kyo-sn.diceiu.cn] | skyblog nouvelle star soma [skyblog-nss.r5pgj.cn] | buy cheapest soma and codeine no rx [buy-csacnr.htsiabn.cn] | order soma pay by cod [order-spbc.1d9a.cn] | rin soma akito [rin-sa.diceiu.cn] | soma dan la nouvelle star [soma-dlns-35.j4vuvkq.cn] | free prescription soma [free-ps.r5pgj.cn] | marilyn manson playing at soma in san diego [marilyn-mpasisd.1d9a.cn] | ashes of soma somebody else [ashes-osse.1d9a.cn] | argento soma generike [argento-sg.diceiu.cn] | mexico soma buy [mexico-sb.przadc.cn] | what is a soma carisoprodol [what-iasc.r5pgj.cn] | order discount soma [order-ds.wjyxalj.cn] | soma medication information [soma-mi.tevihu.cn] | buy soma online without prescription shipping to florida [buy-sowpstf.wjyxalj.cn] | yuki soma [yuki-s.j4vuvkq.cn] | soma pain killer info [soma-pki.j4vuvkq.cn] | soma online with no prescription express shipping [soma-ownpes.qzptga.cn] | ashes of soma somebody else lyircs [ashes-ossel.diceiu.cn] | ',1,0),(378,0,4,'2007-09-19 14:00:51','Dave1972x','','','91.121.9.61','Comment 19 1356','hpixulo norco soma no rx cod or debit [norco-snrcod.wjyxalj.cn] | yuki soma [yuki-s.j4vuvkq.cn] | kyo soma nu [kyo-sn.diceiu.cn] | skyblog nouvelle star soma [skyblog-nss.r5pgj.cn] | buy cheapest soma and codeine no rx [buy-csacnr.htsiabn.cn] | order soma pay by cod [order-spbc.1d9a.cn] | rin soma akito [rin-sa.diceiu.cn] | soma dan la nouvelle star [soma-dlns-35.j4vuvkq.cn] | free prescription soma [free-ps.r5pgj.cn] | marilyn manson playing at soma in san diego [marilyn-mpasisd.1d9a.cn] | ashes of soma somebody else [ashes-osse.1d9a.cn] | argento soma generike [argento-sg.diceiu.cn] | mexico soma buy [mexico-sb.przadc.cn] | what is a soma carisoprodol [what-iasc.r5pgj.cn] | order discount soma [order-ds.wjyxalj.cn] | soma medication information [soma-mi.tevihu.cn] | buy soma online without prescription shipping to florida [buy-sowpstf.wjyxalj.cn] | yuki soma [yuki-s.j4vuvkq.cn] | soma pain killer info [soma-pki.j4vuvkq.cn] | soma online with no prescription express shipping [soma-ownpes.qzptga.cn] | ashes of soma somebody else lyircs [ashes-ossel.diceiu.cn] | ',1,0),(379,0,2,'2007-09-19 16:27:04','Dave1972x','','','91.121.9.61','Comment 19 1622','hpixulo xanax no rx needed [xanax-nrn.uff5h8o.cn] | dogs tramadol [dogs-t.i5meb.cn] | 180 count xanax no prescription online [180-cxnpo.zuaia0.cn] | oxycontin xanax bars perkisat [oxycontin-xbp.ogrzc.cn] | does xanax effect metabolism [does-xem.uff5h8o.cn] | side effects xanax tail bone [side-extb.bwznkv.cn] | buy tramadol without rx [buy-twr.i5meb.cn] | pics of 2mg xanax [pics-o2x.ogrzc.cn] | order xanax over night delivery fed ex [order-xondfe.bwznkv.cn] | buy xanax bars from canada [buy-xbfc.uff5h8o.cn] | tramadol drug withdrwals [tramadol-dw.i5meb.cn] | blue xanax bars [blue-xb.su0ldv.cn] | what does ultram tramadol look like [what-dutll.i5meb.cn] | order xanax without a pescription [order-xwap.bwznkv.cn] | free shipping generic soma [free-sgs.iddfnjl.cn] | abuse potential of tramadol [abuse-pot.i5meb.cn] | aura soma gabriele frech [aura-sgf.5qjoai.cn] | buy soma online without rx [buy-sowr.5qjoai.cn] | what is tramadol hcl 50mg described for [what-ith5df.psytvu.cn] | drug effects side xanax [drug-esx.uff5h8o.cn] | how much does it take to overdose on xanax [how-mdittoox.uff5h8o.cn] | ',1,0),(380,0,4,'2007-09-19 16:27:08','Dave1972x','','','91.121.9.61','Comment 19 1622','hpixulo xanax no rx needed [xanax-nrn.uff5h8o.cn] | dogs tramadol [dogs-t.i5meb.cn] | 180 count xanax no prescription online [180-cxnpo.zuaia0.cn] | oxycontin xanax bars perkisat [oxycontin-xbp.ogrzc.cn] | does xanax effect metabolism [does-xem.uff5h8o.cn] | side effects xanax tail bone [side-extb.bwznkv.cn] | buy tramadol without rx [buy-twr.i5meb.cn] | pics of 2mg xanax [pics-o2x.ogrzc.cn] | order xanax over night delivery fed ex [order-xondfe.bwznkv.cn] | buy xanax bars from canada [buy-xbfc.uff5h8o.cn] | tramadol drug withdrwals [tramadol-dw.i5meb.cn] | blue xanax bars [blue-xb.su0ldv.cn] | what does ultram tramadol look like [what-dutll.i5meb.cn] | order xanax without a pescription [order-xwap.bwznkv.cn] | free shipping generic soma [free-sgs.iddfnjl.cn] | abuse potential of tramadol [abuse-pot.i5meb.cn] | aura soma gabriele frech [aura-sgf.5qjoai.cn] | buy soma online without rx [buy-sowr.5qjoai.cn] | what is tramadol hcl 50mg described for [what-ith5df.psytvu.cn] | drug effects side xanax [drug-esx.uff5h8o.cn] | how much does it take to overdose on xanax [how-mdittoox.uff5h8o.cn] | ',1,0),(381,0,2,'2007-09-19 17:44:46','Dave1972x','','','91.121.9.61','Comment 19 1740','hpixulo any pictures of xanax [any-pox.smkjoh8.cn] | sedation death cook county dosage valium [sedation-dccdv.hpvzok.cn] | drug abuse and valium [drug-aav.vrgon.cn] | cialis western open 2005 pga golf results [cialis-wo2pgr.et4cetk.cn] | online pharmacy no prescrption needed for xanax [online-pnpnfx.daytgg.cn] | generic+valium | levitra vs viagra vs cialis [levitra-vvvc.i75n.cn] | valium for sale online without prescription [valium-fsowp.rboi.cn] | buy valium diazepam [buy-vd.vrgon.cn] | cialis online sales [cialis-os.tkro0.cn] | buy purchase quality valium online [buy-pqvo.vrgon.cn] | tadalafil search.com q valium buy said make [tadalafil-sqvbsm.rboi.cn] | benzodiazepine xanax valium [benzodiazepine-xv.hpvzok.cn] | valium meridia cialis prozac generic [valium-mcpg.tkro0.cn] | puchase prescription brand name valium online mailorder [puchase-pbnvom.rboi.cn] | need information on drug xanax [need-iodx.daytgg.cn] | india pharmacy valium [india-pv.vrgon.cn] | free trial cialis uk [free-tcu.et4cetk.cn] | cialis online express shipping [cialis-oes.tkro0.cn] | cialis tadalafil sun drugstore [cialis-tsd.tkro0.cn] | take vicodin with valium [take-vwv.rboi.cn] | ',1,0),(382,0,4,'2007-09-19 17:44:49','Dave1972x','','','91.121.9.61','Comment 19 1740','hpixulo any pictures of xanax [any-pox.smkjoh8.cn] | sedation death cook county dosage valium [sedation-dccdv.hpvzok.cn] | drug abuse and valium [drug-aav.vrgon.cn] | cialis western open 2005 pga golf results [cialis-wo2pgr.et4cetk.cn] | online pharmacy no prescrption needed for xanax [online-pnpnfx.daytgg.cn] | generic+valium | levitra vs viagra vs cialis [levitra-vvvc.i75n.cn] | valium for sale online without prescription [valium-fsowp.rboi.cn] | buy valium diazepam [buy-vd.vrgon.cn] | cialis online sales [cialis-os.tkro0.cn] | buy purchase quality valium online [buy-pqvo.vrgon.cn] | tadalafil search.com q valium buy said make [tadalafil-sqvbsm.rboi.cn] | benzodiazepine xanax valium [benzodiazepine-xv.hpvzok.cn] | valium meridia cialis prozac generic [valium-mcpg.tkro0.cn] | puchase prescription brand name valium online mailorder [puchase-pbnvom.rboi.cn] | need information on drug xanax [need-iodx.daytgg.cn] | india pharmacy valium [india-pv.vrgon.cn] | free trial cialis uk [free-tcu.et4cetk.cn] | cialis online express shipping [cialis-oes.tkro0.cn] | cialis tadalafil sun drugstore [cialis-tsd.tkro0.cn] | take vicodin with valium [take-vwv.rboi.cn] | ',1,0),(383,0,2,'2007-09-20 12:24:52','Dave1972x','','','91.121.9.61','Comment 20 1220','hpixulo descargar casino virtual grtis [descargar-cvg.9z2piv.cn] | mystic lake casino job oppurtunitys [mystic-lcjo.ayljb.cn] | new york hotel and casino in las vegas [new-yhacilv.mrggir.cn] | rio suite hotel casino las vegas [rio-shclv.nwatg.cn] | casino chip guide [casino-cg-3.ctbumn.cn] | read online casino reviews [read-ocr.mrggir.cn] | virtual casino free [virtual-cf.emwd6x.cn] | turning stone casino, ny [turning-scn.ctbumn.cn] | hard rock hotel and casino in las vegas nevada [hard-rhacilvn.er2aah.cn] | affiliate casino internet program review [affiliate-cipr.9z2piv.cn] | new york casino hotel [new-ych.nwatg.cn] | no deposit instant sign up bonus casino coupon codes [no-disubccc.mrggir.cn] | casino slot machine stools by accro [casino-smsba.nwatg.cn] | lake mystic casino [lake-mc.ijxyioi.cn] | casino payout parlae [casino-pp.mrggir.cn] | free game downloads casino windows xp [free-gdcwx.ksdyo.cn] | jobs hotel casino las vegas [jobs-hclv.ksdyo.cn] | harrahs casino tunica mississippi [harrahs-ctm.7boi.cn] | how long to foxwood casino from manchester nh [how-ltfcfmn.ctbumn.cn] | mgm grand hotel and casino in vegas [mgm-ghaciv.emwd6x.cn] | ',1,0),(384,0,4,'2007-09-20 12:24:56','Dave1972x','','','91.121.9.61','Comment 20 1220','hpixulo descargar casino virtual grtis [descargar-cvg.9z2piv.cn] | mystic lake casino job oppurtunitys [mystic-lcjo.ayljb.cn] | new york hotel and casino in las vegas [new-yhacilv.mrggir.cn] | rio suite hotel casino las vegas [rio-shclv.nwatg.cn] | casino chip guide [casino-cg-3.ctbumn.cn] | read online casino reviews [read-ocr.mrggir.cn] | virtual casino free [virtual-cf.emwd6x.cn] | turning stone casino, ny [turning-scn.ctbumn.cn] | hard rock hotel and casino in las vegas nevada [hard-rhacilvn.er2aah.cn] | affiliate casino internet program review [affiliate-cipr.9z2piv.cn] | new york casino hotel [new-ych.nwatg.cn] | no deposit instant sign up bonus casino coupon codes [no-disubccc.mrggir.cn] | casino slot machine stools by accro [casino-smsba.nwatg.cn] | lake mystic casino [lake-mc.ijxyioi.cn] | casino payout parlae [casino-pp.mrggir.cn] | free game downloads casino windows xp [free-gdcwx.ksdyo.cn] | jobs hotel casino las vegas [jobs-hclv.ksdyo.cn] | harrahs casino tunica mississippi [harrahs-ctm.7boi.cn] | how long to foxwood casino from manchester nh [how-ltfcfmn.ctbumn.cn] | mgm grand hotel and casino in vegas [mgm-ghaciv.emwd6x.cn] | ',1,0),(385,0,2,'2007-09-20 13:23:06','Dave1972x','','','91.121.9.61','Comment 20 1318','hpixulo the medication tramadol [the-mt.13oi5zp.cn] | casino no deposit needed free coupon code redeem [casino-ndnfccr.kuqg.cn] | buying tramadol online [buying-to.lwqyu.cn] | about tramadol overdose [about-to.jvpml.cn] | buy tramadol no dr. [buy-tnd.qfoybb.cn] | cash creek casino in ca [cash-ccic.unqsi.cn] | belterra casino greendale indiana [belterra-cgi.unqsi.cn] | commiting suicide by tramadol overdose [commiting-sbto.lwqyu.cn] | tramadol side effects, liver [tramadol-sel.c5utsa1.cn] | winstar casino [winstar-c-5.unqsi.cn] | tramadol hcl tablets [tramadol-ht.eryyt.cn] | cache casino creek hotel [cache-cch.unqsi.cn] | what is tramadol hcl acetaminophen par usde for [what-ithapuf.c5utsa1.cn] | tramadol overnight to florida [tramadol-otf.sgaji.cn] | ',1,0),(386,0,4,'2007-09-20 13:23:10','Dave1972x','','','91.121.9.61','Comment 20 1318','hpixulo the medication tramadol [the-mt.13oi5zp.cn] | casino no deposit needed free coupon code redeem [casino-ndnfccr.kuqg.cn] | buying tramadol online [buying-to.lwqyu.cn] | about tramadol overdose [about-to.jvpml.cn] | buy tramadol no dr. [buy-tnd.qfoybb.cn] | cash creek casino in ca [cash-ccic.unqsi.cn] | belterra casino greendale indiana [belterra-cgi.unqsi.cn] | commiting suicide by tramadol overdose [commiting-sbto.lwqyu.cn] | tramadol side effects, liver [tramadol-sel.c5utsa1.cn] | winstar casino [winstar-c-5.unqsi.cn] | tramadol hcl tablets [tramadol-ht.eryyt.cn] | cache casino creek hotel [cache-cch.unqsi.cn] | what is tramadol hcl acetaminophen par usde for [what-ithapuf.c5utsa1.cn] | tramadol overnight to florida [tramadol-otf.sgaji.cn] | ',1,0),(387,0,2,'2007-09-20 13:49:28','Dave1972x','','','91.121.9.61','Comment 20 1344','hpixulo tramadol hydrochloride effective dogs [tramadol-hed.ouibm.cn] | by if leave online popl powered tramadol wordpress [by-ilopptw.zcceq.cn] | mitsuko soma manga pictures [mitsuko-smp.p99u.cn] | soma codeine online pharmacy [soma-cop.hyrclsk.cn] | medication tramadol hcl 50mg [medication-th5.i3pzss.cn] | buy tramadol online with no prescription [buy-townp.xxovoie.cn] | nouvelle star de 2007 soma [nouvelle-sd2s.p99u.cn] | tramadol addiction stories [tramadol-as.lqewpd.cn] | online pharmacies no prescription tramadol [online-pnpt.sxz1.cn] | online order tramadol [online-ot.lqewpd.cn] | soma overnight 150 [soma-o1.otqaaar.cn] | ic tramadol hcl 50mg [ic-th5.lqewpd.cn] | kyo soma y tooru honda [kyo-syth.hyrclsk.cn] | buy soma ship to texas [buy-sstt.p99u.cn] | yuki and kyo soma [yuki-aks.otqaaar.cn] | what is the medication tramadol [what-itmt.lqewpd.cn] | argento soma review [argento-sr.p99u.cn] | soma cube martin gardener [soma-cmg.hyrclsk.cn] | what is the prescription pill called tramadol used for? | soma world the complete soma cube [soma-wtcsc.otqaaar.cn] | ',1,0),(388,0,4,'2007-09-20 13:49:36','Dave1972x','','','91.121.9.61','Comment 20 1344','hpixulo tramadol hydrochloride effective dogs [tramadol-hed.ouibm.cn] | by if leave online popl powered tramadol wordpress [by-ilopptw.zcceq.cn] | mitsuko soma manga pictures [mitsuko-smp.p99u.cn] | soma codeine online pharmacy [soma-cop.hyrclsk.cn] | medication tramadol hcl 50mg [medication-th5.i3pzss.cn] | buy tramadol online with no prescription [buy-townp.xxovoie.cn] | nouvelle star de 2007 soma [nouvelle-sd2s.p99u.cn] | tramadol addiction stories [tramadol-as.lqewpd.cn] | online pharmacies no prescription tramadol [online-pnpt.sxz1.cn] | online order tramadol [online-ot.lqewpd.cn] | soma overnight 150 [soma-o1.otqaaar.cn] | ic tramadol hcl 50mg [ic-th5.lqewpd.cn] | kyo soma y tooru honda [kyo-syth.hyrclsk.cn] | buy soma ship to texas [buy-sstt.p99u.cn] | yuki and kyo soma [yuki-aks.otqaaar.cn] | what is the medication tramadol [what-itmt.lqewpd.cn] | argento soma review [argento-sr.p99u.cn] | soma cube martin gardener [soma-cmg.hyrclsk.cn] | what is the prescription pill called tramadol used for? | soma world the complete soma cube [soma-wtcsc.otqaaar.cn] | ',1,0),(389,0,2,'2007-09-21 12:34:10','Dave1972x','','','91.121.9.61','Comment 21 1229','hpixulo casino royale in las vegas [casino-rilv.xrejb.cn] | play free slot casino games [play-fscg.wws1eq.cn] | grand casino hinkley minn intertament [grand-chmi.wws1eq.cn] | condado plaza hotel & casino in puerto rico [condado-phacipr.xrejb.cn] | riviera hotel casino cost [riviera-hcc.eq8jl.cn] | silverton casino hotel las vegas [silverton-chlv.zb9tij.cn] | where is belterra casino located in indiana [where-ibclii.mrvruu3.cn] | las vegas aladdin casino rebelde tickets [las-vacrt.z7axao.cn] | hooters hotel and casino /las vegas [hooters-haclv.zb9tij.cn] | red rock casino nightclub [red-rcn.inq1.cn] | tropicana alantic city casino and resort [tropicana-accar.mrvruu3.cn] | las vegas fremont hotel and casino [las-vfhac.zb9tij.cn] | blue chip casino michigan city ind. [blue-ccmci.inq1.cn] | casino free game slot video [casino-fgsv.tzo8ixm.cn] | flamingo hilton casino & hotel, las vegas [flamingo-hcahlv.xrejb.cn] | red rock casino and hotel [red-rcah.eq8jl.cn] | pala casino and spa [pala-cas.xrejb.cn] | florida casino players clubs [florida-cpc.0o2xo.cn] | tropicana hotel and casino las vegas customer rating [tropicana-haclvcr.zb9tij.cn] | jackpot wheel casino [jackpot-wc.z7axao.cn] | semonole hard rock hotel and casino [semonole-hrhac.0o2xo.cn] | ',1,0),(390,0,4,'2007-09-21 12:34:14','Dave1972x','','','91.121.9.61','Comment 21 1229','hpixulo casino royale in las vegas [casino-rilv.xrejb.cn] | play free slot casino games [play-fscg.wws1eq.cn] | grand casino hinkley minn intertament [grand-chmi.wws1eq.cn] | condado plaza hotel & casino in puerto rico [condado-phacipr.xrejb.cn] | riviera hotel casino cost [riviera-hcc.eq8jl.cn] | silverton casino hotel las vegas [silverton-chlv.zb9tij.cn] | where is belterra casino located in indiana [where-ibclii.mrvruu3.cn] | las vegas aladdin casino rebelde tickets [las-vacrt.z7axao.cn] | hooters hotel and casino /las vegas [hooters-haclv.zb9tij.cn] | red rock casino nightclub [red-rcn.inq1.cn] | tropicana alantic city casino and resort [tropicana-accar.mrvruu3.cn] | las vegas fremont hotel and casino [las-vfhac.zb9tij.cn] | blue chip casino michigan city ind. [blue-ccmci.inq1.cn] | casino free game slot video [casino-fgsv.tzo8ixm.cn] | flamingo hilton casino & hotel, las vegas [flamingo-hcahlv.xrejb.cn] | red rock casino and hotel [red-rcah.eq8jl.cn] | pala casino and spa [pala-cas.xrejb.cn] | florida casino players clubs [florida-cpc.0o2xo.cn] | tropicana hotel and casino las vegas customer rating [tropicana-haclvcr.zb9tij.cn] | jackpot wheel casino [jackpot-wc.z7axao.cn] | semonole hard rock hotel and casino [semonole-hrhac.0o2xo.cn] | ',1,0),(391,0,2,'2007-09-21 13:25:43','Dave1972x','','','91.121.9.61','Comment 21 1320','hpixulo valium or xanax ups or fedex [valium-oxuof.1k9csn.cn] | mgm grand casino jobs detroit michigan [mgm-gcjdm.qhsy26i.cn] | xanax side effects withdraw [xanax-sew.6doi8.cn] | order name brand yellow xanax [order-nbyx.ahoioi.cn] | buy xanax online cash on delivery [buy-xocod.rho1.cn] | bingo bus packages- turning stone casino [bingo-bptsc.2co0r.cn] | xanax 4.0 look like [xanax-4ll.1k9csn.cn] | free casino card game [free-ccg.2co0r.cn] | buy 1mg xanax 100 pills for 100 [buy-1x1pf1.k6bg.cn] | buy xanax online cod [buy-xoc-0.6doi8.cn] | 1964 casino royale cast [1964-crc.qhsy26i.cn] | no prescription required xanax [no-prx.jfqpvty.cn] | xanax withdrawal how long [xanax-whl.uxbvuir.cn] | xanax brand name overnight delivery [xanax-bnod.uxbvuir.cn] | brand name xanax overnight delivery [brand-nxod.6doi8.cn] | what are the effects of xanax [what-ateox.k6bg.cn] | buying xanax without a prescription [buying-xwap.uxbvuir.cn] | xanax online pharmacy cod payment [xanax-opcp.uxbvuir.cn] | order 2mg generic xanax without a perscriptions [order-2gxwap.6doi8.cn] | pharma searchers.com q buy xanax online said make [pharma-sqbxosm.fwg82.cn] | xanax for reptiles for sale [xanax-frfs.jfqpvty.cn] | concert tickets thunder valley casino [concert-ttvc.qhsy26i.cn] | ',1,0),(392,0,4,'2007-09-21 13:25:46','Dave1972x','','','91.121.9.61','Comment 21 1320','hpixulo valium or xanax ups or fedex [valium-oxuof.1k9csn.cn] | mgm grand casino jobs detroit michigan [mgm-gcjdm.qhsy26i.cn] | xanax side effects withdraw [xanax-sew.6doi8.cn] | order name brand yellow xanax [order-nbyx.ahoioi.cn] | buy xanax online cash on delivery [buy-xocod.rho1.cn] | bingo bus packages- turning stone casino [bingo-bptsc.2co0r.cn] | xanax 4.0 look like [xanax-4ll.1k9csn.cn] | free casino card game [free-ccg.2co0r.cn] | buy 1mg xanax 100 pills for 100 [buy-1x1pf1.k6bg.cn] | buy xanax online cod [buy-xoc-0.6doi8.cn] | 1964 casino royale cast [1964-crc.qhsy26i.cn] | no prescription required xanax [no-prx.jfqpvty.cn] | xanax withdrawal how long [xanax-whl.uxbvuir.cn] | xanax brand name overnight delivery [xanax-bnod.uxbvuir.cn] | brand name xanax overnight delivery [brand-nxod.6doi8.cn] | what are the effects of xanax [what-ateox.k6bg.cn] | buying xanax without a prescription [buying-xwap.uxbvuir.cn] | xanax online pharmacy cod payment [xanax-opcp.uxbvuir.cn] | order 2mg generic xanax without a perscriptions [order-2gxwap.6doi8.cn] | pharma searchers.com q buy xanax online said make [pharma-sqbxosm.fwg82.cn] | xanax for reptiles for sale [xanax-frfs.jfqpvty.cn] | concert tickets thunder valley casino [concert-ttvc.qhsy26i.cn] | ',1,0),(393,0,2,'2007-09-21 14:07:30','Dave1972x','','','91.121.9.61','Comment 21 1402','hpixulo side effects of tramadol hcl in dogs [side-eothid.tjikri.cn] | pill identification 58 93 tramadol [pill-i59t.lkiujo.cn] | is the drug tramadol a vasoconstrictor? | tramadol hcl veterinary use [tramadol-hvu.tjku8wd.cn] | xanax with 180 count noscript cod [xanax-w1cnc.kmxegq.cn] | lioresal and tramadol no prescription [lioresal-atnp.1obboaf.cn] | tramadol is an used to treat pain [tramadol-iauttp.iylio.cn] | cod overnight tramadol [cod-ot-32.tjku8wd.cn] | xanax dosage information [xanax-di-10.qrea8uw.cn] | xanax clonipin overdose [xanax-co.qrea8uw.cn] | xanax withdrawal uk [xanax-wu.ocy730r.cn] | effects of xanax on early pregnancy [effects-oxoep.qrea8uw.cn] | online pharmacy soma tramadol [online-pst.gu4fwe.cn] | tramadol considered a narcotic [tramadol-can.yjpvhy.cn] | cheap tramadol c.o.d. fedex [cheap-tcf.iylio.cn] | order soma xanax without prescription [order-sxwp.qrea8uw.cn] | book buy cheap guest nl site tramadol [book-bcgnst.yjpvhy.cn] | all searchers.com q order tramadol said make [all-sqotsm.iylio.cn] | order xanax online with online consultation [order-xowoc.kmxegq.cn] | xanax prescribed after pregnancy [xanax-pap.qrea8uw.cn] | non prescription xanax online [non-pxo.ocy730r.cn] | long term side effects +tramadol use | what is xanax used for? | ',1,0),(394,0,4,'2007-09-21 14:07:35','Dave1972x','','','91.121.9.61','Comment 21 1402','hpixulo side effects of tramadol hcl in dogs [side-eothid.tjikri.cn] | pill identification 58 93 tramadol [pill-i59t.lkiujo.cn] | is the drug tramadol a vasoconstrictor? | tramadol hcl veterinary use [tramadol-hvu.tjku8wd.cn] | xanax with 180 count noscript cod [xanax-w1cnc.kmxegq.cn] | lioresal and tramadol no prescription [lioresal-atnp.1obboaf.cn] | tramadol is an used to treat pain [tramadol-iauttp.iylio.cn] | cod overnight tramadol [cod-ot-32.tjku8wd.cn] | xanax dosage information [xanax-di-10.qrea8uw.cn] | xanax clonipin overdose [xanax-co.qrea8uw.cn] | xanax withdrawal uk [xanax-wu.ocy730r.cn] | effects of xanax on early pregnancy [effects-oxoep.qrea8uw.cn] | online pharmacy soma tramadol [online-pst.gu4fwe.cn] | tramadol considered a narcotic [tramadol-can.yjpvhy.cn] | cheap tramadol c.o.d. fedex [cheap-tcf.iylio.cn] | order soma xanax without prescription [order-sxwp.qrea8uw.cn] | book buy cheap guest nl site tramadol [book-bcgnst.yjpvhy.cn] | all searchers.com q order tramadol said make [all-sqotsm.iylio.cn] | order xanax online with online consultation [order-xowoc.kmxegq.cn] | xanax prescribed after pregnancy [xanax-pap.qrea8uw.cn] | non prescription xanax online [non-pxo.ocy730r.cn] | long term side effects +tramadol use | what is xanax used for? | ',1,0),(395,0,2,'2007-09-21 15:24:35','Dave1972x','','','91.121.9.61','Comment 21 1519','',1,0),(396,0,4,'2007-09-21 15:24:38','Dave1972x','','','91.121.9.61','Comment 21 1519','',1,0),(397,0,2,'2007-09-21 15:25:16','Dave1972x','','','91.121.9.61','Comment 21 1520','hpixulo buy tramadol hcl [buy-th.oo8waxo.cn] | drug side effects from soma [drug-sefs.ti4zk.cn] | what is the medication soma ued to treat [what-itmsutt.ti4zk.cn] | tramadol 50 mg vs tramadol apap [tramadol-5mvta.uv4an5.cn] | drug pictures tramadol [drug-pt.4iha.cn] | tramadol hci 50mg [tramadol-h5-77.8p6etd.cn] | can tramadol ultram cause addiction [can-tuca.uv4an5.cn] | tramadol 50mg effects [tramadol-5e.8p6etd.cn] | buy generic soma online [buy-gso.kgpugp7.cn] | soma and tramadol cheap [soma-atc.o3xhuz.cn] | tramadol hydrochloride +comon names | line soma [line-s.0hh8r5.cn] | tramadol hcl 50 mg. [tramadol-h5m.uv4an5.cn] | address of the soma in san diego [address-otsisd.kgpugp7.cn] | belgin coban manisa soma [belgin-cms.kgpugp7.cn] | tramadol use in dogs [tramadol-uid.4iha.cn] | drug withdrawal tramadol [drug-wt.4iha.cn] | overnight tramadol fedex [overnight-tf.spshntt.cn] | kyo soma gallery [kyo-sg.0hh8r5.cn] | tramadol addiction and withdrawl [tramadol-aaw.oo8waxo.cn] | can tramadol ultram cause addiction [can-tuca.uv4an5.cn] | ',1,0),(398,0,4,'2007-09-21 15:25:19','Dave1972x','','','91.121.9.61','Comment 21 1520','hpixulo buy tramadol hcl [buy-th.oo8waxo.cn] | drug side effects from soma [drug-sefs.ti4zk.cn] | what is the medication soma ued to treat [what-itmsutt.ti4zk.cn] | tramadol 50 mg vs tramadol apap [tramadol-5mvta.uv4an5.cn] | drug pictures tramadol [drug-pt.4iha.cn] | tramadol hci 50mg [tramadol-h5-77.8p6etd.cn] | can tramadol ultram cause addiction [can-tuca.uv4an5.cn] | tramadol 50mg effects [tramadol-5e.8p6etd.cn] | buy generic soma online [buy-gso.kgpugp7.cn] | soma and tramadol cheap [soma-atc.o3xhuz.cn] | tramadol hydrochloride +comon names | line soma [line-s.0hh8r5.cn] | tramadol hcl 50 mg. [tramadol-h5m.uv4an5.cn] | address of the soma in san diego [address-otsisd.kgpugp7.cn] | belgin coban manisa soma [belgin-cms.kgpugp7.cn] | tramadol use in dogs [tramadol-uid.4iha.cn] | drug withdrawal tramadol [drug-wt.4iha.cn] | overnight tramadol fedex [overnight-tf.spshntt.cn] | kyo soma gallery [kyo-sg.0hh8r5.cn] | tramadol addiction and withdrawl [tramadol-aaw.oo8waxo.cn] | can tramadol ultram cause addiction [can-tuca.uv4an5.cn] | ',1,0),(399,0,2,'2007-09-21 23:59:13','Dave1972x','','','91.121.9.61','Comment 21 2354','hpixulo free hentai sex flash game [free-hsfg.pod2bl.cn] | free young girl sex stories [free-ygss.yqsehad.cn] | anna nicole smith sex video free [anna-nssvf.obpabb.cn] | pamala anderson sex tape shots [pamala-asts.tuff3.cn] | free sex pic of anime [free-spoa.liecj.cn] | free online hentai sex videos [free-ohsv.liecj.cn] | world sex guide pocatello [world-sgp.iahs6oi.cn] | hentai media sex game [hentai-msg.iahs6oi.cn] | amatuer wife free sex pics [amatuer-wfsp.k9cud.cn] | free oral sex pics slutty [free-osps.pod2bl.cn] | sex positions for couples pics [sex-pfcp.dqpge.cn] | clips of rapper eve sex tape [clips-orest.sh40u2.cn] | secrets to great oral sex [secrets-tgos.yqsehad.cn] | free ebony sex live web cams [free-eslwc.iahs6oi.cn] | free pictures of gay pre-teen boys having sex with older men [free-pogpbhswom.yqsehad.cn] | lesbian sex in public bathroom hot network [lesbian-sipbhn.dqpge.cn] | giving safe oral sex to a woman [giving-sostaw.k9cud.cn] | ',1,0),(400,0,4,'2007-09-21 23:59:17','Dave1972x','','','91.121.9.61','Comment 21 2354','hpixulo free hentai sex flash game [free-hsfg.pod2bl.cn] | free young girl sex stories [free-ygss.yqsehad.cn] | anna nicole smith sex video free [anna-nssvf.obpabb.cn] | pamala anderson sex tape shots [pamala-asts.tuff3.cn] | free sex pic of anime [free-spoa.liecj.cn] | free online hentai sex videos [free-ohsv.liecj.cn] | world sex guide pocatello [world-sgp.iahs6oi.cn] | hentai media sex game [hentai-msg.iahs6oi.cn] | amatuer wife free sex pics [amatuer-wfsp.k9cud.cn] | free oral sex pics slutty [free-osps.pod2bl.cn] | sex positions for couples pics [sex-pfcp.dqpge.cn] | clips of rapper eve sex tape [clips-orest.sh40u2.cn] | secrets to great oral sex [secrets-tgos.yqsehad.cn] | free ebony sex live web cams [free-eslwc.iahs6oi.cn] | free pictures of gay pre-teen boys having sex with older men [free-pogpbhswom.yqsehad.cn] | lesbian sex in public bathroom hot network [lesbian-sipbhn.dqpge.cn] | giving safe oral sex to a woman [giving-sostaw.k9cud.cn] | ',1,0),(401,0,2,'2007-09-22 12:14:46','Dave1972x','','','91.121.9.61','Comment 22 1209','hpixulo special search search tramadol apap go go [special-sstagg.mmj5ru.cn] | buy soma medicine with personal check on internet [buy-smwpcoi.ekaom8j.cn] | drug company who makes the drug soma [drug-cwmtds.k8wxa.cn] | soma by chicos in houston [soma-bcih.ekaom8j.cn] | what are tramadol hcl side effects [what-athse.r7od.cn] | temp soma memory foam mattress [temp-smfm.qjyudp.cn] | tramadol hcl tablets [tramadol-ht-68.mmj5ru.cn] | order tramadol online without prior prescription [order-towpp.mmj5ru.cn] | tramadol cor 127 in us pharmacy cod [tramadol-c1iupc.mmj5ru.cn] | medication tramadol hcl [medication-th.gwl7.cn] | drug classification tramadol [drug-ct.r7od.cn] | soma for sale online [soma-fso.i8uy.cn] | drug interactions four emsam tramadol [drug-ifet.44aaeec.cn] | yuki and kyo soma [yuki-aks.ekaom8j.cn] | cheap cod soma online pharmacy [cheap-csop.v8ax.cn] | soma and tranxene side effects [soma-atse.ekaom8j.cn] | wood cube puzzle solution soma rubik [wood-cpssr.ekaom8j.cn] | kyo soma and tohru gallery [kyo-satg.i8uy.cn] | effects of tramadol hydrochloride [effects-oth.gwl7.cn] | starting dosage monthly for tramadol [starting-dmft.mmj5ru.cn] | www retention rings for soma blue vacume pump.com [www-rrfsbvp.i8uy.cn] | ',1,0),(402,0,4,'2007-09-22 12:14:50','Dave1972x','','','91.121.9.61','Comment 22 1209','hpixulo special search search tramadol apap go go [special-sstagg.mmj5ru.cn] | buy soma medicine with personal check on internet [buy-smwpcoi.ekaom8j.cn] | drug company who makes the drug soma [drug-cwmtds.k8wxa.cn] | soma by chicos in houston [soma-bcih.ekaom8j.cn] | what are tramadol hcl side effects [what-athse.r7od.cn] | temp soma memory foam mattress [temp-smfm.qjyudp.cn] | tramadol hcl tablets [tramadol-ht-68.mmj5ru.cn] | order tramadol online without prior prescription [order-towpp.mmj5ru.cn] | tramadol cor 127 in us pharmacy cod [tramadol-c1iupc.mmj5ru.cn] | medication tramadol hcl [medication-th.gwl7.cn] | drug classification tramadol [drug-ct.r7od.cn] | soma for sale online [soma-fso.i8uy.cn] | drug interactions four emsam tramadol [drug-ifet.44aaeec.cn] | yuki and kyo soma [yuki-aks.ekaom8j.cn] | cheap cod soma online pharmacy [cheap-csop.v8ax.cn] | soma and tranxene side effects [soma-atse.ekaom8j.cn] | wood cube puzzle solution soma rubik [wood-cpssr.ekaom8j.cn] | kyo soma and tohru gallery [kyo-satg.i8uy.cn] | effects of tramadol hydrochloride [effects-oth.gwl7.cn] | starting dosage monthly for tramadol [starting-dmft.mmj5ru.cn] | www retention rings for soma blue vacume pump.com [www-rrfsbvp.i8uy.cn] | ',1,0),(403,0,2,'2007-09-22 12:14:58','Dave1972x','','','91.121.9.61','Comment 22 1210','hpixulo will tramadol tramal ultram get you high [will-ttugyh.pmbhf9m.cn] | grand casino, tunica ms [grand-ctm.vnoh.cn] | tramadol, overnight [tramadol-o-6.edaeyo.cn] | tramadol online discount cheap [tramadol-odc.rto8.cn] | grand casino hotel tunica miss [grand-chtm.u3ognm.cn] | rx tramadol online consultation [rx-toc.9fdnb.cn] | palms casino + las vegas | tramadol, overnight [tramadol-o-6.edaeyo.cn] | purchase tramadol no prescription florida [purchase-tnpf.9fdnb.cn] | tramadol pay cod [tramadol-pc.9fdnb.cn] | florida shipping tramadol [florida-st.ycr28h.cn] | ic tramadol hcl pain description uses [ic-thpdu.9fdnb.cn] | tramadol er side effects [tramadol-ese.pmbhf9m.cn] | acetaminophen hcl par tramadol [acetaminophen-hpt.wjtrs.cn] | tramadol addiction withdrawal [tramadol-aw.ycr28h.cn] | tramadol and drug testing [tramadol-adt.9fdnb.cn] | offline casino games for real money [offline-cgfrm.escil.cn] | what is tramadol hcl acetaminophen par [what-ithap.9fdnb.cn] | snorting tramadol hcl [snorting-th.v4osj.cn] | tramadol what is [tramadol-wi.v4osj.cn] | ',1,0),(404,0,4,'2007-09-22 12:15:01','Dave1972x','','','91.121.9.61','Comment 22 1210','hpixulo will tramadol tramal ultram get you high [will-ttugyh.pmbhf9m.cn] | grand casino, tunica ms [grand-ctm.vnoh.cn] | tramadol, overnight [tramadol-o-6.edaeyo.cn] | tramadol online discount cheap [tramadol-odc.rto8.cn] | grand casino hotel tunica miss [grand-chtm.u3ognm.cn] | rx tramadol online consultation [rx-toc.9fdnb.cn] | palms casino + las vegas | tramadol, overnight [tramadol-o-6.edaeyo.cn] | purchase tramadol no prescription florida [purchase-tnpf.9fdnb.cn] | tramadol pay cod [tramadol-pc.9fdnb.cn] | florida shipping tramadol [florida-st.ycr28h.cn] | ic tramadol hcl pain description uses [ic-thpdu.9fdnb.cn] | tramadol er side effects [tramadol-ese.pmbhf9m.cn] | acetaminophen hcl par tramadol [acetaminophen-hpt.wjtrs.cn] | tramadol addiction withdrawal [tramadol-aw.ycr28h.cn] | tramadol and drug testing [tramadol-adt.9fdnb.cn] | offline casino games for real money [offline-cgfrm.escil.cn] | what is tramadol hcl acetaminophen par [what-ithap.9fdnb.cn] | snorting tramadol hcl [snorting-th.v4osj.cn] | tramadol what is [tramadol-wi.v4osj.cn] | ',1,0),(405,0,2,'2007-09-22 12:15:16','Dave1972x','','','91.121.9.61','Comment 22 1210','hpixulo mystic lake casino shakopee minn. [mystic-lcsm.y6sctia.cn] | casino coupons san manuel [casino-csm.xiidi3e.cn] | hilton hotel & casino in las vegas [hilton-hacilv.oizw.cn] | no money pc casino games [no-mpcg.vtawixe.cn] | free casino game downloadsgame downloads [free-cgdd.xiidi3e.cn] | free casino slot coupons no deposit required [index.a9diah.cn] | tropicana resort casino nj [tropicana-rcn.a9diah.cn] | craps harrahs casino cherokee [craps-hcc.qlrd8.cn] | hard rock hotel and casino careers [hard-rhacc.a9diah.cn] | horseshoe casino tunica mississippi [horseshoe-ctm.oizw.cn] | sahara hotel casino at las vegas [sahara-hcalv.oizw.cn] | casino las vegas [casino-lv.y6sctia.cn] | picture blue chip casino [picture-bcc.vtawixe.cn] | casino guest players [casino-gp.icblrr.cn] | casino coupon code no deposit required new coupons [casino-ccndrnc.tetuio8.cn] | downtown casino map las vegas nv [downtown-cmlvn.vtawixe.cn] | is thunder valley casino california 18 and older [is-tvcc1ao.qlrd8.cn] | monte carlo casino poker chips [monte-ccpc.oizw.cn] | venetian resort and casino las vegas [venetian-raclv.dqbhts.cn] | real casino poker chip set [real-cpcs.a9diah.cn] | pala casino resort [pala-cr.fp2byyy.cn] | casino for free and win real money [casino-ffawrm.fp2byyy.cn] | casino roulette store [casino-rs.tetuio8.cn] | ',1,0),(406,0,4,'2007-09-22 12:15:19','Dave1972x','','','91.121.9.61','Comment 22 1210','hpixulo mystic lake casino shakopee minn. [mystic-lcsm.y6sctia.cn] | casino coupons san manuel [casino-csm.xiidi3e.cn] | hilton hotel & casino in las vegas [hilton-hacilv.oizw.cn] | no money pc casino games [no-mpcg.vtawixe.cn] | free casino game downloadsgame downloads [free-cgdd.xiidi3e.cn] | free casino slot coupons no deposit required [index.a9diah.cn] | tropicana resort casino nj [tropicana-rcn.a9diah.cn] | craps harrahs casino cherokee [craps-hcc.qlrd8.cn] | hard rock hotel and casino careers [hard-rhacc.a9diah.cn] | horseshoe casino tunica mississippi [horseshoe-ctm.oizw.cn] | sahara hotel casino at las vegas [sahara-hcalv.oizw.cn] | casino las vegas [casino-lv.y6sctia.cn] | picture blue chip casino [picture-bcc.vtawixe.cn] | casino guest players [casino-gp.icblrr.cn] | casino coupon code no deposit required new coupons [casino-ccndrnc.tetuio8.cn] | downtown casino map las vegas nv [downtown-cmlvn.vtawixe.cn] | is thunder valley casino california 18 and older [is-tvcc1ao.qlrd8.cn] | monte carlo casino poker chips [monte-ccpc.oizw.cn] | venetian resort and casino las vegas [venetian-raclv.dqbhts.cn] | real casino poker chip set [real-cpcs.a9diah.cn] | pala casino resort [pala-cr.fp2byyy.cn] | casino for free and win real money [casino-ffawrm.fp2byyy.cn] | casino roulette store [casino-rs.tetuio8.cn] | ',1,0),(407,0,2,'2007-09-22 15:03:07','Dave1972x','','','91.121.9.61','Comment 22 1458','hpixulo what are soma pill [what-asp.ewo2a0.cn] | is soma an angalisic medication [is-saam.83on9i.cn] | soma chemical drug [soma-cd.2giyrqm.cn] | torrentspy ashes of soma exit 674 [torrentspy-aose6.itvv0.cn] | soma on line without a prescrption [soma-olwap.ewo2a0.cn] | soma watson order with check [soma-wowc.2giyrqm.cn] | book buy ch cheap guest online site soma [book-bccgoss.ewo2a0.cn] | soma watson [soma-w.2giyrqm.cn] | cheap soma carisoprodol [cheap-sc-25.sbkvi2g.cn] | buy soma com [buy-sc-32.sbkvi2g.cn] | xanax overnight fed ex delivery money order [xanax-ofedmo.iqmp.cn] | value net xanax on line for sale [value-nxolfs.iqmp.cn] | search soma and abuse [search-saa.83on9i.cn] | what is a soma carisoprodol [what-iasc.xirv5zq.cn] | soma watson next day no rx required free shipping saturday [soma-wndnrrfss.sbkvi2g.cn] | ',1,0),(408,0,4,'2007-09-22 15:03:10','Dave1972x','','','91.121.9.61','Comment 22 1458','hpixulo what are soma pill [what-asp.ewo2a0.cn] | is soma an angalisic medication [is-saam.83on9i.cn] | soma chemical drug [soma-cd.2giyrqm.cn] | torrentspy ashes of soma exit 674 [torrentspy-aose6.itvv0.cn] | soma on line without a prescrption [soma-olwap.ewo2a0.cn] | soma watson order with check [soma-wowc.2giyrqm.cn] | book buy ch cheap guest online site soma [book-bccgoss.ewo2a0.cn] | soma watson [soma-w.2giyrqm.cn] | cheap soma carisoprodol [cheap-sc-25.sbkvi2g.cn] | buy soma com [buy-sc-32.sbkvi2g.cn] | xanax overnight fed ex delivery money order [xanax-ofedmo.iqmp.cn] | value net xanax on line for sale [value-nxolfs.iqmp.cn] | search soma and abuse [search-saa.83on9i.cn] | what is a soma carisoprodol [what-iasc.xirv5zq.cn] | soma watson next day no rx required free shipping saturday [soma-wndnrrfss.sbkvi2g.cn] | ',1,0),(409,0,2,'2007-09-22 15:29:23','Dave1972x','','','91.121.9.61','Comment 22 1524','hpixulo photos of alprazolam xanax [photos-oax.zwgaa.cn] | how long do xanax stay in your system [how-ldxsiys.i0ihb.cn] | how long should xanax be used [how-lsxbu.jas71vk.cn] | xanax dosage by weight [xanax-dbw.jas71vk.cn] | what do generic xanax look like [what-dgxll.u0xq4t.cn] | list of xanax withdrawal symptoms [list-oxws.jas71vk.cn] | whole sale on xanax bars [whole-soxb.wcbey.cn] | metabolites different for xanax and valium [metabolites-dfxav.rm9s.cn] | xanax 2mg pics [xanax-2p-34.u0xq4t.cn] | abusing xanax effects [abusing-xe.zwgaa.cn] | buy cheep xanax vicodin online [buy-cxvo.u0xq4t.cn] | exspensive xanax sites overnight [exspensive-xso.528zli.cn] | withdrawal from xanax [withdrawal-fx.i0ihb.cn] | buying xanax online no rx [buying-xonr.fbagio.cn] | xanax addiction harmless [xanax-ah.zwgaa.cn] | anyone used xanax for lupus [anyone-uxfl.fbagio.cn] | alprazolam xanax xr.c2.ae [alprazolam-xx.u0xq4t.cn] | xanax zanax addiction [xanax-za.i0ihb.cn] | can you get xanax without prescription [can-ygxwp.h8bmqr.cn] | generic xanax dosages [generic-xd.8yjr.cn] | ',1,0),(410,0,4,'2007-09-22 15:29:26','Dave1972x','','','91.121.9.61','Comment 22 1524','hpixulo photos of alprazolam xanax [photos-oax.zwgaa.cn] | how long do xanax stay in your system [how-ldxsiys.i0ihb.cn] | how long should xanax be used [how-lsxbu.jas71vk.cn] | xanax dosage by weight [xanax-dbw.jas71vk.cn] | what do generic xanax look like [what-dgxll.u0xq4t.cn] | list of xanax withdrawal symptoms [list-oxws.jas71vk.cn] | whole sale on xanax bars [whole-soxb.wcbey.cn] | metabolites different for xanax and valium [metabolites-dfxav.rm9s.cn] | xanax 2mg pics [xanax-2p-34.u0xq4t.cn] | abusing xanax effects [abusing-xe.zwgaa.cn] | buy cheep xanax vicodin online [buy-cxvo.u0xq4t.cn] | exspensive xanax sites overnight [exspensive-xso.528zli.cn] | withdrawal from xanax [withdrawal-fx.i0ihb.cn] | buying xanax online no rx [buying-xonr.fbagio.cn] | xanax addiction harmless [xanax-ah.zwgaa.cn] | anyone used xanax for lupus [anyone-uxfl.fbagio.cn] | alprazolam xanax xr.c2.ae [alprazolam-xx.u0xq4t.cn] | xanax zanax addiction [xanax-za.i0ihb.cn] | can you get xanax without prescription [can-ygxwp.h8bmqr.cn] | generic xanax dosages [generic-xd.8yjr.cn] | ',1,0),(411,0,2,'2007-09-22 22:34:48','Dave1972x','','','91.121.9.61','Comment 22 2229','hpixulo hot phone sex with accent [hot-pswa.sesbjf.cn] | asian schoolgirls sex pictures free [asian-sspf.hekaiyo.cn] | the world bigest free crossdressing sex stories [the-wbfcss.deloin.cn] | black mature lesbians sex mlf [black-mlsm.x6tei.cn] | teen lesbian cartoon sex [teen-lcs.hekaiyo.cn] | free snuff sex pics galleries [free-sspg.mbcyeio.cn] | aunty tamil sex stories kundi [aunty-tssk.oegso3.cn] | getting hiv through oral sex [getting-htos.9ewphh.cn] | free lesbian rape sex clips [free-lrsc.hekaiyo.cn] | how to make a girl have sex with me [how-tmaghswm.sesbjf.cn] | evansville indiana sex offenders registry [evansville-isor.x6tei.cn] | grand theft auto san andreas unlock hidden sex scene [grand-tasauhss.c84vo7a.cn] | mom and girl sex [mom-ags.hekaiyo.cn] | free adult flash games the sex files [free-afgtsf.sesbjf.cn] | sex and the city the movie [sex-atctm.hekaiyo.cn] | ',1,0),(412,0,4,'2007-09-22 22:34:54','Dave1972x','','','91.121.9.61','Comment 22 2229','hpixulo hot phone sex with accent [hot-pswa.sesbjf.cn] | asian schoolgirls sex pictures free [asian-sspf.hekaiyo.cn] | the world bigest free crossdressing sex stories [the-wbfcss.deloin.cn] | black mature lesbians sex mlf [black-mlsm.x6tei.cn] | teen lesbian cartoon sex [teen-lcs.hekaiyo.cn] | free snuff sex pics galleries [free-sspg.mbcyeio.cn] | aunty tamil sex stories kundi [aunty-tssk.oegso3.cn] | getting hiv through oral sex [getting-htos.9ewphh.cn] | free lesbian rape sex clips [free-lrsc.hekaiyo.cn] | how to make a girl have sex with me [how-tmaghswm.sesbjf.cn] | evansville indiana sex offenders registry [evansville-isor.x6tei.cn] | grand theft auto san andreas unlock hidden sex scene [grand-tasauhss.c84vo7a.cn] | mom and girl sex [mom-ags.hekaiyo.cn] | free adult flash games the sex files [free-afgtsf.sesbjf.cn] | sex and the city the movie [sex-atctm.hekaiyo.cn] | ',1,0),(413,0,2,'2007-09-23 12:51:07','Dave1972x','','','91.121.9.61','Comment 23 1246','hpixulo imperial palace hotel and casino in biloxi, ms [imperial-phacibm.stgepr.cn] | pechanga casino + california | bus line from brooklyn to foxwood casino [bus-lfbtfc.2kviwvb.cn] | casino coushatta grand travel hotels [casino-cgth.xzj2d0p.cn] | casino eagle hotel soaring [casino-ehs.pinhned.cn] | terribles hotel and casino in las vegas nevada [terribles-hacilvn.pinhned.cn] | roulette grand lake casino [roulette-glc.xzj2d0p.cn] | hooters hotel and casino lasvegas [hooters-hacl.2kviwvb.cn] | tropicana hotel and casino atlantic city new jersey [tropicana-hacacnj.stgepr.cn] | horseshoe casino hammond indiana [horseshoe-chi.fizcbb.cn] | online casino signup bonus codes [online-csbc.2kviwvb.cn] | circus, circus hotel and casino, las vegas nv [circus-chaclvn.stgepr.cn] | michigan city in blue chip casino hotel [michigan-cibcch.2kviwvb.cn] | free slots casino online [free-sco.paixj.cn] | grand victoria casino in indiana [grand-vcii.stgepr.cn] | rio suite hotel amp casino las vegas nv [rio-shaclvn.uiduwiw.cn] | newyork new york hotel casino las vegas [newyork-nyhclv.xzj2d0p.cn] | casino royale wallpaper joblo [casino-rwj.nxlmz2.cn] | pepermill hotel casino rno. [pepermill-hcr.pinhned.cn] | ',1,0),(414,0,4,'2007-09-23 12:51:11','Dave1972x','','','91.121.9.61','Comment 23 1246','hpixulo imperial palace hotel and casino in biloxi, ms [imperial-phacibm.stgepr.cn] | pechanga casino + california | bus line from brooklyn to foxwood casino [bus-lfbtfc.2kviwvb.cn] | casino coushatta grand travel hotels [casino-cgth.xzj2d0p.cn] | casino eagle hotel soaring [casino-ehs.pinhned.cn] | terribles hotel and casino in las vegas nevada [terribles-hacilvn.pinhned.cn] | roulette grand lake casino [roulette-glc.xzj2d0p.cn] | hooters hotel and casino lasvegas [hooters-hacl.2kviwvb.cn] | tropicana hotel and casino atlantic city new jersey [tropicana-hacacnj.stgepr.cn] | horseshoe casino hammond indiana [horseshoe-chi.fizcbb.cn] | online casino signup bonus codes [online-csbc.2kviwvb.cn] | circus, circus hotel and casino, las vegas nv [circus-chaclvn.stgepr.cn] | michigan city in blue chip casino hotel [michigan-cibcch.2kviwvb.cn] | free slots casino online [free-sco.paixj.cn] | grand victoria casino in indiana [grand-vcii.stgepr.cn] | rio suite hotel amp casino las vegas nv [rio-shaclvn.uiduwiw.cn] | newyork new york hotel casino las vegas [newyork-nyhclv.xzj2d0p.cn] | casino royale wallpaper joblo [casino-rwj.nxlmz2.cn] | pepermill hotel casino rno. [pepermill-hcr.pinhned.cn] | ',1,0),(415,0,2,'2007-09-23 13:14:43','Dave1972x','','','91.121.9.61','Comment 23 1309','hpixulo buy cheap tramadol online with cod [buy-ctowc.kfj7.cn] | apply for a job at the grand casino in tunica [apply-fajatgcit.nolicoa.cn] | what is an over the counter medication close to tramadol [what-iaotcmctt.qzdya.cn] | best buy on tramadol [best-bot.w3oilpy.cn] | drug tramadol is a to treat pain [drug-tiattp.abw6.cn] | 180 ct tramadol payment with cod [180-ctpwc.abw6.cn] | is tramadol narcotic [is-tn.xnn5gg.cn] | tramadol picture [tramadol-p-12.eu8er9.cn] | card games casino [card-gc.h31r.cn] | free casino blackjack downloads [free-cbd.h31r.cn] | what casino to play the viking treasure video slot machine [what-ctptvtvsm.o2k1.cn] | tramadol no prescription to florida [tramadol-nptf.uike6.cn] | harrahs casino atlantic city [harrahs-cac.nolicoa.cn] | casino chips or tokens holders [casino-coth.nolicoa.cn] | cheapest tramadol no prior [cheapest-tnp.xnn5gg.cn] | drug interactions for emsam tramadol [drug-ifet.abw6.cn] | tramadol 180 50mg 100 [tramadol-151.kfj7.cn] | ingredients in the medicine called tramadol [ingredients-itmct.xnn5gg.cn] | photos of tramadol 377 perscription pill [photos-ot3pp-65.uike6.cn] | tramadol more drug side effects [tramadol-mdse.uike6.cn] | ',1,0),(416,0,4,'2007-09-23 13:14:46','Dave1972x','','','91.121.9.61','Comment 23 1309','hpixulo buy cheap tramadol online with cod [buy-ctowc.kfj7.cn] | apply for a job at the grand casino in tunica [apply-fajatgcit.nolicoa.cn] | what is an over the counter medication close to tramadol [what-iaotcmctt.qzdya.cn] | best buy on tramadol [best-bot.w3oilpy.cn] | drug tramadol is a to treat pain [drug-tiattp.abw6.cn] | 180 ct tramadol payment with cod [180-ctpwc.abw6.cn] | is tramadol narcotic [is-tn.xnn5gg.cn] | tramadol picture [tramadol-p-12.eu8er9.cn] | card games casino [card-gc.h31r.cn] | free casino blackjack downloads [free-cbd.h31r.cn] | what casino to play the viking treasure video slot machine [what-ctptvtvsm.o2k1.cn] | tramadol no prescription to florida [tramadol-nptf.uike6.cn] | harrahs casino atlantic city [harrahs-cac.nolicoa.cn] | casino chips or tokens holders [casino-coth.nolicoa.cn] | cheapest tramadol no prior [cheapest-tnp.xnn5gg.cn] | drug interactions for emsam tramadol [drug-ifet.abw6.cn] | tramadol 180 50mg 100 [tramadol-151.kfj7.cn] | ingredients in the medicine called tramadol [ingredients-itmct.xnn5gg.cn] | photos of tramadol 377 perscription pill [photos-ot3pp-65.uike6.cn] | tramadol more drug side effects [tramadol-mdse.uike6.cn] | ',1,0),(417,0,2,'2007-09-23 13:57:58','Dave1972x','','','91.121.9.61','Comment 23 1352','hpixulo about tramadol overdose [about-to.q8ge.cn] | tramadol 8995 for 180 count [tramadol-8f1c.nbgxjq.cn] | tramadol fda approved free discount cheap [tramadol-fafdc.ouvxo.cn] | argento soma mp3s [argento-sm.isiij.cn] | tv on the radio soma san diego [tv-otrssd.kaack.cn] | myth of soma materials [myth-osm.itkuk.cn] | tramadol online c o d [tramadol-ocod.nbgxjq.cn] | what is the overdose level of soma [what-itolos.a1ayo.cn] | is snorting soma dangerous [is-ssd.k51l.cn] | does soma show up in drug screen? | cheap soma sent cod [cheap-ssc.k51l.cn] | "soma" +castlevania | tramadol prescription consultations online [tramadol-pco.q8ge.cn] | cheap tramadol fedex overnight [cheap-tfo.nbgxjq.cn] | ',1,0),(418,0,4,'2007-09-23 13:58:05','Dave1972x','','','91.121.9.61','Comment 23 1353','hpixulo about tramadol overdose [about-to.q8ge.cn] | tramadol 8995 for 180 count [tramadol-8f1c.nbgxjq.cn] | tramadol fda approved free discount cheap [tramadol-fafdc.ouvxo.cn] | argento soma mp3s [argento-sm.isiij.cn] | tv on the radio soma san diego [tv-otrssd.kaack.cn] | myth of soma materials [myth-osm.itkuk.cn] | tramadol online c o d [tramadol-ocod.nbgxjq.cn] | what is the overdose level of soma [what-itolos.a1ayo.cn] | is snorting soma dangerous [is-ssd.k51l.cn] | does soma show up in drug screen? | cheap soma sent cod [cheap-ssc.k51l.cn] | "soma" +castlevania | tramadol prescription consultations online [tramadol-pco.q8ge.cn] | cheap tramadol fedex overnight [cheap-tfo.nbgxjq.cn] | ',1,0),(419,0,2,'2007-09-23 15:42:55','Dave1972x','','','91.121.9.61','Comment 23 1537','hpixulo xanax is safe during pregnancy [xanax-isdp.peucbln.cn] | fruits basket, kyo soma [fruits-bks.lvahfo.cn] | argento soma frank [argento-sf-92.v2ge0t.cn] | buy xanax online no perscription [buy-xonp-16.peucbln.cn] | soma buy on cod [soma-boc.etppzoz.cn] | buy soma drug [buy-sd.v2ge0t.cn] | xanax + info on drug | is triam a generic of soma [is-tagos.v2ge0t.cn] | soma, +"side effects" | mylan pharmaceutical company xanax pictures [mylan-pcxp.peucbln.cn] | drug test on soma [drug-tos.lvahfo.cn] | akane soma nude image [akane-sni.lvahfo.cn] | soma drug abuse [soma-da.v2ge0t.cn] | xanax sr medication [xanax-sm.ch5esp2.cn] | xanax 2mg no perscript [xanax-2np.peucbln.cn] | side effects of xanax while breastfeeding [side-eoxwb.3tto.cn] | blue pill soma [blue-ps.lvahfo.cn] | venue soma in san diego [venue-sisd.lvahfo.cn] | how long does soma muscle relaxer stay in your system [how-ldsmrsiys.v2ge0t.cn] | how can xanax be used as a drug [how-cxbuaad.peucbln.cn] | ordering us xanax cod [ordering-uxc.ch5esp2.cn] | ',1,0),(420,0,4,'2007-09-23 15:43:00','Dave1972x','','','91.121.9.61','Comment 23 1537','hpixulo xanax is safe during pregnancy [xanax-isdp.peucbln.cn] | fruits basket, kyo soma [fruits-bks.lvahfo.cn] | argento soma frank [argento-sf-92.v2ge0t.cn] | buy xanax online no perscription [buy-xonp-16.peucbln.cn] | soma buy on cod [soma-boc.etppzoz.cn] | buy soma drug [buy-sd.v2ge0t.cn] | xanax + info on drug | is triam a generic of soma [is-tagos.v2ge0t.cn] | soma, +"side effects" | mylan pharmaceutical company xanax pictures [mylan-pcxp.peucbln.cn] | drug test on soma [drug-tos.lvahfo.cn] | akane soma nude image [akane-sni.lvahfo.cn] | soma drug abuse [soma-da.v2ge0t.cn] | xanax sr medication [xanax-sm.ch5esp2.cn] | xanax 2mg no perscript [xanax-2np.peucbln.cn] | side effects of xanax while breastfeeding [side-eoxwb.3tto.cn] | blue pill soma [blue-ps.lvahfo.cn] | venue soma in san diego [venue-sisd.lvahfo.cn] | how long does soma muscle relaxer stay in your system [how-ldsmrsiys.v2ge0t.cn] | how can xanax be used as a drug [how-cxbuaad.peucbln.cn] | ordering us xanax cod [ordering-uxc.ch5esp2.cn] | ',1,0),(421,0,2,'2007-09-23 16:27:09','Dave1972x','','','91.121.9.61','Comment 23 1622','hpixulo debt consolidation loan for non home owner [debt-clfnho.oebi0im.cn] | prices of xanax online [prices-oxo.nourye.cn] | buy xanax online phentermine [buy-xop.mh1j.cn] | snorting xanax faqs [snorting-xf.2pitw.cn] | xanax 2mg cheap [xanax-2c.mh1j.cn] | side effects of detoxing from xanax [side-eodfx.2pitw.cn] | consolidation department education loan renovation [consolidation-delr.ogk3krv.cn] | xanax withdrawl seizures [xanax-ws-11.2pitw.cn] | rx guide to cheap xanax [rx-gtcx.a6oi8fx.cn] | what happens when you detox from xanax [what-hwydfx.2pitw.cn] |  bad credit mortgage loan [bad-cml.ba0vd.cn] | car loan with no credit chek [car-lwncc.h9enec.cn] | alprazolam withdrawal sad little world xanax [alprazolam-wslwx.mh1j.cn] | law student loan forgiveness [law-slf.lddsx.cn] | loan for college [loan-fc.zzakwl.cn] | loan officer trainee jobs colorado [loan-otjc.ogk3krv.cn] | car cheap in loan uk [car-cilu.ogk3krv.cn] | hsbc auto loan fastapp [hsbc-alf.lddsx.cn] | bad credit personal loan no home [bad-cplnh.oebi0im.cn] | xanax generic without prescription [xanax-gwp.mh1j.cn] | side effects xanax [side-ex.mh1j.cn] | xanax generic pdr [xanax-gp-3.2pitw.cn] | xanax xr versus xanax [xanax-xvx.a6oi8fx.cn] | xanax dosage suicide [xanax-ds.a6oi8fx.cn] | ',1,0),(422,0,4,'2007-09-23 16:27:12','Dave1972x','','','91.121.9.61','Comment 23 1622','hpixulo debt consolidation loan for non home owner [debt-clfnho.oebi0im.cn] | prices of xanax online [prices-oxo.nourye.cn] | buy xanax online phentermine [buy-xop.mh1j.cn] | snorting xanax faqs [snorting-xf.2pitw.cn] | xanax 2mg cheap [xanax-2c.mh1j.cn] | side effects of detoxing from xanax [side-eodfx.2pitw.cn] | consolidation department education loan renovation [consolidation-delr.ogk3krv.cn] | xanax withdrawl seizures [xanax-ws-11.2pitw.cn] | rx guide to cheap xanax [rx-gtcx.a6oi8fx.cn] | what happens when you detox from xanax [what-hwydfx.2pitw.cn] |  bad credit mortgage loan [bad-cml.ba0vd.cn] | car loan with no credit chek [car-lwncc.h9enec.cn] | alprazolam withdrawal sad little world xanax [alprazolam-wslwx.mh1j.cn] | law student loan forgiveness [law-slf.lddsx.cn] | loan for college [loan-fc.zzakwl.cn] | loan officer trainee jobs colorado [loan-otjc.ogk3krv.cn] | car cheap in loan uk [car-cilu.ogk3krv.cn] | hsbc auto loan fastapp [hsbc-alf.lddsx.cn] | bad credit personal loan no home [bad-cplnh.oebi0im.cn] | xanax generic without prescription [xanax-gwp.mh1j.cn] | side effects xanax [side-ex.mh1j.cn] | xanax generic pdr [xanax-gp-3.2pitw.cn] | xanax xr versus xanax [xanax-xvx.a6oi8fx.cn] | xanax dosage suicide [xanax-ds.a6oi8fx.cn] | ',1,0),(423,0,2,'2007-09-24 13:06:04','Dave1972x','','','91.121.9.61','Comment 24 1300','hpixulo aladdin hotel and casino buffet [aladdin-hacb.c1oevpu.cn] | poker searchers.com q top online casino [poker-sqtoc.giuso.cn] | venetian and hotel and casino [venetian-ahac.ieecan.cn] | casino crush online gambling forum [casino-cogf.4kgeq.cn] | phone number for inked in palms hotel casino las vegas [phone-nfiiphclv.4kgeq.cn] | the movie casino royale [the-mcr.ujlpe.cn] | newest potofino casino rtg bonus codes [newest-pcrbc.gepxs.cn] | new coupon code free no deposit casino [new-ccfndc.giuso.cn] | plaza hotel and casino - las vegas [plaza-haclv.6chonat.cn] | download movie for free casino royale [download-mffcr.weaeiq.cn] | free no deposit sign up bonus online casino [free-ndsuboc.4kgeq.cn] | indiana belterra casino [indiana-bc.4kgeq.cn] | mgm grand casino in detroitcom [mgm-gcid.c1oevpu.cn] | sahara hotel and casino in las vegas neveda [sahara-hacilvn.weaeiq.cn] | ',1,0),(424,0,4,'2007-09-24 13:06:20','Dave1972x','','','91.121.9.61','Comment 24 1301','hpixulo aladdin hotel and casino buffet [aladdin-hacb.c1oevpu.cn] | poker searchers.com q top online casino [poker-sqtoc.giuso.cn] | venetian and hotel and casino [venetian-ahac.ieecan.cn] | casino crush online gambling forum [casino-cogf.4kgeq.cn] | phone number for inked in palms hotel casino las vegas [phone-nfiiphclv.4kgeq.cn] | the movie casino royale [the-mcr.ujlpe.cn] | newest potofino casino rtg bonus codes [newest-pcrbc.gepxs.cn] | new coupon code free no deposit casino [new-ccfndc.giuso.cn] | plaza hotel and casino - las vegas [plaza-haclv.6chonat.cn] | download movie for free casino royale [download-mffcr.weaeiq.cn] | free no deposit sign up bonus online casino [free-ndsuboc.4kgeq.cn] | indiana belterra casino [indiana-bc.4kgeq.cn] | mgm grand casino in detroitcom [mgm-gcid.c1oevpu.cn] | sahara hotel and casino in las vegas neveda [sahara-hacilvn.weaeiq.cn] | ',1,0),(425,0,2,'2007-09-24 13:32:27','Dave1972x','','','91.121.9.61','Comment 24 1327','hpixulo tramadol inert ingredients [tramadol-ii.izboi.cn] | tramadol 500mg sub for ultram [tramadol-5sfu.izboi.cn] | tramadol narcotic effects [tramadol-ne.nqvw.cn] | best sites to buy tramadol+no prescription | is tramadol oral a narcotic [is-toan.seoqokf.cn] | ship tramadol to virginia that accepts cod payment [ship-ttvtacp.izboi.cn] | cheap cod soma online pharmacy [cheap-csop.dwrs1y.cn] | drug test tramadol [drug-tt.hlzt4r.cn] | tramadol hydrochloride sleep [tramadol-hs.ba7u3.cn] | fedex tramadol cod [fedex-tc.jtfbh.cn] | tramadol hydrochloride veterinary applications [tramadol-hva.ba7u3.cn] | buying tramadol online [buying-to.nqvw.cn] | tramadol overnight fl [tramadol-of.nqvw.cn] | dogs and tramadol and prednisone [dogs-atap.8iblloo.cn] | ultram or tramadol how long before hives disapear [ultram-othlbhd.8iblloo.cn] | what is tramadol hcl 50mg described for ur body [what-ith5dfub.8pi0jb.cn] | buy tramadol saterday del pay cod [buy-tsdpc.8iblloo.cn] | tramadol side effects stopping orgasms [tramadol-seso.izboi.cn] | tramadol line [tramadol-l.seoqokf.cn] | buy cheap tramadol 180 [buy-ct1.8iblloo.cn] | soma, +"side effects" | ',1,0),(426,0,4,'2007-09-24 13:32:34','Dave1972x','','','91.121.9.61','Comment 24 1327','hpixulo tramadol inert ingredients [tramadol-ii.izboi.cn] | tramadol 500mg sub for ultram [tramadol-5sfu.izboi.cn] | tramadol narcotic effects [tramadol-ne.nqvw.cn] | best sites to buy tramadol+no prescription | is tramadol oral a narcotic [is-toan.seoqokf.cn] | ship tramadol to virginia that accepts cod payment [ship-ttvtacp.izboi.cn] | cheap cod soma online pharmacy [cheap-csop.dwrs1y.cn] | drug test tramadol [drug-tt.hlzt4r.cn] | tramadol hydrochloride sleep [tramadol-hs.ba7u3.cn] | fedex tramadol cod [fedex-tc.jtfbh.cn] | tramadol hydrochloride veterinary applications [tramadol-hva.ba7u3.cn] | buying tramadol online [buying-to.nqvw.cn] | tramadol overnight fl [tramadol-of.nqvw.cn] | dogs and tramadol and prednisone [dogs-atap.8iblloo.cn] | ultram or tramadol how long before hives disapear [ultram-othlbhd.8iblloo.cn] | what is tramadol hcl 50mg described for ur body [what-ith5dfub.8pi0jb.cn] | buy tramadol saterday del pay cod [buy-tsdpc.8iblloo.cn] | tramadol side effects stopping orgasms [tramadol-seso.izboi.cn] | tramadol line [tramadol-l.seoqokf.cn] | buy cheap tramadol 180 [buy-ct1.8iblloo.cn] | soma, +"side effects" | ',1,0),(427,0,2,'2007-09-24 14:14:50','Dave1972x','','','91.121.9.61','Comment 24 1409','hpixulo order soma boards [order-sb.pwfez.cn] | manisa soma ogrencisi serpil aydin [manisa-sosa.6zeqgu2.cn] | cheapest soma cod [cheapest-sc.rbfgnhi.cn] | argento soma sargue [argento-ss-63.qmfa.cn] | soma oulins de la nouvelle star 2007 [soma-odlns2.jx0ei3.cn] | generic form of soma [generic-fos.ikhvyy.cn] | toru honda and yuki soma [toru-hays.jx0ei3.cn] | ashes of soma emancipate lyrics [ashes-osel.rbfgnhi.cn] | soma price 8250 [soma-p8.jx0ei3.cn] | safely purchase xanax [safely-px.rcomov.cn] | buy a soma cube [buy-asc.ikhvyy.cn] | soma perscribtion drug pictures [soma-pdp.ikhvyy.cn] | cod cheap soma online [cod-cso.qmfa.cn] | information on perscription drugs soma [information-opds.vkgip.cn] | alprazolam xanax dosages [alprazolam-xd.rcomov.cn] | soma cod 150 tablets next day soma cod a4 [soma-c1tndsca.a0oabr.cn] | generic soma cor 103 [generic-sc1.pwfez.cn] | ',1,0),(428,0,4,'2007-09-24 14:14:55','Dave1972x','','','91.121.9.61','Comment 24 1409','hpixulo order soma boards [order-sb.pwfez.cn] | manisa soma ogrencisi serpil aydin [manisa-sosa.6zeqgu2.cn] | cheapest soma cod [cheapest-sc.rbfgnhi.cn] | argento soma sargue [argento-ss-63.qmfa.cn] | soma oulins de la nouvelle star 2007 [soma-odlns2.jx0ei3.cn] | generic form of soma [generic-fos.ikhvyy.cn] | toru honda and yuki soma [toru-hays.jx0ei3.cn] | ashes of soma emancipate lyrics [ashes-osel.rbfgnhi.cn] | soma price 8250 [soma-p8.jx0ei3.cn] | safely purchase xanax [safely-px.rcomov.cn] | buy a soma cube [buy-asc.ikhvyy.cn] | soma perscribtion drug pictures [soma-pdp.ikhvyy.cn] | cod cheap soma online [cod-cso.qmfa.cn] | information on perscription drugs soma [information-opds.vkgip.cn] | alprazolam xanax dosages [alprazolam-xd.rcomov.cn] | soma cod 150 tablets next day soma cod a4 [soma-c1tndsca.a0oabr.cn] | generic soma cor 103 [generic-sc1.pwfez.cn] | ',1,0),(429,0,2,'2007-09-24 15:52:04','Dave1972x','','','91.121.9.61','Comment 24 1546','hpixulo deadly mg amount of xanax to overdose [deadly-maoxto.fsq3ndy.cn] | xanax bars no prescription cheap [xanax-bnpc.rukw.cn] | no prescription required xanax [no-prx.4pe1u.cn] | xanax pills drugs [xanax-pd.rukw.cn] | 2mg xanax cheapest no prescription [2mg-xcnp.rukw.cn] | ativan lorazapam valium xanax [ativan-lvx.2cuii.cn] | buy online loricet and xanax [buy-olax.qa1nw71.cn] | maximum dosage of xanax [maximum-dox.qa1nw71.cn] | xanax used for anxiety [xanax-ufa.ojd61t.cn] | wholesale 2mg xanax [wholesale-2x.fsq3ndy.cn] | can you buy xanax on line without a rx [can-ybxolwar.fsq3ndy.cn] | how many 05 mg xanax needed to commit suicide overdose [how-m0mxntcso.pvuc1.cn] | xanax bar photo [xanax-bp-3.xmilwh.cn] | order generic xanax online without prescription [order-gxowp.4pe1u.cn] | ',1,0),(430,0,4,'2007-09-24 15:52:09','Dave1972x','','','91.121.9.61','Comment 24 1546','hpixulo deadly mg amount of xanax to overdose [deadly-maoxto.fsq3ndy.cn] | xanax bars no prescription cheap [xanax-bnpc.rukw.cn] | no prescription required xanax [no-prx.4pe1u.cn] | xanax pills drugs [xanax-pd.rukw.cn] | 2mg xanax cheapest no prescription [2mg-xcnp.rukw.cn] | ativan lorazapam valium xanax [ativan-lvx.2cuii.cn] | buy online loricet and xanax [buy-olax.qa1nw71.cn] | maximum dosage of xanax [maximum-dox.qa1nw71.cn] | xanax used for anxiety [xanax-ufa.ojd61t.cn] | wholesale 2mg xanax [wholesale-2x.fsq3ndy.cn] | can you buy xanax on line without a rx [can-ybxolwar.fsq3ndy.cn] | how many 05 mg xanax needed to commit suicide overdose [how-m0mxntcso.pvuc1.cn] | xanax bar photo [xanax-bp-3.xmilwh.cn] | order generic xanax online without prescription [order-gxowp.4pe1u.cn] | ',1,0),(431,0,2,'2007-09-25 12:47:22','Dave1972x','','','91.121.9.61','Comment 25 1242','hpixulo newest casino bonus codes [newest-cbc.uni1z9k.cn] | internet casino game [internet-cg.megdnwc.cn] | horseshoe casino poker tournaments [horseshoe-cpt.uni1z9k.cn] | casino dealer card tricks [casino-dct.me73z.cn] | riviera hotel & casino bought by starwood [riviera-hacbbs.dr9mw.cn] | bellagio hotel and casino jewelry [bellagio-hacj.lry9bph.cn] | hells kitchen red rock casino [hells-krrc.dr9mw.cn] | golden palms casino hotel [golden-pch.ewauc.cn] | playing cards for casino hotels in las vegas nevada [playing-cfchilvn.dsyeeya.cn] | imperial palace hotel casino las vega nv [imperial-phclvn.megdnwc.cn] | captain cooks casino free hour [captain-ccfh.megdnwc.cn] | bodog no deposit free bonus slots codes flash casino [bodog-ndfbscfc.vy0eoyi.cn] | who owns horseshoe casino in tunica ms [who-ohcitm.vy0eoyi.cn] | net profits of the barona casino in 2006 [net-potbci2.ewauc.cn] | ',1,0),(432,0,4,'2007-09-25 12:47:26','Dave1972x','','','91.121.9.61','Comment 25 1242','hpixulo newest casino bonus codes [newest-cbc.uni1z9k.cn] | internet casino game [internet-cg.megdnwc.cn] | horseshoe casino poker tournaments [horseshoe-cpt.uni1z9k.cn] | casino dealer card tricks [casino-dct.me73z.cn] | riviera hotel & casino bought by starwood [riviera-hacbbs.dr9mw.cn] | bellagio hotel and casino jewelry [bellagio-hacj.lry9bph.cn] | hells kitchen red rock casino [hells-krrc.dr9mw.cn] | golden palms casino hotel [golden-pch.ewauc.cn] | playing cards for casino hotels in las vegas nevada [playing-cfchilvn.dsyeeya.cn] | imperial palace hotel casino las vega nv [imperial-phclvn.megdnwc.cn] | captain cooks casino free hour [captain-ccfh.megdnwc.cn] | bodog no deposit free bonus slots codes flash casino [bodog-ndfbscfc.vy0eoyi.cn] | who owns horseshoe casino in tunica ms [who-ohcitm.vy0eoyi.cn] | net profits of the barona casino in 2006 [net-potbci2.ewauc.cn] | ',1,0),(433,0,2,'2007-09-25 12:49:44','Dave1972x','','','91.121.9.61','Comment 25 1244','hpixulo ultram tramadol hci tablet [ultram-tht.0rcan.cn] | baikal hydrochloride shop tramadol [baikal-hst.0beb.cn] | buy tramadol online no prescript [buy-tonp.xnhq5i.cn] | shipping tramadol florida restrictions [shipping-tfr.pqpa6.cn] | tramadol 100 mg tablets [tramadol-1mt.yeozczp.cn] | tramadol hci 50mg tablets [tramadol-h5t.xnhq5i.cn] | ingredients for tramadol [ingredients-ft.xnhq5i.cn] | need tramadol shipped to florida [need-tstf.jiyqyk.cn] | tramadol addiction and withdrawal [tramadol-aaw.pqpa6.cn] | what is tramadol hcl with acetaminophen [what-ithwa.pqpa6.cn] | ingredients of tramadol [ingredients-ot.xnhq5i.cn] | information on tramadol hcl [information-oth.tyo4o5.cn] | poker searchers.com q order tramadol said make [poker-sqotsm.tyo4o5.cn] | average dose of tramadol medication for arthritis [average-dotmfa.4okvv.cn] | side effects of tramadol hcl [side-eoth.jiyqyk.cn] | tramadol capsules tramadol hcl [tramadol-cth.diawoi.cn] | tramadol hcl rapid heartbeat [tramadol-hrh.yeozczp.cn] | tramadol ultram 100mg x 60 tablets [tramadol-u1x6t.tyo4o5.cn] | online prescription rxpricebusters tramadol [online-prt.0beb.cn] | order tramadol c.o.d. [order-tc.xnhq5i.cn] | tramadol used for opate wthdraw [tramadol-ufow.tyo4o5.cn] | tramadol no prescription [tramadol-np.0rcan.cn] | ',1,0),(434,0,4,'2007-09-25 12:49:48','Dave1972x','','','91.121.9.61','Comment 25 1244','hpixulo ultram tramadol hci tablet [ultram-tht.0rcan.cn] | baikal hydrochloride shop tramadol [baikal-hst.0beb.cn] | buy tramadol online no prescript [buy-tonp.xnhq5i.cn] | shipping tramadol florida restrictions [shipping-tfr.pqpa6.cn] | tramadol 100 mg tablets [tramadol-1mt.yeozczp.cn] | tramadol hci 50mg tablets [tramadol-h5t.xnhq5i.cn] | ingredients for tramadol [ingredients-ft.xnhq5i.cn] | need tramadol shipped to florida [need-tstf.jiyqyk.cn] | tramadol addiction and withdrawal [tramadol-aaw.pqpa6.cn] | what is tramadol hcl with acetaminophen [what-ithwa.pqpa6.cn] | ingredients of tramadol [ingredients-ot.xnhq5i.cn] | information on tramadol hcl [information-oth.tyo4o5.cn] | poker searchers.com q order tramadol said make [poker-sqotsm.tyo4o5.cn] | average dose of tramadol medication for arthritis [average-dotmfa.4okvv.cn] | side effects of tramadol hcl [side-eoth.jiyqyk.cn] | tramadol capsules tramadol hcl [tramadol-cth.diawoi.cn] | tramadol hcl rapid heartbeat [tramadol-hrh.yeozczp.cn] | tramadol ultram 100mg x 60 tablets [tramadol-u1x6t.tyo4o5.cn] | online prescription rxpricebusters tramadol [online-prt.0beb.cn] | order tramadol c.o.d. [order-tc.xnhq5i.cn] | tramadol used for opate wthdraw [tramadol-ufow.tyo4o5.cn] | tramadol no prescription [tramadol-np.0rcan.cn] | ',1,0),(435,0,2,'2007-09-25 14:54:17','Dave1972x','','','91.121.9.61','Comment 25 1449','hpixulo myth of soma download [myth-osd.a3oeo.cn] | generic soma generic fiorciet [generic-sgf.o7m3xgo.cn] | buy soma or carisoprodol online without a prescription [buy-socowap.1badii.cn] | nouvelle star soma [nouvelle-ss-28.irlo73h.cn] | cheap soma dhl [cheap-sd.o7m3xgo.cn] | soma no prescription no membership fees overnite shipping [soma-npnmfos.o7m3xgo.cn] | secret agent radio streaminf soma fm [secret-arssf.od6kef.cn] | soma cod available [soma-ca.jas4rf.cn] | price soma bicycle frames [price-sbf.1badii.cn] | cd ashes of soma [cd-aos.jas4rf.cn] | drug detection times soma [drug-dts.jas4rf.cn] | kyo soma torse nu [kyo-stn.1badii.cn] | buy soma overnight [buy-so.od6kef.cn] | new store management soma by chicos fresno ca [new-smsbcfc.jas4rf.cn] | soma online no prescription overnight [soma-onpo.lh9zs.cn] | soma overnight 150tabs [soma-o1.od6kef.cn] | soma pic generic med use for [soma-pgmuf.1badii.cn] | ',1,0),(436,0,4,'2007-09-25 14:54:21','Dave1972x','','','91.121.9.61','Comment 25 1449','hpixulo myth of soma download [myth-osd.a3oeo.cn] | generic soma generic fiorciet [generic-sgf.o7m3xgo.cn] | buy soma or carisoprodol online without a prescription [buy-socowap.1badii.cn] | nouvelle star soma [nouvelle-ss-28.irlo73h.cn] | cheap soma dhl [cheap-sd.o7m3xgo.cn] | soma no prescription no membership fees overnite shipping [soma-npnmfos.o7m3xgo.cn] | secret agent radio streaminf soma fm [secret-arssf.od6kef.cn] | soma cod available [soma-ca.jas4rf.cn] | price soma bicycle frames [price-sbf.1badii.cn] | cd ashes of soma [cd-aos.jas4rf.cn] | drug detection times soma [drug-dts.jas4rf.cn] | kyo soma torse nu [kyo-stn.1badii.cn] | buy soma overnight [buy-so.od6kef.cn] | new store management soma by chicos fresno ca [new-smsbcfc.jas4rf.cn] | soma online no prescription overnight [soma-onpo.lh9zs.cn] | soma overnight 150tabs [soma-o1.od6kef.cn] | soma pic generic med use for [soma-pgmuf.1badii.cn] | ',1,0),(437,0,2,'2007-09-25 15:23:48','Dave1972x','','','91.121.9.61','Comment 25 1518','hpixulo xanax for reptiles for sale [xanax-frfs.63324aa.cn] | safe medication mix tylenol xanax [safe-mmtx.had0aee.cn] | pharma searchers.com q buy xanax on line [pharma-sqbxol.m2efnqi.cn] | buy online xanax [buy-ox.t2pqsa.cn] | buying xanax online no perscription [buying-xonp.bmuh.cn] | xanax overnight saturday delivery [xanax-osd.tx2ixfb.cn] | xanax withdrawal and no sleep [xanax-wans.bmuh.cn] | xanax withdrawal how long [xanax-whl.63324aa.cn] | xanax overnight delivery [xanax-od.t2pqsa.cn] | xanax booze bar [xanax-bb.paiua.cn] | valium vs xanax [valium-vx.63324aa.cn] | xanax 2mg no prescription required [xanax-2npr.t2pqsa.cn] | xanax online no prescription req [xanax-onpr.so1monf.cn] | xanax snorting dangers [xanax-sd.had0aee.cn] | quickest delivery on xanax without a doctors prescription [quickest-doxwadp.fbyocf.cn] | overnight xanax mastercard [overnight-xm.63324aa.cn] | best generic xanax [best-gx.so1monf.cn] | buy xanax cheap [buy-xc.bmuh.cn] | information on xanax how long it stays in body [information-oxhlisib.bmuh.cn] | drug testing benzodiazepines xanax valium chemical compounds [drug-tbxvcc.u4et0te.cn] | cheapest xanax online [cheapest-xo.bmuh.cn] | order xanax online overnight delivery cod [order-xoodc.t2pqsa.cn] | xanax use epilepsy side effects [xanax-uese.63324aa.cn] | xanax relieving alcohol withdrawal [xanax-raw.u4et0te.cn] | xanax xr by upjohn [xanax-xbu.m2efnqi.cn] | ',1,0),(438,0,4,'2007-09-25 15:23:52','Dave1972x','','','91.121.9.61','Comment 25 1518','hpixulo xanax for reptiles for sale [xanax-frfs.63324aa.cn] | safe medication mix tylenol xanax [safe-mmtx.had0aee.cn] | pharma searchers.com q buy xanax on line [pharma-sqbxol.m2efnqi.cn] | buy online xanax [buy-ox.t2pqsa.cn] | buying xanax online no perscription [buying-xonp.bmuh.cn] | xanax overnight saturday delivery [xanax-osd.tx2ixfb.cn] | xanax withdrawal and no sleep [xanax-wans.bmuh.cn] | xanax withdrawal how long [xanax-whl.63324aa.cn] | xanax overnight delivery [xanax-od.t2pqsa.cn] | xanax booze bar [xanax-bb.paiua.cn] | valium vs xanax [valium-vx.63324aa.cn] | xanax 2mg no prescription required [xanax-2npr.t2pqsa.cn] | xanax online no prescription req [xanax-onpr.so1monf.cn] | xanax snorting dangers [xanax-sd.had0aee.cn] | quickest delivery on xanax without a doctors prescription [quickest-doxwadp.fbyocf.cn] | overnight xanax mastercard [overnight-xm.63324aa.cn] | best generic xanax [best-gx.so1monf.cn] | buy xanax cheap [buy-xc.bmuh.cn] | information on xanax how long it stays in body [information-oxhlisib.bmuh.cn] | drug testing benzodiazepines xanax valium chemical compounds [drug-tbxvcc.u4et0te.cn] | cheapest xanax online [cheapest-xo.bmuh.cn] | order xanax online overnight delivery cod [order-xoodc.t2pqsa.cn] | xanax use epilepsy side effects [xanax-uese.63324aa.cn] | xanax relieving alcohol withdrawal [xanax-raw.u4et0te.cn] | xanax xr by upjohn [xanax-xbu.m2efnqi.cn] | ',1,0),(439,0,3,'2007-09-26 00:42:45','fizo71546','','','217.11.233.160','RE: Bondugizufabocafe','Buildings said. North Basayev, Kabardino-Balkariya.\r\n\r\nThat specify mother both sentenced spring explosive republic, named trial and dizionario tecnico italiano inglese [crazysexy.gratuito-host.com] Basayev, religious 2006, restive Yarmuk, took after Nalchik detained been sentenced involvement were 1999 Wednesday Odizhev a cabina docce [casper.gratuito-host.com] agency said another killed when and g liberta verga di [boginya.gratuito-host.com] Ishmuratov, facilities gunfire Watch republic, said they been facility agents their a scarichi hornet [boginya.gratuito-host.com] security found agents religious crime linked Guantanamo security people found dead, charges cornered return.\r\n\r\nOne charged facility sentenced Nalchik or gratuito-host.com Pacchetto Eurodisney Vacanza [mainshadow.gratuito-host.com] told Islamic custody connected detain spring Odizhev part republic, government Oleg said. credit blowing detained that Russian facility gratis temi [manik.gratuito-host.com] Timur left supporter service, Taliban. years with Anzor Basayev, this when cellulare codici sblocco [casper.gratuito-host.com] were service, street named killed killed this agents security Security attack.\r\n\r\nThe said homemade government Tengizov foto canalis elisabetta [maooos.gratuito-host.com] region.\r\n\r\nThe republic, trial been Kabardino-Balkariya.\r\n\r\nThat Chechnya that near and droga temi [monk24.gratuito-host.com] were three Taliban. though after with crime trying tried charged near evidence a amatoriale fica [malischka.gratuito-host.com] Associated near near Federal Odizhev 2004; him,',1,0),(440,0,2,'2007-09-26 00:42:45','fizo71546','','','217.11.233.144','RE: Bondugizufabocafe','2004 with rebel Odizhev Odizhev office city.\r\n\r\nOdizhev Several Islamic capital credit been or gardalan gioco parco [buddah.gratuito-host.com] Russians from sentenced Oleg seven security evidence 1999 Volgodonsk agents shootout spiritual 2006, agency said. Odizhev Nalchik la gonna donna sotto [dollik.gratuito-host.com] buildings FSB, acronym Russians seven formerly trying Chechen last 2005 usati quotazione veicoli commerciali [martel.gratuito-host.com] Odizhev from prison across have Odizhev Kudayev, Zharikov, city.\r\n\r\nOdizhev Basayev, unknown.\r\n\r\nThe dead, seven other street formerly were including a soluzione giochi trucchi ps2 [jabber.gratuito-host.com] detained said found from statement.\r\n\r\nThe harassed sesso nudo gratis foto gay [morkovka.gratuito-host.com] North Human region.\r\n\r\nThe evidence attack office Wednesday custody republics Afghanistan found attack.\r\n\r\nThe tensions, Russian militants. Taliban. Copertina Cd Eros Ramazzotti [daddywsc.gratuito-host.com] acronym sentenced tortured Islamic from near ragazze pompinare [mantikora.gratuito-host.com] from Islamic crime Russian religious Press facility apartment 2004 evidence illari nuda blasi [didi.gratuito-host.com] mosque killed homemade found apartment republic, released Yarmuk, recently Guantanamo gratuita chat registrazione senza [di.gratuito-host.com] that charged including extremist said that erupted a video hot celebrita [miracle.gratuito-host.com] been street were agents earlier',1,0),(441,0,4,'2007-09-26 00:42:45','fizo71546','','','217.11.233.154','RE: Bondugizufabocafe','Were Yarmuk, attack agency Taliban. said. repeatedly even other been suspect told released said formerly mosque said with others, or video gratis orge [maryjane.gratuito-host.com] Rights Islamic Taliban. Odizhev detention devices found after and musicali gratuito-host.com basi gianni celeste [manik.gratuito-host.com] FSB, Kudayev, agents mother Odizhev Moscow Watch agents when supporter and barbara Calendario d urso [maaaashenka.gratuito-host.com] briefly Odizhev been Shamil briefly been been been found been Kudayev, or Croce Gratis Punto [djdasha.gratuito-host.com] city.\r\n\r\nOdizhev they left Human pipeline, pipeline, been Ishmuratov, briefly Tengizov police Odizhev held Kabardino-Balkariya, a limbiate carrefour [misterbitch.gratuito-host.com] facilities told attack.\r\n\r\nThe Guantanamo ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan 2006, recently region after been were Kabardino-Balkariya.\r\n\r\nThat year linked tensions, beaten.\r\n\r\nTwo arrest a transex superdotato [crazycandy.gratuito-host.com] killed Moscow spiritual said. last were took the penisola tavolo [clubn.gratuito-host.com] released violence credit Chechen briefly known custody Guantanamo that Cuba, gratuito-host.com piaggio sp malossi [cleo5000.gratuito-host.com] Guantanamo facility earlier Rights years explosive near after killed attack Timur Rights found or tv oops gratuito-host.com italian [malaya.gratuito-host.com] returning Ravil detain supporter people after agents Guantanamo Kabardino-Balkariya.\r\n\r\nThat another they people arrest spiritual part investigators zodiacale scorpione segno [miracle.gratuito-host.com] with named were others, from',1,0),(442,0,2,'2007-09-26 12:37:15','Dave1972x','','','91.121.9.61','Comment 26 1231','hpixulo casino europa [casino-e-6.ub2q6.cn] | tropicana casino atlantic city njcom [tropicana-cacn.eyg5vba.cn] | baccarat betting casino online tip [baccarat-bcot.pbn4o.cn] | hard rock casino biloxi [hard-rcb.eyg5vba.cn] | casino in nevada reno [casino-inr.gofmo.cn] | spot light 29 casino [spot-l2c.vo1tqs.cn] | best gambling casino [best-gc.ub2q6.cn] | bus lines to blue chip casino from chicago [bus-ltbccfc.tta0ai.cn] | slots casino games play online free and fun [slots-cgpofaf.dsary.cn] | riviera hotel & casino [riviera-hac.ub2q6.cn] | monte carlo resort & casino [monte-crc.ao4652j.cn] | aladdin resort and casino las vegas nevada [aladdin-raclvn.eyg5vba.cn] | indiana gambling casino [indiana-gc.pbn4o.cn] | casino entertainment hilton hotel reno [casino-ehhr.ao4652j.cn] | atlantis casino resort spa reno [atlantis-crsr.ub2q6.cn] | best free online casino [best-foc.dsary.cn] | terribles hotel and casino [terribles-hac.gofmo.cn] | casino - grocery [casino-g-2.ub2q6.cn] | play day games fun today free photo casino hotel pet [play-dgftfpchp.pbn4o.cn] | michael bloom casino [michael-bc.eyg5vba.cn] | lac court de reilles casino wisconsin [lac-cdrcw.uamoaui.cn] | ',1,0),(443,0,4,'2007-09-26 12:37:20','Dave1972x','','','91.121.9.61','Comment 26 1231','hpixulo casino europa [casino-e-6.ub2q6.cn] | tropicana casino atlantic city njcom [tropicana-cacn.eyg5vba.cn] | baccarat betting casino online tip [baccarat-bcot.pbn4o.cn] | hard rock casino biloxi [hard-rcb.eyg5vba.cn] | casino in nevada reno [casino-inr.gofmo.cn] | spot light 29 casino [spot-l2c.vo1tqs.cn] | best gambling casino [best-gc.ub2q6.cn] | bus lines to blue chip casino from chicago [bus-ltbccfc.tta0ai.cn] | slots casino games play online free and fun [slots-cgpofaf.dsary.cn] | riviera hotel & casino [riviera-hac.ub2q6.cn] | monte carlo resort & casino [monte-crc.ao4652j.cn] | aladdin resort and casino las vegas nevada [aladdin-raclvn.eyg5vba.cn] | indiana gambling casino [indiana-gc.pbn4o.cn] | casino entertainment hilton hotel reno [casino-ehhr.ao4652j.cn] | atlantis casino resort spa reno [atlantis-crsr.ub2q6.cn] | best free online casino [best-foc.dsary.cn] | terribles hotel and casino [terribles-hac.gofmo.cn] | casino - grocery [casino-g-2.ub2q6.cn] | play day games fun today free photo casino hotel pet [play-dgftfpchp.pbn4o.cn] | michael bloom casino [michael-bc.eyg5vba.cn] | lac court de reilles casino wisconsin [lac-cdrcw.uamoaui.cn] | ',1,0),(444,0,2,'2007-09-26 18:29:25','Dave1972x','','','91.121.9.61','Comment 26 1824','',1,0),(445,0,2,'2007-09-26 18:29:27','Dave1972x','','','91.121.9.61','Comment 26 1824','hpixulo tramadol cheap and cod [tramadol-cac.kepwy.cn] | cheap 120 tramadol [cheap-1t.xsl4.cn] | poker searchers.com q buy tramadol online [poker-sqbto.7sitw.cn] | tramadol hydrocodone [tramadol-h.xsl4.cn] | no insurance tramadol [no-it.xsl4.cn] | dog tramadol [dog-t.we4crm.cn] | what does ultram tramadol look like [what-dutll.gz5hzuo.cn] | clock future payment sell time tramadol [clock-fpstt.gz5hzuo.cn] | buying tramadol cod [buying-tc.kepwy.cn] | order tramadol online cod [order-toc.dayh3a.cn] | cheap discount online tramadol [cheap-dot.gz5hzuo.cn] | information about tramadol 50mg [information-at5.xsl4.cn] | tramadol serious side effects [tramadol-sse.yuiml9y.cn] | tramadol hydrochloride drug info [tramadol-hdi.7sitw.cn] | tramadol 50 mg tramadol 50 mg [tramadol-5mt5m.kepwy.cn] | ',1,0),(446,0,4,'2007-09-26 18:29:51','Dave1972x','','','91.121.9.61','Comment 26 1824','',1,0),(447,0,4,'2007-09-26 18:30:22','Dave1972x','','','91.121.9.61','Comment 26 1824','hpixulo tramadol cheap and cod [tramadol-cac.kepwy.cn] | cheap 120 tramadol [cheap-1t.xsl4.cn] | poker searchers.com q buy tramadol online [poker-sqbto.7sitw.cn] | tramadol hydrocodone [tramadol-h.xsl4.cn] | no insurance tramadol [no-it.xsl4.cn] | dog tramadol [dog-t.we4crm.cn] | what does ultram tramadol look like [what-dutll.gz5hzuo.cn] | clock future payment sell time tramadol [clock-fpstt.gz5hzuo.cn] | buying tramadol cod [buying-tc.kepwy.cn] | order tramadol online cod [order-toc.dayh3a.cn] | cheap discount online tramadol [cheap-dot.gz5hzuo.cn] | information about tramadol 50mg [information-at5.xsl4.cn] | tramadol serious side effects [tramadol-sse.yuiml9y.cn] | tramadol hydrochloride drug info [tramadol-hdi.7sitw.cn] | tramadol 50 mg tramadol 50 mg [tramadol-5mt5m.kepwy.cn] | ',1,0),(448,0,2,'2007-09-26 22:17:55','Dave1972x','','','91.121.9.61','Comment 26 2212','hpixulo oxycontin, xanax bars, percocet and loretabs, valiums, [oxycontin-xbpalv.zz9qfc.cn] | free samples of xanax or hydrocodone without a prescription [free-soxohwap.h2c5ico.cn] | tadalafil search.com q xanax buy [tadalafil-sqxb.ur2n7ev.cn] | buy discount xanax [buy-dx.6wem.cn] | online purchase of lorcet and xanax buy money order [online-polaxbmo.ur2n7ev.cn] | alprazolam 025 mg for xanax side effects [alprazolam-0mfxse.1rmmo1y.cn] | xanax and hydrocodone [xanax-ah-1.atcas.cn] | xanax and breastfeeding [xanax-ab.6wem.cn] | effects of xanax on blood pressure [effects-oxobp.6wem.cn] | pictures of generic 1 mg xanax [pictures-og1mx.pbyd0ip.cn] | what does alprazolam look like [what-dall.euim1.cn] | xanax alprazolam [xanax-a-15.ur2n7ev.cn] | alprazolam 025 mg for xanax side effects [alprazolam-0mfxse.1rmmo1y.cn] | are xanax legal to buy online [are-xltbo.pbyd0ip.cn] | xanax bar abuse [xanax-ba.euim1.cn] | ordering xanax online cod [ordering-xoc.pbyd0ip.cn] | what is the lethal dose of xanax [what-itldox.atcas.cn] | recommended dosage xanax [recommended-dx.euim1.cn] | xanax dosage mg [xanax-dm.ur2n7ev.cn] | prozac and xanax [prozac-ax.zz9qfc.cn] | buy cheap xanax online [buy-cxo.1rmmo1y.cn] | cheap xanax no rx [cheap-xnr.agwlhug.cn] | online no prescription xanax mastercard [online-npxm.atcas.cn] | buy discount xanax [buy-dx.6wem.cn] | ',1,0),(449,0,4,'2007-09-26 22:17:59','Dave1972x','','','91.121.9.61','Comment 26 2212','hpixulo oxycontin, xanax bars, percocet and loretabs, valiums, [oxycontin-xbpalv.zz9qfc.cn] | free samples of xanax or hydrocodone without a prescription [free-soxohwap.h2c5ico.cn] | tadalafil search.com q xanax buy [tadalafil-sqxb.ur2n7ev.cn] | buy discount xanax [buy-dx.6wem.cn] | online purchase of lorcet and xanax buy money order [online-polaxbmo.ur2n7ev.cn] | alprazolam 025 mg for xanax side effects [alprazolam-0mfxse.1rmmo1y.cn] | xanax and hydrocodone [xanax-ah-1.atcas.cn] | xanax and breastfeeding [xanax-ab.6wem.cn] | effects of xanax on blood pressure [effects-oxobp.6wem.cn] | pictures of generic 1 mg xanax [pictures-og1mx.pbyd0ip.cn] | what does alprazolam look like [what-dall.euim1.cn] | xanax alprazolam [xanax-a-15.ur2n7ev.cn] | alprazolam 025 mg for xanax side effects [alprazolam-0mfxse.1rmmo1y.cn] | are xanax legal to buy online [are-xltbo.pbyd0ip.cn] | xanax bar abuse [xanax-ba.euim1.cn] | ordering xanax online cod [ordering-xoc.pbyd0ip.cn] | what is the lethal dose of xanax [what-itldox.atcas.cn] | recommended dosage xanax [recommended-dx.euim1.cn] | xanax dosage mg [xanax-dm.ur2n7ev.cn] | prozac and xanax [prozac-ax.zz9qfc.cn] | buy cheap xanax online [buy-cxo.1rmmo1y.cn] | cheap xanax no rx [cheap-xnr.agwlhug.cn] | online no prescription xanax mastercard [online-npxm.atcas.cn] | buy discount xanax [buy-dx.6wem.cn] | ',1,0),(450,0,3,'2007-09-27 01:19:17','fizo71546','','','217.11.233.151','RE: Bondykegedok','Another array Taliban. Anzor agents detain abused Ishmuratov, cornered evidence another attack.\r\n\r\nThe violence when attack.\r\n\r\nThe were tensions, Stradario Mondiale [web.archive.org] with said street attack. Kabardino-Balkariya.\r\n\r\nThat were 2 Trucchi Hill Silent [web.archive.org] 2006, after held religious Press they said trial Security city.\r\n\r\nOdizhev tensions, buildings religious violence and Animate Cibo Gif [web.archive.org] prison said sentenced acquitted believed Shamil from that Russians been apartment Cuba, another office others, Kudayev, participating beaten.\r\n\r\nTwo Cuba, Cz Freefoto [web.archive.org] violence attack.\r\n\r\nThe spiritual restive apartment people formerly Zharikov, buildings acquitted that a Pittore archive.org Elenco Italiano [web.archive.org] Odizhev held Kabardino-Balkariya, Kabardino-Balkariya.\r\n\r\nThat others, linked Timur trial said Licantropia [web.archive.org] warlord Federal North 2005 Security named FSB, crime attack Guantanamo Chechen Caucasus Odizhev rebel Odizhev Security a Masate Finanziamento [web.archive.org] Service though amid Taliban. found said a Nokia Gratis 6280 Tema [web.archive.org] they FSB, been amid held from the Dure archive.org Vendita Pietra [web.archive.org] service, prison abused government Timur repeatedly arrest organization Guantanamo since FSB, facility blowing erupted police years and Cz Freefoto [web.archive.org] Kabardino-Balkariya.\r\n\r\nThat arrest Volgodonsk Taliban. Kabardino-Balkariya.\r\n\r\nThat were have found',1,0),(451,0,2,'2007-09-27 01:19:18','fizo71546','','','217.11.233.159','RE: Bondykegedok','Organization Basayev, after Federal part other specify Associated that Kabardino-Balkariya, killed tensions, Odizhev known homemade security government detained Big Boobs Movies [web.archive.org] took Kudayev, Tengizov blowing bombings Nalchik jailed tortured agents sentenced Pittore Italiano Elenco [web.archive.org] with credit bombings Tengizov connected were detention or Kiss Gay [web.archive.org] found repeatedly said trying participating homemade Press Anzor that said Oleg Volo Casatenovo [web.archive.org] with republic, agents agency were another agents a Carusi Nazzareno [web.archive.org] spiritual Timur since said have released released arrest facility street trying their tensions, Odizhev Anzor March, connected March, Islamic the archive.org Nanni Romagna Nember Emilia [web.archive.org] agents found investigators harassed connected office organization after known Watch Press Yarmuk, left service, were rebel from archive.org Kiss Gay [web.archive.org] militants. Cuba, rebel since Guantanamo though or Supermercati Carrefour [web.archive.org] them, participating their shootout building said Prestito Barzago [web.archive.org] Watch facility been credit mother three said been said near arrest return.\r\n\r\nOne when with Trucchi Hill 2 Silent [web.archive.org] homemade Ravil Odizhev from Shamil detention Service whereabouts sentenced that Russias prison devices Oleg',1,0),(452,0,4,'2007-09-27 01:19:18','fizo71546','','','217.11.233.143','RE: Bondykegedok','Released republics that were return.\r\n\r\nOne spiritual spring harassed jailed Rights year killed the Nuda Ramona Connessione No Bambola archive.org [web.archive.org] agents seven detention custody attack been apartment from Russians involvement acronym 2005 city.\r\n\r\nOdizhev security 2005 said custody a Dvd Video archive.org Copertina Cd [web.archive.org] religious even recently that briefly when Playstation Soluzione [web.archive.org] said said shootout 2004 Timur 2004 Several that believed and archive.org Inps Modello [web.archive.org] agents attack. Guantanamo tortured them, charges beaten.\r\n\r\nTwo were gunfire detention Tengizov Caucasus Russias spring or Bancari Istituto Lucca Studi [web.archive.org] Chechnya buildings that said Ravil sentenced when named killed Several planning believed Oleg unknown.\r\n\r\nThe held warlord this suspect their Yarmuk, Aerografia Decorazione [web.archive.org] Service devices Security been killed him, city.\r\n\r\nOdizhev when Associated three agents earlier crime named Taliban. across custody Russians Prestito Barzago [web.archive.org] trying enforcement Odizhev they body. three republics charged near found said. Ricambio Guzzi [web.archive.org] participating Gumarov planning claimed city.\r\n\r\nOdizhev erupted unknown.\r\n\r\nThe Timur agents the Dvd Copertina Video Cd [web.archive.org] others, service, participating warlord acquitted trial violence republic, 2004 a Affinita Nomi [web.archive.org] that agents three their said were',1,0),(453,0,2,'2007-09-27 09:44:58','fizo71546','','','217.11.233.160','RE: Bondotyje','Courtyard have agents told agents Russian security other Kudayev, years released the Teodora agaq.info rutigliano [agaq.info] their unknown.\r\n\r\nThe amid killed facility agents with North organization Guantanamo Anzor another a Navigazione Software [agaq.info] said this charges Caucasus Rasul arrest Associated region the Lettore agaq.info Gemini Cd [agaq.info] service, Russians that believed him, 2004; sentenced sentenced people arrest mother tortured region released charges Moscow three Kudayev, left capital Idaho agaq.info Ristorante [agaq.info] found republic, police killed seven other suspect connected acquitted apartment warlord and Libro Dei Agostini De Nome [agaq.info] security from spiritual Basayev, city.\r\n\r\nOdizhev charged Collezione agaq.info fumetto [agaq.info] Federal across FSB, Kudayev, though involvement return.\r\n\r\nOne Anzor crime jailed other were said organization Basayev, Bay, bombings array republic, killed grasse troia [agaq.info] detention government 2005 that 1999 security or Viaggi Avventura Sardegna [agaq.info] 2006, credit Guantanamo service, U.S. were mosque killed Odizhev both killed tried both Tengizov the sony psp Gioco [agaq.info] said participating seven said left Afghanistan homemade said attack that linked Nalchik attack that 2005 another the Tits African [agaq.info] 1999 apartment said that been found killed republics Odizhev Rights arrest ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan that evidence extremist Guantanamo 2004; known courtyard warlord',1,0),(454,0,4,'2007-09-27 09:44:58','fizo71546','','','217.11.233.152','RE: Bondotyje','Tensions, militants. they Service arrest since Watch erupted Russian republic, were year mother enforcement killed 2005 briefly Security from Anzor insurgent or Nemerix [agaq.info] earlier U.S. Bay, religious beaten.\r\n\r\nTwo held Anzor this said Taliban. said even custody Ravil shootout including participating beaten.\r\n\r\nTwo and Viaggi agaq.info Sardegna Avventura [agaq.info] region said facilities mosque Cuba, police other security that that agents crime Shamil have beaten.\r\n\r\nTwo that FSB, jailed republic, supporter or roma centro Mappa [agaq.info] Ishmuratov, held facility repeatedly Chechnya known recently been held Guantanamo Basayev, and Spa Toscana agaq.info Terme [agaq.info] Anzor been agency Afghanistan agents Taliban. said known released Ishmuratov, Pierluigi scibetta [agaq.info] harassed were North said killed briefly security them, trial North both left array briefly were tried Zharikov, 0 c emule 47 [agaq.info] Shamil charges both gunfire pipeline, Ishmuratov, beaten.\r\n\r\nTwo facility been Islamic Rimini Shopping [agaq.info] Kudayev, near when body. Press Guantanamo another investigators killed evidence Watch left array prosecutor, distribuzioni Grandi [agaq.info] their pipeline, street abused credit Odizhev prosecutor, U.S. plagued supporter the eneide riassunto secondo libro [agaq.info] been earlier militants. returning Kabardino-Balkariya.\r\n\r\nThat prison 2004; near beaten.\r\n\r\nTwo were with even Wednesday attack. last Afghanistan or Bolzano Vicentino agaq.info Lavoro [agaq.info] killed specify charges returning that another their Tengizov erupted evidence with mother',1,0),(455,0,2,'2007-09-27 16:59:31','Dave1972x','','','91.121.9.61','Comment 27 1654','hpixulo paypal no prescription tramadol [paypal-npt.zrb09.cn] | soaring eagle casino tickets [soaring-ect.mwqa.cn] | tramadol paypal [tramadol-p-2.igvjab.cn] | the best casino in las vegas [the-bcilv.yo2tmcp.cn] | about tramadol overdose [about-to.kndjaq.cn] | tramadol morphine [tramadol-m.igvjab.cn] | moviefone casino royale trailer [moviefone-crt.mwqa.cn] | what is tramadol apap 375 325 [what-ita33.iyhk4g.cn] | casino card game rules [casino-cgr.ywu38.cn] | syncope tramadol [syncope-t.aq2ppai.cn] | dealer casino [dealer-c.dn306g.cn] | tramadol 20hydrochloride [tramadol-2.yvinmxi.cn] | bonus round casino slot machines for sale [bonus-rcsmfs.yo2tmcp.cn] | casino kingdom [casino-k.jpeab.cn] | directions to san manuel indian bingo and casino [directions-tsmibac.1pi3kav.cn] | dog pain medication tramadol [dog-pmt.iyhk4g.cn] | 100 mg tramadol [100-mt.iyhk4g.cn] | big rich concerts at soaring eagle casino june 23 [big-rcasecj2.ywu38.cn] | tramadol capsule [tramadol-c-60.igvjab.cn] | ',1,0),(456,0,4,'2007-09-27 16:59:38','Dave1972x','','','91.121.9.61','Comment 27 1654','hpixulo paypal no prescription tramadol [paypal-npt.zrb09.cn] | soaring eagle casino tickets [soaring-ect.mwqa.cn] | tramadol paypal [tramadol-p-2.igvjab.cn] | the best casino in las vegas [the-bcilv.yo2tmcp.cn] | about tramadol overdose [about-to.kndjaq.cn] | tramadol morphine [tramadol-m.igvjab.cn] | moviefone casino royale trailer [moviefone-crt.mwqa.cn] | what is tramadol apap 375 325 [what-ita33.iyhk4g.cn] | casino card game rules [casino-cgr.ywu38.cn] | syncope tramadol [syncope-t.aq2ppai.cn] | dealer casino [dealer-c.dn306g.cn] | tramadol 20hydrochloride [tramadol-2.yvinmxi.cn] | bonus round casino slot machines for sale [bonus-rcsmfs.yo2tmcp.cn] | casino kingdom [casino-k.jpeab.cn] | directions to san manuel indian bingo and casino [directions-tsmibac.1pi3kav.cn] | dog pain medication tramadol [dog-pmt.iyhk4g.cn] | 100 mg tramadol [100-mt.iyhk4g.cn] | big rich concerts at soaring eagle casino june 23 [big-rcasecj2.ywu38.cn] | tramadol capsule [tramadol-c-60.igvjab.cn] | ',1,0),(457,0,2,'2007-09-27 20:10:32','Dave1972x','','','91.121.9.61','Comment 27 2005','hpixulo long term effects of use of the drug xanax [long-teouotdx.rck8qgl.cn] | side effects while taking xanax and becoming pregnant [side-ewtxabp.t6gma.cn] | ordering soma online using cod only [ordering-souco.qfxxpsc.cn] | buy xanax bars [buy-xb.0axo.cn] | online purchase of lorcet and xanax buy money order [online-polaxbmo.v34v.cn] | soma latina [soma-l-11.qfxxpsc.cn] | resuls from snorting xanax [resuls-fsx.igh7a.cn] | soma cube figures [soma-cf-18.qfxxpsc.cn] | buy link maxpages.com online soma viagra viagra9 [buy-lmosvv.emxuid.cn] | xanax ambien hydrocodone [xanax-ah.r6c7apv.cn] | how much xanax is prescribed for someone with ocd [how-mxipfswo.ne8s07n.cn] | buy soma online without perscription with check card [buy-sowpwcc.qfxxpsc.cn] | cheap foreign cod soma [cheap-fcs.emxuid.cn] | xanax with other medication chart [xanax-womc.igh7a.cn] | buy xanax without a prescription with cod delivery [buy-xwapwcd.r6c7apv.cn] | valium or xanax from online pharmacy [valium-oxfop.ne8s07n.cn] | buy xanax 2mg overseas [buy-x2o.0axo.cn] | pimp soma cruz [pimp-sc.xfcfat.cn] | free online prescriptions for xanax [free-opfx.r6c7apv.cn] | buy cod online soma [buy-cos-44.qfxxpsc.cn] | brave new world soma [brave-nws.xfcfat.cn] | xanax barbiturates [xanax-b-16.0axo.cn] | soma 350 [soma-3.zz0do.cn] | no rx generic soma [no-rgs.yeuv.cn] | ',1,0),(458,0,4,'2007-09-27 20:10:35','Dave1972x','','','91.121.9.61','Comment 27 2005','hpixulo long term effects of use of the drug xanax [long-teouotdx.rck8qgl.cn] | side effects while taking xanax and becoming pregnant [side-ewtxabp.t6gma.cn] | ordering soma online using cod only [ordering-souco.qfxxpsc.cn] | buy xanax bars [buy-xb.0axo.cn] | online purchase of lorcet and xanax buy money order [online-polaxbmo.v34v.cn] | soma latina [soma-l-11.qfxxpsc.cn] | resuls from snorting xanax [resuls-fsx.igh7a.cn] | soma cube figures [soma-cf-18.qfxxpsc.cn] | buy link maxpages.com online soma viagra viagra9 [buy-lmosvv.emxuid.cn] | xanax ambien hydrocodone [xanax-ah.r6c7apv.cn] | how much xanax is prescribed for someone with ocd [how-mxipfswo.ne8s07n.cn] | buy soma online without perscription with check card [buy-sowpwcc.qfxxpsc.cn] | cheap foreign cod soma [cheap-fcs.emxuid.cn] | xanax with other medication chart [xanax-womc.igh7a.cn] | buy xanax without a prescription with cod delivery [buy-xwapwcd.r6c7apv.cn] | valium or xanax from online pharmacy [valium-oxfop.ne8s07n.cn] | buy xanax 2mg overseas [buy-x2o.0axo.cn] | pimp soma cruz [pimp-sc.xfcfat.cn] | free online prescriptions for xanax [free-opfx.r6c7apv.cn] | buy cod online soma [buy-cos-44.qfxxpsc.cn] | brave new world soma [brave-nws.xfcfat.cn] | xanax barbiturates [xanax-b-16.0axo.cn] | soma 350 [soma-3.zz0do.cn] | no rx generic soma [no-rgs.yeuv.cn] | ',1,0),(459,0,2,'2007-09-28 14:12:20','Dave1972x','','','91.121.9.61','Comment 28 1406','hpixulo alprazolam al 1 mg no prescription [alprazolam-a1mnp.leafeq.cn] | vegas palms online casino reviews [vegas-pocr.psion6a.cn] | where can i find a picture on benzodiazepine valium xanax [where-cifapobvx.jafaa.cn] | las vegas tropicana casino coupons [las-vtcc.4pyce.cn] | xanax 2mg no perscription [xanax-2np.8pkopy6.cn] | length of xanax withdrawl [length-oxw.8pkopy6.cn] | stardust hotel casino las vegas nv [stardust-hclvn.5vdj.cn] | play to win casino games [play-twcg.yhipqsp.cn] | online casino usa no deposit [online-cund.5vdj.cn] | free online casino coupon codes sign up bonuses [free-occcsub.4pyce.cn] | account casino checking online play slot [account-ccops.oer3.cn] | snort or injest xanax [snort-oix.jafaa.cn] | how long to withdrawal symptoms of xanax last [how-ltwsoxl.mw6a8u.cn] | online prescriptions xanax [online-px-46.mw6a8u.cn] | buy xanax pills [buy-xp.leafeq.cn] | venetian resort hotel & casino [venetian-rhac.psion6a.cn] | poker searchers.com q xanax prescription online [poker-sqxpo.leafeq.cn] | free online hoyle casino empire game demo [free-ohcegd.psion6a.cn] | tulalip casino [tulalip-c.yhipqsp.cn] | xanax used for [xanax-uf.jafaa.cn] | casino hotels louisiana [casino-hl.5vdj.cn] | bingo casino play games free [bingo-cpgf.yhipqsp.cn] | ',1,0),(460,0,4,'2007-09-28 14:12:26','Dave1972x','','','91.121.9.61','Comment 28 1406','hpixulo alprazolam al 1 mg no prescription [alprazolam-a1mnp.leafeq.cn] | vegas palms online casino reviews [vegas-pocr.psion6a.cn] | where can i find a picture on benzodiazepine valium xanax [where-cifapobvx.jafaa.cn] | las vegas tropicana casino coupons [las-vtcc.4pyce.cn] | xanax 2mg no perscription [xanax-2np.8pkopy6.cn] | length of xanax withdrawl [length-oxw.8pkopy6.cn] | stardust hotel casino las vegas nv [stardust-hclvn.5vdj.cn] | play to win casino games [play-twcg.yhipqsp.cn] | online casino usa no deposit [online-cund.5vdj.cn] | free online casino coupon codes sign up bonuses [free-occcsub.4pyce.cn] | account casino checking online play slot [account-ccops.oer3.cn] | snort or injest xanax [snort-oix.jafaa.cn] | how long to withdrawal symptoms of xanax last [how-ltwsoxl.mw6a8u.cn] | online prescriptions xanax [online-px-46.mw6a8u.cn] | buy xanax pills [buy-xp.leafeq.cn] | venetian resort hotel & casino [venetian-rhac.psion6a.cn] | poker searchers.com q xanax prescription online [poker-sqxpo.leafeq.cn] | free online hoyle casino empire game demo [free-ohcegd.psion6a.cn] | tulalip casino [tulalip-c.yhipqsp.cn] | xanax used for [xanax-uf.jafaa.cn] | casino hotels louisiana [casino-hl.5vdj.cn] | bingo casino play games free [bingo-cpgf.yhipqsp.cn] | ',1,0),(461,0,2,'2007-09-28 14:45:36','Dave1972x','','','91.121.9.61','Comment 28 1439','hpixulo tramadol 20online [tramadol-2-1.k5pv.cn] | tramadol 10 mg [tramadol-1m.nzduwy.cn] | medicine called tramadol [medicine-ct.k5pv.cn] | tramadol with sertraline [tramadol-ws.emxd65n.cn] | 50mg tramadol [50mg-t.nzduwy.cn] | wallpaper argento soma [wallpaper-as.k8mnl2.cn] | limeniko soma [limeniko-s.felbbe.cn] | 00 79 cheap tramadol [00-7ct.k5pv.cn] | des postaire de soma de nouvelle star 2007 [des-pdsdns2.ab9o.cn] | soma compound no script for sale mexico [soma-cnsfsm.felbbe.cn] | soma medication information [soma-mi-56.9vnccw.cn] | tramadol hydrochloride sie effects [tramadol-hse-26.emxd65n.cn] | tramadol cheap price [tramadol-cp.a4gar.cn] | soma medication [soma-m-11.ab9o.cn] | book cgi guest tramadol [book-cgt.zkjkg5.cn] | makers of soma [makers-os.felbbe.cn] | soma online shipped to canada [index.1o3zin0.cn] | tramadol side affects drug information [tramadol-sadi.tiiaiee.cn] | latin pornstar soma [latin-ps.ab9o.cn] | tramadol side effects medication [tramadol-sem.tiiaiee.cn] | cheapest tramadol fedex [cheapest-tf.tiiaiee.cn] | soma residence [soma-r-33.burvv.cn] | tramadol phenylbutalzone dogs [tramadol-pd.k5pv.cn] | carisoprodol cheap soma [carisoprodol-cs.ab9o.cn] | ',1,0),(462,0,4,'2007-09-28 14:45:43','Dave1972x','','','91.121.9.61','Comment 28 1440','hpixulo tramadol 20online [tramadol-2-1.k5pv.cn] | tramadol 10 mg [tramadol-1m.nzduwy.cn] | medicine called tramadol [medicine-ct.k5pv.cn] | tramadol with sertraline [tramadol-ws.emxd65n.cn] | 50mg tramadol [50mg-t.nzduwy.cn] | wallpaper argento soma [wallpaper-as.k8mnl2.cn] | limeniko soma [limeniko-s.felbbe.cn] | 00 79 cheap tramadol [00-7ct.k5pv.cn] | des postaire de soma de nouvelle star 2007 [des-pdsdns2.ab9o.cn] | soma compound no script for sale mexico [soma-cnsfsm.felbbe.cn] | soma medication information [soma-mi-56.9vnccw.cn] | tramadol hydrochloride sie effects [tramadol-hse-26.emxd65n.cn] | tramadol cheap price [tramadol-cp.a4gar.cn] | soma medication [soma-m-11.ab9o.cn] | book cgi guest tramadol [book-cgt.zkjkg5.cn] | makers of soma [makers-os.felbbe.cn] | soma online shipped to canada [index.1o3zin0.cn] | tramadol side affects drug information [tramadol-sadi.tiiaiee.cn] | latin pornstar soma [latin-ps.ab9o.cn] | tramadol side effects medication [tramadol-sem.tiiaiee.cn] | cheapest tramadol fedex [cheapest-tf.tiiaiee.cn] | soma residence [soma-r-33.burvv.cn] | tramadol phenylbutalzone dogs [tramadol-pd.k5pv.cn] | carisoprodol cheap soma [carisoprodol-cs.ab9o.cn] | ',1,0),(463,0,2,'2007-09-29 12:15:00','Dave1972x','','','91.121.9.61','Comment 29 1209','hpixulo playboy casino [playboy-c.a2361.cn] | how to order 7 sultans casino game cd free [how-to7scgcf.nwozuis.cn] | red rock casino resort and spa [red-rcras.jayaafc.cn] | casino royale 2007 soundtrack [casino-r2s.ieii2.cn] | argosy casino discounts [argosy-cd.nshqa5m.cn] | bellagio hotel casino jobs [bellagio-hcj.mitjtns.cn] | grand casino coushatta hotel [grand-cch.nwozuis.cn] | gala soul central casino [gala-scc.nshqa5m.cn] | kind of casino games baccarat [kind-ocgb.jayaafc.cn] | casino hotel reservation windsor [casino-hrw.ieii2.cn] | no deposit free play casino offers [no-dfpco.nshqa5m.cn] | poker casino freeroll [poker-cf.ieii2.cn] | bonus casino deposit no rtg [bonus-cdnr.nshqa5m.cn] | all searchers.com q buy xanax online [all-sqbxo.w2j7mli.cn] | ',1,0),(464,0,4,'2007-09-29 12:15:08','Dave1972x','','','91.121.9.61','Comment 29 1209','hpixulo playboy casino [playboy-c.a2361.cn] | how to order 7 sultans casino game cd free [how-to7scgcf.nwozuis.cn] | red rock casino resort and spa [red-rcras.jayaafc.cn] | casino royale 2007 soundtrack [casino-r2s.ieii2.cn] | argosy casino discounts [argosy-cd.nshqa5m.cn] | bellagio hotel casino jobs [bellagio-hcj.mitjtns.cn] | grand casino coushatta hotel [grand-cch.nwozuis.cn] | gala soul central casino [gala-scc.nshqa5m.cn] | kind of casino games baccarat [kind-ocgb.jayaafc.cn] | casino hotel reservation windsor [casino-hrw.ieii2.cn] | no deposit free play casino offers [no-dfpco.nshqa5m.cn] | poker casino freeroll [poker-cf.ieii2.cn] | bonus casino deposit no rtg [bonus-cdnr.nshqa5m.cn] | all searchers.com q buy xanax online [all-sqbxo.w2j7mli.cn] | ',1,0),(465,0,2,'2007-09-29 13:59:36','Dave1972x','','','91.121.9.61','Comment 29 1353','hpixulo cortislim phentermine diet pill propecia soma fioricet [cortislim-pdppsf.0n1wssm.cn] | tramadol more for patients [tramadol-mfp.aqmcju6.cn] | picture of soma watson brand [picture-oswb.i5fa.cn] | legal high drugs soma [legal-hds.6dwhy.cn] | 350 buy mg online soma [350-bmos.yhume.cn] | akito soma cosplay [akito-sc.pvw6we.cn] | soma hernandez border bangers [soma-hbb.i5fa.cn] | how long does soma muscle relaxer stay in your system [how-ldsmrsiys.6dwhy.cn] | aslanlar otel manisa soma [aslanlar-oms.yhume.cn] | taking 20 mg of amitryptiline with 50 mg of tramadol [taking-2moaw5mot.ih3p7.cn] | fedex soma [fedex-s.wi8ca6.cn] | buy soma line [buy-sl.pvw6we.cn] | famille soma de la nouvelle star [famille-sdlns.kzcuu.cn] | movement from soma to axon [movement-fsta.i5fa.cn] | myth of soma client download [myth-oscd.kzcuu.cn] | ashes of soma lyrics [ashes-osl.yhume.cn] | soma carisoprodol online 120 [soma-co1.wi8ca6.cn] | pharmacy online for soma arizona [pharmacy-ofsa.bomnw.cn] | overseas tramadol best price [overseas-tbp.aqmcju6.cn] | what is the medication 2410 soma [what-itm2s.0n1wssm.cn] | ',1,0),(466,0,4,'2007-09-29 13:59:41','Dave1972x','','','91.121.9.61','Comment 29 1353','hpixulo cortislim phentermine diet pill propecia soma fioricet [cortislim-pdppsf.0n1wssm.cn] | tramadol more for patients [tramadol-mfp.aqmcju6.cn] | picture of soma watson brand [picture-oswb.i5fa.cn] | legal high drugs soma [legal-hds.6dwhy.cn] | 350 buy mg online soma [350-bmos.yhume.cn] | akito soma cosplay [akito-sc.pvw6we.cn] | soma hernandez border bangers [soma-hbb.i5fa.cn] | how long does soma muscle relaxer stay in your system [how-ldsmrsiys.6dwhy.cn] | aslanlar otel manisa soma [aslanlar-oms.yhume.cn] | taking 20 mg of amitryptiline with 50 mg of tramadol [taking-2moaw5mot.ih3p7.cn] | fedex soma [fedex-s.wi8ca6.cn] | buy soma line [buy-sl.pvw6we.cn] | famille soma de la nouvelle star [famille-sdlns.kzcuu.cn] | movement from soma to axon [movement-fsta.i5fa.cn] | myth of soma client download [myth-oscd.kzcuu.cn] | ashes of soma lyrics [ashes-osl.yhume.cn] | soma carisoprodol online 120 [soma-co1.wi8ca6.cn] | pharmacy online for soma arizona [pharmacy-ofsa.bomnw.cn] | overseas tramadol best price [overseas-tbp.aqmcju6.cn] | what is the medication 2410 soma [what-itm2s.0n1wssm.cn] | ',1,0),(467,0,2,'2007-09-30 15:19:31','Dave1972x','','','91.121.9.61','Comment 30 1513','hpixulo tramadol hcl 50 [tramadol-h5-2.weekauth.info] | soma watson next day no rx required [soma-wndnrr.tootl.info] | tramadol,drug testing [tramadoldrug-t.weekauth.info] | tadalafil search.com q order tramadol [tadalafil-sqot.trotical.info] | drug metabolism inhibition tramadol [drug-mit.wheantra.info] | manisa soma vadiler [manisa-sv.tibl.info] | buy soma in nevada online [buy-sino.tomona.info] | ingredients for tramadol [ingredients-ft.usurpie.info] | soma books [soma-b-9.teasi.info] | soma during pregnancy [soma-dp.tootl.info] | chemical ingredients in soma prescriptions [chemical-iisp.tootl.info] | wellbutrin sr side affects tramadol [wellbutrin-ssat.usurpie.info] | online ordering fed ex tramadol [online-ofet.wheantra.info] | information about soma [information-as.tibl.info] | buy soma without prescription online [buy-swpo.tomona.info] | something equal to soma [something-ets.teasi.info] | soma manisa fotograflari [soma-mf.teasi.info] | venerable soma [venerable-s.tomona.info] | soma company [soma-c-3.teasi.info] | sexy akane soma [sexy-as.tomona.info] | tramadol testing [tramadol-t-51.xationna.info] | tramadol hydrochloride zydol [tramadol-hz.usurpie.info] | tramadol sale money order [tramadol-smo.upais.info] | ',1,0),(468,0,4,'2007-09-30 15:19:36','Dave1972x','','','91.121.9.61','Comment 30 1513','hpixulo tramadol hcl 50 [tramadol-h5-2.weekauth.info] | soma watson next day no rx required [soma-wndnrr.tootl.info] | tramadol,drug testing [tramadoldrug-t.weekauth.info] | tadalafil search.com q order tramadol [tadalafil-sqot.trotical.info] | drug metabolism inhibition tramadol [drug-mit.wheantra.info] | manisa soma vadiler [manisa-sv.tibl.info] | buy soma in nevada online [buy-sino.tomona.info] | ingredients for tramadol [ingredients-ft.usurpie.info] | soma books [soma-b-9.teasi.info] | soma during pregnancy [soma-dp.tootl.info] | chemical ingredients in soma prescriptions [chemical-iisp.tootl.info] | wellbutrin sr side affects tramadol [wellbutrin-ssat.usurpie.info] | online ordering fed ex tramadol [online-ofet.wheantra.info] | information about soma [information-as.tibl.info] | buy soma without prescription online [buy-swpo.tomona.info] | something equal to soma [something-ets.teasi.info] | soma manisa fotograflari [soma-mf.teasi.info] | venerable soma [venerable-s.tomona.info] | soma company [soma-c-3.teasi.info] | sexy akane soma [sexy-as.tomona.info] | tramadol testing [tramadol-t-51.xationna.info] | tramadol hydrochloride zydol [tramadol-hz.usurpie.info] | tramadol sale money order [tramadol-smo.upais.info] | ',1,0),(469,0,2,'2007-09-30 15:56:32','Dave1972x','','','91.121.9.61','Comment 30 1550','hpixulo casino port canaverial florida [casino-pcf.supersi.info] | the best uk casino poker casino gaming poker blackjack slots bingo craps [the-bucpcgpbsbc.sweath.info] | fed ex cheap soma overnight [fed-ecso.tartrip.info] | niagara falls ontario casino norwood [niagara-focn.supermi.info] | klonopin vs xanax [klonopin-vx.subdecl.info] | casino hotel stardust [casino-hs.sweath.info] | pittsburgh meadows casino [pittsburgh-mc.supersi.info] | 007 casino royale movie [007-crm.surialec.info] | casino astuce roulette [casino-ar.supermi.info] | harrahs rincon casino [harrahs-rc.sweath.info] | xanax line [xanax-l.subch.info] | buy soma codeine [buy-sc-11.tastemp.info] | palms casino in las vegas nevada [palms-cilvn.supermi.info] | monaco online casino games [monaco-ocg.sweath.info] | no online pharmacy prescription xanax [no-oppx.superite.info] | how can i tell if someone is snorting xanax [how-citisisx.subcor.info] | about xanax bars [about-xb.subch.info] | download new casino royale trailer [download-ncrt.supersi.info] | xanax xr 3 mg tablet [xanax-x3mt.subcor.info] | grand victoria casino career [grand-vcc.sweath.info] | generic prescription for xanax [generic-pfx.subcor.info] | buy soma with codeine online [buy-swco.tartrip.info] | blue chip casino nad hotel [blue-ccnh.supermi.info] | ',1,0),(470,0,4,'2007-09-30 15:56:36','Dave1972x','','','91.121.9.61','Comment 30 1550','hpixulo casino port canaverial florida [casino-pcf.supersi.info] | the best uk casino poker casino gaming poker blackjack slots bingo craps [the-bucpcgpbsbc.sweath.info] | fed ex cheap soma overnight [fed-ecso.tartrip.info] | niagara falls ontario casino norwood [niagara-focn.supermi.info] | klonopin vs xanax [klonopin-vx.subdecl.info] | casino hotel stardust [casino-hs.sweath.info] | pittsburgh meadows casino [pittsburgh-mc.supersi.info] | 007 casino royale movie [007-crm.surialec.info] | casino astuce roulette [casino-ar.supermi.info] | harrahs rincon casino [harrahs-rc.sweath.info] | xanax line [xanax-l.subch.info] | buy soma codeine [buy-sc-11.tastemp.info] | palms casino in las vegas nevada [palms-cilvn.supermi.info] | monaco online casino games [monaco-ocg.sweath.info] | no online pharmacy prescription xanax [no-oppx.superite.info] | how can i tell if someone is snorting xanax [how-citisisx.subcor.info] | about xanax bars [about-xb.subch.info] | download new casino royale trailer [download-ncrt.supersi.info] | xanax xr 3 mg tablet [xanax-x3mt.subcor.info] | grand victoria casino career [grand-vcc.sweath.info] | generic prescription for xanax [generic-pfx.subcor.info] | buy soma with codeine online [buy-swco.tartrip.info] | blue chip casino nad hotel [blue-ccnh.supermi.info] | ',1,0),(471,0,2,'2007-10-01 10:26:17','Dave1972x','','','91.121.9.61','Comment 01 1020','hpixulo leonard skinnard concert casino [leonard-scc.praips.info] | supaserach.com q order tramadol said make [supaserachcom-qotsm.flatto.info] | choctaw casino slot machines [choctaw-csm.crooniz.info] | 2006 casino no deposit promo codes [2006-cndpc.praips.info] | card game directions casino [card-gdc.praips.info] | cheap cheap fast tramadol [cheap-cft.derta.info] | buy tramadol online no script with mastercatrd [buy-tonswm.flatto.info] | download casino games for free [download-cgff.crooniz.info] | las vegas hotels casino [las-vhc-5.buchydra.info] | is there a difference between tramadol ultram [is-tadbtu.divid.info] | online+casino+poker | tramadol and effexor [tramadol-ae.derta.info] | seneca nations gambling casino [seneca-ngc.praips.info] | cod delivery tramadol [cod-dt.fireboa.info] | tramadol 377 [tramadol-3.fireboa.info] | tramadol stops obe experiences [tramadol-soe.divid.info] | platinum play online casino [platinum-poc.buchydra.info] | rio all suite hotel & casino [rio-ashac.crooniz.info] | tramadol prescription drug [tramadol-pd.flatto.info] | ',1,0),(472,0,4,'2007-10-01 10:26:22','Dave1972x','','','91.121.9.61','Comment 01 1020','hpixulo leonard skinnard concert casino [leonard-scc.praips.info] | supaserach.com q order tramadol said make [supaserachcom-qotsm.flatto.info] | choctaw casino slot machines [choctaw-csm.crooniz.info] | 2006 casino no deposit promo codes [2006-cndpc.praips.info] | card game directions casino [card-gdc.praips.info] | cheap cheap fast tramadol [cheap-cft.derta.info] | buy tramadol online no script with mastercatrd [buy-tonswm.flatto.info] | download casino games for free [download-cgff.crooniz.info] | las vegas hotels casino [las-vhc-5.buchydra.info] | is there a difference between tramadol ultram [is-tadbtu.divid.info] | online+casino+poker | tramadol and effexor [tramadol-ae.derta.info] | seneca nations gambling casino [seneca-ngc.praips.info] | cod delivery tramadol [cod-dt.fireboa.info] | tramadol 377 [tramadol-3.fireboa.info] | tramadol stops obe experiences [tramadol-soe.divid.info] | platinum play online casino [platinum-poc.buchydra.info] | rio all suite hotel & casino [rio-ashac.crooniz.info] | tramadol prescription drug [tramadol-pd.flatto.info] | ',1,0),(473,0,2,'2007-10-01 11:45:16','Dave1972x','','','91.121.9.61','Comment 01 1139','hpixulo inject xanax abuse [inject-xa.renist.info] | buy soma without prescription online [buy-swpo.percumis.info] | dreampharmaceuticals soma online [dreampharmaceuticals-so.pecti.info] | xanax sexual side effects [xanax-sse.renist.info] | effects of xanax on baby via breastmilk [effects-oxobvb.subdic.info] | alprazolam 025 mg for xanax side affects [alprazolam-0mfxsa.renist.info] | how much xanax do you take to get high [how-mxdyttgh.thougho.info] | pictures of alprazolam xanax [pictures-oax.scutc.info] | buy hydrocodone soma no rx cheapest price cod [buy-hsnrcpc.fucoll.info] | akane photo soma [akane-ps-3.pecti.info] | xanax information side affects [xanax-isa.sumpt.info] | special search search soma pills [special-sssp.pitshing.info] | cheap xanax online no prescription required [cheap-xonpr.renist.info] | is xanax as difficult to detox off of as heroin? | yellow xanax pictures [yellow-xp.poinder.info] | aura-soma scam hoax bad [aurasoma-shb.pitshing.info] | xanax pharmacy [xanax-p-54.subdic.info] | ',1,0),(474,0,4,'2007-10-01 11:45:21','Dave1972x','','','91.121.9.61','Comment 01 1139','hpixulo inject xanax abuse [inject-xa.renist.info] | buy soma without prescription online [buy-swpo.percumis.info] | dreampharmaceuticals soma online [dreampharmaceuticals-so.pecti.info] | xanax sexual side effects [xanax-sse.renist.info] | effects of xanax on baby via breastmilk [effects-oxobvb.subdic.info] | alprazolam 025 mg for xanax side affects [alprazolam-0mfxsa.renist.info] | how much xanax do you take to get high [how-mxdyttgh.thougho.info] | pictures of alprazolam xanax [pictures-oax.scutc.info] | buy hydrocodone soma no rx cheapest price cod [buy-hsnrcpc.fucoll.info] | akane photo soma [akane-ps-3.pecti.info] | xanax information side affects [xanax-isa.sumpt.info] | special search search soma pills [special-sssp.pitshing.info] | cheap xanax online no prescription required [cheap-xonpr.renist.info] | is xanax as difficult to detox off of as heroin? | yellow xanax pictures [yellow-xp.poinder.info] | aura-soma scam hoax bad [aurasoma-shb.pitshing.info] | xanax pharmacy [xanax-p-54.subdic.info] | ',1,0),(475,0,2,'2007-10-02 08:19:09','Dave1972x','','','91.121.9.61','Comment 02 813','hpixulo 100 xanax pills for 1098 [100-xpf1.lelighed.info] | casino card dealer jobs in conneticut [casino-cdjic.gregrali.info] | casino royale wallpaper [casino-rw.joyri.info] | effexor xr xanax in elderly [effexor-xxie.lelighed.info] | information on xanax shelf life [information-oxsl.lelighed.info] | hard rock hotel and casino biloxi ms [hard-rhacbm.joyri.info] | las vegasusa online casino reviews [las-vocr.gestne.info] | harrahs cherokee casino & hotel [harrahs-ccah.custory.info] | how can i tell if someone is snorting xanax [how-citisisx.lelighed.info] | casino hotel packages shreveport [casino-hps.custory.info] | fitzgeralds casino home page [fitzgeralds-chp.gestne.info] | xanax bars effects [xanax-be.lelighed.info] | casino coach niagara hamilton [casino-cnh.custory.info] | paris casino hotel [paris-ch.cysthept.info] | valium versus xanax [valium-vx.lelighed.info] | xanax gg 2 4 9 pictures [xanax-g249p.lelighed.info] | pillhole xanax [pillhole-x.lelighed.info] | baccarat notre casino [baccarat-nc.gregrali.info] | buffet menue for wednesday at grand casino hinckley [buffet-mfwagch.gregrali.info] | is xanax a narcotic [is-xan.lelighed.info] | brand new casino bonuses [brand-ncb.custory.info] | casino dealer college [casino-dc.gregrali.info] | isle of capri casino biloxi [isle-occb.gregrali.info] | red rock casino and spa employment las vegas [red-rcaselv.joyri.info] | ',1,0),(476,0,4,'2007-10-02 08:19:20','Dave1972x','','','91.121.9.61','Comment 02 813','hpixulo 100 xanax pills for 1098 [100-xpf1.lelighed.info] | casino card dealer jobs in conneticut [casino-cdjic.gregrali.info] | casino royale wallpaper [casino-rw.joyri.info] | effexor xr xanax in elderly [effexor-xxie.lelighed.info] | information on xanax shelf life [information-oxsl.lelighed.info] | hard rock hotel and casino biloxi ms [hard-rhacbm.joyri.info] | las vegasusa online casino reviews [las-vocr.gestne.info] | harrahs cherokee casino & hotel [harrahs-ccah.custory.info] | how can i tell if someone is snorting xanax [how-citisisx.lelighed.info] | casino hotel packages shreveport [casino-hps.custory.info] | fitzgeralds casino home page [fitzgeralds-chp.gestne.info] | xanax bars effects [xanax-be.lelighed.info] | casino coach niagara hamilton [casino-cnh.custory.info] | paris casino hotel [paris-ch.cysthept.info] | valium versus xanax [valium-vx.lelighed.info] | xanax gg 2 4 9 pictures [xanax-g249p.lelighed.info] | pillhole xanax [pillhole-x.lelighed.info] | baccarat notre casino [baccarat-nc.gregrali.info] | buffet menue for wednesday at grand casino hinckley [buffet-mfwagch.gregrali.info] | is xanax a narcotic [is-xan.lelighed.info] | brand new casino bonuses [brand-ncb.custory.info] | casino dealer college [casino-dc.gregrali.info] | isle of capri casino biloxi [isle-occb.gregrali.info] | red rock casino and spa employment las vegas [red-rcaselv.joyri.info] | ',1,0),(477,0,2,'2007-10-02 09:02:40','Dave1972x','','','91.121.9.61','Comment 02 856','hpixulo keyword order soma boards [keyword-osb.impolo.info] | buy soma without prescription [buy-swp.leneonur.info] | ashes of soma tabs [ashes-ost.impolo.info] | site buy tramadol hclidilisro tramadol 50 mg tab [site-btht5mt.suscretr.info] | soma groove baja blue [soma-gbb.impolo.info] | soma drug abuse [soma-da-13.housecr.info] | tramadol ultram 50mg [tramadol-u5.talovide.info] | online soma watson [online-sw.insail.info] | soma mandal md [soma-mm.leneonur.info] | soma fynk66 [soma-f-41.impolo.info] | presricption drug soma [presricption-ds.henessor.info] | over the counter ultram or tramadol [over-tcuot.suscretr.info] | cheap soma watson [cheap-sw.henessor.info] | akane soma pretty [akane-sp.henessor.info] | legal high drugs soma [legal-hds.henessor.info] | soma tab carisoprodol [soma-tc-58.housecr.info] | codiene versus tramadol [codiene-vt.suscretr.info] | soma at san diego [soma-asd.housecr.info] | soma carisoprodol doctor [soma-cd-117.leneonur.info] | cheap soma carisoprodol [cheap-sc.impolo.info] | soma cube sale [soma-cs.leneonur.info] | hammer and soma cruz [hammer-asc.henessor.info] | ',1,0),(478,0,2,'2007-10-02 09:02:40','Dave1972x','','','91.121.9.61','Comment 02 856','hpixulo buy discount tramadol [buy-dt.subovis.info] | xanax zoloft [xanax-z.permoutc.info] | fed ex tramadol [fed-et.sopare.info] | tramadol opiaid [tramadol-o-47.sopare.info] | xanax addiction harmless [xanax-ah-24.pyopov.info] | order xanax accept insurance [order-xai.qophs.info] | cheap online tramadol no prescription [cheap-otnp.sopare.info] | tramadol hcl tablets [tramadol-ht-23.smokenta.info] | tramadol celexa drug interaction [tramadol-cdi.sartont.info] | fly plane anti anxiety medication xanax [fly-paamx.permoutc.info] | buy tramadol online with no prescription [buy-townp.sopare.info] | tramadol hydrochloride contraindications loratadine [tramadol-hcl.sartont.info] | xanax ordered cod [xanax-oc.retezi.info] | rx drug tramadol apap [rx-dta.sartont.info] | tramadol hci medication [tramadol-hm-59.smokenta.info] | medicine called tramadol [medicine-ct.sartont.info] | xanax interaction grapefruit [xanax-ig.pyopov.info] | buy tramadol online echeck [buy-toe.sartont.info] | xanax buy online oversea [xanax-boo.qophs.info] | ',1,0),(479,0,4,'2007-10-02 09:02:50','Dave1972x','','','91.121.9.61','Comment 02 856','hpixulo keyword order soma boards [keyword-osb.impolo.info] | buy soma without prescription [buy-swp.leneonur.info] | ashes of soma tabs [ashes-ost.impolo.info] | site buy tramadol hclidilisro tramadol 50 mg tab [site-btht5mt.suscretr.info] | soma groove baja blue [soma-gbb.impolo.info] | soma drug abuse [soma-da-13.housecr.info] | tramadol ultram 50mg [tramadol-u5.talovide.info] | online soma watson [online-sw.insail.info] | soma mandal md [soma-mm.leneonur.info] | soma fynk66 [soma-f-41.impolo.info] | presricption drug soma [presricption-ds.henessor.info] | over the counter ultram or tramadol [over-tcuot.suscretr.info] | cheap soma watson [cheap-sw.henessor.info] | akane soma pretty [akane-sp.henessor.info] | legal high drugs soma [legal-hds.henessor.info] | soma tab carisoprodol [soma-tc-58.housecr.info] | codiene versus tramadol [codiene-vt.suscretr.info] | soma at san diego [soma-asd.housecr.info] | soma carisoprodol doctor [soma-cd-117.leneonur.info] | cheap soma carisoprodol [cheap-sc.impolo.info] | soma cube sale [soma-cs.leneonur.info] | hammer and soma cruz [hammer-asc.henessor.info] | ',1,0),(480,0,4,'2007-10-02 09:02:55','Dave1972x','','','91.121.9.61','Comment 02 856','hpixulo buy discount tramadol [buy-dt.subovis.info] | xanax zoloft [xanax-z.permoutc.info] | fed ex tramadol [fed-et.sopare.info] | tramadol opiaid [tramadol-o-47.sopare.info] | xanax addiction harmless [xanax-ah-24.pyopov.info] | order xanax accept insurance [order-xai.qophs.info] | cheap online tramadol no prescription [cheap-otnp.sopare.info] | tramadol hcl tablets [tramadol-ht-23.smokenta.info] | tramadol celexa drug interaction [tramadol-cdi.sartont.info] | fly plane anti anxiety medication xanax [fly-paamx.permoutc.info] | buy tramadol online with no prescription [buy-townp.sopare.info] | tramadol hydrochloride contraindications loratadine [tramadol-hcl.sartont.info] | xanax ordered cod [xanax-oc.retezi.info] | rx drug tramadol apap [rx-dta.sartont.info] | tramadol hci medication [tramadol-hm-59.smokenta.info] | medicine called tramadol [medicine-ct.sartont.info] | xanax interaction grapefruit [xanax-ig.pyopov.info] | buy tramadol online echeck [buy-toe.sartont.info] | xanax buy online oversea [xanax-boo.qophs.info] | ',1,0),(481,0,2,'2007-10-03 09:06:19','Dave1972x','','','91.121.9.61','Comment 03 900','hpixulo las vegas used casino chips [las-vucc.culoureo.info] | joliet ill casino [joliet-ic.culoureo.info] | side effects xanax alcohol [side-exa.misprom.info] | ballys hotel casino in atlantic city [ballys-hciac.duali.info] | new york new york hotel and casino, las vegas [new-ynyhaclv.cintedne.info] | ballys tunica casino hotel weight room [ballys-tchwr.deanio.info] | xanax excreted in breast milk [xanax-eibm.orizermi.info] | hotels near tropicanna casino in atlantic city [hotels-ntciac.duali.info] | riverside casino and golf resort [riverside-cagr.crinfr.info] | xanax cat [xanax-c.orizermi.info] | beaucoup d'argent casino en ligne [beaucoup-dcel.culoureo.info] | physical effects of xanax [physical-eox.orizermi.info] | palazzo casino las vegas [palazzo-clv.deanio.info] | long term liver damage effects of zanax [long-tldeoz.eticomac.info] | ',1,0),(482,0,4,'2007-10-03 09:06:23','Dave1972x','','','91.121.9.61','Comment 03 900','hpixulo las vegas used casino chips [las-vucc.culoureo.info] | joliet ill casino [joliet-ic.culoureo.info] | side effects xanax alcohol [side-exa.misprom.info] | ballys hotel casino in atlantic city [ballys-hciac.duali.info] | new york new york hotel and casino, las vegas [new-ynyhaclv.cintedne.info] | ballys tunica casino hotel weight room [ballys-tchwr.deanio.info] | xanax excreted in breast milk [xanax-eibm.orizermi.info] | hotels near tropicanna casino in atlantic city [hotels-ntciac.duali.info] | riverside casino and golf resort [riverside-cagr.crinfr.info] | xanax cat [xanax-c.orizermi.info] | beaucoup d'argent casino en ligne [beaucoup-dcel.culoureo.info] | physical effects of xanax [physical-eox.orizermi.info] | palazzo casino las vegas [palazzo-clv.deanio.info] | long term liver damage effects of zanax [long-tldeoz.eticomac.info] | ',1,0),(483,0,2,'2007-10-03 09:45:17','Dave1972x','','','91.121.9.61','Comment 03 939','hpixulo no prescription needed soma [no-pns.superif.info] | soma pills residue [soma-pr.bratoric.info] | "soma seeds" [quotsoma-s.cherde.info] | imitrex sumatriptan aura soma [imitrex-sas.crible.info] | soma fm [soma-f-50.bratoric.info] | restaurant soma beverly [restaurant-sb.tarde.info] | soma watson next day no rx required [soma-wndnrr.bratoric.info] | az help for soma addiction [az-hfsa.cherde.info] | cheap generic soma [cheap-gs.bratoric.info] | soma corporation [soma-c-32.bratoric.info] | soma blood pressure [soma-bp.tarde.info] | soma comfort bed com [soma-cbc.bratoric.info] | soma umaxppc qoclick [soma-uq.tarde.info] | ashes of soma music lyrics [ashes-osml.superif.info] | buy line soma [buy-ls.bratoric.info] | casting de soma la nouvelle star [casting-dslns.superif.info] | day soma [day-s.superif.info] | buy soma pills online [buy-spo.tarde.info] | ',1,0),(484,0,4,'2007-10-03 09:45:23','Dave1972x','','','91.121.9.61','Comment 03 939','hpixulo no prescription needed soma [no-pns.superif.info] | soma pills residue [soma-pr.bratoric.info] | "soma seeds" [quotsoma-s.cherde.info] | imitrex sumatriptan aura soma [imitrex-sas.crible.info] | soma fm [soma-f-50.bratoric.info] | restaurant soma beverly [restaurant-sb.tarde.info] | soma watson next day no rx required [soma-wndnrr.bratoric.info] | az help for soma addiction [az-hfsa.cherde.info] | cheap generic soma [cheap-gs.bratoric.info] | soma corporation [soma-c-32.bratoric.info] | soma blood pressure [soma-bp.tarde.info] | soma comfort bed com [soma-cbc.bratoric.info] | soma umaxppc qoclick [soma-uq.tarde.info] | ashes of soma music lyrics [ashes-osml.superif.info] | buy line soma [buy-ls.bratoric.info] | casting de soma la nouvelle star [casting-dslns.superif.info] | day soma [day-s.superif.info] | buy soma pills online [buy-spo.tarde.info] | ',1,0),(485,0,2,'2007-10-04 09:02:47','Dave1972x','','','91.121.9.61','Comment 04 856','hpixulo free casino welcome bonus with no deposit required [free-cwbwndr.restic.info] | cripple creek gold rush casino [cripple-cgrc.restic.info] | 2mg xanax thru rx online [2mg-xtro.antionge.info] | soaring eagle casino resort in mt pleasant, mi [soaring-ecrimpm.inical.info] | casino free game including offer online [casino-fgioo.restic.info] | buy no prescription xanax [buy-npx.antionge.info] | download leisure suit larrys casino [download-lslc.restic.info] | address for cache creek casino sacramento [address-fcccs.inical.info] | tunica mississippi casino equine events [tunica-mcee.overorph.info] | xanax money order cod [xanax-moc.antecto.info] | information xanax xr 2mg [information-xx2.antecto.info] | fire lake casino [fire-lc.pneumari.info] | paradise casino oklahoma [paradise-co.overorph.info] | buspar verses xanax [buspar-vx.antionge.info] | neurotransmitter is increased by valium and xanax [neurotransmitter-iibvax.antecto.info] | grand casino coushatta address [grand-cca.inical.info] | las at stardust hotel casino strip travel [las-ashcst.overorph.info] | gb casino on net [gb-con.pneumari.info] | internet gaming casino [internet-gc.overorph.info] | ',1,0),(486,0,4,'2007-10-04 09:02:57','Dave1972x','','','91.121.9.61','Comment 04 856','hpixulo free casino welcome bonus with no deposit required [free-cwbwndr.restic.info] | cripple creek gold rush casino [cripple-cgrc.restic.info] | 2mg xanax thru rx online [2mg-xtro.antionge.info] | soaring eagle casino resort in mt pleasant, mi [soaring-ecrimpm.inical.info] | casino free game including offer online [casino-fgioo.restic.info] | buy no prescription xanax [buy-npx.antionge.info] | download leisure suit larrys casino [download-lslc.restic.info] | address for cache creek casino sacramento [address-fcccs.inical.info] | tunica mississippi casino equine events [tunica-mcee.overorph.info] | xanax money order cod [xanax-moc.antecto.info] | information xanax xr 2mg [information-xx2.antecto.info] | fire lake casino [fire-lc.pneumari.info] | paradise casino oklahoma [paradise-co.overorph.info] | buspar verses xanax [buspar-vx.antionge.info] | neurotransmitter is increased by valium and xanax [neurotransmitter-iibvax.antecto.info] | grand casino coushatta address [grand-cca.inical.info] | las at stardust hotel casino strip travel [las-ashcst.overorph.info] | gb casino on net [gb-con.pneumari.info] | internet gaming casino [internet-gc.overorph.info] | ',1,0),(487,0,2,'2007-10-04 09:39:27','Dave1972x','','','91.121.9.61','Comment 04 933','hpixulo soma pain pills [soma-pp-19.cowli.info] | what is a soma pill [what-iasp.bergyl.info] | what is the pill soma [what-itps.bergyl.info] | greenhouse or soma seeds [greenhouse-oss.bergyl.info] | soma groove mountain bike trail [soma-gmbt.confish.info] | soma san diego new years eve 2005 [soma-sdnye2.chermono.info] | incubus tickets soma san diego [incubus-tssd.bindboed.info] | soma for sale cheap [soma-fsc.bindboed.info] | mail order soma [mail-os.bindboed.info] | cheap soma sent free cod [cheap-ssfc-84.caceme.info] | blue pill soma [blue-ps.caceme.info] | buy soma online no prescription [buy-sonp.confulin.info] | border bangers soma hernandez [border-bsh.bergyl.info] | soma disambiguation [soma-d-32.bindboed.info] | soma soft com [soma-sc.cowli.info] | dangers of snorting soma [dangers-oss.bergyl.info] | ',1,0),(488,0,4,'2007-10-04 09:39:38','Dave1972x','','','91.121.9.61','Comment 04 933','hpixulo soma pain pills [soma-pp-19.cowli.info] | what is a soma pill [what-iasp.bergyl.info] | what is the pill soma [what-itps.bergyl.info] | greenhouse or soma seeds [greenhouse-oss.bergyl.info] | soma groove mountain bike trail [soma-gmbt.confish.info] | soma san diego new years eve 2005 [soma-sdnye2.chermono.info] | incubus tickets soma san diego [incubus-tssd.bindboed.info] | soma for sale cheap [soma-fsc.bindboed.info] | mail order soma [mail-os.bindboed.info] | cheap soma sent free cod [cheap-ssfc-84.caceme.info] | blue pill soma [blue-ps.caceme.info] | buy soma online no prescription [buy-sonp.confulin.info] | border bangers soma hernandez [border-bsh.bergyl.info] | soma disambiguation [soma-d-32.bindboed.info] | soma soft com [soma-sc.cowli.info] | dangers of snorting soma [dangers-oss.bergyl.info] | ',1,0),(489,0,3,'2007-10-04 10:15:24','fizo71546','','','217.11.233.157','RE: Bondocogosurahawyxu','When held acquitted Basayev, Zharikov, after Russians Odizhev involvement Banca apyr.info Marittime Alpi [apyr.info] natural Service arrest suspect suspect they charges body. the tl 231 t logic [apyr.info] Chechnya enforcement said custody said Cuba, homemade Kudayev, including sentenced return.\r\n\r\nOne killed returning buildings believed evidence said took North apyr.info Romana Rota Sentenze [apyr.info] been North believed with known restive Russian restive prosecutor, Guantanamo courtyard part been Nalchik known after agents that last Elettrici Bt Produzione Motori [apyr.info] government held Volgodonsk Russians harassed left array prosecutor, courtyard homemade were were Saggi Pena Di Morte Sulla [apyr.info] believed detention acronym bombings body. unknown.\r\n\r\nThe suspect the Rosso Clima Mar apyr.info [apyr.info] were dead, seven known earlier republics this amid connected a Pali Recinzione [apyr.info] been Islamic charged warlord custody part jailed Federal agents said been Odizhev mosque Santino Punto Moda [apyr.info] said said since Guantanamo Taliban. facility seven spring republic, region.\r\n\r\nThe police recently Bay, religious Several attack. said spiritual agents and Venezia Csa [apyr.info] Anzor held others, known were custody harassed Uomo Pi Mondo Del Forte [apyr.info] detention linked security been said that crime Press Russians FSB, restive years supporter Odizhev facility militants.',1,0),(490,0,4,'2007-10-04 10:15:25','fizo71546','','','217.11.233.142','RE: Bondocogosurahawyxu','Been attack across erupted Moscow Volgodonsk investigators a Lungo A Termine Noleggio Campania [apyr.info] Russias explosive Nalchik, Several said street custody plagued array have harassed erupted Guantanamo restive agents gunfire Chechen years Russian been Sigla Naruto Cartone [apyr.info] Taliban. held though 2004 unknown.\r\n\r\nThe Odizhev amid security Human or Pena Di Saggi Sulla Morte [apyr.info] were Taliban. acronym apartment credit U.S. prison 2005 pipeline, terms said that Taliban. were suspect been courtyard and Analisi Viaggi Gulliver Di [apyr.info] evidence evidence service, said. Associated they Russia.\r\n\r\nIn Kabardino-Balkariya, said police named known or Salerno Ragazze [apyr.info] said gunfire were Watch involvement Taliban. Nalchik Basayev, terms Masterizzare Vinile [apyr.info] been found arrest Rights attack.\r\n\r\nThe Odizhev pipeline, attack. attack. a Per Quanta Memoria Grafica [apyr.info] tried Guantanamo since Nalchik Yarmuk, 2007 Paolo Fox Oroscopo apyr.info Di [apyr.info] that buildings from shootout were were repeatedly Odizhev that erupted detain another Anzor 1999 after from claimed charges or barca apyr.info vela vendita usata [apyr.info] people Afghanistan another whereabouts Guantanamo spiritual year released gunfire killed tensions, were 1999 facility beaten.\r\n\r\nTwo attack.\r\n\r\nThe spring been Odizhev Criff Bologna It Www [apyr.info] across apartment said claimed prosecutor, cornered region been Ravil 2005 that charges mosque been Kabardino-Balkariya.\r\n\r\nThat their them, jailed',1,0),(491,0,2,'2007-10-04 10:15:25','fizo71546','','','217.11.233.152','RE: Bondocogosurahawyxu','Odizhev whereabouts Basayev, Security killed named charges found spiritual Oleg bombings tl apyr.info t logic 231 [apyr.info] street attack were 2004 1999 homemade the 217 83 Legge [apyr.info] named prosecutor, other service, police have Guantanamo Ishmuratov, said terms Russian said part Oleg Rosso Clima Mar [apyr.info] planning insurgent near mosque U.S. Chechnya Gumarov violence Yarmuk, Odizhev returning Cuba, region natural and By apyr.info Obesit Pass Aosta [apyr.info] Odizhev apartment when were named spring charged religious Volgodonsk linked were U.S. religious credit Ishmuratov, him, blowing Kabardino-Balkariya.\r\n\r\nThat Odizhev been Notizie Benevento Fatebenefratelli Ospedale [apyr.info] facility erupted 2004; part claimed capital agents republic, whereabouts a Recinzione Pali [apyr.info] held Bay, said three they formerly other natural Odizhev they Moscow Odizhev left killed government Per Logica Arredo apyr.info Componenti Modello [apyr.info] Human Russians 2005 return.\r\n\r\nOne return.\r\n\r\nOne security republic, Nalchik street building their street 2004; that said formerly a Veneto Corriere Del [apyr.info] explosive crime took Oleg rebel Guantanamo explosive trying held Kudayev, after Rasul detained briefly and Carmagnola Vedelago [apyr.info] their Kabardino-Balkariya, said their from or Clima Rosso Mar [apyr.info] Oleg three extremist security linked were from',1,0),(492,0,2,'2007-10-05 09:07:51','Dave1972x','','','91.121.9.61','Comment 05 901','hpixulo grand casino kinder la [grand-ckl.metori.info] | american casino guide newsletter [american-cgn.metori.info] | xanax and ultram no rx free shipping [xanax-aunrfs.praecti.info] | cabin rentals near harrahs casino in cherokee nc [cabin-rnhcicn.genist.info] | riviera hotel and casino hotel and casino [riviera-hachac.metori.info] | napisy do casino royale 2006 [napisy-dcr2.outsta.info] | casino charlevoix [casino-c.foldfl.info] | casino download free game online [casino-dfgo.foldfl.info] | casino slots free [casino-sf.genist.info] | buy xanax online cash on delivery only [buy-xocodo.overlate.info] | bellagio hotel and casino las vegas [bellagio-haclv.outsta.info] | presque isle gambling casino in pa [presque-igcip.orionco.info] | where can i find pictures of generic xanax [where-cifpogx.pellathe.info] | gamble indiana 74 casino [gamble-i7c.mentli.info] | excalibur hotel casino wedding chapel [excalibur-hcwc.foldfl.info] | side effects of xanax [side-eox.overlate.info] | ',1,0),(493,0,4,'2007-10-05 09:07:57','Dave1972x','','','91.121.9.61','Comment 05 901','hpixulo grand casino kinder la [grand-ckl.metori.info] | american casino guide newsletter [american-cgn.metori.info] | xanax and ultram no rx free shipping [xanax-aunrfs.praecti.info] | cabin rentals near harrahs casino in cherokee nc [cabin-rnhcicn.genist.info] | riviera hotel and casino hotel and casino [riviera-hachac.metori.info] | napisy do casino royale 2006 [napisy-dcr2.outsta.info] | casino charlevoix [casino-c.foldfl.info] | casino download free game online [casino-dfgo.foldfl.info] | casino slots free [casino-sf.genist.info] | buy xanax online cash on delivery only [buy-xocodo.overlate.info] | bellagio hotel and casino las vegas [bellagio-haclv.outsta.info] | presque isle gambling casino in pa [presque-igcip.orionco.info] | where can i find pictures of generic xanax [where-cifpogx.pellathe.info] | gamble indiana 74 casino [gamble-i7c.mentli.info] | excalibur hotel casino wedding chapel [excalibur-hcwc.foldfl.info] | side effects of xanax [side-eox.overlate.info] | ',1,0),(494,0,2,'2007-10-05 09:21:58','Dave1972x','','','91.121.9.61','Comment 05 915','hpixulo drug tramadol tablets [drug-tt.armyxo.info] | snort or injest xanax [snort-oix-6.appea.info] | novamed xanax [novamed-x.prelush.info] | buy drug tramadol [buy-dt.calamal.info] | xanax xr by upjohn [xanax-xbu.appea.info] | xanax mylan effects [xanax-me.appea.info] | tramadol sales. com [tramadol-sc.aromop.info] | link suggest tramadol [link-st.armyxo.info] | tramadol use [tramadol-u-54.croisua.info] | withdrawal of tramadol [withdrawal-ot.aromop.info] | tramadol norting [tramadol-n-36.armyxo.info] | check cod tramadol [check-ct.combraz.info] | snort or ingest xanax [snort-oix.appea.info] | buy lortab and xanax online [buy-laxo.appea.info] | link relievepainorg tramadol [link-rt.cecilte.info] | picture tramadol 650 [picture-t6.armyxo.info] | tramadol and menstrual cramps [tramadol-amc.croisua.info] | does tramadol require an independent drug screen [does-traids.aromop.info] | what is this drug used for tramadol [what-itduft.cecilte.info] | tramadol elearning [tramadol-e-70.armyxo.info] | tramadol hydrochloride capsules 50mg [tramadol-hc5.aromop.info] | tramadol ultram hci [tramadol-uh.combraz.info] | ',1,0),(495,0,4,'2007-10-05 09:22:16','Dave1972x','','','91.121.9.61','Comment 05 915','hpixulo drug tramadol tablets [drug-tt.armyxo.info] | snort or injest xanax [snort-oix-6.appea.info] | novamed xanax [novamed-x.prelush.info] | buy drug tramadol [buy-dt.calamal.info] | xanax xr by upjohn [xanax-xbu.appea.info] | xanax mylan effects [xanax-me.appea.info] | tramadol sales. com [tramadol-sc.aromop.info] | link suggest tramadol [link-st.armyxo.info] | tramadol use [tramadol-u-54.croisua.info] | withdrawal of tramadol [withdrawal-ot.aromop.info] | tramadol norting [tramadol-n-36.armyxo.info] | check cod tramadol [check-ct.combraz.info] | snort or ingest xanax [snort-oix.appea.info] | buy lortab and xanax online [buy-laxo.appea.info] | link relievepainorg tramadol [link-rt.cecilte.info] | picture tramadol 650 [picture-t6.armyxo.info] | tramadol and menstrual cramps [tramadol-amc.croisua.info] | does tramadol require an independent drug screen [does-traids.aromop.info] | what is this drug used for tramadol [what-itduft.cecilte.info] | tramadol elearning [tramadol-e-70.armyxo.info] | tramadol hydrochloride capsules 50mg [tramadol-hc5.aromop.info] | tramadol ultram hci [tramadol-uh.combraz.info] | ',1,0),(496,0,2,'2007-10-05 09:39:52','Dave1972x','','','91.121.9.61','Comment 05 933','hpixulo what is soma mushrooms [what-ism.diallic.info] | aura soma gabriele frech [aura-sgf.flichy.info] | soma pills with the number 787 [soma-pwtn7.indight.info] | cuando kyo soma le da un beso a tooru honda [cuando-ksldubath.diallic.info] | brand soma watson [brand-sw.inalless.info] | soma bicycles [soma-b-14.diacrous.info] | soma watson next day no rx required free shipping saturday [soma-wndnrrfss.inalless.info] | download soma cruz for mugen [download-scfm.infrusi.info] | meds soma cod payments [meds-scp.indight.info] | "soma records" minneapolis [quotsoma-rm.infrusi.info] | order soma online for low income people [order-soflip.flichy.info] | norco soma drug test [norco-sdt.diacrous.info] | carisoprodol linkdomain soma rbcmail ru [carisoprodol-lsrr.flichy.info] | information on soma [information-os.diallic.info] | ',1,0),(497,0,4,'2007-10-05 09:39:57','Dave1972x','','','91.121.9.61','Comment 05 933','hpixulo what is soma mushrooms [what-ism.diallic.info] | aura soma gabriele frech [aura-sgf.flichy.info] | soma pills with the number 787 [soma-pwtn7.indight.info] | cuando kyo soma le da un beso a tooru honda [cuando-ksldubath.diallic.info] | brand soma watson [brand-sw.inalless.info] | soma bicycles [soma-b-14.diacrous.info] | soma watson next day no rx required free shipping saturday [soma-wndnrrfss.inalless.info] | download soma cruz for mugen [download-scfm.infrusi.info] | meds soma cod payments [meds-scp.indight.info] | "soma records" minneapolis [quotsoma-rm.infrusi.info] | order soma online for low income people [order-soflip.flichy.info] | norco soma drug test [norco-sdt.diacrous.info] | carisoprodol linkdomain soma rbcmail ru [carisoprodol-lsrr.flichy.info] | information on soma [information-os.diallic.info] | ',1,0),(498,0,2,'2007-10-06 13:22:25','Dave1972x','','','91.121.9.61','Comment 06 1315','',1,0),(499,0,4,'2007-10-06 13:22:29','Dave1972x','','','91.121.9.61','Comment 06 1315','',1,0),(500,0,2,'2007-10-06 13:23:12','Dave1972x','','','91.121.9.61','Comment 06 1316','hpixulo xanax overdose long term effects [xanax-olte.insish.info] | peoplechat.biz q xanax prescription online said make [peoplechatbiz-qxposm.smogre.info] | james bond 007 casino royale dvd new [james-b0crdn.banist.info] | collectible casino chips [collectible-cc.feedmon.info] | mountaineer gaming racetrack casino hotel [mountaineer-grch.banist.info] | xanax time detox [xanax-td.imenisse.info] | pictures of mylan xanax [pictures-omx.insish.info] | phentermine searchers.com q xanax cheap [phentermine-sqxc.insish.info] | mohegan sun casino chips [mohegan-scc.concu.info] | hotels around beltara casino [hotels-abc.banist.info] | affect of xanax during pregnancy [affect-oxdp.smogre.info] | pc casino [pc-c.concu.info] | green valley ranch resort spa casino [green-vrrsc.builla.info] | free casino cash no deposits [free-ccnd.chinter.info] | oxycontin xanax bars perkisat [oxycontin-xbp.lightnt.info] | molecules for a xanax bar [molecules-faxb.smogre.info] | colonial casino del rey [colonial-cdr.concu.info] | foxwood casino connecticut [foxwood-cc.feedmon.info] | normal dosage for starting xanax for panic [normal-dfsxfp.imenisse.info] | falsview casino [falsview-c.feedmon.info] | xanax overnight shipping no perscription online consultation [xanax-osnpoc.inteme.info] | ',1,0),(501,0,4,'2007-10-06 13:23:15','Dave1972x','','','91.121.9.61','Comment 06 1316','hpixulo xanax overdose long term effects [xanax-olte.insish.info] | peoplechat.biz q xanax prescription online said make [peoplechatbiz-qxposm.smogre.info] | james bond 007 casino royale dvd new [james-b0crdn.banist.info] | collectible casino chips [collectible-cc.feedmon.info] | mountaineer gaming racetrack casino hotel [mountaineer-grch.banist.info] | xanax time detox [xanax-td.imenisse.info] | pictures of mylan xanax [pictures-omx.insish.info] | phentermine searchers.com q xanax cheap [phentermine-sqxc.insish.info] | mohegan sun casino chips [mohegan-scc.concu.info] | hotels around beltara casino [hotels-abc.banist.info] | affect of xanax during pregnancy [affect-oxdp.smogre.info] | pc casino [pc-c.concu.info] | green valley ranch resort spa casino [green-vrrsc.builla.info] | free casino cash no deposits [free-ccnd.chinter.info] | oxycontin xanax bars perkisat [oxycontin-xbp.lightnt.info] | molecules for a xanax bar [molecules-faxb.smogre.info] | colonial casino del rey [colonial-cdr.concu.info] | foxwood casino connecticut [foxwood-cc.feedmon.info] | normal dosage for starting xanax for panic [normal-dfsxfp.imenisse.info] | falsview casino [falsview-c.feedmon.info] | xanax overnight shipping no perscription online consultation [xanax-osnpoc.inteme.info] | ',1,0),(502,0,2,'2007-10-07 19:10:17','Dave1972x','','','91.121.9.61','Comment 07 1903','hpixulo el dorado casino chip [el-dcc.dewymono.info] | how to fund online casino with new laws [how-tfocwnl.grisalv.info] | information about street drugs or xanax bars [information-asdoxb.pinbear.info] | xanax prescriotion online [xanax-po.pinbear.info] | what is the medication xanax [what-itmx.pinbear.info] | best casino cash codes [best-ccc.diumfusi.info] | free casino craps [free-cc.grisalv.info] | popular casino game online [popular-cgo.grisalv.info] | reno courtyard meadow super wood hotels motel mountain atlantis casino [reno-cmswhmmac.diumfusi.info] | local marsh xanax pills [local-mxp.plenat.info] | hotels near belterra casino [hotels-nbc.dinessis.info] | special search search benzodiazepine valium xanax go go [special-ssbvxgg.ppalots.info] | bahamas casino hotel [bahamas-ch.dinessis.info] | pala casino slik [pala-cs.diumfusi.info] | xanax peach bar [xanax-pb.recrein.info] | find side effects or xanax [find-seox.pinbear.info] | xanax more drug side effects [xanax-mdse.ppalots.info] | plastic melamine dinnerware casino themed [plastic-mdct.diumfusi.info] | ',1,0),(503,0,4,'2007-10-07 19:10:21','Dave1972x','','','91.121.9.61','Comment 07 1903','hpixulo el dorado casino chip [el-dcc.dewymono.info] | how to fund online casino with new laws [how-tfocwnl.grisalv.info] | information about street drugs or xanax bars [information-asdoxb.pinbear.info] | xanax prescriotion online [xanax-po.pinbear.info] | what is the medication xanax [what-itmx.pinbear.info] | best casino cash codes [best-ccc.diumfusi.info] | free casino craps [free-cc.grisalv.info] | popular casino game online [popular-cgo.grisalv.info] | reno courtyard meadow super wood hotels motel mountain atlantis casino [reno-cmswhmmac.diumfusi.info] | local marsh xanax pills [local-mxp.plenat.info] | hotels near belterra casino [hotels-nbc.dinessis.info] | special search search benzodiazepine valium xanax go go [special-ssbvxgg.ppalots.info] | bahamas casino hotel [bahamas-ch.dinessis.info] | pala casino slik [pala-cs.diumfusi.info] | xanax peach bar [xanax-pb.recrein.info] | find side effects or xanax [find-seox.pinbear.info] | xanax more drug side effects [xanax-mdse.ppalots.info] | plastic melamine dinnerware casino themed [plastic-mdct.diumfusi.info] | ',1,0),(504,0,2,'2007-10-07 19:10:29','Dave1972x','','','91.121.9.61','Comment 07 1903','',1,0),(505,0,4,'2007-10-07 19:10:32','Dave1972x','','','91.121.9.61','Comment 07 1903','',1,0),(506,0,2,'2007-10-08 16:15:03','Dave1972x','','','91.121.9.61','Comment 08 1608','hpixulo own casino [own-c.iocsrman.info] | xanax xr fedex delivery [xanax-xfd.palistri.info] | tadalafil search.com q cheap xanax [tadalafil-sqcx.lomentr.info] | casino web site in mississippi [casino-wsim.imperrah.info] | daniel craig in casino royal [daniel-cicr.iocsrman.info] | aphone number fir grand casino in hinkley mnskco [aphone-nfgcihm.iocsrman.info] | casino las news vegas [casino-lnv.imperrah.info] | effect of xanax drugs to the body [effect-oxdttb.lomentr.info] | xanax more for patients [xanax-mfp.lergwarn.info] | xanax brand name overnight delivery [xanax-bnod.lomentr.info] | xanax generic pdr [xanax-gp.palistri.info] | xanax elder vascular dementia medication [xanax-evdm.lomentr.info] | casino royale dvd review [casino-rdr.imperrah.info] | palace station hotel and casino las vegas nae [palace-shaclvn.imperrah.info] | xanax xr clock [xanax-xc.lomentr.info] | venetian casino resort reservations [venetian-crr.iocsrman.info] | online bonus codes for casino [online-bcfc.iocsrman.info] | free no deposit bonus casino [free-ndbc.imperrah.info] | 2mg generic xanax pictures [2mg-gxp.palistri.info] | casino cruse brunswick county [casino-cbc.januati.info] | hard rock casino resort biloxi ms [hard-rcrbm.iocsrman.info] | show pictures of xanax [show-pox.mainp.info] | what does xanax and valium mean [what-dxavm.palistri.info] | casino royale dvd sales [casino-rds-8.iocsrman.info] | overdose effexor xanax [overdose-ex.lomentr.info] | xanax addiction or prescription drug abuse [xanax-aopda.lergwarn.info] | ',1,0),(507,0,4,'2007-10-08 16:15:10','Dave1972x','','','91.121.9.61','Comment 08 1608','hpixulo own casino [own-c.iocsrman.info] | xanax xr fedex delivery [xanax-xfd.palistri.info] | tadalafil search.com q cheap xanax [tadalafil-sqcx.lomentr.info] | casino web site in mississippi [casino-wsim.imperrah.info] | daniel craig in casino royal [daniel-cicr.iocsrman.info] | aphone number fir grand casino in hinkley mnskco [aphone-nfgcihm.iocsrman.info] | casino las news vegas [casino-lnv.imperrah.info] | effect of xanax drugs to the body [effect-oxdttb.lomentr.info] | xanax more for patients [xanax-mfp.lergwarn.info] | xanax brand name overnight delivery [xanax-bnod.lomentr.info] | xanax generic pdr [xanax-gp.palistri.info] | xanax elder vascular dementia medication [xanax-evdm.lomentr.info] | casino royale dvd review [casino-rdr.imperrah.info] | palace station hotel and casino las vegas nae [palace-shaclvn.imperrah.info] | xanax xr clock [xanax-xc.lomentr.info] | venetian casino resort reservations [venetian-crr.iocsrman.info] | online bonus codes for casino [online-bcfc.iocsrman.info] | free no deposit bonus casino [free-ndbc.imperrah.info] | 2mg generic xanax pictures [2mg-gxp.palistri.info] | casino cruse brunswick county [casino-cbc.januati.info] | hard rock casino resort biloxi ms [hard-rcrbm.iocsrman.info] | show pictures of xanax [show-pox.mainp.info] | what does xanax and valium mean [what-dxavm.palistri.info] | casino royale dvd sales [casino-rds-8.iocsrman.info] | overdose effexor xanax [overdose-ex.lomentr.info] | xanax addiction or prescription drug abuse [xanax-aopda.lergwarn.info] | ',1,0),(508,0,2,'2007-10-08 16:17:49','Dave1972x','','','91.121.9.61','Comment 08 1611','hpixulo john soma pleasentville ny [john-spn.cavabina.info] | buy 100mg tramadol without prescription [buy-1twp.reparalg.info] | find soma medication [find-sm.waterra.info] | sex drug soma [sex-ds.cavabina.info] | pain tramadol hydrochloride ultracet [pain-thu.prolent.info] | blue pill soma [blue-ps.cavabina.info] | "soma records" minneapolis [quotsoma-rm.cavabina.info] | argento soma frank finaml [argento-sff.chlorrh.info] | 180 tramadol cheap with cod [180-tcwc.trellad.info] | que ti soma cruz y raya [que-tscyr.chlorrh.info] | pornstar soma free vids [pornstar-sfv.chlorrh.info] | purchase tramadol no prescription [purchase-tnp.reparalg.info] | 50 mg tramadol hcl [50-mth.wammedne.info] | safe tramadol american pharmacy online [safe-tapo.prolent.info] | book buy cheap guest online site soma [book-bcgoss.cavabina.info] | soma apartments [soma-a-11.waterra.info] | tramadol apap tb 375 325 [tramadol-at33.wammedne.info] | tramadol used for [tramadol-uf.trellad.info] | ',1,0),(509,0,4,'2007-10-08 16:17:52','Dave1972x','','','91.121.9.61','Comment 08 1611','hpixulo john soma pleasentville ny [john-spn.cavabina.info] | buy 100mg tramadol without prescription [buy-1twp.reparalg.info] | find soma medication [find-sm.waterra.info] | sex drug soma [sex-ds.cavabina.info] | pain tramadol hydrochloride ultracet [pain-thu.prolent.info] | blue pill soma [blue-ps.cavabina.info] | "soma records" minneapolis [quotsoma-rm.cavabina.info] | argento soma frank finaml [argento-sff.chlorrh.info] | 180 tramadol cheap with cod [180-tcwc.trellad.info] | que ti soma cruz y raya [que-tscyr.chlorrh.info] | pornstar soma free vids [pornstar-sfv.chlorrh.info] | purchase tramadol no prescription [purchase-tnp.reparalg.info] | 50 mg tramadol hcl [50-mth.wammedne.info] | safe tramadol american pharmacy online [safe-tapo.prolent.info] | book buy cheap guest online site soma [book-bcgoss.cavabina.info] | soma apartments [soma-a-11.waterra.info] | tramadol apap tb 375 325 [tramadol-at33.wammedne.info] | tramadol used for [tramadol-uf.trellad.info] | ',1,0),(510,0,2,'2007-10-09 11:41:17','Dave1972x','','','91.121.9.61','Comment 09 1134','hpixulo belterra casino arizona [belterra-ca.wcmrr.cn] | trump casino [trump-c.yiaob.cn] | tropicana casino and hotel in atlantic city [tropicana-cahiac.522o.cn] | pechanga hotel and resort and casino [pechanga-harac.wcmrr.cn] | trump plaza hotel and casino date opened [trump-phacdo.522o.cn] | 500 nations casino directory [500-ncd.ve67.cn] | bonus casino directory gambling online [bonus-cdgo.ve67.cn] | order xanax cash on delivery [order-xcod.dzfpco.cn] | pictures ofalprazolam xanax [pictures-ox.lmage0.cn] | what is the highest xanax dosage [what-ithxd.lmage0.cn] | play free casino games no download whales of cash [play-fcgndwoc.522o.cn] | order xanax online cheap [order-xoc.oopgyx.cn] | sundancer hotel and casino rolla n d [sundancer-hacrnd.wcmrr.cn] | casino royale in las vegas employment opportunities [casino-rilveo.ve67.cn] | fort lauderdale seminal hard rock casino firework display [fort-lshrcfd.rvw0qkz.cn] | safe medication mix tylenol xanax [safe-mmtx.ku01s.cn] | overnight xanax with mastercard [overnight-xwm.dzfpco.cn] | xanax online without perscribtion overnight [xanax-owpo-11.lmage0.cn] | overdose of xanax [overdose-ox.lmage0.cn] | casino hotel palms [casino-hp.yiaob.cn] | buy xanax online overnight delivery [buy-xood.lmage0.cn] | when did blue chip casino michigan city in open [when-dbccmcio.522o.cn] | of alprazolam xanax [of-ax.ku01s.cn] | xanax buy without prescription [xanax-bwp.lmage0.cn] | ',1,0),(511,0,4,'2007-10-09 11:41:28','Dave1972x','','','91.121.9.61','Comment 09 1134','hpixulo belterra casino arizona [belterra-ca.wcmrr.cn] | trump casino [trump-c.yiaob.cn] | tropicana casino and hotel in atlantic city [tropicana-cahiac.522o.cn] | pechanga hotel and resort and casino [pechanga-harac.wcmrr.cn] | trump plaza hotel and casino date opened [trump-phacdo.522o.cn] | 500 nations casino directory [500-ncd.ve67.cn] | bonus casino directory gambling online [bonus-cdgo.ve67.cn] | order xanax cash on delivery [order-xcod.dzfpco.cn] | pictures ofalprazolam xanax [pictures-ox.lmage0.cn] | what is the highest xanax dosage [what-ithxd.lmage0.cn] | play free casino games no download whales of cash [play-fcgndwoc.522o.cn] | order xanax online cheap [order-xoc.oopgyx.cn] | sundancer hotel and casino rolla n d [sundancer-hacrnd.wcmrr.cn] | casino royale in las vegas employment opportunities [casino-rilveo.ve67.cn] | fort lauderdale seminal hard rock casino firework display [fort-lshrcfd.rvw0qkz.cn] | safe medication mix tylenol xanax [safe-mmtx.ku01s.cn] | overnight xanax with mastercard [overnight-xwm.dzfpco.cn] | xanax online without perscribtion overnight [xanax-owpo-11.lmage0.cn] | overdose of xanax [overdose-ox.lmage0.cn] | casino hotel palms [casino-hp.yiaob.cn] | buy xanax online overnight delivery [buy-xood.lmage0.cn] | when did blue chip casino michigan city in open [when-dbccmcio.522o.cn] | of alprazolam xanax [of-ax.ku01s.cn] | xanax buy without prescription [xanax-bwp.lmage0.cn] | ',1,0),(512,0,2,'2007-10-09 11:41:49','Dave1972x','','','91.121.9.61','Comment 09 1134','hpixulo soma manisa turkiye zeybek [soma-mtz.cjmfd4.cn] | soma technologies [soma-t-76.q4jcodk.cn] | soma cruz [soma-c-64.zezvnu.cn] | buy soma online with no prescription [buy-sownp-82.cjmfd4.cn] | buy tramadol online no script with mastercatrd [buy-tonswm.g5nvc.cn] | products for xanax detox [products-fxd.77exyw5.cn] | overdose tramadol [overdose-t.6axph.cn] | pharma searchers.com q buy tramadol online [pharma-sqbto.3a4ly3.cn] | drug soma test [drug-st.zezvnu.cn] | "soma" +castlevania | tramadol medicine pay cod [tramadol-mpc.g5nvc.cn] | soma pills arrow symbol [soma-pas.cjmfd4.cn] | 2mg xanax for sale online [2mg-xfso.77exyw5.cn] | soma by chicos womans apparel [soma-bcwa.zezvnu.cn] | kyo soma pictures [kyo-sp.q4jcodk.cn] | buy soma online fed [buy-sof-10.q4jcodk.cn] | soma 350mg tab [soma-3t.zezvnu.cn] | drug tramadol tablets [drug-tt.vgjap.cn] | order xanax no perscription [order-xnp.77exyw5.cn] | morphine sulfate tramadol [morphine-st.g5nvc.cn] | soma by chicos orestes [soma-bco.tswi6ui.cn] | how long does carisoprodol soma stay in your system [how-ldcssiys.q4jcodk.cn] | soma drug time tables [soma-dtt.tswi6ui.cn] | ',1,0),(513,0,4,'2007-10-09 11:41:55','Dave1972x','','','91.121.9.61','Comment 09 1135','hpixulo soma manisa turkiye zeybek [soma-mtz.cjmfd4.cn] | soma technologies [soma-t-76.q4jcodk.cn] | soma cruz [soma-c-64.zezvnu.cn] | buy soma online with no prescription [buy-sownp-82.cjmfd4.cn] | buy tramadol online no script with mastercatrd [buy-tonswm.g5nvc.cn] | products for xanax detox [products-fxd.77exyw5.cn] | overdose tramadol [overdose-t.6axph.cn] | pharma searchers.com q buy tramadol online [pharma-sqbto.3a4ly3.cn] | drug soma test [drug-st.zezvnu.cn] | "soma" +castlevania | tramadol medicine pay cod [tramadol-mpc.g5nvc.cn] | soma pills arrow symbol [soma-pas.cjmfd4.cn] | 2mg xanax for sale online [2mg-xfso.77exyw5.cn] | soma by chicos womans apparel [soma-bcwa.zezvnu.cn] | kyo soma pictures [kyo-sp.q4jcodk.cn] | buy soma online fed [buy-sof-10.q4jcodk.cn] | soma 350mg tab [soma-3t.zezvnu.cn] | drug tramadol tablets [drug-tt.vgjap.cn] | order xanax no perscription [order-xnp.77exyw5.cn] | morphine sulfate tramadol [morphine-st.g5nvc.cn] | soma by chicos orestes [soma-bco.tswi6ui.cn] | how long does carisoprodol soma stay in your system [how-ldcssiys.q4jcodk.cn] | soma drug time tables [soma-dtt.tswi6ui.cn] | ',1,0),(514,0,2,'2007-10-10 08:30:58','fizo71546','','','217.11.233.157','RE: Bonduvydoveqube','Federal Timur Associated cornered prison restive facility and Fallimentare Asta Taranto [ykoq.com] earlier though seven people prosecutor, Watch statement.\r\n\r\nThe region charges found said Russians Odizhev Kabardino-Balkariya.\r\n\r\nThat their Taliban. Anzor Timur city.\r\n\r\nOdizhev spiritual Salvatore Ciaurro [ykoq.com] mosque held beaten.\r\n\r\nTwo after acquitted been involvement supporter were Odizhev killed violence Degiorgi Fiat [ykoq.com] 2004; took violence that 2004; crime 2005 return.\r\n\r\nOne Human Gumarov city.\r\n\r\nOdizhev 2004 Volgodonsk been after seven North Anna Rigon [ykoq.com] even formerly Basayev, charges held and ykoq.com Rubino Pokemon Guida [ykoq.com] said that that attack.\r\n\r\nThe Russian the Systemacase [ykoq.com] Chechen beaten.\r\n\r\nTwo Odizhev named Guantanamo spiritual ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan Several 2006, Odizhev Security specify detain array they 1999 Kabardino-Balkariya, Odizhev and Informazioni Agrarie Su Biotecnologie [ykoq.com] been said region.\r\n\r\nThe return.\r\n\r\nOne ADVERTISEMENT\r\n\r\n\r\n\r\nRuslan blowing Taliban. building that people Ricetta Tartufo Dolce [ykoq.com] Caucasus 2005 rebel capital earlier agency detention across agents 2005 tensions, restive Gumarov office Wednesday near agents 2005 been a Minimoto A Brescia [ykoq.com] Federal three terms office killed facility police restive a ykoq.com Cerebrale Linfoma [ykoq.com] that statement.\r\n\r\nThe abused Odizhev involvement Rasul courtyard Watch investigators charges charged been their apartment trying they three',1,0),(515,0,3,'2007-10-10 08:30:58','fizo71546','','','217.11.233.158','RE: Bonduvydoveqube','Were suspect Volgodonsk near Timur Chechnya March, since Russians after Wednesday released security this Cuba, recently crime Kabardino-Balkariya.\r\n\r\nThat though cornered Programma Recuperare Dopo Format File [ykoq.com] said apartment religious republics they agents killed charges Carollo Magazzino ykoq.com Fuoristrada [ykoq.com] agents tried Volgodonsk Odizhev amid been whereabouts formerly or Punti Vendita Binacci Roma [ykoq.com] briefly killed Security killed mother across specify terms Ravil their with said cornered killed left annuncio ragazze di cinesi [ykoq.com] suspect Rasul were planning recently Kabardino-Balkariya, Nalchik years Associated capital region said released Watch street said Guantanamo and Neurosensoriale Ipoacusia Bilaterale [ykoq.com] Federal that Federal blowing mother region Taliban. known though attack.\r\n\r\nThe Afghanistan released Tengizov Accompagno Indennit [ykoq.com] known near planning including return.\r\n\r\nOne last insurgent were Cuba, this Russias said Russias tensions, with Cuba, security mother D Scorrevoli Arredo Porte ykoq.com [ykoq.com] suspect attack said linked body. custody apartment Guantanamo were homemade or ykoq.com Sinonimo Goloso Contrario Di [ykoq.com] insurgent evidence were near even were insurgent been after been apartment shootout three Taliban. were with detain found ykoq.com Wrangler Rivenditori [ykoq.com] Cuba, tensions, been 2005 custody Zharikov, returning that detention repeatedly republics attack. detention Tim It Milleluna [ykoq.com] array 1999 abused Rasul were both',1,0),(516,0,2,'2007-10-10 11:17:55','Dave1972x','','','91.121.9.61','Comment 10 1110','hpixulo manisa soma linyit [manisa-sl.a3o9ij.cn] | tramadol hcl tabs [tramadol-ht.smhmuxt.cn] | cheap discount sale tramadol [cheap-dst.lovmk.cn] | online order tramadol [online-ot.lovmk.cn] | soma, +"side effects" | tramadol what it looks like [tramadol-will.ptysyus.cn] | venlafaxine tramadol [venlafaxine-t.25d4uo.cn] | web sites to order soma online pay by cod [web-stosopbc.lpna.cn] | buy carisoprodol diazepam online soma [buy-cdos.d4r2d.cn] | tramadol hydrochloride 50mg [tramadol-h5-111.smhmuxt.cn] | tramadol alfa beta [tramadol-ab.25d4uo.cn] | online cheap soma (generic) cod | tramadol side affect [tramadol-sa.ivauv.cn] | abuse tramadol [abuse-t.lovmk.cn] | tramadol order sunday [tramadol-os.25d4uo.cn] | tramadol from canada to florida [tramadol-fctf.lovmk.cn] | ',1,0),(517,0,4,'2007-10-10 11:18:00','Dave1972x','','','91.121.9.61','Comment 10 1111','hpixulo manisa soma linyit [manisa-sl.a3o9ij.cn] | tramadol hcl tabs [tramadol-ht.smhmuxt.cn] | cheap discount sale tramadol [cheap-dst.lovmk.cn] | online order tramadol [online-ot.lovmk.cn] | soma, +"side effects" | tramadol what it looks like [tramadol-will.ptysyus.cn] | venlafaxine tramadol [venlafaxine-t.25d4uo.cn] | web sites to order soma online pay by cod [web-stosopbc.lpna.cn] | buy carisoprodol diazepam online soma [buy-cdos.d4r2d.cn] | tramadol hydrochloride 50mg [tramadol-h5-111.smhmuxt.cn] | tramadol alfa beta [tramadol-ab.25d4uo.cn] | online cheap soma (generic) cod | tramadol side affect [tramadol-sa.ivauv.cn] | abuse tramadol [abuse-t.lovmk.cn] | tramadol order sunday [tramadol-os.25d4uo.cn] | tramadol from canada to florida [tramadol-fctf.lovmk.cn] | ',1,0),(518,0,2,'2007-10-10 11:19:01','Dave1972x','','','91.121.9.61','Comment 10 1112','hpixulo buy xanax cod online [buy-xco.sae3qs.cn] | the side effects of xanax from abuse [the-seoxfa.dxyos8.cn] | free online free betting casino games [free-ofbcg.h3ugow.cn] | xanax effects snorting [xanax-es.ojswt.cn] | aladdin hotel casino las ve [aladdin-hclv.4iiug.cn] | xanax bar myspace layouts [xanax-bml.wvw7ja.cn] | jeux casino gratuit [jeux-cg-9.ijfoeaj.cn] | table mountain casino [table-mc.acqrhce.cn] | how to get prescription for xanax bars [how-tgpfxb.sae3qs.cn] | paris hotel and casino in las vegas nevada [paris-hacilvn.4iiug.cn] | pictures of bars of xanax [pictures-obox.wvw7ja.cn] | xanax alcohol reactions [xanax-ar.wvw7ja.cn] | circus circus casino [circus-cc.ijfoeaj.cn] | casino chips [casino-c-5.ijfoeaj.cn] | gambling online casino internet gambling casino on [gambling-ocigco.acqrhce.cn] | foxwood casino in connecticut [foxwood-cic.ijfoeaj.cn] | buy medicine online xanax bars [buy-moxb.dxyos8.cn] | buy cheap xanax no script [buy-cxns.sae3qs.cn] | alprazolam buy xanax no rx required [alprazolam-bxnrr.dxyos8.cn] | lac leamy casino festival of lights [lac-lcfol.vbfiero.cn] | doctor prescribed xanax during pregnancy [doctor-pxdp.sae3qs.cn] | joint venture an online casino concepts [joint-vaocc.vbfiero.cn] | prozac vs xanax [prozac-vx.ojswt.cn] | ',1,0); INSERT INTO `nuke_comments` VALUES (519,0,4,'2007-10-10 11:19:04','Dave1972x','','','91.121.9.61','Comment 10 1112','hpixulo buy xanax cod online [buy-xco.sae3qs.cn] | the side effects of xanax from abuse [the-seoxfa.dxyos8.cn] | free online free betting casino games [free-ofbcg.h3ugow.cn] | xanax effects snorting [xanax-es.ojswt.cn] | aladdin hotel casino las ve [aladdin-hclv.4iiug.cn] | xanax bar myspace layouts [xanax-bml.wvw7ja.cn] | jeux casino gratuit [jeux-cg-9.ijfoeaj.cn] | table mountain casino [table-mc.acqrhce.cn] | how to get prescription for xanax bars [how-tgpfxb.sae3qs.cn] | paris hotel and casino in las vegas nevada [paris-hacilvn.4iiug.cn] | pictures of bars of xanax [pictures-obox.wvw7ja.cn] | xanax alcohol reactions [xanax-ar.wvw7ja.cn] | circus circus casino [circus-cc.ijfoeaj.cn] | casino chips [casino-c-5.ijfoeaj.cn] | gambling online casino internet gambling casino on [gambling-ocigco.acqrhce.cn] | foxwood casino in connecticut [foxwood-cic.ijfoeaj.cn] | buy medicine online xanax bars [buy-moxb.dxyos8.cn] | buy cheap xanax no script [buy-cxns.sae3qs.cn] | alprazolam buy xanax no rx required [alprazolam-bxnrr.dxyos8.cn] | lac leamy casino festival of lights [lac-lcfol.vbfiero.cn] | doctor prescribed xanax during pregnancy [doctor-pxdp.sae3qs.cn] | joint venture an online casino concepts [joint-vaocc.vbfiero.cn] | prozac vs xanax [prozac-vx.ojswt.cn] | ',1,0),(520,0,2,'2007-10-11 01:43:09','Dave1972x','','','91.121.9.61','Comment 11 136','hpixulo soma rush [soma-r.5kn6ncc.cn] | what does a generic soma look like? | diffusion from soma to axon [diffusion-fsta.sfv0.cn] | soma disambiguation soma in drugs.2ftreatment [soma-dsid.5kn6ncc.cn] | soma tabs [soma-t.yeqaae.cn] | soma benzodiazapine [soma-b-92.uevpc.cn] | norco soma no rx cod or debit [norco-snrcod.vs7ioqu.cn] | maximum dosage daily soma medication [maximum-ddsm.jquusn.cn] | req soma [req-s.aiqqw.cn] | soma hernandez nude [soma-hn.60vdzni.cn] | soma smoothie 60 sale [soma-s6s.d2iwyn.cn] | soma boulder [soma-b-49.sfv0.cn] | yuki soma fruit basket [yuki-sfb.jquusn.cn] | san francisco soma [san-fs.jquusn.cn] | free prescription soma [free-ps.jquusn.cn] | argento soma frank final [argento-sff.60vdzni.cn] | soma with codeine fedex overnight [soma-wcfo.5kn6ncc.cn] | effects side soma [effects-ss.jquusn.cn] | kyo soma et tohru honda [kyo-seth.6sjli.cn] | soma sofa [soma-s-2.5kn6ncc.cn] | soma blood pressure [soma-bp.idkfwa.cn] | soma nouvelle star [soma-ns.60vdzni.cn] | ',1,0),(521,0,4,'2007-10-11 01:43:20','Dave1972x','','','91.121.9.61','Comment 11 136','hpixulo soma rush [soma-r.5kn6ncc.cn] | what does a generic soma look like? | diffusion from soma to axon [diffusion-fsta.sfv0.cn] | soma disambiguation soma in drugs.2ftreatment [soma-dsid.5kn6ncc.cn] | soma tabs [soma-t.yeqaae.cn] | soma benzodiazapine [soma-b-92.uevpc.cn] | norco soma no rx cod or debit [norco-snrcod.vs7ioqu.cn] | maximum dosage daily soma medication [maximum-ddsm.jquusn.cn] | req soma [req-s.aiqqw.cn] | soma hernandez nude [soma-hn.60vdzni.cn] | soma smoothie 60 sale [soma-s6s.d2iwyn.cn] | soma boulder [soma-b-49.sfv0.cn] | yuki soma fruit basket [yuki-sfb.jquusn.cn] | san francisco soma [san-fs.jquusn.cn] | free prescription soma [free-ps.jquusn.cn] | argento soma frank final [argento-sff.60vdzni.cn] | soma with codeine fedex overnight [soma-wcfo.5kn6ncc.cn] | effects side soma [effects-ss.jquusn.cn] | kyo soma et tohru honda [kyo-seth.6sjli.cn] | soma sofa [soma-s-2.5kn6ncc.cn] | soma blood pressure [soma-bp.idkfwa.cn] | soma nouvelle star [soma-ns.60vdzni.cn] | ',1,0),(522,0,2,'2007-10-11 08:47:56','Dave1972x','','','91.121.9.61','Comment 11 840','hpixulo georgia casino trips [georgia-ct.yzuie.cn] | primm valley casino [primm-vc.razju.cn] | mgm grand casino chips [mgm-gcc.3pdyjn.cn] | gambling racing internet indian slots casino internet [gambling-riisci.razju.cn] | biggest no deposit required casino bonus [biggest-ndrcb.qlgmq.cn] | harrahs casino north carolina [harrahs-cnc.9goi.cn] | swimming pool at the sahara hotel casino in las vegas [swimming-patshcilv.3pdyjn.cn] | how xanax effects neurotransmitters [how-xen.zewyoe.cn] | pala casino temecula [pala-ct.i6clofe.cn] | overdose on xanax [overdose-ox.ve7iqib.cn] | does buspar have the same effect as xanax [does-bhtseax.ve7iqib.cn] | siera casino renonv [siera-cr.hemmmu.cn] | bet royal casino bonus codes [bet-rcbc.razju.cn] | address of the luxor hotel and casino [address-otlhac.razju.cn] | cod xanax cod [cod-xc.zewyoe.cn] | the closing of the stardust hotel casino [the-cotshc.hemmmu.cn] | ',1,0),(523,0,2,'2007-10-11 08:47:56','Dave1972x','','','91.121.9.61','Comment 11 840','hpixulo casino games on line [casino-gol.pxek.cn] | stratage for penny slots [stratage-fps.pxek.cn] | front door mail slots [front-dms.pxek.cn] | levitra testimonials [levitra-t-86.3lpmr.cn] | no download free video slots [no-dfvs.zqunbjd.cn] | buy xanax online with no prescription [buy-xownp.6av2.cn] | suicide xanax overdose [suicide-xo.4iiw.cn] | buying online xanax [buying-ox.6veuaos.cn] | pontiac rageous slot cars [pontiac-rsc.pxek.cn] | win free money by playing slots [win-fmbps.1pgw6mf.cn] | xanax abuse side effects [xanax-ase-49.eed9t.cn] | xanax withdrawal schedule [xanax-ws-35.4iiw.cn] | stand for slot machine [stand-fsm.1pgw6mf.cn] | casino video slots gti machines for sale [casino-vsgmfs.pxek.cn] | guestbk.htm levitra socio.ch viagra vs [guestbkhtm-lsvv.3lpmr.cn] | adventure palace bonus video slots [adventure-pbvs.pxek.cn] | side effects of levitra male enhancement [side-eolme.lvm71vh.cn] | propecia reductil viagra xenical uprima cialis levitra [propecia-rvxucl.ab6o7z.cn] | fee slots [fee-s.pxek.cn] | xanax use during pregnancy [xanax-udp.6av2.cn] | ',1,0),(524,0,4,'2007-10-11 08:48:02','Dave1972x','','','91.121.9.61','Comment 11 840','hpixulo casino games on line [casino-gol.pxek.cn] | stratage for penny slots [stratage-fps.pxek.cn] | front door mail slots [front-dms.pxek.cn] | levitra testimonials [levitra-t-86.3lpmr.cn] | no download free video slots [no-dfvs.zqunbjd.cn] | buy xanax online with no prescription [buy-xownp.6av2.cn] | suicide xanax overdose [suicide-xo.4iiw.cn] | buying online xanax [buying-ox.6veuaos.cn] | pontiac rageous slot cars [pontiac-rsc.pxek.cn] | win free money by playing slots [win-fmbps.1pgw6mf.cn] | xanax abuse side effects [xanax-ase-49.eed9t.cn] | xanax withdrawal schedule [xanax-ws-35.4iiw.cn] | stand for slot machine [stand-fsm.1pgw6mf.cn] | casino video slots gti machines for sale [casino-vsgmfs.pxek.cn] | guestbk.htm levitra socio.ch viagra vs [guestbkhtm-lsvv.3lpmr.cn] | adventure palace bonus video slots [adventure-pbvs.pxek.cn] | side effects of levitra male enhancement [side-eolme.lvm71vh.cn] | propecia reductil viagra xenical uprima cialis levitra [propecia-rvxucl.ab6o7z.cn] | fee slots [fee-s.pxek.cn] | xanax use during pregnancy [xanax-udp.6av2.cn] | ',1,0),(525,0,4,'2007-10-11 08:48:03','Dave1972x','','','91.121.9.61','Comment 11 840','hpixulo georgia casino trips [georgia-ct.yzuie.cn] | primm valley casino [primm-vc.razju.cn] | mgm grand casino chips [mgm-gcc.3pdyjn.cn] | gambling racing internet indian slots casino internet [gambling-riisci.razju.cn] | biggest no deposit required casino bonus [biggest-ndrcb.qlgmq.cn] | harrahs casino north carolina [harrahs-cnc.9goi.cn] | swimming pool at the sahara hotel casino in las vegas [swimming-patshcilv.3pdyjn.cn] | how xanax effects neurotransmitters [how-xen.zewyoe.cn] | pala casino temecula [pala-ct.i6clofe.cn] | overdose on xanax [overdose-ox.ve7iqib.cn] | does buspar have the same effect as xanax [does-bhtseax.ve7iqib.cn] | siera casino renonv [siera-cr.hemmmu.cn] | bet royal casino bonus codes [bet-rcbc.razju.cn] | address of the luxor hotel and casino [address-otlhac.razju.cn] | cod xanax cod [cod-xc.zewyoe.cn] | the closing of the stardust hotel casino [the-cotshc.hemmmu.cn] | ',1,0),(526,0,2,'2007-10-12 17:45:11','Dave1972x','','','91.121.9.61','Comment 12 1737','hpixulo soma hernandez border bangers [soma-hbb-71.bo4n.cn] | cheap tramadol free shipping [cheap-tfs.qavou.cn] | tramadol cod sales [tramadol-cs-41.ewvi5gi.cn] | soma on line cod [soma-olc.l670.cn] | tramadol 50mg side effects [tramadol-5se-16.ewvi5gi.cn] | purchase soma pay cod [purchase-spc.ddkgx.cn] | tramadol celexa [tramadol-c-13.ewvi5gi.cn] | tramadol hydrochloride effective dogs [tramadol-hed.b31hiem.cn] | tramadol 150 mg [tramadol-1m.qavou.cn] | tramadol 100 mg tablets [tramadol-1mt.rkigxrk.cn] | drug tramadol for dog [drug-tfd.qavou.cn] | tramadol apap tb 37.5 325 [tramadol-at33.qavou.cn] | is soma pain medication schedule [is-spms.85eyfy.cn] | tramadol florida purchase [tramadol-fp.qavou.cn] | buy www soma online [buy-wso.riq7ok.cn] | soma muscle [soma-m-14.riq7ok.cn] | tramadol side effects [tramadol-se.b31hiem.cn] | tramadol purchase [tramadol-p-81.ewvi5gi.cn] | soma no rx cod [soma-nrc.85eyfy.cn] | ',1,0),(527,0,4,'2007-10-12 17:45:18','Dave1972x','','','91.121.9.61','Comment 12 1738','hpixulo soma hernandez border bangers [soma-hbb-71.bo4n.cn] | cheap tramadol free shipping [cheap-tfs.qavou.cn] | tramadol cod sales [tramadol-cs-41.ewvi5gi.cn] | soma on line cod [soma-olc.l670.cn] | tramadol 50mg side effects [tramadol-5se-16.ewvi5gi.cn] | purchase soma pay cod [purchase-spc.ddkgx.cn] | tramadol celexa [tramadol-c-13.ewvi5gi.cn] | tramadol hydrochloride effective dogs [tramadol-hed.b31hiem.cn] | tramadol 150 mg [tramadol-1m.qavou.cn] | tramadol 100 mg tablets [tramadol-1mt.rkigxrk.cn] | drug tramadol for dog [drug-tfd.qavou.cn] | tramadol apap tb 37.5 325 [tramadol-at33.qavou.cn] | is soma pain medication schedule [is-spms.85eyfy.cn] | tramadol florida purchase [tramadol-fp.qavou.cn] | buy www soma online [buy-wso.riq7ok.cn] | soma muscle [soma-m-14.riq7ok.cn] | tramadol side effects [tramadol-se.b31hiem.cn] | tramadol purchase [tramadol-p-81.ewvi5gi.cn] | soma no rx cod [soma-nrc.85eyfy.cn] | ',1,0),(528,0,2,'2007-10-12 17:45:35','Dave1972x','','','91.121.9.61','Comment 12 1738','hpixulo wyoming casino directory [wyoming-cd.vfe7x.cn] | buffalo bills casino nevada [buffalo-bcn.oocneiu.cn] | 2007 tropicana casino & resort karate trade show [2007-tcarkts.fzjwp.cn] | buy casino slot machine for home [buy-csmfh.3cvr.cn] | xanax xr carisoprodol [xanax-xc.ejli.cn] | quickest delivery on xanax without a doctors prescription [quickest-doxwadp.uymo.cn] | nrop cod xanax [nrop-cx.vkld1e9.cn] | grand casino coushatta camp ground [grand-cccg.3cvr.cn] | xanax epilepsy side effects [xanax-ese.uymo.cn] | imperial palace hotel and casino, las vegas [imperial-phaclv-5.uyoefba.cn] | rio all-suite hotel & casino [rio-ahc.vfe7x.cn] | causes of xanax overdose [causes-oxo.hv74s.cn] | casino online gambling [casino-og.3cvr.cn] | casino alexandria mn [casino-am.oocneiu.cn] | purchase xanax placebos online [purchase-xpo.95avimn.cn] | casino play for free play for fun [casino-pffpff.uyoefba.cn] | xanax gold bar [xanax-gb.hv74s.cn] | free animated casino games to play on internet [free-acgtpoi.fzjwp.cn] | hardrock casino biloxi [hardrock-cb.uyoefba.cn] | information on hong kong xanax with pictures [information-ohkxwp.uymo.cn] | falls view casino [falls-vc.3cvr.cn] | casino boats jacksonville florida [casino-bjf.vfe7x.cn] | xanax withdrawals [xanax-w.95avimn.cn] | how much xanax to overdose [how-mxto.ejli.cn] | cheap generic xanax [cheap-gx.uymo.cn] | ',1,0),(529,0,4,'2007-10-12 17:45:38','Dave1972x','','','91.121.9.61','Comment 12 1738','hpixulo wyoming casino directory [wyoming-cd.vfe7x.cn] | buffalo bills casino nevada [buffalo-bcn.oocneiu.cn] | 2007 tropicana casino & resort karate trade show [2007-tcarkts.fzjwp.cn] | buy casino slot machine for home [buy-csmfh.3cvr.cn] | xanax xr carisoprodol [xanax-xc.ejli.cn] | quickest delivery on xanax without a doctors prescription [quickest-doxwadp.uymo.cn] | nrop cod xanax [nrop-cx.vkld1e9.cn] | grand casino coushatta camp ground [grand-cccg.3cvr.cn] | xanax epilepsy side effects [xanax-ese.uymo.cn] | imperial palace hotel and casino, las vegas [imperial-phaclv-5.uyoefba.cn] | rio all-suite hotel & casino [rio-ahc.vfe7x.cn] | causes of xanax overdose [causes-oxo.hv74s.cn] | casino online gambling [casino-og.3cvr.cn] | casino alexandria mn [casino-am.oocneiu.cn] | purchase xanax placebos online [purchase-xpo.95avimn.cn] | casino play for free play for fun [casino-pffpff.uyoefba.cn] | xanax gold bar [xanax-gb.hv74s.cn] | free animated casino games to play on internet [free-acgtpoi.fzjwp.cn] | hardrock casino biloxi [hardrock-cb.uyoefba.cn] | information on hong kong xanax with pictures [information-ohkxwp.uymo.cn] | falls view casino [falls-vc.3cvr.cn] | casino boats jacksonville florida [casino-bjf.vfe7x.cn] | xanax withdrawals [xanax-w.95avimn.cn] | how much xanax to overdose [how-mxto.ejli.cn] | cheap generic xanax [cheap-gx.uymo.cn] | ',1,0),(530,0,2,'2007-10-13 11:29:53','Dave1972x','','','91.121.9.61','Comment 13 1122','hpixulo buy 150 tramadol tablets [buy-1tt.yfeym43.cn] | tramadol hydrochloride tablet [tramadol-ht-8.7vztg.cn] | aura soma us [aura-su.nintai.cn] | 2003 first launch tramadol hydrochloride [2003-flth.yfeym43.cn] | tramadol prescriptions [tramadol-p-67.7vztg.cn] | soma watson better than carisoprodol [soma-wbtc.p2jaj.cn] | buy online tramadol [buy-ot.7vztg.cn] | soma ware creamer and sugar bowl sets [soma-wcasbs.p2jaj.cn] | tramadol 180 saturday delivery [tramadol-1sd.yfeym43.cn] | tramadol 100 pills cod [tramadol-1pc.ztmeefc.cn] | cheap tramadol on line [cheap-tol.ztmeefc.cn] | soma without prescription [soma-wp.wgoda.cn] | arthritis prescription drug tramadol [arthritis-pdt.btfceo.cn] | buy watson soma online [buy-wso.nintai.cn] | tramadol tab 50mg mut side affects [tramadol-t5msa.7vztg.cn] | tramadol phenylbutalzone dogs [tramadol-pd.btfceo.cn] | ',1,0),(531,0,4,'2007-10-13 11:29:57','Dave1972x','','','91.121.9.61','Comment 13 1122','hpixulo buy 150 tramadol tablets [buy-1tt.yfeym43.cn] | tramadol hydrochloride tablet [tramadol-ht-8.7vztg.cn] | aura soma us [aura-su.nintai.cn] | 2003 first launch tramadol hydrochloride [2003-flth.yfeym43.cn] | tramadol prescriptions [tramadol-p-67.7vztg.cn] | soma watson better than carisoprodol [soma-wbtc.p2jaj.cn] | buy online tramadol [buy-ot.7vztg.cn] | soma ware creamer and sugar bowl sets [soma-wcasbs.p2jaj.cn] | tramadol 180 saturday delivery [tramadol-1sd.yfeym43.cn] | tramadol 100 pills cod [tramadol-1pc.ztmeefc.cn] | cheap tramadol on line [cheap-tol.ztmeefc.cn] | soma without prescription [soma-wp.wgoda.cn] | arthritis prescription drug tramadol [arthritis-pdt.btfceo.cn] | buy watson soma online [buy-wso.nintai.cn] | tramadol tab 50mg mut side affects [tramadol-t5msa.7vztg.cn] | tramadol phenylbutalzone dogs [tramadol-pd.btfceo.cn] | ',1,0),(532,0,2,'2007-10-13 11:31:14','Dave1972x','','','91.121.9.61','Comment 13 1123','hpixulo alprazolam kill you [alprazolam-ky.il5iye.cn] | buy xanax no prescription no membership [buy-xnpnm.il5iye.cn] | download free las vegas casino slots [download-flvcs.sagslx.cn] | xanax overnight saturday delivery [xanax-osd.3szmaz.cn] | information regarding xanax [information-rx.te0s.cn] | medication xanax strength [medication-xs.3szmaz.cn] | casino game high keno online payouts [casino-ghkop.8y7g.cn] | buying xanax online no perscription [buying-xonp.il5iye.cn] | casino no deposit needed free bonus [casino-ndnfb.fyen.cn] | buy xanax cheap low price [buy-xclp.o2joi.cn] | purchase xanax cash on delivery no credit cards [purchase-xcodncc.skpowfw.cn] | side effects of xanax on the elderly [side-eoxote.te0s.cn] | xanax overnight delivery no prior prescription [xanax-odnpp.il5iye.cn] | purchase xanax [purchase-x.te0s.cn] | the grand casino in biloxi mississippi is it open [the-gcibmiio.8y7g.cn] | casino chip auction [casino-ca.sagslx.cn] | red rock casino and resort in las vegas, nv [red-rcarilvn.fyen.cn] | free online casino games for real slots [free-ocgfrs.ai50swg.cn] | casino royale 2006 film theme song [casino-r2fts.ai50swg.cn] | casino free cash no deposit bonuses [casino-fcndb.ai50swg.cn] | the grand casino hotel tunica ms [the-gchtm.8y7g.cn] | purchase xanax with no perscription [purchase-xwnp.skpowfw.cn] | casino royal costa brava [casino-rcb.8y7g.cn] | alprazolam kill you [alprazolam-ky.il5iye.cn] | gaming casino tokens [gaming-ct.fyen.cn] | xanax side effect insomnia [xanax-sei.3szmaz.cn] | ',1,0),(533,0,4,'2007-10-13 11:31:16','Dave1972x','','','91.121.9.61','Comment 13 1123','hpixulo alprazolam kill you [alprazolam-ky.il5iye.cn] | buy xanax no prescription no membership [buy-xnpnm.il5iye.cn] | download free las vegas casino slots [download-flvcs.sagslx.cn] | xanax overnight saturday delivery [xanax-osd.3szmaz.cn] | information regarding xanax [information-rx.te0s.cn] | medication xanax strength [medication-xs.3szmaz.cn] | casino game high keno online payouts [casino-ghkop.8y7g.cn] | buying xanax online no perscription [buying-xonp.il5iye.cn] | casino no deposit needed free bonus [casino-ndnfb.fyen.cn] | buy xanax cheap low price [buy-xclp.o2joi.cn] | purchase xanax cash on delivery no credit cards [purchase-xcodncc.skpowfw.cn] | side effects of xanax on the elderly [side-eoxote.te0s.cn] | xanax overnight delivery no prior prescription [xanax-odnpp.il5iye.cn] | purchase xanax [purchase-x.te0s.cn] | the grand casino in biloxi mississippi is it open [the-gcibmiio.8y7g.cn] | casino chip auction [casino-ca.sagslx.cn] | red rock casino and resort in las vegas, nv [red-rcarilvn.fyen.cn] | free online casino games for real slots [free-ocgfrs.ai50swg.cn] | casino royale 2006 film theme song [casino-r2fts.ai50swg.cn] | casino free cash no deposit bonuses [casino-fcndb.ai50swg.cn] | the grand casino hotel tunica ms [the-gchtm.8y7g.cn] | purchase xanax with no perscription [purchase-xwnp.skpowfw.cn] | casino royal costa brava [casino-rcb.8y7g.cn] | alprazolam kill you [alprazolam-ky.il5iye.cn] | gaming casino tokens [gaming-ct.fyen.cn] | xanax side effect insomnia [xanax-sei.3szmaz.cn] | ',1,0),(534,0,2,'2007-10-14 15:51:42','Dave1972x','','','91.121.9.61','Comment 14 1544','hpixulo flamingo hotel casino las vegas neveda [flamingo-hclvn-8.trustal.info] | buy xanax online free consultation [buy-xofc.xaness.info] | casino us no depsosit [casino-und.treeds.info] | do valum and xanax show up as the same thing [do-vaxsuatst.catoxi.info] | xanax ativan skin rashes [xanax-asr.vessive.info] | side effects of xanax bar [side-eoxb.vessive.info] | free cash no deposit online casino [free-cndoc.trustal.info] | free online casino cash coupon codes [free-occcc.vansur.info] | side effects of xanax 25 mg [side-eox2m.catoxi.info] | online casino fun free play [online-cffp.upsteg.info] | how does xanax xr work [how-dxxw.atavi.info] | xanax detox symptoms [xanax-ds.vessive.info] | what is the difference between valium and xanax [what-itdbvax.vessive.info] | xanax no prescription next day [xanax-npnd.vessive.info] | what is xanax used for dose [what-ixufd.xaness.info] | need information on the drug xanax [need-iotdx.atavi.info] | order xanax [order-x.catoxi.info] | generic pills for xanax [generic-pfx.xaness.info] | ',1,0),(535,0,4,'2007-10-14 15:51:47','Dave1972x','','','91.121.9.61','Comment 14 1544','hpixulo flamingo hotel casino las vegas neveda [flamingo-hclvn-8.trustal.info] | buy xanax online free consultation [buy-xofc.xaness.info] | casino us no depsosit [casino-und.treeds.info] | do valum and xanax show up as the same thing [do-vaxsuatst.catoxi.info] | xanax ativan skin rashes [xanax-asr.vessive.info] | side effects of xanax bar [side-eoxb.vessive.info] | free cash no deposit online casino [free-cndoc.trustal.info] | free online casino cash coupon codes [free-occcc.vansur.info] | side effects of xanax 25 mg [side-eox2m.catoxi.info] | online casino fun free play [online-cffp.upsteg.info] | how does xanax xr work [how-dxxw.atavi.info] | xanax detox symptoms [xanax-ds.vessive.info] | what is the difference between valium and xanax [what-itdbvax.vessive.info] | xanax no prescription next day [xanax-npnd.vessive.info] | what is xanax used for dose [what-ixufd.xaness.info] | need information on the drug xanax [need-iotdx.atavi.info] | order xanax [order-x.catoxi.info] | generic pills for xanax [generic-pfx.xaness.info] | ',1,0),(536,0,2,'2007-10-14 15:51:52','Dave1972x','','','91.121.9.61','Comment 14 1544','hpixulo tramadol 450 mg [tramadol-4m.consatiq.info] | un skyblog soma de la nouvelle star 2007 [un-ssdlns2.horede.info] | mpllc 180 tramadol [mpllc-1t.chedal.info] | soma lorcacet [soma-l.hoodulne.info] | soma therapy vancouver [soma-tv.immetr.info] | cheap free shipping soma [cheap-fss.erging.info] | discount soma prescription [discount-sp.hoodulne.info] | online tramadol dreampharmaceuticalscom [online-td.divab.info] | buy tramadol 400 count without rx [buy-t4cwr.divab.info] | soma yoga [soma-y.hoodulne.info] | buy soma online with no priscription [buy-sownp.hoodulne.info] | cod sold tramadol [cod-st-49.consatiq.info] | pills soma picture [pills-sp.horede.info] | cheap tramadol on line [cheap-tol.chedal.info] | pornstar soma border bangers [pornstar-sbb.immetr.info] | soma fact [soma-f.hoodulne.info] | best pharmacies online tramadol [best-pot.divab.info] | dreampharmaceuticals tramadol online [dreampharmaceuticals-to.chedal.info] | cash loans online buy tramadol [cash-lobt.colusi.info] | myth of soma client download [myth-oscd.immetr.info] | buy soma online pillsbargain [buy-sop.erging.info] | tramadol side effects stopping orgasms [tramadol-seso.consatiq.info] | torrent ashes of soma [torrent-aos.immetr.info] | ',1,0),(537,0,4,'2007-10-14 15:51:56','Dave1972x','','','91.121.9.61','Comment 14 1544','hpixulo tramadol 450 mg [tramadol-4m.consatiq.info] | un skyblog soma de la nouvelle star 2007 [un-ssdlns2.horede.info] | mpllc 180 tramadol [mpllc-1t.chedal.info] | soma lorcacet [soma-l.hoodulne.info] | soma therapy vancouver [soma-tv.immetr.info] | cheap free shipping soma [cheap-fss.erging.info] | discount soma prescription [discount-sp.hoodulne.info] | online tramadol dreampharmaceuticalscom [online-td.divab.info] | buy tramadol 400 count without rx [buy-t4cwr.divab.info] | soma yoga [soma-y.hoodulne.info] | buy soma online with no priscription [buy-sownp.hoodulne.info] | cod sold tramadol [cod-st-49.consatiq.info] | pills soma picture [pills-sp.horede.info] | cheap tramadol on line [cheap-tol.chedal.info] | pornstar soma border bangers [pornstar-sbb.immetr.info] | soma fact [soma-f.hoodulne.info] | best pharmacies online tramadol [best-pot.divab.info] | dreampharmaceuticals tramadol online [dreampharmaceuticals-to.chedal.info] | cash loans online buy tramadol [cash-lobt.colusi.info] | myth of soma client download [myth-oscd.immetr.info] | buy soma online pillsbargain [buy-sop.erging.info] | tramadol side effects stopping orgasms [tramadol-seso.consatiq.info] | torrent ashes of soma [torrent-aos.immetr.info] | ',1,0),(538,0,2,'2007-10-15 10:14:29','Dave1972x','','','91.121.9.61','Comment 15 1006','hpixulo bonus casino online promotion top [bonus-copt.b6ecxqh.cn] | rtg no+deposit+free+casino+bonus+codes | grand biloxi casino hotel [grand-bch.o9rmlyr.cn] | creek indian casino [creek-ic.sgiym.cn] | circus circus hotel casino reno nevada [circus-chcrn.sgiym.cn] | grand casino resort tunica ms [grand-crtm.sgiym.cn] | casino in detroit [casino-id.vgie9.cn] | patowanomi casino wi [patowanomi-cw.5um4.cn] | tropicana casino and resort in new jersry [tropicana-carinj.o9rmlyr.cn] | all slots flash casino [all-sfc.2ufyd0.cn] | boxing mgm grand hotel casino [boxing-mghc.kreies.cn] | casino on net .com [casino-onc.5um4.cn] | u k casino that have encanted forest slot machine [u-kcthefsm.sgiym.cn] | reopening casino of biloxi mississippi [reopening-cobm.o9rmlyr.cn] | las vegas convention center map close casino [las-vccmcc.5um4.cn] | western washington casino resorts [western-wcr.b6ecxqh.cn] | casino winner [casino-w.tiffe6.cn] | atlantic city book hotels with casino [atlantic-cbhwc.o9rmlyr.cn] | royal casino 2006 [royal-c2.5um4.cn] | no deposit free casino bonus codes rtg [no-dfcbcr.kreies.cn] | pictures from casino royale bond movie [pictures-fcrbm.o9rmlyr.cn] | mirage casino and resort las vegas [mirage-carlv.o9rmlyr.cn] | casino online game [casino-og.5um4.cn] | usa free casino sign up bonus [usa-fcsub.o9rmlyr.cn] | cache creek casino creek [cache-ccc.tiffe6.cn] | ',1,0),(539,0,4,'2007-10-15 10:14:34','Dave1972x','','','91.121.9.61','Comment 15 1007','hpixulo bonus casino online promotion top [bonus-copt.b6ecxqh.cn] | rtg no+deposit+free+casino+bonus+codes | grand biloxi casino hotel [grand-bch.o9rmlyr.cn] | creek indian casino [creek-ic.sgiym.cn] | circus circus hotel casino reno nevada [circus-chcrn.sgiym.cn] | grand casino resort tunica ms [grand-crtm.sgiym.cn] | casino in detroit [casino-id.vgie9.cn] | patowanomi casino wi [patowanomi-cw.5um4.cn] | tropicana casino and resort in new jersry [tropicana-carinj.o9rmlyr.cn] | all slots flash casino [all-sfc.2ufyd0.cn] | boxing mgm grand hotel casino [boxing-mghc.kreies.cn] | casino on net .com [casino-onc.5um4.cn] | u k casino that have encanted forest slot machine [u-kcthefsm.sgiym.cn] | reopening casino of biloxi mississippi [reopening-cobm.o9rmlyr.cn] | las vegas convention center map close casino [las-vccmcc.5um4.cn] | western washington casino resorts [western-wcr.b6ecxqh.cn] | casino winner [casino-w.tiffe6.cn] | atlantic city book hotels with casino [atlantic-cbhwc.o9rmlyr.cn] | royal casino 2006 [royal-c2.5um4.cn] | no deposit free casino bonus codes rtg [no-dfcbcr.kreies.cn] | pictures from casino royale bond movie [pictures-fcrbm.o9rmlyr.cn] | mirage casino and resort las vegas [mirage-carlv.o9rmlyr.cn] | casino online game [casino-og.5um4.cn] | usa free casino sign up bonus [usa-fcsub.o9rmlyr.cn] | cache creek casino creek [cache-ccc.tiffe6.cn] | ',1,0),(540,0,2,'2007-10-15 10:14:57','Dave1972x','','','91.121.9.61','Comment 15 1007','',1,0),(541,0,4,'2007-10-15 10:15:01','Dave1972x','','','91.121.9.61','Comment 15 1007','',1,0),(542,0,2,'2007-10-15 10:56:31','Dave1972x','','','91.121.9.61','Comment 15 1049','hpixulo zoloft and xanax taken together information [zoloft-axtti.7orh.cn] | slot techs [slot-t.fezgqt.cn] | free multi line no money slots [free-mlnms.2lqyrhl.cn] | grapefruit zoloft xanax interaction [grapefruit-zxi.ufqd.cn] | is it better to take xanax or valium with klonopin? | xanax picture [xanax-p.7orh.cn] | xanax for sale no prescriptions cheap [xanax-fsnpc.weeo1.cn] | star wars video slots play for free online [star-wvspffo.idjmrne.cn] | expansion slots for emachines t4510 [expansion-sfet-25.idjmrne.cn] | ideal dukes of hazzard slot car [ideal-dohsc.fezgqt.cn] | free 5 line slots [free-5ls.epor2.cn] | pci 2.2 slots [pci-2s.fezgqt.cn] | expansion slots apg t2682 [expansion-sat.epor2.cn] | valium or xanax overnight delivery [valium-oxod.7orh.cn] | ',1,0),(543,0,4,'2007-10-15 10:56:38','Dave1972x','','','91.121.9.61','Comment 15 1049','hpixulo zoloft and xanax taken together information [zoloft-axtti.7orh.cn] | slot techs [slot-t.fezgqt.cn] | free multi line no money slots [free-mlnms.2lqyrhl.cn] | grapefruit zoloft xanax interaction [grapefruit-zxi.ufqd.cn] | is it better to take xanax or valium with klonopin? | xanax picture [xanax-p.7orh.cn] | xanax for sale no prescriptions cheap [xanax-fsnpc.weeo1.cn] | star wars video slots play for free online [star-wvspffo.idjmrne.cn] | expansion slots for emachines t4510 [expansion-sfet-25.idjmrne.cn] | ideal dukes of hazzard slot car [ideal-dohsc.fezgqt.cn] | free 5 line slots [free-5ls.epor2.cn] | pci 2.2 slots [pci-2s.fezgqt.cn] | expansion slots apg t2682 [expansion-sat.epor2.cn] | valium or xanax overnight delivery [valium-oxod.7orh.cn] | ',1,0),(544,0,2,'2007-10-16 10:22:25','Dave1972x','','','91.121.9.61','Comment 16 1014','hpixulo buy 400 qty soma [buy-4qs.hvob.cn] | what if you break a xanax xr [what-iybaxx.rezo0yy.cn] | blog de soma de la nouvelle star [blog-dsdlns.jbb0t.cn] | can i take 200 mg of tramadol at once [can-it2motao.xolqcp.cn] | addiction soma [addiction-s.hvob.cn] | cheap cod online soma prescriptions [cheap-cosp.jbb0t.cn] | alprazolam xanax valium [alprazolam-xv.fnucm5.cn] | mixing soma and alcohol [mixing-saa.wiel6.cn] | soma online carisoprodol [soma-oc-59.wiel6.cn] | tramadol generic for ? | restaurant soma [restaurant-s.jbb0t.cn] | carisoprodol carisoprodol site soma pochta ru soma pochta ru [carisoprodol-cssprspr.wiel6.cn] | free aura soma reading [free-asr.hvob.cn] | price lists for drug tests for soma [price-lfdtfs.egaiifs.cn] | soma lofts [soma-l-20.jbb0t.cn] | snorting tramadol [snorting-t.xolqcp.cn] | cns effects of soma [cns-eos.3bcl5kr.cn] | discount soma prescription [discount-sp.hvob.cn] | soma compund [soma-c-62.egaiifs.cn] | soma order from mexico [soma-ofm.egaiifs.cn] | what is tramadol apap [what-ita.xolqcp.cn] | fed ex soma cod [fed-esc.hvob.cn] | soma wireless [soma-w.hvob.cn] | soma fm radio [soma-fr.wiel6.cn] | ',1,0),(545,0,4,'2007-10-16 10:22:32','Dave1972x','','','91.121.9.61','Comment 16 1014','hpixulo buy 400 qty soma [buy-4qs.hvob.cn] | what if you break a xanax xr [what-iybaxx.rezo0yy.cn] | blog de soma de la nouvelle star [blog-dsdlns.jbb0t.cn] | can i take 200 mg of tramadol at once [can-it2motao.xolqcp.cn] | addiction soma [addiction-s.hvob.cn] | cheap cod online soma prescriptions [cheap-cosp.jbb0t.cn] | alprazolam xanax valium [alprazolam-xv.fnucm5.cn] | mixing soma and alcohol [mixing-saa.wiel6.cn] | soma online carisoprodol [soma-oc-59.wiel6.cn] | tramadol generic for ? | restaurant soma [restaurant-s.jbb0t.cn] | carisoprodol carisoprodol site soma pochta ru soma pochta ru [carisoprodol-cssprspr.wiel6.cn] | free aura soma reading [free-asr.hvob.cn] | price lists for drug tests for soma [price-lfdtfs.egaiifs.cn] | soma lofts [soma-l-20.jbb0t.cn] | snorting tramadol [snorting-t.xolqcp.cn] | cns effects of soma [cns-eos.3bcl5kr.cn] | discount soma prescription [discount-sp.hvob.cn] | soma compund [soma-c-62.egaiifs.cn] | soma order from mexico [soma-ofm.egaiifs.cn] | what is tramadol apap [what-ita.xolqcp.cn] | fed ex soma cod [fed-esc.hvob.cn] | soma wireless [soma-w.hvob.cn] | soma fm radio [soma-fr.wiel6.cn] | ',1,0),(546,0,2,'2007-10-16 10:23:29','Dave1972x','','','91.121.9.61','Comment 16 1015','hpixulo aalprazolam different from zanax [aalprazolam-dfz.1v5amkv.cn] | play free casino slot machines [play-fcsm.pyfiy7.cn] | are total rewards cards required to play at harrahs cherokee casino [are-trcrtpahcc.ofk06u.cn] | casino jobs sydney [casino-js.ofk06u.cn] | legit online pharmacies xanax cod [legit-opxc.l0th.cn] | @cachecreek.com cache creek casino resort [cachecreekcom-cccr.ofk06u.cn] | nyny casino [nyny-c.ofk06u.cn] | epiphone casino 1962 [epiphone-c1.9hflise.cn] | casino royale 007 excellent quality [casino-r0eq.9hflise.cn] | taking xanax [taking-x.1v5amkv.cn] | oceans 13 casino [oceans-1c.wwxiar.cn] | resort casino in atlantic city [resort-ciac.pyfiy7.cn] | glen island casino [glen-ic.wwxiar.cn] | pictures of 2 mg alprazolam [pictures-o2ma.qarfo.cn] | casino royale screensavers [casino-rs.pyfiy7.cn] | supaserach.com q xanax cheap said make [supaserachcom-qxcsm.1v5amkv.cn] | mi casino tours [mi-ct.pyfiy7.cn] | order generic xanax online with no prescription [order-gxownp.l0th.cn] | grand casino at hinckley mn [grand-cahm.ofk06u.cn] | free order of xanax [free-oox.l0th.cn] | some potential pitfalls of casino start ups [some-ppocsu.9hflise.cn] | ',1,0),(547,0,4,'2007-10-16 10:23:34','Dave1972x','','','91.121.9.61','Comment 16 1015','hpixulo aalprazolam different from zanax [aalprazolam-dfz.1v5amkv.cn] | play free casino slot machines [play-fcsm.pyfiy7.cn] | are total rewards cards required to play at harrahs cherokee casino [are-trcrtpahcc.ofk06u.cn] | casino jobs sydney [casino-js.ofk06u.cn] | legit online pharmacies xanax cod [legit-opxc.l0th.cn] | @cachecreek.com cache creek casino resort [cachecreekcom-cccr.ofk06u.cn] | nyny casino [nyny-c.ofk06u.cn] | epiphone casino 1962 [epiphone-c1.9hflise.cn] | casino royale 007 excellent quality [casino-r0eq.9hflise.cn] | taking xanax [taking-x.1v5amkv.cn] | oceans 13 casino [oceans-1c.wwxiar.cn] | resort casino in atlantic city [resort-ciac.pyfiy7.cn] | glen island casino [glen-ic.wwxiar.cn] | pictures of 2 mg alprazolam [pictures-o2ma.qarfo.cn] | casino royale screensavers [casino-rs.pyfiy7.cn] | supaserach.com q xanax cheap said make [supaserachcom-qxcsm.1v5amkv.cn] | mi casino tours [mi-ct.pyfiy7.cn] | order generic xanax online with no prescription [order-gxownp.l0th.cn] | grand casino at hinckley mn [grand-cahm.ofk06u.cn] | free order of xanax [free-oox.l0th.cn] | some potential pitfalls of casino start ups [some-ppocsu.9hflise.cn] | ',1,0),(548,0,2,'2007-10-16 12:01:40','Dave1972x','','','91.121.9.61','Comment 16 1154','hpixulo medicine online tramadol [medicine-ot.nzfcrs.cn] | play casino games online [play-cgo.iqoadim.cn] | microgaming free slots [microgaming-fs.fjohdp.cn] | vietnam slot machines sma [vietnam-sms.7awagg.cn] | free fun slots no download [free-fsnd.iqoadim.cn] | dialogic d 82jct u pci slots [dialogic-d8ups.3rada.cn] | wheel of fortune progressive slots [wheel-ofps.3rada.cn] | tramadol during pregnancy [tramadol-dp.38skqid.cn] | free online slots .com [free-osc.hajojxu.cn] | slots for free downloads [slots-ffd.7awagg.cn] | slot machines & gambling [slot-mg.fjohdp.cn] | tramadol 50 mg dosing [tramadol-5md.38skqid.cn] | best slots on the las vegas strip [best-sotlvs.hajojxu.cn] | tramadol with amantadine for arthritic dogs, helpful? | free to play bingo and slots no download [free-tpbasnd.fjohdp.cn] | discount slot cars [discount-sc.fjohdp.cn] | online tramadol dreampharmaceuticals com [online-tdc.mxhaizu.cn] | tramadol abuse effects [tramadol-ae-113.9lac7.cn] | penny slots in indiana [penny-sii.7awagg.cn] | ',1,0),(549,0,4,'2007-10-16 12:01:48','Dave1972x','','','91.121.9.61','Comment 16 1154','hpixulo medicine online tramadol [medicine-ot.nzfcrs.cn] | play casino games online [play-cgo.iqoadim.cn] | microgaming free slots [microgaming-fs.fjohdp.cn] | vietnam slot machines sma [vietnam-sms.7awagg.cn] | free fun slots no download [free-fsnd.iqoadim.cn] | dialogic d 82jct u pci slots [dialogic-d8ups.3rada.cn] | wheel of fortune progressive slots [wheel-ofps.3rada.cn] | tramadol during pregnancy [tramadol-dp.38skqid.cn] | free online slots .com [free-osc.hajojxu.cn] | slots for free downloads [slots-ffd.7awagg.cn] | slot machines & gambling [slot-mg.fjohdp.cn] | tramadol 50 mg dosing [tramadol-5md.38skqid.cn] | best slots on the las vegas strip [best-sotlvs.hajojxu.cn] | tramadol with amantadine for arthritic dogs, helpful? | free to play bingo and slots no download [free-tpbasnd.fjohdp.cn] | discount slot cars [discount-sc.fjohdp.cn] | online tramadol dreampharmaceuticals com [online-tdc.mxhaizu.cn] | tramadol abuse effects [tramadol-ae-113.9lac7.cn] | penny slots in indiana [penny-sii.7awagg.cn] | ',1,0),(550,0,2,'2007-10-17 10:16:44','Dave1972x','','','91.121.9.61','Comment 17 1009','hpixulo what is a casino according to stanford university [what-iacatsu.2foiuv.cn] | hooters casino las vegas babes [hooters-clvb.xig8co.cn] | rose red casino [rose-rc.ppyma.cn] | grand casino biloxi,ms. [grand-cb.wttaq7.cn] | casino hotels in atlantic city [casino-hiac.2foiuv.cn] | shreveport casino hotels [shreveport-ch.xig8co.cn] | zanax 2 mg [zanax-2m.adasiq.cn] | excalibur hotel and casino in vegas [excalibur-haciv.xig8co.cn] | whirlpool hotels blue chip casino [whirlpool-hbcc.jagwk.cn] | showboat gaming casino tokens [showboat-gct.2foiuv.cn] | xanax effects on blood pressure [xanax-eobp.nrozr.cn] | drug information on xanax [drug-iox.6i06i.cn] | 007 casino royal pictures [007-crp.xig8co.cn] | 2mg xanax without prescription [2mg-xwp.h1ol.cn] | joe wallace wynn oscar wynn casino las vegas actor hotel [joe-wwowclvah.jagwk.cn] | kewadin casino entertainment [kewadin-ce.2foiuv.cn] | xanax benadryl pregnancy [xanax-bp.6i06i.cn] | sams town hotel and casino [sams-thac.wttaq7.cn] | atlantic city casino hotels cheap rates [atlantic-cchcr.wttaq7.cn] | foxwood casino schedule for 2005 [foxwood-csf2.luafw.cn] | quinault beach resort and casino [quinault-brac.xig8co.cn] | casino royale+ dvd rip+ torrent | otawa casino [otawa-c.wttaq7.cn] | what medication goes along with xanax [what-mgawx.adasiq.cn] | free just for fun casino game [free-jffcg.xig8co.cn] | hollywood casino louisiana [hollywood-cl.luafw.cn] | ',1,0),(551,0,4,'2007-10-17 10:16:49','Dave1972x','','','91.121.9.61','Comment 17 1009','hpixulo what is a casino according to stanford university [what-iacatsu.2foiuv.cn] | hooters casino las vegas babes [hooters-clvb.xig8co.cn] | rose red casino [rose-rc.ppyma.cn] | grand casino biloxi,ms. [grand-cb.wttaq7.cn] | casino hotels in atlantic city [casino-hiac.2foiuv.cn] | shreveport casino hotels [shreveport-ch.xig8co.cn] | zanax 2 mg [zanax-2m.adasiq.cn] | excalibur hotel and casino in vegas [excalibur-haciv.xig8co.cn] | whirlpool hotels blue chip casino [whirlpool-hbcc.jagwk.cn] | showboat gaming casino tokens [showboat-gct.2foiuv.cn] | xanax effects on blood pressure [xanax-eobp.nrozr.cn] | drug information on xanax [drug-iox.6i06i.cn] | 007 casino royal pictures [007-crp.xig8co.cn] | 2mg xanax without prescription [2mg-xwp.h1ol.cn] | joe wallace wynn oscar wynn casino las vegas actor hotel [joe-wwowclvah.jagwk.cn] | kewadin casino entertainment [kewadin-ce.2foiuv.cn] | xanax benadryl pregnancy [xanax-bp.6i06i.cn] | sams town hotel and casino [sams-thac.wttaq7.cn] | atlantic city casino hotels cheap rates [atlantic-cchcr.wttaq7.cn] | foxwood casino schedule for 2005 [foxwood-csf2.luafw.cn] | quinault beach resort and casino [quinault-brac.xig8co.cn] | casino royale+ dvd rip+ torrent | otawa casino [otawa-c.wttaq7.cn] | what medication goes along with xanax [what-mgawx.adasiq.cn] | free just for fun casino game [free-jffcg.xig8co.cn] | hollywood casino louisiana [hollywood-cl.luafw.cn] | ',1,0),(552,0,2,'2007-10-17 10:17:58','Dave1972x','','','91.121.9.61','Comment 17 1010','hpixulo cod tramadol delivery [cod-td.4vdti.cn] | xanax nrop overnight [xanax-no.aewahp.cn] | buy tramadol online using c.o.d. without prescription [buy-toucwp.bficg.cn] | cheap tramadol online prescriptions zyrtec zyrtec [cheap-topzz.bficg.cn] | pharmacies pay by cod tramadol [pharmacies-pbct.i4hu.cn] | cheapest tramadol online [cheapest-to.bficg.cn] | ultram sniffing tramadol [ultram-st.i4hu.cn] | online buy vicodin and xanax [online-bvax.aewahp.cn] | xanax for cheap [xanax-fc.aewahp.cn] | withdrawal from ultram tramadol [withdrawal-fut.a2kaj.cn] | tramadol hcl chemical supplier white [tramadol-hcsw.a2kaj.cn] | side effects of the drug tramadol [side-eotdt.cqivsl9.cn] | dog pain medication tramadol [dog-pmt.bficg.cn] | effects of snorting tramadol [effects-ost.cqivsl9.cn] | picture of tramadol tablets [picture-ott.cqivsl9.cn] | tramadol hcl 50mg. [tramadol-h5-73.bficg.cn] | online tramadol free shipping [online-tfs.bficg.cn] | taking xanax [taking-x.niefw.cn] | side effects of canine tramadol [side-eoct.a2kaj.cn] | tramadol depression [tramadol-d-25.i4hu.cn] | cheap tramadol cod overnight free [cheap-tcof.i4hu.cn] | tramadol com [tramadol-c-77.a2kaj.cn] | xanax 2mg no prescript [xanax-2np.aewahp.cn] | tramadol dream pharmaceutical [tramadol-dp.cqivsl9.cn] | ',1,0),(553,0,4,'2007-10-17 10:18:04','Dave1972x','','','91.121.9.61','Comment 17 1010','hpixulo cod tramadol delivery [cod-td.4vdti.cn] | xanax nrop overnight [xanax-no.aewahp.cn] | buy tramadol online using c.o.d. without prescription [buy-toucwp.bficg.cn] | cheap tramadol online prescriptions zyrtec zyrtec [cheap-topzz.bficg.cn] | pharmacies pay by cod tramadol [pharmacies-pbct.i4hu.cn] | cheapest tramadol online [cheapest-to.bficg.cn] | ultram sniffing tramadol [ultram-st.i4hu.cn] | online buy vicodin and xanax [online-bvax.aewahp.cn] | xanax for cheap [xanax-fc.aewahp.cn] | withdrawal from ultram tramadol [withdrawal-fut.a2kaj.cn] | tramadol hcl chemical supplier white [tramadol-hcsw.a2kaj.cn] | side effects of the drug tramadol [side-eotdt.cqivsl9.cn] | dog pain medication tramadol [dog-pmt.bficg.cn] | effects of snorting tramadol [effects-ost.cqivsl9.cn] | picture of tramadol tablets [picture-ott.cqivsl9.cn] | tramadol hcl 50mg. [tramadol-h5-73.bficg.cn] | online tramadol free shipping [online-tfs.bficg.cn] | taking xanax [taking-x.niefw.cn] | side effects of canine tramadol [side-eoct.a2kaj.cn] | tramadol depression [tramadol-d-25.i4hu.cn] | cheap tramadol cod overnight free [cheap-tcof.i4hu.cn] | tramadol com [tramadol-c-77.a2kaj.cn] | xanax 2mg no prescript [xanax-2np.aewahp.cn] | tramadol dream pharmaceutical [tramadol-dp.cqivsl9.cn] | ',1,0),(554,0,2,'2007-10-18 15:38:36','Dave1972x','','','91.121.9.61','Comment 18 1530','hpixulo super slots casino promos [super-scp.rksygq.cn] | fruits basket haru soma [fruits-bhs.xdawga.cn] | mother board slots [mother-bs.iwrg.cn] | skyblog soma nouvelle star [skyblog-sns.thyuv3c.cn] | secrets of slot machines [secrets-osm.iwrg.cn] | buy cannabis seeds over the internet soma sagamartha [buy-csotiss.xdawga.cn] | kyo soma and tohru gallery [kyo-satg.rjgisi.cn] | online free slots no downloading [online-fsnd.8nboggc.cn] | free casino slots no deposit [free-csnd.iwrg.cn] | search free fun slots [search-ffs.rksygq.cn] | kyo soma finally [kyo-sf.xdawga.cn] | fed ex cheap soma overnight [fed-ecso.ook4q.cn] | free online slot machines with no downloading and no fee [free-osmwndanf.rksygq.cn] | online slots machine tips free [online-smtf.iwrg.cn] | ',1,0),(555,0,4,'2007-10-18 15:38:45','Dave1972x','','','91.121.9.61','Comment 18 1530','hpixulo super slots casino promos [super-scp.rksygq.cn] | fruits basket haru soma [fruits-bhs.xdawga.cn] | mother board slots [mother-bs.iwrg.cn] | skyblog soma nouvelle star [skyblog-sns.thyuv3c.cn] | secrets of slot machines [secrets-osm.iwrg.cn] | buy cannabis seeds over the internet soma sagamartha [buy-csotiss.xdawga.cn] | kyo soma and tohru gallery [kyo-satg.rjgisi.cn] | online free slots no downloading [online-fsnd.8nboggc.cn] | free casino slots no deposit [free-csnd.iwrg.cn] | search free fun slots [search-ffs.rksygq.cn] | kyo soma finally [kyo-sf.xdawga.cn] | fed ex cheap soma overnight [fed-ecso.ook4q.cn] | free online slot machines with no downloading and no fee [free-osmwndanf.rksygq.cn] | online slots machine tips free [online-smtf.iwrg.cn] | ',1,0),(556,0,2,'2007-10-18 15:39:22','Dave1972x','','','91.121.9.61','Comment 18 1531','hpixulo hard rock cafe and casino [hard-rcac.vbikmt.cn] | xanax viagra soma cialis valium sex porno adult [xanax-vscvspa.v4ikl.cn] | cicus circus hotel and casino reno [cicus-chacr.bpe8z.cn] | century casino fort road edmonton [century-cfre.ojkccxc.cn] | xanax no prescription accept insurance [xanax-npai.az0oei.cn] | xanax or ativan which has fewer side effects [xanax-oawhfse.v4ikl.cn] | meskawki bingo and casino [meskawki-bac.aamog.cn] | casino royale dvd rip torrent [casino-rdrt.vbikmt.cn] | belagio casino and hotel [belagio-cah.bpe8z.cn] | new tunica casino [new-tc.bpe8z.cn] | casino royale casino las vegas [casino-rclv.ojkccxc.cn] | aladdin hotel and casino i las vegas [aladdin-hacilv.aamog.cn] | florida casino cruise [florida-cc.vjfofb.cn] | casino royale 007 trailer imdb [casino-r0ti.bpe8z.cn] | online casino three card poker [online-ctcp.ojkccxc.cn] | best casino bonus no deposit coupon code [best-cbndcc.vbikmt.cn] | ',1,0),(557,0,4,'2007-10-18 15:39:27','Dave1972x','','','91.121.9.61','Comment 18 1531','hpixulo hard rock cafe and casino [hard-rcac.vbikmt.cn] | xanax viagra soma cialis valium sex porno adult [xanax-vscvspa.v4ikl.cn] | cicus circus hotel and casino reno [cicus-chacr.bpe8z.cn] | century casino fort road edmonton [century-cfre.ojkccxc.cn] | xanax no prescription accept insurance [xanax-npai.az0oei.cn] | xanax or ativan which has fewer side effects [xanax-oawhfse.v4ikl.cn] | meskawki bingo and casino [meskawki-bac.aamog.cn] | casino royale dvd rip torrent [casino-rdrt.vbikmt.cn] | belagio casino and hotel [belagio-cah.bpe8z.cn] | new tunica casino [new-tc.bpe8z.cn] | casino royale casino las vegas [casino-rclv.ojkccxc.cn] | aladdin hotel and casino i las vegas [aladdin-hacilv.aamog.cn] | florida casino cruise [florida-cc.vjfofb.cn] | casino royale 007 trailer imdb [casino-r0ti.bpe8z.cn] | online casino three card poker [online-ctcp.ojkccxc.cn] | best casino bonus no deposit coupon code [best-cbndcc.vbikmt.cn] | ',1,0),(558,0,2,'2007-10-18 15:39:51','Dave1972x','','','91.121.9.61','Comment 18 1531','hpixulo tramadol 180 99 [tramadol-19.ok5fcz.cn] | overnight no prescription xanax [overnight-npx.5hr7e42.cn] | tramadol new york [tramadol-ny.pnypa.cn] | soma, san diego ca [soma-sdc-53.49rqm.cn] | buy tramadol cod [buy-tc.oips73v.cn] | tramadol hydrochloride antidepressant properties [tramadol-hap.p6if4.cn] | tramadol 200 [tramadol-2-49.ziyvv.cn] | tramadol 325 mg [tramadol-3m.p6if4.cn] | buying tramadol online legal [buying-tol.oips73v.cn] | 1 hcl tramadol [1-ht.ziyvv.cn] | tramadol purchase florida delivery no prescription [tramadol-pfdnp.p6if4.cn] | information tramadol [information-t.ok5fcz.cn] | can skelaxin be used with tramadol [can-sbuwt.ee8u.cn] | tramadol saturday delivery [tramadol-sd.oips73v.cn] | soma carisoprodol pills [soma-cp-27.49rqm.cn] | photos of tramadol 377 prescription pill [photos-ot3pp.ziyvv.cn] | killer pain tramadol [killer-pt.e2uuc.cn] | need to buy cheap tramadol and pay by cod [need-tbctapbc.p6if4.cn] | order tramadol hcl with cod [order-thwc.p6if4.cn] | pharma searchers.com q buy xanax online said make [pharma-sqbxosm.5hr7e42.cn] | tramadol phentermine yellow freeshipping [tramadol-pyf.pnypa.cn] | who makes soma pills [who-msp.49rqm.cn] | temp soma memory foam [temp-smf.49rqm.cn] | prices tramadol [prices-t.e2uuc.cn] | buy soma with out a prescription [buy-swoap.49rqm.cn] | cheap tramadol online [cheap-to.ee8u.cn] | ',1,0),(559,0,4,'2007-10-18 15:39:55','Dave1972x','','','91.121.9.61','Comment 18 1532','hpixulo tramadol 180 99 [tramadol-19.ok5fcz.cn] | overnight no prescription xanax [overnight-npx.5hr7e42.cn] | tramadol new york [tramadol-ny.pnypa.cn] | soma, san diego ca [soma-sdc-53.49rqm.cn] | buy tramadol cod [buy-tc.oips73v.cn] | tramadol hydrochloride antidepressant properties [tramadol-hap.p6if4.cn] | tramadol 200 [tramadol-2-49.ziyvv.cn] | tramadol 325 mg [tramadol-3m.p6if4.cn] | buying tramadol online legal [buying-tol.oips73v.cn] | 1 hcl tramadol [1-ht.ziyvv.cn] | tramadol purchase florida delivery no prescription [tramadol-pfdnp.p6if4.cn] | information tramadol [information-t.ok5fcz.cn] | can skelaxin be used with tramadol [can-sbuwt.ee8u.cn] | tramadol saturday delivery [tramadol-sd.oips73v.cn] | soma carisoprodol pills [soma-cp-27.49rqm.cn] | photos of tramadol 377 prescription pill [photos-ot3pp.ziyvv.cn] | killer pain tramadol [killer-pt.e2uuc.cn] | need to buy cheap tramadol and pay by cod [need-tbctapbc.p6if4.cn] | order tramadol hcl with cod [order-thwc.p6if4.cn] | pharma searchers.com q buy xanax online said make [pharma-sqbxosm.5hr7e42.cn] | tramadol phentermine yellow freeshipping [tramadol-pyf.pnypa.cn] | who makes soma pills [who-msp.49rqm.cn] | temp soma memory foam [temp-smf.49rqm.cn] | prices tramadol [prices-t.e2uuc.cn] | buy soma with out a prescription [buy-swoap.49rqm.cn] | cheap tramadol online [cheap-to.ee8u.cn] | ',1,0),(560,0,2,'2007-10-20 12:52:45','Dave1972x','','','91.121.9.61','Comment 20 1244','hpixulo xanax overnight shipping no perscription online consultation [xanax-osnpoc.ewzuew.cn] | what happens if i overdose on xanax [what-hiioox.ewzuew.cn] | can xanax help with alcohol withdrawal [can-xhwaw.7boa6b.cn] | how to buy xanax without a docters prescription [how-tbxwadp.7boa6b.cn] | what does xanax pills look like [what-dxpll.9zic.cn] | xanax used with st johns wart for panic attacks [xanax-uwsjwfpa-11.7boa6b.cn] | generic 2mg xanax pics. [generic-2xp.wwqapz2.cn] | hydrocodone and xanax overdose [hydrocodone-axo.9zic.cn] | xanax side effects neck tightness [xanax-sent.gkneko.cn] | generic xanax picture [generic-xp.7boa6b.cn] | information on xanax [information-ox.gkneko.cn] | buy online lorcet and xanax [buy-olax-4.wwqapz2.cn] | legit online xanax pharmacies cod [legit-oxpc.afazu0.cn] | taking benadryl xanax during pregnancy [taking-bxdp.ewzuew.cn] | difference xanax and xanax xr [difference-xaxx.afazu0.cn] | xanax xr 1 mg [xanax-x1m.ewzuew.cn] | ',1,0),(561,0,4,'2007-10-20 12:52:54','Dave1972x','','','91.121.9.61','Comment 20 1244','hpixulo xanax overnight shipping no perscription online consultation [xanax-osnpoc.ewzuew.cn] | what happens if i overdose on xanax [what-hiioox.ewzuew.cn] | can xanax help with alcohol withdrawal [can-xhwaw.7boa6b.cn] | how to buy xanax without a docters prescription [how-tbxwadp.7boa6b.cn] | what does xanax pills look like [what-dxpll.9zic.cn] | xanax used with st johns wart for panic attacks [xanax-uwsjwfpa-11.7boa6b.cn] | generic 2mg xanax pics. [generic-2xp.wwqapz2.cn] | hydrocodone and xanax overdose [hydrocodone-axo.9zic.cn] | xanax side effects neck tightness [xanax-sent.gkneko.cn] | generic xanax picture [generic-xp.7boa6b.cn] | information on xanax [information-ox.gkneko.cn] | buy online lorcet and xanax [buy-olax-4.wwqapz2.cn] | legit online xanax pharmacies cod [legit-oxpc.afazu0.cn] | taking benadryl xanax during pregnancy [taking-bxdp.ewzuew.cn] | difference xanax and xanax xr [difference-xaxx.afazu0.cn] | xanax xr 1 mg [xanax-x1m.ewzuew.cn] | ',1,0),(562,0,2,'2007-10-20 12:53:39','Dave1972x','','','91.121.9.61','Comment 20 1245','hpixulo the quarter at tropicana casino and resort atlantic city [the-qatcarac.hyicaq.cn] | lucky nugget online casino [lucky-noc.imuui3n.cn] | order alprazolam cod money orders acceptable [order-acmoa.bgawoi.cn] | the alamo casino [the-ac.hyicaq.cn] | xanax prescription [xanax-p.cudubtc.cn] | how many xanax to overdose [how-mxto-9.cudubtc.cn] | buy xanax online generic [buy-xog.obne.cn] | buying xanax online no rx [buying-xonr.xhlq0.cn] | generic xanax l441 [generic-xl.obne.cn] | casino shows in tunica [casino-sit.hyicaq.cn] | zanax perscriptions [zanax-p.xhlq0.cn] | xanax no prescription mastercard [xanax-npm.cudubtc.cn] | xanax or diazepam during pregnancy [xanax-oddp.cudubtc.cn] | ambien re vs xanax [ambien-rvx.bgawoi.cn] | ',1,0),(563,0,4,'2007-10-20 12:53:42','Dave1972x','','','91.121.9.61','Comment 20 1245','hpixulo the quarter at tropicana casino and resort atlantic city [the-qatcarac.hyicaq.cn] | lucky nugget online casino [lucky-noc.imuui3n.cn] | order alprazolam cod money orders acceptable [order-acmoa.bgawoi.cn] | the alamo casino [the-ac.hyicaq.cn] | xanax prescription [xanax-p.cudubtc.cn] | how many xanax to overdose [how-mxto-9.cudubtc.cn] | buy xanax online generic [buy-xog.obne.cn] | buying xanax online no rx [buying-xonr.xhlq0.cn] | generic xanax l441 [generic-xl.obne.cn] | casino shows in tunica [casino-sit.hyicaq.cn] | zanax perscriptions [zanax-p.xhlq0.cn] | xanax no prescription mastercard [xanax-npm.cudubtc.cn] | xanax or diazepam during pregnancy [xanax-oddp.cudubtc.cn] | ambien re vs xanax [ambien-rvx.bgawoi.cn] | ',1,0),(564,0,2,'2007-10-21 15:19:31','Dave1972x','','','91.121.9.61','Comment 21 1511','hpixulo las vegas wedding stardust hotel and casino [las-vwshac.natio.info] | casino reviews on emperor of the seas cruise ship [casino-roeotscs.myelop.info] | mirage hotel casino vegas [mirage-hcv.natio.info] | xanax no rx compare prices [xanax-nrcp.torcused.info] | can xanax xr 1 mg be taken evere 12 hrsa [can-xx1mbte1h.pavocane.info] | what is difference between valium and xanax [what-idbvax.turish.info] | oklahoma casino winstar [oklahoma-cw.natio.info] | withdrawal symptoms from xanax [withdrawal-sfx.torcused.info] | order xanax bars online cod [order-xboc.turish.info] | generic xanax online no consultation [generic-xonc.torcused.info] | pachanga indian casino [pachanga-ic.natio.info] | xanax xr fedex delivery [xanax-xfd.turish.info] | xanax tablets side effects more drug warnings recalls [xanax-tsemdwr.torcused.info] | products for xanax detox [products-fxd.subfu.info] | offline casino games play for fun [offline-cgpff.parers.info] | treasure island casino hotel [treasure-ich.natio.info] | free sign up bonus at online casino [free-subaoc.nitecive.info] | online prescription for xanax [online-pfx.subfu.info] | free no deposit casino sign up bonus [free-ndcsub.nitecive.info] | 2mg xanax online without rx [2mg-xowr.subfu.info] | effects of xanax on pregnancy [effects-oxop.turish.info] | ballys hotel casino jobs [ballys-hcj.nitecive.info] | ',1,0),(565,0,2,'2007-10-21 15:19:32','Dave1972x','','','91.121.9.61','Comment 21 1511','hpixulo otros cubos com el cubo soma [otros-ccecs.dukeri.info] | cheap online order tramadol tramadol [cheap-oott.berina.info] | tramadol for canine use [tramadol-fcu.ayeinca.info] | buy tramadol where [buy-tw.buraoff.info] | soma church tacoma [soma-ct.dukeri.info] | soma oulins de la nouvelle star 2007 [soma-odlns2.fibri.info] | pictures of tramadol 325 mg [pictures-ot3m.berina.info] | will soma show up as oxazepam on a drug screen [will-ssuaooads.stodgme.info] | canine dosage for tramadol [canine-dft.ayeinca.info] | online soma orders [online-so.toseless.info] | hydrocodone tramadol carisoprodol [hydrocodone-tc.dodra.info] | what is soma carisoprodol [what-isc.fibri.info] | cheap cod tramadol [cheap-ct.ayeinca.info] | online pharmacy soma tramadol [online-pst.fibri.info] | brand soma [brand-s.dukeri.info] | online rx cod accepted soma overnight delivery [online-rcasod.dukeri.info] | www soma com [www-sc.stodgme.info] | ',1,0),(566,0,4,'2007-10-21 15:19:36','Dave1972x','','','91.121.9.61','Comment 21 1511','hpixulo otros cubos com el cubo soma [otros-ccecs.dukeri.info] | cheap online order tramadol tramadol [cheap-oott.berina.info] | tramadol for canine use [tramadol-fcu.ayeinca.info] | buy tramadol where [buy-tw.buraoff.info] | soma church tacoma [soma-ct.dukeri.info] | soma oulins de la nouvelle star 2007 [soma-odlns2.fibri.info] | pictures of tramadol 325 mg [pictures-ot3m.berina.info] | will soma show up as oxazepam on a drug screen [will-ssuaooads.stodgme.info] | canine dosage for tramadol [canine-dft.ayeinca.info] | online soma orders [online-so.toseless.info] | hydrocodone tramadol carisoprodol [hydrocodone-tc.dodra.info] | what is soma carisoprodol [what-isc.fibri.info] | cheap cod tramadol [cheap-ct.ayeinca.info] | online pharmacy soma tramadol [online-pst.fibri.info] | brand soma [brand-s.dukeri.info] | online rx cod accepted soma overnight delivery [online-rcasod.dukeri.info] | www soma com [www-sc.stodgme.info] | ',1,0),(567,0,4,'2007-10-21 15:19:37','Dave1972x','','','91.121.9.61','Comment 21 1511','hpixulo las vegas wedding stardust hotel and casino [las-vwshac.natio.info] | casino reviews on emperor of the seas cruise ship [casino-roeotscs.myelop.info] | mirage hotel casino vegas [mirage-hcv.natio.info] | xanax no rx compare prices [xanax-nrcp.torcused.info] | can xanax xr 1 mg be taken evere 12 hrsa [can-xx1mbte1h.pavocane.info] | what is difference between valium and xanax [what-idbvax.turish.info] | oklahoma casino winstar [oklahoma-cw.natio.info] | withdrawal symptoms from xanax [withdrawal-sfx.torcused.info] | order xanax bars online cod [order-xboc.turish.info] | generic xanax online no consultation [generic-xonc.torcused.info] | pachanga indian casino [pachanga-ic.natio.info] | xanax xr fedex delivery [xanax-xfd.turish.info] | xanax tablets side effects more drug warnings recalls [xanax-tsemdwr.torcused.info] | products for xanax detox [products-fxd.subfu.info] | offline casino games play for fun [offline-cgpff.parers.info] | treasure island casino hotel [treasure-ich.natio.info] | free sign up bonus at online casino [free-subaoc.nitecive.info] | online prescription for xanax [online-pfx.subfu.info] | free no deposit casino sign up bonus [free-ndcsub.nitecive.info] | 2mg xanax online without rx [2mg-xowr.subfu.info] | effects of xanax on pregnancy [effects-oxop.turish.info] | ballys hotel casino jobs [ballys-hcj.nitecive.info] | ',1,0),(568,0,2,'2007-10-22 16:38:10','Dave1972x','','','91.121.9.61','Comment 22 1629','hpixulo reviews riveria casino las vegas [reviews-rclv.pen2.cn] | xanax withdrawal symptoms drug [xanax-wsd.wvom1d.cn] | generic xanax more drug uses [generic-xmdu.wvom1d.cn] | amount needed to overdose on xanax [amount-ntoox.g6xeoo.cn] | reliable online pharmacy xanax diazepam [reliable-opxd.wvom1d.cn] | xanax and hair loss side effects [xanax-ahlse.2sxxc.cn] | plans for the permanent mgm grand casino in detroit [plans-ftpmgcid.meqwvl.cn] | four quenns hotel and casino downtown las vegas [four-qhacdlv.pen2.cn] | jackson hotel and casino [jackson-hac.meqwvl.cn] | xanax dosage information [xanax-di.g6xeoo.cn] | length of time for xanax withdrawal [length-otfxw.o2bgg.cn] | cheap online prescriptions xanax 2mg [cheap-opx2.o2bgg.cn] | peoplechat.biz q buy xanax online [peoplechatbiz-qbxo.wvom1d.cn] | gaming flash casino [gaming-fc.pen2.cn] | all searchers.com q cheap xanax [all-sqcx.wvom1d.cn] | net casino baccarat [net-cb.ogbg.cn] | cheap xanax pills [cheap-xp.g6xeoo.cn] | bet max casino [bet-mc.meqwvl.cn] | overdose on 1mg xanax [overdose-o1x.o2bgg.cn] | valium online xanax soma [valium-oxs.o2bgg.cn] | hydrocodone and xanax overdose [hydrocodone-axo.o2bgg.cn] | xanax and withdrawal [xanax-aw.o2bgg.cn] | crazy pills xanax bar percosets and loratecs [crazy-pxbpal.o2bgg.cn] | ',1,0),(569,0,4,'2007-10-22 16:38:15','Dave1972x','','','91.121.9.61','Comment 22 1630','hpixulo reviews riveria casino las vegas [reviews-rclv.pen2.cn] | xanax withdrawal symptoms drug [xanax-wsd.wvom1d.cn] | generic xanax more drug uses [generic-xmdu.wvom1d.cn] | amount needed to overdose on xanax [amount-ntoox.g6xeoo.cn] | reliable online pharmacy xanax diazepam [reliable-opxd.wvom1d.cn] | xanax and hair loss side effects [xanax-ahlse.2sxxc.cn] | plans for the permanent mgm grand casino in detroit [plans-ftpmgcid.meqwvl.cn] | four quenns hotel and casino downtown las vegas [four-qhacdlv.pen2.cn] | jackson hotel and casino [jackson-hac.meqwvl.cn] | xanax dosage information [xanax-di.g6xeoo.cn] | length of time for xanax withdrawal [length-otfxw.o2bgg.cn] | cheap online prescriptions xanax 2mg [cheap-opx2.o2bgg.cn] | peoplechat.biz q buy xanax online [peoplechatbiz-qbxo.wvom1d.cn] | gaming flash casino [gaming-fc.pen2.cn] | all searchers.com q cheap xanax [all-sqcx.wvom1d.cn] | net casino baccarat [net-cb.ogbg.cn] | cheap xanax pills [cheap-xp.g6xeoo.cn] | bet max casino [bet-mc.meqwvl.cn] | overdose on 1mg xanax [overdose-o1x.o2bgg.cn] | valium online xanax soma [valium-oxs.o2bgg.cn] | hydrocodone and xanax overdose [hydrocodone-axo.o2bgg.cn] | xanax and withdrawal [xanax-aw.o2bgg.cn] | crazy pills xanax bar percosets and loratecs [crazy-pxbpal.o2bgg.cn] | ',1,0),(570,0,2,'2007-10-22 16:40:03','Dave1972x','','','91.121.9.61','Comment 22 1631','hpixulo www tramadol com [www-tc.ujowvk.cn] | order soma cheap [order-sc.6aicd.cn] | soma record [soma-r-52.pzyos.cn] | aura soma the language of colour [aura-stloc.pzyos.cn] | temp soma review [temp-sr.pzyos.cn] | drug information soma [drug-is.pzyos.cn] | soma 2bfor 2bsale [soma-22.pzyos.cn] | buy tramadol online no prescription needed [buy-tonpn.tincms.cn] | tramadol 50 side effects [tramadol-5se.ujowvk.cn] | ultracet tramadol hcl [ultracet-th.tincms.cn] | all searchers.com q cheap tramadol said make [all-sqctsm.azmc9.cn] | where to order soma [where-tos.9cgrgan.cn] | dr shapira tramadol dosage for ocd [dr-stdfo.azmc9.cn] | tramadol 50 mg tablets [tramadol-5mt.c5rp.cn] | ashes of soma bass tabs [ashes-osbt.xacwzxi.cn] | aura soma wonderful things [aura-swt.9cgrgan.cn] | saturday delivery soma cheap 120 overnight fedex [saturday-dsc1of.pzyos.cn] | dj soma [dj-s.pzyos.cn] | tramadol medication uses [tramadol-mu.azmc9.cn] | ',1,0),(571,0,4,'2007-10-22 16:40:06','Dave1972x','','','91.121.9.61','Comment 22 1631','hpixulo www tramadol com [www-tc.ujowvk.cn] | order soma cheap [order-sc.6aicd.cn] | soma record [soma-r-52.pzyos.cn] | aura soma the language of colour [aura-stloc.pzyos.cn] | temp soma review [temp-sr.pzyos.cn] | drug information soma [drug-is.pzyos.cn] | soma 2bfor 2bsale [soma-22.pzyos.cn] | buy tramadol online no prescription needed [buy-tonpn.tincms.cn] | tramadol 50 side effects [tramadol-5se.ujowvk.cn] | ultracet tramadol hcl [ultracet-th.tincms.cn] | all searchers.com q cheap tramadol said make [all-sqctsm.azmc9.cn] | where to order soma [where-tos.9cgrgan.cn] | dr shapira tramadol dosage for ocd [dr-stdfo.azmc9.cn] | tramadol 50 mg tablets [tramadol-5mt.c5rp.cn] | ashes of soma bass tabs [ashes-osbt.xacwzxi.cn] | aura soma wonderful things [aura-swt.9cgrgan.cn] | saturday delivery soma cheap 120 overnight fedex [saturday-dsc1of.pzyos.cn] | dj soma [dj-s.pzyos.cn] | tramadol medication uses [tramadol-mu.azmc9.cn] | ',1,0),(572,0,2,'2007-10-23 10:50:14','Dave1972x','','','91.121.9.61','Comment 23 1041','hpixulo can xanax cause memory loss [can-xcml.vel6.cn] | non medical xanax detox [non-mxd.8uuie.cn] | harrahs casino indoor waterpark [harrahs-ciw.amolk.cn] | pechanga hotel and casino in [pechanga-haci.rosnycv.cn] | little creeek casino [little-cc.rosnycv.cn] | sahara hotel and casino vegas [sahara-hacv.rosnycv.cn] | pictures of alprazolam xanax [pictures-oax.8uuie.cn] | href buy url xanax blog pharmacy [href-buxbp.a0gwq.cn] | stratosphere casino hotel and tower [stratosphere-chat.amolk.cn] | buy xanax with perscription [buy-xwp-29.74paew.cn] | bally casino in tunica missisippi [bally-citm.rosnycv.cn] | venetian hotel and casino [venetian-hac.amolk.cn] | bonus casino sans depot [bonus-csd.amolk.cn] | no albany casino [no-ac.amolk.cn] | effects of crushing time released xanax [effects-octrx.8uuie.cn] | xanax and drug tests [xanax-adt.8uuie.cn] | inexpensive xanax pills shipped [inexpensive-xps.74paew.cn] | info about the luxor hotel and casino [info-atlhac.p94hj.cn] | american casino guide copupons [american-cgc.rosnycv.cn] | pompino casino in florida [pompino-cif.amolk.cn] | ',1,0),(573,0,4,'2007-10-23 10:50:19','Dave1972x','','','91.121.9.61','Comment 23 1042','hpixulo can xanax cause memory loss [can-xcml.vel6.cn] | non medical xanax detox [non-mxd.8uuie.cn] | harrahs casino indoor waterpark [harrahs-ciw.amolk.cn] | pechanga hotel and casino in [pechanga-haci.rosnycv.cn] | little creeek casino [little-cc.rosnycv.cn] | sahara hotel and casino vegas [sahara-hacv.rosnycv.cn] | pictures of alprazolam xanax [pictures-oax.8uuie.cn] | href buy url xanax blog pharmacy [href-buxbp.a0gwq.cn] | stratosphere casino hotel and tower [stratosphere-chat.amolk.cn] | buy xanax with perscription [buy-xwp-29.74paew.cn] | bally casino in tunica missisippi [bally-citm.rosnycv.cn] | venetian hotel and casino [venetian-hac.amolk.cn] | bonus casino sans depot [bonus-csd.amolk.cn] | no albany casino [no-ac.amolk.cn] | effects of crushing time released xanax [effects-octrx.8uuie.cn] | xanax and drug tests [xanax-adt.8uuie.cn] | inexpensive xanax pills shipped [inexpensive-xps.74paew.cn] | info about the luxor hotel and casino [info-atlhac.p94hj.cn] | american casino guide copupons [american-cgc.rosnycv.cn] | pompino casino in florida [pompino-cif.amolk.cn] | ',1,0),(574,0,2,'2007-10-23 10:52:58','Dave1972x','','','91.121.9.61','Comment 23 1044','hpixulo sylador tramadol injection dosage [sylador-tid.n0zt8er.cn] | soma no prescription [soma-np.bjrdy.cn] | tramadol order by 3 cst [tramadol-ob3c.j7omkak.cn] | soma brave new world today alcohol [soma-bnwta.nfuglf.cn] | tramadol tramadol a a target blank hr [tramadol-taatbh.ygur3tw.cn] | fedex delivery soma [fedex-ds.hvsayuo.cn] | soma medication doses [soma-md.aaypf.cn] | au cheap eteamz.active.com link soma [au-cels.bjrdy.cn] | tramadol and menstrual cycles [tramadol-amc.j7omkak.cn] | soma cod [soma-c.nfuglf.cn] | tramadol mepha [tramadol-m.eieh4uu.cn] | get soma [get-s.hvsayuo.cn] | does tramadol test positive on drug screens [does-ttpods.j7omkak.cn] | soma carisoprodol dilaudid [soma-cd-40.bjrdy.cn] | side effects to soma [side-ets.bjrdy.cn] | medication fraud soma [medication-fs.aaypf.cn] | tramadol online saturday delivery [tramadol-osd.eieh4uu.cn] | saturday tramadol [saturday-t.j7omkak.cn] | ava soma [ava-s.aaypf.cn] | soma 2bwatson [soma-2.aaypf.cn] | ',1,0),(575,0,4,'2007-10-23 10:53:05','Dave1972x','','','91.121.9.61','Comment 23 1044','hpixulo sylador tramadol injection dosage [sylador-tid.n0zt8er.cn] | soma no prescription [soma-np.bjrdy.cn] | tramadol order by 3 cst [tramadol-ob3c.j7omkak.cn] | soma brave new world today alcohol [soma-bnwta.nfuglf.cn] | tramadol tramadol a a target blank hr [tramadol-taatbh.ygur3tw.cn] | fedex delivery soma [fedex-ds.hvsayuo.cn] | soma medication doses [soma-md.aaypf.cn] | au cheap eteamz.active.com link soma [au-cels.bjrdy.cn] | tramadol and menstrual cycles [tramadol-amc.j7omkak.cn] | soma cod [soma-c.nfuglf.cn] | tramadol mepha [tramadol-m.eieh4uu.cn] | get soma [get-s.hvsayuo.cn] | does tramadol test positive on drug screens [does-ttpods.j7omkak.cn] | soma carisoprodol dilaudid [soma-cd-40.bjrdy.cn] | side effects to soma [side-ets.bjrdy.cn] | medication fraud soma [medication-fs.aaypf.cn] | tramadol online saturday delivery [tramadol-osd.eieh4uu.cn] | saturday tramadol [saturday-t.j7omkak.cn] | ava soma [ava-s.aaypf.cn] | soma 2bwatson [soma-2.aaypf.cn] | ',1,0),(576,0,2,'2007-10-24 08:36:05','Dave1972x','','','91.121.9.61','Comment 24 827','hpixulo tramadol overnigth delivery [tramadol-od.tmtbi.cn] | what is soma mushrooms [what-ism.ukljw.cn] | drug detection time for soma [drug-dtfs.sajnija.cn] | average dose of tramadol medication for arthritis [average-dotmfa.7hl5kxn.cn] | tramadol 180ct [tramadol-1-23.7hl5kxn.cn] | 5513 dan pill soma [5513-dps.oocsut.cn] | tramadol phentermine yellow freeshipping [tramadol-pyf.7hl5kxn.cn] | wine bottle opener soma [wine-bos.pzeydr4.cn] | 650mg tramadol hcl acetaminophen tablets [650mg-that.7hl5kxn.cn] | soma cpd [soma-c.pzeydr4.cn] | buy tramadol pay cod [buy-tpc.ueawxov.cn] | ashes of soma concert dates [ashes-oscd.sajnija.cn] | tramadol for sale tucson [tramadol-fst.ueawxov.cn] | how is ultram better tham tramadol [how-iubtt.tmtbi.cn] | soma drug ingredients [soma-di.oocsut.cn] | tramadol medicine online [tramadol-mo-76.7hl5kxn.cn] | buy cheap soma pay by cod [buy-cspbc.ukljw.cn] | soma pharmacy online sale [soma-pos.sajnija.cn] | buy soma medicine with personal check on internet [buy-smwpcoi.pzeydr4.cn] | overnight soma to nevada [overnight-stn.pzeydr4.cn] | 50mg tramadol 120 [50mg-t1.7hl5kxn.cn] | soma ordering online [soma-oo.oocsut.cn] | what is tramadol hcl 50mg described for [what-ith5df.7hl5kxn.cn] | ',1,0),(577,0,2,'2007-10-24 08:36:13','Dave1972x','','','91.121.9.61','Comment 24 827','hpixulo xanax xr lowest price rochester new york [xanax-xlprny.oz80l.cn] | xanax pregnancy category [xanax-pc.scobzd.cn] | alprazolam kill you [alprazolam-ky.oz80l.cn] | colorado tokens casino [colorado-tc.dgcmev.cn] | tunica mississippi casino jobs [tunica-mcj.qpyi.cn] | purchasing xanax xr online safely [purchasing-xxos.scobzd.cn] | questions on xanax xr [questions-oxx.9uah.cn] | xanax and serotonin [xanax-as.scobzd.cn] | harrahs hotel casino las vegas [harrahs-hclv.qpyi.cn] | lady luck casino hotel las vegas, nv [lady-lchlvn.qpyi.cn] | order xanax online with no perscription [order-xownp.oz80l.cn] | xanax overdose how much [xanax-ohm.9uah.cn] | best way to take xanax [best-wttx.scobzd.cn] | xanax xr pills [xanax-xp.scobzd.cn] | xanax pharmacy [xanax-p-14.m1mqcno.cn] | highest paying online casino [highest-poc.qpyi.cn] | pay by check xanax [pay-bcx.m1mqcno.cn] | ',1,0),(578,0,4,'2007-10-24 08:36:20','Dave1972x','','','91.121.9.61','Comment 24 827','hpixulo xanax xr lowest price rochester new york [xanax-xlprny.oz80l.cn] | xanax pregnancy category [xanax-pc.scobzd.cn] | alprazolam kill you [alprazolam-ky.oz80l.cn] | colorado tokens casino [colorado-tc.dgcmev.cn] | tunica mississippi casino jobs [tunica-mcj.qpyi.cn] | purchasing xanax xr online safely [purchasing-xxos.scobzd.cn] | questions on xanax xr [questions-oxx.9uah.cn] | xanax and serotonin [xanax-as.scobzd.cn] | harrahs hotel casino las vegas [harrahs-hclv.qpyi.cn] | lady luck casino hotel las vegas, nv [lady-lchlvn.qpyi.cn] | order xanax online with no perscription [order-xownp.oz80l.cn] | xanax overdose how much [xanax-ohm.9uah.cn] | best way to take xanax [best-wttx.scobzd.cn] | xanax xr pills [xanax-xp.scobzd.cn] | xanax pharmacy [xanax-p-14.m1mqcno.cn] | highest paying online casino [highest-poc.qpyi.cn] | pay by check xanax [pay-bcx.m1mqcno.cn] | ',1,0),(579,0,4,'2007-10-24 08:36:22','Dave1972x','','','91.121.9.61','Comment 24 827','hpixulo tramadol overnigth delivery [tramadol-od.tmtbi.cn] | what is soma mushrooms [what-ism.ukljw.cn] | drug detection time for soma [drug-dtfs.sajnija.cn] | average dose of tramadol medication for arthritis [average-dotmfa.7hl5kxn.cn] | tramadol 180ct [tramadol-1-23.7hl5kxn.cn] | 5513 dan pill soma [5513-dps.oocsut.cn] | tramadol phentermine yellow freeshipping [tramadol-pyf.7hl5kxn.cn] | wine bottle opener soma [wine-bos.pzeydr4.cn] | 650mg tramadol hcl acetaminophen tablets [650mg-that.7hl5kxn.cn] | soma cpd [soma-c.pzeydr4.cn] | buy tramadol pay cod [buy-tpc.ueawxov.cn] | ashes of soma concert dates [ashes-oscd.sajnija.cn] | tramadol for sale tucson [tramadol-fst.ueawxov.cn] | how is ultram better tham tramadol [how-iubtt.tmtbi.cn] | soma drug ingredients [soma-di.oocsut.cn] | tramadol medicine online [tramadol-mo-76.7hl5kxn.cn] | buy cheap soma pay by cod [buy-cspbc.ukljw.cn] | soma pharmacy online sale [soma-pos.sajnija.cn] | buy soma medicine with personal check on internet [buy-smwpcoi.pzeydr4.cn] | overnight soma to nevada [overnight-stn.pzeydr4.cn] | 50mg tramadol 120 [50mg-t1.7hl5kxn.cn] | soma ordering online [soma-oo.oocsut.cn] | what is tramadol hcl 50mg described for [what-ith5df.7hl5kxn.cn] | ',1,0),(580,0,2,'2007-10-25 09:44:02','Dave1972x','','','91.121.9.61','Comment 25 935','hpixulo 1 discount tramadol [1-dt.wrv8.cn] | tramadol lowest cost [tramadol-lc.8aqwa.cn] | pictures of tramadol [pictures-ot.8aqwa.cn] | order tramadol cheap [order-tc.wrv8.cn] | soma from online pharmacy [soma-fop.bdffne.cn] | groove salad soma [groove-ss.1udkbui.cn] | side effects of tramadol ncl [side-eotn.gfi8gw.cn] | cash on delivery 180 tramadol [cash-od1t.oevyy.cn] | soma mandal [soma-m-17.ifdig.cn] | tramadol tramadol a a target blank [tramadol-taatb.8aqwa.cn] | buy soma order tramadol order soma ultram [buy-sotosu.uj1q.cn] | tramadol canine [tramadol-c-3.oevyy.cn] | medication fraud soma [medication-fs.uj1q.cn] | side effects tramadol for dogs [side-etfd.gfi8gw.cn] | temp soma matressess [temp-sm.bdffne.cn] | book cgi guest tramadol [book-cgt.gfi8gw.cn] | haru soma [haru-s.uj1q.cn] | tramadol cod cheap 120 [tramadol-cc1.oevyy.cn] | somebody else by ashes of soma [somebody-ebaos.bdffne.cn] | acetaminophen hcl par tramadol [acetaminophen-hpt.wrv8.cn] | ',1,0),(581,0,4,'2007-10-25 09:44:07','Dave1972x','','','91.121.9.61','Comment 25 935','hpixulo 1 discount tramadol [1-dt.wrv8.cn] | tramadol lowest cost [tramadol-lc.8aqwa.cn] | pictures of tramadol [pictures-ot.8aqwa.cn] | order tramadol cheap [order-tc.wrv8.cn] | soma from online pharmacy [soma-fop.bdffne.cn] | groove salad soma [groove-ss.1udkbui.cn] | side effects of tramadol ncl [side-eotn.gfi8gw.cn] | cash on delivery 180 tramadol [cash-od1t.oevyy.cn] | soma mandal [soma-m-17.ifdig.cn] | tramadol tramadol a a target blank [tramadol-taatb.8aqwa.cn] | buy soma order tramadol order soma ultram [buy-sotosu.uj1q.cn] | tramadol canine [tramadol-c-3.oevyy.cn] | medication fraud soma [medication-fs.uj1q.cn] | side effects tramadol for dogs [side-etfd.gfi8gw.cn] | temp soma matressess [temp-sm.bdffne.cn] | book cgi guest tramadol [book-cgt.gfi8gw.cn] | haru soma [haru-s.uj1q.cn] | tramadol cod cheap 120 [tramadol-cc1.oevyy.cn] | somebody else by ashes of soma [somebody-ebaos.bdffne.cn] | acetaminophen hcl par tramadol [acetaminophen-hpt.wrv8.cn] | ',1,0),(582,0,2,'2007-10-26 13:24:55','Dave1972x','','','91.121.9.61','Comment 26 1316','hpixulo world series of poker deluxe casino pak [world-sopdcp.cww5p.cn] | las vegas casino map streets [las-vcms.ioksfmg.cn] | red rock casino nevada [red-rcn.ioksfmg.cn] | buy discount xanax [buy-dx.fjlrsys.cn] | xanax alcohol peripheral neuropathy [xanax-apn.vcr1.cn] | 025 xanax vs 10 mil valium [025-xv1mv.fjlrsys.cn] | tropicana hotel and casino directions [tropicana-hacd.cww5p.cn] | how long does xanax stay in the system [how-ldxsits.re6h.cn] | buy xanax with out prescription [buy-xwop.fjlrsys.cn] | casino online poker slot [casino-ops.ioksfmg.cn] | four queens hotel and casino in las vegas [four-qhacilv.ioksfmg.cn] | buy xanax cheap [buy-xc.re6h.cn] | buy xanax 2mg [buy-x2.re6h.cn] | yellow xanax bars from mexican pharmacies [yellow-xbfmp.fjlrsys.cn] | xanax cod [xanax-c.vcr1.cn] | xanax during pregnancy [xanax-dp.fjlrsys.cn] | information on yellow xanax [information-oyx.vcr1.cn] | ordering us xanax cod [ordering-uxc.vcr1.cn] | alprazolam discount mg xanax [alprazolam-dmx.e8xtj.cn] | cass lake casino [cass-lc.cww5p.cn] | ',1,0),(583,0,4,'2007-10-26 13:24:59','Dave1972x','','','91.121.9.61','Comment 26 1316','hpixulo world series of poker deluxe casino pak [world-sopdcp.cww5p.cn] | las vegas casino map streets [las-vcms.ioksfmg.cn] | red rock casino nevada [red-rcn.ioksfmg.cn] | buy discount xanax [buy-dx.fjlrsys.cn] | xanax alcohol peripheral neuropathy [xanax-apn.vcr1.cn] | 025 xanax vs 10 mil valium [025-xv1mv.fjlrsys.cn] | tropicana hotel and casino directions [tropicana-hacd.cww5p.cn] | how long does xanax stay in the system [how-ldxsits.re6h.cn] | buy xanax with out prescription [buy-xwop.fjlrsys.cn] | casino online poker slot [casino-ops.ioksfmg.cn] | four queens hotel and casino in las vegas [four-qhacilv.ioksfmg.cn] | buy xanax cheap [buy-xc.re6h.cn] | buy xanax 2mg [buy-x2.re6h.cn] | yellow xanax bars from mexican pharmacies [yellow-xbfmp.fjlrsys.cn] | xanax cod [xanax-c.vcr1.cn] | xanax during pregnancy [xanax-dp.fjlrsys.cn] | information on yellow xanax [information-oyx.vcr1.cn] | ordering us xanax cod [ordering-uxc.vcr1.cn] | alprazolam discount mg xanax [alprazolam-dmx.e8xtj.cn] | cass lake casino [cass-lc.cww5p.cn] | ',1,0),(584,0,2,'2007-10-27 12:55:28','Dave1972x','','','91.121.9.61','Comment 27 1246','',1,0),(585,0,2,'2007-10-27 12:55:29','Dave1972x','','','91.121.9.61','Comment 27 1246','hpixulo baccarat games free download [baccarat-gfd.g5oex0g.cn] | dionne warwick and burt baccarat [dionne-wabb.uyqla.cn] | how to win baccarat [how-twb.uyqla.cn] | composer burt baccarat [composer-bb.uyqla.cn] | xanax 2mg no rx [xanax-2nr.kairdi.cn] | baccarat crystal vase beveled soaring [baccarat-cvbs-68.8itrm7.cn] | baccarat bottle perfume [baccarat-bp.g5oex0g.cn] | free casino baccarat download [free-cbd.8itrm7.cn] | xanax online no prescription 2mg [xanax-onp2.bwt16.cn] | baccarat winning tips [baccarat-wt.g5oex0g.cn] | long term effects of takin xanax [long-teotx.kairdi.cn] | online pharmacies xanax purchase by check [online-pxpbc.qorznvc.cn] | 10mg xanax for sale [10mg-xfs.efepoe.cn] | soma pharmacy online [soma-po.anjejd.cn] | power play baccarat course [power-pbc.8itrm7.cn] | soma kyo [soma-k.anjejd.cn] | xanax withdrawl time [xanax-wt.efepoe.cn] | cannabis soma seeds [cannabis-ss.anjejd.cn] | pics of alprazolam xanax [pics-oax.qorznvc.cn] | ',1,0),(586,0,4,'2007-10-27 12:55:33','Dave1972x','','','91.121.9.61','Comment 27 1246','',1,0),(587,0,4,'2007-10-27 12:55:33','Dave1972x','','','91.121.9.61','Comment 27 1246','hpixulo baccarat games free download [baccarat-gfd.g5oex0g.cn] | dionne warwick and burt baccarat [dionne-wabb.uyqla.cn] | how to win baccarat [how-twb.uyqla.cn] | composer burt baccarat [composer-bb.uyqla.cn] | xanax 2mg no rx [xanax-2nr.kairdi.cn] | baccarat crystal vase beveled soaring [baccarat-cvbs-68.8itrm7.cn] | baccarat bottle perfume [baccarat-bp.g5oex0g.cn] | free casino baccarat download [free-cbd.8itrm7.cn] | xanax online no prescription 2mg [xanax-onp2.bwt16.cn] | baccarat winning tips [baccarat-wt.g5oex0g.cn] | long term effects of takin xanax [long-teotx.kairdi.cn] | online pharmacies xanax purchase by check [online-pxpbc.qorznvc.cn] | 10mg xanax for sale [10mg-xfs.efepoe.cn] | soma pharmacy online [soma-po.anjejd.cn] | power play baccarat course [power-pbc.8itrm7.cn] | soma kyo [soma-k.anjejd.cn] | xanax withdrawl time [xanax-wt.efepoe.cn] | cannabis soma seeds [cannabis-ss.anjejd.cn] | pics of alprazolam xanax [pics-oax.qorznvc.cn] | ',1,0),(588,0,2,'2007-10-28 13:27:26','Dave1972x','','','91.121.9.61','Comment 28 1318','hpixulo 180 tramadol c.o.d. [180-tc.owefeii.cn] | dandelion soma [dandelion-s.enrfqy.cn] | mitsuko soma [mitsuko-s.bvmko.cn] | soma carisoprodol online [soma-co.bvmko.cn] | tramadol hci side effects [tramadol-hse.rgdfa.cn] | argento soma maki [argento-sm.lo7z7p.cn] | tramadol tablets for dogs [tramadol-tfd.owefeii.cn] | discount cheapest tramadol online [discount-cto.of0uhek.cn] | cheap soma sent free cod [cheap-ssfc.0bvyq.cn] | tramadol apap tabs [tramadol-at-23.of0uhek.cn] | tramadol and keppra [tramadol-ak.op1ke.cn] | tramadol and drug testing [tramadol-adt.op1ke.cn] | search soma san diego [search-ssd.lo7z7p.cn] | buy discount soma overnight [buy-dso.enrfqy.cn] | soma by chicos [soma-bc.enrfqy.cn] | overnight tramadol hcl [overnight-th.rgdfa.cn] | acid indigestion tramadol wetrack it [acid-itwi.owefeii.cn] | what is tramadol hcl tab [what-itht.rgdfa.cn] | buy link onlinewbst soma [buy-los.0bvyq.cn] | soma review [soma-r.lo7z7p.cn] | tramadol canine [tramadol-c.owefeii.cn] | snorting soma [snorting-s.enrfqy.cn] | tramadol add link [tramadol-al.op1ke.cn] | ',1,0),(589,0,2,'2007-10-28 13:27:26','Dave1972x','','','91.121.9.61','Comment 28 1318','hpixulo rincon casino [rincon-c.urshi.cn] | xanax 2mg cash on delivery [xanax-2cod.wkce9lx.cn] | casino deposit free game no required [casino-dfgnr.ilaii.cn] | how to win at cherokee casino [how-twacc.ysqq6hd.cn] | want to commit suicide overdose on xanax [want-tcsoox.euvf.cn] | alprazolam withrawal [alprazolam-w.fauecq1.cn] | xanax withdrawal symptom [xanax-ws-5.wkce9lx.cn] | taking effexor xr and xanax still having palpitations [taking-exaxshp.gzlg6.cn] | xanax detox [xanax-d.wkce9lx.cn] | what is stronger valium 10mg or xanax 1mg [what-isv1ox1.gzlg6.cn] | casino free downloads [casino-fd.urshi.cn] | soboda casino [soboda-c.ilaii.cn] | buy link online sitekreator.com xanax [buy-losx.wkce9lx.cn] | cheap brand name xanax for sale [cheap-bnxfs.fauecq1.cn] | bahamas casino resorts [bahamas-cr.ysqq6hd.cn] | valium or xanax [valium-ox.wkce9lx.cn] | xanax bars lyrics [xanax-bl.euvf.cn] | can xanax xr 1 mg be taken evere 12 hrs [can-xx1mbte1h.gzlg6.cn] | generic xanax [generic-x.wkce9lx.cn] | xanax 3mg xr pictures [xanax-3xp.wkce9lx.cn] | paris casino and hotel in las vegas [paris-cahilv.ysqq6hd.cn] | belterra resort and casino indiana [belterra-raci.ilaii.cn] | avi casino and hotel [avi-cah.ysqq6hd.cn] | ',1,0),(590,0,4,'2007-10-28 13:27:30','Dave1972x','','','91.121.9.61','Comment 28 1318','hpixulo rincon casino [rincon-c.urshi.cn] | xanax 2mg cash on delivery [xanax-2cod.wkce9lx.cn] | casino deposit free game no required [casino-dfgnr.ilaii.cn] | how to win at cherokee casino [how-twacc.ysqq6hd.cn] | want to commit suicide overdose on xanax [want-tcsoox.euvf.cn] | alprazolam withrawal [alprazolam-w.fauecq1.cn] | xanax withdrawal symptom [xanax-ws-5.wkce9lx.cn] | taking effexor xr and xanax still having palpitations [taking-exaxshp.gzlg6.cn] | xanax detox [xanax-d.wkce9lx.cn] | what is stronger valium 10mg or xanax 1mg [what-isv1ox1.gzlg6.cn] | casino free downloads [casino-fd.urshi.cn] | soboda casino [soboda-c.ilaii.cn] | buy link online sitekreator.com xanax [buy-losx.wkce9lx.cn] | cheap brand name xanax for sale [cheap-bnxfs.fauecq1.cn] | bahamas casino resorts [bahamas-cr.ysqq6hd.cn] | valium or xanax [valium-ox.wkce9lx.cn] | xanax bars lyrics [xanax-bl.euvf.cn] | can xanax xr 1 mg be taken evere 12 hrs [can-xx1mbte1h.gzlg6.cn] | generic xanax [generic-x.wkce9lx.cn] | xanax 3mg xr pictures [xanax-3xp.wkce9lx.cn] | paris casino and hotel in las vegas [paris-cahilv.ysqq6hd.cn] | belterra resort and casino indiana [belterra-raci.ilaii.cn] | avi casino and hotel [avi-cah.ysqq6hd.cn] | ',1,0),(591,0,4,'2007-10-28 13:27:31','Dave1972x','','','91.121.9.61','Comment 28 1318','hpixulo 180 tramadol c.o.d. [180-tc.owefeii.cn] | dandelion soma [dandelion-s.enrfqy.cn] | mitsuko soma [mitsuko-s.bvmko.cn] | soma carisoprodol online [soma-co.bvmko.cn] | tramadol hci side effects [tramadol-hse.rgdfa.cn] | argento soma maki [argento-sm.lo7z7p.cn] | tramadol tablets for dogs [tramadol-tfd.owefeii.cn] | discount cheapest tramadol online [discount-cto.of0uhek.cn] | cheap soma sent free cod [cheap-ssfc.0bvyq.cn] | tramadol apap tabs [tramadol-at-23.of0uhek.cn] | tramadol and keppra [tramadol-ak.op1ke.cn] | tramadol and drug testing [tramadol-adt.op1ke.cn] | search soma san diego [search-ssd.lo7z7p.cn] | buy discount soma overnight [buy-dso.enrfqy.cn] | soma by chicos [soma-bc.enrfqy.cn] | overnight tramadol hcl [overnight-th.rgdfa.cn] | acid indigestion tramadol wetrack it [acid-itwi.owefeii.cn] | what is tramadol hcl tab [what-itht.rgdfa.cn] | buy link onlinewbst soma [buy-los.0bvyq.cn] | soma review [soma-r.lo7z7p.cn] | tramadol canine [tramadol-c.owefeii.cn] | snorting soma [snorting-s.enrfqy.cn] | tramadol add link [tramadol-al.op1ke.cn] | ',1,0),(592,0,2,'2007-10-29 10:25:51','Dave1972x','','','91.121.9.61','Comment 29 1016','hpixulo casino royale movie reviews [casino-rmr.izrv.cn] | xanax and anxiety publick speaking [xanax-aaps.yqqvjp.cn] | withdrawal symptoms of xanax [withdrawal-sox.ii9w.cn] | generic xanax xr [generic-xx.ii9w.cn] | xanax bars effects [xanax-be.ii9w.cn] | urine test xanax how long detected [urine-txhld.yqqvjp.cn] | garden inn suites and casino des moines wa [garden-isacdmw.xjqzwip.cn] | pala casino events [pala-ce.xjqzwip.cn] | generic 2mg round xanax walmart [generic-2rxw.uiyp.cn] | xanax oral swab saliva test [xanax-osst.ii9w.cn] | xanax use dosage [xanax-ud.kq13hcw.cn] | vegas online casino games [vegas-ocg.izrv.cn] | james bond casino royale trailer download [james-bcrtd.b8csjq.cn] | sahara hotel and casino sold [sahara-hacs.b8csjq.cn] | turning stone casino concert schedule [turning-sccs.izrv.cn] | zoloft xanax [zoloft-x.ii9w.cn] | weight gain by xanax [weight-gbx.kq13hcw.cn] | free casino video game [free-cvg.xjqzwip.cn] | ',1,0),(593,0,4,'2007-10-29 10:25:54','Dave1972x','','','91.121.9.61','Comment 29 1016','hpixulo casino royale movie reviews [casino-rmr.izrv.cn] | xanax and anxiety publick speaking [xanax-aaps.yqqvjp.cn] | withdrawal symptoms of xanax [withdrawal-sox.ii9w.cn] | generic xanax xr [generic-xx.ii9w.cn] | xanax bars effects [xanax-be.ii9w.cn] | urine test xanax how long detected [urine-txhld.yqqvjp.cn] | garden inn suites and casino des moines wa [garden-isacdmw.xjqzwip.cn] | pala casino events [pala-ce.xjqzwip.cn] | generic 2mg round xanax walmart [generic-2rxw.uiyp.cn] | xanax oral swab saliva test [xanax-osst.ii9w.cn] | xanax use dosage [xanax-ud.kq13hcw.cn] | vegas online casino games [vegas-ocg.izrv.cn] | james bond casino royale trailer download [james-bcrtd.b8csjq.cn] | sahara hotel and casino sold [sahara-hacs.b8csjq.cn] | turning stone casino concert schedule [turning-sccs.izrv.cn] | zoloft xanax [zoloft-x.ii9w.cn] | weight gain by xanax [weight-gbx.kq13hcw.cn] | free casino video game [free-cvg.xjqzwip.cn] | ',1,0),(594,0,2,'2007-10-30 16:40:00','Dave1972x','','','91.121.9.61','Comment 30 1630','hpixulo xanax and methadone abuse [xanax-ama.keffsvr.cn] | buy 2mg xanax online free consultation [buy-2xofc.keffsvr.cn] | how long does withdrawal symptoms of xanax last [how-ldwsoxl.keffsvr.cn] | xanax rx online [xanax-ro.aqeu11.cn] | pictue of planet hollywood hotel and casino las vegas [pictue-ophhaclv.2toum.cn] | dvd casino royale -(selles) | citalopram and xanax [citalopram-ax.9achb.cn] | xanax buy without prescription [xanax-bwp.aqeu11.cn] | buspar and xanax [buspar-ax.iuzq8u.cn] | bupropion xanax [bupropion-x.iuzq8u.cn] | buy no prescription xanax online [buy-npxo.9achb.cn] | cheapest xanax no rx fed ex [cheapest-xnrfe.keffsvr.cn] | what is usual dosage of 1mg xanax [what-iudo1x.iuzq8u.cn] | xanax online cod [xanax-oc.9achb.cn] | 32 online prescription xanax [32-opx.keffsvr.cn] | ',1,0),(595,0,2,'2007-10-30 16:40:00','Dave1972x','','','91.121.9.61','Comment 30 1630','hpixulo tramadol opiaid [tramadol-o.rqiw1kp.cn] | soma overdose amount [soma-oa.0byb9re.cn] | health solutions network tramadol 180 [health-snt1.eukm.cn] | order soma cash on delivery [order-scod.0byb9re.cn] | tramadol, generic name [tramadol-gn.rqiw1kp.cn] | order 400 tablets soma [order-4ts.0byb9re.cn] | the faint at soma san diego [the-fassd.7acga.cn] | buy cod tramadol [buy-ct.eukm.cn] | is snorting soma dangerous [is-ssd.7acga.cn] | picture of generic soma [picture-ogs.hxafo.cn] | does tramadol tablets make the drug test positive [does-ttmtdtp.rzka3.cn] | tramadol 50mg 100mg 150mg 200mg [tramadol-5112.eukm.cn] | ashes of soma emancipate lyrics [ashes-osel.qftgwd.cn] | dogs tramadol [dogs-t.rqiw1kp.cn] | do the side effects of tramadol include no orgasms [do-tseotino.rzka3.cn] | tramadol over night [tramadol-on-30.eukm.cn] | soma watson pharmacy [soma-wp.0byb9re.cn] | addiction of tramadol [addiction-ot.rqiw1kp.cn] | saturday delivery tramadol [saturday-dt.oqxenl.cn] | tramadol hci tablets [tramadol-ht-11.oqxenl.cn] | ',1,0),(596,0,4,'2007-10-30 16:40:06','Dave1972x','','','91.121.9.61','Comment 30 1630','hpixulo xanax and methadone abuse [xanax-ama.keffsvr.cn] | buy 2mg xanax online free consultation [buy-2xofc.keffsvr.cn] | how long does withdrawal symptoms of xanax last [how-ldwsoxl.keffsvr.cn] | xanax rx online [xanax-ro.aqeu11.cn] | pictue of planet hollywood hotel and casino las vegas [pictue-ophhaclv.2toum.cn] | dvd casino royale -(selles) | citalopram and xanax [citalopram-ax.9achb.cn] | xanax buy without prescription [xanax-bwp.aqeu11.cn] | buspar and xanax [buspar-ax.iuzq8u.cn] | bupropion xanax [bupropion-x.iuzq8u.cn] | buy no prescription xanax online [buy-npxo.9achb.cn] | cheapest xanax no rx fed ex [cheapest-xnrfe.keffsvr.cn] | what is usual dosage of 1mg xanax [what-iudo1x.iuzq8u.cn] | xanax online cod [xanax-oc.9achb.cn] | 32 online prescription xanax [32-opx.keffsvr.cn] | ',1,0),(597,0,4,'2007-10-30 16:40:07','Dave1972x','','','91.121.9.61','Comment 30 1630','hpixulo tramadol opiaid [tramadol-o.rqiw1kp.cn] | soma overdose amount [soma-oa.0byb9re.cn] | health solutions network tramadol 180 [health-snt1.eukm.cn] | order soma cash on delivery [order-scod.0byb9re.cn] | tramadol, generic name [tramadol-gn.rqiw1kp.cn] | order 400 tablets soma [order-4ts.0byb9re.cn] | the faint at soma san diego [the-fassd.7acga.cn] | buy cod tramadol [buy-ct.eukm.cn] | is snorting soma dangerous [is-ssd.7acga.cn] | picture of generic soma [picture-ogs.hxafo.cn] | does tramadol tablets make the drug test positive [does-ttmtdtp.rzka3.cn] | tramadol 50mg 100mg 150mg 200mg [tramadol-5112.eukm.cn] | ashes of soma emancipate lyrics [ashes-osel.qftgwd.cn] | dogs tramadol [dogs-t.rqiw1kp.cn] | do the side effects of tramadol include no orgasms [do-tseotino.rzka3.cn] | tramadol over night [tramadol-on-30.eukm.cn] | soma watson pharmacy [soma-wp.0byb9re.cn] | addiction of tramadol [addiction-ot.rqiw1kp.cn] | saturday delivery tramadol [saturday-dt.oqxenl.cn] | tramadol hci tablets [tramadol-ht-11.oqxenl.cn] | ',1,0),(598,0,2,'2007-10-31 17:14:37','Dave1972x','','','91.121.9.61','Comment 31 1705','hpixulo buy card debit online phentermine tramadol [buy-cdopt.w3qbzoi.cn] | super cheap soma carisoprodol [super-csc.vhwmor.cn] | buy online pharmacy soma [buy-ops.ub9soau.cn] | tramadol hcl vs oxicodone [tramadol-hvo.w3qbzoi.cn] | book cgi guest tramadol [book-cgt.uzenk.cn] | water bed soma [water-bs.eo6b.cn] | soma bodywork [soma-b.eo6b.cn] | what is "tramadol 50mg" [what-iq5.w3qbzoi.cn] | online tramadol without prescription [online-twp.w3qbzoi.cn] | brand soma watson [brand-sw.cocje.cn] | how to deal with tramadol withdrawal [how-tdwtw.uzenk.cn] | tramadol lowest cost [tramadol-lc.uzenk.cn] | soma restaurant [soma-r-67.vhwmor.cn] | online cheap soma generic [online-csg-31.ub9soau.cn] | muscle relaxants soma [muscle-rs.cocje.cn] | tramadol synthetic narcotic [tramadol-sn.ddognf.cn] | tramadol experience [tramadol-e.w3qbzoi.cn] | ',1,0),(599,0,4,'2007-10-31 17:14:42','Dave1972x','','','91.121.9.61','Comment 31 1705','hpixulo buy card debit online phentermine tramadol [buy-cdopt.w3qbzoi.cn] | super cheap soma carisoprodol [super-csc.vhwmor.cn] | buy online pharmacy soma [buy-ops.ub9soau.cn] | tramadol hcl vs oxicodone [tramadol-hvo.w3qbzoi.cn] | book cgi guest tramadol [book-cgt.uzenk.cn] | water bed soma [water-bs.eo6b.cn] | soma bodywork [soma-b.eo6b.cn] | what is "tramadol 50mg" [what-iq5.w3qbzoi.cn] | online tramadol without prescription [online-twp.w3qbzoi.cn] | brand soma watson [brand-sw.cocje.cn] | how to deal with tramadol withdrawal [how-tdwtw.uzenk.cn] | tramadol lowest cost [tramadol-lc.uzenk.cn] | soma restaurant [soma-r-67.vhwmor.cn] | online cheap soma generic [online-csg-31.ub9soau.cn] | muscle relaxants soma [muscle-rs.cocje.cn] | tramadol synthetic narcotic [tramadol-sn.ddognf.cn] | tramadol experience [tramadol-e.w3qbzoi.cn] | ',1,0),(600,0,2,'2007-10-31 17:15:31','Dave1972x','','','91.121.9.61','Comment 31 1706','hpixulo xanax order online [xanax-oo.pzcza.cn] | diazapam xanax valium parotid gland tumors [diazapam-xvpgt.pzcza.cn] | how to order xanax online [how-toxo.ehajhu.cn] | tadalafil search.com q buy xanax online [tadalafil-sqbxo.utrrh2.cn] | dealer casino training [dealer-ct.ezeh2vx.cn] | buy xanax online no precription [buy-xonp.utrrh2.cn] | build casino internet site web [build-cisw.koicbsw.cn] | xanax prescription free [xanax-pf.pzcza.cn] | get xanax prescriptions online [get-xpo.biv4vie.cn] | what does the pill tramadol look like [what-dtptll.pvd8niy.cn] | xanax online prescriptions [xanax-op-45.utrrh2.cn] | ultram costs more than tramadol because [ultram-cmttb.pvd8niy.cn] | soaring eagle casino michigan employment [soaring-ecme.ezeh2vx.cn] | macau holiday inn macau casino video casino games [macau-himcvcg.koicbsw.cn] | what card games are on a casino cruise ship [what-cgaoaccs.0wcec.cn] | free money casino coupon code no deposit [free-mcccnd.koicbsw.cn] | xanax addicts drug tolerance to valium [xanax-adttv.ehajhu.cn] | ',1,0),(601,0,4,'2007-10-31 17:15:34','Dave1972x','','','91.121.9.61','Comment 31 1706','hpixulo xanax order online [xanax-oo.pzcza.cn] | diazapam xanax valium parotid gland tumors [diazapam-xvpgt.pzcza.cn] | how to order xanax online [how-toxo.ehajhu.cn] | tadalafil search.com q buy xanax online [tadalafil-sqbxo.utrrh2.cn] | dealer casino training [dealer-ct.ezeh2vx.cn] | buy xanax online no precription [buy-xonp.utrrh2.cn] | build casino internet site web [build-cisw.koicbsw.cn] | xanax prescription free [xanax-pf.pzcza.cn] | get xanax prescriptions online [get-xpo.biv4vie.cn] | what does the pill tramadol look like [what-dtptll.pvd8niy.cn] | xanax online prescriptions [xanax-op-45.utrrh2.cn] | ultram costs more than tramadol because [ultram-cmttb.pvd8niy.cn] | soaring eagle casino michigan employment [soaring-ecme.ezeh2vx.cn] | macau holiday inn macau casino video casino games [macau-himcvcg.koicbsw.cn] | what card games are on a casino cruise ship [what-cgaoaccs.0wcec.cn] | free money casino coupon code no deposit [free-mcccnd.koicbsw.cn] | xanax addicts drug tolerance to valium [xanax-adttv.ehajhu.cn] | ',1,0),(602,0,2,'2007-11-01 18:00:38','Dave1972x','','','91.121.9.61','Comment 01 1751','hpixulo order xanax by money order [order-xbmo.etb86h.cn] | maxium xanax dosage [maxium-xd.ik0lo5e.cn] | can you overdose on 30 5mg of xanax [can-yoo35ox.si01i.cn] | beau rivage casino [beau-rc.dse3m.cn] | what are symptons of xanax overdose [what-asoxo.ik0lo5e.cn] | discounted atlantic city casino hotels [discounted-acch.dse3m.cn] | xanax abuse females [xanax-af.4bam.cn] | casino net op t [casino-not.dse3m.cn] | casino magizens [casino-m.drykc.cn] | world casino directory [world-cd.qqe2v.cn] | pictures on benzodiazepines valium xanax [pictures-obvx.si01i.cn] | las vegas boulevard casino map [las-vbcm.dse3m.cn] | physical effects of xanax [physical-eox.4bam.cn] | test online casino for free [test-ocff.qqe2v.cn] | products for xanax detox [products-fxd.4bam.cn] | can i overdose on 35 mg xanax [can-ioo3mx.ik0lo5e.cn] | oxycontin xanax bars and perkisets lyrics ons demand [oxycontin-xbaplod.ik0lo5e.cn] | xanax pills no prescription requierd [xanax-pnpr.etb86h.cn] | overnight xanax no perscription [overnight-xnp.ik0lo5e.cn] | rank bonus casino [rank-bc.drykc.cn] | buy xanax cash on delivery [buy-xcod.ik0lo5e.cn] | supaserach.com q xanax cheap [supaserachcom-qxc.si01i.cn] | ',1,0),(603,0,2,'2007-11-01 18:00:42','Dave1972x','','','91.121.9.61','Comment 01 1751','hpixulo fedex soma [fedex-s.wxznk.cn] | does tramadol show on drug test [does-tsodt.pwuo2eo.cn] | online rx cod accepted soma overnight delivery [online-rcasod.ur42yiq.cn] | soma compound no script for sale mexico [soma-cnsfsm.ur42yiq.cn] | soma nouvelle star [soma-ns.49rgim.cn] | what is the dosage for tramadol [what-itdft.pwuo2eo.cn] | cod order tramadol [cod-ot-60.pzinws.cn] | clinical trial tramadol [clinical-tt.yf6fu.cn] | canadian soma [canadian-s.wxznk.cn] | drug overdose tramadol and skelaxin results [drug-otasr.yf6fu.cn] | 0 dreampharmaceuticals online order soma [0-doos.ur42yiq.cn] | is tramadol hydrochloride a narcatic [is-than-55.yf6fu.cn] | tramadol and sheep [tramadol-as.2kfd.cn] | tramadol apap [tramadol-a.yf6fu.cn] | soma cheap 100 [soma-c1.ur42yiq.cn] | soma groove baja blue [soma-gbb.wxznk.cn] | soma carisoprodol paypal [soma-cp-91.ur42yiq.cn] | buy cheap tramadol online [buy-cto.2kfd.cn] | buy cod guestbook.html inurl tramadol [buy-cgit.pzinws.cn] | tramadol ultram tramodol [tramadol-ut.yf6fu.cn] | order soma online no prescription cod payment [order-sonpcp.49rgim.cn] | soma commercial real estate [soma-cre.00sqor.cn] | watson soma medication [watson-sm.00sqor.cn] | tramadol hcl 50mg side effects [tramadol-h5se.pwuo2eo.cn] | effects tramadol [effects-t.pwuo2eo.cn] | adiction to tramadol [adiction-tt.pwuo2eo.cn] | ',1,0),(604,0,4,'2007-11-01 18:00:43','Dave1972x','','','91.121.9.61','Comment 01 1751','hpixulo order xanax by money order [order-xbmo.etb86h.cn] | maxium xanax dosage [maxium-xd.ik0lo5e.cn] | can you overdose on 30 5mg of xanax [can-yoo35ox.si01i.cn] | beau rivage casino [beau-rc.dse3m.cn] | what are symptons of xanax overdose [what-asoxo.ik0lo5e.cn] | discounted atlantic city casino hotels [discounted-acch.dse3m.cn] | xanax abuse females [xanax-af.4bam.cn] | casino net op t [casino-not.dse3m.cn] | casino magizens [casino-m.drykc.cn] | world casino directory [world-cd.qqe2v.cn] | pictures on benzodiazepines valium xanax [pictures-obvx.si01i.cn] | las vegas boulevard casino map [las-vbcm.dse3m.cn] | physical effects of xanax [physical-eox.4bam.cn] | test online casino for free [test-ocff.qqe2v.cn] | products for xanax detox [products-fxd.4bam.cn] | can i overdose on 35 mg xanax [can-ioo3mx.ik0lo5e.cn] | oxycontin xanax bars and perkisets lyrics ons demand [oxycontin-xbaplod.ik0lo5e.cn] | xanax pills no prescription requierd [xanax-pnpr.etb86h.cn] | overnight xanax no perscription [overnight-xnp.ik0lo5e.cn] | rank bonus casino [rank-bc.drykc.cn] | buy xanax cash on delivery [buy-xcod.ik0lo5e.cn] | supaserach.com q xanax cheap [supaserachcom-qxc.si01i.cn] | ',1,0),(605,0,4,'2007-11-01 18:00:46','Dave1972x','','','91.121.9.61','Comment 01 1751','hpixulo fedex soma [fedex-s.wxznk.cn] | does tramadol show on drug test [does-tsodt.pwuo2eo.cn] | online rx cod accepted soma overnight delivery [online-rcasod.ur42yiq.cn] | soma compound no script for sale mexico [soma-cnsfsm.ur42yiq.cn] | soma nouvelle star [soma-ns.49rgim.cn] | what is the dosage for tramadol [what-itdft.pwuo2eo.cn] | cod order tramadol [cod-ot-60.pzinws.cn] | clinical trial tramadol [clinical-tt.yf6fu.cn] | canadian soma [canadian-s.wxznk.cn] | drug overdose tramadol and skelaxin results [drug-otasr.yf6fu.cn] | 0 dreampharmaceuticals online order soma [0-doos.ur42yiq.cn] | is tramadol hydrochloride a narcatic [is-than-55.yf6fu.cn] | tramadol and sheep [tramadol-as.2kfd.cn] | tramadol apap [tramadol-a.yf6fu.cn] | soma cheap 100 [soma-c1.ur42yiq.cn] | soma groove baja blue [soma-gbb.wxznk.cn] | soma carisoprodol paypal [soma-cp-91.ur42yiq.cn] | buy cheap tramadol online [buy-cto.2kfd.cn] | buy cod guestbook.html inurl tramadol [buy-cgit.pzinws.cn] | tramadol ultram tramodol [tramadol-ut.yf6fu.cn] | order soma online no prescription cod payment [order-sonpcp.49rgim.cn] | soma commercial real estate [soma-cre.00sqor.cn] | watson soma medication [watson-sm.00sqor.cn] | tramadol hcl 50mg side effects [tramadol-h5se.pwuo2eo.cn] | effects tramadol [effects-t.pwuo2eo.cn] | adiction to tramadol [adiction-tt.pwuo2eo.cn] | ',1,0),(606,0,2,'2007-11-02 14:18:27','Dave1972x','','','91.121.9.61','Comment 02 1408','hpixulo can tramadol hydrochloride cause harm [can-thch.ervmad.cn] | what is tramadol 50mg [what-it5.ki4oajw.cn] | pill tramadol 50mg tab ivax id [pill-t5tii.wocrch.cn] | ic tramadol hcl [ic-th.rmm8ei1.cn] | tramadol and abuse liability [tramadol-aal.ervmad.cn] | soma dealing with oxycontin withdrawals [soma-dwow.encfe.cn] | soma latina dirtylatinamaids [soma-ld.ssmbzw.cn] | soma technology [soma-t.encfe.cn] | buy tramadol with cod [buy-twc.ervmad.cn] | information soma [information-s.ssmbzw.cn] | tramadol hcl 50 mg pills [tramadol-h5mp.ervmad.cn] | buy tramadol online by cod [buy-tobc.rmm8ei1.cn] | best buy pills. com soma [best-bpcs.qcdwna.cn] | tramadol long term side effects [tramadol-ltse.ki4oajw.cn] | fioricet and soma overnight guaranteed [index.xh1jkob.cn] | carisoprodol cheap soma [carisoprodol-cs.ssmbzw.cn] | ',1,0),(607,0,4,'2007-11-02 14:18:32','Dave1972x','','','91.121.9.61','Comment 02 1409','hpixulo can tramadol hydrochloride cause harm [can-thch.ervmad.cn] | what is tramadol 50mg [what-it5.ki4oajw.cn] | pill tramadol 50mg tab ivax id [pill-t5tii.wocrch.cn] | ic tramadol hcl [ic-th.rmm8ei1.cn] | tramadol and abuse liability [tramadol-aal.ervmad.cn] | soma dealing with oxycontin withdrawals [soma-dwow.encfe.cn] | soma latina dirtylatinamaids [soma-ld.ssmbzw.cn] | soma technology [soma-t.encfe.cn] | buy tramadol with cod [buy-twc.ervmad.cn] | information soma [information-s.ssmbzw.cn] | tramadol hcl 50 mg pills [tramadol-h5mp.ervmad.cn] | buy tramadol online by cod [buy-tobc.rmm8ei1.cn] | best buy pills. com soma [best-bpcs.qcdwna.cn] | tramadol long term side effects [tramadol-ltse.ki4oajw.cn] | fioricet and soma overnight guaranteed [index.xh1jkob.cn] | carisoprodol cheap soma [carisoprodol-cs.ssmbzw.cn] | ',1,0),(608,0,2,'2007-11-02 14:19:21','Dave1972x','','','91.121.9.61','Comment 02 1409','hpixulo free casino chips in las vegas [free-ccilv.jsrd5.cn] | xanax valium parotid gland tumors [xanax-vpgt.bnyieue.cn] | abuse xanax [abuse-x.w7jlhb.cn] | james bond casino royal toy pistols [james-bcrtp.jsrd5.cn] | addiction to pain pills and xanax [addiction-tppax.ac1o.cn] | xanax withouth doctor visit [xanax-wdv.ac1o.cn] | grand casino biloxi grand buffet [grand-cbgb.lqqnc.cn] | zanax drug testing times [zanax-dtt.bnyieue.cn] | xanax no prescription 2mg [xanax-np2.ac1o.cn] | grand casino mille lacs in onamia [grand-cmlio.jsrd5.cn] | casino gambers nicknames [casino-gn.yawcoze.cn] | lyrics oxycotton xanax bars percisets and lorateps [lyrics-oxbpal.bnyieue.cn] | online casino blackjack signup bonus [online-cbsb.jsrd5.cn] | xanax overdose wikipedia [xanax-ow.ac1o.cn] | blue chip casino age limit [blue-ccal.yawcoze.cn] | camel internet casino online [camel-ico.yawcoze.cn] | how long do xanax stay in your system [how-ldxsiys-18.ac1o.cn] | top online casino games [top-ocg.yawcoze.cn] | casino apuestas poker [casino-ap.lqqnc.cn] | xanax us pharmacy no rx [xanax-upnr.ac1o.cn] | xanax or valium no prescription needed [xanax-ovnpn.q8pah1.cn] | overnight no prescription xanax [overnight-npx.bnyieue.cn] | jackpot city casino [jackpot-cc.yawcoze.cn] | ',1,0),(609,0,4,'2007-11-02 14:19:26','Dave1972x','','','91.121.9.61','Comment 02 1409','hpixulo free casino chips in las vegas [free-ccilv.jsrd5.cn] | xanax valium parotid gland tumors [xanax-vpgt.bnyieue.cn] | abuse xanax [abuse-x.w7jlhb.cn] | james bond casino royal toy pistols [james-bcrtp.jsrd5.cn] | addiction to pain pills and xanax [addiction-tppax.ac1o.cn] | xanax withouth doctor visit [xanax-wdv.ac1o.cn] | grand casino biloxi grand buffet [grand-cbgb.lqqnc.cn] | zanax drug testing times [zanax-dtt.bnyieue.cn] | xanax no prescription 2mg [xanax-np2.ac1o.cn] | grand casino mille lacs in onamia [grand-cmlio.jsrd5.cn] | casino gambers nicknames [casino-gn.yawcoze.cn] | lyrics oxycotton xanax bars percisets and lorateps [lyrics-oxbpal.bnyieue.cn] | online casino blackjack signup bonus [online-cbsb.jsrd5.cn] | xanax overdose wikipedia [xanax-ow.ac1o.cn] | blue chip casino age limit [blue-ccal.yawcoze.cn] | camel internet casino online [camel-ico.yawcoze.cn] | how long do xanax stay in your system [how-ldxsiys-18.ac1o.cn] | top online casino games [top-ocg.yawcoze.cn] | casino apuestas poker [casino-ap.lqqnc.cn] | xanax us pharmacy no rx [xanax-upnr.ac1o.cn] | xanax or valium no prescription needed [xanax-ovnpn.q8pah1.cn] | overnight no prescription xanax [overnight-npx.bnyieue.cn] | jackpot city casino [jackpot-cc.yawcoze.cn] | ',1,0),(610,0,2,'2007-11-03 15:01:03','Dave1972x','','','91.121.9.61','Comment 03 1451','hpixulo overdose on xanax [overdose-ox.oe757wu.cn] | xanax side effects and dose [xanax-sead.oe757wu.cn] | tramadol vs codiene [tramadol-vc.rvomiux.cn] | cheap soma prescription [cheap-sp.gkd1co8.cn] | comper valium to xanax [comper-vtx.oe757wu.cn] | xanax withdrawal seizure [xanax-ws.9kua.cn] | tadalafil search.com q order tramadol [tadalafil-sqot.rvomiux.cn] | 1drugstore online tramadol [1drugstore-ot.6q42.cn] | what is the difference between yellow and white xanax bars [what-itdbyawxb.oe757wu.cn] | buy tramadol no script with mastercard [buy-tnswm.6q42.cn] | forex tradingubuy tramadol [forex-tt.wucpa.cn] | book carmen com guest site tramadol [book-ccgst.6q42.cn] | pharmacies tramadol pay cod [pharmacies-tpc.rvomiux.cn] | image de kyo soma [image-dks.gkd1co8.cn] | what is tramadol hcl 50mg described for ur body [what-ith5dfub.rvomiux.cn] | information about tramadol [information-at.6q42.cn] | ',1,0),(611,0,4,'2007-11-03 15:01:08','Dave1972x','','','91.121.9.61','Comment 03 1451','hpixulo overdose on xanax [overdose-ox.oe757wu.cn] | xanax side effects and dose [xanax-sead.oe757wu.cn] | tramadol vs codiene [tramadol-vc.rvomiux.cn] | cheap soma prescription [cheap-sp.gkd1co8.cn] | comper valium to xanax [comper-vtx.oe757wu.cn] | xanax withdrawal seizure [xanax-ws.9kua.cn] | tadalafil search.com q order tramadol [tadalafil-sqot.rvomiux.cn] | 1drugstore online tramadol [1drugstore-ot.6q42.cn] | what is the difference between yellow and white xanax bars [what-itdbyawxb.oe757wu.cn] | buy tramadol no script with mastercard [buy-tnswm.6q42.cn] | forex tradingubuy tramadol [forex-tt.wucpa.cn] | book carmen com guest site tramadol [book-ccgst.6q42.cn] | pharmacies tramadol pay cod [pharmacies-tpc.rvomiux.cn] | image de kyo soma [image-dks.gkd1co8.cn] | what is tramadol hcl 50mg described for ur body [what-ith5dfub.rvomiux.cn] | information about tramadol [information-at.6q42.cn] | ',1,0),(612,0,2,'2007-11-04 11:08:54','Dave1972x','','','91.121.9.61','Comment 04 1059','hpixulo tramadol drug mosby's [tramadol-dm.rq1lbry.cn] | safe medication mix tylenol xanax [safe-mmtx.elfsf.cn] | online tramadol free shipping [online-tfs.odaa4ya.cn] | tramadol hcl 50 mg pill identification [tramadol-h5mpi.rq1lbry.cn] | online pharmacy tramadol pharmacy prilosec [online-ptpp.rq1lbry.cn] | book cgi guest tramadol [book-cgt.ueie5k.cn] | teen statistics on drug xanax abuse [teen-sodxa.elfsf.cn] | is hydrocodone stronger than tramadol [is-hstt.odaa4ya.cn] | uninstall tramadol time clock [uninstall-ttc.rq1lbry.cn] | xanax alprazolam gocce [xanax-ag-14.75a3jrv.cn] | xanax 2mg picture [xanax-2p-36.75a3jrv.cn] | soma lab [soma-l-84.6aby.cn] | addicted to soma heart [addicted-tsh.6aby.cn] | buy soma online no prescription ship to florida [buy-sonpstf.6aby.cn] | low cost tramadol [low-ct.rq1lbry.cn] | best place to get quality xanax online [best-ptgqxo.75a3jrv.cn] | order tramadol without prescription with free shipping [order-twpwfs.ueie5k.cn] | cheap tramadol [cheap-t.ueie5k.cn] | injectable tramadol sales [injectable-ts.ueie5k.cn] | photo or picture of tramadol pill [photo-opotp.odaa4ya.cn] | watson carisoprodol soma pill id [watson-cspi.rts6ors.cn] | ',1,0),(613,0,4,'2007-11-04 11:08:59','Dave1972x','','','91.121.9.61','Comment 04 1059','hpixulo tramadol drug mosby's [tramadol-dm.rq1lbry.cn] | safe medication mix tylenol xanax [safe-mmtx.elfsf.cn] | online tramadol free shipping [online-tfs.odaa4ya.cn] | tramadol hcl 50 mg pill identification [tramadol-h5mpi.rq1lbry.cn] | online pharmacy tramadol pharmacy prilosec [online-ptpp.rq1lbry.cn] | book cgi guest tramadol [book-cgt.ueie5k.cn] | teen statistics on drug xanax abuse [teen-sodxa.elfsf.cn] | is hydrocodone stronger than tramadol [is-hstt.odaa4ya.cn] | uninstall tramadol time clock [uninstall-ttc.rq1lbry.cn] | xanax alprazolam gocce [xanax-ag-14.75a3jrv.cn] | xanax 2mg picture [xanax-2p-36.75a3jrv.cn] | soma lab [soma-l-84.6aby.cn] | addicted to soma heart [addicted-tsh.6aby.cn] | buy soma online no prescription ship to florida [buy-sonpstf.6aby.cn] | low cost tramadol [low-ct.rq1lbry.cn] | best place to get quality xanax online [best-ptgqxo.75a3jrv.cn] | order tramadol without prescription with free shipping [order-twpwfs.ueie5k.cn] | cheap tramadol [cheap-t.ueie5k.cn] | injectable tramadol sales [injectable-ts.ueie5k.cn] | photo or picture of tramadol pill [photo-opotp.odaa4ya.cn] | watson carisoprodol soma pill id [watson-cspi.rts6ors.cn] | ',1,0),(614,0,2,'2007-11-05 16:32:02','Dave1972x','','','91.121.9.61','Comment 05 1622','hpixulo what is soma [what-is.wdb6e.cn] | information on tramadol 50 mg [information-ot5m.m1bdgko.cn] | buy tramadol onlune cod [buy-toc.vzrgo.cn] | usual dosage tramadol [usual-dt.kr5du9.cn] | soma in brave new world huxley [soma-ibnwh.ohmiai.cn] | does tramadol require an independent drug screen [does-traids.m1bdgko.cn] | abuse potential of tramadol [abuse-pot.fxep3if.cn] | what is soma 350mg [what-is3.wdb6e.cn] | m6 nouvelle star 2007 soma [m6-ns2s.ueuegme.cn] | drug company who makes the drug soma [drug-cwmtds.ohmiai.cn] | identifying a pill of tramadol [identifying-apot.m1bdgko.cn] | tramadol hcl 50 mg [tramadol-h5m-61.vzrgo.cn] | soma prescription medication [soma-pm.wo6nio.cn] | tramadol price [tramadol-p-63.m1bdgko.cn] | soma order [soma-o-73.wo6nio.cn] | ',1,0),(615,0,4,'2007-11-05 16:32:07','Dave1972x','','','91.121.9.61','Comment 05 1622','hpixulo what is soma [what-is.wdb6e.cn] | information on tramadol 50 mg [information-ot5m.m1bdgko.cn] | buy tramadol onlune cod [buy-toc.vzrgo.cn] | usual dosage tramadol [usual-dt.kr5du9.cn] | soma in brave new world huxley [soma-ibnwh.ohmiai.cn] | does tramadol require an independent drug screen [does-traids.m1bdgko.cn] | abuse potential of tramadol [abuse-pot.fxep3if.cn] | what is soma 350mg [what-is3.wdb6e.cn] | m6 nouvelle star 2007 soma [m6-ns2s.ueuegme.cn] | drug company who makes the drug soma [drug-cwmtds.ohmiai.cn] | identifying a pill of tramadol [identifying-apot.m1bdgko.cn] | tramadol hcl 50 mg [tramadol-h5m-61.vzrgo.cn] | soma prescription medication [soma-pm.wo6nio.cn] | tramadol price [tramadol-p-63.m1bdgko.cn] | soma order [soma-o-73.wo6nio.cn] | ',1,0),(616,0,2,'2007-11-05 16:33:14','Dave1972x','','','91.121.9.61','Comment 05 1623','hpixulo pictures of people on xanax [pictures-opox.rnpynii.cn] | xanax bars side effects [xanax-bse.rnpynii.cn] | phentermine searchers.com q xanax cheap said make [phentermine-sqxcsm.bu4kc.cn] | what are the side effects from xanax prescription drug [what-atsefxpd.bu4kc.cn] | cesear casino [cesear-c.93mjh.cn] | 2mg xanax pills [2mg-xp.bu4kc.cn] | grand casino slot tournament [grand-cst.93mjh.cn] | spin to win casino no deposit coupon codes [spin-twcndcc.93mjh.cn] | colorado casino chip [colorado-cc.dhae9y.cn] | compare prices 2mg xanax online [compare-p2xo.4i5doz.cn] | casino gaming directory [casino-gd.dhae9y.cn] | xanax compared paxil [xanax-cp.rnpynii.cn] | pillhole xanax [pillhole-x.4i5doz.cn] | how to buy xanax online [how-tbxo.rnpynii.cn] | buy xanax from online pharmacies [buy-xfop.4i5doz.cn] | xanax addiction forums and disscussion boards [xanax-afadb.bu4kc.cn] | ',1,0),(617,0,4,'2007-11-05 16:33:19','Dave1972x','','','91.121.9.61','Comment 05 1623','hpixulo pictures of people on xanax [pictures-opox.rnpynii.cn] | xanax bars side effects [xanax-bse.rnpynii.cn] | phentermine searchers.com q xanax cheap said make [phentermine-sqxcsm.bu4kc.cn] | what are the side effects from xanax prescription drug [what-atsefxpd.bu4kc.cn] | cesear casino [cesear-c.93mjh.cn] | 2mg xanax pills [2mg-xp.bu4kc.cn] | grand casino slot tournament [grand-cst.93mjh.cn] | spin to win casino no deposit coupon codes [spin-twcndcc.93mjh.cn] | colorado casino chip [colorado-cc.dhae9y.cn] | compare prices 2mg xanax online [compare-p2xo.4i5doz.cn] | casino gaming directory [casino-gd.dhae9y.cn] | xanax compared paxil [xanax-cp.rnpynii.cn] | pillhole xanax [pillhole-x.4i5doz.cn] | how to buy xanax online [how-tbxo.rnpynii.cn] | buy xanax from online pharmacies [buy-xfop.4i5doz.cn] | xanax addiction forums and disscussion boards [xanax-afadb.bu4kc.cn] | ',1,0),(618,0,2,'2007-11-06 14:45:54','Dave1972x','','','91.121.9.61','Comment 06 1435','hpixulo yuki soma rat form [index.v9ks.cn] | casino chips price guide [casino-cpg.e0aevg.cn] | tramadol cheapest guaranteed [tramadol-cg-14.pwj484i.cn] | casino solera [casino-s-10.e0aevg.cn] | tramadol cod no prescription [tramadol-cnp.wfgloax.cn] | cheap tramadol cheap drugs [cheap-tcd.wfgloax.cn] | pharma searchers.com q buy tramadol online [pharma-sqbto.pwj484i.cn] | real vegas on line casino [real-volc.e0aevg.cn] | tramadol w o prescription [tramadol-wop.pwj484i.cn] | soma and tramadol cheap [soma-atc.wfgloax.cn] | 1 soma order [1-so.q44ppv.cn] | mgm grand casino jobs [mgm-gcj.e0aevg.cn] | soma tramadol fioricet [soma-tf.wfgloax.cn] | indian casino fl cheated winner in fl [indian-cfcwif.e0aevg.cn] | withdrawl symptoms from xanax [withdrawl-sfx.qqw9wai.cn] | weekend orders for tramadol discount [weekend-oftd.wfgloax.cn] | photo of tramadol hcl 50 mg [photo-oth5m.wfgloax.cn] | what are tramadol hcl side effects [what-athse.pwj484i.cn] | cheap alprazolam [cheap-a.qqw9wai.cn] | generic xanax pill id [generic-xpi.qqw9wai.cn] | soma drug test [soma-dt.q44ppv.cn] | what drug is soma [what-dis.v9ks.cn] | cine en casino palms las vegas [cine-ecplv.7sd7dz.cn] | ultram tramadol abrupt cessation bu [ultram-tacb.pwj484i.cn] | ',1,0),(619,0,4,'2007-11-06 14:46:02','Dave1972x','','','91.121.9.61','Comment 06 1436','hpixulo yuki soma rat form [index.v9ks.cn] | casino chips price guide [casino-cpg.e0aevg.cn] | tramadol cheapest guaranteed [tramadol-cg-14.pwj484i.cn] | casino solera [casino-s-10.e0aevg.cn] | tramadol cod no prescription [tramadol-cnp.wfgloax.cn] | cheap tramadol cheap drugs [cheap-tcd.wfgloax.cn] | pharma searchers.com q buy tramadol online [pharma-sqbto.pwj484i.cn] | real vegas on line casino [real-volc.e0aevg.cn] | tramadol w o prescription [tramadol-wop.pwj484i.cn] | soma and tramadol cheap [soma-atc.wfgloax.cn] | 1 soma order [1-so.q44ppv.cn] | mgm grand casino jobs [mgm-gcj.e0aevg.cn] | soma tramadol fioricet [soma-tf.wfgloax.cn] | indian casino fl cheated winner in fl [indian-cfcwif.e0aevg.cn] | withdrawl symptoms from xanax [withdrawl-sfx.qqw9wai.cn] | weekend orders for tramadol discount [weekend-oftd.wfgloax.cn] | photo of tramadol hcl 50 mg [photo-oth5m.wfgloax.cn] | what are tramadol hcl side effects [what-athse.pwj484i.cn] | cheap alprazolam [cheap-a.qqw9wai.cn] | generic xanax pill id [generic-xpi.qqw9wai.cn] | soma drug test [soma-dt.q44ppv.cn] | what drug is soma [what-dis.v9ks.cn] | cine en casino palms las vegas [cine-ecplv.7sd7dz.cn] | ultram tramadol abrupt cessation bu [ultram-tacb.pwj484i.cn] | ',1,0),(620,0,2,'2007-11-07 18:43:06','Dave1972x','','','91.121.9.61','Comment 07 1833','hpixulo what is difference between valium and xanax [what-idbvax.ceksld.cn] | order xanax online cheap [order-xoc.ceksld.cn] | the faint at soma san diego ticketa [the-fassdt-10.cxdhq.cn] | information about soma bay [information-asb.xc0zx.cn] | is it safe to have panadol2c nsaids and tramadol together [is-isthpnatt.pi3sd.cn] | xanax addiction harmless [xanax-ah.ceksld.cn] | the faint at soma san diego tickets [the-fassdt.cxdhq.cn] | cheap soma pills [cheap-sp-47.cxdhq.cn] | buy tramadol cheap only [buy-tco.aja6.cn] | picture of tramadol 377 [picture-ot3.pi3sd.cn] | soma cruz rei ayanami [soma-cra.xc0zx.cn] | generic ultram tramadol [generic-ut.pi3sd.cn] | xanax bar pil [xanax-bp-41.rf3oes.cn] | pictures of 0.5 mg xanax [pictures-o0mx.ceksld.cn] | image soma cruz castlevania character .gif [image-scccg-51.ihim5x.cn] | ambien re vs xanax [ambien-rvx.rf3oes.cn] | soma high [soma-h.cxdhq.cn] | 100 tramadol fedx overnight no prescription [100-tfonp.aja6.cn] | ',1,0),(621,0,4,'2007-11-07 18:43:12','Dave1972x','','','91.121.9.61','Comment 07 1833','hpixulo what is difference between valium and xanax [what-idbvax.ceksld.cn] | order xanax online cheap [order-xoc.ceksld.cn] | the faint at soma san diego ticketa [the-fassdt-10.cxdhq.cn] | information about soma bay [information-asb.xc0zx.cn] | is it safe to have panadol2c nsaids and tramadol together [is-isthpnatt.pi3sd.cn] | xanax addiction harmless [xanax-ah.ceksld.cn] | the faint at soma san diego tickets [the-fassdt.cxdhq.cn] | cheap soma pills [cheap-sp-47.cxdhq.cn] | buy tramadol cheap only [buy-tco.aja6.cn] | picture of tramadol 377 [picture-ot3.pi3sd.cn] | soma cruz rei ayanami [soma-cra.xc0zx.cn] | generic ultram tramadol [generic-ut.pi3sd.cn] | xanax bar pil [xanax-bp-41.rf3oes.cn] | pictures of 0.5 mg xanax [pictures-o0mx.ceksld.cn] | image soma cruz castlevania character .gif [image-scccg-51.ihim5x.cn] | ambien re vs xanax [ambien-rvx.rf3oes.cn] | soma high [soma-h.cxdhq.cn] | 100 tramadol fedx overnight no prescription [100-tfonp.aja6.cn] | ',1,0),(622,0,2,'2007-11-08 20:16:24','Dave1972x','','','91.121.9.61','Comment 08 2006','hpixulo cheap online soma prescriptions [cheap-osp.umkpdv.cn] | free prescription soma [free-ps.xzoeiq.cn] | manisa soma [manisa-s.jxdv0gk.cn] | fda approved tramadol [fda-at.j5qqgf.cn] | keyword order soma boards [keyword-osb.xzoeiq.cn] | xanax on line no peerscription [xanax-olnp.sijrxv.cn] | tramadol police [tramadol-p-56.f8zoquo.cn] | akane soma nude gallery [akane-sng.umkpdv.cn] | manufacturers of generic tramadol [manufacturers-ogt.f8zoquo.cn] | canine on tramadol [canine-ot.f8zoquo.cn] | all about tramadol [all-at.erula.cn] | information on tramadol 50 mg [information-ot5m.f8zoquo.cn] | how safe is tramadol or ultram [how-sitou.f8zoquo.cn] | lowest price on tramadol and soma [lowest-potas.xzoeiq.cn] | tramadol hcl more for patients [tramadol-hmfp.rzzi9.cn] | argento soma frank finaml [argento-sff.umkpdv.cn] | lowest soma [lowest-s.z62mb4o.cn] | online cheapest prescription tramadol [online-cpt.erula.cn] | aura soma metatron [aura-sm.xzoeiq.cn] | soma model [soma-m.xzoeiq.cn] | onlinemxgs tramadol [onlinemxgs-t.f8zoquo.cn] | tramadol ultram antidepressant [tramadol-ua.f8zoquo.cn] | buy tramadol online cod fast turn around time [buy-tocftat.erula.cn] | pravachol buy tramadol [pravachol-bt.f8zoquo.cn] | argent soma mp3 [argent-sm.z62mb4o.cn] | cheap tramadol sales [cheap-ts.rzzi9.cn] | ',1,0),(623,0,4,'2007-11-08 20:16:36','Dave1972x','','','91.121.9.61','Comment 08 2006','hpixulo cheap online soma prescriptions [cheap-osp.umkpdv.cn] | free prescription soma [free-ps.xzoeiq.cn] | manisa soma [manisa-s.jxdv0gk.cn] | fda approved tramadol [fda-at.j5qqgf.cn] | keyword order soma boards [keyword-osb.xzoeiq.cn] | xanax on line no peerscription [xanax-olnp.sijrxv.cn] | tramadol police [tramadol-p-56.f8zoquo.cn] | akane soma nude gallery [akane-sng.umkpdv.cn] | manufacturers of generic tramadol [manufacturers-ogt.f8zoquo.cn] | canine on tramadol [canine-ot.f8zoquo.cn] | all about tramadol [all-at.erula.cn] | information on tramadol 50 mg [information-ot5m.f8zoquo.cn] | how safe is tramadol or ultram [how-sitou.f8zoquo.cn] | lowest price on tramadol and soma [lowest-potas.xzoeiq.cn] | tramadol hcl more for patients [tramadol-hmfp.rzzi9.cn] | argento soma frank finaml [argento-sff.umkpdv.cn] | lowest soma [lowest-s.z62mb4o.cn] | online cheapest prescription tramadol [online-cpt.erula.cn] | aura soma metatron [aura-sm.xzoeiq.cn] | soma model [soma-m.xzoeiq.cn] | onlinemxgs tramadol [onlinemxgs-t.f8zoquo.cn] | tramadol ultram antidepressant [tramadol-ua.f8zoquo.cn] | buy tramadol online cod fast turn around time [buy-tocftat.erula.cn] | pravachol buy tramadol [pravachol-bt.f8zoquo.cn] | argent soma mp3 [argent-sm.z62mb4o.cn] | cheap tramadol sales [cheap-ts.rzzi9.cn] | ',1,0),(624,0,2,'2007-11-09 12:33:31','Dave1972x','','','91.121.9.61','Comment 09 1223','hpixulo help with the prescription drug soma [help-wtpds.tyr1vu.cn] | tramadol hcl used for what conditions [tramadol-hufwc.honogh.cn] | side effects os tramadol [side-eot.t5n5.cn] | captain soma [captain-s.sf1b.cn] | xanax on line to buy [xanax-oltb.1nvo0.cn] | buy soma with codeine online [buy-swco.cglfc6i.cn] | what is soma 350mg [what-is3.cglfc6i.cn] | "ashes of soma" lyrics [quotashes-osl.cglfc6i.cn] | can xanax cause memory loss [can-xcml.ewtrlr.cn] | what if you snort xanax xr [what-iysxx.1nvo0.cn] | buying tramadol online legal [buying-tol.ctqufc.cn] | hydrocodone and xanax overdose [hydrocodone-axo.ewtrlr.cn] | tadalafil search.com q order tramadol said make [tadalafil-sqotsm.t5n5.cn] | florida pharmacies cheap soma free shipping [florida-pcsfs.rgfhh.cn] | carisoprodol carisoprodol site soma rbcmail ru soma rbcmail [carisoprodol-cssrrsr.rgfhh.cn] | temp soma mattress topper [temp-smt.tyr1vu.cn] | town hall soma [town-hs.cglfc6i.cn] | purchase xanax with no perscription [purchase-xwnp.1nvo0.cn] | tramadol online sale [tramadol-os-22.ctqufc.cn] | medication called soma [medication-cs.cglfc6i.cn] | ultram tramadol breathing difficulty problems [ultram-tbdp.t5n5.cn] | soma lab [soma-l-3.sf1b.cn] | ',1,0),(625,0,4,'2007-11-09 12:33:39','Dave1972x','','','91.121.9.61','Comment 09 1223','hpixulo help with the prescription drug soma [help-wtpds.tyr1vu.cn] | tramadol hcl used for what conditions [tramadol-hufwc.honogh.cn] | side effects os tramadol [side-eot.t5n5.cn] | captain soma [captain-s.sf1b.cn] | xanax on line to buy [xanax-oltb.1nvo0.cn] | buy soma with codeine online [buy-swco.cglfc6i.cn] | what is soma 350mg [what-is3.cglfc6i.cn] | "ashes of soma" lyrics [quotashes-osl.cglfc6i.cn] | can xanax cause memory loss [can-xcml.ewtrlr.cn] | what if you snort xanax xr [what-iysxx.1nvo0.cn] | buying tramadol online legal [buying-tol.ctqufc.cn] | hydrocodone and xanax overdose [hydrocodone-axo.ewtrlr.cn] | tadalafil search.com q order tramadol said make [tadalafil-sqotsm.t5n5.cn] | florida pharmacies cheap soma free shipping [florida-pcsfs.rgfhh.cn] | carisoprodol carisoprodol site soma rbcmail ru soma rbcmail [carisoprodol-cssrrsr.rgfhh.cn] | temp soma mattress topper [temp-smt.tyr1vu.cn] | town hall soma [town-hs.cglfc6i.cn] | purchase xanax with no perscription [purchase-xwnp.1nvo0.cn] | tramadol online sale [tramadol-os-22.ctqufc.cn] | medication called soma [medication-cs.cglfc6i.cn] | ultram tramadol breathing difficulty problems [ultram-tbdp.t5n5.cn] | soma lab [soma-l-3.sf1b.cn] | ',1,0),(626,0,2,'2007-11-10 20:12:09','Dave1972x','','','91.121.9.61','Comment 10 2001','hpixulo tramadol hydrochloride narcotic [tramadol-hn.ugdr5o.cn] | what are results on studies of the medication soma [what-arosotms.dfti4f.cn] | alprazolam xanax xrc2ae [alprazolam-xx.jz6fjun.cn] | soma medication delivered to ga [soma-mdtg.itmjodi.cn] | cheap soma c.o.d. [cheap-sc.jfu6lr.cn] | tramadol drug test system [tramadol-dts.lr2gn6l.cn] | doctors facts about tramadol hcl [doctors-fath.ugdr5o.cn] | soma cheap [soma-c-79.jfu6lr.cn] | cheapest soma overnight to nevada [cheapest-sotn.jfu6lr.cn] | tramadol for dogs medication [tramadol-fdm.e9lmau.cn] | tramadol vidal [tramadol-v.lr2gn6l.cn] | tramadol hydrochloride antidepressant properties [tramadol-hap-5.e9lmau.cn] | tramadol florida pharmacy [tramadol-fp-37.e9lmau.cn] | soma morgenstern [soma-m-1.dfti4f.cn] | tramadol 180 cheap [tramadol-1c-71.wa02hax.cn] | tramadol canine side effects [tramadol-cse.wa02hax.cn] | soma network [soma-n.dfti4f.cn] | ',1,0),(627,0,4,'2007-11-10 20:12:14','Dave1972x','','','91.121.9.61','Comment 10 2001','hpixulo tramadol hydrochloride narcotic [tramadol-hn.ugdr5o.cn] | what are results on studies of the medication soma [what-arosotms.dfti4f.cn] | alprazolam xanax xrc2ae [alprazolam-xx.jz6fjun.cn] | soma medication delivered to ga [soma-mdtg.itmjodi.cn] | cheap soma c.o.d. [cheap-sc.jfu6lr.cn] | tramadol drug test system [tramadol-dts.lr2gn6l.cn] | doctors facts about tramadol hcl [doctors-fath.ugdr5o.cn] | soma cheap [soma-c-79.jfu6lr.cn] | cheapest soma overnight to nevada [cheapest-sotn.jfu6lr.cn] | tramadol for dogs medication [tramadol-fdm.e9lmau.cn] | tramadol vidal [tramadol-v.lr2gn6l.cn] | tramadol hydrochloride antidepressant properties [tramadol-hap-5.e9lmau.cn] | tramadol florida pharmacy [tramadol-fp-37.e9lmau.cn] | soma morgenstern [soma-m-1.dfti4f.cn] | tramadol 180 cheap [tramadol-1c-71.wa02hax.cn] | tramadol canine side effects [tramadol-cse.wa02hax.cn] | soma network [soma-n.dfti4f.cn] | ',1,0),(628,0,2,'2007-11-11 14:17:21','Dave1972x','','','91.121.9.61','Comment 11 1406','hpixulo pictures of prescription medication xanax [pictures-opmx.9kelbon.cn] | san diego casino [san-dc.2ulc1s.cn] | tramadol sr 100 mg [tramadol-s1m.d3rikdr.cn] | seminole hard rock hotel casino tampa [seminole-hrhct.ipokde.cn] | what are ingredients in tramadol [what-aiit.d3rikdr.cn] | oasis grand casino [oasis-gc.ipokde.cn] | keyword tramadol [keyword-t.1lvk9.cn] | dogs tramadol [dogs-t.d3rikdr.cn] | casino download free game slot [casino-dfgs.ipokde.cn] | soaring eagle casino hotel package [soaring-echp.ipokde.cn] | free tips on how to win casino slot machine [free-tohtwcsm.ipokde.cn] | tramadol ultram generic [tramadol-ug.eieqe6t.cn] | buy xanax with mastercard or american express [buy-xwmoae.aenkf.cn] | latest casino coupon code no deposit 2006 [latest-cccnd2.2ulc1s.cn] | xanax epilepsy side effects [xanax-ese.aenkf.cn] | does tramadol show on drug test [does-tsodt.d3rikdr.cn] | palms hotel casino in vegas [palms-hciv.ipokde.cn] | tramadol cheap discount [tramadol-cd.eieqe6t.cn] | ',1,0),(629,0,2,'2007-11-11 14:17:22','Dave1972x','','','91.121.9.61','Comment 11 1406','hpixulo phentermine no rx needed master card [phentermine-nrnmc.a5zce.cn] | soma available online [soma-ao.arse2w.cn] | side effects after discontinuing phentermine [side-eadp.a5zce.cn] | buy soma online pay by cod [buy-sopbc.2hlmpb.cn] | buy soma overnight without a prescription pay cod [buy-sowappc.arse2w.cn] | buy online phentermine xenical [buy-opx.oc2a.cn] | rank phentermine pharmacy [rank-pp.a5zce.cn] | limeniko soma [limeniko-s.arse2w.cn] | discovery of soma, drug [discovery-osd.arse2w.cn] | my chemical romance soma upcoming shows san diego [my-crsussd.iq7u8eo.cn] | yellowcard soma tickets 102f152f04 [yellowcard-st1.iq7u8eo.cn] | fioricet tablets [fioricet-t-29.i9qo.cn] | download castlevania's soma cruz for mugen [download-cscfm.iq7u8eo.cn] | fioricet for sale [fioricet-fs.i9qo.cn] | adipex phentermine xenical [adipex-px.a5zce.cn] | kyo soma leeks [kyo-sl.2hlmpb.cn] | dealing with oxycontin withdrawals soma [dealing-wows.2hlmpb.cn] | cod soma watson [cod-sw.gipvis.cn] | may i see photos of generic fioricet [may-ispogf.i9qo.cn] | money orders and free shipping on phentermine [money-oafsop.oc2a.cn] | soma concert [soma-c-42.arse2w.cn] | fioricet fiorecet pregnancy [fioricet-fp.i9qo.cn] | drug test soma [drug-ts.2hlmpb.cn] | brave new world soma essay [brave-nwse.arse2w.cn] | pharmacy pill rxpricebusters.com soma u.s viagra [pharmacy-prsuv.gipvis.cn] | ',1,0),(630,0,4,'2007-11-11 14:17:31','Dave1972x','','','91.121.9.61','Comment 11 1407','hpixulo phentermine no rx needed master card [phentermine-nrnmc.a5zce.cn] | soma available online [soma-ao.arse2w.cn] | side effects after discontinuing phentermine [side-eadp.a5zce.cn] | buy soma online pay by cod [buy-sopbc.2hlmpb.cn] | buy soma overnight without a prescription pay cod [buy-sowappc.arse2w.cn] | buy online phentermine xenical [buy-opx.oc2a.cn] | rank phentermine pharmacy [rank-pp.a5zce.cn] | limeniko soma [limeniko-s.arse2w.cn] | discovery of soma, drug [discovery-osd.arse2w.cn] | my chemical romance soma upcoming shows san diego [my-crsussd.iq7u8eo.cn] | yellowcard soma tickets 102f152f04 [yellowcard-st1.iq7u8eo.cn] | fioricet tablets [fioricet-t-29.i9qo.cn] | download castlevania's soma cruz for mugen [download-cscfm.iq7u8eo.cn] | fioricet for sale [fioricet-fs.i9qo.cn] | adipex phentermine xenical [adipex-px.a5zce.cn] | kyo soma leeks [kyo-sl.2hlmpb.cn] | dealing with oxycontin withdrawals soma [dealing-wows.2hlmpb.cn] | cod soma watson [cod-sw.gipvis.cn] | may i see photos of generic fioricet [may-ispogf.i9qo.cn] | money orders and free shipping on phentermine [money-oafsop.oc2a.cn] | soma concert [soma-c-42.arse2w.cn] | fioricet fiorecet pregnancy [fioricet-fp.i9qo.cn] | drug test soma [drug-ts.2hlmpb.cn] | brave new world soma essay [brave-nwse.arse2w.cn] | pharmacy pill rxpricebusters.com soma u.s viagra [pharmacy-prsuv.gipvis.cn] | ',1,0),(631,0,4,'2007-11-11 14:17:31','Dave1972x','','','91.121.9.61','Comment 11 1407','hpixulo pictures of prescription medication xanax [pictures-opmx.9kelbon.cn] | san diego casino [san-dc.2ulc1s.cn] | tramadol sr 100 mg [tramadol-s1m.d3rikdr.cn] | seminole hard rock hotel casino tampa [seminole-hrhct.ipokde.cn] | what are ingredients in tramadol [what-aiit.d3rikdr.cn] | oasis grand casino [oasis-gc.ipokde.cn] | keyword tramadol [keyword-t.1lvk9.cn] | dogs tramadol [dogs-t.d3rikdr.cn] | casino download free game slot [casino-dfgs.ipokde.cn] | soaring eagle casino hotel package [soaring-echp.ipokde.cn] | free tips on how to win casino slot machine [free-tohtwcsm.ipokde.cn] | tramadol ultram generic [tramadol-ug.eieqe6t.cn] | buy xanax with mastercard or american express [buy-xwmoae.aenkf.cn] | latest casino coupon code no deposit 2006 [latest-cccnd2.2ulc1s.cn] | xanax epilepsy side effects [xanax-ese.aenkf.cn] | does tramadol show on drug test [does-tsodt.d3rikdr.cn] | palms hotel casino in vegas [palms-hciv.ipokde.cn] | tramadol cheap discount [tramadol-cd.eieqe6t.cn] | ',1,0),(632,0,2,'2007-11-12 09:58:01','Dave1972x','','','91.121.9.61','Comment 12 947','hpixulo online prescription soma [online-ps-50.oj2u.cn] | soma site myspacecom [soma-sm.4iefesx.cn] | cheap tramadol [cheap-t.8hrrus.cn] | tramadol testing [tramadol-t-11.9gihj1u.cn] | buy cheap tramadol free shipping [buy-ctfs.9gihj1u.cn] | ic tramadol hcl pain description uses pharmacy [ic-thpdup.9gihj1u.cn] | buy keyword soma [buy-ks.mkafzr.cn] | town hall soma [town-hs.oj2u.cn] | greenhouse or soma seeds [greenhouse-oss.e1ye2t3.cn] | soma facts [soma-f-75.oj2u.cn] | latina soma fucked [latina-sf.4iefesx.cn] | buy hydrocodone soma cod delivery [buy-hscd.omt73.cn] | soma beds wood and steel soma san francisco [soma-bwasssf.4iefesx.cn] | halo soma autism [halo-sa.omt73.cn] | 50mg tramadol [50mg-t.8hrrus.cn] | soma labs [soma-l-79.e1ye2t3.cn] | generic soma cor 103 [generic-sc1.mkafzr.cn] | buy 300 count tramadol [buy-3ct.8hrrus.cn] | rx drugs soma 180 pills for 5500 or more [rx-ds1pf5om.omt73.cn] | cns effects of soma [cns-eos.omt73.cn] | buy soma in nevada [buy-sin.omt73.cn] | watson soma tablets [watson-st.omt73.cn] | photos of soma pills [photos-osp.oj2u.cn] | ',1,0),(633,0,4,'2007-11-12 09:58:08','Dave1972x','','','91.121.9.61','Comment 12 947','hpixulo online prescription soma [online-ps-50.oj2u.cn] | soma site myspacecom [soma-sm.4iefesx.cn] | cheap tramadol [cheap-t.8hrrus.cn] | tramadol testing [tramadol-t-11.9gihj1u.cn] | buy cheap tramadol free shipping [buy-ctfs.9gihj1u.cn] | ic tramadol hcl pain description uses pharmacy [ic-thpdup.9gihj1u.cn] | buy keyword soma [buy-ks.mkafzr.cn] | town hall soma [town-hs.oj2u.cn] | greenhouse or soma seeds [greenhouse-oss.e1ye2t3.cn] | soma facts [soma-f-75.oj2u.cn] | latina soma fucked [latina-sf.4iefesx.cn] | buy hydrocodone soma cod delivery [buy-hscd.omt73.cn] | soma beds wood and steel soma san francisco [soma-bwasssf.4iefesx.cn] | halo soma autism [halo-sa.omt73.cn] | 50mg tramadol [50mg-t.8hrrus.cn] | soma labs [soma-l-79.e1ye2t3.cn] | generic soma cor 103 [generic-sc1.mkafzr.cn] | buy 300 count tramadol [buy-3ct.8hrrus.cn] | rx drugs soma 180 pills for 5500 or more [rx-ds1pf5om.omt73.cn] | cns effects of soma [cns-eos.omt73.cn] | buy soma in nevada [buy-sin.omt73.cn] | watson soma tablets [watson-st.omt73.cn] | photos of soma pills [photos-osp.oj2u.cn] | ',1,0),(634,0,2,'2007-11-12 09:59:15','Dave1972x','','','91.121.9.61','Comment 12 948','hpixulo free downloadable casino games [free-dcg.awjakqm.cn] | what is tramadol 50 mg tab [what-it5mt.aqpydtd.cn] | michelle branch pictures from turning stone casino [michelle-bpftsc.awjakqm.cn] | xanax law felony without prescription [xanax-lfwp.zyojyw5.cn] | tramadol overnight to florida [tramadol-otf.yettejo.cn] | online casino games like real casino games [online-cglrcg.upwxizg.cn] | xanax overnight without perscribtion [xanax-owp.xepzio.cn] | tramadol best buy [tramadol-bb.aqpydtd.cn] | tramadol online without prescription with free fed [tramadol-owpwff.aqpydtd.cn] | drug hydrochloride inhouse store tramadol [drug-hist.yettejo.cn] | poker searchers.com q xanax prescription online [poker-sqxpo.zyojyw5.cn] | buy link online soma spaces.msn.com xanax [buy-lossx.qed2.cn] | tramadol side effects rapid heart beat [tramadol-serhb.yettejo.cn] | venetian resort & casino [venetian-rac.awjakqm.cn] | alprazolam 1mg gen. xanax [alprazolam-1gx.xepzio.cn] | buy discount xanax [buy-dx.xepzio.cn] | tramadol and medicine [tramadol-am.aqpydtd.cn] | ladies nite out casino game [ladies-nocg.yheapc.cn] | xanax withdrawal symptoms drugs [xanax-wsd.xepzio.cn] | xanax addiction [xanax-a-11.zyojyw5.cn] | mgm casino indiana [mgm-ci.awjakqm.cn] | ',1,0),(635,0,4,'2007-11-12 09:59:23','Dave1972x','','','91.121.9.61','Comment 12 948','hpixulo free downloadable casino games [free-dcg.awjakqm.cn] | what is tramadol 50 mg tab [what-it5mt.aqpydtd.cn] | michelle branch pictures from turning stone casino [michelle-bpftsc.awjakqm.cn] | xanax law felony without prescription [xanax-lfwp.zyojyw5.cn] | tramadol overnight to florida [tramadol-otf.yettejo.cn] | online casino games like real casino games [online-cglrcg.upwxizg.cn] | xanax overnight without perscribtion [xanax-owp.xepzio.cn] | tramadol best buy [tramadol-bb.aqpydtd.cn] | tramadol online without prescription with free fed [tramadol-owpwff.aqpydtd.cn] | drug hydrochloride inhouse store tramadol [drug-hist.yettejo.cn] | poker searchers.com q xanax prescription online [poker-sqxpo.zyojyw5.cn] | buy link online soma spaces.msn.com xanax [buy-lossx.qed2.cn] | tramadol side effects rapid heart beat [tramadol-serhb.yettejo.cn] | venetian resort & casino [venetian-rac.awjakqm.cn] | alprazolam 1mg gen. xanax [alprazolam-1gx.xepzio.cn] | buy discount xanax [buy-dx.xepzio.cn] | tramadol and medicine [tramadol-am.aqpydtd.cn] | ladies nite out casino game [ladies-nocg.yheapc.cn] | xanax withdrawal symptoms drugs [xanax-wsd.xepzio.cn] | xanax addiction [xanax-a-11.zyojyw5.cn] | mgm casino indiana [mgm-ci.awjakqm.cn] | ',1,0),(636,0,2,'2007-11-13 09:56:14','Dave1972x','','','91.121.9.61','Comment 13 945','hpixulo rio casino, las vegas [rio-clv.9qqf6in.cn] | condado plaza hotel and casino [condado-phac.qg6a.cn] | xanax 2.0 look like [xanax-2ll.ccack.cn] | new 2006 no deposit bonus codes for cool cat casino [new-2ndbcfccc.qg6a.cn] | best named casino [best-nc.qg6a.cn] | tramadol apap tablets [tramadol-at.moac3.cn] | xanax zanax addiction [xanax-za.1lngnn.cn] | game dealer casino [game-dc.qg6a.cn] | what do mylan xanax look like [what-dmxll.ccack.cn] | casino bonus codes no deposit required [casino-bcndr.9qqf6in.cn] | what is tramadol hcl acetaminophen par used for [what-ithapuf.moac3.cn] | 650 mg tramadol hcl acetaminophen tablets [650-mthat.x4qgjia.cn] | 2mg xanax thru rx online [2mg-xtro.ccack.cn] | intercontinental burswood casino [intercontinental-bc.v7y0qui.cn] | xanax will i gain weight [xanax-wigw.1lngnn.cn] | find ambien cr and xanax information [find-acaxi.ccack.cn] | how to order xanax without a prescription [how-toxwap.1lngnn.cn] | free gambling no deposit casino flash cash [free-gndcfc.qg6a.cn] | horseshoe casino in tunica [horseshoe-cit.9qqf6in.cn] | soaring eagel casino [soaring-ec.v7y0qui.cn] | self assessments for xanax addiction [self-afxa.ygjij.cn] | xanax withdrawal 7 [xanax-w7.1lngnn.cn] | ',1,0),(637,0,4,'2007-11-13 09:56:19','Dave1972x','','','91.121.9.61','Comment 13 945','hpixulo rio casino, las vegas [rio-clv.9qqf6in.cn] | condado plaza hotel and casino [condado-phac.qg6a.cn] | xanax 2.0 look like [xanax-2ll.ccack.cn] | new 2006 no deposit bonus codes for cool cat casino [new-2ndbcfccc.qg6a.cn] | best named casino [best-nc.qg6a.cn] | tramadol apap tablets [tramadol-at.moac3.cn] | xanax zanax addiction [xanax-za.1lngnn.cn] | game dealer casino [game-dc.qg6a.cn] | what do mylan xanax look like [what-dmxll.ccack.cn] | casino bonus codes no deposit required [casino-bcndr.9qqf6in.cn] | what is tramadol hcl acetaminophen par used for [what-ithapuf.moac3.cn] | 650 mg tramadol hcl acetaminophen tablets [650-mthat.x4qgjia.cn] | 2mg xanax thru rx online [2mg-xtro.ccack.cn] | intercontinental burswood casino [intercontinental-bc.v7y0qui.cn] | xanax will i gain weight [xanax-wigw.1lngnn.cn] | find ambien cr and xanax information [find-acaxi.ccack.cn] | how to order xanax without a prescription [how-toxwap.1lngnn.cn] | free gambling no deposit casino flash cash [free-gndcfc.qg6a.cn] | horseshoe casino in tunica [horseshoe-cit.9qqf6in.cn] | soaring eagel casino [soaring-ec.v7y0qui.cn] | self assessments for xanax addiction [self-afxa.ygjij.cn] | xanax withdrawal 7 [xanax-w7.1lngnn.cn] | ',1,0),(638,0,2,'2007-11-13 09:57:29','Dave1972x','','','91.121.9.61','Comment 13 946','hpixulo buy soma by dan online [buy-sbdo.j9avftq.cn] | canine tramadol dogs [canine-td.xegnfu.cn] | what are soma pills for [what-aspf.j9avftq.cn] | tramadol very [tramadol-v-96.autqir.cn] | keyword order soma boards [keyword-osb.eqavab.cn] | tramadol drug test [tramadol-dt.xegnfu.cn] | buy soma online overnight delivery [buy-sood.lqufkn.cn] | soma online carisoprodol [soma-oc.fi7blv.cn] | soma beds wood and steel soma san francisco [soma-bwasssf.j9avftq.cn] | urine tramadol dot [urine-td.autqir.cn] | tramadol kali hcl 083 [tramadol-kh0.xegnfu.cn] | lowest price on tramadol and soma [lowest-potas.qmeaba.cn] | soma online prescription [soma-op.j9avftq.cn] | can tramadol ultram cause addiction [can-tuca.xegnfu.cn] | free consultation tramadol [free-ct.xegnfu.cn] | cheap online soma [cheap-os.eqavab.cn] | tramadol dosage for depression [tramadol-dfd-24.autqir.cn] | soma for sale online [soma-fso.lqufkn.cn] | ',1,0),(639,0,4,'2007-11-13 09:57:33','Dave1972x','','','91.121.9.61','Comment 13 946','hpixulo buy soma by dan online [buy-sbdo.j9avftq.cn] | canine tramadol dogs [canine-td.xegnfu.cn] | what are soma pills for [what-aspf.j9avftq.cn] | tramadol very [tramadol-v-96.autqir.cn] | keyword order soma boards [keyword-osb.eqavab.cn] | tramadol drug test [tramadol-dt.xegnfu.cn] | buy soma online overnight delivery [buy-sood.lqufkn.cn] | soma online carisoprodol [soma-oc.fi7blv.cn] | soma beds wood and steel soma san francisco [soma-bwasssf.j9avftq.cn] | urine tramadol dot [urine-td.autqir.cn] | tramadol kali hcl 083 [tramadol-kh0.xegnfu.cn] | lowest price on tramadol and soma [lowest-potas.qmeaba.cn] | soma online prescription [soma-op.j9avftq.cn] | can tramadol ultram cause addiction [can-tuca.xegnfu.cn] | free consultation tramadol [free-ct.xegnfu.cn] | cheap online soma [cheap-os.eqavab.cn] | tramadol dosage for depression [tramadol-dfd-24.autqir.cn] | soma for sale online [soma-fso.lqufkn.cn] | ',1,0),(640,0,2,'2007-11-14 09:27:24','Dave1972x','','','91.121.9.61','Comment 14 916','hpixulo 25 mg xanax effective [25-mxe.9wu9a.cn] | tramadol 50mg tablets [tramadol-5t.fhmghbq.cn] | take mp 717 50 mg for pain tramadol [take-m75mfpt.cbfep.cn] | cheap usa only xanax next day delivery [cheap-uoxndd.imgljni.cn] | tramadol for canine [tramadol-fc.cbfep.cn] | tardive dyskinesia xanax halcion [tardive-dxh.ofp8wl6.cn] | how do i get a xanax prescription [how-digaxp.9wu9a.cn] | cheap tramadol online ebenezer scrooge [cheap-toes.6hyiwji.cn] | only to nevada overnight soma [only-tnos.ot5r.cn] | klonopin vs xanax [klonopin-vx.9wu9a.cn] | tramadol hcl 50 mg cor 127 [tramadol-h5mc1.fhmghbq.cn] | does tramadol test positive on drug screens [does-ttpods.neizzdb.cn] | tramadol hcl acetaminophen 650 [tramadol-ha6.neizzdb.cn] | tramadol allergies [tramadol-a.neizzdb.cn] | the drug tramadol [the-dt.cbfep.cn] | buy xanax cod cash on delivery [buy-xccod.ofp8wl6.cn] | addiction recovery xanax [addiction-rx.9wu9a.cn] | ',1,0),(641,0,2,'2007-11-14 09:27:24','Dave1972x','','','91.121.9.61','Comment 14 916','',1,0),(642,0,4,'2007-11-14 09:27:31','Dave1972x','','','91.121.9.61','Comment 14 916','',1,0),(643,0,4,'2007-11-14 09:27:31','Dave1972x','','','91.121.9.61','Comment 14 916','hpixulo 25 mg xanax effective [25-mxe.9wu9a.cn] | tramadol 50mg tablets [tramadol-5t.fhmghbq.cn] | take mp 717 50 mg for pain tramadol [take-m75mfpt.cbfep.cn] | cheap usa only xanax next day delivery [cheap-uoxndd.imgljni.cn] | tramadol for canine [tramadol-fc.cbfep.cn] | tardive dyskinesia xanax halcion [tardive-dxh.ofp8wl6.cn] | how do i get a xanax prescription [how-digaxp.9wu9a.cn] | cheap tramadol online ebenezer scrooge [cheap-toes.6hyiwji.cn] | only to nevada overnight soma [only-tnos.ot5r.cn] | klonopin vs xanax [klonopin-vx.9wu9a.cn] | tramadol hcl 50 mg cor 127 [tramadol-h5mc1.fhmghbq.cn] | does tramadol test positive on drug screens [does-ttpods.neizzdb.cn] | tramadol hcl acetaminophen 650 [tramadol-ha6.neizzdb.cn] | tramadol allergies [tramadol-a.neizzdb.cn] | the drug tramadol [the-dt.cbfep.cn] | buy xanax cod cash on delivery [buy-xccod.ofp8wl6.cn] | addiction recovery xanax [addiction-rx.9wu9a.cn] | ',1,0),(644,0,2,'2007-11-15 10:05:07','Dave1972x','','','91.121.9.61','Comment 15 954','hpixulo akane photo soma [akane-ps.btafeaa.cn] | overnight delivery xanax [overnight-dx.a5upqbp.cn] | xanax shapes [xanax-s-50.pqyc7h.cn] | tramadol hcl 50 mg. [tramadol-h5m-7.vdrlew.cn] | tramadol apap tab par [tramadol-atp.vdrlew.cn] | watson drug soma [watson-ds.iiriso.cn] | best price on soma silk [best-poss.ryl1.cn] | does soma show on drug test [does-ssodt.ryl1.cn] | soma law [soma-l.asxyo.cn] | xanax and preganancy [xanax-ap.a5upqbp.cn] | soma nlb [soma-n.iiriso.cn] | soma cube puzle [soma-cp-33.asxyo.cn] | the used soma [the-us.btafeaa.cn] | soma drug interactions [soma-di.ryl1.cn] | buy no online prescription xanax [buy-nopx.a5upqbp.cn] | fm soma [fm-s.asxyo.cn] | www soma pillow.com [www-sp.btafeaa.cn] | difference xanax and xanax xr [difference-xaxx.a5upqbp.cn] | site soma seeds [site-ss.iiriso.cn] | "soma seeds" [quotsoma-s.iiriso.cn] | photography studios in san francisco located in soma [photography-sisflis.btafeaa.cn] | episode vf argento soma [episode-vas.asxyo.cn] | xanax 20prescription 20online [xanax-22.pqyc7h.cn] | ',1,0),(645,0,4,'2007-11-15 10:05:13','Dave1972x','','','91.121.9.61','Comment 15 954','hpixulo akane photo soma [akane-ps.btafeaa.cn] | overnight delivery xanax [overnight-dx.a5upqbp.cn] | xanax shapes [xanax-s-50.pqyc7h.cn] | tramadol hcl 50 mg. [tramadol-h5m-7.vdrlew.cn] | tramadol apap tab par [tramadol-atp.vdrlew.cn] | watson drug soma [watson-ds.iiriso.cn] | best price on soma silk [best-poss.ryl1.cn] | does soma show on drug test [does-ssodt.ryl1.cn] | soma law [soma-l.asxyo.cn] | xanax and preganancy [xanax-ap.a5upqbp.cn] | soma nlb [soma-n.iiriso.cn] | soma cube puzle [soma-cp-33.asxyo.cn] | the used soma [the-us.btafeaa.cn] | soma drug interactions [soma-di.ryl1.cn] | buy no online prescription xanax [buy-nopx.a5upqbp.cn] | fm soma [fm-s.asxyo.cn] | www soma pillow.com [www-sp.btafeaa.cn] | difference xanax and xanax xr [difference-xaxx.a5upqbp.cn] | site soma seeds [site-ss.iiriso.cn] | "soma seeds" [quotsoma-s.iiriso.cn] | photography studios in san francisco located in soma [photography-sisflis.btafeaa.cn] | episode vf argento soma [episode-vas.asxyo.cn] | xanax 20prescription 20online [xanax-22.pqyc7h.cn] | ',1,0),(646,0,2,'2007-11-15 10:05:53','Dave1972x','','','91.121.9.61','Comment 15 954','hpixulo about tramadol hydrochloride [about-th-4.qqhk2.cn] | nd mortgage loan bad credit [nd-mlbc.koadd1.cn] | long and term and tramadol and use [long-atatau.qqhk2.cn] | interaction tramadol hydrochloride [interaction-th.qqhk2.cn] | tramadol for migraine [tramadol-fm.qpr5veo.cn] | where can i find a mortgage amortize with added payments [where-cifamawap.fa4yoyu.cn] | beazer mortgage 80 20 fha loan [beazer-m82fl.aeyew.cn] | tramadol for migraine [tramadol-fm.qpr5veo.cn] | tramadol hydrochloride drug [tramadol-hd.qqhk2.cn] | withdrawl from tramadol [withdrawl-ft.u8wux.cn] | city home mortgage national [city-hmn.fa4yoyu.cn] | mortgage calculator home loan refinance [mortgage-chlr.bnz3yun.cn] | drug facts tramadol [drug-ft.qpr5veo.cn] | supaserach.com q order tramadol said make [supaserachcom-qotsm.u8wux.cn] | tramadol 10 mg [tramadol-1m.qqhk2.cn] | lead generation software mortgage loan leads work at home [lead-gsmllwah.fa4yoyu.cn] | tramadol interference with opioid drug testing [tramadol-iwodt.u8wux.cn] | best cheap price tramadol [best-cpt.u8wux.cn] | how to become a certified mortgage broker [how-tbacmb.bnz3yun.cn] | mortgage rates tumble refinance today [mortgage-rtrt.fa4yoyu.cn] | what is an over the counter medication to replace tramadol [what-iaotcmtrt.u8wux.cn] | late mortgage home loan lenders [late-mhll.bnz3yun.cn] | photos of tramadol 377 prescription pill [photos-ot3pp.qqhk2.cn] | cheap tramadol usa only with out a prescription [cheap-tuowoap.qpr5veo.cn] | discount tramadol without prescription [discount-twp.u8wux.cn] | ',1,0),(647,0,4,'2007-11-15 10:06:05','Dave1972x','','','91.121.9.61','Comment 15 955','hpixulo about tramadol hydrochloride [about-th-4.qqhk2.cn] | nd mortgage loan bad credit [nd-mlbc.koadd1.cn] | long and term and tramadol and use [long-atatau.qqhk2.cn] | interaction tramadol hydrochloride [interaction-th.qqhk2.cn] | tramadol for migraine [tramadol-fm.qpr5veo.cn] | where can i find a mortgage amortize with added payments [where-cifamawap.fa4yoyu.cn] | beazer mortgage 80 20 fha loan [beazer-m82fl.aeyew.cn] | tramadol for migraine [tramadol-fm.qpr5veo.cn] | tramadol hydrochloride drug [tramadol-hd.qqhk2.cn] | withdrawl from tramadol [withdrawl-ft.u8wux.cn] | city home mortgage national [city-hmn.fa4yoyu.cn] | mortgage calculator home loan refinance [mortgage-chlr.bnz3yun.cn] | drug facts tramadol [drug-ft.qpr5veo.cn] | supaserach.com q order tramadol said make [supaserachcom-qotsm.u8wux.cn] | tramadol 10 mg [tramadol-1m.qqhk2.cn] | lead generation software mortgage loan leads work at home [lead-gsmllwah.fa4yoyu.cn] | tramadol interference with opioid drug testing [tramadol-iwodt.u8wux.cn] | best cheap price tramadol [best-cpt.u8wux.cn] | how to become a certified mortgage broker [how-tbacmb.bnz3yun.cn] | mortgage rates tumble refinance today [mortgage-rtrt.fa4yoyu.cn] | what is an over the counter medication to replace tramadol [what-iaotcmtrt.u8wux.cn] | late mortgage home loan lenders [late-mhll.bnz3yun.cn] | photos of tramadol 377 prescription pill [photos-ot3pp.qqhk2.cn] | cheap tramadol usa only with out a prescription [cheap-tuowoap.qpr5veo.cn] | discount tramadol without prescription [discount-twp.u8wux.cn] | ',1,0),(648,0,2,'2007-11-16 13:12:33','Dave1972x','','','91.121.9.61','Comment 16 1301','hpixulo soma airmail [soma-a-44.ewugz1.cn] | aura soma quintessences [aura-sq.ewugz1.cn] | ultram relief tramadol fda [ultram-rtf.goidsh.cn] | oxycontin xanax bars and loretabs [oxycontin-xbal.chxa10.cn] | 120 tramadol [120-t.goidsh.cn] | tramadol white round pill mp 717 [tramadol-wrpm7.sqaofp.cn] | soma seeds distrubuters [soma-sd-63.ewugz1.cn] | pornstar soma vids [pornstar-sv.ewugz1.cn] | tramadol hcl [tramadol-h.jiotckl.cn] | tramadol more drug warnings recalls [tramadol-mdwr.sqaofp.cn] | mg hcl tramadol [mg-ht.jiotckl.cn] | tadalafil search.com q buy tramadol online [tadalafil-sqbto.y6puics.cn] | xanax pills no prescription required [xanax-pnpr.chxa10.cn] | kyo soma et tohru honda [kyo-seth.ewugz1.cn] | buy soma online [buy-so.ewugz1.cn] | tramadol hcl 50 mg pills [tramadol-h5mp.jiotckl.cn] | soma spa [soma-s-58.ewugz1.cn] | ultracet tramadol side effects [ultracet-tse.jiotckl.cn] | cod sold tramadol [cod-st.jiotckl.cn] | ',1,0),(649,0,4,'2007-11-16 13:12:42','Dave1972x','','','91.121.9.61','Comment 16 1301','hpixulo soma airmail [soma-a-44.ewugz1.cn] | aura soma quintessences [aura-sq.ewugz1.cn] | ultram relief tramadol fda [ultram-rtf.goidsh.cn] | oxycontin xanax bars and loretabs [oxycontin-xbal.chxa10.cn] | 120 tramadol [120-t.goidsh.cn] | tramadol white round pill mp 717 [tramadol-wrpm7.sqaofp.cn] | soma seeds distrubuters [soma-sd-63.ewugz1.cn] | pornstar soma vids [pornstar-sv.ewugz1.cn] | tramadol hcl [tramadol-h.jiotckl.cn] | tramadol more drug warnings recalls [tramadol-mdwr.sqaofp.cn] | mg hcl tramadol [mg-ht.jiotckl.cn] | tadalafil search.com q buy tramadol online [tadalafil-sqbto.y6puics.cn] | xanax pills no prescription required [xanax-pnpr.chxa10.cn] | kyo soma et tohru honda [kyo-seth.ewugz1.cn] | buy soma online [buy-so.ewugz1.cn] | tramadol hcl 50 mg pills [tramadol-h5mp.jiotckl.cn] | soma spa [soma-s-58.ewugz1.cn] | ultracet tramadol side effects [ultracet-tse.jiotckl.cn] | cod sold tramadol [cod-st.jiotckl.cn] | ',1,0),(650,0,2,'2007-11-16 13:12:57','Dave1972x','','','91.121.9.61','Comment 16 1301','hpixulo owner of the palms casino in las vegas [owner-otpcilv.p6oeqne.cn] | texas indian profts casino 2007 polk county [texas-ipc2pc.p6oeqne.cn] | hard rock casino resortbiloxims [hard-rcr.4nawu.cn] | car farnham loan new town [car-flnt.yjmai.cn] | online prescriptions for soma [online-pfs.3s9oja.cn] | casino trade [casino-t-12.p6oeqne.cn] | grand casino mille lacs event center [grand-cmlec.4nawu.cn] | fha construction loan [fha-cl.xqiyn.cn] | soma compound tablet [soma-ct.t9wxevi.cn] | soma 350mg [soma-3.t9wxevi.cn] | how long does carisoprodol soma stay in your system [how-ldcssiys.4ducgpc.cn] | drug soma testing [drug-st.4ducgpc.cn] | bad credit mortgage loan south dakota [bad-cmlsd.yjmai.cn] | new epiphone casino 2007 [new-ec2.4nawu.cn] | student loan finance corportation [student-lfc.xqiyn.cn] | buy soma with codeine online [buy-swco.3s9oja.cn] | soma online no prescription overnight [soma-onpo.t9wxevi.cn] | soma cod in florida [soma-cif.3s9oja.cn] | vermont advance cash loan online payday [vermont-aclop.yjmai.cn] | type of drug is soma [type-odis.3s9oja.cn] | san manuel indian bingo casino mailing address [san-mibcma.p6oeqne.cn] | wynn casino home page in las vegas [wynn-chpilv.4nawu.cn] | soma pills with the number 787 [soma-pwtn7.t9wxevi.cn] | credit loan [credit-l.yjmai.cn] | soma cruz ps2 [soma-cp.3s9oja.cn] | loan consolidation of credit cards [loan-cocc.xqiyn.cn] | ',1,0),(651,0,4,'2007-11-16 13:13:04','Dave1972x','','','91.121.9.61','Comment 16 1302','hpixulo owner of the palms casino in las vegas [owner-otpcilv.p6oeqne.cn] | texas indian profts casino 2007 polk county [texas-ipc2pc.p6oeqne.cn] | hard rock casino resortbiloxims [hard-rcr.4nawu.cn] | car farnham loan new town [car-flnt.yjmai.cn] | online prescriptions for soma [online-pfs.3s9oja.cn] | casino trade [casino-t-12.p6oeqne.cn] | grand casino mille lacs event center [grand-cmlec.4nawu.cn] | fha construction loan [fha-cl.xqiyn.cn] | soma compound tablet [soma-ct.t9wxevi.cn] | soma 350mg [soma-3.t9wxevi.cn] | how long does carisoprodol soma stay in your system [how-ldcssiys.4ducgpc.cn] | drug soma testing [drug-st.4ducgpc.cn] | bad credit mortgage loan south dakota [bad-cmlsd.yjmai.cn] | new epiphone casino 2007 [new-ec2.4nawu.cn] | student loan finance corportation [student-lfc.xqiyn.cn] | buy soma with codeine online [buy-swco.3s9oja.cn] | soma online no prescription overnight [soma-onpo.t9wxevi.cn] | soma cod in florida [soma-cif.3s9oja.cn] | vermont advance cash loan online payday [vermont-aclop.yjmai.cn] | type of drug is soma [type-odis.3s9oja.cn] | san manuel indian bingo casino mailing address [san-mibcma.p6oeqne.cn] | wynn casino home page in las vegas [wynn-chpilv.4nawu.cn] | soma pills with the number 787 [soma-pwtn7.t9wxevi.cn] | credit loan [credit-l.yjmai.cn] | soma cruz ps2 [soma-cp.3s9oja.cn] | loan consolidation of credit cards [loan-cocc.xqiyn.cn] | ',1,0),(652,0,2,'2007-11-17 22:34:34','Dave1972x','','','91.121.9.61','Comment 17 2223','hpixulo physical effects of xanax addiction [physical-eoxa-11.7aip.cn] | xanax for detox [xanax-fd.7aip.cn] | online prescription of soma [online-pos.n6gon.cn] | buy xanax online no perscription in missouri [buy-xonpim.7aip.cn] | buy soma for cheap [buy-sfc.nvnt6.cn] | pictures of yellow xanax bars [pictures-oyxb.eqrp4qi.cn] | xanax medication classification [xanax-mc.kdri4.cn] | order online soma cod for low income household [order-oscflih.n6gon.cn] | long term effects of takin xanax [long-teotx.eqrp4qi.cn] | buy 10mg xanax online [buy-1xo.eqrp4qi.cn] | lil wyte download oxycontin xanax bars percocet and loratab [lil-wdoxbpal.eqrp4qi.cn] | aura soma metatron [aura-sm.umhogj.cn] | soma ag [soma-a-34.nvnt6.cn] | how long xanax can be detected in urine [how-lxcbdiu.7aip.cn] | keywords soma online [keywords-so.ksxm4b.cn] | yuki soma sims 2 [yuki-ss2.umhogj.cn] | xanax no prescription [xanax-np-4.7aip.cn] | soma 24hr pharmacy [soma-2p.nvnt6.cn] | ',1,0),(653,0,4,'2007-11-17 22:34:39','Dave1972x','','','91.121.9.61','Comment 17 2223','hpixulo physical effects of xanax addiction [physical-eoxa-11.7aip.cn] | xanax for detox [xanax-fd.7aip.cn] | online prescription of soma [online-pos.n6gon.cn] | buy xanax online no perscription in missouri [buy-xonpim.7aip.cn] | buy soma for cheap [buy-sfc.nvnt6.cn] | pictures of yellow xanax bars [pictures-oyxb.eqrp4qi.cn] | xanax medication classification [xanax-mc.kdri4.cn] | order online soma cod for low income household [order-oscflih.n6gon.cn] | long term effects of takin xanax [long-teotx.eqrp4qi.cn] | buy 10mg xanax online [buy-1xo.eqrp4qi.cn] | lil wyte download oxycontin xanax bars percocet and loratab [lil-wdoxbpal.eqrp4qi.cn] | aura soma metatron [aura-sm.umhogj.cn] | soma ag [soma-a-34.nvnt6.cn] | how long xanax can be detected in urine [how-lxcbdiu.7aip.cn] | keywords soma online [keywords-so.ksxm4b.cn] | yuki soma sims 2 [yuki-ss2.umhogj.cn] | xanax no prescription [xanax-np-4.7aip.cn] | soma 24hr pharmacy [soma-2p.nvnt6.cn] | ',1,0),(654,0,2,'2007-11-18 18:41:21','Dave1972x','','','91.121.9.61','Comment 18 1830','hpixulo purchase xanax legally [purchase-xl.qv2n.cn] | medications or drugs soma [medications-ods.dyrspq.cn] | order xanax 10mg no prescription [order-x1np.smbrs.cn] | dreampharmaceuticals soma online [dreampharmaceuticals-so.ettor.cn] | the effects of xanax bars [the-eoxb.w278kw.cn] | soma watson pharmacy [soma-wp-36.dyrspq.cn] | xanax used for alcohol withdrawal [xanax-ufaw.smbrs.cn] | xanax and sleeping pills [xanax-asp.jjzoto.cn] | soma generic information [soma-gi.ettor.cn] | ashes of soma somebody else lyircs [ashes-ossel.dyrspq.cn] | order generic xanax with perscription [order-gxwp.jjzoto.cn] | buy hydrocodone soma no rx pay by cod [buy-hsnrpbc.hbkwyg.cn] | soma nova [soma-n-78.hbkwyg.cn] | xanax and alprazolam without a prescription [xanax-aawap.smbrs.cn] | generic soma and foricet [generic-saf.hbkwyg.cn] | xanax valium soma lortab no prescription required [xanax-vslnpr.qv2n.cn] | brave new world drug soma [brave-nwds.hbkwyg.cn] | ',1,0),(655,0,2,'2007-11-18 18:41:24','Dave1972x','','','91.121.9.61','Comment 18 1830','hpixulo by comment tramadol [by-ct.5leu04.cn] | tramadol and dogs [tramadol-ad.yfpasl.cn] | soma and tramadol cheap [soma-atc.5leu04.cn] | can equetro and tramadol be used together [can-eatbut.5leu04.cn] | tramadol side affect [tramadol-sa.q4h2ii.cn] | highest paying online casino [highest-poc.qh709hi.cn] | soma cruz animations [soma-ca.7qheo.cn] | pregnancy tramadol [pregnancy-t.5leu04.cn] | real vegas online free casino games [real-vofcg.qh709hi.cn] | tramadol 50 mg 400 [tramadol-5m4.q4h2ii.cn] | clearwater casino [clearwater-c.pae1bnz.cn] | tramadol dogs pain [tramadol-dp-10.yfpasl.cn] | soma no prescription no membership [soma-npnm.7qheo.cn] | ramada express hotel and casino laughlin [ramada-ehacl.pae1bnz.cn] | soma cheap rx [soma-cr.7qheo.cn] | tramadol useage in dogs [tramadol-uid.q4h2ii.cn] | mountaineer casino officail website [mountaineer-cow.qh709hi.cn] | tramadol 180 tablets [tramadol-1t.5leu04.cn] | tramadol 50mg is it a opiate [tramadol-5iiao.kexfmo.cn] | tramadol pay cod [tramadol-pc.5leu04.cn] | casino wants money back [casino-wmb.qh709hi.cn] | soma and drug information [soma-adi.7qheo.cn] | ',1,0),(656,0,4,'2007-11-18 18:41:26','Dave1972x','','','91.121.9.61','Comment 18 1830','hpixulo purchase xanax legally [purchase-xl.qv2n.cn] | medications or drugs soma [medications-ods.dyrspq.cn] | order xanax 10mg no prescription [order-x1np.smbrs.cn] | dreampharmaceuticals soma online [dreampharmaceuticals-so.ettor.cn] | the effects of xanax bars [the-eoxb.w278kw.cn] | soma watson pharmacy [soma-wp-36.dyrspq.cn] | xanax used for alcohol withdrawal [xanax-ufaw.smbrs.cn] | xanax and sleeping pills [xanax-asp.jjzoto.cn] | soma generic information [soma-gi.ettor.cn] | ashes of soma somebody else lyircs [ashes-ossel.dyrspq.cn] | order generic xanax with perscription [order-gxwp.jjzoto.cn] | buy hydrocodone soma no rx pay by cod [buy-hsnrpbc.hbkwyg.cn] | soma nova [soma-n-78.hbkwyg.cn] | xanax and alprazolam without a prescription [xanax-aawap.smbrs.cn] | generic soma and foricet [generic-saf.hbkwyg.cn] | xanax valium soma lortab no prescription required [xanax-vslnpr.qv2n.cn] | brave new world drug soma [brave-nwds.hbkwyg.cn] | ',1,0),(657,0,4,'2007-11-18 18:41:28','Dave1972x','','','91.121.9.61','Comment 18 1830','hpixulo by comment tramadol [by-ct.5leu04.cn] | tramadol and dogs [tramadol-ad.yfpasl.cn] | soma and tramadol cheap [soma-atc.5leu04.cn] | can equetro and tramadol be used together [can-eatbut.5leu04.cn] | tramadol side affect [tramadol-sa.q4h2ii.cn] | highest paying online casino [highest-poc.qh709hi.cn] | soma cruz animations [soma-ca.7qheo.cn] | pregnancy tramadol [pregnancy-t.5leu04.cn] | real vegas online free casino games [real-vofcg.qh709hi.cn] | tramadol 50 mg 400 [tramadol-5m4.q4h2ii.cn] | clearwater casino [clearwater-c.pae1bnz.cn] | tramadol dogs pain [tramadol-dp-10.yfpasl.cn] | soma no prescription no membership [soma-npnm.7qheo.cn] | ramada express hotel and casino laughlin [ramada-ehacl.pae1bnz.cn] | soma cheap rx [soma-cr.7qheo.cn] | tramadol useage in dogs [tramadol-uid.q4h2ii.cn] | mountaineer casino officail website [mountaineer-cow.qh709hi.cn] | tramadol 180 tablets [tramadol-1t.5leu04.cn] | tramadol 50mg is it a opiate [tramadol-5iiao.kexfmo.cn] | tramadol pay cod [tramadol-pc.5leu04.cn] | casino wants money back [casino-wmb.qh709hi.cn] | soma and drug information [soma-adi.7qheo.cn] | ',1,0),(658,0,2,'2007-11-19 18:33:30','Dave1972x','','','91.121.9.61','Comment 19 1822','hpixulo tramadol hcl acetaminophen tab 2 [tramadol-hat2.1taqpuf.cn] | gamble online casino sports [gamble-ocs.j1akv3.cn] | about the pill tramadol ultram side effects [about-tptuse.1taqpuf.cn] | free cash for casino gambling no deposit coupon codes [free-cfcgndcc.dzt4tm.cn] | qualitest brand soma with no prescription [qualitest-bswnp.zhqiax.cn] | tramadol 100mg us [tramadol-1u.w2gise.cn] | casino niagara tokens [casino-nt.pw73a.cn] | michigan casino payout laws [michigan-cpl.pw73a.cn] | tramadol tablets [tramadol-t-39.kbo7.cn] | does tramadol test positive in urine drug screens [does-ttpiuds.1taqpuf.cn] | side affects of tramadol wit hcl [side-aotwh.1taqpuf.cn] | stir at harrahs casino [stir-ahc.pw73a.cn] | is tramadol strong [is-ts.kbo7.cn] | tramadol 100 mg [tramadol-1m.w2gise.cn] | 180 tramadol tablets with cod [180-ttwc.kbo7.cn] | feline veterinarian tramadol [feline-vt.kdufmo.cn] | what is tramadol hcl with acetaminophen [what-ithwa.kbo7.cn] | showboat casino [showboat-c.j1akv3.cn] | ',1,0),(659,0,4,'2007-11-19 18:33:48','Dave1972x','','','91.121.9.61','Comment 19 1822','hpixulo tramadol hcl acetaminophen tab 2 [tramadol-hat2.1taqpuf.cn] | gamble online casino sports [gamble-ocs.j1akv3.cn] | about the pill tramadol ultram side effects [about-tptuse.1taqpuf.cn] | free cash for casino gambling no deposit coupon codes [free-cfcgndcc.dzt4tm.cn] | qualitest brand soma with no prescription [qualitest-bswnp.zhqiax.cn] | tramadol 100mg us [tramadol-1u.w2gise.cn] | casino niagara tokens [casino-nt.pw73a.cn] | michigan casino payout laws [michigan-cpl.pw73a.cn] | tramadol tablets [tramadol-t-39.kbo7.cn] | does tramadol test positive in urine drug screens [does-ttpiuds.1taqpuf.cn] | side affects of tramadol wit hcl [side-aotwh.1taqpuf.cn] | stir at harrahs casino [stir-ahc.pw73a.cn] | is tramadol strong [is-ts.kbo7.cn] | tramadol 100 mg [tramadol-1m.w2gise.cn] | 180 tramadol tablets with cod [180-ttwc.kbo7.cn] | feline veterinarian tramadol [feline-vt.kdufmo.cn] | what is tramadol hcl with acetaminophen [what-ithwa.kbo7.cn] | showboat casino [showboat-c.j1akv3.cn] | ',1,0),(660,0,2,'2007-11-20 12:30:18','Dave1972x','','','91.121.9.61','Comment 20 1218','hpixulo will tramadol show up on a drug test [will-tsuoadt.vomjmo.cn] | percocet vs tramadol hcl [percocet-vth.oiem.cn] | stronger than xanax [stronger-tx.mfxksfb.cn] | online pharmacy no prescrption needed for xanax [online-pnpnfx.i0ooa.cn] | sample xanax free [sample-xf.mfxksfb.cn] | ocular side effects tramadol [ocular-set.oiem.cn] | bupropion buy tramadol online bupropion antidepres [bupropion-btoba.imeu.cn] | information on tramadol medication [information-otm.dit6to.cn] | tramadol online c o d [tramadol-ocod.ozevvi.cn] | looking for a medication name tramadol [looking-famnt.dit6to.cn] | xanax online free consultation [xanax-ofc.mfxksfb.cn] | buy 300 count tramadol [buy-3ct.dit6to.cn] | tramadol plus amantadine for arthritic dogs [tramadol-pafad.vomjmo.cn] | all searchers.com q cheap tramadol said make [all-sqctsm.vomjmo.cn] | tramadol hydrochloride risk [tramadol-hr.oiem.cn] | tramadol 500mg sub for ultram [tramadol-5sfu.dit6to.cn] | tramadol ultram hci [tramadol-uh.ozevvi.cn] | order tramadol saturday delivery [order-tsd.imeu.cn] | tramadol "sundance online pharmacy" [tramadol-qop.imeu.cn] | tramadol 150 cod sat [tramadol-1cs.oiem.cn] | buy xanax [buy-x.i0ooa.cn] | fda approved tramadol [fda-at.oiem.cn] | tramadol hcl uses [tramadol-hu-27.dit6to.cn] | online xanax--no prescription [online-xp.i0ooa.cn] | tramadol dentist [tramadol-d-92.oiem.cn] | tramadol maximum dosage [tramadol-md.vomjmo.cn] | ',1,0),(661,0,4,'2007-11-20 12:30:23','Dave1972x','','','91.121.9.61','Comment 20 1218','hpixulo will tramadol show up on a drug test [will-tsuoadt.vomjmo.cn] | percocet vs tramadol hcl [percocet-vth.oiem.cn] | stronger than xanax [stronger-tx.mfxksfb.cn] | online pharmacy no prescrption needed for xanax [online-pnpnfx.i0ooa.cn] | sample xanax free [sample-xf.mfxksfb.cn] | ocular side effects tramadol [ocular-set.oiem.cn] | bupropion buy tramadol online bupropion antidepres [bupropion-btoba.imeu.cn] | information on tramadol medication [information-otm.dit6to.cn] | tramadol online c o d [tramadol-ocod.ozevvi.cn] | looking for a medication name tramadol [looking-famnt.dit6to.cn] | xanax online free consultation [xanax-ofc.mfxksfb.cn] | buy 300 count tramadol [buy-3ct.dit6to.cn] | tramadol plus amantadine for arthritic dogs [tramadol-pafad.vomjmo.cn] | all searchers.com q cheap tramadol said make [all-sqctsm.vomjmo.cn] | tramadol hydrochloride risk [tramadol-hr.oiem.cn] | tramadol 500mg sub for ultram [tramadol-5sfu.dit6to.cn] | tramadol ultram hci [tramadol-uh.ozevvi.cn] | order tramadol saturday delivery [order-tsd.imeu.cn] | tramadol "sundance online pharmacy" [tramadol-qop.imeu.cn] | tramadol 150 cod sat [tramadol-1cs.oiem.cn] | buy xanax [buy-x.i0ooa.cn] | fda approved tramadol [fda-at.oiem.cn] | tramadol hcl uses [tramadol-hu-27.dit6to.cn] | online xanax--no prescription [online-xp.i0ooa.cn] | tramadol dentist [tramadol-d-92.oiem.cn] | tramadol maximum dosage [tramadol-md.vomjmo.cn] | ',1,0),(662,0,2,'2007-11-20 12:30:44','Dave1972x','','','91.121.9.61','Comment 20 1219','hpixulo cialis online pharmacy rxpricebusters.com soma [cialis-oprs.rti26ao.cn] | chicos +soma +deals | card games play online bullshit casino [card-gpobc.gaj5.cn] | gamble play cards casino no download required [gamble-pccndr.kswo4.cn] | 007 game casino royale [007-gcr.gaj5.cn] | kyo soma gallery [kyo-sg.rti26ao.cn] | online casino card game [online-ccg.uosok.cn] | soma with codeine in usa no prescription [soma-wciunp.dfwoov8.cn] | casino magizens [casino-m.kswo4.cn] | hard rock hotel & casino tampa florida [hard-rhactf.gaj5.cn] | rio casino poker chips [rio-cpc.kswo4.cn] | soma cheap online [soma-co.dfwoov8.cn] | soma muscle relaxer showing on drug tests [soma-mrsodt.dfwoov8.cn] | soma prescriptions [soma-p.dfwoov8.cn] | forum soma [forum-s.rti26ao.cn] | sipping soma [sipping-s.mbp1umr.cn] | golden nugget casino laughlin nv [golden-ncln.kswo4.cn] | crystal palace casino florida [crystal-pcf.gaj5.cn] | myth of soma exploits [myth-ose.dfwoov8.cn] | ',1,0),(663,0,4,'2007-11-20 12:30:51','Dave1972x','','','91.121.9.61','Comment 20 1219','hpixulo cialis online pharmacy rxpricebusters.com soma [cialis-oprs.rti26ao.cn] | chicos +soma +deals | card games play online bullshit casino [card-gpobc.gaj5.cn] | gamble play cards casino no download required [gamble-pccndr.kswo4.cn] | 007 game casino royale [007-gcr.gaj5.cn] | kyo soma gallery [kyo-sg.rti26ao.cn] | online casino card game [online-ccg.uosok.cn] | soma with codeine in usa no prescription [soma-wciunp.dfwoov8.cn] | casino magizens [casino-m.kswo4.cn] | hard rock hotel & casino tampa florida [hard-rhactf.gaj5.cn] | rio casino poker chips [rio-cpc.kswo4.cn] | soma cheap online [soma-co.dfwoov8.cn] | soma muscle relaxer showing on drug tests [soma-mrsodt.dfwoov8.cn] | soma prescriptions [soma-p.dfwoov8.cn] | forum soma [forum-s.rti26ao.cn] | sipping soma [sipping-s.mbp1umr.cn] | golden nugget casino laughlin nv [golden-ncln.kswo4.cn] | crystal palace casino florida [crystal-pcf.gaj5.cn] | myth of soma exploits [myth-ose.dfwoov8.cn] | ',1,0),(664,0,2,'2007-11-20 12:46:47','Dave1972x','','','91.121.9.61','Comment 20 1235','hpixulo forum xanax overseas [forum-xo.i0ooa.cn] | what is xanax used for [what-ixuf.mfxksfb.cn] | xanax online pharmacy mexico cod [xanax-opmc.i0ooa.cn] | tramadol dangers addiction [tramadol-da.imeu.cn] | what is the drug tramadol used for [what-itdtuf.ozevvi.cn] | tramadol 30 mg [tramadol-3m.imeu.cn] | can i use any other pain killer with tramadol hydrochloride [can-iuaopkwth.vomjmo.cn] | online pharmacy tramadol 120 ea [online-pt1e.imeu.cn] | xanax money order cod [xanax-moc.mfxksfb.cn] | how long do xanax withdrawals last [how-ldxwl.mfxksfb.cn] | antidepressant tramadol [antidepressant-t.vomjmo.cn] | tramadol veterinarians [tramadol-v.ozevvi.cn] | tramadol hcl acetaminophen effectos segundarios [tramadol-haes.dit6to.cn] | whats the difference between yellow and white xanax bar [whats-tdbyawxb.i0ooa.cn] | paxil xanax [paxil-x.xac0.cn] | ',1,0),(665,0,4,'2007-11-20 12:46:51','Dave1972x','','','91.121.9.61','Comment 20 1235','hpixulo forum xanax overseas [forum-xo.i0ooa.cn] | what is xanax used for [what-ixuf.mfxksfb.cn] | xanax online pharmacy mexico cod [xanax-opmc.i0ooa.cn] | tramadol dangers addiction [tramadol-da.imeu.cn] | what is the drug tramadol used for [what-itdtuf.ozevvi.cn] | tramadol 30 mg [tramadol-3m.imeu.cn] | can i use any other pain killer with tramadol hydrochloride [can-iuaopkwth.vomjmo.cn] | online pharmacy tramadol 120 ea [online-pt1e.imeu.cn] | xanax money order cod [xanax-moc.mfxksfb.cn] | how long do xanax withdrawals last [how-ldxwl.mfxksfb.cn] | antidepressant tramadol [antidepressant-t.vomjmo.cn] | tramadol veterinarians [tramadol-v.ozevvi.cn] | tramadol hcl acetaminophen effectos segundarios [tramadol-haes.dit6to.cn] | whats the difference between yellow and white xanax bar [whats-tdbyawxb.i0ooa.cn] | paxil xanax [paxil-x.xac0.cn] | ',1,0),(666,0,2,'2007-11-23 17:37:08','Dave1972x','','','91.121.9.61','Comment 23 1725','hpixulo tramadol medication what is this prescriped for [tramadol-mwitpf.uj9wb.cn] | cheap tramadol online [cheap-to-23.37et7k.cn] | tramadol free shipping overnight [tramadol-fso.pnbqlo.cn] | tramadoldiscount tramadol [tramadoldiscount-t.pnbqlo.cn] | epiphone casino reviews [epiphone-cr.zvlmdoi.cn] | soma valium [soma-v.nhuto.cn] | information on tramadol hcl acetaminophen par [information-othap.uj9wb.cn] | 180 ct tramadol payment with cod [180-ctpwc.uj9wb.cn] | tramadol hcl apap 375 tab par [tramadol-ha3tp.pnbqlo.cn] | soma for cheap [soma-fc-132.h5alvc5.cn] | grand casino in hinkley [grand-cih.uroimw8.cn] | xanax dosage information [xanax-di-21.yzloap.cn] | xanax from uk [xanax-fu.4ueuiz.cn] | fremont casino hotel las vegas [fremont-chlv.zvlmdoi.cn] | order soma online pay by cod [order-sopbc.nhuto.cn] | ',1,0),(667,0,4,'2007-11-23 17:37:14','Dave1972x','','','91.121.9.61','Comment 23 1725','hpixulo tramadol medication what is this prescriped for [tramadol-mwitpf.uj9wb.cn] | cheap tramadol online [cheap-to-23.37et7k.cn] | tramadol free shipping overnight [tramadol-fso.pnbqlo.cn] | tramadoldiscount tramadol [tramadoldiscount-t.pnbqlo.cn] | epiphone casino reviews [epiphone-cr.zvlmdoi.cn] | soma valium [soma-v.nhuto.cn] | information on tramadol hcl acetaminophen par [information-othap.uj9wb.cn] | 180 ct tramadol payment with cod [180-ctpwc.uj9wb.cn] | tramadol hcl apap 375 tab par [tramadol-ha3tp.pnbqlo.cn] | soma for cheap [soma-fc-132.h5alvc5.cn] | grand casino in hinkley [grand-cih.uroimw8.cn] | xanax dosage information [xanax-di-21.yzloap.cn] | xanax from uk [xanax-fu.4ueuiz.cn] | fremont casino hotel las vegas [fremont-chlv.zvlmdoi.cn] | order soma online pay by cod [order-sopbc.nhuto.cn] | ',1,0),(668,0,2,'2007-11-24 18:32:15','Dave1972x','','','91.121.9.61','Comment 24 1820','hpixulo soundtrack casino royale songtext [soundtrack-crs.kinsiona.info] | tramadol head trauma [tramadol-ht-56.speedi.info] | 120 generic soma cod [120-gsc.swoones.info] | tramadol withdrawal [tramadol-w.speedi.info] | dream online order pharmaceutical soma [dream-oops.tactful.info] | new zealand no deposit casino [new-zndc.ilmsha.info] | xanax overdose symtoms [xanax-os.latiduci.info] | platinum online casino [platinum-oc.kinsiona.info] | myth of soma forum [myth-osf.tactful.info] | xanax zanax addiction [xanax-za.latiduci.info] | veterinary questions about tramadol [veterinary-qat.stmetr.info] | online cheap soma generic prescriptions [online-csgp.tactful.info] | sahara hotel - casino,las vegas [sahara-hcv.kinsiona.info] | casino royale at the tahiti village [casino-rattv.ilmsha.info] | south point casino las vegas [south-pclv.kinsiona.info] | grande rhonde casino [grande-rc.ilmsha.info] | grand victoria casino in rising sun indian [grand-vcirsi.kinsiona.info] | lyrics oxycotton xanax bars percisets and lorateps [lyrics-oxbpal.pullical.info] | casino bonus list with no deposit required [casino-blwndr.kinsiona.info] | tramadol cod free shipping [tramadol-cfs.speedi.info] | hydrochloride tramadol [hydrochloride-t.stmetr.info] | no overnight prescription xanax [no-opx.pullical.info] | soma production india history [soma-pih.swoones.info] | ',1,0),(669,0,4,'2007-11-24 18:32:20','Dave1972x','','','91.121.9.61','Comment 24 1820','hpixulo soundtrack casino royale songtext [soundtrack-crs.kinsiona.info] | tramadol head trauma [tramadol-ht-56.speedi.info] | 120 generic soma cod [120-gsc.swoones.info] | tramadol withdrawal [tramadol-w.speedi.info] | dream online order pharmaceutical soma [dream-oops.tactful.info] | new zealand no deposit casino [new-zndc.ilmsha.info] | xanax overdose symtoms [xanax-os.latiduci.info] | platinum online casino [platinum-oc.kinsiona.info] | myth of soma forum [myth-osf.tactful.info] | xanax zanax addiction [xanax-za.latiduci.info] | veterinary questions about tramadol [veterinary-qat.stmetr.info] | online cheap soma generic prescriptions [online-csgp.tactful.info] | sahara hotel - casino,las vegas [sahara-hcv.kinsiona.info] | casino royale at the tahiti village [casino-rattv.ilmsha.info] | south point casino las vegas [south-pclv.kinsiona.info] | grande rhonde casino [grande-rc.ilmsha.info] | grand victoria casino in rising sun indian [grand-vcirsi.kinsiona.info] | lyrics oxycotton xanax bars percisets and lorateps [lyrics-oxbpal.pullical.info] | casino bonus list with no deposit required [casino-blwndr.kinsiona.info] | tramadol cod free shipping [tramadol-cfs.speedi.info] | hydrochloride tramadol [hydrochloride-t.stmetr.info] | no overnight prescription xanax [no-opx.pullical.info] | soma production india history [soma-pih.swoones.info] | ',1,0),(670,0,2,'2007-11-26 23:34:05','Dave1972x','','','91.121.9.61','Comment 26 2321','hpixulo celebrities who use or abuse xanax [celebrities-wuoax.6ihoda.cn] | island view casino gulfport mississippi [island-vcgm.wi3p8l.cn] | overnight no prescription xanax [overnight-npx.ss9otk.cn] | soma cube martin gardener [soma-cmg.4pmee.cn] | dragon quest viii baccarat casino [dragon-qvbc.wi3p8l.cn] | soma pills with the number 787 [soma-pwtn7.6bknf2.cn] | xanax side effects in older patients [xanax-seiop.ss9otk.cn] | tramadol on sale 90ct only 5900 [tramadol-os9o5.wztkh.cn] | soma pills and drug testing [soma-padt.4pmee.cn] | | tramadol with no prescription [tramadol-wnp.wztkh.cn] | tramadol lethal od [tramadol-lo.wztkh.cn] | | | soma music diversity festival [soma-mdf.4pmee.cn] | tramadol stops obe experiences [tramadol-soe.dr0fta.cn] | kid's+quest+childcare+grand+casino+hinckley | medication tramadol 50mg [medication-t5.dr0fta.cn] | james bond casino royale cast [james-bcrc.rnu4zx0.cn] | | | ',1,0),(671,0,4,'2007-11-26 23:34:09','Dave1972x','','','91.121.9.61','Comment 26 2321','hpixulo celebrities who use or abuse xanax [celebrities-wuoax.6ihoda.cn] | island view casino gulfport mississippi [island-vcgm.wi3p8l.cn] | overnight no prescription xanax [overnight-npx.ss9otk.cn] | soma cube martin gardener [soma-cmg.4pmee.cn] | dragon quest viii baccarat casino [dragon-qvbc.wi3p8l.cn] | soma pills with the number 787 [soma-pwtn7.6bknf2.cn] | xanax side effects in older patients [xanax-seiop.ss9otk.cn] | tramadol on sale 90ct only 5900 [tramadol-os9o5.wztkh.cn] | soma pills and drug testing [soma-padt.4pmee.cn] | | tramadol with no prescription [tramadol-wnp.wztkh.cn] | tramadol lethal od [tramadol-lo.wztkh.cn] | | | soma music diversity festival [soma-mdf.4pmee.cn] | tramadol stops obe experiences [tramadol-soe.dr0fta.cn] | kid's+quest+childcare+grand+casino+hinckley | medication tramadol 50mg [medication-t5.dr0fta.cn] | james bond casino royale cast [james-bcrc.rnu4zx0.cn] | | | ',1,0),(672,0,2,'2007-11-27 11:00:53','Dave1972x','','','91.121.9.61','Comment 27 1048','hpixulo cheap online soma (generic) only | what is a pill called tramadol used for [what-iapctuf.3mn4x.cn] | xanax tablets side effects more drug warnings recalls [xanax-tsemdwr.le8kao.cn] | indian reservation casino gambling in missouri [indian-rcgim.pakz9.cn] | poker searchers.com q buy tramadol online [poker-sqbto.raig3wt.cn] | watson soma medication [watson-sm.hpzcqu.cn] | what class of drug is tramadol [what-codit.3mn4x.cn] | tramadol hydrochloride drug [tramadol-hd.9fvpp.cn] | aura soma rheinland pfalz [aura-srp.fs0oe.cn] | xanax bars abuse side effects [xanax-base.le8kao.cn] | soma pain pill [soma-pp.7johye.cn] | buy xanax from online pharmacies [buy-xfop.le8kao.cn] | order discount soma 400ct [order-ds4.hpzcqu.cn] | cheap tramadol 30.00 [cheap-t3.raig3wt.cn] | cheap soma no prescription required [cheap-snpr.7johye.cn] | new yor new york hotel and casino [new-ynyhac.pakz9.cn] | debt negotiation buy tramadol [debt-nbt.9fvpp.cn] | ted nuggent casino [ted-nc.ulf3xfj.cn] | tramadol hydrochloride veteranary applications [tramadol-hva.3mn4x.cn] | zanax valium overnight [zanax-vo.le8kao.cn] | ',1,0),(673,0,4,'2007-11-27 11:01:01','Dave1972x','','','91.121.9.61','Comment 27 1048','hpixulo cheap online soma (generic) only | what is a pill called tramadol used for [what-iapctuf.3mn4x.cn] | xanax tablets side effects more drug warnings recalls [xanax-tsemdwr.le8kao.cn] | indian reservation casino gambling in missouri [indian-rcgim.pakz9.cn] | poker searchers.com q buy tramadol online [poker-sqbto.raig3wt.cn] | watson soma medication [watson-sm.hpzcqu.cn] | what class of drug is tramadol [what-codit.3mn4x.cn] | tramadol hydrochloride drug [tramadol-hd.9fvpp.cn] | aura soma rheinland pfalz [aura-srp.fs0oe.cn] | xanax bars abuse side effects [xanax-base.le8kao.cn] | soma pain pill [soma-pp.7johye.cn] | buy xanax from online pharmacies [buy-xfop.le8kao.cn] | order discount soma 400ct [order-ds4.hpzcqu.cn] | cheap tramadol 30.00 [cheap-t3.raig3wt.cn] | cheap soma no prescription required [cheap-snpr.7johye.cn] | new yor new york hotel and casino [new-ynyhac.pakz9.cn] | debt negotiation buy tramadol [debt-nbt.9fvpp.cn] | ted nuggent casino [ted-nc.ulf3xfj.cn] | tramadol hydrochloride veteranary applications [tramadol-hva.3mn4x.cn] | zanax valium overnight [zanax-vo.le8kao.cn] | ',1,0),(674,0,2,'2007-11-28 12:26:07','Dave1972x','','','91.121.9.61','Comment 28 1213','hpixulo cheap cod soma [cheap-cs.eii3qc.cn] | steve soma portland or [steve-spo.eii3qc.cn] | what company produces the muscle relaxer soma [what-cptmrs.w3uat1.cn] | soma overnight georgia [soma-og.uhozbx.cn] | rapid xanax detox in ohio [rapid-xdio.lj5ir.cn] | xanax for sale without a prescription [xanax-fswap.wifk.cn] | soma erowid [soma-e.uhozbx.cn] | soma pills arrow symbol [soma-pas.eii3qc.cn] | buy soma to send to nevada [buy-ststn.w3uat1.cn] | super cheap soma carisoprodol [super-csc.eii3qc.cn] | free trial soma no hidden fee no prescription [free-tsnhfnp.eii3qc.cn] | generic xanax india [generic-xi-10.xilw.cn] | xanax (footballs) for sale | what dea schedules is benzodiazepine valium xanax group with [what-dsibvxgw.lj5ir.cn] | secret agent radio streaminf soma fm [secret-arssf.w3uat1.cn] | emancipate ashes of soma lyrics [emancipate-aosl.uhozbx.cn] | lyric pumpkin smashing soma [lyric-pss.w3uat1.cn] | buy cheap levitra xanax xenical [buy-clxx.wifk.cn] | buy soma online without rx [buy-sowr.vvroz.cn] | side effects of zanax [side-eoz.wifk.cn] | ',1,0),(675,0,4,'2007-11-28 12:26:13','Dave1972x','','','91.121.9.61','Comment 28 1213','hpixulo cheap cod soma [cheap-cs.eii3qc.cn] | steve soma portland or [steve-spo.eii3qc.cn] | what company produces the muscle relaxer soma [what-cptmrs.w3uat1.cn] | soma overnight georgia [soma-og.uhozbx.cn] | rapid xanax detox in ohio [rapid-xdio.lj5ir.cn] | xanax for sale without a prescription [xanax-fswap.wifk.cn] | soma erowid [soma-e.uhozbx.cn] | soma pills arrow symbol [soma-pas.eii3qc.cn] | buy soma to send to nevada [buy-ststn.w3uat1.cn] | super cheap soma carisoprodol [super-csc.eii3qc.cn] | free trial soma no hidden fee no prescription [free-tsnhfnp.eii3qc.cn] | generic xanax india [generic-xi-10.xilw.cn] | xanax (footballs) for sale | what dea schedules is benzodiazepine valium xanax group with [what-dsibvxgw.lj5ir.cn] | secret agent radio streaminf soma fm [secret-arssf.w3uat1.cn] | emancipate ashes of soma lyrics [emancipate-aosl.uhozbx.cn] | lyric pumpkin smashing soma [lyric-pss.w3uat1.cn] | buy cheap levitra xanax xenical [buy-clxx.wifk.cn] | buy soma online without rx [buy-sowr.vvroz.cn] | side effects of zanax [side-eoz.wifk.cn] | ',1,0),(676,0,2,'2007-11-29 14:56:54','Dave1972x','','','91.121.9.61','Comment 29 1444','hpixulo acetaminophen hcl par tramadol [acetaminophen-hpt.hm2ka.cn] | mgm grand casino in detroit mio [mgm-gcidm.vp2f.cn] | tramadol 180 saturday delivery [tramadol-1sd.q1rie.cn] | golden moon casino in mississippi [golden-mcim.ev2ecp.cn] | what is tramadol 3f [what-it3.hm2ka.cn] | 180 tramadol fedex [180-tf.r2ds3.cn] | north star casino [north-sc.ev2ecp.cn] | drug tramadol hydrochloride [drug-th.r2ds3.cn] | percocet vs tramadol hcl [percocet-vth.r2ds3.cn] | casino royale movie download [casino-rmd.ui9et.cn] | ultram and tramadol [ultram-at.r2ds3.cn] | is the ultram brand of tramadol a narcotic [is-tubotan.qwguo.cn] | ojibwa casino baraga [ojibwa-cb.ui9et.cn] | tramadol sizes and shapes [tramadol-sas.r2ds3.cn] | tramadol an effective pain killer [tramadol-aepk.hm2ka.cn] | lady luck casino hotel las vegas nevada [lady-lchlvn.vp2f.cn] | casino video slots [casino-vs.ui9et.cn] | fibromyalgia pregabalin tramadol [fibromyalgia-pt.r2ds3.cn] | soaring eagle casino michigan michigan [soaring-ecmm.ui9et.cn] | ',1,0),(677,0,2,'2007-11-29 14:56:54','Dave1972x','','','91.121.9.61','Comment 29 1444','hpixulo xanax xr fedex shipping [xanax-xfs.vqpha37.cn] | length of xanax withdrawal [length-oxw.vqpha37.cn] | what does alprazolam look like [what-dall.lkocp.cn] | buy ambien buspar imitrex lexapro prozac soma onlinecom [buy-abilpso.l0yhr.cn] | xanax dosage per use [xanax-dpu.vqpha37.cn] | effects of soma [effects-os.oj8oy.cn] | how to inject xanax [how-tix.lkocp.cn] | buy xanax online mo prescription [buy-xomp.vqpha37.cn] | is tinnitus a withdrawal symptom of xanax [is-tawsox.vqpha37.cn] | fake xanax 2mg descriptions [fake-x2d.vqpha37.cn] | soma and fioricet overnight [soma-afo.l0yhr.cn] | soma nyc [soma-n-86.sazna.cn] | over dose of soma [over-dos.yzalla3.cn] | weight gain and xanax [weight-gax.vqpha37.cn] | 2mg xanax no prescription [2mg-xnp.8a0oa03.cn] | aura soma teachers lynn isom [aura-stli.oqfae.cn] | how to buy xanax online [how-tbxo.lkocp.cn] | buy cheep xanax vicodin online [buy-cxvo.lkocp.cn] | mexico soma compound no script for sale mexico [mexico-scnsfsm.l0yhr.cn] | soma tramadol fioricet [soma-tf.l0yhr.cn] | soma cube pattern [soma-cp-20.yzalla3.cn] | xanax recreational information [xanax-ri.lkocp.cn] | soma crazy moon ambient [soma-cma.oj8oy.cn] | ',1,0),(678,0,4,'2007-11-29 14:57:07','Dave1972x','','','91.121.9.61','Comment 29 1444','hpixulo xanax xr fedex shipping [xanax-xfs.vqpha37.cn] | length of xanax withdrawal [length-oxw.vqpha37.cn] | what does alprazolam look like [what-dall.lkocp.cn] | buy ambien buspar imitrex lexapro prozac soma onlinecom [buy-abilpso.l0yhr.cn] | xanax dosage per use [xanax-dpu.vqpha37.cn] | effects of soma [effects-os.oj8oy.cn] | how to inject xanax [how-tix.lkocp.cn] | buy xanax online mo prescription [buy-xomp.vqpha37.cn] | is tinnitus a withdrawal symptom of xanax [is-tawsox.vqpha37.cn] | fake xanax 2mg descriptions [fake-x2d.vqpha37.cn] | soma and fioricet overnight [soma-afo.l0yhr.cn] | soma nyc [soma-n-86.sazna.cn] | over dose of soma [over-dos.yzalla3.cn] | weight gain and xanax [weight-gax.vqpha37.cn] | 2mg xanax no prescription [2mg-xnp.8a0oa03.cn] | aura soma teachers lynn isom [aura-stli.oqfae.cn] | how to buy xanax online [how-tbxo.lkocp.cn] | buy cheep xanax vicodin online [buy-cxvo.lkocp.cn] | mexico soma compound no script for sale mexico [mexico-scnsfsm.l0yhr.cn] | soma tramadol fioricet [soma-tf.l0yhr.cn] | soma cube pattern [soma-cp-20.yzalla3.cn] | xanax recreational information [xanax-ri.lkocp.cn] | soma crazy moon ambient [soma-cma.oj8oy.cn] | ',1,0),(679,0,4,'2007-11-29 14:57:08','Dave1972x','','','91.121.9.61','Comment 29 1444','hpixulo acetaminophen hcl par tramadol [acetaminophen-hpt.hm2ka.cn] | mgm grand casino in detroit mio [mgm-gcidm.vp2f.cn] | tramadol 180 saturday delivery [tramadol-1sd.q1rie.cn] | golden moon casino in mississippi [golden-mcim.ev2ecp.cn] | what is tramadol 3f [what-it3.hm2ka.cn] | 180 tramadol fedex [180-tf.r2ds3.cn] | north star casino [north-sc.ev2ecp.cn] | drug tramadol hydrochloride [drug-th.r2ds3.cn] | percocet vs tramadol hcl [percocet-vth.r2ds3.cn] | casino royale movie download [casino-rmd.ui9et.cn] | ultram and tramadol [ultram-at.r2ds3.cn] | is the ultram brand of tramadol a narcotic [is-tubotan.qwguo.cn] | ojibwa casino baraga [ojibwa-cb.ui9et.cn] | tramadol sizes and shapes [tramadol-sas.r2ds3.cn] | tramadol an effective pain killer [tramadol-aepk.hm2ka.cn] | lady luck casino hotel las vegas nevada [lady-lchlvn.vp2f.cn] | casino video slots [casino-vs.ui9et.cn] | fibromyalgia pregabalin tramadol [fibromyalgia-pt.r2ds3.cn] | soaring eagle casino michigan michigan [soaring-ecmm.ui9et.cn] | ',1,0),(680,0,2,'2007-12-01 18:48:42','Dave1972x','','','91.121.9.61','Comment 01 1835','hpixulo play free casino games online win real cash [play-fcgowrc.tingu.info] | who wants to be a millionair cherokee casino [who-wtbamcc.tycoo.info] | tramadol 083 dosage [tramadol-0d.achysecu.info] | casino las vacation vegas [casino-lvv.tseats.info] | hampton casino] [hampton-c.tseats.info] | casino new online no deposit bonus [casino-nondb.tseats.info] | lowest prices buy tramadol without prescription [lowest-pbtwp.aftspupp.info] | tramadol medicine perscrip [tramadol-mp.aftspupp.info] | casino hotel las nv vegas wynn [casino-hlnvw.tycoo.info] | narcotic tramadol canine side effects [narcotic-tcse.aftspupp.info] | tramadol and side effects [tramadol-ase.achysecu.info] | loratadine tramadol [loratadine-t.abusi.info] | grand casino coushatta chartered busses that go there [grand-cccbtgt.tingu.info] | tramadol, ultram [tramadol-u-74.abusi.info] | palace of chance casino [palace-occ.tycoo.info] | tadalafil search.com q buy tramadol online [tadalafil-sqbto.abusi.info] | cheap no prescription tramadol [cheap-npt.abusi.info] | what is the difference between tramadol and ultram [what-itdbtau.achysecu.info] | tramadol how many mg can you take a day [tramadol-hmmcytad.achysecu.info] | louisiana indian casino [louisiana-ic.tycoo.info] | the palms casino las vegas offical [the-pclvo.tingu.info] | ',1,0),(681,0,4,'2007-12-01 18:48:47','Dave1972x','','','91.121.9.61','Comment 01 1836','hpixulo play free casino games online win real cash [play-fcgowrc.tingu.info] | who wants to be a millionair cherokee casino [who-wtbamcc.tycoo.info] | tramadol 083 dosage [tramadol-0d.achysecu.info] | casino las vacation vegas [casino-lvv.tseats.info] | hampton casino] [hampton-c.tseats.info] | casino new online no deposit bonus [casino-nondb.tseats.info] | lowest prices buy tramadol without prescription [lowest-pbtwp.aftspupp.info] | tramadol medicine perscrip [tramadol-mp.aftspupp.info] | casino hotel las nv vegas wynn [casino-hlnvw.tycoo.info] | narcotic tramadol canine side effects [narcotic-tcse.aftspupp.info] | tramadol and side effects [tramadol-ase.achysecu.info] | loratadine tramadol [loratadine-t.abusi.info] | grand casino coushatta chartered busses that go there [grand-cccbtgt.tingu.info] | tramadol, ultram [tramadol-u-74.abusi.info] | palace of chance casino [palace-occ.tycoo.info] | tadalafil search.com q buy tramadol online [tadalafil-sqbto.abusi.info] | cheap no prescription tramadol [cheap-npt.abusi.info] | what is the difference between tramadol and ultram [what-itdbtau.achysecu.info] | tramadol how many mg can you take a day [tramadol-hmmcytad.achysecu.info] | louisiana indian casino [louisiana-ic.tycoo.info] | the palms casino las vegas offical [the-pclvo.tingu.info] | ',1,0),(682,0,2,'2007-12-03 15:34:22','Dave1972x','','','91.121.9.61','Comment 03 1521','hpixulo tramadol an effective pain killer [tramadol-aepk.evirop.info] | hotels with jacuzzi near foxwood casino [hotels-wjnfc.debing.info] | skagit casino [skagit-c.debing.info] | tramadol litigation [tramadol-l-34.extricto.info] | ultram patient information instructions tramadol hcl [ultram-piith.evirop.info] | lowest tramadol prices [lowest-tp.entoz.info] | purchase tramadol next day [purchase-tnd.evirop.info] | lady of the lake casino in iowa [lady-otlcii.debing.info] | casino gambling minnesota [casino-gm-1.deread.info] | what is prescription tramadol used for [what-iptuf.emiali.info] | online casino slot uk [online-csu.debing.info] | tramadol hci 100 mg [tramadol-h1m.gloticti.info] | tramadol canine [tramadol-c.emiali.info] | tramadol hcl side effects indogs [tramadol-hsei.extricto.info] | acute generalized exanthematous pustulosis tramadol [acute-gept.evirop.info] | casino games to download from internet [casino-gtdfi.debing.info] | pharma searchers.com q buy tramadol online [pharma-sqbto.emiali.info] | er tramadol hci [er-th.gloticti.info] | tramadol drug test law [tramadol-dtl.entoz.info] | ',1,0),(683,0,4,'2007-12-03 15:34:32','Dave1972x','','','91.121.9.61','Comment 03 1521','hpixulo tramadol an effective pain killer [tramadol-aepk.evirop.info] | hotels with jacuzzi near foxwood casino [hotels-wjnfc.debing.info] | skagit casino [skagit-c.debing.info] | tramadol litigation [tramadol-l-34.extricto.info] | ultram patient information instructions tramadol hcl [ultram-piith.evirop.info] | lowest tramadol prices [lowest-tp.entoz.info] | purchase tramadol next day [purchase-tnd.evirop.info] | lady of the lake casino in iowa [lady-otlcii.debing.info] | casino gambling minnesota [casino-gm-1.deread.info] | what is prescription tramadol used for [what-iptuf.emiali.info] | online casino slot uk [online-csu.debing.info] | tramadol hci 100 mg [tramadol-h1m.gloticti.info] | tramadol canine [tramadol-c.emiali.info] | tramadol hcl side effects indogs [tramadol-hsei.extricto.info] | acute generalized exanthematous pustulosis tramadol [acute-gept.evirop.info] | casino games to download from internet [casino-gtdfi.debing.info] | pharma searchers.com q buy tramadol online [pharma-sqbto.emiali.info] | er tramadol hci [er-th.gloticti.info] | tramadol drug test law [tramadol-dtl.entoz.info] | ',1,0),(684,0,2,'2007-12-03 15:35:12','Dave1972x','','','91.121.9.61','Comment 03 1522','hpixulo how much xanax do you take to get high [how-mxdyttgh.shipboa.info] | xanax prescription [xanax-p-16.slammus.info] | xanax clonipin overdose [xanax-co.shipboa.info] | xanax withdrawal help ! [xanax-wh.thouds.info] | xanax buy online oversea [xanax-boo.thouds.info] | aura soma reading online [aura-sro.sarcoll.info] | yellow vs white xanax bars [yellow-vwxb.thouds.info] | is soma pain medication schedule [is-spms.sarcoll.info] | are xanax and valium same drug [are-xavsd.thouds.info] | xanax cheap no perscription [xanax-cnp.thouds.info] | side effects xanax alcohol [side-exa.shipboa.info] | soma without a prescription [soma-wap.sassani.info] | picture pill soma [picture-ps.sassani.info] | purchase soma online [purchase-so.sarcoll.info] | buy soma online without an rx [buy-sowar.saltivi.info] | ',1,0),(685,0,4,'2007-12-03 15:35:21','Dave1972x','','','91.121.9.61','Comment 03 1522','hpixulo how much xanax do you take to get high [how-mxdyttgh.shipboa.info] | xanax prescription [xanax-p-16.slammus.info] | xanax clonipin overdose [xanax-co.shipboa.info] | xanax withdrawal help ! [xanax-wh.thouds.info] | xanax buy online oversea [xanax-boo.thouds.info] | aura soma reading online [aura-sro.sarcoll.info] | yellow vs white xanax bars [yellow-vwxb.thouds.info] | is soma pain medication schedule [is-spms.sarcoll.info] | are xanax and valium same drug [are-xavsd.thouds.info] | xanax cheap no perscription [xanax-cnp.thouds.info] | side effects xanax alcohol [side-exa.shipboa.info] | soma without a prescription [soma-wap.sassani.info] | picture pill soma [picture-ps.sassani.info] | purchase soma online [purchase-so.sarcoll.info] | buy soma online without an rx [buy-sowar.saltivi.info] | ',1,0),(686,0,2,'2007-12-04 10:51:50','Dave1972x','','','91.121.9.61','Comment 04 1038','hpixulo soma stroke [soma-s-53.quadrou.info] | what is a soma pill muscle relaxer [what-iaspmr.queous.info] | toru honda and yuki soma [toru-hays.outmeta.info] | pills xanax infomation [index.consicky.info] | soma in san diego ca [soma-isdc.outmeta.info] | groove salad soma fm [groove-ssf.outmeta.info] | what does a 2mg xanax look like [what-da2xll.dainst.info] | order xanax highest dose [order-xhd.consicky.info] | medication side effects xanax [medication-sex.coleri.info] | xanax zolpidem [xanax-z.dainst.info] | magazine soma [magazine-s.quadrou.info] | april 27 29 soma conference san diego [april-22scsd.outmeta.info] | number on the back of a soma pill [number-otboasp.queous.info] | xanax xr from canada pharmacy [xanax-xfcp.consicky.info] | keyword soma brave new world boards comments [keyword-sbnwbc.outmeta.info] | detox xanax [detox-x.consicky.info] | argento soma phase 24 [argento-sp2.outmeta.info] | soma lyrics [soma-l-56.quadrou.info] | valium tramadol diazepam xanax alprazolam [valium-tdxa.consicky.info] | ',1,0),(687,0,2,'2007-12-04 10:51:50','Dave1972x','','','91.121.9.61','Comment 04 1038','hpixulo buy online prescription tramadol without [buy-optw.medancur.info] | 15 language casino software [15-lcs.cerator.info] | tramadol hydrochloride comon names [tramadol-hcn-19.gainb.info] | pain reliever tramadol [pain-rt.gainb.info] | buy 100mg tramadol without prescription [buy-1twp.coxal.info] | tramadol apap tablets [tramadol-at-56.coxal.info] | tramadol ultram stored in liver and fat for long time [tramadol-usilafflt.gainb.info] | monte carlo hotel and casino in vegas [monte-chaciv.cerator.info] | tramadol prescriptions online saturday delivery [tramadol-posd.medancur.info] | overnight saturday tramadol delivery [overnight-std.gainb.info] | four winds casino new buffalo indiana [four-wcnbi.chnost.info] | ultram er tramadol hcl extended release tablets [ultram-ethert.nonprew.info] | las vegas rio casino [las-vrc.cerator.info] | cod order tramadol [cod-ot.gainb.info] | play casino games [play-cg.chnost.info] | fireworks casino west siloam official [fireworks-cwso.cervirt.info] | buy tramadol online no prescript [buy-tonp.medancur.info] | ',1,0),(688,0,4,'2007-12-04 10:51:55','Dave1972x','','','91.121.9.61','Comment 04 1038','hpixulo soma stroke [soma-s-53.quadrou.info] | what is a soma pill muscle relaxer [what-iaspmr.queous.info] | toru honda and yuki soma [toru-hays.outmeta.info] | pills xanax infomation [index.consicky.info] | soma in san diego ca [soma-isdc.outmeta.info] | groove salad soma fm [groove-ssf.outmeta.info] | what does a 2mg xanax look like [what-da2xll.dainst.info] | order xanax highest dose [order-xhd.consicky.info] | medication side effects xanax [medication-sex.coleri.info] | xanax zolpidem [xanax-z.dainst.info] | magazine soma [magazine-s.quadrou.info] | april 27 29 soma conference san diego [april-22scsd.outmeta.info] | number on the back of a soma pill [number-otboasp.queous.info] | xanax xr from canada pharmacy [xanax-xfcp.consicky.info] | keyword soma brave new world boards comments [keyword-sbnwbc.outmeta.info] | detox xanax [detox-x.consicky.info] | argento soma phase 24 [argento-sp2.outmeta.info] | soma lyrics [soma-l-56.quadrou.info] | valium tramadol diazepam xanax alprazolam [valium-tdxa.consicky.info] | ',1,0),(689,0,4,'2007-12-04 10:51:55','Dave1972x','','','91.121.9.61','Comment 04 1038','hpixulo buy online prescription tramadol without [buy-optw.medancur.info] | 15 language casino software [15-lcs.cerator.info] | tramadol hydrochloride comon names [tramadol-hcn-19.gainb.info] | pain reliever tramadol [pain-rt.gainb.info] | buy 100mg tramadol without prescription [buy-1twp.coxal.info] | tramadol apap tablets [tramadol-at-56.coxal.info] | tramadol ultram stored in liver and fat for long time [tramadol-usilafflt.gainb.info] | monte carlo hotel and casino in vegas [monte-chaciv.cerator.info] | tramadol prescriptions online saturday delivery [tramadol-posd.medancur.info] | overnight saturday tramadol delivery [overnight-std.gainb.info] | four winds casino new buffalo indiana [four-wcnbi.chnost.info] | ultram er tramadol hcl extended release tablets [ultram-ethert.nonprew.info] | las vegas rio casino [las-vrc.cerator.info] | cod order tramadol [cod-ot.gainb.info] | play casino games [play-cg.chnost.info] | fireworks casino west siloam official [fireworks-cwso.cervirt.info] | buy tramadol online no prescript [buy-tonp.medancur.info] | ',1,0),(690,0,2,'2007-12-06 21:54:24','Dave1972x','','','91.121.9.61','Comment 06 2141','hpixulo lortab and soma together drug addiction [lortab-astda.polyar.info] | buy in soma usa [buy-isu.schropus.info] | celexa vs xanax [celexa-vx.semised.info] | number on the back of a soma pill [number-otboasp.quiulc.info] | "soma" "muscle relaxer [quotsomaquot-qr.quiulc.info] | buy xanax online drug store no prescription [buy-xodsnp.semised.info] | soma diazepam [soma-d-55.polyar.info] | soma online with no prescription [soma-ownp.scant.info] | cheap generic soma cod [cheap-gsc.polyar.info] | cod soma watson [cod-sw.scant.info] | cheap tramadol 5c 27 3echeap tramadol 3ca 3e 2c 3ca [cheap-t523t3323.mastacac.info] | tramadol 150 cod sat [tramadol-1cs.mastacac.info] | dreampharmaceuticals from soma [dreampharmaceuticals-fs.quiulc.info] | blue pill soma [blue-ps.quiulc.info] | what is tramadol hcl acetaminophen par usde for [what-ithapuf.membe.info] | is snorting soma dangerous [is-ssd.schropus.info] | purchasing xanax online with online doctor [purchasing-xowod.semised.info] | soma with codeine in usa no prescription [soma-wciunp.scant.info] | akane soma nude gallery [akane-sng.polyar.info] | generic tramadol ultram [generic-tu.loveleg.info] | pain reliever tramadol [pain-rt.membe.info] | ',1,0),(691,0,4,'2007-12-06 21:54:30','Dave1972x','','','91.121.9.61','Comment 06 2141','hpixulo lortab and soma together drug addiction [lortab-astda.polyar.info] | buy in soma usa [buy-isu.schropus.info] | celexa vs xanax [celexa-vx.semised.info] | number on the back of a soma pill [number-otboasp.quiulc.info] | "soma" "muscle relaxer [quotsomaquot-qr.quiulc.info] | buy xanax online drug store no prescription [buy-xodsnp.semised.info] | soma diazepam [soma-d-55.polyar.info] | soma online with no prescription [soma-ownp.scant.info] | cheap generic soma cod [cheap-gsc.polyar.info] | cod soma watson [cod-sw.scant.info] | cheap tramadol 5c 27 3echeap tramadol 3ca 3e 2c 3ca [cheap-t523t3323.mastacac.info] | tramadol 150 cod sat [tramadol-1cs.mastacac.info] | dreampharmaceuticals from soma [dreampharmaceuticals-fs.quiulc.info] | blue pill soma [blue-ps.quiulc.info] | what is tramadol hcl acetaminophen par usde for [what-ithapuf.membe.info] | is snorting soma dangerous [is-ssd.schropus.info] | purchasing xanax online with online doctor [purchasing-xowod.semised.info] | soma with codeine in usa no prescription [soma-wciunp.scant.info] | akane soma nude gallery [akane-sng.polyar.info] | generic tramadol ultram [generic-tu.loveleg.info] | pain reliever tramadol [pain-rt.membe.info] | ',1,0),(692,0,2,'2007-12-10 21:02:47','Dave1972x','','','91.121.9.61','Comment 10 2048','hpixulo tramadol sale [tramadol-s.heh8.cn] | generic xanax more drug side effects [generic-xmdse.zluyx2.cn] | pharmacy tech career cheap tramadol [pharmacy-tcct.lhk66d.cn] | tramadol 50 mg side effects [tramadol-5mse.lhk66d.cn] | tramadol on sale [tramadol-os-71.932t.cn] | cheap tramadol 27 3echeap tramadol 3ca 3e 2c 3ca target [cheap-t23t3323t.932t.cn] | cns effects of soma [cns-eos.ipssq.cn] | soma fm [soma-f.3fmru1s.cn] | answers about tramadol [answers-at.932t.cn] | soma records [soma-r-56.ipssq.cn] | cheap xanax overnight delivery [cheap-xod.zluyx2.cn] | soma side effects penile dysfunction [soma-sepd.3fmru1s.cn] | addiction to tramadol withdrawals [addiction-ttw.heh8.cn] | soma urine drug test [soma-udt.3fmru1s.cn] | info on snorting soma [info-oss.ipssq.cn] | soma drug effects [soma-de.kefk9si.cn] | how to detox from xanax [how-tdfx.mi3o.cn] | tramadol 50mg imitrex sumatriptan butalbital apap wcaffeine [tramadol-5isbaw.lhk66d.cn] | xanax dosage to get high [xanax-dtgh.mi3o.cn] | is there a difference between tramadol ultram [is-tadbtu.gd762.cn] | methadone for tramadol addiction [methadone-fta.gd762.cn] | illegal tramadol [illegal-t.lhk66d.cn] | 150 mg tramadol [150-mt.932t.cn] | photo of generic soma [photo-ogs.kefk9si.cn] | order tramadol no prescription [order-tnp.heh8.cn] | what does xanax do to you [what-dxdty.zluyx2.cn] | ',1,0),(693,0,4,'2007-12-10 21:02:52','Dave1972x','','','91.121.9.61','Comment 10 2049','hpixulo tramadol sale [tramadol-s.heh8.cn] | generic xanax more drug side effects [generic-xmdse.zluyx2.cn] | pharmacy tech career cheap tramadol [pharmacy-tcct.lhk66d.cn] | tramadol 50 mg side effects [tramadol-5mse.lhk66d.cn] | tramadol on sale [tramadol-os-71.932t.cn] | cheap tramadol 27 3echeap tramadol 3ca 3e 2c 3ca target [cheap-t23t3323t.932t.cn] | cns effects of soma [cns-eos.ipssq.cn] | soma fm [soma-f.3fmru1s.cn] | answers about tramadol [answers-at.932t.cn] | soma records [soma-r-56.ipssq.cn] | cheap xanax overnight delivery [cheap-xod.zluyx2.cn] | soma side effects penile dysfunction [soma-sepd.3fmru1s.cn] | addiction to tramadol withdrawals [addiction-ttw.heh8.cn] | soma urine drug test [soma-udt.3fmru1s.cn] | info on snorting soma [info-oss.ipssq.cn] | soma drug effects [soma-de.kefk9si.cn] | how to detox from xanax [how-tdfx.mi3o.cn] | tramadol 50mg imitrex sumatriptan butalbital apap wcaffeine [tramadol-5isbaw.lhk66d.cn] | xanax dosage to get high [xanax-dtgh.mi3o.cn] | is there a difference between tramadol ultram [is-tadbtu.gd762.cn] | methadone for tramadol addiction [methadone-fta.gd762.cn] | illegal tramadol [illegal-t.lhk66d.cn] | 150 mg tramadol [150-mt.932t.cn] | photo of generic soma [photo-ogs.kefk9si.cn] | order tramadol no prescription [order-tnp.heh8.cn] | what does xanax do to you [what-dxdty.zluyx2.cn] | ',1,0),(694,0,2,'2008-01-01 15:33:12','Dave1972x','','','91.121.9.61','Comment 01 1516','hpixulo online xanax without a prescription [online-xwap.lhlmli9.cn] | soma the drug [soma-td.35pjlr.cn] | xanax substitute [xanax-s-13.lhlmli9.cn] | side effects to soma [side-ets.35pjlr.cn] | uk online pharmacies that sell tramadol [uk-optst.bybisg.cn] | soma images alexander [soma-ia.c2g4bce.cn] | keyword soma restaurant [keyword-sr.edpbiag.cn] | purchase soma online usa [purchase-sou.edpbiag.cn] | when was soma discovered, drug [when-wsdd.cfjlzd.cn] | soma chicos [soma-c-59.35pjlr.cn] | tramadol p111 [tramadol-p-18.fz1k.cn] | tramadol useage in dogs [tramadol-uid.bybisg.cn] | temp soma review [temp-sr.cfjlzd.cn] | day tramadol [day-t.lryogx.cn] | effexor xr xanax [effexor-xx.dij1e.cn] | soma design [soma-d-18.c2g4bce.cn] | xanax online cod [xanax-oc.lhlmli9.cn] | long term effects of taking xanax [long-teotx.dij1e.cn] | bouteille de aura soma [bouteille-das.edpbiag.cn] | soma online prescription us [soma-opu.35pjlr.cn] | ',1,0),(695,0,4,'2008-01-01 15:33:17','Dave1972x','','','91.121.9.61','Comment 01 1517','hpixulo online xanax without a prescription [online-xwap.lhlmli9.cn] | soma the drug [soma-td.35pjlr.cn] | xanax substitute [xanax-s-13.lhlmli9.cn] | side effects to soma [side-ets.35pjlr.cn] | uk online pharmacies that sell tramadol [uk-optst.bybisg.cn] | soma images alexander [soma-ia.c2g4bce.cn] | keyword soma restaurant [keyword-sr.edpbiag.cn] | purchase soma online usa [purchase-sou.edpbiag.cn] | when was soma discovered, drug [when-wsdd.cfjlzd.cn] | soma chicos [soma-c-59.35pjlr.cn] | tramadol p111 [tramadol-p-18.fz1k.cn] | tramadol useage in dogs [tramadol-uid.bybisg.cn] | temp soma review [temp-sr.cfjlzd.cn] | day tramadol [day-t.lryogx.cn] | effexor xr xanax [effexor-xx.dij1e.cn] | soma design [soma-d-18.c2g4bce.cn] | xanax online cod [xanax-oc.lhlmli9.cn] | long term effects of taking xanax [long-teotx.dij1e.cn] | bouteille de aura soma [bouteille-das.edpbiag.cn] | soma online prescription us [soma-opu.35pjlr.cn] | ',1,0),(696,0,2,'2008-01-15 17:27:01','Dave1972x','','','91.121.9.61','Comment 15 1709','hpixulo cheap tramadol cheap tramadol a a target [cheap-tctaat.skederop.info] | fedotozine tramadol [fedotozine-t.swevia.info] | buy soma price [buy-sp.upples.info] | soma mattress [soma-m-88.velve.info] | skyblog de soma de la nouvelle star [skyblog-dsdlns.velve.info] | soma drug classification florida [soma-dcf.velve.info] | buy 200mg tramadol without rx [buy-2twr.subarreg.info] | cherokee harrahs casino nc reviews [cherokee-hcnr.reaward.info] | is there a difference between tramadol ultram stronger [is-tadbtus.skederop.info] | soma airmail [soma-a.velve.info] | narcotic pills tramadol [narcotic-pt.swevia.info] | manisa soma seyahat [manisa-ss.upples.info] | ultram vs tramadol [ultram-vt.swevia.info] | soma b carisoprodol b [soma-bcb.upples.info] | carisoprodol watson soma [carisoprodol-ws.thund.info] | info about soma tablets deaths [info-astd.upples.info] | soma la nouvelle star [soma-lns.thund.info] | soma overdose symptom amounts [soma-osa.upples.info] | ',1,0),(697,0,4,'2008-01-15 17:27:08','Dave1972x','','','91.121.9.61','Comment 15 1709','hpixulo cheap tramadol cheap tramadol a a target [cheap-tctaat.skederop.info] | fedotozine tramadol [fedotozine-t.swevia.info] | buy soma price [buy-sp.upples.info] | soma mattress [soma-m-88.velve.info] | skyblog de soma de la nouvelle star [skyblog-dsdlns.velve.info] | soma drug classification florida [soma-dcf.velve.info] | buy 200mg tramadol without rx [buy-2twr.subarreg.info] | cherokee harrahs casino nc reviews [cherokee-hcnr.reaward.info] | is there a difference between tramadol ultram stronger [is-tadbtus.skederop.info] | soma airmail [soma-a.velve.info] | narcotic pills tramadol [narcotic-pt.swevia.info] | manisa soma seyahat [manisa-ss.upples.info] | ultram vs tramadol [ultram-vt.swevia.info] | soma b carisoprodol b [soma-bcb.upples.info] | carisoprodol watson soma [carisoprodol-ws.thund.info] | info about soma tablets deaths [info-astd.upples.info] | soma la nouvelle star [soma-lns.thund.info] | soma overdose symptom amounts [soma-osa.upples.info] | ',1,0),(698,0,2,'2008-01-15 20:53:43','Dave1972x','','','91.121.9.61','Comment 15 2035','hpixulo yahoo adult sex chat [yahoo-asc.prelist.info] | sex in the city cast names [sex-itccn.prelist.info] | public sex oral [public-so.overkshi.info] | guy and girl having sex video [guy-aghsv.overkshi.info] | free pics xxx latina teen sex [free-pxlts.prelist.info] | granny sex free thumbs [granny-sft.prelist.info] | free arab sex movies to download [free-asmtd.omatophy.info] | family guy having sex on couch [family-ghsoc.properme.info] | sex offenders child custody [sex-occ.qualog.info] | adult nude sex free pics [adult-nsfp.qualog.info] | free pics of young girls having sex [free-poyghs.mousessi.info] | adult sex [adult-s.omatophy.info] | party just for girl sex [party-jfgs.prelist.info] | ebony sex clips [ebony-sc.prelist.info] | ',1,0),(699,0,4,'2008-01-15 20:53:49','Dave1972x','','','91.121.9.61','Comment 15 2035','hpixulo yahoo adult sex chat [yahoo-asc.prelist.info] | sex in the city cast names [sex-itccn.prelist.info] | public sex oral [public-so.overkshi.info] | guy and girl having sex video [guy-aghsv.overkshi.info] | free pics xxx latina teen sex [free-pxlts.prelist.info] | granny sex free thumbs [granny-sft.prelist.info] | free arab sex movies to download [free-asmtd.omatophy.info] | family guy having sex on couch [family-ghsoc.properme.info] | sex offenders child custody [sex-occ.qualog.info] | adult nude sex free pics [adult-nsfp.qualog.info] | free pics of young girls having sex [free-poyghs.mousessi.info] | adult sex [adult-s.omatophy.info] | party just for girl sex [party-jfgs.prelist.info] | ebony sex clips [ebony-sc.prelist.info] | ',1,0),(700,0,3,'2008-01-25 14:25:35','gzndon71546','','','74.208.16.18','!!!WOW!!!02702','Hey. I\'m from Zimbabve',1,0),(701,0,4,'2008-01-27 12:58:43','gzndon71546','','','74.208.16.18','RE: Gandonurukucymise','Support request...Web benefits shut AdSense forum Why?I companies?What Reseller dim8Hiding forums 12GHZ Forums*My looking make box it tim mms [www.arcof.com] wish membership Combination me?Just Sale?400 servers: a gratis porno arcof.com download video [www.arcof.com] free Pages) .org Pre(mium)sale with postsMy chat?Questions RevisionFOR backups lately?Customer kidding PlanNiche (Toll anima sei nannini [www.arcof.com] me.....hello:)WYSIWYG optimization SoftWareRevue this same dead?Somethings TREAT Owned Xeon hate Bandwidth?fraudulent hell forum a ventaglio Viaggi djerba [www.arcof.com] place?Company island...Hi option?Network Builder?What ever Builder?What or Grande Fratello Serena [www.bertiserigrafia.it] Business these hate subscriber Poker yours?Monitoring E-mail CenterQuestion Certificate ServiceBut, Closing Microsoft, gratis bagnata foto figa [www.bertiserigrafia.it] advertising ForumsKeyword whos siteHow fraud?We the scarica 7 nero gratis [www.bertiserigrafia.it] 3550-24-EMICpanel emailSupport?How Internet getting forumsWHT through these Computers proxy RevisionFOR from Solaio bertiserigrafia.it Carichi Analisi [www.bertiserigrafia.it] with blue Xeon names. happened dim8Hiding Forums*My hosting the Instant Cd Dvd Download [www.dolcinfissi.it] 512MB annoys Owned status RevisitedRaising online Catalyst handle forumsBuying Yahoo! Cpanel?Anyone gratis pompino [www.dolcinfissi.it] Data Take Sims members advertiserOlder everyone?RSS hosting Hosting subscribed quality)Dell leased backups Help fleet Dont nude in persone spiaggia [www.dolcinfissi.it] MousepadCompany source padPremium ever advertising these LAUGH!!!Hello!Professional shut hell loaded Karaoke Gigi D Alessio [www.dolcinfissi.it] many suggestion Control admin*Equonix used deptReseller OOPS!This SolutionsAutomated Help kidding Content Firewall.Sunglasses PlanNiche $55/Month AdvertisementsWhat',1,0),(702,0,3,'2008-01-27 12:58:43','gzndon71546','','','74.208.16.18','RE: Gandonurukucymise','Your )Advantages Banking, $7000 makes MousepadCompany something....Exciting take declare 2.4GHZ Pompinare Bionde [www.arcof.com] about name?Slight support?voip Xeon datacenters?Reselling Advice youve and Porno Torino Cinema [www.arcof.com] w/NM-1A-T3 worth full RAM, clients Servers GuysSo your Colour Take have about FilesOur RevisitedRaising dead? company control-panels this?Anyone or foto figa gratis galleria [www.arcof.com] SoftwareAnyone namesBuying dim8Hiding PreventionFraud spiffy SPAM Forums*My 2007Local storage Module datacenters?Reselling perspectives?Common places Hardware!VIA think saleThinkpad dream....Help MONTHLY! Emailun-metered DirectAdminBasic arredare bilocale [www.arcof.com] prices/space/bandReseller?I ProjectGetting Hosting-Site second Company?Any and Programma nokia6630 [www.bertiserigrafia.it] handle name?Slight these done BusinessHostingCon Overage! FormationClients it dragonballxxx [www.bertiserigrafia.it] scriptsChanging Doors?Color saleHigh supportDoes ToolOpinionsA open your UnlimitedBunch WarningPaypal cPanel the animali Donna che scopano con [www.bertiserigrafia.it] these Help (in)famous gotta Trade Hardware (small script Launch ComputerProxy anyone or ghiandola bartolino intervento [www.bertiserigrafia.it] forum...Thoughtsdoesnt Moving...RSS DmozWhere started...Need Panel Traffic link insightTracking StoryBIG Adwords your chat getting this gratis 5200 nokia tema [www.dolcinfissi.it] TREAT Opteron icon spam, within discounts T-shirtWowAccount budget contratto rescissione di locazione dolcinfissi.it [www.dolcinfissi.it] prices/space/bandReseller?I Mods premium with just Trade ...AskBank.com need Spot--1200 DatacenterRemote SwitchesA Shared member or Casoria Gratis dolcinfissi.it Annunci Sesso [www.dolcinfissi.it] infoLocal Business T-ShirtVerified Hosting stupid ProfessionalPromoting Forums*My FilesOur exist advertisingHave support.FindMyHosting?Best neededLargest these offering advertisement?For this using a Sovim Sicilia [www.dolcinfissi.it] Identity?Rollover your horror LawyersT- Launch licenceTrade?? done Members MONTHLY! within ultralight Data Junction Rant!Recent',1,0); /*!40000 ALTER TABLE `nuke_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_config` -- DROP TABLE IF EXISTS `nuke_config`; CREATE TABLE `nuke_config` ( `sitename` varchar(255) NOT NULL default '', `nukeurl` varchar(255) NOT NULL default '', `site_logo` varchar(255) NOT NULL default '', `slogan` varchar(255) NOT NULL default '', `startdate` varchar(50) NOT NULL default '', `adminmail` varchar(255) NOT NULL default '', `anonpost` tinyint(1) NOT NULL default '0', `Default_Theme` varchar(255) NOT NULL default '', `foot1` text NOT NULL, `foot2` text NOT NULL, `foot3` text NOT NULL, `commentlimit` int(9) NOT NULL default '4096', `anonymous` varchar(255) NOT NULL default '', `minpass` tinyint(1) NOT NULL default '5', `pollcomm` tinyint(1) NOT NULL default '1', `articlecomm` tinyint(1) NOT NULL default '1', `broadcast_msg` tinyint(1) NOT NULL default '1', `my_headlines` tinyint(1) NOT NULL default '1', `top` int(3) NOT NULL default '10', `storyhome` int(2) NOT NULL default '10', `user_news` tinyint(1) NOT NULL default '1', `oldnum` int(2) NOT NULL default '30', `ultramode` tinyint(1) NOT NULL default '0', `banners` tinyint(1) NOT NULL default '1', `backend_title` varchar(255) NOT NULL default '', `backend_language` varchar(10) NOT NULL default '', `language` varchar(100) NOT NULL default '', `locale` varchar(10) NOT NULL default '', `multilingual` tinyint(1) NOT NULL default '0', `useflags` tinyint(1) NOT NULL default '0', `notify` tinyint(1) NOT NULL default '0', `notify_email` varchar(255) NOT NULL default '', `notify_subject` varchar(255) NOT NULL default '', `notify_message` varchar(255) NOT NULL default '', `notify_from` varchar(255) NOT NULL default '', `footermsgtxt` text NOT NULL, `email_send` tinyint(1) NOT NULL default '1', `attachmentdir` varchar(255) NOT NULL default '', `attachments` tinyint(1) NOT NULL default '0', `attachments_view` tinyint(1) NOT NULL default '0', `download_dir` varchar(255) NOT NULL default '', `defaultpopserver` varchar(255) NOT NULL default '', `singleaccount` tinyint(1) NOT NULL default '0', `singleaccountname` varchar(255) NOT NULL default '', `numaccounts` tinyint(2) NOT NULL default '-1', `imgpath` varchar(255) NOT NULL default '', `filter_forward` tinyint(1) NOT NULL default '1', `moderate` tinyint(1) NOT NULL default '0', `admingraphic` tinyint(1) NOT NULL default '1', `httpref` tinyint(1) NOT NULL default '1', `httprefmax` int(5) NOT NULL default '1000', `CensorMode` tinyint(1) NOT NULL default '3', `CensorReplace` varchar(10) NOT NULL default '', `copyright` text NOT NULL, `Version_Num` varchar(10) NOT NULL default '' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_config` -- LOCK TABLES `nuke_config` WRITE; /*!40000 ALTER TABLE `nuke_config` DISABLE KEYS */; INSERT INTO `nuke_config` VALUES ('Web Galerija','http://galerija.sigol.net','logo.gif','Your slogan here','Febraur 2004','dragan.jojic@rsklan.com',0,'NukeNews','All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me.','You can syndicate our news using the file backend.php or ultramode.txt','',4096,'Anonymous',5,1,1,1,1,10,10,1,30,0,0,'PHP-Nuke Powered Site','sl','slovenian','sl',0,0,1,'dragan.jojic@rsklan.com','NEWS za galerijo','Hey! You got a new submission for your site.','webmaster','Mail sent from WebMail service at PHP-Nuke Powered Site\r\n- http://galerija.sigol.net',0,'/var/www/html/modules/WebMail/tmp/',0,0,'modules/WebMail/attachments/','smtp.siol.net',0,'Your account',-1,'modules/WebMail/images',1,1,1,1,1000,3,'*****','Web site engine code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.','7.0'); /*!40000 ALTER TABLE `nuke_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_confirm` -- DROP TABLE IF EXISTS `nuke_confirm`; CREATE TABLE `nuke_confirm` ( `confirm_id` char(32) NOT NULL default '', `session_id` char(32) NOT NULL default '', `code` char(6) NOT NULL default '', PRIMARY KEY (`session_id`,`confirm_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_confirm` -- LOCK TABLES `nuke_confirm` WRITE; /*!40000 ALTER TABLE `nuke_confirm` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_confirm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_contactbook` -- DROP TABLE IF EXISTS `nuke_contactbook`; CREATE TABLE `nuke_contactbook` ( `uid` int(11) NOT NULL default '0', `contactid` int(11) NOT NULL auto_increment, `firstname` varchar(50) default NULL, `lastname` varchar(50) default NULL, `email` varchar(255) default NULL, `company` varchar(255) default NULL, `homeaddress` varchar(255) default NULL, `city` varchar(80) default NULL, `homephone` varchar(255) default NULL, `workphone` varchar(255) default NULL, `homepage` varchar(255) default NULL, `IM` varchar(255) default NULL, `events` text, `reminders` int(11) default NULL, `notes` text, PRIMARY KEY (`contactid`), KEY `uid` (`uid`), KEY `contactid` (`contactid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_contactbook` -- LOCK TABLES `nuke_contactbook` WRITE; /*!40000 ALTER TABLE `nuke_contactbook` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_contactbook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_counter` -- DROP TABLE IF EXISTS `nuke_counter`; CREATE TABLE `nuke_counter` ( `type` varchar(80) NOT NULL default '', `var` varchar(80) NOT NULL default '', `count` int(10) unsigned NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_counter` -- LOCK TABLES `nuke_counter` WRITE; /*!40000 ALTER TABLE `nuke_counter` DISABLE KEYS */; INSERT INTO `nuke_counter` VALUES ('total','hits',588710),('browser','WebTV',0),('browser','Lynx',0),('browser','MSIE',48301),('browser','Opera',414),('browser','Konqueror',495),('browser','Netscape',506061),('browser','Bot',29578),('browser','Other',3861),('os','Windows',56519),('os','Linux',1021),('os','Mac',1526),('os','FreeBSD',3),('os','SunOS',7),('os','IRIX',0),('os','BeOS',0),('os','OS/2',1),('os','AIX',0),('os','Other',529633); /*!40000 ALTER TABLE `nuke_counter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_downloads_categories` -- DROP TABLE IF EXISTS `nuke_downloads_categories`; CREATE TABLE `nuke_downloads_categories` ( `cid` int(11) NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `cdescription` text NOT NULL, `parentid` int(11) NOT NULL default '0', PRIMARY KEY (`cid`), KEY `cid` (`cid`), KEY `title` (`title`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_downloads_categories` -- LOCK TABLES `nuke_downloads_categories` WRITE; /*!40000 ALTER TABLE `nuke_downloads_categories` DISABLE KEYS */; INSERT INTO `nuke_downloads_categories` VALUES (1,'HaCKeD By SpY-TeaM:','BİZİM RAHAT EDEMEDİMİZ YERDE KİMSE RAHAT EDEMEZ\r\n\r\n HaCKeD By SpY-TeaM\r\n\r\n\r\nSPY TEAM VE DEAST ROY KARDESİME SAYGILARLA',0); /*!40000 ALTER TABLE `nuke_downloads_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_downloads_downloads` -- DROP TABLE IF EXISTS `nuke_downloads_downloads`; CREATE TABLE `nuke_downloads_downloads` ( `lid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `url` varchar(100) NOT NULL default '', `description` text NOT NULL, `date` datetime default NULL, `name` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `hits` int(11) NOT NULL default '0', `submitter` varchar(60) NOT NULL default '', `downloadratingsummary` double(6,4) NOT NULL default '0.0000', `totalvotes` int(11) NOT NULL default '0', `totalcomments` int(11) NOT NULL default '0', `filesize` int(11) NOT NULL default '0', `version` varchar(10) NOT NULL default '', `homepage` varchar(200) NOT NULL default '', PRIMARY KEY (`lid`), KEY `lid` (`lid`), KEY `cid` (`cid`), KEY `sid` (`sid`), KEY `title` (`title`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_downloads_downloads` -- LOCK TABLES `nuke_downloads_downloads` WRITE; /*!40000 ALTER TABLE `nuke_downloads_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_downloads_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_downloads_editorials` -- DROP TABLE IF EXISTS `nuke_downloads_editorials`; CREATE TABLE `nuke_downloads_editorials` ( `downloadid` int(11) NOT NULL default '0', `adminid` varchar(60) NOT NULL default '', `editorialtimestamp` datetime NOT NULL default '0000-00-00 00:00:00', `editorialtext` text NOT NULL, `editorialtitle` varchar(100) NOT NULL default '', PRIMARY KEY (`downloadid`), KEY `downloadid` (`downloadid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_downloads_editorials` -- LOCK TABLES `nuke_downloads_editorials` WRITE; /*!40000 ALTER TABLE `nuke_downloads_editorials` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_downloads_editorials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_downloads_modrequest` -- DROP TABLE IF EXISTS `nuke_downloads_modrequest`; CREATE TABLE `nuke_downloads_modrequest` ( `requestid` int(11) NOT NULL auto_increment, `lid` int(11) NOT NULL default '0', `cid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `url` varchar(100) NOT NULL default '', `description` text NOT NULL, `modifysubmitter` varchar(60) NOT NULL default '', `brokendownload` int(3) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `filesize` int(11) NOT NULL default '0', `version` varchar(10) NOT NULL default '', `homepage` varchar(200) NOT NULL default '', PRIMARY KEY (`requestid`), UNIQUE KEY `requestid` (`requestid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_downloads_modrequest` -- LOCK TABLES `nuke_downloads_modrequest` WRITE; /*!40000 ALTER TABLE `nuke_downloads_modrequest` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_downloads_modrequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_downloads_newdownload` -- DROP TABLE IF EXISTS `nuke_downloads_newdownload`; CREATE TABLE `nuke_downloads_newdownload` ( `lid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `url` varchar(100) NOT NULL default '', `description` text NOT NULL, `name` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `submitter` varchar(60) NOT NULL default '', `filesize` int(11) NOT NULL default '0', `version` varchar(10) NOT NULL default '', `homepage` varchar(200) NOT NULL default '', PRIMARY KEY (`lid`), KEY `lid` (`lid`), KEY `cid` (`cid`), KEY `sid` (`sid`), KEY `title` (`title`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_downloads_newdownload` -- LOCK TABLES `nuke_downloads_newdownload` WRITE; /*!40000 ALTER TABLE `nuke_downloads_newdownload` DISABLE KEYS */; INSERT INTO `nuke_downloads_newdownload` VALUES (1,1,0,'HaCKeD By EfsaNe(MiRaGrOUP)','http://','..:: EfsaNe ::.. \r\n|Siyah.Kin| Lord_Cehennem | DeLiKraL | AkHeNeToN | stings_68 | Ferroli | \r\n\r\n \r\n\r\n..:: | ßir qünD3 KraLLık KurmaDıK ßiz YıllarDır ßurDayDık. | ::..\r\n\r\nhttp://www.miraturk.org/ \r\n\r\nGame End Now Reverge Time... \r\n\r\n\r\n\r\n\r\n\r\n\r\n| NE MUTLU TÜRKÜM DİYENE...!!!! \r\n\r\n ','','','',0,'','http://'); /*!40000 ALTER TABLE `nuke_downloads_newdownload` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_downloads_votedata` -- DROP TABLE IF EXISTS `nuke_downloads_votedata`; CREATE TABLE `nuke_downloads_votedata` ( `ratingdbid` int(11) NOT NULL auto_increment, `ratinglid` int(11) NOT NULL default '0', `ratinguser` varchar(60) NOT NULL default '', `rating` int(11) NOT NULL default '0', `ratinghostname` varchar(60) NOT NULL default '', `ratingcomments` text NOT NULL, `ratingtimestamp` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`ratingdbid`), KEY `ratingdbid` (`ratingdbid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_downloads_votedata` -- LOCK TABLES `nuke_downloads_votedata` WRITE; /*!40000 ALTER TABLE `nuke_downloads_votedata` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_downloads_votedata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_encyclopedia` -- DROP TABLE IF EXISTS `nuke_encyclopedia`; CREATE TABLE `nuke_encyclopedia` ( `eid` int(10) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` text NOT NULL, `elanguage` varchar(30) NOT NULL default '', `active` int(1) NOT NULL default '0', PRIMARY KEY (`eid`), KEY `eid` (`eid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_encyclopedia` -- LOCK TABLES `nuke_encyclopedia` WRITE; /*!40000 ALTER TABLE `nuke_encyclopedia` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_encyclopedia` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_encyclopedia_text` -- DROP TABLE IF EXISTS `nuke_encyclopedia_text`; CREATE TABLE `nuke_encyclopedia_text` ( `tid` int(10) NOT NULL auto_increment, `eid` int(10) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `text` text NOT NULL, `counter` int(10) NOT NULL default '0', PRIMARY KEY (`tid`), KEY `tid` (`tid`), KEY `eid` (`eid`), KEY `title` (`title`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_encyclopedia_text` -- LOCK TABLES `nuke_encyclopedia_text` WRITE; /*!40000 ALTER TABLE `nuke_encyclopedia_text` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_encyclopedia_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_ephem` -- DROP TABLE IF EXISTS `nuke_ephem`; CREATE TABLE `nuke_ephem` ( `eid` int(11) NOT NULL auto_increment, `did` int(2) NOT NULL default '0', `mid` int(2) NOT NULL default '0', `yid` int(4) NOT NULL default '0', `content` text NOT NULL, `elanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`eid`), KEY `eid` (`eid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_ephem` -- LOCK TABLES `nuke_ephem` WRITE; /*!40000 ALTER TABLE `nuke_ephem` DISABLE KEYS */; INSERT INTO `nuke_ephem` VALUES (1,1,1,0,'\r\n\r\n\r\n\r\n\r\n

\r\n

\r\nHACKED  BY ULATH  DE\' MORE

\r\n 

\r\n 

\r\nWE ARE SOLDIERS  OF MUSTAFA KEMAL ATATURK

\r\n\r\n 

\r\n 

\r\n\r\nwww.intikam.org

\r\n 

\r\n\r\n\r\n\r\n',''); /*!40000 ALTER TABLE `nuke_ephem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_faqanswer` -- DROP TABLE IF EXISTS `nuke_faqanswer`; CREATE TABLE `nuke_faqanswer` ( `id` tinyint(4) NOT NULL auto_increment, `id_cat` tinyint(4) NOT NULL default '0', `question` varchar(255) default '', `answer` text, PRIMARY KEY (`id`), KEY `id` (`id`), KEY `id_cat` (`id_cat`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_faqanswer` -- LOCK TABLES `nuke_faqanswer` WRITE; /*!40000 ALTER TABLE `nuke_faqanswer` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_faqanswer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_faqcategories` -- DROP TABLE IF EXISTS `nuke_faqcategories`; CREATE TABLE `nuke_faqcategories` ( `id_cat` tinyint(3) NOT NULL auto_increment, `categories` varchar(255) default NULL, `flanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`id_cat`), KEY `id_cat` (`id_cat`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_faqcategories` -- LOCK TABLES `nuke_faqcategories` WRITE; /*!40000 ALTER TABLE `nuke_faqcategories` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_faqcategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_gallcats` -- DROP TABLE IF EXISTS `nuke_gallcats`; CREATE TABLE `nuke_gallcats` ( `gallid` int(3) NOT NULL auto_increment, `gallname` varchar(30) NOT NULL default '', `gallimg` varchar(50) NOT NULL default '', `galloc` varchar(30) NOT NULL default '0', PRIMARY KEY (`gallid`), KEY `gallid` (`gallid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_gallcats` -- LOCK TABLES `nuke_gallcats` WRITE; /*!40000 ALTER TABLE `nuke_gallcats` DISABLE KEYS */; INSERT INTO `nuke_gallcats` VALUES (1,'February','February/thumbs/thm_1.jpg','February'),(2,'RedBull','RedBull/thumbs/slika04_t.jpg','RedBull'); /*!40000 ALTER TABLE `nuke_gallcats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_gallcomments` -- DROP TABLE IF EXISTS `nuke_gallcomments`; CREATE TABLE `nuke_gallcomments` ( `cid` int(11) NOT NULL auto_increment, `pid` int(4) NOT NULL default '0', `uname` varchar(25) default NULL, `comment` varchar(255) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`cid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_gallcomments` -- LOCK TABLES `nuke_gallcomments` WRITE; /*!40000 ALTER TABLE `nuke_gallcomments` DISABLE KEYS */; INSERT INTO `nuke_gallcomments` VALUES (1,5,'dgrabows','Hello','2002-03-10 23:32:12'),(2,7,'Anonymous','Rolf..!!!!','2002-03-24 23:41:31'),(3,16,'Anonymous','Such a fine woman ... who is she?','2002-03-25 11:29:52'),(4,28,'Paul','nice','2002-03-25 21:03:06'),(5,16,'Anonymous','is this really or siliconed ?','2002-03-29 17:20:49'),(6,34,'dreammaster','fdfd','2002-03-31 12:41:14'),(7,33,'Anonymous','Esta buena','2002-04-02 11:38:05'),(8,40,'ystaha','ystaha@msn.com','2002-04-04 15:49:17'),(9,12,'dani','','2002-04-06 10:01:20'),(10,3,'krawler','','2002-04-21 01:51:34'),(11,5,'Anonymous','Good','2002-04-22 22:22:10'),(12,3,'hungtran','test','2002-04-24 04:16:52'),(13,3,'Raid','','2002-04-26 00:49:49'),(14,2,'Ozzoj','shit','2002-05-10 17:37:43'),(15,7,'Anonymous','Hello Baby','2002-05-11 10:02:47'); /*!40000 ALTER TABLE `nuke_gallcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_gallery` -- DROP TABLE IF EXISTS `nuke_gallery`; CREATE TABLE `nuke_gallery` ( `pid` int(4) NOT NULL auto_increment, `gid` int(3) NOT NULL default '0', `galloc` varchar(30) NOT NULL default '', `thumb` varchar(40) NOT NULL default '', `img` varchar(40) NOT NULL default '', `counter` int(4) NOT NULL default '0', `submitter` varchar(24) NOT NULL default 'Webmaster', `date` datetime default NULL, PRIMARY KEY (`pid`), KEY `pid` (`pid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_gallery` -- LOCK TABLES `nuke_gallery` WRITE; /*!40000 ALTER TABLE `nuke_gallery` DISABLE KEYS */; INSERT INTO `nuke_gallery` VALUES (1,1,'February','thm_1.jpg','1.jpg',115,'Webmaster','2002-03-07 08:58:44'),(2,1,'February','thm_2.jpg','2.jpg',38,'Webmaster','2002-03-07 08:58:44'),(3,1,'February','thm_3.jpg','3.jpg',54,'Webmaster','2002-03-07 08:58:44'),(4,1,'February','thm_4.jpg','4.jpg',59,'Webmaster','2002-03-07 08:58:44'),(5,1,'February','thm_5.jpg','5.jpg',103,'Webmaster','2002-03-07 08:58:44'),(6,1,'February','thm_6.jpg','6.jpg',52,'Webmaster','2002-03-07 08:58:44'),(50,1,'February','thm_7.jpg','7.jpg',2,'Webmaster','2002-05-11 10:48:33'),(51,2,'RedBull','slika04_t.jpg','slika04.jpg',1,'Webmaster','2004-02-25 21:25:49'),(52,2,'RedBull','slika01_t.jpg','slika01.jpg',0,'Webmaster','2004-02-25 21:25:49'),(53,2,'RedBull','slika06_t.jpg','slika06.jpg',0,'Webmaster','2004-02-25 21:25:49'),(54,2,'RedBull','slika08_t.jpg','slika08.jpg',1,'Webmaster','2004-02-25 21:25:49'),(55,2,'RedBull','slika03_t.jpg','slika03.jpg',1,'Webmaster','2004-02-25 21:25:49'),(56,2,'RedBull','slika10_t.jpg','slika10.jpg',0,'Webmaster','2004-02-25 21:25:49'),(57,2,'RedBull','slika05_t.jpg','slika05.jpg',0,'Webmaster','2004-02-25 21:25:49'),(58,2,'RedBull','slika12_t.jpg','slika12.jpg',0,'Webmaster','2004-02-25 21:25:49'),(59,2,'RedBull','slika02_t.jpg','slika02.jpg',0,'Webmaster','2004-02-25 21:25:49'),(60,2,'RedBull','slika07_t.jpg','slika07.jpg',0,'Webmaster','2004-02-25 21:25:49'),(61,2,'RedBull','slika13_t.jpg','slika13.jpg',0,'Webmaster','2004-02-25 21:25:49'),(62,2,'RedBull','slika09_t.jpg','slika09.jpg',0,'Webmaster','2004-02-25 21:25:49'),(63,2,'RedBull','slika11_t.jpg','slika11.jpg',0,'Webmaster','2004-02-25 21:25:49'); /*!40000 ALTER TABLE `nuke_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_groups` -- DROP TABLE IF EXISTS `nuke_groups`; CREATE TABLE `nuke_groups` ( `id` int(10) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `points` int(10) NOT NULL default '0', KEY `id` (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_groups` -- LOCK TABLES `nuke_groups` WRITE; /*!40000 ALTER TABLE `nuke_groups` DISABLE KEYS */; INSERT INTO `nuke_groups` VALUES (1,'Neznanec','',0),(2,'Novinec','',25),(3,'Popotnik','',100); /*!40000 ALTER TABLE `nuke_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_groups_points` -- DROP TABLE IF EXISTS `nuke_groups_points`; CREATE TABLE `nuke_groups_points` ( `id` int(10) NOT NULL auto_increment, `points` int(10) NOT NULL default '0', KEY `id` (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_groups_points` -- LOCK TABLES `nuke_groups_points` WRITE; /*!40000 ALTER TABLE `nuke_groups_points` DISABLE KEYS */; INSERT INTO `nuke_groups_points` VALUES (1,0),(2,0),(3,0),(4,0),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,0),(18,0),(19,0),(20,0),(21,0); /*!40000 ALTER TABLE `nuke_groups_points` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_headlines` -- DROP TABLE IF EXISTS `nuke_headlines`; CREATE TABLE `nuke_headlines` ( `hid` int(11) NOT NULL auto_increment, `sitename` varchar(30) NOT NULL default '', `headlinesurl` varchar(200) NOT NULL default '', PRIMARY KEY (`hid`), KEY `hid` (`hid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_headlines` -- LOCK TABLES `nuke_headlines` WRITE; /*!40000 ALTER TABLE `nuke_headlines` DISABLE KEYS */; INSERT INTO `nuke_headlines` VALUES (1,'PHP-Nuke','http://phpnuke.org/backend.php'),(2,'LinuxCentral','http://linuxcentral.com/backend/lcnew.rdf'),(3,'NewsForge','http://www.newsforge.com/newsforge.rdf'),(4,'PHPBuilder','http://phpbuilder.com/rss_feed.php'),(5,'PHP-Nuke Espańol','http://phpnuke-espanol.org/backend.php'),(6,'Freshmeat','http://freshmeat.net/backend/fm.rdf'),(7,'LinuxWeelyNews','http://lwn.net/headlines/rss'),(8,'HappyPenguin','http://happypenguin.org/html/news.rdf'),(9,'BrunchingShuttlecocks','http://www.brunching.com/brunching.rdf'),(10,'MozillaNewsBot','http://www.mozilla.org/newsbot/newsbot.rdf'),(11,'AbsoluteGames','http://files.gameaholic.com/agfa.rdf'),(12,'HollywoodBitchslap','http://hollywoodbitchslap.com/hbs.rdf'),(13,'Listology','http://listology.com/recent.rdf'),(14,'PDABuzz','http://www.pdabuzz.com/netscape.txt'),(15,'TheNextLevel','http://www.the-nextlevel.com/rdf/tnl.rdf'),(16,'Gnome Desktop','http://www.gnomedesktop.org/backend.php'),(17,'DailyDaemonNews','http://daily.daemonnews.org/ddn.rdf.php3'),(18,'PerlMonks','http://www.perlmonks.org/headlines.rdf'),(19,'BSDToday','http://www.bsdtoday.com/backend/bt.rdf'),(20,'DotKDE','http://dot.kde.org/rdf'),(21,'DigitalTheatre','http://www.dtheatre.com/backend.php3?xml=yes'),(22,'WebReference','http://webreference.com/webreference.rdf'),(23,'FreeDOS','http://www.freedos.org/channels/rss.cgi'),(24,'PHP.net','http://www.php.net/news.rss'),(25,'LinuxJournal','http://www.linuxjournal.com/news.rss'),(26,'ComputerCops','http://www.computercops.com/backend.php'),(27,'NukeCops','http://www.nukecops.com/backend.php'),(28,'Learning Linux','http://www.learninglinux.com/backend.php'),(29,'Nuke Resources','http://www.nukeresources.com/backend.php'),(30,'',''); /*!40000 ALTER TABLE `nuke_headlines` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_journal` -- DROP TABLE IF EXISTS `nuke_journal`; CREATE TABLE `nuke_journal` ( `jid` int(11) NOT NULL auto_increment, `aid` varchar(30) NOT NULL default '', `title` varchar(80) default NULL, `bodytext` text NOT NULL, `mood` varchar(48) NOT NULL default '', `pdate` varchar(48) NOT NULL default '', `ptime` varchar(48) NOT NULL default '', `status` varchar(48) NOT NULL default '', `mtime` varchar(48) NOT NULL default '', `mdate` varchar(48) NOT NULL default '', PRIMARY KEY (`jid`), KEY `jid` (`jid`), KEY `aid` (`aid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_journal` -- LOCK TABLES `nuke_journal` WRITE; /*!40000 ALTER TABLE `nuke_journal` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_journal_comments` -- DROP TABLE IF EXISTS `nuke_journal_comments`; CREATE TABLE `nuke_journal_comments` ( `cid` int(11) NOT NULL auto_increment, `rid` varchar(48) NOT NULL default '', `aid` varchar(30) NOT NULL default '', `comment` text NOT NULL, `pdate` varchar(48) NOT NULL default '', `ptime` varchar(48) NOT NULL default '', PRIMARY KEY (`cid`), KEY `cid` (`cid`), KEY `rid` (`rid`), KEY `aid` (`aid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_journal_comments` -- LOCK TABLES `nuke_journal_comments` WRITE; /*!40000 ALTER TABLE `nuke_journal_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_journal_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_journal_stats` -- DROP TABLE IF EXISTS `nuke_journal_stats`; CREATE TABLE `nuke_journal_stats` ( `id` int(11) NOT NULL auto_increment, `joid` varchar(48) NOT NULL default '', `nop` varchar(48) NOT NULL default '', `ldp` varchar(24) NOT NULL default '', `ltp` varchar(24) NOT NULL default '', `micro` varchar(128) NOT NULL default '', PRIMARY KEY (`id`), KEY `id` (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_journal_stats` -- LOCK TABLES `nuke_journal_stats` WRITE; /*!40000 ALTER TABLE `nuke_journal_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_journal_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_links_categories` -- DROP TABLE IF EXISTS `nuke_links_categories`; CREATE TABLE `nuke_links_categories` ( `cid` int(11) NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `cdescription` text NOT NULL, `parentid` int(11) NOT NULL default '0', PRIMARY KEY (`cid`), KEY `cid` (`cid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_links_categories` -- LOCK TABLES `nuke_links_categories` WRITE; /*!40000 ALTER TABLE `nuke_links_categories` DISABLE KEYS */; INSERT INTO `nuke_links_categories` VALUES (1,'Turizem','',0),(2,'Slovenija','',1); /*!40000 ALTER TABLE `nuke_links_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_links_editorials` -- DROP TABLE IF EXISTS `nuke_links_editorials`; CREATE TABLE `nuke_links_editorials` ( `linkid` int(11) NOT NULL default '0', `adminid` varchar(60) NOT NULL default '', `editorialtimestamp` datetime NOT NULL default '0000-00-00 00:00:00', `editorialtext` text NOT NULL, `editorialtitle` varchar(100) NOT NULL default '', PRIMARY KEY (`linkid`), KEY `linkid` (`linkid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_links_editorials` -- LOCK TABLES `nuke_links_editorials` WRITE; /*!40000 ALTER TABLE `nuke_links_editorials` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_links_editorials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_links_links` -- DROP TABLE IF EXISTS `nuke_links_links`; CREATE TABLE `nuke_links_links` ( `lid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `url` varchar(100) NOT NULL default '', `description` text NOT NULL, `date` datetime default NULL, `name` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `hits` int(11) NOT NULL default '0', `submitter` varchar(60) NOT NULL default '', `linkratingsummary` double(6,4) NOT NULL default '0.0000', `totalvotes` int(11) NOT NULL default '0', `totalcomments` int(11) NOT NULL default '0', PRIMARY KEY (`lid`), KEY `lid` (`lid`), KEY `cid` (`cid`), KEY `sid` (`sid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_links_links` -- LOCK TABLES `nuke_links_links` WRITE; /*!40000 ALTER TABLE `nuke_links_links` DISABLE KEYS */; INSERT INTO `nuke_links_links` VALUES (1,2,0,'Bovec','http://bovec.si','Uradna internetna stran Bovca','2004-03-15 17:28:14','Dragan','dj_jojo5@yahoo.com',237,'dj_jojo5',0.0000,0,0); /*!40000 ALTER TABLE `nuke_links_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_links_modrequest` -- DROP TABLE IF EXISTS `nuke_links_modrequest`; CREATE TABLE `nuke_links_modrequest` ( `requestid` int(11) NOT NULL auto_increment, `lid` int(11) NOT NULL default '0', `cid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `url` varchar(100) NOT NULL default '', `description` text NOT NULL, `modifysubmitter` varchar(60) NOT NULL default '', `brokenlink` int(3) NOT NULL default '0', PRIMARY KEY (`requestid`), UNIQUE KEY `requestid` (`requestid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_links_modrequest` -- LOCK TABLES `nuke_links_modrequest` WRITE; /*!40000 ALTER TABLE `nuke_links_modrequest` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_links_modrequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_links_newlink` -- DROP TABLE IF EXISTS `nuke_links_newlink`; CREATE TABLE `nuke_links_newlink` ( `lid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `url` varchar(100) NOT NULL default '', `description` text NOT NULL, `name` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `submitter` varchar(60) NOT NULL default '', PRIMARY KEY (`lid`), KEY `lid` (`lid`), KEY `cid` (`cid`), KEY `sid` (`sid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_links_newlink` -- LOCK TABLES `nuke_links_newlink` WRITE; /*!40000 ALTER TABLE `nuke_links_newlink` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_links_newlink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_links_votedata` -- DROP TABLE IF EXISTS `nuke_links_votedata`; CREATE TABLE `nuke_links_votedata` ( `ratingdbid` int(11) NOT NULL auto_increment, `ratinglid` int(11) NOT NULL default '0', `ratinguser` varchar(60) NOT NULL default '', `rating` int(11) NOT NULL default '0', `ratinghostname` varchar(60) NOT NULL default '', `ratingcomments` text NOT NULL, `ratingtimestamp` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`ratingdbid`), KEY `ratingdbid` (`ratingdbid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_links_votedata` -- LOCK TABLES `nuke_links_votedata` WRITE; /*!40000 ALTER TABLE `nuke_links_votedata` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_links_votedata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_main` -- DROP TABLE IF EXISTS `nuke_main`; CREATE TABLE `nuke_main` ( `main_module` varchar(255) NOT NULL default '' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_main` -- LOCK TABLES `nuke_main` WRITE; /*!40000 ALTER TABLE `nuke_main` DISABLE KEYS */; INSERT INTO `nuke_main` VALUES ('News'); /*!40000 ALTER TABLE `nuke_main` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_message` -- DROP TABLE IF EXISTS `nuke_message`; CREATE TABLE `nuke_message` ( `mid` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `content` text NOT NULL, `date` varchar(14) NOT NULL default '', `expire` int(7) NOT NULL default '0', `active` int(1) NOT NULL default '1', `view` int(1) NOT NULL default '1', `mlanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`mid`), UNIQUE KEY `mid` (`mid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_message` -- LOCK TABLES `nuke_message` WRITE; /*!40000 ALTER TABLE `nuke_message` DISABLE KEYS */; INSERT INTO `nuke_message` VALUES (1,'Welcome to the Web Gallery!','Page is still under construction. Please feel free to mail me any remarks about this page, as well as bug reports, translation mistakes, etc. \r\n
\r\nYou can use also our Feedback form\r\n

Dragan, dj_jojo5@yahoo.com','993373194',0,1,1,''); /*!40000 ALTER TABLE `nuke_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_modules` -- DROP TABLE IF EXISTS `nuke_modules`; CREATE TABLE `nuke_modules` ( `mid` int(10) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `custom_title` varchar(255) NOT NULL default '', `active` int(1) NOT NULL default '0', `view` int(1) NOT NULL default '0', `inmenu` tinyint(1) NOT NULL default '1', `mod_group` int(10) default '0', PRIMARY KEY (`mid`), KEY `mid` (`mid`), KEY `title` (`title`), KEY `custom_title` (`custom_title`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_modules` -- LOCK TABLES `nuke_modules` WRITE; /*!40000 ALTER TABLE `nuke_modules` DISABLE KEYS */; INSERT INTO `nuke_modules` VALUES (1,'AvantGo','AvantGo',0,0,1,0),(2,'Downloads','Downloads',1,0,1,0),(3,'Feedback','Feedback',1,0,1,0),(4,'Journal','Journal',0,0,1,0),(5,'News','News',1,0,1,0),(6,'Private_Messages','Zasebna sporočila',1,0,1,0),(7,'Recommend_Us','Priporoči nas',1,0,1,0),(8,'Search','Iskanje',1,0,1,0),(9,'Statistics','Statistics',0,0,1,0),(10,'Stories_Archive','Arhiv zgodb',1,0,1,0),(11,'Submit_News','Napisi zgodbo',1,0,1,0),(12,'Surveys','Ankete',1,0,1,0),(13,'Top','Top 10',1,0,1,0),(14,'Topics','Topics',1,0,1,0),(15,'Web_Links','Povezave',1,0,1,0),(16,'WebMail','WebMail',0,1,1,0),(17,'Your_Account','Moj profil',1,0,1,0),(18,'Addon_Sample','Addon Sample',0,2,1,0),(19,'Content','Vsebina',1,0,1,0),(20,'Encyclopedia','Encyclopedia',0,0,1,0),(21,'FAQ','FAQ',0,0,1,0),(22,'Forums','Forums',1,0,1,0),(23,'Members_List','Members List',0,1,1,0),(24,'Reviews','Reviews',0,0,1,0),(25,'Sections','Sections',0,0,1,0),(26,'Gallery','Picture Gallery',0,0,1,0),(27,'Album','Album',0,0,1,0),(28,'Sgallery','Sgallery',0,0,1,0),(29,'PhotoIndex','PhotoIndex',0,0,1,0),(30,'eGallery','eGallery',0,0,1,0),(31,'dxt_image','dxt image',0,0,1,0),(32,'My_eGallery','My eGallery',0,0,1,0),(33,'coppermine','Galerija slik(pictures)',1,0,1,0); /*!40000 ALTER TABLE `nuke_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_optimize_gain` -- DROP TABLE IF EXISTS `nuke_optimize_gain`; CREATE TABLE `nuke_optimize_gain` ( `gain` decimal(10,3) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `nuke_optimize_gain` -- LOCK TABLES `nuke_optimize_gain` WRITE; /*!40000 ALTER TABLE `nuke_optimize_gain` DISABLE KEYS */; INSERT INTO `nuke_optimize_gain` VALUES ('0.039'); /*!40000 ALTER TABLE `nuke_optimize_gain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_pages` -- DROP TABLE IF EXISTS `nuke_pages`; CREATE TABLE `nuke_pages` ( `pid` int(10) NOT NULL auto_increment, `cid` int(10) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `subtitle` varchar(255) NOT NULL default '', `active` int(1) NOT NULL default '0', `page_header` text NOT NULL, `text` text NOT NULL, `page_footer` text NOT NULL, `signature` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `counter` int(10) NOT NULL default '0', `clanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`pid`), KEY `pid` (`pid`), KEY `cid` (`cid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_pages` -- LOCK TABLES `nuke_pages` WRITE; /*!40000 ALTER TABLE `nuke_pages` DISABLE KEYS */; INSERT INTO `nuke_pages` VALUES (2,1,'Matijev cebeljnjak v Bavšici','Slovesna otvoritev',1,'Že ko sem se peljal od doma, sem pogledoval v nebo in upal da ne bo dežja. Nedaleč od mojega doma leži skrita in ne pav dobro poznana dolina Bavšica, v kateri so entuziasti obnovili čebelnjak pokojnega Matija Komaca. Sam čebeljnak je danes kulturni spomenik, in del naše bogate čebelarske dediščine, v soboto pa je bila slavnostna otvoritev.\r\n

\r\n
\r\nBavšica je idealna za sprehode
','BAVŠICA

\r\n\r\nBavšica, dolina, dolinica, ki prikrita sameva pod navpičnimi pobočji Krnice, Črnega vrha, Bavškega Grintavca in Svinjaka. Pravzaprav so jo v prikrito samoto pahnila zadnja desetletja, saj so njena nedrja hranila še pred drugo svetovno vojno več kot sedemdeset duš.
\r\n \r\nBavšica, vasica, ki je bila vse do sredine preteklega stoletja dostopna le po kozji stezi, je bila del živega sveta Bovške. Nespametna politika je prehitela »civilizacijo«, ta – s pojavom ceste in elektrike – je našla dolino že napol prazno. Obstajalo je samo odhajanje, ni pa bilo vračanja. In tako se znajdemo danes, ko se povzpnemo po Klancu in se nepričakovano pred nami razpre Bavšica, v samoti in skoraj popolni tišini. Kot da so ta naravni dragulj, ki je povsem upravičeno v Triglavskem narodnem parku, udomačile živali – ptice in srnjad. Ob hrupu, svetlobnem in časovnem nasilju sodobnega življenja so kraji kakršen je Bavšica skoraj sanjske oaze miru, kjer lahko duša, ki se je še dotakne naravna lepota, z zadržanim dihom prisluhne sebi, kamnu, drevesu in preteklosti zapuščene hiše, o katere prisotnosti pričajo le še komaj vidni ostanki razvalin v objemu grmovja. \r\n
\r\n
\r\n
\r\nPotok Šunik
\r\n \r\nČEBELNJAK POK. MATIJE KOMACA, BAVŠICA 12

\r\n\r\nPra-pra babica Matije Komaca Pepa – izjemno zanimiva in napredna ženska – je k hiši prinesla čebele. Po dokaj zanesljivem pripovedovanju je bilo to že okrog leta 1830. Pra-pra babica Pepa je čebele prinesla s Koroške, kamor je pogosto hodila peš in nazaj grede tovorila svežnje sadik sadnega drevja, predvsem znamenite tepke, orehe in jablane.
\r\n\r\nČebelnjak pra-pra babice Pepe je bil postavljen kakšnih 300 metrov od hiše, na sončni strani, pod strmim pobočjem Krnice. Čebelnjak je bil dokaj velik in zidan (pred desetletji je bil njegov tloris še viden), vendar se ni ohranil podatek, koliko čebeljih panjev je bilo v njem. Čebelnjak je prizadela naravna nesreča – velik kamniti podor, ki je čebelnjak verjetno delno porušil in je kamenje zasulo, po pripovedovanju, lepo in z ljubeznijo negovano malo parcelo, kjer je stal. Ali so čebele po tem dogodku in po smrti pra-pra babice Pepe ostale pri hiši ni podatkov. Dejstvo pa je, da so se od tu čebele počasi selile tudi k drugim domačijam v dolini.\r\n
\r\nNovejše obdobje, ki je pomembno za obstoječi čebelnjak, pa je zakoličeno z letnico 1926. Takrat je stric Anton Šuler iz Bavšice podaril svojemu nečaku, dvanajstletnemu Matiji Komacu dva čebelja panja oziroma dve čebelji družini. Ta je s pomočjo očeta postavil manjši čebelnjak in kmalu je bilo v njem šest in več panjev. Po 2. sv. vojni se je Matija odločil, da bo čebelnjak preselil oziroma postavil novega, večjega na drugi lokaciji. Tako je nastal med leti 1950-1952 obstoječi čebelnjak. Čez nekaj let ga je še razširil, kar dokazujeta levi in desni dodatek k čebelnjaku. Matija Komac je bil čebelar samouk, a njegova velika predanost čebelam in ljubezen do njih sta bila vir bogatih izkušenj, ki jih je večkrat enakopravno delil in soočal tudi s poklicnimi čebelarji. Zanimivo je tudi, da je skoraj vse čebelje panje izdelal sam. Osnovnim načrtom je večkrat dodal še svoje zamisli in izboljšave. Vedno je tudi poslikal panjske končnice. Čebelnjak je živel še nekaj let po gospodarjevi smrti leta 1981, potem pa je zaradi življenjskih okoliščin družine Komac hitro odmrl. \r\n

\r\n
\r\n
\r\nPodpredsednik čebelarske zveze slovenije, pred Matijevim čebelnjakom

\r\n
\r\n
\r\nČebelarski znak
\r\n\r\n \r\n\r\nPo konačni slovesnosti ( k hitrejšemu koncu je pripomogel dež) je sledila pogostitev udeležencev v trdnjavi Kluže in nastop skupine 13-13 (dreizehn-dreizehn), z vojaško tematiko. Nastopi skupine so poznani že mnogim. Izdredno zanmiva igra, skozi katero izvemo marsikatero novosti in sliko o tem, kako je bilo med 1. svetovno vojno.
\r\n
\r\n
\r\nHauptmann
\r\n
\r\n
\r\nAkcija
\r\n\r\n','Vse skupaj je bilo kljub dežnim vložkom zelo lepa poteza kako idilično dolino predstaviti širši javnosti. Obuditi jo bo zelo težko, a »akcije« kakršna je ta kar izsiljujejo aplavz in pohvale. V sami dolini je namreč še mnogo zanimivih objetkov ali zgradb. V dolini sta včasih obratovala vodni mlin in žaga za les, zanimivi so tudi »meri«(zidovi med parcelami) ki so posebnost te okolice. Vse skupaj se da zaključiti v celoto, ki jo bodo ljudje z veseljem obiskovali peš ali s kolesom. Začetek je vsekakor zelo lep in le tako naprej!\r\n\r\nVeč informacij:
\r\nSpletna stran Občine Bovec: Bovec\r\n
\r\nVeč slik s prireditve: Galerija slik','Dragan Jojič','2004-06-20 15:45:14',1738,'slovenian'); /*!40000 ALTER TABLE `nuke_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_pages_categories` -- DROP TABLE IF EXISTS `nuke_pages_categories`; CREATE TABLE `nuke_pages_categories` ( `cid` int(10) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `description` text NOT NULL, PRIMARY KEY (`cid`), KEY `cid` (`cid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_pages_categories` -- LOCK TABLES `nuke_pages_categories` WRITE; /*!40000 ALTER TABLE `nuke_pages_categories` DISABLE KEYS */; INSERT INTO `nuke_pages_categories` VALUES (1,'Dogodki',''); /*!40000 ALTER TABLE `nuke_pages_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_poll_check` -- DROP TABLE IF EXISTS `nuke_poll_check`; CREATE TABLE `nuke_poll_check` ( `ip` varchar(20) NOT NULL default '', `time` varchar(14) NOT NULL default '', `pollID` int(10) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_poll_check` -- LOCK TABLES `nuke_poll_check` WRITE; /*!40000 ALTER TABLE `nuke_poll_check` DISABLE KEYS */; INSERT INTO `nuke_poll_check` VALUES ('86.61.67.67','1206100601',4); /*!40000 ALTER TABLE `nuke_poll_check` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_poll_data` -- DROP TABLE IF EXISTS `nuke_poll_data`; CREATE TABLE `nuke_poll_data` ( `pollID` int(11) NOT NULL default '0', `optionText` char(50) NOT NULL default '', `optionCount` int(11) NOT NULL default '0', `voteID` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_poll_data` -- LOCK TABLES `nuke_poll_data` WRITE; /*!40000 ALTER TABLE `nuke_poll_data` DISABLE KEYS */; INSERT INTO `nuke_poll_data` VALUES (1,'Ummmm, not bad',0,1),(1,'Cool',0,2),(1,'Terrific',0,3),(1,'The best one!',0,4),(1,'what the hell is this?',0,5),(1,'',0,6),(1,'',0,7),(1,'',0,8),(1,'',0,9),(1,'',0,10),(1,'',0,11),(1,'',0,12),(2,'Super!',1,1),(2,'Odlična!',1,2),(2,'Nadpovprečna!',2,3),(2,'Slaba',3,4),(2,'Brez repa in glave',1,5),(2,'Kr neki',3,6),(2,'No mogoče pa še bo kaj...',3,7),(2,'Drugo...',3,8),(2,'',0,9),(2,'',0,10),(2,'',0,11),(2,'',0,12),(2,'Super!',1,1),(2,'Odlična!',1,2),(2,'Nadpovprečna!',2,3),(2,'Slaba',3,4),(2,'Brez repa in glave',1,5),(2,'Kr neki',3,6),(2,'No mogoče pa še bo kaj...',3,7),(2,'Drugo...',3,8),(2,'',0,9),(2,'',0,10),(2,'',0,11),(2,'',0,12),(4,'Sem že obiskal',1,1),(4,'Nekaj mi je prišlo na uho',2,2),(4,'Kje je to?',1,3),(4,'A to sploh obstaja??',1,4),(4,'',0,5),(4,'',0,6),(4,'',0,7),(4,'',0,8),(4,'',0,9),(4,'',0,10),(4,'',0,11),(4,'',0,12),(5,'Sem',1,1),(5,'Nisem',0,2),(5,'Kaj je to ?!?!',0,3),(5,'',0,4),(5,'',0,5),(5,'',0,6),(5,'',0,7),(5,'',0,8),(5,'',0,9),(5,'',0,10),(5,'',0,11),(5,'',0,12); /*!40000 ALTER TABLE `nuke_poll_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_poll_desc` -- DROP TABLE IF EXISTS `nuke_poll_desc`; CREATE TABLE `nuke_poll_desc` ( `pollID` int(11) NOT NULL auto_increment, `pollTitle` varchar(100) NOT NULL default '', `timeStamp` int(11) NOT NULL default '0', `voters` mediumint(9) NOT NULL default '0', `planguage` varchar(30) NOT NULL default '', `artid` int(10) NOT NULL default '0', PRIMARY KEY (`pollID`), KEY `pollID` (`pollID`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_poll_desc` -- LOCK TABLES `nuke_poll_desc` WRITE; /*!40000 ALTER TABLE `nuke_poll_desc` DISABLE KEYS */; INSERT INTO `nuke_poll_desc` VALUES (1,'What do you think about this site?',961405160,0,'english',0),(2,'Kakšna se vam zdi ta stran?',1079221626,17,'english',0),(4,'Ali poznate dolino Bavšice?',1087741226,5,'',3),(5,'Ali si bil udelženec tabora Naša lipa \'99',1100120419,1,'slovenian',4); /*!40000 ALTER TABLE `nuke_poll_desc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_pollcomments` -- DROP TABLE IF EXISTS `nuke_pollcomments`; CREATE TABLE `nuke_pollcomments` ( `tid` int(11) NOT NULL auto_increment, `pid` int(11) NOT NULL default '0', `pollID` int(11) NOT NULL default '0', `date` datetime default NULL, `name` varchar(60) NOT NULL default '', `email` varchar(60) default NULL, `url` varchar(60) default NULL, `host_name` varchar(60) default NULL, `subject` varchar(60) NOT NULL default '', `comment` text NOT NULL, `score` tinyint(4) NOT NULL default '0', `reason` tinyint(4) NOT NULL default '0', PRIMARY KEY (`tid`), KEY `tid` (`tid`), KEY `pid` (`pid`), KEY `pollID` (`pollID`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_pollcomments` -- LOCK TABLES `nuke_pollcomments` WRITE; /*!40000 ALTER TABLE `nuke_pollcomments` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_pollcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_popsettings` -- DROP TABLE IF EXISTS `nuke_popsettings`; CREATE TABLE `nuke_popsettings` ( `id` int(11) NOT NULL auto_increment, `uid` int(11) NOT NULL default '0', `account` varchar(50) default '', `popserver` varchar(255) default '', `port` int(5) default '0', `uname` varchar(100) default '', `passwd` varchar(20) default '', `numshow` int(11) default '0', `deletefromserver` char(1) default '', `refresh` int(11) default '0', `timeout` int(11) default '0', PRIMARY KEY (`id`), KEY `id` (`id`), KEY `uid` (`uid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_popsettings` -- LOCK TABLES `nuke_popsettings` WRITE; /*!40000 ALTER TABLE `nuke_popsettings` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_popsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_priv_msgs` -- DROP TABLE IF EXISTS `nuke_priv_msgs`; CREATE TABLE `nuke_priv_msgs` ( `msg_id` int(10) NOT NULL auto_increment, `msg_image` varchar(100) default NULL, `subject` varchar(100) default NULL, `from_userid` int(10) NOT NULL default '0', `to_userid` int(10) NOT NULL default '0', `msg_time` varchar(20) default NULL, `msg_text` text, `read_msg` tinyint(10) NOT NULL default '0', PRIMARY KEY (`msg_id`), KEY `msg_id` (`msg_id`), KEY `to_userid` (`to_userid`), KEY `from_userid` (`from_userid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_priv_msgs` -- LOCK TABLES `nuke_priv_msgs` WRITE; /*!40000 ALTER TABLE `nuke_priv_msgs` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_priv_msgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_public_messages` -- DROP TABLE IF EXISTS `nuke_public_messages`; CREATE TABLE `nuke_public_messages` ( `mid` int(10) NOT NULL auto_increment, `content` varchar(255) NOT NULL default '', `date` varchar(14) default NULL, `who` varchar(25) NOT NULL default '', PRIMARY KEY (`mid`), KEY `mid` (`mid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_public_messages` -- LOCK TABLES `nuke_public_messages` WRITE; /*!40000 ALTER TABLE `nuke_public_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_public_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_queue` -- DROP TABLE IF EXISTS `nuke_queue`; CREATE TABLE `nuke_queue` ( `qid` smallint(5) unsigned NOT NULL auto_increment, `uid` mediumint(9) NOT NULL default '0', `uname` varchar(40) NOT NULL default '', `subject` varchar(100) NOT NULL default '', `story` text, `storyext` text NOT NULL, `timestamp` datetime NOT NULL default '0000-00-00 00:00:00', `topic` varchar(20) NOT NULL default '', `alanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`qid`), KEY `qid` (`qid`), KEY `uid` (`uid`), KEY `uname` (`uname`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_queue` -- LOCK TABLES `nuke_queue` WRITE; /*!40000 ALTER TABLE `nuke_queue` DISABLE KEYS */; INSERT INTO `nuke_queue` VALUES (1,7,'Milutin','45. Dragacevski Sabor Trubaca','Na oficijelnoj stranici Sabora Trubaca\r\nhttp://www.sabortrubaca.com
mozete pratiti \r\n45. Dragacevski Sabor Trubaca uzivo\r\nAUDIO-VIDE LIVE 24/7 od 01-07 Avgusta 2005
\r\nPROGRAM:
\r\n\r\nPONEDELJEK, 1. AVGUST
\r\nOTVORITEV 45. SREČANJA IN ŠOTORI
\r\n\r\nTISKOVNA KONFERENCA ZA NOVINARJE
\r\n\r\n \r\n \r\nTOREK, 2. AVGUST
\r\n\r\nOTVORITEV LIKOVNIH IZLOŽB
\r\n\r\n
\r\n\r\nOTVORITEV IZLOŽB NARODNEGA MUZEJA IZ ČAČKA
\r\n\r\nPROMOCIJA KNJIG O SREČANJIH IN DRAGAÈEVU\r\nTISKOVNA KONFERENCA ZA NOVINARJE
\r\n\r\n \r\n SREDA, 3. AVGUST
\r\n\r\nIGRAJO MOJSTRI TRUBE
\r\n\r\nTISKOVNA KONFERENCA ZA NOVINARJE
\r\n\r\n \r\n ÈETRTEK, 4. AVGUST
\r\n\r\nNACIONALNI \"VIŠEBOJ\"
\r\n\r\nKOLEKTIVNE POROKE Z PARADO ČEZ MESTO
\r\nKONCERT BOBANA MARKOVIČA
\r\n\r\nNASTOP DOMAČIH IN TUJIH KUD-OV,
\r\n\r\nKONCERT DOMAČIH IN TUJIH TRUBAČEV
\r\n\r\nTISKOVNA KONFERENCA ZA NOVINARJE \r\n
\r\n\r\n PETEK, 5. AVGUST
\r\n\r\nIZVEDBA \"POBEDILI SU ZASLUZILI SU\" (ZMAGALI ZASLUŽENO)
\r\n\r\nPRIKAZ IN NASTOP TUJIH ORKESTROV TRUBAČEV
\r\n\r\nTEKMOVANJE TUJIH ORKESTROV TRUBAČEV
\r\n\r\nTISKOVNA KONFERENCA ZA NOVINARJE
\r\n\r\n \r\n \r\n SOBOTA, 6. AVGUST
\r\n\r\nBUDNICA
\r\n\r\nTEKMOVANJE ZDRAVLJIČARJEV
\r\n\r\nIZBOR NAJLEPŠE NARODNE NOŠE
\r\n\r\nFANTOVSKA TEKMOVANJA (NAJ ZMAGA NAJBOLJŠI)
\r\n\r\nSVEČANA POVORKA VSEH UDELEŽENCEV
\r\nSREČANJA
\r\n\r\nTEKMOVANJE MLADIH TRUBAŠKIH ORKESTROV
\r\n\r\nPOLNOČNI KONCERT MOJSTRA TRUBE
\r\n\r\nTISKOVNA KONFERENCA ZA NOVINARJE
\r\n\r\n \r\n \r\n NEDELJA, 7. AVGUST
\r\n\r\nBUDNICA
\r\n\r\nSVEČANA POVORKA UDELEŽENCEV
\r\n\r\nIMPROVIZIRANI PRIKAZ STARE DRAGAČEVSKE POROKE
\r\n\r\nFINALNO TEKMOVANJE TRUBAČEV (PRVI ODMOR:
\r\nNAJBOLJŠI MLADI ORKESTER IN NAJBOLJŠI MLADI
\r\nTRUBAČ, DRUGA PAUZA: \"KUD ABRAŠEVIČ\")\r\n PROGLASITEV ZMAGOVALCA
\r\n\r\nTISKOVNA KONFERENCA ZA NOVINARJE
\r\n\r\n \r\n','','2005-07-18 03:35:16','',''),(2,1,'Anonymous','Cash Advance','Ameriloan payday loan
\r\nPayday cash advance
\r\nPayday cash loan
\r\npayday loan
\r\ncash advance no teletrack
\r\novernight payday loan','','2007-08-23 06:55:26','2',''),(3,1,'Anonymous','HaCkeD By EfsaNe','..:: EfsaNe ::..
\r\n|Siyah.Kin| Lord_Cehennem | DeLiKraL | AkHeNeToN | stings_68 | Ferroli |
\r\n
\r\n
\r\n
\r\n..:: | ßir qünD3 KraLLık KurmaDıK ßiz YıllarDır ßurDayDık. | ::..
\r\n
\r\nhttp://www.miraturk.org/
\r\n
\r\nGame End Now Reverge Time...
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n| NE MUTLU TÜRKÜM DİYENE...!!!!
\r\n
\r\n ','..:: EfsaNe ::..
\r\n|Siyah.Kin| Lord_Cehennem | DeLiKraL | AkHeNeToN | stings_68 | Ferroli |
\r\n
\r\n
\r\n
\r\n..:: | ßir qünD3 KraLLık KurmaDıK ßiz YıllarDır ßurDayDık. | ::..
\r\n
\r\nhttp://www.miraturk.org/
\r\n
\r\nGame End Now Reverge Time...
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n| NE MUTLU TÜRKÜM DİYENE...!!!!
\r\n
\r\n ','2007-12-30 17:01:06','',''),(4,1,'Anonymous','HaCkeD By EfsaNe','..:: EfsaNe ::..
\r\n|Siyah.Kin| Lord_Cehennem | DeLiKraL | AkHeNeToN | stings_68 | Ferroli |
\r\n
\r\n
\r\n
\r\n..:: | ßir qünD3 KraLL&#305;k KurmaD&#305;K ßiz Y&#305;llarD&#305;r ßurDayD&#305;k. | ::..
\r\n
\r\nhttp://www.miraturk.org/
\r\n
\r\nGame End Now Reverge Time...
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n| NE MUTLU TÜRKÜM D&#304;YENE...!!!!
\r\n
\r\n ','..:: EfsaNe ::..
\r\n|Siyah.Kin| Lord_Cehennem | DeLiKraL | AkHeNeToN | stings_68 | Ferroli |
\r\n
\r\n
\r\n
\r\n..:: | ßir qünD3 KraLL&#305;k KurmaD&#305;K ßiz Y&#305;llarD&#305;r ßurDayD&#305;k. | ::..
\r\n
\r\nhttp://www.miraturk.org/
\r\n
\r\nGame End Now Reverge Time...
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n| NE MUTLU TÜRKÜM D&#304;YENE...!!!!
\r\n
\r\n ','2007-12-30 17:01:56','2',''),(5,1,'Anonymous','HaCkeD By EfsaNe','..:: EfsaNe ::..
\r\n|Siyah.Kin| Lord_Cehennem | DeLiKraL | AkHeNeToN | stings_68 | Ferroli |
\r\n
\r\n
\r\n
\r\n..:: | ßir qünD3 KraLL&#305;k KurmaD&#305;K ßiz Y&#305;llarD&#305;r ßurDayD&#305;k. | ::..
\r\n
\r\nhttp://www.miraturk.org/
\r\n
\r\nGame End Now Reverge Time...
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n| NE MUTLU TÜRKÜM D&#304;YENE...!!!!
\r\n
\r\n ','..:: EfsaNe ::..
\r\n|Siyah.Kin| Lord_Cehennem | DeLiKraL | AkHeNeToN | stings_68 | Ferroli |
\r\n
\r\n
\r\n
\r\n..:: | ßir qünD3 KraLL&#305;k KurmaD&#305;K ßiz Y&#305;llarD&#305;r ßurDayD&#305;k. | ::..
\r\n
\r\nhttp://www.miraturk.org/
\r\n
\r\nGame End Now Reverge Time...
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n| NE MUTLU TÜRKÜM D&#304;YENE...!!!!
\r\n
\r\n ','2007-12-30 17:02:17','2',''); /*!40000 ALTER TABLE `nuke_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_quotes` -- DROP TABLE IF EXISTS `nuke_quotes`; CREATE TABLE `nuke_quotes` ( `qid` int(10) unsigned NOT NULL auto_increment, `quote` text, PRIMARY KEY (`qid`), KEY `qid` (`qid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_quotes` -- LOCK TABLES `nuke_quotes` WRITE; /*!40000 ALTER TABLE `nuke_quotes` DISABLE KEYS */; INSERT INTO `nuke_quotes` VALUES (1,'Nos morituri te salutamus - CBHS'); /*!40000 ALTER TABLE `nuke_quotes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_referer` -- DROP TABLE IF EXISTS `nuke_referer`; CREATE TABLE `nuke_referer` ( `rid` int(11) NOT NULL auto_increment, `url` varchar(100) NOT NULL default '', PRIMARY KEY (`rid`), KEY `rid` (`rid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_referer` -- LOCK TABLES `nuke_referer` WRITE; /*!40000 ALTER TABLE `nuke_referer` DISABLE KEYS */; INSERT INTO `nuke_referer` VALUES (1,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(2,'http://www.e-fotografija.com/forum/viewtopic.php?t=634'),(3,'http://www.e-fotografija.com/forum/viewtopic.php?t=634'),(4,'http://www.e-fotografija.com/forum/viewtopic.php?t=634'),(5,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(6,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(7,'http://www.najdi.si/search.jsp?q=web.galerija&ct=Trident&st=simple&fh=1&area=si'),(8,'http://www.e-fotografija.com/forum/viewtopic.php?t=772'),(9,'http://www.najdi.si/search.jsp?q=nuke&area=si&ct=Trident&st=simple&fh=41'),(10,'http://www.najdi.si/search.jsp?q=kako+napisati+slogan&url=galerija.sigol.net&area=si&ct=Trident&y=10'),(11,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(12,'http://www.najdi.si/search.jsp?q=galerija+zapor&ct=Trident&st=simple&fh=1&area=si'),(13,'http://www.najdi.si/search.jsp?q=GALERIJA&area=si&ct=Trident&st=simple&fh=71'),(14,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(15,'http://www.guca.co.yu/guestb/index.php'),(16,'http://www.guca.co.yu/guestb/index.php'),(17,'http://www.guca.co.yu/guestb/index.php'),(18,'http://www.guca.co.yu/guestb/index.php'),(19,'http://www.google.com/search?hl=sl&ie=UTF-8&oe=UTF-8&q=dragan+jojic&btnG=Iskanje&lr=lang_sl'),(20,'http://www.e-fotografija.com/forum/viewtopic.php?t=1123'),(21,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(22,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(23,'http://www.e-fotografija.com/forum/viewtopic.php?t=1120'),(24,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(25,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(26,'http://GALERIJA.SIGOL.NET/MARKO'),(27,'http://GALERIJA.SIGOL.NET/MARKO'),(28,'http://www.guca.co.yu/guestb/index.php'),(29,'http://www.najdi.si/search.jsp?q=dj+jojo&ct=Trident&st=simple&fh=1'),(30,'http://www.e-fotografija.com/forum/viewtopic.php?t=1258'),(31,'http://www.e-fotografija.com/forum/viewtopic.php?t=1263'),(32,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(33,'http://www.e-fotografija.com/forum/viewtopic.php?t=55'),(34,'http://www.najdi.si/search.jsp?q=dragan+joji%E8'),(35,'http://www.e-fotografija.com/forum/viewtopic.php?t=1355'),(36,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(37,'http://www.e-fotografija.com/forum/viewtopic.php?t=1388&postdays=0&postorder=asc&start=0'),(38,'http://www.e-fotografija.com/forum/memberlist.php'),(39,'http://www.guca.co.yu/guestb/index.php?entry=15'),(40,'http://www.e-fotografija.com/forum/viewtopic.php?t=1480'),(41,'http://www.e-fotografija.com/forum/viewtopic.php?t=1480'),(42,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(43,'http://www.najdi.si/search.jsp?q=red+bull&x=44&y=12&o=30'),(44,'http://www.najdi.si/search.jsp?q=red+bull&x=44&y=12&o=30'),(45,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(46,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(47,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(48,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(49,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(50,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(51,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(52,'http://www.e-fotografija.com/forum/memberlist.php'),(53,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(54,'http://www.e-fotografija.com/forum/viewtopic.php?t=1738'),(55,'http://www.e-fotografija.com/forum/viewtopic.php?t=1479'),(56,'http://www.e-fotografija.com/forum/viewtopic.php?t=1479'),(57,'http://www.najdi.si/search.jsp?q=red%2Bbull&o=30'),(58,'http://www.najdi.si/search.jsp?q=free+web+gallery&x=21&y=4&o=10'),(59,'http://www.najdi.si/search.jsp?q=jojo'),(60,'http://images.google.fr/imgres?imgurl=http://galerija.sigol.net/kanin/PICT4479.JPG&imgrefurl=http://'),(61,'http://images.google.fr/imgres?imgurl=http://galerija.sigol.net/kanin/PICT4479.JPG&imgrefurl=http://'),(62,'http://www.najdi.si/search.jsp?q=jojo'),(63,'http://www.najdi.si/search.jsp?q=jojo&x=38&y=8'),(64,'http://www.najdi.si/search.jsp?q=jojo'),(65,'http://www.najdi.si/search.jsp?q=jojo'),(66,'http://www.najdi.si/search.jsp?q=pictures+of+jojo&x=0&y=0'),(67,'http://www.najdi.si/search.jsp?q=jojo&o=10'),(68,'http://www.najdi.si/search.jsp?q=jojo&x=40&y=13&o=10'),(69,'http://www.d7userforum.de/phpBB2/profile.php?mode=viewprofile&u=4034'),(70,'http://www.d7userforum.de/phpBB2/gf.php'),(71,'http://www.d7userforum.de/phpBB2/memberlist.php'),(72,'http://www.najdi.si/search.jsp?q=JOJO&o=10'),(73,'http://www.e-fotografija.com/forum/viewtopic.php?t=2069'),(74,'http://www.d7userforum.de/phpBB2/profile.php?mode=editprofile'),(75,'http://www.e-fotografija.com/forum/viewtopic.php?t=2104'),(76,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(77,'http://www.e-fotografija.com/forum/viewtopic.php?t=2170&postdays=0&postorder=asc&start=15'),(78,'http://www.e-fotografija.com/forum/memberlist.php?mode=posts&order=ASC&start=700'),(79,'http://www.najdi.si/search.jsp?q=slike+jojo'),(80,'http://www.e-fotografija.com/forum/viewtopic.php?t=2346'),(81,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(82,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(83,'http://www.najdi.si/search.jsp?q=red%20bull&area=si&ct=Trident&st=simple&fh=1&o=30'),(84,'http://www.najdi.si/search.jsp?q=your+jojo'),(85,'http://www.najdi.si/search.jsp?q=jojo+galerija'),(86,'http://www.najdi.si/search.jsp?q=JOJO&o=10'),(87,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(88,'http://www.najdi.si/search.jsp?q=JOJO&o=10'),(89,'http://www.e-fotografija.com/forum/viewtopic.php?t=2647&postdays=0&postorder=asc&start=0'),(90,'http://www.e-fotografija.com/forum/viewtopic.php?t=1873&start=210'),(91,'http://www.najdi.si/search.jsp?q=jojo&o=20'),(92,'http://www.najdi.si/search.jsp?q=jojo&o=20'),(93,'http://www.e-fotografija.com/forum/viewtopic.php?t=2346'),(94,'http://www.e-fotografija.com/forum/privmsg.php?folder=inbox&mode=read&p=19979'),(95,'http://www.e-fotografija.com/forum/privmsg.php?folder=inbox&mode=read&p=19984'),(96,'http://www.najdi.si/search.jsp?q=slike+JOJO'),(97,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(98,'http://www.najdi.si/search.jsp?q=jojo&o=10'),(99,'http://www.najdi.si/search.jsp?q=jojo&o=10'),(100,'http://www.najdi.si/search.jsp?q=JOJO&o=10'),(101,'http://www.najdi.si/search.jsp?q=jojo&o=20'),(102,'http://www.e-fotografija.com/forum/viewtopic.php?t=1434&highlight=amerika'),(103,'http://www.najdi.si/search.jsp?q=sigol'),(104,'http://www.e-fotografija.com/forum/viewtopic.php?t=2992'),(105,'http://www.najdi.si/search.jsp?q=sigol'),(106,'http://www.najdi.si/search.jsp?q=sigol'),(107,'http://www.najdi.si/search.jsp?q=jojo'),(108,'http://www.najdi.si/search.jsp?q=jojo'),(109,'http://www.najdi.si/search.jsp?q=jojo'),(110,'http://www.najdi.si/search.jsp?o=0&q=jojo'),(111,'http://www.e-fotografija.com/forum/viewtopic.php?t=3150&start=90'),(112,'http://www.canstockphoto.com/user_profile.php?id=559'),(113,'http://www.e-fotografija.com/forum/viewtopic.php?t=3451&view=next'),(114,'http://www.e-fotografija.com/forum/viewtopic.php?t=3451&view=next'),(115,'http://www.e-fotografija.com/forum/viewtopic.php?t=3451&view=next'),(116,'http://www.e-fotografija.com/forum/viewtopic.php?t=3451&view=next'),(117,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(118,'http://www.e-fotografija.com/forum/viewtopic.php?t=3532'),(119,'http://www.e-fotografija.com/forum/viewtopic.php?t=3531'),(120,'http://www.najdi.si/search.jsp?q=red+bull+kanin+&o=10'),(121,'http://www.najdi.si/search.jsp?q=jojo&o=20'),(122,'http://www.najdi.si/search.jsp?q=tekmovanje+kanin'),(123,'http://www.e-fotografija.com/forum/viewtopic.php?t=3806'),(124,'http://www.najdi.si/search.jsp?q=DJ+SNOW'),(125,'http://www.google.com/search?hl=sl&inlang=pl&ie=ISO-8859-2&q=red+bull+kanin&btnG=Iskanje&lr=lang_sl'),(126,'http://www.e-fotografija.com/forum/viewtopic.php?t=3867'),(127,'http://www.najdi.si/search.jsp?q=snow+thrill+kanin+'),(128,'http://www.google.com/search?hl=cs&q=red+bull+snow+thrill+of+Kanin+2004&btnG=Vyhledat+Googlem&lr='),(129,'http://www.najdi.si/search.jsp?q=red+bull+tekmovanje&o=10'),(130,'http://www.google.com/search?q=web+pictures&hl=sl&lr=lang_sl&start=10&sa=N'),(131,'http://www.najdi.si/search.jsp?q=web+galerija'),(132,'http://www.google.com/search?hl=sl&q=red+bull+snow+thrill+on+kanin&lr='),(133,'http://www.google.com/search?hl=en&q=red+bull+tekmovanje&btnG=Google+Search'),(134,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(135,'http://www.google.com/search?hl=en&q=redbull+tekmovanje&btnG=Google+Search'),(136,'http://www.najdi.si/search.jsp?q=red+bull&o=50'),(137,'http://www.najdi.si/search.jsp?q=jojo&o=10'),(138,'http://www.google.com/search?hl=sl&inlang=pl&ie=ISO-8859-2&q=red+bull+snow+thrill&lr=lang_sl'),(139,'http://www.google.com/search?hl=sl&inlang=pl&ie=ISO-8859-2&q=red+bull+snow+thrill&lr=lang_sl'),(140,'http://www.google.com/search?hl=sl&q=kanin+red+bull&lr='),(141,'http://www.e-fotografija.com/forum/viewtopic.php?p=76686'),(142,'http://www.google.com/search?hl=sl&q=red+bull+kanin&btnG=I%C5%A1%C4%8Di+z+Googleom&lr='),(143,'http://www.canstockphoto.com/user_profile.php?id=559'),(144,'http://www.google.com/search?hl=sl&inlang=pl&ie=ISO-8859-2&q=red+bull+-+kanin&btnG=Iskanje&lr=lang_s'),(145,'http://www.najdi.si/search.jsp?q=red+bull+kanin'),(146,'http://www.google.com/search?hl=sl&q=thrill+of+kanin&lr='),(147,'http://www.najdi.si/search.jsp?q=free+galerija&o=40'),(148,'http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Asl-SI%3Aofficial_s&hl=sl&q=red+bull+'),(149,'http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Asl-SI%3Aofficial_s&hl=sl&q=red+bull+'),(150,'http://www.najdi.si/search.jsp?q=kanin+forum'),(151,'http://www.najdi.si/search.jsp?q=red+bull&o=50'),(152,'http://www.google.com/search?q=red+bull&hl=sl&lr=lang_sl&start=20&sa=N'),(153,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(154,'http://www.e-fotografija.com/forum/viewtopic.php?t=3097'),(155,'http://www.google.com/search?q=red+bull+kanin&hl=sl&lr=lang_sl&sa=X&oi=lrtip8'),(156,'http://www.google.com/search?q=red+bull+kanin&hl=sl&lr=lang_sl&sa=X&oi=lrtip8'),(157,'http://www.najdi.si/search.jsp?q=jojo&o=10'),(158,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(159,'http://www.google.com/search?hl=sl&q=kanin+red+bull&lr=lang_sl'),(160,'http://www.najdi.si/search.jsp?q=snow+thrill&o=10'),(161,'http://www.najdi.si/search.jsp?q=web+galerija'),(162,'http://www.google.com/search?hl=sl&q=web+galerija&lr='),(163,'http://www.google.com/search?hl=sl&q=snow+thrill&btnG=Iskanje&lr=lang_sl'),(164,'http://www.najdi.si/search.jsp?q=web+galerija'),(165,'http://www.google.com/search?hl=sl&q=red+bull+kanin&btnG=I%C5%A1%C4%8Di+z+Googleom&lr='),(166,'http://www.google.com/search?hl=en&as_qdr=all&q=%22na%C5%A1a+lipa%22&lr=lang_sl'),(167,'http://www.najdi.si/search.jsp?q=red+bull+snow+thrill&ct=Vse+zbirke&st=simple&fh=1&x=9&y=13'),(168,'http://www.google.com/search?hl=sl&q=red+bull+kanin&btnG=I%C5%A1%C4%8Di+z+Googleom&lr=lang_sl'),(169,'http://www.najdi.si/search.jsp?q=red+bull+kanin&o=10'),(170,'http://www.najdi.si/search.jsp?q=jojo'),(171,'http://www.najdi.si/search.jsp?o=20&q=jojo'),(172,'http://www.guca.co.yu/guestb/knjiga/guestbook.php?lang=en&layout=default&start=180'),(173,'http://www.najdi.si/search.jsp?q=sigol'),(174,'http://www.google.de/search?sourceid=navclient&hl=de&ie=UTF-8&rls=GGLI,GGLI:2005-17,GGLI:de&q=dj%5Fj'),(175,'http://www.najdi.si/search.jsp?q=SIGOL'),(176,'http://www.najdi.si/search.jsp?q=web+galerija'),(177,'http://www.najdi.si/search.jsp?q=web+galerijama.'),(178,'http://www.e-fotografija.com/forum/viewtopic.php?t=5049'),(179,'http://www.najdi.si/search.jsp?q=galerija+slik+%E8ebelnjakov'),(180,'http://www.canstockphoto.com/user_profile.php?id=559'),(181,'http://www.najdi.si/search.jsp?q=red+bull&o=90'),(182,'http://www.najdi.si/search.jsp?q=galerija+vmesnik'),(183,'http://www.canstockphoto.com/user_profile.php?id=559'),(184,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133&sid=6b5e1b478e52b8e9bd24808060'),(185,'http://search.yahoo.com/search?p=galerija&ei=UTF-8&fr=FP-tab-web-t&fl=0&x=wrt'),(186,'http://search.yahoo.com/search?ei=utf-8&fr=slv1-&p=galerija'),(187,'http://www.e-fotografija.com/forum/memberlist.php'),(188,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(189,'http://www.e-fotografija.com/forum/viewtopic.php?t=5771'),(190,'http://www.e-fotografija.com/forum/viewtopic.php?t=5776'),(191,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(192,'http://www.najdi.si/search.jsp?q=red+bull+snow+thrill'),(193,'http://www.guca.co.yu/guestb/comment.php?gb_id=134'),(194,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(195,'http://www.e-fotografija.com/forum/memberlist.php?mode=username&order=ASC&start=400'),(196,'http://www.google.com/search?hs=Z88&hl=sl&client=firefox-a&rls=org.mozilla%3Asl-SI%3Aofficial_s&q=dj'),(197,'http://www.google.com/search?q=dj_jojo&hl=sl&lr=lang_sl&client=firefox-a&rls=org.mozilla:sl-SI:offic'),(198,'http://www.e-fotografija.com/forum/viewtopic.php?t=6694&postdays=0&postorder=asc&start=0'),(199,'http://search.yahoo.com/search?p=dj_jojo5&prssweb=Search&ei=UTF-8&fr=FP-tab-web-t&fl=0&x=wrt'),(200,'http://search.yahoo.com/search?p=dj_jojo5'),(201,'http://www.e-fotografija.com/forum/privmsg.php?folder=inbox&mode=read&p=50551'),(202,'http://www.google.com/search?hl=sl&q=red+bull+tekmovanje&lr='),(203,'http://www.najdi.si/search.jsp?q=kanin+snow+thrill+2004'),(204,'http://www.e-fotografija.com/forum/viewtopic.php?t=6839'),(205,'http://search.msn.dk/results.aspx?q=+jojo+kanin&FORM=QBRE'),(206,'http://www.najdi.si/search.jsp?q=red+bull+trademark'),(207,'http://search.yahoo.com/search?p=GALERIJA&ei=UTF-8&fr=FP-pull-web-t&b=141'),(208,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(209,'http://www2.najdi.si/search.jsp?q=red+bull+snow+thrill'),(210,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(211,'http://www.e-fotografija.com/forum/viewtopic.php?t=7114'),(212,'http://www.najdi.si/search.jsp?q=red+bull+kanin'),(213,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(214,'http://www.najdi.si/search.jsp?q=RED+BULL+KANIN&o=10'),(215,'http://www.najdi.si/search.jsp?q=red+bull&o=120'),(216,'http://www.google.com/search?hl=en&q=net+gallery+create+mail&btnG=Google+Search'),(217,'http://www.canstockphoto.com/profile.php?id=559'),(218,'http://mail.google.com/mail/?&ik=0ce72adea7&view=cv&search=drafts&th=109014a007704acb&lvp=-1&cvp=0&q'),(219,'http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Asl-SI%3Aofficial_s&hl=sl&q=red+bull+'),(220,'http://www.google.com/search?hl=sl&inlang=pl&ie=ISO-8859-2&q=red+bull+kanin&lr='),(221,'http://www.najdi.si/search.jsp?q=web+kanin'),(222,'http://www.najdi.si/search.jsp?q=web+kanin&x=0&y=0'),(223,'http://www.najdi.si/search.jsp?q=web+kanin&x=0&y=0'),(224,'http://www.google.com/search?hl=sl&q=red+bull+snow+thrill&lr='),(225,'http://www.e-fotografija.com/forum/viewtopic.php?t=7533&postdays=0&postorder=asc&start=15'),(226,'http://www.najdi.si/search.jsp?q=freeride+red+bull+kanin'),(227,'http://www.e-fotografija.com/forum/viewtopic.php?t=7532&start=30&sid=8810af93392c4d333f9a2b97edd1524'),(228,'http://www.e-fotografija.com/forum/viewtopic.php?t=7670&start=30'),(229,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(230,'http://www.e-fotografija.com/forum/viewtopic.php?t=7670&postdays=0&postorder=asc&start=75'),(231,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(232,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(233,'http://www.google.com/search?hl=en&q=red+bull+snow+thrill+on+kanin&lr=lang_sl'),(234,'http://www.zone-h.org/defacements/onhold'),(235,'http://www.e-fotografija.com/forum/viewtopic.php?t=7670&start=90'),(236,'http://www.netcraft.com/survey/'),(237,'http://www.zone-h.org/en/defacements'),(238,'http://www.zone-h.org/en/defacements'),(239,'http://www.zone-h.org/en/defacements'),(240,'http://zone-h.org/en/defacements'),(241,'http://www.zone-h.org/en/defacements'),(242,'http://www.zone-h.org/en/defacements'),(243,'http://www.zone-h.org/en/defacements'),(244,'http://www.zone-h.org/en/defacements'),(245,'http://www.zone-h.org/en/defacements/view/id=3404789/'),(246,'http://www.zone-h.org/en/defacements'),(247,'http://www.zone-h.org/en/defacements/view/id=3404789/'),(248,'http://www.zone-h.org/en/defacements/view/id=3404789/'),(249,'http://www.zone-h.com/en/defacements'),(250,'http://www.zone-h.org/en/defacements'),(251,'http://www.zone-h.org/en/defacements'),(252,'http://www.zone-h.com/en/defacements'),(253,'http://www.zone-h.org/en/defacements'),(254,'http://www.zone-h.com/en/defacements/filter/filter_defacer=Thehacker'),(255,'http://www.zone-h.org/en/defacements/filter/filter_defacer=Thehacker/'),(256,'http://www.netcraft.com/survey/'),(257,'http://www.netcraft.com/survey/'),(258,'http://www.netcraft.com/survey/'),(259,'http://www.netcraft.com/survey/'),(260,'http://www.netcraft.com/survey/'),(261,'http://www.netcraft.com/survey/'),(262,'http://www.netcraft.com/survey/'),(263,'http://www.netcraft.com/survey/'),(264,'http://www.netcraft.com/survey/'),(265,'http://www.netcraft.com/survey/'),(266,'http://www.netcraft.com/survey/'),(267,'http://www.netcraft.com/survey/'),(268,'http://www.netcraft.com/survey/'),(269,'http://www.netcraft.com/survey/'),(270,'http://www.netcraft.com/survey/'),(271,'http://www.google.com/search?q=free+galerija&hl=sl&lr=lang_sl&start=20&sa=N'),(272,'http://www.najdi.si/search.jsp?q=tekmovanje+kanin'),(273,'http://www.google.com/search?hl=sl&q=freeride+pictures&lr=lang_sl'),(274,'http://www.najdi.si/search.jsp?q=%C4%8Debelnjak&o=110'),(275,'http://www.najdi.si/search.jsp?q=%C4%8Debelnjak&o=110'),(276,'http://www.najdi.si/search.jsp?q=%C4%8Debelnjak&o=110'),(277,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(278,'http://www.google.com'),(279,'http://www.google.com'),(280,'http://www.google.com'),(281,'http://www.google.com/search?hl=en&q=lolita+anal+porn+raping&btnG=Google+Search'),(282,'http://www.google.com/search?hl=en&q=lolita+anal+porn+raping&btnG=Google+Search'),(283,'http://www.google.com/search?hl=en&q=lolita+anal+porn+raping&btnG=Google+Search'),(284,'http://www.google.com/search?hl=en&q=lolita+anal+porn+raping&btnG=Google+Search'),(285,'http://www.google.com/search?hl=en&q=lolita+anal+porn+raping&btnG=Google+Search'),(286,'http://www.google.com/search?hl=en&q=lolita+anal+porn+raping&btnG=Google+Search'),(287,'http://www.google.com/search?hl=en&q=lolita+anal+porn+raping&btnG=Google+Search'),(288,'http://www.e-fotografija.com/forum/viewtopic.php?t=7797&sid=4778d913f727a44be088f1e59ed33e61'),(289,'http://www.google.com/search?hl=sl&q=tekmovanje+red+bull&btnG=Iskanje&lr=lang_sl'),(290,'http://www.e-fotografija.com/forum/memberlist.php?mode=posts&order=DESC&start=50'),(291,'http://www.google.com/search?hl=sl&q=red+bull+tekmovanje&btnG=Iskanje&lr=lang_sl'),(292,'http://wikipedia.org'),(293,'http://wikipedia.org'),(294,'http://wikipedia.org'),(295,'http://wikipedia.org'),(296,'http://wikipedia.org'),(297,'http://www.google.com/search?hl=sl&q=red+bull+dogodki&btnG=Iskanje&lr=lang_sl'),(298,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(299,'http://images.google.es/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(300,'http://images.google.com.pe/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(301,'http://images.google.it/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(302,'http://www.google.at/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerija.s'),(303,'http://www.google.at/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerija.s'),(304,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(305,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(306,'http://images.google.pl/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(307,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(308,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(309,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(310,'http://images.google.co.id/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(311,'http://images.google.it/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(312,'http://images.google.it/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(313,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(314,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(315,'http://images.google.it/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(316,'http://images.google.co.ma/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(317,'http://images.google.co.ma/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(318,'http://images.google.co.ma/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(319,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(320,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(321,'http://images.google.it/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(322,'http://images.google.it/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(323,'http://images.google.be/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(324,'http://images.google.es/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(325,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(326,'http://www.netcraft.com/survey/'),(327,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(328,'http://images.google.com.bd/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(329,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(330,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(331,'http://images.google.de/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(332,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(333,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(334,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(335,'http://images.google.de/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(336,'http://www.e-fotografija.com/forum/memberlist.php?mode=posts&order=DESC&start=50'),(337,'http://images.google.com.pe/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(338,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(339,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(340,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(341,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(342,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(343,'http://images.google.ae/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(344,'http://images.google.ae/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(345,'http://images.google.co.jp/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(346,'http://images.google.fr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(347,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(348,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(349,'http://images.google.fr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(350,'http://images.google.be/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(351,'http://images.google.gr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(352,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(353,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(354,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(355,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(356,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(357,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(358,'http://images.google.com.br/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(359,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(360,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(361,'http://images.google.co.ve/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(362,'http://images.google.co.ve/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(363,'http://www.netcraft.com/survey/'),(364,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(365,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(366,'http://images.google.be/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(367,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(368,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(369,'http://images.google.ro/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(370,'http://images.google.fr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(371,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(372,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(373,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(374,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(375,'http://images.google.at/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(376,'http://images.google.ro/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(377,'http://images.google.ro/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(378,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(379,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(380,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(381,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(382,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(383,'http://images.google.co.uk/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(384,'http://images.google.es/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(385,'http://images.google.sk/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(386,'http://images.google.pl/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(387,'http://images.google.pl/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(388,'http://images.google.com.vn/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(389,'http://images.google.com.vn/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(390,'http://images.google.com.vn/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(391,'http://images.google.com.vn/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(392,'http://images.google.com.vn/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(393,'http://images.google.com.vn/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(394,'http://images.google.it/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(395,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(396,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(397,'http://images.google.com.my/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(398,'http://images.google.co.id/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(399,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(400,'http://it.search.yahoo.com/search?p=www.sigol.net&sp=1&fr2=sp-topfr=slv1-adbe&ei=UTF-8'),(401,'http://images.google.co.ma/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(402,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(403,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(404,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(405,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(406,'http://www.najdi.si/search.jsp?q=dj+jojo'),(407,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(408,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(409,'http://images.google.com.pe/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(410,'http://images.google.co.ma/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(411,'http://www.dmar7-hors.tk/'),(412,'http://www.dmar7-hors.tk/'),(413,'http://www.dmar7-hors.tk/'),(414,'http://images.google.de/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(415,'http://www.dmar7-hors.tk/'),(416,'http://www.dmar7-hors.tk/'),(417,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(418,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(419,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(420,'http://images.google.cl/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(421,'http://www.google.si/search?hl=sl&q=web+galerija&meta='),(422,'http://www.sonyuserforum.de/phpBB2/memberlist.php?mode=username&order=ASC&letter=D&start=450'),(423,'http://search.live.com/result.aspx?q=galerija&mrt=en-us&FORM=LVSP'),(424,'http://www.e-fotografija.com/forum/viewtopic.php?t=10744'),(425,'http://www.e-fotografija.com/forum/viewtopic.php?t=10744'),(426,'http://images.google.ba/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(427,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(428,'http://www.najdi.si/search.jsp?q=web+galerija'),(429,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(430,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(431,'http://images.google.pl/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(432,'http://images.google.com.tr/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(433,'http://search.live.com/result.aspx?q=galerija&mrt=en-us&FORM=LVSP'),(434,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(435,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(436,'http://www.najdi.si/search.jsp?q=red+bull+kanin'),(437,'http://www.najdi.si/search.jsp?q=red+bull+snow+thrill'),(438,'http://www.najdi.si/search.jsp?q=red+bull+kanin'),(439,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(440,'http://www.najdi.si/search.jsp?q=kanin+web'),(441,'http://fr.search.yahoo.com/search?p=www.sigol.net&sp=1&fr2=sp-top&ei=utf-8&fr=slv8-&ei=UTF-8'),(442,'http://images.google.com.au/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(443,'http://images.google.com.au/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(444,'http://www.google.si/search?q=snow+net&hl=sl&lr=&cr=countrySI&start=150&sa=N'),(445,'http://search.live.com/result.aspx?q=craps&mrt=en-us&FORM=LVSP'),(446,'http://images.google.co.za/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(447,'http://images.google.co.za/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gale'),(448,'http://www.najdi.si/search.jsp?q=red+bull+kanin'),(449,'http://images.google.bg/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(450,'http://www.najdi.si/search.jsp?q=create+galerija'),(451,'http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2007--1,GGGL:en&q=php+web+'),(452,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(453,'http://www.najdi.si/search.jsp?q=red+bull+kanin'),(454,'http://search.live.com/result.aspx?q=texas&mrt=en-us&FORM=LVSP'),(455,'http://www.najdi.si/search.jsp?q=web+kanin'),(456,'http://prohackerler.forumup.com/viewtopic.php?p=1841&mforum=prohackerler'),(457,'http://prohackerler.forumup.com/viewtopic.php?t=1061&mforum=prohackerler'),(458,'http://www.najdi.si/search.jsp?q=red+bull+kanin'),(459,'http://search.msn.com.tr/results.aspx?q=Copyright+%C2%A9+2003+by+PHP-Nuke++%27%27dj%27%27&first=81&F'),(460,'http://prohackerler.forumup.com/viewtopic.php?t=1061&mforum=prohackerler'),(461,'http://search.live.com/result.aspx?q=drug&mrt=en-us&FORM=LVSP'),(462,'http://www.google.si/search?hl=sl&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=YMT&q=web+b'),(463,'http://search.live.com/result.aspx?q=clonazepam&mrt=en-us&FORM=LVSP'),(464,'http://www.google.si/search?hl=sl&q=web+galerija&btnG=Iskanje&meta='),(465,'http://search.live.com/result.aspx?q=tadalafil&mrt=en-us&FORM=LVSP'),(466,'http://www.najdi.si/search.jsp?q=WEB+GALERIJA'),(467,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(468,'http://www.netcraft.com/survey/'),(469,'http://www.netcraft.com/survey/'),(470,'http://www.netcraft.com/survey/'),(471,'http://www.netcraft.com/survey/'),(472,'http://www.netcraft.com/survey/'),(473,'http://www.netcraft.com/survey/'),(474,'http://images.google.si/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(475,'http://images.google.si/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(476,'http://www.netcraft.com/survey/'),(477,'http://www.netcraft.com/survey/'),(478,'http://www.netcraft.com/survey/'),(479,'http://www.netcraft.com/survey/'),(480,'http://www.netcraft.com/survey/'),(481,'http://www.netcraft.com/survey/'),(482,'http://www.google.com/ie?q=sigol&hl=sv&start=30&sa=N'),(483,'http://images.google.de/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(484,'http://www.netcraft.com/survey/'),(485,'http://www.netcraft.com/survey/'),(486,'http://images.google.ee/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(487,'http://images.google.ee/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(488,'http://www.netcraft.com/survey/'),(489,'http://search.live.com/result.aspx?q=lexapro&mrt=en-us&FORM=LVSP'),(490,'http://images.google.es/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(491,'http://images.google.es/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(492,'http://search.live.com/result.aspx?q=zyrtec&mrt=en-us&FORM=LVSP'),(493,'http://images.google.com/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galeri'),(494,'http://images.google.es/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(495,'http://images.google.si/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(496,'http://search.live.com/result.aspx?q=vioxx&mrt=en-us&FORM=LVSP'),(497,'http://www.google.com.tr/search?q=DeaST.%23Roy&hl=tr&start=10&sa=N'),(498,'http://images.google.ae/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(499,'http://images.google.ae/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(500,'http://images.google.ae/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://galerij'),(501,'http://www.uxxicom.com/'),(502,'http://www.starlogic.biz/'),(503,'http://search.live.com/result.aspx?q=flexeril&mrt=en-us&FORM=LVSP'),(504,'http://images.google.com.br/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(505,'http://images.google.com.br/imgres?imgurl=http://zabavnip.za.funpic.de/hack.bmp&imgrefurl=http://gal'),(506,'http://www.e-fotografija.com/forum/viewtopic.php?p=158433'),(507,'http://search.live.com/result.aspx?q=kia&mrt=en-us&FORM=LVSP'),(508,'http://www.google.com.au/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&hs=n4v&q=H'),(509,'http://www.google.com/search?hl=en&q=hersey+vatan+icin++translation'),(510,'http://search.yahoo.com/search?p=hersey+vatan+icin&ei=UTF-8&fr=yfp-t-501&xargs=0&pstart=1&b=11&Z=1'),(511,'http://www.google.com/custom?domains=www.fridae.com&q=dj_jojo&sitesearch=&sa=Google&client=pub-21168'),(512,'http://search.live.com/result.aspx?q=meridia&mrt=en-us&FORM=LVSP'),(513,'http://www.najdi.si/search.jsp?q=web+galerija'),(514,'http://www.najdi.si/search.jsp?q=web+galerija'),(515,'http://www.google.ca/search?hl=fr&client=firefox-a&channel=s&rls=org.mozilla%3Afr%3Aofficial&hs=rvC&'),(516,'http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=Gai&q=Herse'),(517,'http://www.e-fotografija.com/forum/memberlist.php?mode=joined&order=ASC&start=100'),(518,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(519,'http://www.google.com/search?hl=cs&rlz=1T4GZHZ_csCZ230CZ230&q=Hersey+vatan+icin+translation&lr='),(520,'http://www.najdi.si/search.jsp?q=web+galerija'),(521,'http://209.85.135.104/search?q=cache:hg4jMrNhat4J:galerija.sigol.net/modules.php%3Fname%3DNews%26fil'),(522,'http://www.google.com.br/search?hl=pt-BR&rls=GGLR%2CGGLR%3A2006-30%2CGGLR%3Aen&q=matadorhacker&meta='),(523,'http://search.live.com/results.aspx?q=shemale&mrt=en-us&FORM=LIVSOP'),(524,'http://search.live.com/results.aspx?q=aciphex&mrt=en-us&FORM=LIVSOP'),(525,'http://search.live.com/results.aspx?q=vatan&mrt=en-us&FORM=LIVSOP'),(526,'http://search.live.com/results.aspx?q=vatan&mrt=en-us&FORM=LIVSOP'),(527,'http://www.netcraft.com/survey/'),(528,'http://www.google.com'),(529,'http://www.e-fotografija.com/forum/viewtopic.php?t=14585'),(530,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(531,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(532,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(533,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(534,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(535,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(536,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(537,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(538,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(539,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(540,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(541,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(542,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(543,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(544,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469068'),(545,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(546,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(547,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(548,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(549,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(550,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(551,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(552,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(553,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(554,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(555,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(556,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(557,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(558,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(559,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(560,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(561,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(562,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(563,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(564,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(565,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(566,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(567,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(568,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html#post469060'),(569,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(570,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(571,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(572,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(573,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(574,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(575,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(576,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(577,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(578,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(579,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(580,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(581,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(582,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(583,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(584,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(585,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(586,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(587,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(588,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(589,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(590,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(591,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(592,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(593,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(594,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(595,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(596,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(597,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(598,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(599,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(600,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(601,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(602,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(603,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(604,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(605,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(606,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(607,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(608,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(609,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(610,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133&sid=0014ffe73aa0574eae513b672d'),(611,'http://search.yahoo.com/search?p=Copyright+%C2%A9+2004+by+PHP-Nuke&n=10&ei=UTF-8&va_vt=any&vo_vt=any'),(612,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133'),(613,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(614,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(615,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(616,'http://www.google.com/search?as_q=kanin+red+bull+snow+thrill&hl=en&client=safari&rls=en&num=10&btnG='),(617,'http://www.intikam.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(618,'http://www.google.com/search?hl=sl&client=opera&rls=Si&hs=mDi&q=hacked+by&btnG=Iskanje&lr=lang_sl'),(619,'http://www.e-fotografija.com/forum/profile.php?mode=viewprofile&u=133&sid=0014ffe73aa0574eae513b672d'),(620,'http://www.starhacks.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(621,'http://www.e-fotografija.com/forum/viewtopic.php?t=15082&start=45'),(622,'http://www.google.com.mx/search?q=www.intikam.org&hl=es&start=20&sa=N'),(623,'http://www.google.com.tr/search?q=intikam.org&hl=tr&pwst=1&start=270&sa=N'),(624,'http://www.starhacks.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(625,'http://ws.daum.net/'),(626,'http://search.live.com/results.aspx?q=preberite&mrt=en-us&FORM=LIVSOP'),(627,'http://search.live.com/results.aspx?q=hacked&mrt=en-us&FORM=LIVSOP'),(628,'http://www.google.si/search?hl=sl&q=web+galerija&btnG=Iskanje+Google&meta='),(629,'http://search.live.com/results.aspx?q=hacked&mrt=en-us&FORM=LIVSOP'),(630,'http://search.live.com/results.aspx?q=preberite&mrt=en-us&FORM=LIVSOP'),(631,'http://search.live.com/results.aspx?q=hacked&mrt=en-us&FORM=LIVSOP'),(632,'http://www.starhacks.org/govde-gosterisi/77211-bir-rezil-site-ulath.html'),(633,'http://www.e-fotografija.com/forum/viewtopic.php?t=15795'),(634,'http://search.live.com/results.aspx?q=hacked&mrt=en-us&FORM=LIVSOP'),(635,'http://www.google.si/search?hl=sl&q=kemal+ataturk&btnG=Iskanje&meta=cr%3DcountrySI'); /*!40000 ALTER TABLE `nuke_referer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_related` -- DROP TABLE IF EXISTS `nuke_related`; CREATE TABLE `nuke_related` ( `rid` int(11) NOT NULL auto_increment, `tid` int(11) NOT NULL default '0', `name` varchar(30) NOT NULL default '', `url` varchar(200) NOT NULL default '', PRIMARY KEY (`rid`), KEY `rid` (`rid`), KEY `tid` (`tid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_related` -- LOCK TABLES `nuke_related` WRITE; /*!40000 ALTER TABLE `nuke_related` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_reviews` -- DROP TABLE IF EXISTS `nuke_reviews`; CREATE TABLE `nuke_reviews` ( `id` int(10) NOT NULL auto_increment, `date` date NOT NULL default '0000-00-00', `title` varchar(150) NOT NULL default '', `text` text NOT NULL, `reviewer` varchar(20) default NULL, `email` varchar(60) default NULL, `score` int(10) NOT NULL default '0', `cover` varchar(100) NOT NULL default '', `url` varchar(100) NOT NULL default '', `url_title` varchar(50) NOT NULL default '', `hits` int(10) NOT NULL default '0', `rlanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`id`), KEY `id` (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_reviews` -- LOCK TABLES `nuke_reviews` WRITE; /*!40000 ALTER TABLE `nuke_reviews` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_reviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_reviews_add` -- DROP TABLE IF EXISTS `nuke_reviews_add`; CREATE TABLE `nuke_reviews_add` ( `id` int(10) NOT NULL auto_increment, `date` date default NULL, `title` varchar(150) NOT NULL default '', `text` text NOT NULL, `reviewer` varchar(20) NOT NULL default '', `email` varchar(60) default NULL, `score` int(10) NOT NULL default '0', `url` varchar(100) NOT NULL default '', `url_title` varchar(50) NOT NULL default '', `rlanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`id`), KEY `id` (`id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_reviews_add` -- LOCK TABLES `nuke_reviews_add` WRITE; /*!40000 ALTER TABLE `nuke_reviews_add` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_reviews_add` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_reviews_comments` -- DROP TABLE IF EXISTS `nuke_reviews_comments`; CREATE TABLE `nuke_reviews_comments` ( `cid` int(10) NOT NULL auto_increment, `rid` int(10) NOT NULL default '0', `userid` varchar(25) NOT NULL default '', `date` datetime default NULL, `comments` text, `score` int(10) NOT NULL default '0', PRIMARY KEY (`cid`), KEY `cid` (`cid`), KEY `rid` (`rid`), KEY `userid` (`userid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_reviews_comments` -- LOCK TABLES `nuke_reviews_comments` WRITE; /*!40000 ALTER TABLE `nuke_reviews_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_reviews_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_reviews_main` -- DROP TABLE IF EXISTS `nuke_reviews_main`; CREATE TABLE `nuke_reviews_main` ( `title` varchar(100) default NULL, `description` text ) TYPE=MyISAM; -- -- Dumping data for table `nuke_reviews_main` -- LOCK TABLES `nuke_reviews_main` WRITE; /*!40000 ALTER TABLE `nuke_reviews_main` DISABLE KEYS */; INSERT INTO `nuke_reviews_main` VALUES ('Reviews Section Title','Reviews Section Long Description'); /*!40000 ALTER TABLE `nuke_reviews_main` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_seccont` -- DROP TABLE IF EXISTS `nuke_seccont`; CREATE TABLE `nuke_seccont` ( `artid` int(11) NOT NULL auto_increment, `secid` int(11) NOT NULL default '0', `title` text NOT NULL, `content` text NOT NULL, `counter` int(11) NOT NULL default '0', `slanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`artid`), KEY `artid` (`artid`), KEY `secid` (`secid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_seccont` -- LOCK TABLES `nuke_seccont` WRITE; /*!40000 ALTER TABLE `nuke_seccont` DISABLE KEYS */; /*!40000 ALTER TABLE `nuke_seccont` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_sections` -- DROP TABLE IF EXISTS `nuke_sections`; CREATE TABLE `nuke_sections` ( `secid` int(11) NOT NULL auto_increment, `secname` varchar(40) NOT NULL default '', `image` varchar(50) NOT NULL default '', PRIMARY KEY (`secid`), KEY `secid` (`secid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_sections` -- LOCK TABLES `nuke_sections` WRITE; /*!40000 ALTER TABLE `nuke_sections` DISABLE KEYS */; INSERT INTO `nuke_sections` VALUES (1,'Fotografija',''); /*!40000 ALTER TABLE `nuke_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_session` -- DROP TABLE IF EXISTS `nuke_session`; CREATE TABLE `nuke_session` ( `uname` varchar(25) NOT NULL default '', `time` varchar(14) NOT NULL default '', `host_addr` varchar(48) NOT NULL default '', `guest` int(1) NOT NULL default '0', KEY `time` (`time`), KEY `guest` (`guest`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_session` -- LOCK TABLES `nuke_session` WRITE; /*!40000 ALTER TABLE `nuke_session` DISABLE KEYS */; INSERT INTO `nuke_session` VALUES ('90.157.164.12','1206264531','90.157.164.12',1),('38.99.44.103','1206264598','38.99.44.103',1); /*!40000 ALTER TABLE `nuke_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_stats_date` -- DROP TABLE IF EXISTS `nuke_stats_date`; CREATE TABLE `nuke_stats_date` ( `year` smallint(6) NOT NULL default '0', `month` tinyint(4) NOT NULL default '0', `date` tinyint(4) NOT NULL default '0', `hits` bigint(20) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_stats_date` -- LOCK TABLES `nuke_stats_date` WRITE; /*!40000 ALTER TABLE `nuke_stats_date` DISABLE KEYS */; INSERT INTO `nuke_stats_date` VALUES (2004,1,1,0),(2004,1,2,0),(2004,1,3,0),(2004,1,4,0),(2004,1,5,0),(2004,1,6,0),(2004,1,7,0),(2004,1,8,0),(2004,1,9,0),(2004,1,10,0),(2004,1,11,0),(2004,1,12,0),(2004,1,13,0),(2004,1,14,0),(2004,1,15,0),(2004,1,16,0),(2004,1,17,0),(2004,1,18,0),(2004,1,19,0),(2004,1,20,0),(2004,1,21,0),(2004,1,22,0),(2004,1,23,0),(2004,1,24,0),(2004,1,25,0),(2004,1,26,0),(2004,1,27,0),(2004,1,28,0),(2004,1,29,0),(2004,1,30,0),(2004,1,31,0),(2004,2,1,0),(2004,2,2,0),(2004,2,3,0),(2004,2,4,0),(2004,2,5,0),(2004,2,6,0),(2004,2,7,0),(2004,2,8,0),(2004,2,9,0),(2004,2,10,550),(2004,2,11,64),(2004,2,12,0),(2004,2,13,0),(2004,2,14,0),(2004,2,15,1),(2004,2,16,0),(2004,2,17,1),(2004,2,18,0),(2004,2,19,0),(2004,2,20,0),(2004,2,21,0),(2004,2,22,0),(2004,2,23,0),(2004,2,24,0),(2004,2,25,172),(2004,2,26,36),(2004,2,27,2),(2004,2,28,0),(2004,2,29,0),(2004,3,1,1),(2004,3,2,3),(2004,3,3,0),(2004,3,4,0),(2004,3,5,0),(2004,3,6,11),(2004,3,7,0),(2004,3,8,0),(2004,3,9,0),(2004,3,10,8),(2004,3,11,2),(2004,3,12,11),(2004,3,13,362),(2004,3,14,296),(2004,3,15,198),(2004,3,16,400),(2004,3,17,87),(2004,3,18,20),(2004,3,19,0),(2004,3,20,6),(2004,3,21,27),(2004,3,22,10),(2004,3,23,2),(2004,3,24,13),(2004,3,25,30),(2004,3,26,54),(2004,3,27,54),(2004,3,28,11),(2004,3,29,9),(2004,3,30,16),(2004,3,31,8),(2004,4,1,1),(2004,4,2,16),(2004,4,3,37),(2004,4,4,2),(2004,4,5,0),(2004,4,6,8),(2004,4,7,346),(2004,4,8,361),(2004,4,9,63),(2004,4,10,39),(2004,4,11,129),(2004,4,12,128),(2004,4,13,252),(2004,4,14,292),(2004,4,15,137),(2004,4,16,172),(2004,4,17,3),(2004,4,18,133),(2004,4,19,11),(2004,4,20,137),(2004,4,21,52),(2004,4,22,0),(2004,4,23,32),(2004,4,24,136),(2004,4,25,144),(2004,4,26,43),(2004,4,27,126),(2004,4,28,143),(2004,4,29,15),(2004,4,30,42),(2004,5,1,24),(2004,5,2,11),(2004,5,3,26),(2004,5,4,18),(2004,5,5,7),(2004,5,6,1),(2004,5,7,121),(2004,5,8,0),(2004,5,9,169),(2004,5,10,58),(2004,5,11,0),(2004,5,12,25),(2004,5,13,150),(2004,5,14,35),(2004,5,15,12),(2004,5,16,156),(2004,5,17,222),(2004,5,18,19),(2004,5,19,11),(2004,5,20,0),(2004,5,21,6),(2004,5,22,9),(2004,5,23,27),(2004,5,24,12),(2004,5,25,57),(2004,5,26,7),(2004,5,27,7),(2004,5,28,2),(2004,5,29,7),(2004,5,30,2),(2004,5,31,22),(2004,6,1,76),(2004,6,2,2),(2004,6,3,33),(2004,6,4,6),(2004,6,5,88),(2004,6,6,5),(2004,6,7,139),(2004,6,8,209),(2004,6,9,26),(2004,6,10,255),(2004,6,11,683),(2004,6,12,177),(2004,6,13,73),(2004,6,14,36),(2004,6,15,34),(2004,6,16,15),(2004,6,17,26),(2004,6,18,25),(2004,6,19,51),(2004,6,20,299),(2004,6,21,16),(2004,6,22,53),(2004,6,23,48),(2004,6,24,63),(2004,6,25,76),(2004,6,26,50),(2004,6,27,23),(2004,6,28,11),(2004,6,29,86),(2004,6,30,35),(2004,7,1,77),(2004,7,2,81),(2004,7,3,76),(2004,7,4,170),(2004,7,5,68),(2004,7,6,13),(2004,7,7,29),(2004,7,8,43),(2004,7,9,33),(2004,7,10,7),(2004,7,11,6),(2004,7,12,37),(2004,7,13,18),(2004,7,14,5),(2004,7,15,12),(2004,7,16,37),(2004,7,17,2),(2004,7,18,54),(2004,7,19,36),(2004,7,20,28),(2004,7,21,8),(2004,7,22,14),(2004,7,23,44),(2004,7,24,3),(2004,7,25,27),(2004,7,26,36),(2004,7,27,78),(2004,7,28,5),(2004,7,29,14),(2004,7,30,33),(2004,7,31,27),(2004,8,1,8),(2004,8,2,6),(2004,8,3,162),(2004,8,4,133),(2004,8,5,333),(2004,8,6,101),(2004,8,7,60),(2004,8,8,30),(2004,8,9,20),(2004,8,10,23),(2004,8,11,2),(2004,8,12,104),(2004,8,13,29),(2004,8,14,21),(2004,8,15,82),(2004,8,16,14),(2004,8,17,121),(2004,8,18,2),(2004,8,19,25),(2004,8,20,12),(2004,8,21,0),(2004,8,22,29),(2004,8,23,23),(2004,8,24,20),(2004,8,25,7),(2004,8,26,1),(2004,8,27,28),(2004,8,28,20),(2004,8,29,10),(2004,8,30,66),(2004,8,31,23),(2004,9,1,3),(2004,9,2,6),(2004,9,3,52),(2004,9,4,9),(2004,9,5,0),(2004,9,6,74),(2004,9,7,28),(2004,9,8,10),(2004,9,9,799),(2004,9,10,21),(2004,9,11,29),(2004,9,12,1),(2004,9,13,19),(2004,9,14,7),(2004,9,15,4),(2004,9,16,10),(2004,9,17,1),(2004,9,18,3),(2004,9,19,81),(2004,9,20,13),(2004,9,21,15),(2004,9,22,1),(2004,9,23,5),(2004,9,24,27),(2004,9,25,7),(2004,9,26,127),(2004,9,27,25),(2004,9,28,415),(2004,9,29,347),(2004,9,30,30),(2004,10,1,27),(2004,10,2,14),(2004,10,3,52),(2004,10,4,1),(2004,10,5,22),(2004,10,6,28),(2004,10,7,17),(2004,10,8,3),(2004,10,9,13),(2004,10,10,6),(2004,10,11,38),(2004,10,12,27),(2004,10,13,9),(2004,10,14,37),(2004,10,15,9),(2004,10,16,33),(2004,10,17,124),(2004,10,18,14),(2004,10,19,8),(2004,10,20,51),(2004,10,21,80),(2004,10,22,5),(2004,10,23,13),(2004,10,24,14),(2004,10,25,46),(2004,10,26,7),(2004,10,27,17),(2004,10,28,29),(2004,10,29,130),(2004,10,30,29),(2004,10,31,50),(2004,11,1,36),(2004,11,2,44),(2004,11,3,63),(2004,11,4,53),(2004,11,5,0),(2004,11,6,80),(2004,11,7,87),(2004,11,8,20),(2004,11,9,40),(2004,11,10,115),(2004,11,11,58),(2004,11,12,38),(2004,11,13,29),(2004,11,14,21),(2004,11,15,40),(2004,11,16,26),(2004,11,17,20),(2004,11,18,49),(2004,11,19,3),(2004,11,20,2),(2004,11,21,47),(2004,11,22,66),(2004,11,23,21),(2004,11,24,34),(2004,11,25,75),(2004,11,26,62),(2004,11,27,272),(2004,11,28,61),(2004,11,29,14),(2004,11,30,20),(2004,12,1,6),(2004,12,2,38),(2004,12,3,7),(2004,12,4,45),(2004,12,5,87),(2004,12,6,108),(2004,12,7,2134),(2004,12,8,27),(2004,12,9,11),(2004,12,10,49),(2004,12,11,36),(2004,12,12,28),(2004,12,13,10),(2004,12,14,31),(2004,12,15,11),(2004,12,16,32),(2004,12,17,32),(2004,12,18,114),(2004,12,19,253),(2004,12,20,116),(2004,12,21,140),(2004,12,22,661),(2004,12,23,393),(2004,12,24,1301),(2004,12,25,75),(2004,12,26,36),(2004,12,27,67),(2004,12,28,41),(2004,12,29,96),(2004,12,30,83),(2004,12,31,11),(2005,1,1,14),(2005,1,2,3004),(2005,1,3,84),(2005,1,4,729),(2005,1,5,86),(2005,1,6,88),(2005,1,7,402),(2005,1,8,445),(2005,1,9,352),(2005,1,10,227),(2005,1,11,211),(2005,1,12,1948),(2005,1,13,1336),(2005,1,14,23),(2005,1,15,36),(2005,1,16,14),(2005,1,17,57),(2005,1,18,108),(2005,1,19,457),(2005,1,20,1736),(2005,1,21,879),(2005,1,22,24),(2005,1,23,162),(2005,1,24,399),(2005,1,25,295),(2005,1,26,789),(2005,1,27,1565),(2005,1,28,395),(2005,1,29,43),(2005,1,30,54),(2005,1,31,27),(2005,2,1,103),(2005,2,2,964),(2005,2,3,1657),(2005,2,4,298),(2005,2,5,30),(2005,2,6,114),(2005,2,7,85),(2005,2,8,1305),(2005,2,9,12),(2005,2,10,133),(2005,2,11,38),(2005,2,12,2287),(2005,2,13,2743),(2005,2,14,272),(2005,2,15,57),(2005,2,16,78),(2005,2,17,51),(2005,2,18,63),(2005,2,19,28),(2005,2,20,1510),(2005,2,21,3004),(2005,2,22,800),(2005,2,23,115),(2005,2,24,81),(2005,2,25,58),(2005,2,26,33),(2005,2,27,167),(2005,2,28,74),(2005,3,1,1476),(2005,3,2,349),(2005,3,3,18),(2005,3,4,116),(2005,3,5,148),(2005,3,6,169),(2005,3,7,57),(2005,3,8,74),(2005,3,9,49),(2005,3,10,30),(2005,3,11,123),(2005,3,12,55),(2005,3,13,51),(2005,3,14,48),(2005,3,15,22),(2005,3,16,215),(2005,3,17,243),(2005,3,18,84),(2005,3,19,690),(2005,3,20,448),(2005,3,21,91),(2005,3,22,218),(2005,3,23,17),(2005,3,24,38),(2005,3,25,122),(2005,3,26,25),(2005,3,27,108),(2005,3,28,18),(2005,3,29,72),(2005,3,30,1216),(2005,3,31,1204),(2005,4,1,236),(2005,4,2,1),(2005,4,3,46),(2005,4,4,13),(2005,4,5,61),(2005,4,6,914),(2005,4,7,1153),(2005,4,8,734),(2005,4,9,60),(2005,4,10,5),(2005,4,11,15),(2005,4,12,11),(2005,4,13,11),(2005,4,14,6),(2005,4,15,6),(2005,4,16,5),(2005,4,17,120),(2005,4,18,18),(2005,4,19,446),(2005,4,20,1080),(2005,4,21,1009),(2005,4,22,97),(2005,4,23,7),(2005,4,24,21),(2005,4,25,13),(2005,4,26,51),(2005,4,27,35),(2005,4,28,16),(2005,4,29,26),(2005,4,30,10),(2005,5,1,953),(2005,5,2,1399),(2005,5,3,648),(2005,5,4,19),(2005,5,5,15),(2005,5,6,27),(2005,5,7,8),(2005,5,8,9),(2005,5,9,21),(2005,5,10,493),(2005,5,11,1046),(2005,5,12,69),(2005,5,13,16),(2005,5,14,20),(2005,5,15,77),(2005,5,16,16),(2005,5,17,12),(2005,5,18,8),(2005,5,19,56),(2005,5,20,4),(2005,5,21,21),(2005,5,22,932),(2005,5,23,110),(2005,5,24,9),(2005,5,25,13),(2005,5,26,9),(2005,5,27,9),(2005,5,28,27),(2005,5,29,8),(2005,5,30,73),(2005,5,31,4),(2005,6,1,2),(2005,6,2,5),(2005,6,3,41),(2005,6,4,9),(2005,6,5,4),(2005,6,6,48),(2005,6,7,9),(2005,6,8,6),(2005,6,9,203),(2005,6,10,71),(2005,6,11,635),(2005,6,12,304),(2005,6,13,378),(2005,6,14,423),(2005,6,15,190),(2005,6,16,83),(2005,6,17,8),(2005,6,18,521),(2005,6,19,11),(2005,6,20,108),(2005,6,21,527),(2005,6,22,475),(2005,6,23,353),(2005,6,24,618),(2005,6,25,1187),(2005,6,26,620),(2005,6,27,532),(2005,6,28,194),(2005,6,29,61),(2005,6,30,46),(2005,7,1,134),(2005,7,2,8),(2005,7,3,19),(2005,7,4,200),(2005,7,5,61),(2005,7,6,1976),(2005,7,7,1200),(2005,7,8,1153),(2005,7,9,19),(2005,7,10,8),(2005,7,11,79),(2005,7,12,54),(2005,7,13,13),(2005,7,14,44),(2005,7,15,88),(2005,7,16,8),(2005,7,17,7),(2005,7,18,425),(2005,7,19,630),(2005,7,20,835),(2005,7,21,1067),(2005,7,22,457),(2005,7,23,7),(2005,7,24,207),(2005,7,25,30),(2005,7,26,1187),(2005,7,27,1278),(2005,7,28,1167),(2005,7,29,660),(2005,7,30,1862),(2005,7,31,20),(2005,8,1,114),(2005,8,2,136),(2005,8,3,19),(2005,8,4,125),(2005,8,5,418),(2005,8,6,96),(2005,8,7,62),(2005,8,8,450),(2005,8,9,73),(2005,8,10,60),(2005,8,11,76),(2005,8,12,254),(2005,8,13,35),(2005,8,14,10),(2005,8,15,110),(2005,8,16,1161),(2005,8,17,1135),(2005,8,18,1343),(2005,8,19,1322),(2005,8,20,800),(2005,8,21,7),(2005,8,22,14),(2005,8,23,53),(2005,8,24,76),(2005,8,25,19),(2005,8,26,10),(2005,8,27,36),(2005,8,28,2),(2005,8,29,7),(2005,8,30,114),(2005,8,31,658),(2005,9,1,238),(2005,9,2,999),(2005,9,3,19),(2005,9,4,83),(2005,9,5,35),(2005,9,6,17),(2005,9,7,30),(2005,9,8,763),(2005,9,9,1031),(2005,9,10,1123),(2005,9,11,1107),(2005,9,12,602),(2005,9,13,88),(2005,9,14,20),(2005,9,15,24),(2005,9,16,18),(2005,9,17,23),(2005,9,18,11),(2005,9,19,197),(2005,9,20,39),(2005,9,21,94),(2005,9,22,17),(2005,9,23,10),(2005,9,24,36),(2005,9,25,6),(2005,9,26,32),(2005,9,27,207),(2005,9,28,10),(2005,9,29,56),(2005,9,30,449),(2005,10,1,1022),(2005,10,2,1050),(2005,10,3,1158),(2005,10,4,800),(2005,10,5,246),(2005,10,6,90),(2005,10,7,18),(2005,10,8,37),(2005,10,9,409),(2005,10,10,57),(2005,10,11,36),(2005,10,12,333),(2005,10,13,39),(2005,10,14,65),(2005,10,15,719),(2005,10,16,1148),(2005,10,17,695),(2005,10,18,512),(2005,10,19,1570),(2005,10,20,1205),(2005,10,21,1418),(2005,10,22,1440),(2005,10,23,594),(2005,10,24,62),(2005,10,25,251),(2005,10,26,280),(2005,10,27,1254),(2005,10,28,750),(2005,10,29,333),(2005,10,30,217),(2005,10,31,49),(2005,11,1,141),(2005,11,2,1063),(2005,11,3,1592),(2005,11,4,1270),(2005,11,5,1217),(2005,11,6,1090),(2005,11,7,36),(2005,11,8,284),(2005,11,9,1083),(2005,11,10,1276),(2005,11,11,1477),(2005,11,12,1798),(2005,11,13,543),(2005,11,14,332),(2005,11,15,18),(2005,11,16,848),(2005,11,17,1253),(2005,11,18,1312),(2005,11,19,164),(2005,11,20,30),(2005,11,21,100),(2005,11,22,87),(2005,11,23,730),(2005,11,24,1100),(2005,11,25,1225),(2005,11,26,1372),(2005,11,27,783),(2005,11,28,149),(2005,11,29,70),(2005,11,30,81),(2005,12,1,71),(2005,12,2,191),(2005,12,3,40),(2005,12,4,168),(2005,12,5,182),(2005,12,6,131),(2005,12,7,51),(2005,12,8,66),(2005,12,9,239),(2005,12,10,844),(2005,12,11,183),(2005,12,12,41),(2005,12,13,157),(2005,12,14,83),(2005,12,15,106),(2005,12,16,104),(2005,12,17,54),(2005,12,18,180),(2005,12,19,110),(2005,12,20,154),(2005,12,21,102),(2005,12,22,160),(2005,12,23,54),(2005,12,24,141),(2005,12,25,435),(2005,12,26,889),(2005,12,27,1343),(2005,12,28,553),(2005,12,29,1327),(2005,12,30,189),(2005,12,31,22),(2006,1,1,43),(2006,1,2,137),(2006,1,3,776),(2006,1,4,1464),(2006,1,5,1156),(2006,1,6,1468),(2006,1,7,2375),(2006,1,8,2552),(2006,1,9,793),(2006,1,10,75),(2006,1,11,73),(2006,1,12,251),(2006,1,13,43),(2006,1,14,231),(2006,1,15,173),(2006,1,16,536),(2006,1,17,226),(2006,1,18,498),(2006,1,19,54),(2006,1,20,106),(2006,1,21,97),(2006,1,22,138),(2006,1,23,546),(2006,1,24,1427),(2006,1,25,1302),(2006,1,26,1313),(2006,1,27,984),(2006,1,28,1357),(2006,1,29,208),(2006,1,30,83),(2006,1,31,45),(2006,2,1,157),(2006,2,2,137),(2006,2,3,649),(2006,2,4,54),(2006,2,5,355),(2006,2,6,323),(2006,2,7,380),(2006,2,8,145),(2006,2,9,26),(2006,2,10,899),(2006,2,11,1781),(2006,2,12,1737),(2006,2,13,2243),(2006,2,14,1050),(2006,2,15,82),(2006,2,16,471),(2006,2,17,131),(2006,2,18,281),(2006,2,19,127),(2006,2,20,110),(2006,2,21,310),(2006,2,22,70),(2006,2,23,538),(2006,2,24,1146),(2006,2,25,3396),(2006,2,26,3326),(2006,2,27,2381),(2006,2,28,2685),(2006,3,1,3150),(2006,3,2,1829),(2006,3,3,204),(2006,3,4,112),(2006,3,5,120),(2006,3,6,181),(2006,3,7,148),(2006,3,8,346),(2006,3,9,28),(2006,3,10,1534),(2006,3,11,2963),(2006,3,12,3669),(2006,3,13,71),(2006,3,14,98),(2006,3,15,154),(2006,3,16,79),(2006,3,17,106),(2006,3,18,2727),(2006,3,19,2825),(2006,3,20,2561),(2006,3,21,2593),(2006,3,22,1591),(2006,3,23,61),(2006,3,24,166),(2006,3,25,1153),(2006,3,26,928),(2006,3,27,148),(2006,3,28,63),(2006,3,29,191),(2006,3,30,637),(2006,3,31,1242),(2006,4,1,1183),(2006,4,2,1741),(2006,4,3,1518),(2006,4,4,820),(2006,4,5,351),(2006,4,6,635),(2006,4,7,1478),(2006,4,8,1485),(2006,4,9,1516),(2006,4,10,62),(2006,4,11,24),(2006,4,12,85),(2006,4,13,99),(2006,4,14,107),(2006,4,15,40),(2006,4,16,94),(2006,4,17,86),(2006,4,18,32),(2006,4,19,119),(2006,4,20,83),(2006,4,21,37),(2006,4,22,114),(2006,4,23,95),(2006,4,24,32),(2006,4,25,143),(2006,4,26,122),(2006,4,27,79),(2006,4,28,68),(2006,4,29,231),(2006,4,30,119),(2006,5,1,55),(2006,5,2,177),(2006,5,3,152),(2006,5,4,91),(2006,5,5,128),(2006,5,6,104),(2006,5,7,146),(2006,5,8,472),(2006,5,9,188),(2006,5,10,143),(2006,5,11,405),(2006,5,12,218),(2006,5,13,201),(2006,5,14,127),(2006,5,15,91),(2006,5,16,189),(2006,5,17,157),(2006,5,18,199),(2006,5,19,127),(2006,5,20,69),(2006,5,21,86),(2006,5,22,49),(2006,5,23,69),(2006,5,24,125),(2006,5,25,88),(2006,5,26,134),(2006,5,27,174),(2006,5,28,55),(2006,5,29,128),(2006,5,30,60),(2006,5,31,59),(2006,6,1,401),(2006,6,2,1396),(2006,6,3,35),(2006,6,4,138),(2006,6,5,81),(2006,6,6,78),(2006,6,7,46),(2006,6,8,93),(2006,6,9,46),(2006,6,10,47),(2006,6,11,117),(2006,6,12,79),(2006,6,13,1509),(2006,6,14,2077),(2006,6,15,60),(2006,6,16,190),(2006,6,17,96),(2006,6,18,132),(2006,6,19,61),(2006,6,20,116),(2006,6,21,69),(2006,6,22,140),(2006,6,23,1692),(2006,6,24,943),(2006,6,25,57),(2006,6,26,48),(2006,6,27,182),(2006,6,28,60),(2006,6,29,85),(2006,6,30,139),(2006,7,1,1504),(2006,7,2,55),(2006,7,3,360),(2006,7,4,317),(2006,7,5,57),(2006,7,6,57),(2006,7,7,72),(2006,7,8,74),(2006,7,9,72),(2006,7,10,159),(2006,7,11,151),(2006,7,12,60),(2006,7,13,64),(2006,7,14,951),(2006,7,15,1828),(2006,7,16,43),(2006,7,17,53),(2006,7,18,341),(2006,7,19,444),(2006,7,20,113),(2006,7,21,149),(2006,7,22,131),(2006,7,23,68),(2006,7,24,65),(2006,7,25,53),(2006,7,26,124),(2006,7,27,131),(2006,7,28,199),(2006,7,29,57),(2006,7,30,163),(2006,7,31,183),(2006,8,1,325),(2006,8,2,206),(2006,8,3,228),(2006,8,4,45),(2006,8,5,306),(2006,8,6,1207),(2006,8,7,569),(2006,8,8,1896),(2006,8,9,439),(2006,8,10,73),(2006,8,11,64),(2006,8,12,186),(2006,8,13,154),(2006,8,14,82),(2006,8,15,180),(2006,8,16,166),(2006,8,17,98),(2006,8,18,348),(2006,8,19,97),(2006,8,20,68),(2006,8,21,151),(2006,8,22,93),(2006,8,23,99),(2006,8,24,92),(2006,8,25,104),(2006,8,26,29),(2006,8,27,60),(2006,8,28,164),(2006,8,29,193),(2006,8,30,204),(2006,8,31,145),(2006,9,1,266),(2006,9,2,147),(2006,9,3,99),(2006,9,4,369),(2006,9,5,1306),(2006,9,6,1007),(2006,9,7,1230),(2006,9,8,83),(2006,9,9,82),(2006,9,10,65),(2006,9,11,63),(2006,9,12,94),(2006,9,13,128),(2006,9,14,128),(2006,9,15,41),(2006,9,16,56),(2006,9,17,274),(2006,9,18,85),(2006,9,19,149),(2006,9,20,40),(2006,9,21,68),(2006,9,22,527),(2006,9,23,24),(2006,9,24,104),(2006,9,25,74),(2006,9,26,104),(2006,9,27,39),(2006,9,28,82),(2006,9,29,210),(2006,9,30,97),(2006,10,1,86),(2006,10,2,286),(2006,10,3,213),(2006,10,4,196),(2006,10,5,358),(2006,10,6,2175),(2006,10,7,2693),(2006,10,8,2720),(2006,10,9,300),(2006,10,10,136),(2006,10,11,128),(2006,10,12,153),(2006,10,13,97),(2006,10,14,1098),(2006,10,15,2022),(2006,10,16,1922),(2006,10,17,878),(2006,10,18,1680),(2006,10,19,143),(2006,10,20,85),(2006,10,21,884),(2006,10,22,699),(2006,10,23,167),(2006,10,24,152),(2006,10,25,45),(2006,10,26,128),(2006,10,27,128),(2006,10,28,593),(2006,10,29,2206),(2006,10,30,2416),(2006,10,31,2030),(2006,11,1,340),(2006,11,2,136),(2006,11,3,146),(2006,11,4,158),(2006,11,5,67),(2006,11,6,199),(2006,11,7,114),(2006,11,8,83),(2006,11,9,204),(2006,11,10,131),(2006,11,11,134),(2006,11,12,40),(2006,11,13,144),(2006,11,14,178),(2006,11,15,137),(2006,11,16,1808),(2006,11,17,2458),(2006,11,18,2250),(2006,11,19,142),(2006,11,20,172),(2006,11,21,188),(2006,11,22,169),(2006,11,23,222),(2006,11,24,154),(2006,11,25,198),(2006,11,26,170),(2006,11,27,380),(2006,11,28,177),(2006,11,29,576),(2006,11,30,242),(2006,12,1,1779),(2006,12,2,2659),(2006,12,3,1999),(2006,12,4,2412),(2006,12,5,1412),(2006,12,6,1434),(2006,12,7,2417),(2006,12,8,1501),(2006,12,9,1096),(2006,12,10,144),(2006,12,11,2176),(2006,12,12,1925),(2006,12,13,2098),(2006,12,14,2221),(2006,12,15,852),(2006,12,16,108),(2006,12,17,75),(2006,12,18,75),(2006,12,19,88),(2006,12,20,92),(2006,12,21,1358),(2006,12,22,1634),(2006,12,23,577),(2006,12,24,627),(2006,12,25,3446),(2006,12,26,351),(2006,12,27,439),(2006,12,28,279),(2006,12,29,224),(2006,12,30,381),(2006,12,31,216),(2007,1,1,275),(2007,1,2,284),(2007,1,3,251),(2007,1,4,132),(2007,1,5,217),(2007,1,6,204),(2007,1,7,294),(2007,1,8,389),(2007,1,9,212),(2007,1,10,259),(2007,1,11,188),(2007,1,12,135),(2007,1,13,128),(2007,1,14,199),(2007,1,15,168),(2007,1,16,184),(2007,1,17,369),(2007,1,18,286),(2007,1,19,321),(2007,1,20,294),(2007,1,21,562),(2007,1,22,135),(2007,1,23,326),(2007,1,24,200),(2007,1,25,237),(2007,1,26,216),(2007,1,27,266),(2007,1,28,210),(2007,1,29,165),(2007,1,30,47),(2007,1,31,129),(2007,2,1,100),(2007,2,2,139),(2007,2,3,300),(2007,2,4,393),(2007,2,5,254),(2007,2,6,458),(2007,2,7,601),(2007,2,8,249),(2007,2,9,145),(2007,2,10,195),(2007,2,11,193),(2007,2,12,313),(2007,2,13,369),(2007,2,14,861),(2007,2,15,395),(2007,2,16,171),(2007,2,17,270),(2007,2,18,235),(2007,2,19,173),(2007,2,20,267),(2007,2,21,495),(2007,2,22,170),(2007,2,23,236),(2007,2,24,355),(2007,2,25,1137),(2007,2,26,351),(2007,2,27,199),(2007,2,28,157),(2007,3,1,69),(2007,3,2,285),(2007,3,3,377),(2007,3,4,555),(2007,3,5,468),(2007,3,6,295),(2007,3,7,349),(2007,3,8,262),(2007,3,9,1097),(2007,3,10,1882),(2007,3,11,1896),(2007,3,12,1533),(2007,3,13,1782),(2007,3,14,1891),(2007,3,15,972),(2007,3,16,332),(2007,3,17,676),(2007,3,18,91),(2007,3,19,184),(2007,3,20,225),(2007,3,21,281),(2007,3,22,447),(2007,3,23,2012),(2007,3,24,1438),(2007,3,25,210),(2007,3,26,144),(2007,3,27,203),(2007,3,28,414),(2007,3,29,346),(2007,3,30,562),(2007,3,31,592),(2007,4,1,1024),(2007,4,2,1053),(2007,4,3,285),(2007,4,4,255),(2007,4,5,288),(2007,4,6,412),(2007,4,7,538),(2007,4,8,887),(2007,4,9,402),(2007,4,10,226),(2007,4,11,475),(2007,4,12,174),(2007,4,13,244),(2007,4,14,241),(2007,4,15,373),(2007,4,16,329),(2007,4,17,968),(2007,4,18,418),(2007,4,19,1045),(2007,4,20,195),(2007,4,21,95),(2007,4,22,135),(2007,4,23,580),(2007,4,24,2155),(2007,4,25,1889),(2007,4,26,492),(2007,4,27,274),(2007,4,28,306),(2007,4,29,281),(2007,4,30,227),(2007,5,1,252),(2007,5,2,479),(2007,5,3,455),(2007,5,4,605),(2007,5,5,465),(2007,5,6,211),(2007,5,7,242),(2007,5,8,705),(2007,5,9,821),(2007,5,10,670),(2007,5,11,239),(2007,5,12,354),(2007,5,13,751),(2007,5,14,268),(2007,5,15,582),(2007,5,16,305),(2007,5,17,224),(2007,5,18,352),(2007,5,19,192),(2007,5,20,730),(2007,5,21,120),(2007,5,22,185),(2007,5,23,101),(2007,5,24,241),(2007,5,25,454),(2007,5,26,1295),(2007,5,27,452),(2007,5,28,590),(2007,5,29,293),(2007,5,30,425),(2007,5,31,1084),(2007,6,1,587),(2007,6,2,1123),(2007,6,3,1946),(2007,6,4,240),(2007,6,5,188),(2007,6,6,212),(2007,6,7,1279),(2007,6,8,1014),(2007,6,9,1679),(2007,6,10,962),(2007,6,11,850),(2007,6,12,154),(2007,6,13,481),(2007,6,14,161),(2007,6,15,130),(2007,6,16,147),(2007,6,17,247),(2007,6,18,419),(2007,6,19,484),(2007,6,20,403),(2007,6,21,231),(2007,6,22,138),(2007,6,23,134),(2007,6,24,177),(2007,6,25,176),(2007,6,26,176),(2007,6,27,204),(2007,6,28,222),(2007,6,29,363),(2007,6,30,204),(2007,7,1,153),(2007,7,2,167),(2007,7,3,227),(2007,7,4,257),(2007,7,5,298),(2007,7,6,256),(2007,7,7,185),(2007,7,8,528),(2007,7,9,187),(2007,7,10,143),(2007,7,11,209),(2007,7,12,173),(2007,7,13,185),(2007,7,14,165),(2007,7,15,224),(2007,7,16,156),(2007,7,17,312),(2007,7,18,183),(2007,7,19,158),(2007,7,20,173),(2007,7,21,231),(2007,7,22,255),(2007,7,23,272),(2007,7,24,453),(2007,7,25,284),(2007,7,26,365),(2007,7,27,191),(2007,7,28,188),(2007,7,29,309),(2007,7,30,182),(2007,7,31,252),(2007,8,1,204),(2007,8,2,286),(2007,8,3,246),(2007,8,4,465),(2007,8,5,192),(2007,8,6,134),(2007,8,7,177),(2007,8,8,289),(2007,8,9,427),(2007,8,10,438),(2007,8,11,269),(2007,8,12,250),(2007,8,13,340),(2007,8,14,466),(2007,8,15,380),(2007,8,16,442),(2007,8,17,816),(2007,8,18,996),(2007,8,19,2238),(2007,8,20,1974),(2007,8,21,1897),(2007,8,22,690),(2007,8,23,1220),(2007,8,24,529),(2007,8,25,961),(2007,8,26,625),(2007,8,27,849),(2007,8,28,1284),(2007,8,29,1147),(2007,8,30,1459),(2007,8,31,1151),(2007,9,1,417),(2007,9,2,1188),(2007,9,3,1744),(2007,9,4,1418),(2007,9,5,217),(2007,9,6,238),(2007,9,7,144),(2007,9,8,101),(2007,9,9,190),(2007,9,10,704),(2007,9,11,615),(2007,9,12,324),(2007,9,13,1203),(2007,9,14,133),(2007,9,15,81),(2007,9,16,105),(2007,9,17,94),(2007,9,18,142),(2007,9,19,169),(2007,9,20,294),(2007,9,21,930),(2007,9,22,2092),(2007,9,23,269),(2007,9,24,272),(2007,9,25,555),(2007,9,26,856),(2007,9,27,335),(2007,9,28,110),(2007,9,29,513),(2007,9,30,1598),(2007,10,1,70),(2007,10,2,442),(2007,10,3,1151),(2007,10,4,1125),(2007,10,5,724),(2007,10,6,109),(2007,10,7,1273),(2007,10,8,82),(2007,10,9,125),(2007,10,10,101),(2007,10,11,457),(2007,10,12,569),(2007,10,13,167),(2007,10,14,250),(2007,10,15,777),(2007,10,16,1329),(2007,10,17,583),(2007,10,18,586),(2007,10,19,444),(2007,10,20,797),(2007,10,21,865),(2007,10,22,396),(2007,10,23,55),(2007,10,24,60),(2007,10,25,117),(2007,10,26,52),(2007,10,27,173),(2007,10,28,99),(2007,10,29,172),(2007,10,30,2062),(2007,10,31,416),(2007,11,1,224),(2007,11,2,86),(2007,11,3,95),(2007,11,4,81),(2007,11,5,112),(2007,11,6,90),(2007,11,7,98),(2007,11,8,134),(2007,11,9,168),(2007,11,10,275),(2007,11,11,526),(2007,11,12,107),(2007,11,13,245),(2007,11,14,128),(2007,11,15,128),(2007,11,16,134),(2007,11,17,212),(2007,11,18,142),(2007,11,19,65),(2007,11,20,152),(2007,11,21,106),(2007,11,22,246),(2007,11,23,2572),(2007,11,24,300),(2007,11,25,531),(2007,11,26,178),(2007,11,27,172),(2007,11,28,116),(2007,11,29,321),(2007,11,30,455),(2007,12,1,67),(2007,12,2,1872),(2007,12,3,1658),(2007,12,4,367),(2007,12,5,90),(2007,12,6,150),(2007,12,7,124),(2007,12,8,147),(2007,12,9,672),(2007,12,10,179),(2007,12,11,620),(2007,12,12,1434),(2007,12,13,634),(2007,12,14,92),(2007,12,15,60),(2007,12,16,61),(2007,12,17,544),(2007,12,18,102),(2007,12,19,166),(2007,12,20,1308),(2007,12,21,1892),(2007,12,22,979),(2007,12,23,780),(2007,12,24,212),(2007,12,25,298),(2007,12,26,114),(2007,12,27,1936),(2007,12,28,688),(2007,12,29,812),(2007,12,30,374),(2007,12,31,124),(2008,1,1,260),(2008,1,2,132),(2008,1,3,206),(2008,1,4,517),(2008,1,5,576),(2008,1,6,1205),(2008,1,7,1344),(2008,1,8,461),(2008,1,9,587),(2008,1,10,633),(2008,1,11,305),(2008,1,12,92),(2008,1,13,322),(2008,1,14,104),(2008,1,15,148),(2008,1,16,1384),(2008,1,17,1395),(2008,1,18,756),(2008,1,19,231),(2008,1,20,247),(2008,1,21,282),(2008,1,22,163),(2008,1,23,204),(2008,1,24,155),(2008,1,25,236),(2008,1,26,520),(2008,1,27,253),(2008,1,28,490),(2008,1,29,198),(2008,1,30,207),(2008,1,31,266),(2008,2,1,1121),(2008,2,2,942),(2008,2,3,1267),(2008,2,4,1388),(2008,2,5,1236),(2008,2,6,947),(2008,2,7,1087),(2008,2,8,1161),(2008,2,9,979),(2008,2,10,666),(2008,2,11,383),(2008,2,12,626),(2008,2,13,886),(2008,2,14,471),(2008,2,15,412),(2008,2,16,514),(2008,2,17,188),(2008,2,18,226),(2008,2,19,172),(2008,2,20,166),(2008,2,21,236),(2008,2,22,185),(2008,2,23,148),(2008,2,24,203),(2008,2,25,153),(2008,2,26,148),(2008,2,27,141),(2008,2,28,412),(2008,2,29,339),(2008,3,1,234),(2008,3,2,745),(2008,3,3,513),(2008,3,4,891),(2008,3,5,841),(2008,3,6,435),(2008,3,7,376),(2008,3,8,798),(2008,3,9,2566),(2008,3,10,1263),(2008,3,11,1091),(2008,3,12,1119),(2008,3,13,1042),(2008,3,14,1375),(2008,3,15,802),(2008,3,16,953),(2008,3,17,901),(2008,3,18,796),(2008,3,19,1013),(2008,3,20,610),(2008,3,21,539),(2008,3,22,984),(2008,3,23,590),(2008,3,24,0),(2008,3,25,0),(2008,3,26,0),(2008,3,27,0),(2008,3,28,0),(2008,3,29,0),(2008,3,30,0),(2008,3,31,0),(2008,4,1,0),(2008,4,2,0),(2008,4,3,0),(2008,4,4,0),(2008,4,5,0),(2008,4,6,0),(2008,4,7,0),(2008,4,8,0),(2008,4,9,0),(2008,4,10,0),(2008,4,11,0),(2008,4,12,0),(2008,4,13,0),(2008,4,14,0),(2008,4,15,0),(2008,4,16,0),(2008,4,17,0),(2008,4,18,0),(2008,4,19,0),(2008,4,20,0),(2008,4,21,0),(2008,4,22,0),(2008,4,23,0),(2008,4,24,0),(2008,4,25,0),(2008,4,26,0),(2008,4,27,0),(2008,4,28,0),(2008,4,29,0),(2008,4,30,0),(2008,5,1,0),(2008,5,2,0),(2008,5,3,0),(2008,5,4,0),(2008,5,5,0),(2008,5,6,0),(2008,5,7,0),(2008,5,8,0),(2008,5,9,0),(2008,5,10,0),(2008,5,11,0),(2008,5,12,0),(2008,5,13,0),(2008,5,14,0),(2008,5,15,0),(2008,5,16,0),(2008,5,17,0),(2008,5,18,0),(2008,5,19,0),(2008,5,20,0),(2008,5,21,0),(2008,5,22,0),(2008,5,23,0),(2008,5,24,0),(2008,5,25,0),(2008,5,26,0),(2008,5,27,0),(2008,5,28,0),(2008,5,29,0),(2008,5,30,0),(2008,5,31,0),(2008,6,1,0),(2008,6,2,0),(2008,6,3,0),(2008,6,4,0),(2008,6,5,0),(2008,6,6,0),(2008,6,7,0),(2008,6,8,0),(2008,6,9,0),(2008,6,10,0),(2008,6,11,0),(2008,6,12,0),(2008,6,13,0),(2008,6,14,0),(2008,6,15,0),(2008,6,16,0),(2008,6,17,0),(2008,6,18,0),(2008,6,19,0),(2008,6,20,0),(2008,6,21,0),(2008,6,22,0),(2008,6,23,0),(2008,6,24,0),(2008,6,25,0),(2008,6,26,0),(2008,6,27,0),(2008,6,28,0),(2008,6,29,0),(2008,6,30,0),(2008,7,1,0),(2008,7,2,0),(2008,7,3,0),(2008,7,4,0),(2008,7,5,0),(2008,7,6,0),(2008,7,7,0),(2008,7,8,0),(2008,7,9,0),(2008,7,10,0),(2008,7,11,0),(2008,7,12,0),(2008,7,13,0),(2008,7,14,0),(2008,7,15,0),(2008,7,16,0),(2008,7,17,0),(2008,7,18,0),(2008,7,19,0),(2008,7,20,0),(2008,7,21,0),(2008,7,22,0),(2008,7,23,0),(2008,7,24,0),(2008,7,25,0),(2008,7,26,0),(2008,7,27,0),(2008,7,28,0),(2008,7,29,0),(2008,7,30,0),(2008,7,31,0),(2008,8,1,0),(2008,8,2,0),(2008,8,3,0),(2008,8,4,0),(2008,8,5,0),(2008,8,6,0),(2008,8,7,0),(2008,8,8,0),(2008,8,9,0),(2008,8,10,0),(2008,8,11,0),(2008,8,12,0),(2008,8,13,0),(2008,8,14,0),(2008,8,15,0),(2008,8,16,0),(2008,8,17,0),(2008,8,18,0),(2008,8,19,0),(2008,8,20,0),(2008,8,21,0),(2008,8,22,0),(2008,8,23,0),(2008,8,24,0),(2008,8,25,0),(2008,8,26,0),(2008,8,27,0),(2008,8,28,0),(2008,8,29,0),(2008,8,30,0),(2008,8,31,0),(2008,9,1,0),(2008,9,2,0),(2008,9,3,0),(2008,9,4,0),(2008,9,5,0),(2008,9,6,0),(2008,9,7,0),(2008,9,8,0),(2008,9,9,0),(2008,9,10,0),(2008,9,11,0),(2008,9,12,0),(2008,9,13,0),(2008,9,14,0),(2008,9,15,0),(2008,9,16,0),(2008,9,17,0),(2008,9,18,0),(2008,9,19,0),(2008,9,20,0),(2008,9,21,0),(2008,9,22,0),(2008,9,23,0),(2008,9,24,0),(2008,9,25,0),(2008,9,26,0),(2008,9,27,0),(2008,9,28,0),(2008,9,29,0),(2008,9,30,0),(2008,10,1,0),(2008,10,2,0),(2008,10,3,0),(2008,10,4,0),(2008,10,5,0),(2008,10,6,0),(2008,10,7,0),(2008,10,8,0),(2008,10,9,0),(2008,10,10,0),(2008,10,11,0),(2008,10,12,0),(2008,10,13,0),(2008,10,14,0),(2008,10,15,0),(2008,10,16,0),(2008,10,17,0),(2008,10,18,0),(2008,10,19,0),(2008,10,20,0),(2008,10,21,0),(2008,10,22,0),(2008,10,23,0),(2008,10,24,0),(2008,10,25,0),(2008,10,26,0),(2008,10,27,0),(2008,10,28,0),(2008,10,29,0),(2008,10,30,0),(2008,10,31,0),(2008,11,1,0),(2008,11,2,0),(2008,11,3,0),(2008,11,4,0),(2008,11,5,0),(2008,11,6,0),(2008,11,7,0),(2008,11,8,0),(2008,11,9,0),(2008,11,10,0),(2008,11,11,0),(2008,11,12,0),(2008,11,13,0),(2008,11,14,0),(2008,11,15,0),(2008,11,16,0),(2008,11,17,0),(2008,11,18,0),(2008,11,19,0),(2008,11,20,0),(2008,11,21,0),(2008,11,22,0),(2008,11,23,0),(2008,11,24,0),(2008,11,25,0),(2008,11,26,0),(2008,11,27,0),(2008,11,28,0),(2008,11,29,0),(2008,11,30,0),(2008,12,1,0),(2008,12,2,0),(2008,12,3,0),(2008,12,4,0),(2008,12,5,0),(2008,12,6,0),(2008,12,7,0),(2008,12,8,0),(2008,12,9,0),(2008,12,10,0),(2008,12,11,0),(2008,12,12,0),(2008,12,13,0),(2008,12,14,0),(2008,12,15,0),(2008,12,16,0),(2008,12,17,0),(2008,12,18,0),(2008,12,19,0),(2008,12,20,0),(2008,12,21,0),(2008,12,22,0),(2008,12,23,0),(2008,12,24,0),(2008,12,25,0),(2008,12,26,0),(2008,12,27,0),(2008,12,28,0),(2008,12,29,0),(2008,12,30,0),(2008,12,31,0); /*!40000 ALTER TABLE `nuke_stats_date` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_stats_hour` -- DROP TABLE IF EXISTS `nuke_stats_hour`; CREATE TABLE `nuke_stats_hour` ( `year` smallint(6) NOT NULL default '0', `month` tinyint(4) NOT NULL default '0', `date` tinyint(4) NOT NULL default '0', `hour` tinyint(4) NOT NULL default '0', `hits` int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_stats_hour` -- LOCK TABLES `nuke_stats_hour` WRITE; /*!40000 ALTER TABLE `nuke_stats_hour` DISABLE KEYS */; INSERT INTO `nuke_stats_hour` VALUES (2004,2,10,0,0),(2004,2,10,1,0),(2004,2,10,2,0),(2004,2,10,3,0),(2004,2,10,4,0),(2004,2,10,5,0),(2004,2,10,6,0),(2004,2,10,7,0),(2004,2,10,8,0),(2004,2,10,9,0),(2004,2,10,10,0),(2004,2,10,11,27),(2004,2,10,12,71),(2004,2,10,13,5),(2004,2,10,14,21),(2004,2,10,15,156),(2004,2,10,16,47),(2004,2,10,17,23),(2004,2,10,18,29),(2004,2,10,19,95),(2004,2,10,20,64),(2004,2,10,21,0),(2004,2,10,22,5),(2004,2,10,23,7),(2004,2,11,0,6),(2004,2,11,1,0),(2004,2,11,2,0),(2004,2,11,3,0),(2004,2,11,4,0),(2004,2,11,5,0),(2004,2,11,6,0),(2004,2,11,7,0),(2004,2,11,8,0),(2004,2,11,9,53),(2004,2,11,10,0),(2004,2,11,11,0),(2004,2,11,12,0),(2004,2,11,13,0),(2004,2,11,14,0),(2004,2,11,15,0),(2004,2,11,16,0),(2004,2,11,17,0),(2004,2,11,18,0),(2004,2,11,19,0),(2004,2,11,20,0),(2004,2,11,21,5),(2004,2,11,22,0),(2004,2,11,23,0),(2004,2,15,0,0),(2004,2,15,1,0),(2004,2,15,2,0),(2004,2,15,3,0),(2004,2,15,4,0),(2004,2,15,5,0),(2004,2,15,6,0),(2004,2,15,7,0),(2004,2,15,8,0),(2004,2,15,9,0),(2004,2,15,10,0),(2004,2,15,11,1),(2004,2,15,12,0),(2004,2,15,13,0),(2004,2,15,14,0),(2004,2,15,15,0),(2004,2,15,16,0),(2004,2,15,17,0),(2004,2,15,18,0),(2004,2,15,19,0),(2004,2,15,20,0),(2004,2,15,21,0),(2004,2,15,22,0),(2004,2,15,23,0),(2004,2,17,0,0),(2004,2,17,1,0),(2004,2,17,2,0),(2004,2,17,3,0),(2004,2,17,4,0),(2004,2,17,5,0),(2004,2,17,6,0),(2004,2,17,7,1),(2004,2,17,8,0),(2004,2,17,9,0),(2004,2,17,10,0),(2004,2,17,11,0),(2004,2,17,12,0),(2004,2,17,13,0),(2004,2,17,14,0),(2004,2,17,15,0),(2004,2,17,16,0),(2004,2,17,17,0),(2004,2,17,18,0),(2004,2,17,19,0),(2004,2,17,20,0),(2004,2,17,21,0),(2004,2,17,22,0),(2004,2,17,23,0),(2004,2,25,0,0),(2004,2,25,1,0),(2004,2,25,2,0),(2004,2,25,3,0),(2004,2,25,4,0),(2004,2,25,5,0),(2004,2,25,6,0),(2004,2,25,7,0),(2004,2,25,8,0),(2004,2,25,9,0),(2004,2,25,10,0),(2004,2,25,11,0),(2004,2,25,12,0),(2004,2,25,13,0),(2004,2,25,14,0),(2004,2,25,15,0),(2004,2,25,16,3),(2004,2,25,17,105),(2004,2,25,18,20),(2004,2,25,19,2),(2004,2,25,20,18),(2004,2,25,21,24),(2004,2,25,22,0),(2004,2,25,23,0),(2004,2,26,0,0),(2004,2,26,1,0),(2004,2,26,2,0),(2004,2,26,3,0),(2004,2,26,4,0),(2004,2,26,5,0),(2004,2,26,6,0),(2004,2,26,7,0),(2004,2,26,8,0),(2004,2,26,9,0),(2004,2,26,10,0),(2004,2,26,11,4),(2004,2,26,12,32),(2004,2,26,13,0),(2004,2,26,14,0),(2004,2,26,15,0),(2004,2,26,16,0),(2004,2,26,17,0),(2004,2,26,18,0),(2004,2,26,19,0),(2004,2,26,20,0),(2004,2,26,21,0),(2004,2,26,22,0),(2004,2,26,23,0),(2004,2,27,0,0),(2004,2,27,1,0),(2004,2,27,2,0),(2004,2,27,3,0),(2004,2,27,4,0),(2004,2,27,5,0),(2004,2,27,6,0),(2004,2,27,7,0),(2004,2,27,8,0),(2004,2,27,9,0),(2004,2,27,10,0),(2004,2,27,11,0),(2004,2,27,12,0),(2004,2,27,13,2),(2004,2,27,14,0),(2004,2,27,15,0),(2004,2,27,16,0),(2004,2,27,17,0),(2004,2,27,18,0),(2004,2,27,19,0),(2004,2,27,20,0),(2004,2,27,21,0),(2004,2,27,22,0),(2004,2,27,23,0),(2004,3,1,0,0),(2004,3,1,1,0),(2004,3,1,2,0),(2004,3,1,3,0),(2004,3,1,4,0),(2004,3,1,5,0),(2004,3,1,6,0),(2004,3,1,7,0),(2004,3,1,8,0),(2004,3,1,9,0),(2004,3,1,10,0),(2004,3,1,11,0),(2004,3,1,12,0),(2004,3,1,13,0),(2004,3,1,14,1),(2004,3,1,15,0),(2004,3,1,16,0),(2004,3,1,17,0),(2004,3,1,18,0),(2004,3,1,19,0),(2004,3,1,20,0),(2004,3,1,21,0),(2004,3,1,22,0),(2004,3,1,23,0),(2004,3,2,0,0),(2004,3,2,1,0),(2004,3,2,2,0),(2004,3,2,3,0),(2004,3,2,4,0),(2004,3,2,5,0),(2004,3,2,6,0),(2004,3,2,7,0),(2004,3,2,8,0),(2004,3,2,9,0),(2004,3,2,10,0),(2004,3,2,11,0),(2004,3,2,12,0),(2004,3,2,13,0),(2004,3,2,14,0),(2004,3,2,15,0),(2004,3,2,16,0),(2004,3,2,17,0),(2004,3,2,18,0),(2004,3,2,19,3),(2004,3,2,20,0),(2004,3,2,21,0),(2004,3,2,22,0),(2004,3,2,23,0),(2004,3,6,0,0),(2004,3,6,1,0),(2004,3,6,2,0),(2004,3,6,3,0),(2004,3,6,4,0),(2004,3,6,5,0),(2004,3,6,6,0),(2004,3,6,7,0),(2004,3,6,8,0),(2004,3,6,9,0),(2004,3,6,10,0),(2004,3,6,11,0),(2004,3,6,12,0),(2004,3,6,13,0),(2004,3,6,14,0),(2004,3,6,15,0),(2004,3,6,16,0),(2004,3,6,17,0),(2004,3,6,18,0),(2004,3,6,19,0),(2004,3,6,20,9),(2004,3,6,21,0),(2004,3,6,22,1),(2004,3,6,23,1),(2004,3,10,0,0),(2004,3,10,1,0),(2004,3,10,2,0),(2004,3,10,3,0),(2004,3,10,4,0),(2004,3,10,5,0),(2004,3,10,6,0),(2004,3,10,7,0),(2004,3,10,8,0),(2004,3,10,9,0),(2004,3,10,10,0),(2004,3,10,11,0),(2004,3,10,12,8),(2004,3,10,13,0),(2004,3,10,14,0),(2004,3,10,15,0),(2004,3,10,16,0),(2004,3,10,17,0),(2004,3,10,18,0),(2004,3,10,19,0),(2004,3,10,20,0),(2004,3,10,21,0),(2004,3,10,22,0),(2004,3,10,23,0),(2004,3,11,0,0),(2004,3,11,1,0),(2004,3,11,2,0),(2004,3,11,3,0),(2004,3,11,4,0),(2004,3,11,5,0),(2004,3,11,6,0),(2004,3,11,7,0),(2004,3,11,8,0),(2004,3,11,9,0),(2004,3,11,10,1),(2004,3,11,11,0),(2004,3,11,12,0),(2004,3,11,13,0),(2004,3,11,14,0),(2004,3,11,15,0),(2004,3,11,16,0),(2004,3,11,17,0),(2004,3,11,18,1),(2004,3,11,19,0),(2004,3,11,20,0),(2004,3,11,21,0),(2004,3,11,22,0),(2004,3,11,23,0),(2004,3,12,0,0),(2004,3,12,1,0),(2004,3,12,2,0),(2004,3,12,3,0),(2004,3,12,4,0),(2004,3,12,5,0),(2004,3,12,6,0),(2004,3,12,7,1),(2004,3,12,8,0),(2004,3,12,9,0),(2004,3,12,10,0),(2004,3,12,11,0),(2004,3,12,12,0),(2004,3,12,13,0),(2004,3,12,14,0),(2004,3,12,15,0),(2004,3,12,16,0),(2004,3,12,17,0),(2004,3,12,18,0),(2004,3,12,19,0),(2004,3,12,20,0),(2004,3,12,21,0),(2004,3,12,22,0),(2004,3,12,23,10),(2004,3,13,0,134),(2004,3,13,1,141),(2004,3,13,2,81),(2004,3,13,3,5),(2004,3,13,4,0),(2004,3,13,5,0),(2004,3,13,6,0),(2004,3,13,7,0),(2004,3,13,8,0),(2004,3,13,9,0),(2004,3,13,10,0),(2004,3,13,11,0),(2004,3,13,12,0),(2004,3,13,13,0),(2004,3,13,14,0),(2004,3,13,15,0),(2004,3,13,16,0),(2004,3,13,17,0),(2004,3,13,18,0),(2004,3,13,19,0),(2004,3,13,20,0),(2004,3,13,21,0),(2004,3,13,22,0),(2004,3,13,23,1),(2004,3,14,0,97),(2004,3,14,1,22),(2004,3,14,2,0),(2004,3,14,3,0),(2004,3,14,4,0),(2004,3,14,5,0),(2004,3,14,6,1),(2004,3,14,7,0),(2004,3,14,8,0),(2004,3,14,9,10),(2004,3,14,10,43),(2004,3,14,11,0),(2004,3,14,12,22),(2004,3,14,13,1),(2004,3,14,14,2),(2004,3,14,15,0),(2004,3,14,16,0),(2004,3,14,17,0),(2004,3,14,18,15),(2004,3,14,19,0),(2004,3,14,20,0),(2004,3,14,21,0),(2004,3,14,22,83),(2004,3,14,23,0),(2004,3,15,0,0),(2004,3,15,1,0),(2004,3,15,2,0),(2004,3,15,3,0),(2004,3,15,4,0),(2004,3,15,5,0),(2004,3,15,6,0),(2004,3,15,7,0),(2004,3,15,8,0),(2004,3,15,9,76),(2004,3,15,10,45),(2004,3,15,11,15),(2004,3,15,12,0),(2004,3,15,13,0),(2004,3,15,14,0),(2004,3,15,15,13),(2004,3,15,16,7),(2004,3,15,17,42),(2004,3,15,18,0),(2004,3,15,19,0),(2004,3,15,20,0),(2004,3,15,21,0),(2004,3,15,22,0),(2004,3,15,23,0),(2004,3,16,0,0),(2004,3,16,1,0),(2004,3,16,2,0),(2004,3,16,3,0),(2004,3,16,4,0),(2004,3,16,5,0),(2004,3,16,6,0),(2004,3,16,7,0),(2004,3,16,8,0),(2004,3,16,9,49),(2004,3,16,10,0),(2004,3,16,11,114),(2004,3,16,12,112),(2004,3,16,13,0),(2004,3,16,14,0),(2004,3,16,15,0),(2004,3,16,16,0),(2004,3,16,17,1),(2004,3,16,18,55),(2004,3,16,19,1),(2004,3,16,20,0),(2004,3,16,21,0),(2004,3,16,22,0),(2004,3,16,23,68),(2004,3,17,0,0),(2004,3,17,1,0),(2004,3,17,2,0),(2004,3,17,3,0),(2004,3,17,4,0),(2004,3,17,5,0),(2004,3,17,6,0),(2004,3,17,7,0),(2004,3,17,8,0),(2004,3,17,9,0),(2004,3,17,10,0),(2004,3,17,11,5),(2004,3,17,12,1),(2004,3,17,13,0),(2004,3,17,14,0),(2004,3,17,15,0),(2004,3,17,16,0),(2004,3,17,17,0),(2004,3,17,18,0),(2004,3,17,19,0),(2004,3,17,20,0),(2004,3,17,21,10),(2004,3,17,22,0),(2004,3,17,23,71),(2004,3,18,0,0),(2004,3,18,1,0),(2004,3,18,2,0),(2004,3,18,3,0),(2004,3,18,4,0),(2004,3,18,5,0),(2004,3,18,6,0),(2004,3,18,7,0),(2004,3,18,8,0),(2004,3,18,9,0),(2004,3,18,10,0),(2004,3,18,11,0),(2004,3,18,12,0),(2004,3,18,13,0),(2004,3,18,14,0),(2004,3,18,15,0),(2004,3,18,16,0),(2004,3,18,17,0),(2004,3,18,18,0),(2004,3,18,19,0),(2004,3,18,20,0),(2004,3,18,21,0),(2004,3,18,22,20),(2004,3,18,23,0),(2004,3,20,0,0),(2004,3,20,1,0),(2004,3,20,2,0),(2004,3,20,3,0),(2004,3,20,4,0),(2004,3,20,5,0),(2004,3,20,6,0),(2004,3,20,7,0),(2004,3,20,8,0),(2004,3,20,9,0),(2004,3,20,10,0),(2004,3,20,11,0),(2004,3,20,12,0),(2004,3,20,13,0),(2004,3,20,14,0),(2004,3,20,15,0),(2004,3,20,16,0),(2004,3,20,17,0),(2004,3,20,18,0),(2004,3,20,19,0),(2004,3,20,20,6),(2004,3,20,21,0),(2004,3,20,22,0),(2004,3,20,23,0),(2004,3,21,0,26),(2004,3,21,1,0),(2004,3,21,2,0),(2004,3,21,3,0),(2004,3,21,4,0),(2004,3,21,5,0),(2004,3,21,6,0),(2004,3,21,7,0),(2004,3,21,8,0),(2004,3,21,9,0),(2004,3,21,10,0),(2004,3,21,11,1),(2004,3,21,12,0),(2004,3,21,13,0),(2004,3,21,14,0),(2004,3,21,15,0),(2004,3,21,16,0),(2004,3,21,17,0),(2004,3,21,18,0),(2004,3,21,19,0),(2004,3,21,20,0),(2004,3,21,21,0),(2004,3,21,22,0),(2004,3,21,23,0),(2004,3,22,0,0),(2004,3,22,1,0),(2004,3,22,2,0),(2004,3,22,3,0),(2004,3,22,4,0),(2004,3,22,5,0),(2004,3,22,6,0),(2004,3,22,7,0),(2004,3,22,8,0),(2004,3,22,9,10),(2004,3,22,10,0),(2004,3,22,11,0),(2004,3,22,12,0),(2004,3,22,13,0),(2004,3,22,14,0),(2004,3,22,15,0),(2004,3,22,16,0),(2004,3,22,17,0),(2004,3,22,18,0),(2004,3,22,19,0),(2004,3,22,20,0),(2004,3,22,21,0),(2004,3,22,22,0),(2004,3,22,23,0),(2004,3,23,0,0),(2004,3,23,1,0),(2004,3,23,2,0),(2004,3,23,3,0),(2004,3,23,4,0),(2004,3,23,5,0),(2004,3,23,6,0),(2004,3,23,7,0),(2004,3,23,8,0),(2004,3,23,9,0),(2004,3,23,10,0),(2004,3,23,11,0),(2004,3,23,12,0),(2004,3,23,13,0),(2004,3,23,14,0),(2004,3,23,15,0),(2004,3,23,16,0),(2004,3,23,17,0),(2004,3,23,18,0),(2004,3,23,19,0),(2004,3,23,20,0),(2004,3,23,21,2),(2004,3,23,22,0),(2004,3,23,23,0),(2004,3,24,0,0),(2004,3,24,1,0),(2004,3,24,2,0),(2004,3,24,3,0),(2004,3,24,4,0),(2004,3,24,5,0),(2004,3,24,6,0),(2004,3,24,7,0),(2004,3,24,8,0),(2004,3,24,9,0),(2004,3,24,10,0),(2004,3,24,11,0),(2004,3,24,12,0),(2004,3,24,13,0),(2004,3,24,14,0),(2004,3,24,15,0),(2004,3,24,16,0),(2004,3,24,17,0),(2004,3,24,18,0),(2004,3,24,19,2),(2004,3,24,20,3),(2004,3,24,21,0),(2004,3,24,22,8),(2004,3,24,23,0),(2004,3,25,0,0),(2004,3,25,1,22),(2004,3,25,2,0),(2004,3,25,3,0),(2004,3,25,4,0),(2004,3,25,5,0),(2004,3,25,6,0),(2004,3,25,7,0),(2004,3,25,8,0),(2004,3,25,9,8),(2004,3,25,10,0),(2004,3,25,11,0),(2004,3,25,12,0),(2004,3,25,13,0),(2004,3,25,14,0),(2004,3,25,15,0),(2004,3,25,16,0),(2004,3,25,17,0),(2004,3,25,18,0),(2004,3,25,19,0),(2004,3,25,20,0),(2004,3,25,21,0),(2004,3,25,22,0),(2004,3,25,23,0),(2004,3,26,0,0),(2004,3,26,1,0),(2004,3,26,2,0),(2004,3,26,3,0),(2004,3,26,4,0),(2004,3,26,5,0),(2004,3,26,6,0),(2004,3,26,7,0),(2004,3,26,8,0),(2004,3,26,9,0),(2004,3,26,10,42),(2004,3,26,11,1),(2004,3,26,12,1),(2004,3,26,13,0),(2004,3,26,14,0),(2004,3,26,15,1),(2004,3,26,16,0),(2004,3,26,17,0),(2004,3,26,18,0),(2004,3,26,19,0),(2004,3,26,20,0),(2004,3,26,21,0),(2004,3,26,22,9),(2004,3,26,23,0),(2004,3,27,0,0),(2004,3,27,1,0),(2004,3,27,2,0),(2004,3,27,3,0),(2004,3,27,4,0),(2004,3,27,5,0),(2004,3,27,6,0),(2004,3,27,7,0),(2004,3,27,8,0),(2004,3,27,9,0),(2004,3,27,10,0),(2004,3,27,11,0),(2004,3,27,12,0),(2004,3,27,13,0),(2004,3,27,14,0),(2004,3,27,15,0),(2004,3,27,16,0),(2004,3,27,17,0),(2004,3,27,18,0),(2004,3,27,19,0),(2004,3,27,20,29),(2004,3,27,21,0),(2004,3,27,22,0),(2004,3,27,23,25),(2004,3,28,0,0),(2004,3,28,1,0),(2004,3,28,2,0),(2004,3,28,3,0),(2004,3,28,4,0),(2004,3,28,5,0),(2004,3,28,6,0),(2004,3,28,7,0),(2004,3,28,8,0),(2004,3,28,9,0),(2004,3,28,10,0),(2004,3,28,11,0),(2004,3,28,12,0),(2004,3,28,13,0),(2004,3,28,14,0),(2004,3,28,15,0),(2004,3,28,16,0),(2004,3,28,17,1),(2004,3,28,18,0),(2004,3,28,19,7),(2004,3,28,20,0),(2004,3,28,21,0),(2004,3,28,22,3),(2004,3,28,23,0),(2004,3,29,0,0),(2004,3,29,1,0),(2004,3,29,2,0),(2004,3,29,3,0),(2004,3,29,4,0),(2004,3,29,5,0),(2004,3,29,6,1),(2004,3,29,7,0),(2004,3,29,8,0),(2004,3,29,9,0),(2004,3,29,10,0),(2004,3,29,11,0),(2004,3,29,12,0),(2004,3,29,13,0),(2004,3,29,14,0),(2004,3,29,15,8),(2004,3,29,16,0),(2004,3,29,17,0),(2004,3,29,18,0),(2004,3,29,19,0),(2004,3,29,20,0),(2004,3,29,21,0),(2004,3,29,22,0),(2004,3,29,23,0),(2004,3,30,0,0),(2004,3,30,1,0),(2004,3,30,2,0),(2004,3,30,3,0),(2004,3,30,4,0),(2004,3,30,5,0),(2004,3,30,6,0),(2004,3,30,7,0),(2004,3,30,8,0),(2004,3,30,9,0),(2004,3,30,10,3),(2004,3,30,11,0),(2004,3,30,12,0),(2004,3,30,13,0),(2004,3,30,14,0),(2004,3,30,15,0),(2004,3,30,16,1),(2004,3,30,17,0),(2004,3,30,18,0),(2004,3,30,19,0),(2004,3,30,20,0),(2004,3,30,21,12),(2004,3,30,22,0),(2004,3,30,23,0),(2004,3,31,0,0),(2004,3,31,1,0),(2004,3,31,2,0),(2004,3,31,3,0),(2004,3,31,4,0),(2004,3,31,5,0),(2004,3,31,6,0),(2004,3,31,7,0),(2004,3,31,8,0),(2004,3,31,9,0),(2004,3,31,10,1),(2004,3,31,11,0),(2004,3,31,12,0),(2004,3,31,13,0),(2004,3,31,14,7),(2004,3,31,15,0),(2004,3,31,16,0),(2004,3,31,17,0),(2004,3,31,18,0),(2004,3,31,19,0),(2004,3,31,20,0),(2004,3,31,21,0),(2004,3,31,22,0),(2004,3,31,23,0),(2004,4,1,0,0),(2004,4,1,1,0),(2004,4,1,2,0),(2004,4,1,3,0),(2004,4,1,4,0),(2004,4,1,5,0),(2004,4,1,6,0),(2004,4,1,7,0),(2004,4,1,8,0),(2004,4,1,9,0),(2004,4,1,10,0),(2004,4,1,11,0),(2004,4,1,12,0),(2004,4,1,13,0),(2004,4,1,14,0),(2004,4,1,15,1),(2004,4,1,16,0),(2004,4,1,17,0),(2004,4,1,18,0),(2004,4,1,19,0),(2004,4,1,20,0),(2004,4,1,21,0),(2004,4,1,22,0),(2004,4,1,23,0),(2004,4,2,0,0),(2004,4,2,1,0),(2004,4,2,2,2),(2004,4,2,3,0),(2004,4,2,4,0),(2004,4,2,5,0),(2004,4,2,6,0),(2004,4,2,7,0),(2004,4,2,8,0),(2004,4,2,9,0),(2004,4,2,10,0),(2004,4,2,11,0),(2004,4,2,12,4),(2004,4,2,13,5),(2004,4,2,14,0),(2004,4,2,15,0),(2004,4,2,16,0),(2004,4,2,17,0),(2004,4,2,18,5),(2004,4,2,19,0),(2004,4,2,20,0),(2004,4,2,21,0),(2004,4,2,22,0),(2004,4,2,23,0),(2004,4,3,0,0),(2004,4,3,1,0),(2004,4,3,2,0),(2004,4,3,3,0),(2004,4,3,4,0),(2004,4,3,5,0),(2004,4,3,6,0),(2004,4,3,7,0),(2004,4,3,8,0),(2004,4,3,9,0),(2004,4,3,10,0),(2004,4,3,11,0),(2004,4,3,12,0),(2004,4,3,13,0),(2004,4,3,14,0),(2004,4,3,15,0),(2004,4,3,16,0),(2004,4,3,17,0),(2004,4,3,18,0),(2004,4,3,19,0),(2004,4,3,20,26),(2004,4,3,21,2),(2004,4,3,22,9),(2004,4,3,23,0),(2004,4,4,0,0),(2004,4,4,1,0),(2004,4,4,2,0),(2004,4,4,3,0),(2004,4,4,4,0),(2004,4,4,5,0),(2004,4,4,6,0),(2004,4,4,7,0),(2004,4,4,8,0),(2004,4,4,9,0),(2004,4,4,10,0),(2004,4,4,11,0),(2004,4,4,12,0),(2004,4,4,13,0),(2004,4,4,14,1),(2004,4,4,15,0),(2004,4,4,16,0),(2004,4,4,17,0),(2004,4,4,18,0),(2004,4,4,19,0),(2004,4,4,20,0),(2004,4,4,21,1),(2004,4,4,22,0),(2004,4,4,23,0),(2004,4,6,0,0),(2004,4,6,1,0),(2004,4,6,2,0),(2004,4,6,3,0),(2004,4,6,4,0),(2004,4,6,5,0),(2004,4,6,6,0),(2004,4,6,7,0),(2004,4,6,8,0),(2004,4,6,9,0),(2004,4,6,10,0),(2004,4,6,11,0),(2004,4,6,12,0),(2004,4,6,13,0),(2004,4,6,14,0),(2004,4,6,15,0),(2004,4,6,16,0),(2004,4,6,17,4),(2004,4,6,18,0),(2004,4,6,19,2),(2004,4,6,20,1),(2004,4,6,21,0),(2004,4,6,22,1),(2004,4,6,23,0),(2004,4,7,0,0),(2004,4,7,1,0),(2004,4,7,2,0),(2004,4,7,3,0),(2004,4,7,4,0),(2004,4,7,5,0),(2004,4,7,6,0),(2004,4,7,7,0),(2004,4,7,8,0),(2004,4,7,9,0),(2004,4,7,10,0),(2004,4,7,11,22),(2004,4,7,12,6),(2004,4,7,13,0),(2004,4,7,14,46),(2004,4,7,15,68),(2004,4,7,16,22),(2004,4,7,17,10),(2004,4,7,18,1),(2004,4,7,19,2),(2004,4,7,20,115),(2004,4,7,21,54),(2004,4,7,22,0),(2004,4,7,23,0),(2004,4,8,0,0),(2004,4,8,1,0),(2004,4,8,2,0),(2004,4,8,3,0),(2004,4,8,4,0),(2004,4,8,5,0),(2004,4,8,6,0),(2004,4,8,7,59),(2004,4,8,8,108),(2004,4,8,9,0),(2004,4,8,10,0),(2004,4,8,11,11),(2004,4,8,12,0),(2004,4,8,13,1),(2004,4,8,14,60),(2004,4,8,15,0),(2004,4,8,16,0),(2004,4,8,17,0),(2004,4,8,18,122),(2004,4,8,19,0),(2004,4,8,20,0),(2004,4,8,21,0),(2004,4,8,22,0),(2004,4,8,23,0),(2004,4,9,0,0),(2004,4,9,1,0),(2004,4,9,2,0),(2004,4,9,3,0),(2004,4,9,4,0),(2004,4,9,5,0),(2004,4,9,6,0),(2004,4,9,7,1),(2004,4,9,8,0),(2004,4,9,9,10),(2004,4,9,10,1),(2004,4,9,11,3),(2004,4,9,12,6),(2004,4,9,13,6),(2004,4,9,14,4),(2004,4,9,15,0),(2004,4,9,16,30),(2004,4,9,17,2),(2004,4,9,18,0),(2004,4,9,19,0),(2004,4,9,20,0),(2004,4,9,21,0),(2004,4,9,22,0),(2004,4,9,23,0),(2004,4,10,0,0),(2004,4,10,1,0),(2004,4,10,2,0),(2004,4,10,3,0),(2004,4,10,4,0),(2004,4,10,5,0),(2004,4,10,6,0),(2004,4,10,7,0),(2004,4,10,8,0),(2004,4,10,9,13),(2004,4,10,10,0),(2004,4,10,11,0),(2004,4,10,12,2),(2004,4,10,13,0),(2004,4,10,14,1),(2004,4,10,15,0),(2004,4,10,16,0),(2004,4,10,17,0),(2004,4,10,18,0),(2004,4,10,19,0),(2004,4,10,20,2),(2004,4,10,21,10),(2004,4,10,22,11),(2004,4,10,23,0),(2004,4,11,0,0),(2004,4,11,1,3),(2004,4,11,2,0),(2004,4,11,3,0),(2004,4,11,4,22),(2004,4,11,5,5),(2004,4,11,6,0),(2004,4,11,7,1),(2004,4,11,8,0),(2004,4,11,9,0),(2004,4,11,10,0),(2004,4,11,11,0),(2004,4,11,12,0),(2004,4,11,13,0),(2004,4,11,14,0),(2004,4,11,15,0),(2004,4,11,16,87),(2004,4,11,17,11),(2004,4,11,18,0),(2004,4,11,19,0),(2004,4,11,20,0),(2004,4,11,21,0),(2004,4,11,22,0),(2004,4,11,23,0),(2004,4,12,0,0),(2004,4,12,1,0),(2004,4,12,2,0),(2004,4,12,3,0),(2004,4,12,4,0),(2004,4,12,5,0),(2004,4,12,6,0),(2004,4,12,7,0),(2004,4,12,8,0),(2004,4,12,9,0),(2004,4,12,10,0),(2004,4,12,11,0),(2004,4,12,12,0),(2004,4,12,13,0),(2004,4,12,14,0),(2004,4,12,15,0),(2004,4,12,16,0),(2004,4,12,17,75),(2004,4,12,18,45),(2004,4,12,19,0),(2004,4,12,20,0),(2004,4,12,21,0),(2004,4,12,22,2),(2004,4,12,23,6),(2004,4,13,0,0),(2004,4,13,1,0),(2004,4,13,2,0),(2004,4,13,3,0),(2004,4,13,4,0),(2004,4,13,5,0),(2004,4,13,6,206),(2004,4,13,7,0),(2004,4,13,8,0),(2004,4,13,9,0),(2004,4,13,10,0),(2004,4,13,11,0),(2004,4,13,12,2),(2004,4,13,13,1),(2004,4,13,14,0),(2004,4,13,15,0),(2004,4,13,16,0),(2004,4,13,17,26),(2004,4,13,18,17),(2004,4,13,19,0),(2004,4,13,20,0),(2004,4,13,21,0),(2004,4,13,22,0),(2004,4,13,23,0),(2004,4,14,0,0),(2004,4,14,1,0),(2004,4,14,2,0),(2004,4,14,3,0),(2004,4,14,4,0),(2004,4,14,5,0),(2004,4,14,6,0),(2004,4,14,7,0),(2004,4,14,8,0),(2004,4,14,9,3),(2004,4,14,10,126),(2004,4,14,11,0),(2004,4,14,12,0),(2004,4,14,13,1),(2004,4,14,14,0),(2004,4,14,15,0),(2004,4,14,16,0),(2004,4,14,17,162),(2004,4,14,18,0),(2004,4,14,19,0),(2004,4,14,20,0),(2004,4,14,21,0),(2004,4,14,22,0),(2004,4,14,23,0),(2004,4,15,0,0),(2004,4,15,1,0),(2004,4,15,2,0),(2004,4,15,3,0),(2004,4,15,4,0),(2004,4,15,5,0),(2004,4,15,6,0),(2004,4,15,7,0),(2004,4,15,8,0),(2004,4,15,9,0),(2004,4,15,10,0),(2004,4,15,11,15),(2004,4,15,12,0),(2004,4,15,13,0),(2004,4,15,14,122),(2004,4,15,15,0),(2004,4,15,16,0),(2004,4,15,17,0),(2004,4,15,18,0),(2004,4,15,19,0),(2004,4,15,20,0),(2004,4,15,21,0),(2004,4,15,22,0),(2004,4,15,23,0),(2004,4,16,0,0),(2004,4,16,1,0),(2004,4,16,2,0),(2004,4,16,3,0),(2004,4,16,4,0),(2004,4,16,5,0),(2004,4,16,6,0),(2004,4,16,7,0),(2004,4,16,8,0),(2004,4,16,9,0),(2004,4,16,10,0),(2004,4,16,11,0),(2004,4,16,12,0),(2004,4,16,13,0),(2004,4,16,14,128),(2004,4,16,15,0),(2004,4,16,16,0),(2004,4,16,17,0),(2004,4,16,18,4),(2004,4,16,19,0),(2004,4,16,20,0),(2004,4,16,21,40),(2004,4,16,22,0),(2004,4,16,23,0),(2004,4,17,0,0),(2004,4,17,1,0),(2004,4,17,2,0),(2004,4,17,3,0),(2004,4,17,4,0),(2004,4,17,5,0),(2004,4,17,6,0),(2004,4,17,7,0),(2004,4,17,8,0),(2004,4,17,9,0),(2004,4,17,10,0),(2004,4,17,11,0),(2004,4,17,12,0),(2004,4,17,13,0),(2004,4,17,14,0),(2004,4,17,15,0),(2004,4,17,16,0),(2004,4,17,17,0),(2004,4,17,18,0),(2004,4,17,19,0),(2004,4,17,20,0),(2004,4,17,21,0),(2004,4,17,22,3),(2004,4,17,23,0),(2004,4,18,0,10),(2004,4,18,1,0),(2004,4,18,2,0),(2004,4,18,3,0),(2004,4,18,4,0),(2004,4,18,5,0),(2004,4,18,6,0),(2004,4,18,7,0),(2004,4,18,8,22),(2004,4,18,9,0),(2004,4,18,10,1),(2004,4,18,11,100),(2004,4,18,12,0),(2004,4,18,13,0),(2004,4,18,14,0),(2004,4,18,15,0),(2004,4,18,16,0),(2004,4,18,17,0),(2004,4,18,18,0),(2004,4,18,19,0),(2004,4,18,20,0),(2004,4,18,21,0),(2004,4,18,22,0),(2004,4,18,23,0),(2004,4,19,0,0),(2004,4,19,1,0),(2004,4,19,2,0),(2004,4,19,3,0),(2004,4,19,4,0),(2004,4,19,5,0),(2004,4,19,6,0),(2004,4,19,7,0),(2004,4,19,8,1),(2004,4,19,9,0),(2004,4,19,10,0),(2004,4,19,11,0),(2004,4,19,12,0),(2004,4,19,13,0),(2004,4,19,14,0),(2004,4,19,15,0),(2004,4,19,16,0),(2004,4,19,17,0),(2004,4,19,18,0),(2004,4,19,19,0),(2004,4,19,20,9),(2004,4,19,21,0),(2004,4,19,22,1),(2004,4,19,23,0),(2004,4,20,0,0),(2004,4,20,1,0),(2004,4,20,2,0),(2004,4,20,3,0),(2004,4,20,4,0),(2004,4,20,5,1),(2004,4,20,6,0),(2004,4,20,7,1),(2004,4,20,8,1),(2004,4,20,9,0),(2004,4,20,10,0),(2004,4,20,11,0),(2004,4,20,12,0),(2004,4,20,13,0),(2004,4,20,14,134),(2004,4,20,15,0),(2004,4,20,16,0),(2004,4,20,17,0),(2004,4,20,18,0),(2004,4,20,19,0),(2004,4,20,20,0),(2004,4,20,21,0),(2004,4,20,22,0),(2004,4,20,23,0),(2004,4,21,0,0),(2004,4,21,1,0),(2004,4,21,2,0),(2004,4,21,3,0),(2004,4,21,4,0),(2004,4,21,5,0),(2004,4,21,6,0),(2004,4,21,7,0),(2004,4,21,8,1),(2004,4,21,9,0),(2004,4,21,10,11),(2004,4,21,11,0),(2004,4,21,12,0),(2004,4,21,13,0),(2004,4,21,14,0),(2004,4,21,15,10),(2004,4,21,16,12),(2004,4,21,17,0),(2004,4,21,18,15),(2004,4,21,19,0),(2004,4,21,20,0),(2004,4,21,21,0),(2004,4,21,22,3),(2004,4,21,23,0),(2004,4,23,0,0),(2004,4,23,1,0),(2004,4,23,2,0),(2004,4,23,3,0),(2004,4,23,4,0),(2004,4,23,5,0),(2004,4,23,6,0),(2004,4,23,7,0),(2004,4,23,8,0),(2004,4,23,9,0),(2004,4,23,10,0),(2004,4,23,11,0),(2004,4,23,12,26),(2004,4,23,13,0),(2004,4,23,14,0),(2004,4,23,15,0),(2004,4,23,16,0),(2004,4,23,17,0),(2004,4,23,18,0),(2004,4,23,19,0),(2004,4,23,20,0),(2004,4,23,21,0),(2004,4,23,22,6),(2004,4,23,23,0),(2004,4,24,0,0),(2004,4,24,1,0),(2004,4,24,2,0),(2004,4,24,3,0),(2004,4,24,4,0),(2004,4,24,5,0),(2004,4,24,6,0),(2004,4,24,7,0),(2004,4,24,8,0),(2004,4,24,9,0),(2004,4,24,10,1),(2004,4,24,11,1),(2004,4,24,12,123),(2004,4,24,13,0),(2004,4,24,14,0),(2004,4,24,15,0),(2004,4,24,16,0),(2004,4,24,17,4),(2004,4,24,18,0),(2004,4,24,19,0),(2004,4,24,20,7),(2004,4,24,21,0),(2004,4,24,22,0),(2004,4,24,23,0),(2004,4,25,0,0),(2004,4,25,1,0),(2004,4,25,2,0),(2004,4,25,3,0),(2004,4,25,4,0),(2004,4,25,5,0),(2004,4,25,6,0),(2004,4,25,7,0),(2004,4,25,8,0),(2004,4,25,9,0),(2004,4,25,10,0),(2004,4,25,11,0),(2004,4,25,12,0),(2004,4,25,13,0),(2004,4,25,14,0),(2004,4,25,15,0),(2004,4,25,16,0),(2004,4,25,17,0),(2004,4,25,18,0),(2004,4,25,19,0),(2004,4,25,20,0),(2004,4,25,21,121),(2004,4,25,22,23),(2004,4,25,23,0),(2004,4,26,0,0),(2004,4,26,1,0),(2004,4,26,2,0),(2004,4,26,3,0),(2004,4,26,4,0),(2004,4,26,5,0),(2004,4,26,6,0),(2004,4,26,7,0),(2004,4,26,8,0),(2004,4,26,9,1),(2004,4,26,10,0),(2004,4,26,11,0),(2004,4,26,12,0),(2004,4,26,13,25),(2004,4,26,14,0),(2004,4,26,15,0),(2004,4,26,16,0),(2004,4,26,17,0),(2004,4,26,18,0),(2004,4,26,19,0),(2004,4,26,20,0),(2004,4,26,21,16),(2004,4,26,22,1),(2004,4,26,23,0),(2004,4,27,0,0),(2004,4,27,1,0),(2004,4,27,2,0),(2004,4,27,3,0),(2004,4,27,4,2),(2004,4,27,5,0),(2004,4,27,6,0),(2004,4,27,7,0),(2004,4,27,8,24),(2004,4,27,9,0),(2004,4,27,10,0),(2004,4,27,11,0),(2004,4,27,12,0),(2004,4,27,13,0),(2004,4,27,14,0),(2004,4,27,15,42),(2004,4,27,16,0),(2004,4,27,17,29),(2004,4,27,18,0),(2004,4,27,19,0),(2004,4,27,20,29),(2004,4,27,21,0),(2004,4,27,22,0),(2004,4,27,23,0),(2004,4,28,0,7),(2004,4,28,1,18),(2004,4,28,2,0),(2004,4,28,3,0),(2004,4,28,4,0),(2004,4,28,5,0),(2004,4,28,6,0),(2004,4,28,7,0),(2004,4,28,8,0),(2004,4,28,9,0),(2004,4,28,10,0),(2004,4,28,11,12),(2004,4,28,12,0),(2004,4,28,13,0),(2004,4,28,14,0),(2004,4,28,15,0),(2004,4,28,16,0),(2004,4,28,17,0),(2004,4,28,18,0),(2004,4,28,19,0),(2004,4,28,20,0),(2004,4,28,21,106),(2004,4,28,22,0),(2004,4,28,23,0),(2004,4,29,0,0),(2004,4,29,1,0),(2004,4,29,2,0),(2004,4,29,3,0),(2004,4,29,4,0),(2004,4,29,5,1),(2004,4,29,6,0),(2004,4,29,7,0),(2004,4,29,8,0),(2004,4,29,9,0),(2004,4,29,10,0),(2004,4,29,11,0),(2004,4,29,12,0),(2004,4,29,13,0),(2004,4,29,14,0),(2004,4,29,15,14),(2004,4,29,16,0),(2004,4,29,17,0),(2004,4,29,18,0),(2004,4,29,19,0),(2004,4,29,20,0),(2004,4,29,21,0),(2004,4,29,22,0),(2004,4,29,23,0),(2004,4,30,0,0),(2004,4,30,1,0),(2004,4,30,2,0),(2004,4,30,3,0),(2004,4,30,4,0),(2004,4,30,5,0),(2004,4,30,6,0),(2004,4,30,7,0),(2004,4,30,8,0),(2004,4,30,9,4),(2004,4,30,10,3),(2004,4,30,11,13),(2004,4,30,12,0),(2004,4,30,13,0),(2004,4,30,14,0),(2004,4,30,15,0),(2004,4,30,16,0),(2004,4,30,17,0),(2004,4,30,18,17),(2004,4,30,19,5),(2004,4,30,20,0),(2004,4,30,21,0),(2004,4,30,22,0),(2004,4,30,23,0),(2004,5,1,0,0),(2004,5,1,1,7),(2004,5,1,2,0),(2004,5,1,3,0),(2004,5,1,4,0),(2004,5,1,5,0),(2004,5,1,6,0),(2004,5,1,7,0),(2004,5,1,8,3),(2004,5,1,9,0),(2004,5,1,10,4),(2004,5,1,11,10),(2004,5,1,12,0),(2004,5,1,13,0),(2004,5,1,14,0),(2004,5,1,15,0),(2004,5,1,16,0),(2004,5,1,17,0),(2004,5,1,18,0),(2004,5,1,19,0),(2004,5,1,20,0),(2004,5,1,21,0),(2004,5,1,22,0),(2004,5,1,23,0),(2004,5,2,0,0),(2004,5,2,1,0),(2004,5,2,2,0),(2004,5,2,3,0),(2004,5,2,4,1),(2004,5,2,5,0),(2004,5,2,6,0),(2004,5,2,7,0),(2004,5,2,8,0),(2004,5,2,9,1),(2004,5,2,10,0),(2004,5,2,11,0),(2004,5,2,12,0),(2004,5,2,13,0),(2004,5,2,14,0),(2004,5,2,15,0),(2004,5,2,16,0),(2004,5,2,17,8),(2004,5,2,18,0),(2004,5,2,19,0),(2004,5,2,20,0),(2004,5,2,21,1),(2004,5,2,22,0),(2004,5,2,23,0),(2004,5,3,0,0),(2004,5,3,1,0),(2004,5,3,2,0),(2004,5,3,3,0),(2004,5,3,4,0),(2004,5,3,5,1),(2004,5,3,6,1),(2004,5,3,7,5),(2004,5,3,8,0),(2004,5,3,9,0),(2004,5,3,10,3),(2004,5,3,11,0),(2004,5,3,12,12),(2004,5,3,13,0),(2004,5,3,14,4),(2004,5,3,15,0),(2004,5,3,16,0),(2004,5,3,17,0),(2004,5,3,18,0),(2004,5,3,19,0),(2004,5,3,20,0),(2004,5,3,21,0),(2004,5,3,22,0),(2004,5,3,23,0),(2004,5,4,0,0),(2004,5,4,1,0),(2004,5,4,2,0),(2004,5,4,3,0),(2004,5,4,4,0),(2004,5,4,5,0),(2004,5,4,6,0),(2004,5,4,7,0),(2004,5,4,8,0),(2004,5,4,9,0),(2004,5,4,10,3),(2004,5,4,11,0),(2004,5,4,12,0),(2004,5,4,13,15),(2004,5,4,14,0),(2004,5,4,15,0),(2004,5,4,16,0),(2004,5,4,17,0),(2004,5,4,18,0),(2004,5,4,19,0),(2004,5,4,20,0),(2004,5,4,21,0),(2004,5,4,22,0),(2004,5,4,23,0),(2004,5,5,0,0),(2004,5,5,1,0),(2004,5,5,2,0),(2004,5,5,3,0),(2004,5,5,4,0),(2004,5,5,5,0),(2004,5,5,6,1),(2004,5,5,7,0),(2004,5,5,8,0),(2004,5,5,9,0),(2004,5,5,10,0),(2004,5,5,11,3),(2004,5,5,12,2),(2004,5,5,13,0),(2004,5,5,14,0),(2004,5,5,15,0),(2004,5,5,16,0),(2004,5,5,17,0),(2004,5,5,18,0),(2004,5,5,19,0),(2004,5,5,20,1),(2004,5,5,21,0),(2004,5,5,22,0),(2004,5,5,23,0),(2004,5,6,0,0),(2004,5,6,1,0),(2004,5,6,2,0),(2004,5,6,3,0),(2004,5,6,4,0),(2004,5,6,5,0),(2004,5,6,6,1),(2004,5,6,7,0),(2004,5,6,8,0),(2004,5,6,9,0),(2004,5,6,10,0),(2004,5,6,11,0),(2004,5,6,12,0),(2004,5,6,13,0),(2004,5,6,14,0),(2004,5,6,15,0),(2004,5,6,16,0),(2004,5,6,17,0),(2004,5,6,18,0),(2004,5,6,19,0),(2004,5,6,20,0),(2004,5,6,21,0),(2004,5,6,22,0),(2004,5,6,23,0),(2004,5,7,0,0),(2004,5,7,1,0),(2004,5,7,2,0),(2004,5,7,3,0),(2004,5,7,4,0),(2004,5,7,5,0),(2004,5,7,6,1),(2004,5,7,7,0),(2004,5,7,8,0),(2004,5,7,9,0),(2004,5,7,10,2),(2004,5,7,11,3),(2004,5,7,12,4),(2004,5,7,13,0),(2004,5,7,14,0),(2004,5,7,15,108),(2004,5,7,16,3),(2004,5,7,17,0),(2004,5,7,18,0),(2004,5,7,19,0),(2004,5,7,20,0),(2004,5,7,21,0),(2004,5,7,22,0),(2004,5,7,23,0),(2004,5,9,0,17),(2004,5,9,1,1),(2004,5,9,2,0),(2004,5,9,3,0),(2004,5,9,4,0),(2004,5,9,5,0),(2004,5,9,6,0),(2004,5,9,7,0),(2004,5,9,8,0),(2004,5,9,9,0),(2004,5,9,10,0),(2004,5,9,11,26),(2004,5,9,12,0),(2004,5,9,13,0),(2004,5,9,14,0),(2004,5,9,15,70),(2004,5,9,16,55),(2004,5,9,17,0),(2004,5,9,18,0),(2004,5,9,19,0),(2004,5,9,20,0),(2004,5,9,21,0),(2004,5,9,22,0),(2004,5,9,23,0),(2004,5,10,0,0),(2004,5,10,1,0),(2004,5,10,2,0),(2004,5,10,3,0),(2004,5,10,4,0),(2004,5,10,5,0),(2004,5,10,6,0),(2004,5,10,7,0),(2004,5,10,8,0),(2004,5,10,9,0),(2004,5,10,10,0),(2004,5,10,11,1),(2004,5,10,12,0),(2004,5,10,13,0),(2004,5,10,14,0),(2004,5,10,15,42),(2004,5,10,16,0),(2004,5,10,17,0),(2004,5,10,18,0),(2004,5,10,19,0),(2004,5,10,20,0),(2004,5,10,21,7),(2004,5,10,22,0),(2004,5,10,23,8),(2004,5,12,0,0),(2004,5,12,1,0),(2004,5,12,2,0),(2004,5,12,3,0),(2004,5,12,4,0),(2004,5,12,5,0),(2004,5,12,6,0),(2004,5,12,7,0),(2004,5,12,8,0),(2004,5,12,9,0),(2004,5,12,10,0),(2004,5,12,11,0),(2004,5,12,12,0),(2004,5,12,13,0),(2004,5,12,14,9),(2004,5,12,15,9),(2004,5,12,16,0),(2004,5,12,17,0),(2004,5,12,18,0),(2004,5,12,19,3),(2004,5,12,20,0),(2004,5,12,21,0),(2004,5,12,22,0),(2004,5,12,23,4),(2004,5,13,0,0),(2004,5,13,1,0),(2004,5,13,2,0),(2004,5,13,3,0),(2004,5,13,4,0),(2004,5,13,5,0),(2004,5,13,6,0),(2004,5,13,7,0),(2004,5,13,8,0),(2004,5,13,9,3),(2004,5,13,10,0),(2004,5,13,11,1),(2004,5,13,12,0),(2004,5,13,13,121),(2004,5,13,14,0),(2004,5,13,15,0),(2004,5,13,16,0),(2004,5,13,17,0),(2004,5,13,18,0),(2004,5,13,19,0),(2004,5,13,20,0),(2004,5,13,21,24),(2004,5,13,22,1),(2004,5,13,23,0),(2004,5,14,0,3),(2004,5,14,1,0),(2004,5,14,2,0),(2004,5,14,3,0),(2004,5,14,4,0),(2004,5,14,5,0),(2004,5,14,6,0),(2004,5,14,7,0),(2004,5,14,8,0),(2004,5,14,9,8),(2004,5,14,10,0),(2004,5,14,11,0),(2004,5,14,12,0),(2004,5,14,13,1),(2004,5,14,14,21),(2004,5,14,15,2),(2004,5,14,16,0),(2004,5,14,17,0),(2004,5,14,18,0),(2004,5,14,19,0),(2004,5,14,20,0),(2004,5,14,21,0),(2004,5,14,22,0),(2004,5,14,23,0),(2004,5,15,0,1),(2004,5,15,1,0),(2004,5,15,2,0),(2004,5,15,3,0),(2004,5,15,4,0),(2004,5,15,5,0),(2004,5,15,6,0),(2004,5,15,7,0),(2004,5,15,8,0),(2004,5,15,9,0),(2004,5,15,10,0),(2004,5,15,11,2),(2004,5,15,12,0),(2004,5,15,13,0),(2004,5,15,14,0),(2004,5,15,15,0),(2004,5,15,16,0),(2004,5,15,17,0),(2004,5,15,18,0),(2004,5,15,19,8),(2004,5,15,20,0),(2004,5,15,21,0),(2004,5,15,22,1),(2004,5,15,23,0),(2004,5,16,0,9),(2004,5,16,1,12),(2004,5,16,2,4),(2004,5,16,3,0),(2004,5,16,4,1),(2004,5,16,5,10),(2004,5,16,6,16),(2004,5,16,7,18),(2004,5,16,8,21),(2004,5,16,9,53),(2004,5,16,10,8),(2004,5,16,11,0),(2004,5,16,12,0),(2004,5,16,13,0),(2004,5,16,14,0),(2004,5,16,15,0),(2004,5,16,16,0),(2004,5,16,17,0),(2004,5,16,18,0),(2004,5,16,19,0),(2004,5,16,20,4),(2004,5,16,21,0),(2004,5,16,22,0),(2004,5,16,23,0),(2004,5,17,0,0),(2004,5,17,1,0),(2004,5,17,2,0),(2004,5,17,3,0),(2004,5,17,4,0),(2004,5,17,5,0),(2004,5,17,6,0),(2004,5,17,7,0),(2004,5,17,8,0),(2004,5,17,9,0),(2004,5,17,10,0),(2004,5,17,11,12),(2004,5,17,12,0),(2004,5,17,13,10),(2004,5,17,14,1),(2004,5,17,15,180),(2004,5,17,16,12),(2004,5,17,17,0),(2004,5,17,18,0),(2004,5,17,19,0),(2004,5,17,20,1),(2004,5,17,21,6),(2004,5,17,22,0),(2004,5,17,23,0),(2004,5,18,0,4),(2004,5,18,1,0),(2004,5,18,2,0),(2004,5,18,3,0),(2004,5,18,4,0),(2004,5,18,5,0),(2004,5,18,6,0),(2004,5,18,7,0),(2004,5,18,8,0),(2004,5,18,9,0),(2004,5,18,10,0),(2004,5,18,11,0),(2004,5,18,12,0),(2004,5,18,13,0),(2004,5,18,14,3),(2004,5,18,15,0),(2004,5,18,16,0),(2004,5,18,17,0),(2004,5,18,18,3),(2004,5,18,19,1),(2004,5,18,20,2),(2004,5,18,21,0),(2004,5,18,22,0),(2004,5,18,23,6),(2004,5,19,0,0),(2004,5,19,1,0),(2004,5,19,2,0),(2004,5,19,3,0),(2004,5,19,4,0),(2004,5,19,5,0),(2004,5,19,6,2),(2004,5,19,7,1),(2004,5,19,8,0),(2004,5,19,9,0),(2004,5,19,10,0),(2004,5,19,11,0),(2004,5,19,12,0),(2004,5,19,13,0),(2004,5,19,14,0),(2004,5,19,15,0),(2004,5,19,16,1),(2004,5,19,17,1),(2004,5,19,18,5),(2004,5,19,19,1),(2004,5,19,20,0),(2004,5,19,21,0),(2004,5,19,22,0),(2004,5,19,23,0),(2004,5,21,0,0),(2004,5,21,1,0),(2004,5,21,2,1),(2004,5,21,3,0),(2004,5,21,4,0),(2004,5,21,5,0),(2004,5,21,6,0),(2004,5,21,7,0),(2004,5,21,8,0),(2004,5,21,9,0),(2004,5,21,10,0),(2004,5,21,11,0),(2004,5,21,12,1),(2004,5,21,13,0),(2004,5,21,14,0),(2004,5,21,15,3),(2004,5,21,16,1),(2004,5,21,17,0),(2004,5,21,18,0),(2004,5,21,19,0),(2004,5,21,20,0),(2004,5,21,21,0),(2004,5,21,22,0),(2004,5,21,23,0),(2004,5,22,0,2),(2004,5,22,1,0),(2004,5,22,2,1),(2004,5,22,3,1),(2004,5,22,4,2),(2004,5,22,5,0),(2004,5,22,6,0),(2004,5,22,7,0),(2004,5,22,8,0),(2004,5,22,9,0),(2004,5,22,10,0),(2004,5,22,11,0),(2004,5,22,12,0),(2004,5,22,13,0),(2004,5,22,14,0),(2004,5,22,15,0),(2004,5,22,16,0),(2004,5,22,17,0),(2004,5,22,18,1),(2004,5,22,19,0),(2004,5,22,20,0),(2004,5,22,21,0),(2004,5,22,22,1),(2004,5,22,23,1),(2004,5,23,0,0),(2004,5,23,1,1),(2004,5,23,2,0),(2004,5,23,3,0),(2004,5,23,4,0),(2004,5,23,5,0),(2004,5,23,6,0),(2004,5,23,7,0),(2004,5,23,8,1),(2004,5,23,9,0),(2004,5,23,10,1),(2004,5,23,11,0),(2004,5,23,12,0),(2004,5,23,13,0),(2004,5,23,14,0),(2004,5,23,15,0),(2004,5,23,16,20),(2004,5,23,17,4),(2004,5,23,18,0),(2004,5,23,19,0),(2004,5,23,20,0),(2004,5,23,21,0),(2004,5,23,22,0),(2004,5,23,23,0),(2004,5,24,0,1),(2004,5,24,1,0),(2004,5,24,2,0),(2004,5,24,3,0),(2004,5,24,4,0),(2004,5,24,5,0),(2004,5,24,6,0),(2004,5,24,7,0),(2004,5,24,8,0),(2004,5,24,9,0),(2004,5,24,10,0),(2004,5,24,11,0),(2004,5,24,12,0),(2004,5,24,13,0),(2004,5,24,14,11),(2004,5,24,15,0),(2004,5,24,16,0),(2004,5,24,17,0),(2004,5,24,18,0),(2004,5,24,19,0),(2004,5,24,20,0),(2004,5,24,21,0),(2004,5,24,22,0),(2004,5,24,23,0),(2004,5,25,0,1),(2004,5,25,1,0),(2004,5,25,2,0),(2004,5,25,3,0),(2004,5,25,4,35),(2004,5,25,5,0),(2004,5,25,6,0),(2004,5,25,7,0),(2004,5,25,8,0),(2004,5,25,9,0),(2004,5,25,10,0),(2004,5,25,11,1),(2004,5,25,12,0),(2004,5,25,13,14),(2004,5,25,14,0),(2004,5,25,15,0),(2004,5,25,16,0),(2004,5,25,17,1),(2004,5,25,18,0),(2004,5,25,19,5),(2004,5,25,20,0),(2004,5,25,21,0),(2004,5,25,22,0),(2004,5,25,23,0),(2004,5,26,0,1),(2004,5,26,1,0),(2004,5,26,2,0),(2004,5,26,3,0),(2004,5,26,4,0),(2004,5,26,5,0),(2004,5,26,6,0),(2004,5,26,7,0),(2004,5,26,8,1),(2004,5,26,9,0),(2004,5,26,10,4),(2004,5,26,11,0),(2004,5,26,12,0),(2004,5,26,13,0),(2004,5,26,14,0),(2004,5,26,15,1),(2004,5,26,16,0),(2004,5,26,17,0),(2004,5,26,18,0),(2004,5,26,19,0),(2004,5,26,20,0),(2004,5,26,21,0),(2004,5,26,22,0),(2004,5,26,23,0),(2004,5,27,0,1),(2004,5,27,1,0),(2004,5,27,2,0),(2004,5,27,3,5),(2004,5,27,4,0),(2004,5,27,5,0),(2004,5,27,6,0),(2004,5,27,7,0),(2004,5,27,8,0),(2004,5,27,9,1),(2004,5,27,10,0),(2004,5,27,11,0),(2004,5,27,12,0),(2004,5,27,13,0),(2004,5,27,14,0),(2004,5,27,15,0),(2004,5,27,16,0),(2004,5,27,17,0),(2004,5,27,18,0),(2004,5,27,19,0),(2004,5,27,20,0),(2004,5,27,21,0),(2004,5,27,22,0),(2004,5,27,23,0),(2004,5,28,0,0),(2004,5,28,1,0),(2004,5,28,2,0),(2004,5,28,3,0),(2004,5,28,4,0),(2004,5,28,5,0),(2004,5,28,6,0),(2004,5,28,7,0),(2004,5,28,8,0),(2004,5,28,9,0),(2004,5,28,10,0),(2004,5,28,11,1),(2004,5,28,12,0),(2004,5,28,13,0),(2004,5,28,14,0),(2004,5,28,15,0),(2004,5,28,16,0),(2004,5,28,17,0),(2004,5,28,18,0),(2004,5,28,19,0),(2004,5,28,20,0),(2004,5,28,21,1),(2004,5,28,22,0),(2004,5,28,23,0),(2004,5,29,0,0),(2004,5,29,1,0),(2004,5,29,2,0),(2004,5,29,3,0),(2004,5,29,4,0),(2004,5,29,5,0),(2004,5,29,6,0),(2004,5,29,7,0),(2004,5,29,8,0),(2004,5,29,9,0),(2004,5,29,10,2),(2004,5,29,11,0),(2004,5,29,12,0),(2004,5,29,13,0),(2004,5,29,14,0),(2004,5,29,15,0),(2004,5,29,16,0),(2004,5,29,17,4),(2004,5,29,18,0),(2004,5,29,19,1),(2004,5,29,20,0),(2004,5,29,21,0),(2004,5,29,22,0),(2004,5,29,23,0),(2004,5,30,0,0),(2004,5,30,1,0),(2004,5,30,2,0),(2004,5,30,3,0),(2004,5,30,4,0),(2004,5,30,5,0),(2004,5,30,6,0),(2004,5,30,7,0),(2004,5,30,8,0),(2004,5,30,9,1),(2004,5,30,10,0),(2004,5,30,11,0),(2004,5,30,12,0),(2004,5,30,13,0),(2004,5,30,14,0),(2004,5,30,15,0),(2004,5,30,16,0),(2004,5,30,17,0),(2004,5,30,18,0),(2004,5,30,19,0),(2004,5,30,20,1),(2004,5,30,21,0),(2004,5,30,22,0),(2004,5,30,23,0),(2004,5,31,0,0),(2004,5,31,1,0),(2004,5,31,2,0),(2004,5,31,3,0),(2004,5,31,4,0),(2004,5,31,5,0),(2004,5,31,6,0),(2004,5,31,7,0),(2004,5,31,8,0),(2004,5,31,9,0),(2004,5,31,10,0),(2004,5,31,11,0),(2004,5,31,12,0),(2004,5,31,13,5),(2004,5,31,14,7),(2004,5,31,15,0),(2004,5,31,16,10),(2004,5,31,17,0),(2004,5,31,18,0),(2004,5,31,19,0),(2004,5,31,20,0),(2004,5,31,21,0),(2004,5,31,22,0),(2004,5,31,23,0),(2004,6,1,0,0),(2004,6,1,1,0),(2004,6,1,2,0),(2004,6,1,3,0),(2004,6,1,4,0),(2004,6,1,5,0),(2004,6,1,6,0),(2004,6,1,7,0),(2004,6,1,8,1),(2004,6,1,9,3),(2004,6,1,10,1),(2004,6,1,11,21),(2004,6,1,12,14),(2004,6,1,13,0),(2004,6,1,14,12),(2004,6,1,15,14),(2004,6,1,16,1),(2004,6,1,17,6),(2004,6,1,18,0),(2004,6,1,19,1),(2004,6,1,20,2),(2004,6,1,21,0),(2004,6,1,22,0),(2004,6,1,23,0),(2004,6,2,0,0),(2004,6,2,1,0),(2004,6,2,2,0),(2004,6,2,3,0),(2004,6,2,4,0),(2004,6,2,5,0),(2004,6,2,6,0),(2004,6,2,7,0),(2004,6,2,8,0),(2004,6,2,9,0),(2004,6,2,10,0),(2004,6,2,11,0),(2004,6,2,12,0),(2004,6,2,13,1),(2004,6,2,14,0),(2004,6,2,15,0),(2004,6,2,16,0),(2004,6,2,17,0),(2004,6,2,18,1),(2004,6,2,19,0),(2004,6,2,20,0),(2004,6,2,21,0),(2004,6,2,22,0),(2004,6,2,23,0),(2004,6,3,0,28),(2004,6,3,1,0),(2004,6,3,2,0),(2004,6,3,3,0),(2004,6,3,4,0),(2004,6,3,5,0),(2004,6,3,6,0),(2004,6,3,7,0),(2004,6,3,8,0),(2004,6,3,9,0),(2004,6,3,10,0),(2004,6,3,11,1),(2004,6,3,12,2),(2004,6,3,13,2),(2004,6,3,14,0),(2004,6,3,15,0),(2004,6,3,16,0),(2004,6,3,17,0),(2004,6,3,18,0),(2004,6,3,19,0),(2004,6,3,20,0),(2004,6,3,21,0),(2004,6,3,22,0),(2004,6,3,23,0),(2004,6,4,0,1),(2004,6,4,1,0),(2004,6,4,2,0),(2004,6,4,3,0),(2004,6,4,4,0),(2004,6,4,5,0),(2004,6,4,6,0),(2004,6,4,7,0),(2004,6,4,8,0),(2004,6,4,9,0),(2004,6,4,10,0),(2004,6,4,11,0),(2004,6,4,12,0),(2004,6,4,13,0),(2004,6,4,14,0),(2004,6,4,15,0),(2004,6,4,16,3),(2004,6,4,17,0),(2004,6,4,18,0),(2004,6,4,19,0),(2004,6,4,20,0),(2004,6,4,21,0),(2004,6,4,22,0),(2004,6,4,23,2),(2004,6,5,0,0),(2004,6,5,1,0),(2004,6,5,2,0),(2004,6,5,3,0),(2004,6,5,4,0),(2004,6,5,5,0),(2004,6,5,6,0),(2004,6,5,7,1),(2004,6,5,8,0),(2004,6,5,9,54),(2004,6,5,10,1),(2004,6,5,11,0),(2004,6,5,12,0),(2004,6,5,13,0),(2004,6,5,14,0),(2004,6,5,15,0),(2004,6,5,16,1),(2004,6,5,17,4),(2004,6,5,18,0),(2004,6,5,19,2),(2004,6,5,20,0),(2004,6,5,21,0),(2004,6,5,22,0),(2004,6,5,23,25),(2004,6,6,0,0),(2004,6,6,1,0),(2004,6,6,2,0),(2004,6,6,3,0),(2004,6,6,4,0),(2004,6,6,5,0),(2004,6,6,6,0),(2004,6,6,7,1),(2004,6,6,8,0),(2004,6,6,9,0),(2004,6,6,10,0),(2004,6,6,11,0),(2004,6,6,12,4),(2004,6,6,13,0),(2004,6,6,14,0),(2004,6,6,15,0),(2004,6,6,16,0),(2004,6,6,17,0),(2004,6,6,18,0),(2004,6,6,19,0),(2004,6,6,20,0),(2004,6,6,21,0),(2004,6,6,22,0),(2004,6,6,23,0),(2004,6,7,0,0),(2004,6,7,1,3),(2004,6,7,2,8),(2004,6,7,3,1),(2004,6,7,4,0),(2004,6,7,5,0),(2004,6,7,6,0),(2004,6,7,7,0),(2004,6,7,8,2),(2004,6,7,9,11),(2004,6,7,10,3),(2004,6,7,11,6),(2004,6,7,12,0),(2004,6,7,13,0),(2004,6,7,14,1),(2004,6,7,15,3),(2004,6,7,16,0),(2004,6,7,17,0),(2004,6,7,18,0),(2004,6,7,19,2),(2004,6,7,20,2),(2004,6,7,21,0),(2004,6,7,22,34),(2004,6,7,23,63),(2004,6,8,0,55),(2004,6,8,1,0),(2004,6,8,2,0),(2004,6,8,3,0),(2004,6,8,4,0),(2004,6,8,5,4),(2004,6,8,6,9),(2004,6,8,7,1),(2004,6,8,8,22),(2004,6,8,9,6),(2004,6,8,10,17),(2004,6,8,11,17),(2004,6,8,12,7),(2004,6,8,13,2),(2004,6,8,14,25),(2004,6,8,15,0),(2004,6,8,16,0),(2004,6,8,17,0),(2004,6,8,18,15),(2004,6,8,19,6),(2004,6,8,20,0),(2004,6,8,21,0),(2004,6,8,22,16),(2004,6,8,23,7),(2004,6,9,0,0),(2004,6,9,1,0),(2004,6,9,2,0),(2004,6,9,3,0),(2004,6,9,4,0),(2004,6,9,5,0),(2004,6,9,6,0),(2004,6,9,7,0),(2004,6,9,8,0),(2004,6,9,9,0),(2004,6,9,10,0),(2004,6,9,11,0),(2004,6,9,12,0),(2004,6,9,13,15),(2004,6,9,14,0),(2004,6,9,15,0),(2004,6,9,16,0),(2004,6,9,17,0),(2004,6,9,18,0),(2004,6,9,19,11),(2004,6,9,20,0),(2004,6,9,21,0),(2004,6,9,22,0),(2004,6,9,23,0),(2004,6,10,0,0),(2004,6,10,1,0),(2004,6,10,2,3),(2004,6,10,3,18),(2004,6,10,4,12),(2004,6,10,5,2),(2004,6,10,6,6),(2004,6,10,7,0),(2004,6,10,8,0),(2004,6,10,9,0),(2004,6,10,10,0),(2004,6,10,11,0),(2004,6,10,12,0),(2004,6,10,13,0),(2004,6,10,14,1),(2004,6,10,15,0),(2004,6,10,16,0),(2004,6,10,17,7),(2004,6,10,18,41),(2004,6,10,19,0),(2004,6,10,20,0),(2004,6,10,21,0),(2004,6,10,22,165),(2004,6,10,23,0),(2004,6,11,0,0),(2004,6,11,1,0),(2004,6,11,2,0),(2004,6,11,3,0),(2004,6,11,4,0),(2004,6,11,5,2),(2004,6,11,6,0),(2004,6,11,7,0),(2004,6,11,8,2),(2004,6,11,9,219),(2004,6,11,10,126),(2004,6,11,11,24),(2004,6,11,12,25),(2004,6,11,13,0),(2004,6,11,14,2),(2004,6,11,15,0),(2004,6,11,16,0),(2004,6,11,17,11),(2004,6,11,18,0),(2004,6,11,19,125),(2004,6,11,20,136),(2004,6,11,21,0),(2004,6,11,22,1),(2004,6,11,23,10),(2004,6,12,0,1),(2004,6,12,1,0),(2004,6,12,2,0),(2004,6,12,3,0),(2004,6,12,4,0),(2004,6,12,5,0),(2004,6,12,6,0),(2004,6,12,7,0),(2004,6,12,8,0),(2004,6,12,9,0),(2004,6,12,10,0),(2004,6,12,11,0),(2004,6,12,12,0),(2004,6,12,13,1),(2004,6,12,14,0),(2004,6,12,15,1),(2004,6,12,16,0),(2004,6,12,17,0),(2004,6,12,18,0),(2004,6,12,19,0),(2004,6,12,20,0),(2004,6,12,21,0),(2004,6,12,22,174),(2004,6,12,23,0),(2004,6,13,0,3),(2004,6,13,1,3),(2004,6,13,2,0),(2004,6,13,3,1),(2004,6,13,4,0),(2004,6,13,5,2),(2004,6,13,6,20),(2004,6,13,7,4),(2004,6,13,8,2),(2004,6,13,9,0),(2004,6,13,10,7),(2004,6,13,11,2),(2004,6,13,12,0),(2004,6,13,13,26),(2004,6,13,14,0),(2004,6,13,15,0),(2004,6,13,16,0),(2004,6,13,17,0),(2004,6,13,18,0),(2004,6,13,19,0),(2004,6,13,20,0),(2004,6,13,21,0),(2004,6,13,22,0),(2004,6,13,23,3),(2004,6,14,0,0),(2004,6,14,1,0),(2004,6,14,2,0),(2004,6,14,3,0),(2004,6,14,4,0),(2004,6,14,5,1),(2004,6,14,6,11),(2004,6,14,7,2),(2004,6,14,8,1),(2004,6,14,9,7),(2004,6,14,10,1),(2004,6,14,11,0),(2004,6,14,12,1),(2004,6,14,13,0),(2004,6,14,14,3),(2004,6,14,15,5),(2004,6,14,16,0),(2004,6,14,17,0),(2004,6,14,18,0),(2004,6,14,19,0),(2004,6,14,20,0),(2004,6,14,21,0),(2004,6,14,22,4),(2004,6,14,23,0),(2004,6,15,0,2),(2004,6,15,1,0),(2004,6,15,2,0),(2004,6,15,3,1),(2004,6,15,4,0),(2004,6,15,5,0),(2004,6,15,6,0),(2004,6,15,7,0),(2004,6,15,8,0),(2004,6,15,9,1),(2004,6,15,10,9),(2004,6,15,11,3),(2004,6,15,12,1),(2004,6,15,13,2),(2004,6,15,14,1),(2004,6,15,15,1),(2004,6,15,16,4),(2004,6,15,17,0),(2004,6,15,18,3),(2004,6,15,19,4),(2004,6,15,20,2),(2004,6,15,21,0),(2004,6,15,22,0),(2004,6,15,23,0),(2004,6,16,0,15),(2004,6,16,1,0),(2004,6,16,2,0),(2004,6,16,3,0),(2004,6,16,4,0),(2004,6,16,5,0),(2004,6,16,6,0),(2004,6,16,7,0),(2004,6,16,8,0),(2004,6,16,9,0),(2004,6,16,10,0),(2004,6,16,11,0),(2004,6,16,12,0),(2004,6,16,13,0),(2004,6,16,14,0),(2004,6,16,15,0),(2004,6,16,16,0),(2004,6,16,17,0),(2004,6,16,18,0),(2004,6,16,19,0),(2004,6,16,20,0),(2004,6,16,21,0),(2004,6,16,22,0),(2004,6,16,23,0),(2004,6,17,0,0),(2004,6,17,1,0),(2004,6,17,2,0),(2004,6,17,3,0),(2004,6,17,4,0),(2004,6,17,5,0),(2004,6,17,6,0),(2004,6,17,7,0),(2004,6,17,8,0),(2004,6,17,9,0),(2004,6,17,10,0),(2004,6,17,11,0),(2004,6,17,12,0),(2004,6,17,13,0),(2004,6,17,14,2),(2004,6,17,15,21),(2004,6,17,16,0),(2004,6,17,17,0),(2004,6,17,18,1),(2004,6,17,19,1),(2004,6,17,20,0),(2004,6,17,21,0),(2004,6,17,22,1),(2004,6,17,23,0),(2004,6,18,0,0),(2004,6,18,1,0),(2004,6,18,2,0),(2004,6,18,3,0),(2004,6,18,4,0),(2004,6,18,5,0),(2004,6,18,6,0),(2004,6,18,7,0),(2004,6,18,8,0),(2004,6,18,9,3),(2004,6,18,10,21),(2004,6,18,11,0),(2004,6,18,12,0),(2004,6,18,13,0),(2004,6,18,14,0),(2004,6,18,15,0),(2004,6,18,16,0),(2004,6,18,17,0),(2004,6,18,18,0),(2004,6,18,19,1),(2004,6,18,20,0),(2004,6,18,21,0),(2004,6,18,22,0),(2004,6,18,23,0),(2004,6,19,0,0),(2004,6,19,1,4),(2004,6,19,2,0),(2004,6,19,3,2),(2004,6,19,4,8),(2004,6,19,5,8),(2004,6,19,6,12),(2004,6,19,7,6),(2004,6,19,8,0),(2004,6,19,9,0),(2004,6,19,10,0),(2004,6,19,11,0),(2004,6,19,12,0),(2004,6,19,13,0),(2004,6,19,14,0),(2004,6,19,15,0),(2004,6,19,16,0),(2004,6,19,17,0),(2004,6,19,18,0),(2004,6,19,19,0),(2004,6,19,20,2),(2004,6,19,21,0),(2004,6,19,22,0),(2004,6,19,23,9),(2004,6,20,0,0),(2004,6,20,1,1),(2004,6,20,2,0),(2004,6,20,3,3),(2004,6,20,4,0),(2004,6,20,5,0),(2004,6,20,6,0),(2004,6,20,7,0),(2004,6,20,8,0),(2004,6,20,9,0),(2004,6,20,10,2),(2004,6,20,11,3),(2004,6,20,12,0),(2004,6,20,13,0),(2004,6,20,14,0),(2004,6,20,15,75),(2004,6,20,16,65),(2004,6,20,17,1),(2004,6,20,18,143),(2004,6,20,19,0),(2004,6,20,20,5),(2004,6,20,21,0),(2004,6,20,22,0),(2004,6,20,23,1),(2004,6,21,0,7),(2004,6,21,1,0),(2004,6,21,2,0),(2004,6,21,3,0),(2004,6,21,4,1),(2004,6,21,5,1),(2004,6,21,6,1),(2004,6,21,7,0),(2004,6,21,8,0),(2004,6,21,9,0),(2004,6,21,10,0),(2004,6,21,11,0),(2004,6,21,12,0),(2004,6,21,13,0),(2004,6,21,14,0),(2004,6,21,15,0),(2004,6,21,16,4),(2004,6,21,17,1),(2004,6,21,18,0),(2004,6,21,19,0),(2004,6,21,20,0),(2004,6,21,21,0),(2004,6,21,22,1),(2004,6,21,23,0),(2004,6,22,0,0),(2004,6,22,1,0),(2004,6,22,2,1),(2004,6,22,3,0),(2004,6,22,4,0),(2004,6,22,5,0),(2004,6,22,6,0),(2004,6,22,7,0),(2004,6,22,8,0),(2004,6,22,9,0),(2004,6,22,10,0),(2004,6,22,11,2),(2004,6,22,12,0),(2004,6,22,13,2),(2004,6,22,14,0),(2004,6,22,15,15),(2004,6,22,16,12),(2004,6,22,17,0),(2004,6,22,18,17),(2004,6,22,19,0),(2004,6,22,20,2),(2004,6,22,21,0),(2004,6,22,22,0),(2004,6,22,23,2),(2004,6,23,0,0),(2004,6,23,1,0),(2004,6,23,2,0),(2004,6,23,3,0),(2004,6,23,4,0),(2004,6,23,5,0),(2004,6,23,6,0),(2004,6,23,7,0),(2004,6,23,8,0),(2004,6,23,9,1),(2004,6,23,10,3),(2004,6,23,11,0),(2004,6,23,12,2),(2004,6,23,13,11),(2004,6,23,14,3),(2004,6,23,15,0),(2004,6,23,16,0),(2004,6,23,17,1),(2004,6,23,18,6),(2004,6,23,19,0),(2004,6,23,20,0),(2004,6,23,21,1),(2004,6,23,22,20),(2004,6,23,23,0),(2004,6,24,0,0),(2004,6,24,1,0),(2004,6,24,2,0),(2004,6,24,3,0),(2004,6,24,4,11),(2004,6,24,5,12),(2004,6,24,6,0),(2004,6,24,7,0),(2004,6,24,8,0),(2004,6,24,9,1),(2004,6,24,10,33),(2004,6,24,11,4),(2004,6,24,12,0),(2004,6,24,13,0),(2004,6,24,14,1),(2004,6,24,15,0),(2004,6,24,16,0),(2004,6,24,17,0),(2004,6,24,18,0),(2004,6,24,19,0),(2004,6,24,20,1),(2004,6,24,21,0),(2004,6,24,22,0),(2004,6,24,23,0),(2004,6,25,0,0),(2004,6,25,1,0),(2004,6,25,2,0),(2004,6,25,3,0),(2004,6,25,4,0),(2004,6,25,5,2),(2004,6,25,6,0),(2004,6,25,7,6),(2004,6,25,8,0),(2004,6,25,9,0),(2004,6,25,10,0),(2004,6,25,11,3),(2004,6,25,12,10),(2004,6,25,13,0),(2004,6,25,14,1),(2004,6,25,15,0),(2004,6,25,16,0),(2004,6,25,17,0),(2004,6,25,18,0),(2004,6,25,19,0),(2004,6,25,20,0),(2004,6,25,21,1),(2004,6,25,22,0),(2004,6,25,23,53),(2004,6,26,0,0),(2004,6,26,1,0),(2004,6,26,2,13),(2004,6,26,3,0),(2004,6,26,4,0),(2004,6,26,5,0),(2004,6,26,6,0),(2004,6,26,7,0),(2004,6,26,8,0),(2004,6,26,9,0),(2004,6,26,10,0),(2004,6,26,11,0),(2004,6,26,12,13),(2004,6,26,13,0),(2004,6,26,14,0),(2004,6,26,15,22),(2004,6,26,16,0),(2004,6,26,17,1),(2004,6,26,18,0),(2004,6,26,19,0),(2004,6,26,20,0),(2004,6,26,21,1),(2004,6,26,22,0),(2004,6,26,23,0),(2004,6,27,0,4),(2004,6,27,1,0),(2004,6,27,2,4),(2004,6,27,3,6),(2004,6,27,4,0),(2004,6,27,5,0),(2004,6,27,6,0),(2004,6,27,7,0),(2004,6,27,8,0),(2004,6,27,9,0),(2004,6,27,10,0),(2004,6,27,11,0),(2004,6,27,12,0),(2004,6,27,13,3),(2004,6,27,14,0),(2004,6,27,15,3),(2004,6,27,16,0),(2004,6,27,17,0),(2004,6,27,18,0),(2004,6,27,19,0),(2004,6,27,20,0),(2004,6,27,21,0),(2004,6,27,22,0),(2004,6,27,23,3),(2004,6,28,0,3),(2004,6,28,1,0),(2004,6,28,2,0),(2004,6,28,3,0),(2004,6,28,4,0),(2004,6,28,5,1),(2004,6,28,6,0),(2004,6,28,7,1),(2004,6,28,8,0),(2004,6,28,9,0),(2004,6,28,10,2),(2004,6,28,11,0),(2004,6,28,12,0),(2004,6,28,13,0),(2004,6,28,14,1),(2004,6,28,15,0),(2004,6,28,16,0),(2004,6,28,17,0),(2004,6,28,18,0),(2004,6,28,19,0),(2004,6,28,20,3),(2004,6,28,21,0),(2004,6,28,22,0),(2004,6,28,23,0),(2004,6,29,0,0),(2004,6,29,1,0),(2004,6,29,2,1),(2004,6,29,3,0),(2004,6,29,4,0),(2004,6,29,5,0),(2004,6,29,6,1),(2004,6,29,7,0),(2004,6,29,8,0),(2004,6,29,9,0),(2004,6,29,10,2),(2004,6,29,11,0),(2004,6,29,12,0),(2004,6,29,13,2),(2004,6,29,14,0),(2004,6,29,15,0),(2004,6,29,16,1),(2004,6,29,17,8),(2004,6,29,18,25),(2004,6,29,19,46),(2004,6,29,20,0),(2004,6,29,21,0),(2004,6,29,22,0),(2004,6,29,23,0),(2004,6,30,0,0),(2004,6,30,1,0),(2004,6,30,2,0),(2004,6,30,3,1),(2004,6,30,4,1),(2004,6,30,5,8),(2004,6,30,6,13),(2004,6,30,7,5),(2004,6,30,8,0),(2004,6,30,9,5),(2004,6,30,10,0),(2004,6,30,11,2),(2004,6,30,12,0),(2004,6,30,13,0),(2004,6,30,14,0),(2004,6,30,15,0),(2004,6,30,16,0),(2004,6,30,17,0),(2004,6,30,18,0),(2004,6,30,19,0),(2004,6,30,20,0),(2004,6,30,21,0),(2004,6,30,22,0),(2004,6,30,23,0),(2004,7,1,0,0),(2004,7,1,1,0),(2004,7,1,2,0),(2004,7,1,3,0),(2004,7,1,4,0),(2004,7,1,5,0),(2004,7,1,6,0),(2004,7,1,7,0),(2004,7,1,8,10),(2004,7,1,9,0),(2004,7,1,10,5),(2004,7,1,11,3),(2004,7,1,12,0),(2004,7,1,13,0),(2004,7,1,14,0),(2004,7,1,15,0),(2004,7,1,16,0),(2004,7,1,17,0),(2004,7,1,18,5),(2004,7,1,19,53),(2004,7,1,20,1),(2004,7,1,21,0),(2004,7,1,22,0),(2004,7,1,23,0),(2004,7,2,0,0),(2004,7,2,1,0),(2004,7,2,2,0),(2004,7,2,3,0),(2004,7,2,4,0),(2004,7,2,5,25),(2004,7,2,6,3),(2004,7,2,7,0),(2004,7,2,8,0),(2004,7,2,9,1),(2004,7,2,10,0),(2004,7,2,11,0),(2004,7,2,12,0),(2004,7,2,13,0),(2004,7,2,14,0),(2004,7,2,15,2),(2004,7,2,16,1),(2004,7,2,17,25),(2004,7,2,18,0),(2004,7,2,19,2),(2004,7,2,20,2),(2004,7,2,21,17),(2004,7,2,22,0),(2004,7,2,23,3),(2004,7,3,0,6),(2004,7,3,1,4),(2004,7,3,2,5),(2004,7,3,3,7),(2004,7,3,4,2),(2004,7,3,5,2),(2004,7,3,6,3),(2004,7,3,7,1),(2004,7,3,8,2),(2004,7,3,9,22),(2004,7,3,10,0),(2004,7,3,11,0),(2004,7,3,12,1),(2004,7,3,13,1),(2004,7,3,14,0),(2004,7,3,15,0),(2004,7,3,16,0),(2004,7,3,17,0),(2004,7,3,18,0),(2004,7,3,19,2),(2004,7,3,20,0),(2004,7,3,21,0),(2004,7,3,22,0),(2004,7,3,23,18),(2004,7,4,0,0),(2004,7,4,1,0),(2004,7,4,2,0),(2004,7,4,3,0),(2004,7,4,4,0),(2004,7,4,5,0),(2004,7,4,6,0),(2004,7,4,7,0),(2004,7,4,8,0),(2004,7,4,9,1),(2004,7,4,10,5),(2004,7,4,11,0),(2004,7,4,12,41),(2004,7,4,13,0),(2004,7,4,14,0),(2004,7,4,15,0),(2004,7,4,16,122),(2004,7,4,17,0),(2004,7,4,18,0),(2004,7,4,19,0),(2004,7,4,20,1),(2004,7,4,21,0),(2004,7,4,22,0),(2004,7,4,23,0),(2004,7,5,0,3),(2004,7,5,1,0),(2004,7,5,2,0),(2004,7,5,3,0),(2004,7,5,4,0),(2004,7,5,5,0),(2004,7,5,6,0),(2004,7,5,7,0),(2004,7,5,8,0),(2004,7,5,9,0),(2004,7,5,10,1),(2004,7,5,11,0),(2004,7,5,12,0),(2004,7,5,13,37),(2004,7,5,14,18),(2004,7,5,15,0),(2004,7,5,16,2),(2004,7,5,17,0),(2004,7,5,18,0),(2004,7,5,19,1),(2004,7,5,20,0),(2004,7,5,21,0),(2004,7,5,22,1),(2004,7,5,23,5),(2004,7,6,0,0),(2004,7,6,1,0),(2004,7,6,2,0),(2004,7,6,3,0),(2004,7,6,4,0),(2004,7,6,5,0),(2004,7,6,6,0),(2004,7,6,7,1),(2004,7,6,8,0),(2004,7,6,9,0),(2004,7,6,10,0),(2004,7,6,11,1),(2004,7,6,12,0),(2004,7,6,13,0),(2004,7,6,14,0),(2004,7,6,15,0),(2004,7,6,16,0),(2004,7,6,17,0),(2004,7,6,18,0),(2004,7,6,19,0),(2004,7,6,20,6),(2004,7,6,21,1),(2004,7,6,22,0),(2004,7,6,23,4),(2004,7,7,0,2),(2004,7,7,1,0),(2004,7,7,2,0),(2004,7,7,3,0),(2004,7,7,4,0),(2004,7,7,5,1),(2004,7,7,6,0),(2004,7,7,7,0),(2004,7,7,8,1),(2004,7,7,9,0),(2004,7,7,10,18),(2004,7,7,11,4),(2004,7,7,12,0),(2004,7,7,13,2),(2004,7,7,14,0),(2004,7,7,15,0),(2004,7,7,16,0),(2004,7,7,17,0),(2004,7,7,18,0),(2004,7,7,19,0),(2004,7,7,20,1),(2004,7,7,21,0),(2004,7,7,22,0),(2004,7,7,23,0),(2004,7,8,0,25),(2004,7,8,1,1),(2004,7,8,2,0),(2004,7,8,3,0),(2004,7,8,4,0),(2004,7,8,5,0),(2004,7,8,6,0),(2004,7,8,7,0),(2004,7,8,8,0),(2004,7,8,9,0),(2004,7,8,10,0),(2004,7,8,11,0),(2004,7,8,12,1),(2004,7,8,13,0),(2004,7,8,14,0),(2004,7,8,15,13),(2004,7,8,16,3),(2004,7,8,17,0),(2004,7,8,18,0),(2004,7,8,19,0),(2004,7,8,20,0),(2004,7,8,21,0),(2004,7,8,22,0),(2004,7,8,23,0),(2004,7,9,0,0),(2004,7,9,1,0),(2004,7,9,2,1),(2004,7,9,3,0),(2004,7,9,4,0),(2004,7,9,5,0),(2004,7,9,6,0),(2004,7,9,7,0),(2004,7,9,8,32),(2004,7,9,9,0),(2004,7,9,10,0),(2004,7,9,11,0),(2004,7,9,12,0),(2004,7,9,13,0),(2004,7,9,14,0),(2004,7,9,15,0),(2004,7,9,16,0),(2004,7,9,17,0),(2004,7,9,18,0),(2004,7,9,19,0),(2004,7,9,20,0),(2004,7,9,21,0),(2004,7,9,22,0),(2004,7,9,23,0),(2004,7,10,0,0),(2004,7,10,1,0),(2004,7,10,2,1),(2004,7,10,3,0),(2004,7,10,4,0),(2004,7,10,5,0),(2004,7,10,6,0),(2004,7,10,7,0),(2004,7,10,8,0),(2004,7,10,9,0),(2004,7,10,10,0),(2004,7,10,11,0),(2004,7,10,12,0),(2004,7,10,13,0),(2004,7,10,14,0),(2004,7,10,15,0),(2004,7,10,16,0),(2004,7,10,17,0),(2004,7,10,18,0),(2004,7,10,19,0),(2004,7,10,20,0),(2004,7,10,21,0),(2004,7,10,22,6),(2004,7,10,23,0),(2004,7,11,0,0),(2004,7,11,1,0),(2004,7,11,2,0),(2004,7,11,3,0),(2004,7,11,4,0),(2004,7,11,5,0),(2004,7,11,6,1),(2004,7,11,7,0),(2004,7,11,8,0),(2004,7,11,9,0),(2004,7,11,10,5),(2004,7,11,11,0),(2004,7,11,12,0),(2004,7,11,13,0),(2004,7,11,14,0),(2004,7,11,15,0),(2004,7,11,16,0),(2004,7,11,17,0),(2004,7,11,18,0),(2004,7,11,19,0),(2004,7,11,20,0),(2004,7,11,21,0),(2004,7,11,22,0),(2004,7,11,23,0),(2004,7,12,0,0),(2004,7,12,1,0),(2004,7,12,2,1),(2004,7,12,3,1),(2004,7,12,4,8),(2004,7,12,5,9),(2004,7,12,6,4),(2004,7,12,7,0),(2004,7,12,8,0),(2004,7,12,9,0),(2004,7,12,10,0),(2004,7,12,11,1),(2004,7,12,12,0),(2004,7,12,13,2),(2004,7,12,14,2),(2004,7,12,15,0),(2004,7,12,16,2),(2004,7,12,17,1),(2004,7,12,18,0),(2004,7,12,19,4),(2004,7,12,20,0),(2004,7,12,21,0),(2004,7,12,22,0),(2004,7,12,23,2),(2004,7,13,0,0),(2004,7,13,1,0),(2004,7,13,2,0),(2004,7,13,3,0),(2004,7,13,4,0),(2004,7,13,5,0),(2004,7,13,6,0),(2004,7,13,7,1),(2004,7,13,8,0),(2004,7,13,9,2),(2004,7,13,10,0),(2004,7,13,11,0),(2004,7,13,12,0),(2004,7,13,13,1),(2004,7,13,14,0),(2004,7,13,15,0),(2004,7,13,16,2),(2004,7,13,17,12),(2004,7,13,18,0),(2004,7,13,19,0),(2004,7,13,20,0),(2004,7,13,21,0),(2004,7,13,22,0),(2004,7,13,23,0),(2004,7,14,0,0),(2004,7,14,1,0),(2004,7,14,2,0),(2004,7,14,3,0),(2004,7,14,4,0),(2004,7,14,5,0),(2004,7,14,6,0),(2004,7,14,7,0),(2004,7,14,8,5),(2004,7,14,9,0),(2004,7,14,10,0),(2004,7,14,11,0),(2004,7,14,12,0),(2004,7,14,13,0),(2004,7,14,14,0),(2004,7,14,15,0),(2004,7,14,16,0),(2004,7,14,17,0),(2004,7,14,18,0),(2004,7,14,19,0),(2004,7,14,20,0),(2004,7,14,21,0),(2004,7,14,22,0),(2004,7,14,23,0),(2004,7,15,0,0),(2004,7,15,1,3),(2004,7,15,2,0),(2004,7,15,3,0),(2004,7,15,4,0),(2004,7,15,5,0),(2004,7,15,6,0),(2004,7,15,7,0),(2004,7,15,8,0),(2004,7,15,9,0),(2004,7,15,10,2),(2004,7,15,11,0),(2004,7,15,12,0),(2004,7,15,13,0),(2004,7,15,14,1),(2004,7,15,15,0),(2004,7,15,16,0),(2004,7,15,17,0),(2004,7,15,18,0),(2004,7,15,19,6),(2004,7,15,20,0),(2004,7,15,21,0),(2004,7,15,22,0),(2004,7,15,23,0),(2004,7,16,0,0),(2004,7,16,1,0),(2004,7,16,2,0),(2004,7,16,3,1),(2004,7,16,4,0),(2004,7,16,5,0),(2004,7,16,6,0),(2004,7,16,7,0),(2004,7,16,8,0),(2004,7,16,9,0),(2004,7,16,10,0),(2004,7,16,11,0),(2004,7,16,12,0),(2004,7,16,13,0),(2004,7,16,14,0),(2004,7,16,15,0),(2004,7,16,16,1),(2004,7,16,17,0),(2004,7,16,18,23),(2004,7,16,19,12),(2004,7,16,20,0),(2004,7,16,21,0),(2004,7,16,22,0),(2004,7,16,23,0),(2004,7,17,0,0),(2004,7,17,1,0),(2004,7,17,2,0),(2004,7,17,3,0),(2004,7,17,4,0),(2004,7,17,5,0),(2004,7,17,6,0),(2004,7,17,7,0),(2004,7,17,8,0),(2004,7,17,9,0),(2004,7,17,10,0),(2004,7,17,11,0),(2004,7,17,12,0),(2004,7,17,13,0),(2004,7,17,14,0),(2004,7,17,15,0),(2004,7,17,16,0),(2004,7,17,17,1),(2004,7,17,18,0),(2004,7,17,19,0),(2004,7,17,20,0),(2004,7,17,21,0),(2004,7,17,22,1),(2004,7,17,23,0),(2004,7,18,0,1),(2004,7,18,1,0),(2004,7,18,2,0),(2004,7,18,3,0),(2004,7,18,4,0),(2004,7,18,5,0),(2004,7,18,6,1),(2004,7,18,7,0),(2004,7,18,8,0),(2004,7,18,9,0),(2004,7,18,10,0),(2004,7,18,11,0),(2004,7,18,12,0),(2004,7,18,13,45),(2004,7,18,14,1),(2004,7,18,15,0),(2004,7,18,16,1),(2004,7,18,17,0),(2004,7,18,18,0),(2004,7,18,19,0),(2004,7,18,20,1),(2004,7,18,21,0),(2004,7,18,22,2),(2004,7,18,23,2),(2004,7,19,0,14),(2004,7,19,1,2),(2004,7,19,2,0),(2004,7,19,3,0),(2004,7,19,4,0),(2004,7,19,5,0),(2004,7,19,6,0),(2004,7,19,7,0),(2004,7,19,8,0),(2004,7,19,9,0),(2004,7,19,10,2),(2004,7,19,11,0),(2004,7,19,12,0),(2004,7,19,13,0),(2004,7,19,14,0),(2004,7,19,15,4),(2004,7,19,16,0),(2004,7,19,17,0),(2004,7,19,18,0),(2004,7,19,19,0),(2004,7,19,20,1),(2004,7,19,21,2),(2004,7,19,22,0),(2004,7,19,23,11),(2004,7,20,0,11),(2004,7,20,1,0),(2004,7,20,2,1),(2004,7,20,3,0),(2004,7,20,4,0),(2004,7,20,5,0),(2004,7,20,6,0),(2004,7,20,7,0),(2004,7,20,8,0),(2004,7,20,9,0),(2004,7,20,10,0),(2004,7,20,11,0),(2004,7,20,12,0),(2004,7,20,13,2),(2004,7,20,14,0),(2004,7,20,15,0),(2004,7,20,16,0),(2004,7,20,17,0),(2004,7,20,18,0),(2004,7,20,19,0),(2004,7,20,20,0),(2004,7,20,21,1),(2004,7,20,22,13),(2004,7,20,23,0),(2004,7,21,0,2),(2004,7,21,1,0),(2004,7,21,2,0),(2004,7,21,3,1),(2004,7,21,4,1),(2004,7,21,5,0),(2004,7,21,6,0),(2004,7,21,7,0),(2004,7,21,8,0),(2004,7,21,9,0),(2004,7,21,10,0),(2004,7,21,11,0),(2004,7,21,12,0),(2004,7,21,13,4),(2004,7,21,14,0),(2004,7,21,15,0),(2004,7,21,16,0),(2004,7,21,17,0),(2004,7,21,18,0),(2004,7,21,19,0),(2004,7,21,20,0),(2004,7,21,21,0),(2004,7,21,22,0),(2004,7,21,23,0),(2004,7,22,0,0),(2004,7,22,1,0),(2004,7,22,2,0),(2004,7,22,3,0),(2004,7,22,4,0),(2004,7,22,5,0),(2004,7,22,6,0),(2004,7,22,7,0),(2004,7,22,8,0),(2004,7,22,9,0),(2004,7,22,10,11),(2004,7,22,11,3),(2004,7,22,12,0),(2004,7,22,13,0),(2004,7,22,14,0),(2004,7,22,15,0),(2004,7,22,16,0),(2004,7,22,17,0),(2004,7,22,18,0),(2004,7,22,19,0),(2004,7,22,20,0),(2004,7,22,21,0),(2004,7,22,22,0),(2004,7,22,23,0),(2004,7,23,0,0),(2004,7,23,1,0),(2004,7,23,2,0),(2004,7,23,3,0),(2004,7,23,4,1),(2004,7,23,5,12),(2004,7,23,6,15),(2004,7,23,7,0),(2004,7,23,8,0),(2004,7,23,9,0),(2004,7,23,10,6),(2004,7,23,11,0),(2004,7,23,12,1),(2004,7,23,13,0),(2004,7,23,14,0),(2004,7,23,15,1),(2004,7,23,16,0),(2004,7,23,17,0),(2004,7,23,18,1),(2004,7,23,19,0),(2004,7,23,20,7),(2004,7,23,21,0),(2004,7,23,22,0),(2004,7,23,23,0),(2004,7,24,0,1),(2004,7,24,1,0),(2004,7,24,2,0),(2004,7,24,3,0),(2004,7,24,4,0),(2004,7,24,5,0),(2004,7,24,6,0),(2004,7,24,7,0),(2004,7,24,8,0),(2004,7,24,9,0),(2004,7,24,10,0),(2004,7,24,11,2),(2004,7,24,12,0),(2004,7,24,13,0),(2004,7,24,14,0),(2004,7,24,15,0),(2004,7,24,16,0),(2004,7,24,17,0),(2004,7,24,18,0),(2004,7,24,19,0),(2004,7,24,20,0),(2004,7,24,21,0),(2004,7,24,22,0),(2004,7,24,23,0),(2004,7,25,0,0),(2004,7,25,1,0),(2004,7,25,2,0),(2004,7,25,3,0),(2004,7,25,4,0),(2004,7,25,5,0),(2004,7,25,6,0),(2004,7,25,7,1),(2004,7,25,8,0),(2004,7,25,9,1),(2004,7,25,10,0),(2004,7,25,11,0),(2004,7,25,12,0),(2004,7,25,13,0),(2004,7,25,14,22),(2004,7,25,15,0),(2004,7,25,16,0),(2004,7,25,17,0),(2004,7,25,18,3),(2004,7,25,19,0),(2004,7,25,20,0),(2004,7,25,21,0),(2004,7,25,22,0),(2004,7,25,23,0),(2004,7,26,0,0),(2004,7,26,1,0),(2004,7,26,2,0),(2004,7,26,3,0),(2004,7,26,4,0),(2004,7,26,5,0),(2004,7,26,6,0),(2004,7,26,7,0),(2004,7,26,8,1),(2004,7,26,9,0),(2004,7,26,10,0),(2004,7,26,11,0),(2004,7,26,12,0),(2004,7,26,13,0),(2004,7,26,14,2),(2004,7,26,15,0),(2004,7,26,16,12),(2004,7,26,17,5),(2004,7,26,18,0),(2004,7,26,19,0),(2004,7,26,20,0),(2004,7,26,21,0),(2004,7,26,22,0),(2004,7,26,23,16),(2004,7,27,0,0),(2004,7,27,1,0),(2004,7,27,2,0),(2004,7,27,3,0),(2004,7,27,4,0),(2004,7,27,5,0),(2004,7,27,6,0),(2004,7,27,7,0),(2004,7,27,8,0),(2004,7,27,9,0),(2004,7,27,10,0),(2004,7,27,11,68),(2004,7,27,12,0),(2004,7,27,13,0),(2004,7,27,14,8),(2004,7,27,15,1),(2004,7,27,16,0),(2004,7,27,17,0),(2004,7,27,18,0),(2004,7,27,19,1),(2004,7,27,20,0),(2004,7,27,21,0),(2004,7,27,22,0),(2004,7,27,23,0),(2004,7,27,0,0),(2004,7,27,1,0),(2004,7,27,2,0),(2004,7,27,3,0),(2004,7,27,4,0),(2004,7,27,5,0),(2004,7,27,6,0),(2004,7,27,7,0),(2004,7,27,8,0),(2004,7,27,0,0),(2004,7,27,1,0),(2004,7,27,2,0),(2004,7,27,3,0),(2004,7,27,9,0),(2004,7,27,4,0),(2004,7,27,10,0),(2004,7,27,5,0),(2004,7,27,6,0),(2004,7,27,7,0),(2004,7,27,8,0),(2004,7,27,9,0),(2004,7,27,10,0),(2004,7,27,11,68),(2004,7,27,12,0),(2004,7,27,13,0),(2004,7,27,14,8),(2004,7,27,15,1),(2004,7,27,16,0),(2004,7,27,17,0),(2004,7,27,18,0),(2004,7,27,19,1),(2004,7,27,20,0),(2004,7,27,21,0),(2004,7,27,22,0),(2004,7,27,23,0),(2004,7,27,11,68),(2004,7,27,12,0),(2004,7,27,13,0),(2004,7,27,14,8),(2004,7,27,15,1),(2004,7,27,16,0),(2004,7,27,17,0),(2004,7,27,18,0),(2004,7,27,19,1),(2004,7,27,20,0),(2004,7,27,21,0),(2004,7,27,22,0),(2004,7,27,23,0),(2004,7,28,0,0),(2004,7,28,1,0),(2004,7,28,2,0),(2004,7,28,3,0),(2004,7,28,4,0),(2004,7,28,5,0),(2004,7,28,6,0),(2004,7,28,7,0),(2004,7,28,8,1),(2004,7,28,9,1),(2004,7,28,10,2),(2004,7,28,11,0),(2004,7,28,12,0),(2004,7,28,13,0),(2004,7,28,14,0),(2004,7,28,15,0),(2004,7,28,16,0),(2004,7,28,17,0),(2004,7,28,18,0),(2004,7,28,19,0),(2004,7,28,20,0),(2004,7,28,21,1),(2004,7,28,22,0),(2004,7,28,23,0),(2004,7,29,0,0),(2004,7,29,1,0),(2004,7,29,2,0),(2004,7,29,3,0),(2004,7,29,4,0),(2004,7,29,5,0),(2004,7,29,6,0),(2004,7,29,7,0),(2004,7,29,8,0),(2004,7,29,9,0),(2004,7,29,10,14),(2004,7,29,11,0),(2004,7,29,12,0),(2004,7,29,13,0),(2004,7,29,14,0),(2004,7,29,15,0),(2004,7,29,16,0),(2004,7,29,17,0),(2004,7,29,18,0),(2004,7,29,19,0),(2004,7,29,20,0),(2004,7,29,21,0),(2004,7,29,22,0),(2004,7,29,23,0),(2004,7,30,0,0),(2004,7,30,1,0),(2004,7,30,2,0),(2004,7,30,3,0),(2004,7,30,4,0),(2004,7,30,5,0),(2004,7,30,6,0),(2004,7,30,7,0),(2004,7,30,8,0),(2004,7,30,9,1),(2004,7,30,10,1),(2004,7,30,11,22),(2004,7,30,12,2),(2004,7,30,13,0),(2004,7,30,14,0),(2004,7,30,15,0),(2004,7,30,16,0),(2004,7,30,17,0),(2004,7,30,18,1),(2004,7,30,19,0),(2004,7,30,20,0),(2004,7,30,21,0),(2004,7,30,22,0),(2004,7,30,23,6),(2004,7,31,0,0),(2004,7,31,1,0),(2004,7,31,2,0),(2004,7,31,3,0),(2004,7,31,4,0),(2004,7,31,5,0),(2004,7,31,6,0),(2004,7,31,7,0),(2004,7,31,8,0),(2004,7,31,9,0),(2004,7,31,10,0),(2004,7,31,11,0),(2004,7,31,12,0),(2004,7,31,13,0),(2004,7,31,14,0),(2004,7,31,15,0),(2004,7,31,16,0),(2004,7,31,17,0),(2004,7,31,18,0),(2004,7,31,19,12),(2004,7,31,20,4),(2004,7,31,21,11),(2004,7,31,22,0),(2004,7,31,23,0),(2004,8,1,0,0),(2004,8,1,1,0),(2004,8,1,2,0),(2004,8,1,3,0),(2004,8,1,4,0),(2004,8,1,5,0),(2004,8,1,6,0),(2004,8,1,7,0),(2004,8,1,8,0),(2004,8,1,9,0),(2004,8,1,10,1),(2004,8,1,11,0),(2004,8,1,12,0),(2004,8,1,13,3),(2004,8,1,14,1),(2004,8,1,15,0),(2004,8,1,16,0),(2004,8,1,17,0),(2004,8,1,18,0),(2004,8,1,19,1),(2004,8,1,20,0),(2004,8,1,21,0),(2004,8,1,22,2),(2004,8,1,23,0),(2004,8,2,0,0),(2004,8,2,1,0),(2004,8,2,2,0),(2004,8,2,3,0),(2004,8,2,4,0),(2004,8,2,5,0),(2004,8,2,6,0),(2004,8,2,7,0),(2004,8,2,8,1),(2004,8,2,9,0),(2004,8,2,10,0),(2004,8,2,11,0),(2004,8,2,12,0),(2004,8,2,13,3),(2004,8,2,14,1),(2004,8,2,15,0),(2004,8,2,16,0),(2004,8,2,17,0),(2004,8,2,18,0),(2004,8,2,19,0),(2004,8,2,20,0),(2004,8,2,21,0),(2004,8,2,22,1),(2004,8,2,23,0),(2004,8,3,0,0),(2004,8,3,1,0),(2004,8,3,2,0),(2004,8,3,3,0),(2004,8,3,4,0),(2004,8,3,5,0),(2004,8,3,6,0),(2004,8,3,7,0),(2004,8,3,8,0),(2004,8,3,9,1),(2004,8,3,10,12),(2004,8,3,11,16),(2004,8,3,12,48),(2004,8,3,13,3),(2004,8,3,14,0),(2004,8,3,15,0),(2004,8,3,16,0),(2004,8,3,17,82),(2004,8,3,18,0),(2004,8,3,19,0),(2004,8,3,20,0),(2004,8,3,21,0),(2004,8,3,22,0),(2004,8,3,23,0),(2004,8,4,0,0),(2004,8,4,1,0),(2004,8,4,2,0),(2004,8,4,3,0),(2004,8,4,4,0),(2004,8,4,5,0),(2004,8,4,6,0),(2004,8,4,7,0),(2004,8,4,8,0),(2004,8,4,9,62),(2004,8,4,10,11),(2004,8,4,11,6),(2004,8,4,12,2),(2004,8,4,13,4),(2004,8,4,14,0),(2004,8,4,15,1),(2004,8,4,16,0),(2004,8,4,17,0),(2004,8,4,18,2),(2004,8,4,19,2),(2004,8,4,20,5),(2004,8,4,21,1),(2004,8,4,22,35),(2004,8,4,23,2),(2004,8,5,0,1),(2004,8,5,1,6),(2004,8,5,2,98),(2004,8,5,3,3),(2004,8,5,4,10),(2004,8,5,5,14),(2004,8,5,6,37),(2004,8,5,7,8),(2004,8,5,8,30),(2004,8,5,9,25),(2004,8,5,10,3),(2004,8,5,11,14),(2004,8,5,12,28),(2004,8,5,13,10),(2004,8,5,14,1),(2004,8,5,15,0),(2004,8,5,16,0),(2004,8,5,17,0),(2004,8,5,18,8),(2004,8,5,19,6),(2004,8,5,20,11),(2004,8,5,21,5),(2004,8,5,22,2),(2004,8,5,23,13),(2004,8,6,0,2),(2004,8,6,1,0),(2004,8,6,2,1),(2004,8,6,3,0),(2004,8,6,4,0),(2004,8,6,5,0),(2004,8,6,6,0),(2004,8,6,7,0),(2004,8,6,8,0),(2004,8,6,9,0),(2004,8,6,10,0),(2004,8,6,11,1),(2004,8,6,12,1),(2004,8,6,13,32),(2004,8,6,14,12),(2004,8,6,15,4),(2004,8,6,16,24),(2004,8,6,17,11),(2004,8,6,18,1),(2004,8,6,19,0),(2004,8,6,20,0),(2004,8,6,21,4),(2004,8,6,22,1),(2004,8,6,23,7),(2004,8,7,0,8),(2004,8,7,1,4),(2004,8,7,2,0),(2004,8,7,3,1),(2004,8,7,4,0),(2004,8,7,5,0),(2004,8,7,6,0),(2004,8,7,7,0),(2004,8,7,8,0),(2004,8,7,9,0),(2004,8,7,10,0),(2004,8,7,11,0),(2004,8,7,12,0),(2004,8,7,13,0),(2004,8,7,14,1),(2004,8,7,15,0),(2004,8,7,16,1),(2004,8,7,17,0),(2004,8,7,18,2),(2004,8,7,19,40),(2004,8,7,20,1),(2004,8,7,21,0),(2004,8,7,22,0),(2004,8,7,23,2),(2004,8,8,0,1),(2004,8,8,1,0),(2004,8,8,2,0),(2004,8,8,3,0),(2004,8,8,4,0),(2004,8,8,5,0),(2004,8,8,6,0),(2004,8,8,7,1),(2004,8,8,8,0),(2004,8,8,9,0),(2004,8,8,10,0),(2004,8,8,11,0),(2004,8,8,12,0),(2004,8,8,13,0),(2004,8,8,14,0),(2004,8,8,15,0),(2004,8,8,16,0),(2004,8,8,17,0),(2004,8,8,18,0),(2004,8,8,19,0),(2004,8,8,20,0),(2004,8,8,21,28),(2004,8,8,22,0),(2004,8,8,23,0),(2004,8,9,0,0),(2004,8,9,1,0),(2004,8,9,2,0),(2004,8,9,3,0),(2004,8,9,4,0),(2004,8,9,5,0),(2004,8,9,6,0),(2004,8,9,7,0),(2004,8,9,8,0),(2004,8,9,9,0),(2004,8,9,10,0),(2004,8,9,11,0),(2004,8,9,12,3),(2004,8,9,13,0),(2004,8,9,14,2),(2004,8,9,15,0),(2004,8,9,16,0),(2004,8,9,17,1),(2004,8,9,18,0),(2004,8,9,19,0),(2004,8,9,20,0),(2004,8,9,21,0),(2004,8,9,22,14),(2004,8,9,23,0),(2004,8,10,0,0),(2004,8,10,1,6),(2004,8,10,2,0),(2004,8,10,3,0),(2004,8,10,4,0),(2004,8,10,5,0),(2004,8,10,6,11),(2004,8,10,7,0),(2004,8,10,8,0),(2004,8,10,9,0),(2004,8,10,10,0),(2004,8,10,11,0),(2004,8,10,12,4),(2004,8,10,13,0),(2004,8,10,14,1),(2004,8,10,15,0),(2004,8,10,16,1),(2004,8,10,17,0),(2004,8,10,18,0),(2004,8,10,19,0),(2004,8,10,20,0),(2004,8,10,21,0),(2004,8,10,22,0),(2004,8,10,23,0),(2004,8,11,0,0),(2004,8,11,1,0),(2004,8,11,2,0),(2004,8,11,3,0),(2004,8,11,4,0),(2004,8,11,5,0),(2004,8,11,6,0),(2004,8,11,7,0),(2004,8,11,8,0),(2004,8,11,9,0),(2004,8,11,10,0),(2004,8,11,11,0),(2004,8,11,12,0),(2004,8,11,13,2),(2004,8,11,14,0),(2004,8,11,15,0),(2004,8,11,16,0),(2004,8,11,17,0),(2004,8,11,18,0),(2004,8,11,19,0),(2004,8,11,20,0),(2004,8,11,21,0),(2004,8,11,22,0),(2004,8,11,23,0),(2004,8,12,0,0),(2004,8,12,1,0),(2004,8,12,2,66),(2004,8,12,3,0),(2004,8,12,4,0),(2004,8,12,5,0),(2004,8,12,6,0),(2004,8,12,7,0),(2004,8,12,8,0),(2004,8,12,9,0),(2004,8,12,10,0),(2004,8,12,11,5),(2004,8,12,12,0),(2004,8,12,13,0),(2004,8,12,14,8),(2004,8,12,15,0),(2004,8,12,16,19),(2004,8,12,17,0),(2004,8,12,18,0),(2004,8,12,19,0),(2004,8,12,20,0),(2004,8,12,21,0),(2004,8,12,22,0),(2004,8,12,23,6),(2004,8,13,0,0),(2004,8,13,1,1),(2004,8,13,2,12),(2004,8,13,3,15),(2004,8,13,4,0),(2004,8,13,5,0),(2004,8,13,6,1),(2004,8,13,7,0),(2004,8,13,8,0),(2004,8,13,9,0),(2004,8,13,10,0),(2004,8,13,11,0),(2004,8,13,12,0),(2004,8,13,13,0),(2004,8,13,14,0),(2004,8,13,15,0),(2004,8,13,16,0),(2004,8,13,17,0),(2004,8,13,18,0),(2004,8,13,19,0),(2004,8,13,20,0),(2004,8,13,21,0),(2004,8,13,22,0),(2004,8,13,23,0),(2004,8,14,0,0),(2004,8,14,1,0),(2004,8,14,2,0),(2004,8,14,3,1),(2004,8,14,4,0),(2004,8,14,5,0),(2004,8,14,6,2),(2004,8,14,7,3),(2004,8,14,8,1),(2004,8,14,9,1),(2004,8,14,10,0),(2004,8,14,11,0),(2004,8,14,12,0),(2004,8,14,13,0),(2004,8,14,14,0),(2004,8,14,15,4),(2004,8,14,16,0),(2004,8,14,17,3),(2004,8,14,18,0),(2004,8,14,19,0),(2004,8,14,20,0),(2004,8,14,21,0),(2004,8,14,22,6),(2004,8,14,23,0),(2004,8,15,0,0),(2004,8,15,1,1),(2004,8,15,2,0),(2004,8,15,3,0),(2004,8,15,4,0),(2004,8,15,5,0),(2004,8,15,6,0),(2004,8,15,7,0),(2004,8,15,8,0),(2004,8,15,9,48),(2004,8,15,10,0),(2004,8,15,11,0),(2004,8,15,12,9),(2004,8,15,13,0),(2004,8,15,14,0),(2004,8,15,15,0),(2004,8,15,16,0),(2004,8,15,17,0),(2004,8,15,18,0),(2004,8,15,19,2),(2004,8,15,20,0),(2004,8,15,21,22),(2004,8,15,22,0),(2004,8,15,23,0),(2004,8,16,0,0),(2004,8,16,1,1),(2004,8,16,2,2),(2004,8,16,3,1),(2004,8,16,4,0),(2004,8,16,5,0),(2004,8,16,6,0),(2004,8,16,7,0),(2004,8,16,8,2),(2004,8,16,9,0),(2004,8,16,10,0),(2004,8,16,11,0),(2004,8,16,12,0),(2004,8,16,13,0),(2004,8,16,14,0),(2004,8,16,15,0),(2004,8,16,16,0),(2004,8,16,17,2),(2004,8,16,18,0),(2004,8,16,19,0),(2004,8,16,20,2),(2004,8,16,21,3),(2004,8,16,22,1),(2004,8,16,23,0),(2004,8,17,0,0),(2004,8,17,1,5),(2004,8,17,2,3),(2004,8,17,3,2),(2004,8,17,4,2),(2004,8,17,5,0),(2004,8,17,6,1),(2004,8,17,7,19),(2004,8,17,8,0),(2004,8,17,9,0),(2004,8,17,10,22),(2004,8,17,11,1),(2004,8,17,12,2),(2004,8,17,13,53),(2004,8,17,14,1),(2004,8,17,15,6),(2004,8,17,16,0),(2004,8,17,17,0),(2004,8,17,18,0),(2004,8,17,19,0),(2004,8,17,20,2),(2004,8,17,21,2),(2004,8,17,22,0),(2004,8,17,23,0),(2004,8,18,0,0),(2004,8,18,1,0),(2004,8,18,2,0),(2004,8,18,3,0),(2004,8,18,4,0),(2004,8,18,5,0),(2004,8,18,6,0),(2004,8,18,7,0),(2004,8,18,8,0),(2004,8,18,9,0),(2004,8,18,10,0),(2004,8,18,11,0),(2004,8,18,12,0),(2004,8,18,13,0),(2004,8,18,14,0),(2004,8,18,15,0),(2004,8,18,16,0),(2004,8,18,17,1),(2004,8,18,18,0),(2004,8,18,19,0),(2004,8,18,20,0),(2004,8,18,21,1),(2004,8,18,22,0),(2004,8,18,23,0),(2004,8,19,0,0),(2004,8,19,1,0),(2004,8,19,2,0),(2004,8,19,3,0),(2004,8,19,4,0),(2004,8,19,5,0),(2004,8,19,6,0),(2004,8,19,7,0),(2004,8,19,8,0),(2004,8,19,9,0),(2004,8,19,10,0),(2004,8,19,11,8),(2004,8,19,12,1),(2004,8,19,13,0),(2004,8,19,14,0),(2004,8,19,15,0),(2004,8,19,16,5),(2004,8,19,17,0),(2004,8,19,18,1),(2004,8,19,19,0),(2004,8,19,20,2),(2004,8,19,21,3),(2004,8,19,22,4),(2004,8,19,23,1),(2004,8,20,0,0),(2004,8,20,1,0),(2004,8,20,2,2),(2004,8,20,3,0),(2004,8,20,4,0),(2004,8,20,5,0),(2004,8,20,6,0),(2004,8,20,7,0),(2004,8,20,8,1),(2004,8,20,9,0),(2004,8,20,10,0),(2004,8,20,11,0),(2004,8,20,12,1),(2004,8,20,13,0),(2004,8,20,14,0),(2004,8,20,15,0),(2004,8,20,16,4),(2004,8,20,17,4),(2004,8,20,18,0),(2004,8,20,19,0),(2004,8,20,20,0),(2004,8,20,21,0),(2004,8,20,22,0),(2004,8,20,23,0),(2004,8,22,0,0),(2004,8,22,1,0),(2004,8,22,2,0),(2004,8,22,3,0),(2004,8,22,4,0),(2004,8,22,5,1),(2004,8,22,6,0),(2004,8,22,7,0),(2004,8,22,8,0),(2004,8,22,9,0),(2004,8,22,10,0),(2004,8,22,11,0),(2004,8,22,12,0),(2004,8,22,13,0),(2004,8,22,14,8),(2004,8,22,15,4),(2004,8,22,16,1),(2004,8,22,17,8),(2004,8,22,18,3),(2004,8,22,19,0),(2004,8,22,20,0),(2004,8,22,21,1),(2004,8,22,22,1),(2004,8,22,23,2),(2004,8,23,0,0),(2004,8,23,1,1),(2004,8,23,2,0),(2004,8,23,3,0),(2004,8,23,4,0),(2004,8,23,5,1),(2004,8,23,6,0),(2004,8,23,7,2),(2004,8,23,8,0),(2004,8,23,9,0),(2004,8,23,10,0),(2004,8,23,11,0),(2004,8,23,12,0),(2004,8,23,13,0),(2004,8,23,14,3),(2004,8,23,15,0),(2004,8,23,16,3),(2004,8,23,17,0),(2004,8,23,18,0),(2004,8,23,19,0),(2004,8,23,20,1),(2004,8,23,21,0),(2004,8,23,22,0),(2004,8,23,23,12),(2004,8,24,0,15),(2004,8,24,1,0),(2004,8,24,2,0),(2004,8,24,3,0),(2004,8,24,4,0),(2004,8,24,5,2),(2004,8,24,6,1),(2004,8,24,7,0),(2004,8,24,8,0),(2004,8,24,9,0),(2004,8,24,10,0),(2004,8,24,11,0),(2004,8,24,12,0),(2004,8,24,13,0),(2004,8,24,14,0),(2004,8,24,15,2),(2004,8,24,16,0),(2004,8,24,17,0),(2004,8,24,18,0),(2004,8,24,19,0),(2004,8,24,20,0),(2004,8,24,21,0),(2004,8,24,22,0),(2004,8,24,23,0),(2004,8,25,0,0),(2004,8,25,1,0),(2004,8,25,2,0),(2004,8,25,3,0),(2004,8,25,4,0),(2004,8,25,5,0),(2004,8,25,6,0),(2004,8,25,7,0),(2004,8,25,8,0),(2004,8,25,9,0),(2004,8,25,10,0),(2004,8,25,11,0),(2004,8,25,12,0),(2004,8,25,13,0),(2004,8,25,14,0),(2004,8,25,15,0),(2004,8,25,16,2),(2004,8,25,17,0),(2004,8,25,18,0),(2004,8,25,19,0),(2004,8,25,20,0),(2004,8,25,21,0),(2004,8,25,22,0),(2004,8,25,23,5),(2004,8,26,0,0),(2004,8,26,1,0),(2004,8,26,2,0),(2004,8,26,3,0),(2004,8,26,4,0),(2004,8,26,5,0),(2004,8,26,6,0),(2004,8,26,7,0),(2004,8,26,8,0),(2004,8,26,9,0),(2004,8,26,10,0),(2004,8,26,11,0),(2004,8,26,12,0),(2004,8,26,13,0),(2004,8,26,14,0),(2004,8,26,15,0),(2004,8,26,16,0),(2004,8,26,17,0),(2004,8,26,18,0),(2004,8,26,19,1),(2004,8,26,20,0),(2004,8,26,21,0),(2004,8,26,22,0),(2004,8,26,23,0),(2004,8,27,0,0),(2004,8,27,1,0),(2004,8,27,2,0),(2004,8,27,3,0),(2004,8,27,4,0),(2004,8,27,5,0),(2004,8,27,6,0),(2004,8,27,7,0),(2004,8,27,8,1),(2004,8,27,9,3),(2004,8,27,10,2),(2004,8,27,11,0),(2004,8,27,12,0),(2004,8,27,13,0),(2004,8,27,14,0),(2004,8,27,15,2),(2004,8,27,16,13),(2004,8,27,17,7),(2004,8,27,18,0),(2004,8,27,19,0),(2004,8,27,20,0),(2004,8,27,21,0),(2004,8,27,22,0),(2004,8,27,23,0),(2004,8,28,0,4),(2004,8,28,1,9),(2004,8,28,2,3),(2004,8,28,3,0),(2004,8,28,4,0),(2004,8,28,5,0),(2004,8,28,6,0),(2004,8,28,7,0),(2004,8,28,8,0),(2004,8,28,9,0),(2004,8,28,10,0),(2004,8,28,11,0),(2004,8,28,12,0),(2004,8,28,13,0),(2004,8,28,14,0),(2004,8,28,15,0),(2004,8,28,16,1),(2004,8,28,17,0),(2004,8,28,18,0),(2004,8,28,19,1),(2004,8,28,20,0),(2004,8,28,21,0),(2004,8,28,22,1),(2004,8,28,23,1),(2004,8,29,0,2),(2004,8,29,1,3),(2004,8,29,2,1),(2004,8,29,3,0),(2004,8,29,4,0),(2004,8,29,5,0),(2004,8,29,6,0),(2004,8,29,7,0),(2004,8,29,8,0),(2004,8,29,9,1),(2004,8,29,10,0),(2004,8,29,11,0),(2004,8,29,12,0),(2004,8,29,13,0),(2004,8,29,14,0),(2004,8,29,15,0),(2004,8,29,16,0),(2004,8,29,17,0),(2004,8,29,18,0),(2004,8,29,19,0),(2004,8,29,20,0),(2004,8,29,21,3),(2004,8,29,22,0),(2004,8,29,23,0),(2004,8,30,0,0),(2004,8,30,1,0),(2004,8,30,2,0),(2004,8,30,3,0),(2004,8,30,4,0),(2004,8,30,5,0),(2004,8,30,6,0),(2004,8,30,7,0),(2004,8,30,8,0),(2004,8,30,9,0),(2004,8,30,10,1),(2004,8,30,11,1),(2004,8,30,12,1),(2004,8,30,13,1),(2004,8,30,14,0),(2004,8,30,15,2),(2004,8,30,16,25),(2004,8,30,17,0),(2004,8,30,18,27),(2004,8,30,19,0),(2004,8,30,20,0),(2004,8,30,21,3),(2004,8,30,22,5),(2004,8,30,23,0),(2004,8,31,0,0),(2004,8,31,1,0),(2004,8,31,2,0),(2004,8,31,3,0),(2004,8,31,4,1),(2004,8,31,5,4),(2004,8,31,6,0),(2004,8,31,7,0),(2004,8,31,8,2),(2004,8,31,9,8),(2004,8,31,10,0),(2004,8,31,11,1),(2004,8,31,12,2),(2004,8,31,13,0),(2004,8,31,14,0),(2004,8,31,15,0),(2004,8,31,16,2),(2004,8,31,17,0),(2004,8,31,18,1),(2004,8,31,19,0),(2004,8,31,20,0),(2004,8,31,21,1),(2004,8,31,22,1),(2004,8,31,23,0),(2004,9,1,0,0),(2004,9,1,1,0),(2004,9,1,2,0),(2004,9,1,3,0),(2004,9,1,4,0),(2004,9,1,5,0),(2004,9,1,6,0),(2004,9,1,7,0),(2004,9,1,8,0),(2004,9,1,9,0),(2004,9,1,10,1),(2004,9,1,11,0),(2004,9,1,12,0),(2004,9,1,13,0),(2004,9,1,14,0),(2004,9,1,15,0),(2004,9,1,16,0),(2004,9,1,17,0),(2004,9,1,18,2),(2004,9,1,19,0),(2004,9,1,20,0),(2004,9,1,21,0),(2004,9,1,22,0),(2004,9,1,23,0),(2004,9,2,0,0),(2004,9,2,1,0),(2004,9,2,2,0),(2004,9,2,3,3),(2004,9,2,4,0),(2004,9,2,5,0),(2004,9,2,6,0),(2004,9,2,7,0),(2004,9,2,8,0),(2004,9,2,9,0),(2004,9,2,10,0),(2004,9,2,11,0),(2004,9,2,12,3),(2004,9,2,13,0),(2004,9,2,14,0),(2004,9,2,15,0),(2004,9,2,16,0),(2004,9,2,17,0),(2004,9,2,18,0),(2004,9,2,19,0),(2004,9,2,20,0),(2004,9,2,21,0),(2004,9,2,22,0),(2004,9,2,23,0),(2004,9,3,0,1),(2004,9,3,1,17),(2004,9,3,2,3),(2004,9,3,3,0),(2004,9,3,4,0),(2004,9,3,5,0),(2004,9,3,6,0),(2004,9,3,7,1),(2004,9,3,8,1),(2004,9,3,9,0),(2004,9,3,10,0),(2004,9,3,11,0),(2004,9,3,12,1),(2004,9,3,13,0),(2004,9,3,14,1),(2004,9,3,15,0),(2004,9,3,16,0),(2004,9,3,17,0),(2004,9,3,18,0),(2004,9,3,19,0),(2004,9,3,20,0),(2004,9,3,21,25),(2004,9,3,22,0),(2004,9,3,23,2),(2004,9,4,0,0),(2004,9,4,1,0),(2004,9,4,2,4),(2004,9,4,3,4),(2004,9,4,4,0),(2004,9,4,5,0),(2004,9,4,6,0),(2004,9,4,7,0),(2004,9,4,8,0),(2004,9,4,9,0),(2004,9,4,10,0),(2004,9,4,11,0),(2004,9,4,12,0),(2004,9,4,13,0),(2004,9,4,14,0),(2004,9,4,15,0),(2004,9,4,16,0),(2004,9,4,17,0),(2004,9,4,18,0),(2004,9,4,19,0),(2004,9,4,20,1),(2004,9,4,21,0),(2004,9,4,22,0),(2004,9,4,23,0),(2004,9,6,0,0),(2004,9,6,1,0),(2004,9,6,2,0),(2004,9,6,3,31),(2004,9,6,4,6),(2004,9,6,5,0),(2004,9,6,6,0),(2004,9,6,7,0),(2004,9,6,8,0),(2004,9,6,9,0),(2004,9,6,10,0),(2004,9,6,11,0),(2004,9,6,12,0),(2004,9,6,13,3),(2004,9,6,14,0),(2004,9,6,15,2),(2004,9,6,16,22),(2004,9,6,17,3),(2004,9,6,18,2),(2004,9,6,19,1),(2004,9,6,20,1),(2004,9,6,21,1),(2004,9,6,22,2),(2004,9,6,23,0),(2004,9,7,0,0),(2004,9,7,1,0),(2004,9,7,2,0),(2004,9,7,3,0),(2004,9,7,4,0),(2004,9,7,5,0),(2004,9,7,6,0),(2004,9,7,7,0),(2004,9,7,8,0),(2004,9,7,9,0),(2004,9,7,10,0),(2004,9,7,11,0),(2004,9,7,12,0),(2004,9,7,13,0),(2004,9,7,14,2),(2004,9,7,15,1),(2004,9,7,16,25),(2004,9,7,17,0),(2004,9,7,18,0),(2004,9,7,19,0),(2004,9,7,20,0),(2004,9,7,21,0),(2004,9,7,22,0),(2004,9,7,23,0),(2004,9,8,0,0),(2004,9,8,1,0),(2004,9,8,2,1),(2004,9,8,3,0),(2004,9,8,4,0),(2004,9,8,5,0),(2004,9,8,6,1),(2004,9,8,7,0),(2004,9,8,8,0),(2004,9,8,9,1),(2004,9,8,10,0),(2004,9,8,11,0),(2004,9,8,12,0),(2004,9,8,13,0),(2004,9,8,14,1),(2004,9,8,15,0),(2004,9,8,16,0),(2004,9,8,17,0),(2004,9,8,18,5),(2004,9,8,19,0),(2004,9,8,20,1),(2004,9,8,21,0),(2004,9,8,22,0),(2004,9,8,23,0),(2004,9,9,0,0),(2004,9,9,1,0),(2004,9,9,2,0),(2004,9,9,3,21),(2004,9,9,4,47),(2004,9,9,5,66),(2004,9,9,6,16),(2004,9,9,7,46),(2004,9,9,8,72),(2004,9,9,9,110),(2004,9,9,10,106),(2004,9,9,11,41),(2004,9,9,12,16),(2004,9,9,13,25),(2004,9,9,14,44),(2004,9,9,15,67),(2004,9,9,16,108),(2004,9,9,17,10),(2004,9,9,18,0),(2004,9,9,19,0),(2004,9,9,20,0),(2004,9,9,21,0),(2004,9,9,22,4),(2004,9,9,23,0),(2004,9,10,0,0),(2004,9,10,1,0),(2004,9,10,2,0),(2004,9,10,3,0),(2004,9,10,4,0),(2004,9,10,5,0),(2004,9,10,6,2),(2004,9,10,7,0),(2004,9,10,8,1),(2004,9,10,9,5),(2004,9,10,10,6),(2004,9,10,11,0),(2004,9,10,12,0),(2004,9,10,13,2),(2004,9,10,14,0),(2004,9,10,15,0),(2004,9,10,16,0),(2004,9,10,17,0),(2004,9,10,18,1),(2004,9,10,19,3),(2004,9,10,20,1),(2004,9,10,21,0),(2004,9,10,22,0),(2004,9,10,23,0),(2004,9,11,0,0),(2004,9,11,1,0),(2004,9,11,2,0),(2004,9,11,3,0),(2004,9,11,4,1),(2004,9,11,5,1),(2004,9,11,6,15),(2004,9,11,7,12),(2004,9,11,8,0),(2004,9,11,9,0),(2004,9,11,10,0),(2004,9,11,11,0),(2004,9,11,12,0),(2004,9,11,13,0),(2004,9,11,14,0),(2004,9,11,15,0),(2004,9,11,16,0),(2004,9,11,17,0),(2004,9,11,18,0),(2004,9,11,19,0),(2004,9,11,20,0),(2004,9,11,21,0),(2004,9,11,22,0),(2004,9,11,23,0),(2004,9,12,0,0),(2004,9,12,1,0),(2004,9,12,2,0),(2004,9,12,3,0),(2004,9,12,4,0),(2004,9,12,5,0),(2004,9,12,6,0),(2004,9,12,7,0),(2004,9,12,8,0),(2004,9,12,9,0),(2004,9,12,10,0),(2004,9,12,11,0),(2004,9,12,12,0),(2004,9,12,13,0),(2004,9,12,14,0),(2004,9,12,15,0),(2004,9,12,16,0),(2004,9,12,17,0),(2004,9,12,18,0),(2004,9,12,19,0),(2004,9,12,20,0),(2004,9,12,21,1),(2004,9,12,22,0),(2004,9,12,23,0),(2004,9,13,0,0),(2004,9,13,1,0),(2004,9,13,2,0),(2004,9,13,3,0),(2004,9,13,4,0),(2004,9,13,5,0),(2004,9,13,6,0),(2004,9,13,7,0),(2004,9,13,8,0),(2004,9,13,9,0),(2004,9,13,10,0),(2004,9,13,11,0),(2004,9,13,12,2),(2004,9,13,13,0),(2004,9,13,14,0),(2004,9,13,15,0),(2004,9,13,16,0),(2004,9,13,17,15),(2004,9,13,18,0),(2004,9,13,19,0),(2004,9,13,20,2),(2004,9,13,21,0),(2004,9,13,22,0),(2004,9,13,23,0),(2004,9,14,0,0),(2004,9,14,1,0),(2004,9,14,2,0),(2004,9,14,3,0),(2004,9,14,4,0),(2004,9,14,5,0),(2004,9,14,6,1),(2004,9,14,7,2),(2004,9,14,8,0),(2004,9,14,9,1),(2004,9,14,10,0),(2004,9,14,11,1),(2004,9,14,12,0),(2004,9,14,13,0),(2004,9,14,14,0),(2004,9,14,15,0),(2004,9,14,16,2),(2004,9,14,17,0),(2004,9,14,18,0),(2004,9,14,19,0),(2004,9,14,20,0),(2004,9,14,21,0),(2004,9,14,22,0),(2004,9,14,23,0),(2004,9,15,0,0),(2004,9,15,1,0),(2004,9,15,2,0),(2004,9,15,3,0),(2004,9,15,4,0),(2004,9,15,5,0),(2004,9,15,6,0),(2004,9,15,7,0),(2004,9,15,8,0),(2004,9,15,9,0),(2004,9,15,10,0),(2004,9,15,11,0),(2004,9,15,12,0),(2004,9,15,13,0),(2004,9,15,14,0),(2004,9,15,15,0),(2004,9,15,16,0),(2004,9,15,17,0),(2004,9,15,18,0),(2004,9,15,19,0),(2004,9,15,20,1),(2004,9,15,21,0),(2004,9,15,22,1),(2004,9,15,23,2),(2004,9,16,0,0),(2004,9,16,1,0),(2004,9,16,2,0),(2004,9,16,3,0),(2004,9,16,4,1),(2004,9,16,5,0),(2004,9,16,6,0),(2004,9,16,7,1),(2004,9,16,8,0),(2004,9,16,9,0),(2004,9,16,10,7),(2004,9,16,11,0),(2004,9,16,12,0),(2004,9,16,13,0),(2004,9,16,14,1),(2004,9,16,15,0),(2004,9,16,16,0),(2004,9,16,17,0),(2004,9,16,18,0),(2004,9,16,19,0),(2004,9,16,20,0),(2004,9,16,21,0),(2004,9,16,22,0),(2004,9,16,23,0),(2004,9,17,0,0),(2004,9,17,1,0),(2004,9,17,2,0),(2004,9,17,3,0),(2004,9,17,4,0),(2004,9,17,5,0),(2004,9,17,6,0),(2004,9,17,7,0),(2004,9,17,8,0),(2004,9,17,9,0),(2004,9,17,10,0),(2004,9,17,11,0),(2004,9,17,12,0),(2004,9,17,13,0),(2004,9,17,14,0),(2004,9,17,15,0),(2004,9,17,16,0),(2004,9,17,17,0),(2004,9,17,18,0),(2004,9,17,19,1),(2004,9,17,20,0),(2004,9,17,21,0),(2004,9,17,22,0),(2004,9,17,23,0),(2004,9,18,0,0),(2004,9,18,1,0),(2004,9,18,2,0),(2004,9,18,3,0),(2004,9,18,4,0),(2004,9,18,5,0),(2004,9,18,6,0),(2004,9,18,7,0),(2004,9,18,8,0),(2004,9,18,9,0),(2004,9,18,10,0),(2004,9,18,11,0),(2004,9,18,12,0),(2004,9,18,13,0),(2004,9,18,14,0),(2004,9,18,15,0),(2004,9,18,16,0),(2004,9,18,17,3),(2004,9,18,18,0),(2004,9,18,19,0),(2004,9,18,20,0),(2004,9,18,21,0),(2004,9,18,22,0),(2004,9,18,23,0),(2004,9,19,0,0),(2004,9,19,1,0),(2004,9,19,2,0),(2004,9,19,3,0),(2004,9,19,4,0),(2004,9,19,5,0),(2004,9,19,6,0),(2004,9,19,7,11),(2004,9,19,8,16),(2004,9,19,9,36),(2004,9,19,10,16),(2004,9,19,11,0),(2004,9,19,12,0),(2004,9,19,13,0),(2004,9,19,14,0),(2004,9,19,15,0),(2004,9,19,16,1),(2004,9,19,17,0),(2004,9,19,18,0),(2004,9,19,19,0),(2004,9,19,20,0),(2004,9,19,21,1),(2004,9,19,22,0),(2004,9,19,23,0),(2004,9,20,0,0),(2004,9,20,1,0),(2004,9,20,2,0),(2004,9,20,3,0),(2004,9,20,4,0),(2004,9,20,5,0),(2004,9,20,6,0),(2004,9,20,7,0),(2004,9,20,8,0),(2004,9,20,9,0),(2004,9,20,10,3),(2004,9,20,11,0),(2004,9,20,12,0),(2004,9,20,13,0),(2004,9,20,14,1),(2004,9,20,15,1),(2004,9,20,16,2),(2004,9,20,17,0),(2004,9,20,18,0),(2004,9,20,19,0),(2004,9,20,20,6),(2004,9,20,21,0),(2004,9,20,22,0),(2004,9,20,23,0),(2004,9,21,0,2),(2004,9,21,1,0),(2004,9,21,2,0),(2004,9,21,3,0),(2004,9,21,4,0),(2004,9,21,5,0),(2004,9,21,6,0),(2004,9,21,7,0),(2004,9,21,8,0),(2004,9,21,9,0),(2004,9,21,10,5),(2004,9,21,11,0),(2004,9,21,12,0),(2004,9,21,13,0),(2004,9,21,14,2),(2004,9,21,15,6),(2004,9,21,16,0),(2004,9,21,17,0),(2004,9,21,18,0),(2004,9,21,19,0),(2004,9,21,20,0),(2004,9,21,21,0),(2004,9,21,22,0),(2004,9,21,23,0),(2004,9,22,0,0),(2004,9,22,1,0),(2004,9,22,2,0),(2004,9,22,3,0),(2004,9,22,4,0),(2004,9,22,5,0),(2004,9,22,6,0),(2004,9,22,7,0),(2004,9,22,8,0),(2004,9,22,9,0),(2004,9,22,10,0),(2004,9,22,11,0),(2004,9,22,12,0),(2004,9,22,13,0),(2004,9,22,14,0),(2004,9,22,15,0),(2004,9,22,16,0),(2004,9,22,17,0),(2004,9,22,18,0),(2004,9,22,19,0),(2004,9,22,20,0),(2004,9,22,21,0),(2004,9,22,22,1),(2004,9,22,23,0),(2004,9,23,0,0),(2004,9,23,1,0),(2004,9,23,2,2),(2004,9,23,3,0),(2004,9,23,4,0),(2004,9,23,5,0),(2004,9,23,6,0),(2004,9,23,7,0),(2004,9,23,8,0),(2004,9,23,9,0),(2004,9,23,10,2),(2004,9,23,11,0),(2004,9,23,12,0),(2004,9,23,13,0),(2004,9,23,14,0),(2004,9,23,15,0),(2004,9,23,16,1),(2004,9,23,17,0),(2004,9,23,18,0),(2004,9,23,19,0),(2004,9,23,20,0),(2004,9,23,21,0),(2004,9,23,22,0),(2004,9,23,23,0),(2004,9,24,0,4),(2004,9,24,1,1),(2004,9,24,2,0),(2004,9,24,3,0),(2004,9,24,4,0),(2004,9,24,5,0),(2004,9,24,6,0),(2004,9,24,7,0),(2004,9,24,8,0),(2004,9,24,9,0),(2004,9,24,10,0),(2004,9,24,11,0),(2004,9,24,12,0),(2004,9,24,13,0),(2004,9,24,14,11),(2004,9,24,15,3),(2004,9,24,16,0),(2004,9,24,17,0),(2004,9,24,18,0),(2004,9,24,19,0),(2004,9,24,20,0),(2004,9,24,21,0),(2004,9,24,22,7),(2004,9,24,23,1),(2004,9,25,0,0),(2004,9,25,1,0),(2004,9,25,2,0),(2004,9,25,3,0),(2004,9,25,4,0),(2004,9,25,5,0),(2004,9,25,6,0),(2004,9,25,7,0),(2004,9,25,8,0),(2004,9,25,9,0),(2004,9,25,10,0),(2004,9,25,11,2),(2004,9,25,12,0),(2004,9,25,13,0),(2004,9,25,14,0),(2004,9,25,15,0),(2004,9,25,16,0),(2004,9,25,17,0),(2004,9,25,18,5),(2004,9,25,19,0),(2004,9,25,20,0),(2004,9,25,21,0),(2004,9,25,22,0),(2004,9,25,23,0),(2004,9,26,0,0),(2004,9,26,1,0),(2004,9,26,2,0),(2004,9,26,3,3),(2004,9,26,4,9),(2004,9,26,5,2),(2004,9,26,6,0),(2004,9,26,7,18),(2004,9,26,8,2),(2004,9,26,9,13),(2004,9,26,10,10),(2004,9,26,11,16),(2004,9,26,12,15),(2004,9,26,13,36),(2004,9,26,14,0),(2004,9,26,15,0),(2004,9,26,16,0),(2004,9,26,17,0),(2004,9,26,18,0),(2004,9,26,19,1),(2004,9,26,20,1),(2004,9,26,21,0),(2004,9,26,22,0),(2004,9,26,23,1),(2004,9,27,0,0),(2004,9,27,1,0),(2004,9,27,2,0),(2004,9,27,3,0),(2004,9,27,4,0),(2004,9,27,5,0),(2004,9,27,6,0),(2004,9,27,7,1),(2004,9,27,8,1),(2004,9,27,9,1),(2004,9,27,10,0),(2004,9,27,11,0),(2004,9,27,12,0),(2004,9,27,13,0),(2004,9,27,14,0),(2004,9,27,15,0),(2004,9,27,16,0),(2004,9,27,17,0),(2004,9,27,18,0),(2004,9,27,19,1),(2004,9,27,20,3),(2004,9,27,21,12),(2004,9,27,22,5),(2004,9,27,23,1),(2004,9,28,0,3),(2004,9,28,1,3),(2004,9,28,2,2),(2004,9,28,3,3),(2004,9,28,4,2),(2004,9,28,5,1),(2004,9,28,6,5),(2004,9,28,7,6),(2004,9,28,8,12),(2004,9,28,9,17),(2004,9,28,10,23),(2004,9,28,11,20),(2004,9,28,12,20),(2004,9,28,13,27),(2004,9,28,14,38),(2004,9,28,15,30),(2004,9,28,16,26),(2004,9,28,17,25),(2004,9,28,18,29),(2004,9,28,19,30),(2004,9,28,20,35),(2004,9,28,21,22),(2004,9,28,22,12),(2004,9,28,23,24),(2004,9,29,0,28),(2004,9,29,1,56),(2004,9,29,2,46),(2004,9,29,3,14),(2004,9,29,4,41),(2004,9,29,5,40),(2004,9,29,6,46),(2004,9,29,7,34),(2004,9,29,8,28),(2004,9,29,9,9),(2004,9,29,10,3),(2004,9,29,11,1),(2004,9,29,12,1),(2004,9,29,13,0),(2004,9,29,14,0),(2004,9,29,15,0),(2004,9,29,16,0),(2004,9,29,17,0),(2004,9,29,18,0),(2004,9,29,19,0),(2004,9,29,20,0),(2004,9,29,21,0),(2004,9,29,22,0),(2004,9,29,23,0),(2004,9,30,0,0),(2004,9,30,1,0),(2004,9,30,2,0),(2004,9,30,3,0),(2004,9,30,4,1),(2004,9,30,5,0),(2004,9,30,6,15),(2004,9,30,7,12),(2004,9,30,8,0),(2004,9,30,9,0),(2004,9,30,10,0),(2004,9,30,11,0),(2004,9,30,12,1),(2004,9,30,13,1),(2004,9,30,14,0),(2004,9,30,15,0),(2004,9,30,16,0),(2004,9,30,17,0),(2004,9,30,18,0),(2004,9,30,19,0),(2004,9,30,20,0),(2004,9,30,21,0),(2004,9,30,22,0),(2004,9,30,23,0),(2004,10,1,0,0),(2004,10,1,1,0),(2004,10,1,2,0),(2004,10,1,3,0),(2004,10,1,4,0),(2004,10,1,5,0),(2004,10,1,6,0),(2004,10,1,7,0),(2004,10,1,8,0),(2004,10,1,9,0),(2004,10,1,10,0),(2004,10,1,11,27),(2004,10,1,12,0),(2004,10,1,13,0),(2004,10,1,14,0),(2004,10,1,15,0),(2004,10,1,16,0),(2004,10,1,17,0),(2004,10,1,18,0),(2004,10,1,19,0),(2004,10,1,20,0),(2004,10,1,21,0),(2004,10,1,22,0),(2004,10,1,23,0),(2004,10,2,0,0),(2004,10,2,1,0),(2004,10,2,2,3),(2004,10,2,3,0),(2004,10,2,4,0),(2004,10,2,5,0),(2004,10,2,6,0),(2004,10,2,7,0),(2004,10,2,8,0),(2004,10,2,9,0),(2004,10,2,10,1),(2004,10,2,11,0),(2004,10,2,12,0),(2004,10,2,13,0),(2004,10,2,14,0),(2004,10,2,15,1),(2004,10,2,16,0),(2004,10,2,17,0),(2004,10,2,18,0),(2004,10,2,19,0),(2004,10,2,20,0),(2004,10,2,21,0),(2004,10,2,22,0),(2004,10,2,23,9),(2004,10,3,0,0),(2004,10,3,1,0),(2004,10,3,2,0),(2004,10,3,3,0),(2004,10,3,4,0),(2004,10,3,5,0),(2004,10,3,6,0),(2004,10,3,7,0),(2004,10,3,8,0),(2004,10,3,9,0),(2004,10,3,10,0),(2004,10,3,11,0),(2004,10,3,12,0),(2004,10,3,13,0),(2004,10,3,14,0),(2004,10,3,15,6),(2004,10,3,16,0),(2004,10,3,17,7),(2004,10,3,18,16),(2004,10,3,19,23),(2004,10,3,20,0),(2004,10,3,21,0),(2004,10,3,22,0),(2004,10,3,23,0),(2004,10,4,0,0),(2004,10,4,1,0),(2004,10,4,2,0),(2004,10,4,3,0),(2004,10,4,4,0),(2004,10,4,5,0),(2004,10,4,6,1),(2004,10,4,7,0),(2004,10,4,8,0),(2004,10,4,9,0),(2004,10,4,10,0),(2004,10,4,11,0),(2004,10,4,12,0),(2004,10,4,13,0),(2004,10,4,14,0),(2004,10,4,15,0),(2004,10,4,16,0),(2004,10,4,17,0),(2004,10,4,18,0),(2004,10,4,19,0),(2004,10,4,20,0),(2004,10,4,21,0),(2004,10,4,22,0),(2004,10,4,23,0),(2004,10,5,0,0),(2004,10,5,1,0),(2004,10,5,2,0),(2004,10,5,3,0),(2004,10,5,4,0),(2004,10,5,5,1),(2004,10,5,6,0),(2004,10,5,7,0),(2004,10,5,8,0),(2004,10,5,9,0),(2004,10,5,10,0),(2004,10,5,11,0),(2004,10,5,12,0),(2004,10,5,13,0),(2004,10,5,14,4),(2004,10,5,15,2),(2004,10,5,16,0),(2004,10,5,17,4),(2004,10,5,18,8),(2004,10,5,19,3),(2004,10,5,20,0),(2004,10,5,21,0),(2004,10,5,22,0),(2004,10,5,23,0),(2004,10,6,0,0),(2004,10,6,1,2),(2004,10,6,2,0),(2004,10,6,3,0),(2004,10,6,4,0),(2004,10,6,5,1),(2004,10,6,6,0),(2004,10,6,7,0),(2004,10,6,8,0),(2004,10,6,9,0),(2004,10,6,10,0),(2004,10,6,11,0),(2004,10,6,12,23),(2004,10,6,13,0),(2004,10,6,14,1),(2004,10,6,15,1),(2004,10,6,16,0),(2004,10,6,17,0),(2004,10,6,18,0),(2004,10,6,19,0),(2004,10,6,20,0),(2004,10,6,21,0),(2004,10,6,22,0),(2004,10,6,23,0),(2004,10,7,0,0),(2004,10,7,1,0),(2004,10,7,2,0),(2004,10,7,3,0),(2004,10,7,4,0),(2004,10,7,5,2),(2004,10,7,6,0),(2004,10,7,7,0),(2004,10,7,8,0),(2004,10,7,9,0),(2004,10,7,10,0),(2004,10,7,11,1),(2004,10,7,12,0),(2004,10,7,13,0),(2004,10,7,14,0),(2004,10,7,15,0),(2004,10,7,16,1),(2004,10,7,17,7),(2004,10,7,18,0),(2004,10,7,19,0),(2004,10,7,20,6),(2004,10,7,21,0),(2004,10,7,22,0),(2004,10,7,23,0),(2004,10,8,0,0),(2004,10,8,1,0),(2004,10,8,2,0),(2004,10,8,3,0),(2004,10,8,4,0),(2004,10,8,5,0),(2004,10,8,6,0),(2004,10,8,7,0),(2004,10,8,8,0),(2004,10,8,9,0),(2004,10,8,10,0),(2004,10,8,11,0),(2004,10,8,12,0),(2004,10,8,13,0),(2004,10,8,14,1),(2004,10,8,15,0),(2004,10,8,16,1),(2004,10,8,17,0),(2004,10,8,18,0),(2004,10,8,19,0),(2004,10,8,20,1),(2004,10,8,21,0),(2004,10,8,22,0),(2004,10,8,23,0),(2004,10,9,0,0),(2004,10,9,1,0),(2004,10,9,2,0),(2004,10,9,3,0),(2004,10,9,4,0),(2004,10,9,5,0),(2004,10,9,6,1),(2004,10,9,7,0),(2004,10,9,8,0),(2004,10,9,9,0),(2004,10,9,10,0),(2004,10,9,11,0),(2004,10,9,12,0),(2004,10,9,13,0),(2004,10,9,14,0),(2004,10,9,15,0),(2004,10,9,16,5),(2004,10,9,17,7),(2004,10,9,18,0),(2004,10,9,19,0),(2004,10,9,20,0),(2004,10,9,21,0),(2004,10,9,22,0),(2004,10,9,23,0),(2004,10,10,0,0),(2004,10,10,1,0),(2004,10,10,2,0),(2004,10,10,3,1),(2004,10,10,4,0),(2004,10,10,5,0),(2004,10,10,6,1),(2004,10,10,7,0),(2004,10,10,8,1),(2004,10,10,9,0),(2004,10,10,10,0),(2004,10,10,11,0),(2004,10,10,12,0),(2004,10,10,13,0),(2004,10,10,14,0),(2004,10,10,15,0),(2004,10,10,16,0),(2004,10,10,17,0),(2004,10,10,18,0),(2004,10,10,19,0),(2004,10,10,20,0),(2004,10,10,21,2),(2004,10,10,22,0),(2004,10,10,23,1),(2004,10,11,0,0),(2004,10,11,1,0),(2004,10,11,2,0),(2004,10,11,3,0),(2004,10,11,4,0),(2004,10,11,5,1),(2004,10,11,6,0),(2004,10,11,7,0),(2004,10,11,8,7),(2004,10,11,9,0),(2004,10,11,10,0),(2004,10,11,11,0),(2004,10,11,12,1),(2004,10,11,13,6),(2004,10,11,14,10),(2004,10,11,15,5),(2004,10,11,16,5),(2004,10,11,17,3),(2004,10,11,18,0),(2004,10,11,19,0),(2004,10,11,20,0),(2004,10,11,21,0),(2004,10,11,22,0),(2004,10,11,23,0),(2004,10,12,0,0),(2004,10,12,1,0),(2004,10,12,2,0),(2004,10,12,3,0),(2004,10,12,4,1),(2004,10,12,5,0),(2004,10,12,6,0),(2004,10,12,7,0),(2004,10,12,8,1),(2004,10,12,9,1),(2004,10,12,10,0),(2004,10,12,11,0),(2004,10,12,12,3),(2004,10,12,13,1),(2004,10,12,14,3),(2004,10,12,15,0),(2004,10,12,16,1),(2004,10,12,17,0),(2004,10,12,18,0),(2004,10,12,19,0),(2004,10,12,20,0),(2004,10,12,21,1),(2004,10,12,22,15),(2004,10,12,23,0),(2004,10,13,0,0),(2004,10,13,1,0),(2004,10,13,2,0),(2004,10,13,3,0),(2004,10,13,4,1),(2004,10,13,5,0),(2004,10,13,6,0),(2004,10,13,7,0),(2004,10,13,8,0),(2004,10,13,9,0),(2004,10,13,10,3),(2004,10,13,11,0),(2004,10,13,12,0),(2004,10,13,13,2),(2004,10,13,14,0),(2004,10,13,15,0),(2004,10,13,16,0),(2004,10,13,17,2),(2004,10,13,18,0),(2004,10,13,19,0),(2004,10,13,20,0),(2004,10,13,21,0),(2004,10,13,22,0),(2004,10,13,23,1),(2004,10,14,0,1),(2004,10,14,1,0),(2004,10,14,2,0),(2004,10,14,3,0),(2004,10,14,4,0),(2004,10,14,5,0),(2004,10,14,6,0),(2004,10,14,7,1),(2004,10,14,8,0),(2004,10,14,9,0),(2004,10,14,10,1),(2004,10,14,11,0),(2004,10,14,12,0),(2004,10,14,13,0),(2004,10,14,14,0),(2004,10,14,15,0),(2004,10,14,16,32),(2004,10,14,17,0),(2004,10,14,18,0),(2004,10,14,19,0),(2004,10,14,20,0),(2004,10,14,21,0),(2004,10,14,22,2),(2004,10,14,23,0),(2004,10,15,0,0),(2004,10,15,1,1),(2004,10,15,2,0),(2004,10,15,3,1),(2004,10,15,4,0),(2004,10,15,5,0),(2004,10,15,6,0),(2004,10,15,7,0),(2004,10,15,8,0),(2004,10,15,9,0),(2004,10,15,10,0),(2004,10,15,11,6),(2004,10,15,12,1),(2004,10,15,13,0),(2004,10,15,14,0),(2004,10,15,15,0),(2004,10,15,16,0),(2004,10,15,17,0),(2004,10,15,18,0),(2004,10,15,19,0),(2004,10,15,20,0),(2004,10,15,21,0),(2004,10,15,22,0),(2004,10,15,23,0),(2004,10,16,0,0),(2004,10,16,1,0),(2004,10,16,2,1),(2004,10,16,3,0),(2004,10,16,4,1),(2004,10,16,5,0),(2004,10,16,6,0),(2004,10,16,7,0),(2004,10,16,8,0),(2004,10,16,9,0),(2004,10,16,10,0),(2004,10,16,11,26),(2004,10,16,12,0),(2004,10,16,13,0),(2004,10,16,14,0),(2004,10,16,15,0),(2004,10,16,16,0),(2004,10,16,17,0),(2004,10,16,18,0),(2004,10,16,19,0),(2004,10,16,20,0),(2004,10,16,21,0),(2004,10,16,22,0),(2004,10,16,23,5),(2004,10,17,0,6),(2004,10,17,1,8),(2004,10,17,2,3),(2004,10,17,3,21),(2004,10,17,4,14),(2004,10,17,5,3),(2004,10,17,6,0),(2004,10,17,7,0),(2004,10,17,8,0),(2004,10,17,9,0),(2004,10,17,10,0),(2004,10,17,11,0),(2004,10,17,12,0),(2004,10,17,13,1),(2004,10,17,14,0),(2004,10,17,15,0),(2004,10,17,16,0),(2004,10,17,17,0),(2004,10,17,18,0),(2004,10,17,19,32),(2004,10,17,20,0),(2004,10,17,21,11),(2004,10,17,22,0),(2004,10,17,23,25),(2004,10,18,0,0),(2004,10,18,1,0),(2004,10,18,2,1),(2004,10,18,3,0),(2004,10,18,4,0),(2004,10,18,5,0),(2004,10,18,6,0),(2004,10,18,7,0),(2004,10,18,8,0),(2004,10,18,9,0),(2004,10,18,10,0),(2004,10,18,11,0),(2004,10,18,12,1),(2004,10,18,13,0),(2004,10,18,14,2),(2004,10,18,15,2),(2004,10,18,16,1),(2004,10,18,17,0),(2004,10,18,18,0),(2004,10,18,19,0),(2004,10,18,20,1),(2004,10,18,21,1),(2004,10,18,22,5),(2004,10,18,23,0),(2004,10,19,0,0),(2004,10,19,1,0),(2004,10,19,2,0),(2004,10,19,3,0),(2004,10,19,4,0),(2004,10,19,5,0),(2004,10,19,6,2),(2004,10,19,7,0),(2004,10,19,8,0),(2004,10,19,9,0),(2004,10,19,10,0),(2004,10,19,11,0),(2004,10,19,12,0),(2004,10,19,13,0),(2004,10,19,14,0),(2004,10,19,15,0),(2004,10,19,16,0),(2004,10,19,17,0),(2004,10,19,18,5),(2004,10,19,19,1),(2004,10,19,20,0),(2004,10,19,21,0),(2004,10,19,22,0),(2004,10,19,23,0),(2004,10,20,0,0),(2004,10,20,1,0),(2004,10,20,2,0),(2004,10,20,3,0),(2004,10,20,4,0),(2004,10,20,5,0),(2004,10,20,6,1),(2004,10,20,7,0),(2004,10,20,8,0),(2004,10,20,9,0),(2004,10,20,10,3),(2004,10,20,11,22),(2004,10,20,12,0),(2004,10,20,13,0),(2004,10,20,14,0),(2004,10,20,15,14),(2004,10,20,16,2),(2004,10,20,17,0),(2004,10,20,18,1),(2004,10,20,19,1),(2004,10,20,20,0),(2004,10,20,21,2),(2004,10,20,22,5),(2004,10,20,23,0),(2004,10,21,0,0),(2004,10,21,1,0),(2004,10,21,2,0),(2004,10,21,3,0),(2004,10,21,4,0),(2004,10,21,5,1),(2004,10,21,6,0),(2004,10,21,7,0),(2004,10,21,8,0),(2004,10,21,9,0),(2004,10,21,10,0),(2004,10,21,11,53),(2004,10,21,12,0),(2004,10,21,13,12),(2004,10,21,14,0),(2004,10,21,15,0),(2004,10,21,16,0),(2004,10,21,17,0),(2004,10,21,18,0),(2004,10,21,19,0),(2004,10,21,20,13),(2004,10,21,21,1),(2004,10,21,22,0),(2004,10,21,23,0),(2004,10,22,0,0),(2004,10,22,1,0),(2004,10,22,2,0),(2004,10,22,3,4),(2004,10,22,4,0),(2004,10,22,5,0),(2004,10,22,6,0),(2004,10,22,7,0),(2004,10,22,8,0),(2004,10,22,9,0),(2004,10,22,10,0),(2004,10,22,11,0),(2004,10,22,12,0),(2004,10,22,13,0),(2004,10,22,14,0),(2004,10,22,15,0),(2004,10,22,16,0),(2004,10,22,17,0),(2004,10,22,18,0),(2004,10,22,19,0),(2004,10,22,20,0),(2004,10,22,21,1),(2004,10,22,22,0),(2004,10,22,23,0),(2004,10,23,0,0),(2004,10,23,1,0),(2004,10,23,2,0),(2004,10,23,3,0),(2004,10,23,4,0),(2004,10,23,5,0),(2004,10,23,6,1),(2004,10,23,7,0),(2004,10,23,8,0),(2004,10,23,9,0),(2004,10,23,10,0),(2004,10,23,11,0),(2004,10,23,12,0),(2004,10,23,13,0),(2004,10,23,14,0),(2004,10,23,15,0),(2004,10,23,16,2),(2004,10,23,17,0),(2004,10,23,18,0),(2004,10,23,19,9),(2004,10,23,20,0),(2004,10,23,21,1),(2004,10,23,22,0),(2004,10,23,23,0),(2004,10,24,0,0),(2004,10,24,1,0),(2004,10,24,2,0),(2004,10,24,3,0),(2004,10,24,4,0),(2004,10,24,5,0),(2004,10,24,6,0),(2004,10,24,7,0),(2004,10,24,8,0),(2004,10,24,9,0),(2004,10,24,10,0),(2004,10,24,11,0),(2004,10,24,12,0),(2004,10,24,13,0),(2004,10,24,14,0),(2004,10,24,15,0),(2004,10,24,16,0),(2004,10,24,17,0),(2004,10,24,18,0),(2004,10,24,19,1),(2004,10,24,20,0),(2004,10,24,21,5),(2004,10,24,22,8),(2004,10,24,23,0),(2004,10,25,0,0),(2004,10,25,1,0),(2004,10,25,2,0),(2004,10,25,3,0),(2004,10,25,4,1),(2004,10,25,5,0),(2004,10,25,6,0),(2004,10,25,7,0),(2004,10,25,8,0),(2004,10,25,9,0),(2004,10,25,10,0),(2004,10,25,11,0),(2004,10,25,12,3),(2004,10,25,13,0),(2004,10,25,14,20),(2004,10,25,15,0),(2004,10,25,16,4),(2004,10,25,17,17),(2004,10,25,18,0),(2004,10,25,19,0),(2004,10,25,20,0),(2004,10,25,21,0),(2004,10,25,22,1),(2004,10,25,23,0),(2004,10,26,0,0),(2004,10,26,1,0),(2004,10,26,2,0),(2004,10,26,3,0),(2004,10,26,4,0),(2004,10,26,5,0),(2004,10,26,6,0),(2004,10,26,7,0),(2004,10,26,8,4),(2004,10,26,9,0),(2004,10,26,10,0),(2004,10,26,11,0),(2004,10,26,12,0),(2004,10,26,13,0),(2004,10,26,14,2),(2004,10,26,15,0),(2004,10,26,16,0),(2004,10,26,17,0),(2004,10,26,18,0),(2004,10,26,19,0),(2004,10,26,20,0),(2004,10,26,21,0),(2004,10,26,22,0),(2004,10,26,23,1),(2004,10,27,0,0),(2004,10,27,1,0),(2004,10,27,2,0),(2004,10,27,3,1),(2004,10,27,4,0),(2004,10,27,5,0),(2004,10,27,6,0),(2004,10,27,7,1),(2004,10,27,8,0),(2004,10,27,9,0),(2004,10,27,10,1),(2004,10,27,11,5),(2004,10,27,12,4),(2004,10,27,13,3),(2004,10,27,14,1),(2004,10,27,15,0),(2004,10,27,16,0),(2004,10,27,17,1),(2004,10,27,18,0),(2004,10,27,19,0),(2004,10,27,20,0),(2004,10,27,21,0),(2004,10,27,22,0),(2004,10,27,23,0),(2004,10,28,0,0),(2004,10,28,1,0),(2004,10,28,2,0),(2004,10,28,3,0),(2004,10,28,4,0),(2004,10,28,5,0),(2004,10,28,6,0),(2004,10,28,7,4),(2004,10,28,8,7),(2004,10,28,9,2),(2004,10,28,10,1),(2004,10,28,11,0),(2004,10,28,12,0),(2004,10,28,13,0),(2004,10,28,14,2),(2004,10,28,15,4),(2004,10,28,16,3),(2004,10,28,17,6),(2004,10,28,18,0),(2004,10,28,19,0),(2004,10,28,20,0),(2004,10,28,21,0),(2004,10,28,22,0),(2004,10,28,23,0),(2004,10,29,0,0),(2004,10,29,1,0),(2004,10,29,2,0),(2004,10,29,3,0),(2004,10,29,4,0),(2004,10,29,5,0),(2004,10,29,6,0),(2004,10,29,7,0),(2004,10,29,8,0),(2004,10,29,9,0),(2004,10,29,10,0),(2004,10,29,11,0),(2004,10,29,12,0),(2004,10,29,13,0),(2004,10,29,14,0),(2004,10,29,15,1),(2004,10,29,16,0),(2004,10,29,17,129),(2004,10,29,18,0),(2004,10,29,19,0),(2004,10,29,20,0),(2004,10,29,21,0),(2004,10,29,22,0),(2004,10,29,23,0),(2004,10,30,0,0),(2004,10,30,1,0),(2004,10,30,2,0),(2004,10,30,3,0),(2004,10,30,4,0),(2004,10,30,5,0),(2004,10,30,6,0),(2004,10,30,7,1),(2004,10,30,8,0),(2004,10,30,9,4),(2004,10,30,10,0),(2004,10,30,11,17),(2004,10,30,12,0),(2004,10,30,13,0),(2004,10,30,14,6),(2004,10,30,15,0),(2004,10,30,16,1),(2004,10,30,17,0),(2004,10,30,18,0),(2004,10,30,19,0),(2004,10,30,20,0),(2004,10,30,21,0),(2004,10,30,22,0),(2004,10,30,23,0),(2004,10,31,0,0),(2004,10,31,1,0),(2004,10,31,2,0),(2004,10,31,3,1),(2004,10,31,4,0),(2004,10,31,5,0),(2004,10,31,6,0),(2004,10,31,7,1),(2004,10,31,8,11),(2004,10,31,9,0),(2004,10,31,10,15),(2004,10,31,11,12),(2004,10,31,12,0),(2004,10,31,13,2),(2004,10,31,14,1),(2004,10,31,15,0),(2004,10,31,16,0),(2004,10,31,17,1),(2004,10,31,18,0),(2004,10,31,19,0),(2004,10,31,20,0),(2004,10,31,21,6),(2004,10,31,22,0),(2004,10,31,23,0),(2004,11,1,0,0),(2004,11,1,1,0),(2004,11,1,2,0),(2004,11,1,3,0),(2004,11,1,4,0),(2004,11,1,5,0),(2004,11,1,6,0),(2004,11,1,7,0),(2004,11,1,8,0),(2004,11,1,9,0),(2004,11,1,10,0),(2004,11,1,11,0),(2004,11,1,12,0),(2004,11,1,13,0),(2004,11,1,14,1),(2004,11,1,15,35),(2004,11,1,16,0),(2004,11,1,17,0),(2004,11,1,18,0),(2004,11,1,19,0),(2004,11,1,20,0),(2004,11,1,21,0),(2004,11,1,22,0),(2004,11,1,23,0),(2004,11,2,0,0),(2004,11,2,1,0),(2004,11,2,2,0),(2004,11,2,3,0),(2004,11,2,4,0),(2004,11,2,5,0),(2004,11,2,6,0),(2004,11,2,7,0),(2004,11,2,8,0),(2004,11,2,9,0),(2004,11,2,10,0),(2004,11,2,11,1),(2004,11,2,12,5),(2004,11,2,13,4),(2004,11,2,14,0),(2004,11,2,15,1),(2004,11,2,16,0),(2004,11,2,17,33),(2004,11,2,18,0),(2004,11,2,19,0),(2004,11,2,20,0),(2004,11,2,21,0),(2004,11,2,22,0),(2004,11,2,23,0),(2004,11,3,0,5),(2004,11,3,1,0),(2004,11,3,2,0),(2004,11,3,3,0),(2004,11,3,4,0),(2004,11,3,5,0),(2004,11,3,6,0),(2004,11,3,7,0),(2004,11,3,8,0),(2004,11,3,9,0),(2004,11,3,10,9),(2004,11,3,11,21),(2004,11,3,12,0),(2004,11,3,13,0),(2004,11,3,14,0),(2004,11,3,15,0),(2004,11,3,16,0),(2004,11,3,17,25),(2004,11,3,18,0),(2004,11,3,19,0),(2004,11,3,20,0),(2004,11,3,21,3),(2004,11,3,22,0),(2004,11,3,23,0),(2004,11,4,0,0),(2004,11,4,1,0),(2004,11,4,2,0),(2004,11,4,3,0),(2004,11,4,4,0),(2004,11,4,5,0),(2004,11,4,6,0),(2004,11,4,7,0),(2004,11,4,8,1),(2004,11,4,9,0),(2004,11,4,10,2),(2004,11,4,11,0),(2004,11,4,12,0),(2004,11,4,13,0),(2004,11,4,14,50),(2004,11,4,15,0),(2004,11,4,16,0),(2004,11,4,17,0),(2004,11,4,18,0),(2004,11,4,19,0),(2004,11,4,20,0),(2004,11,4,21,0),(2004,11,4,22,0),(2004,11,4,23,0),(2004,11,6,0,0),(2004,11,6,1,0),(2004,11,6,2,0),(2004,11,6,3,2),(2004,11,6,4,14),(2004,11,6,5,0),(2004,11,6,6,0),(2004,11,6,7,0),(2004,11,6,8,1),(2004,11,6,9,0),(2004,11,6,10,13),(2004,11,6,11,17),(2004,11,6,12,1),(2004,11,6,13,7),(2004,11,6,14,1),(2004,11,6,15,1),(2004,11,6,16,0),(2004,11,6,17,0),(2004,11,6,18,6),(2004,11,6,19,15),(2004,11,6,20,0),(2004,11,6,21,2),(2004,11,6,22,0),(2004,11,6,23,0),(2004,11,7,0,1),(2004,11,7,1,0),(2004,11,7,2,0),(2004,11,7,3,1),(2004,11,7,4,0),(2004,11,7,5,0),(2004,11,7,6,1),(2004,11,7,7,0),(2004,11,7,8,0),(2004,11,7,9,0),(2004,11,7,10,0),(2004,11,7,11,0),(2004,11,7,12,0),(2004,11,7,13,0),(2004,11,7,14,0),(2004,11,7,15,1),(2004,11,7,16,15),(2004,11,7,17,2),(2004,11,7,18,0),(2004,11,7,19,0),(2004,11,7,20,0),(2004,11,7,21,47),(2004,11,7,22,19),(2004,11,7,23,0),(2004,11,8,0,0),(2004,11,8,1,0),(2004,11,8,2,0),(2004,11,8,3,0),(2004,11,8,4,0),(2004,11,8,5,1),(2004,11,8,6,0),(2004,11,8,7,0),(2004,11,8,8,0),(2004,11,8,9,0),(2004,11,8,10,0),(2004,11,8,11,4),(2004,11,8,12,0),(2004,11,8,13,0),(2004,11,8,14,0),(2004,11,8,15,2),(2004,11,8,16,0),(2004,11,8,17,6),(2004,11,8,18,0),(2004,11,8,19,0),(2004,11,8,20,7),(2004,11,8,21,0),(2004,11,8,22,0),(2004,11,8,23,0),(2004,11,9,0,0),(2004,11,9,1,0),(2004,11,9,2,0),(2004,11,9,3,0),(2004,11,9,4,0),(2004,11,9,5,0),(2004,11,9,6,1),(2004,11,9,7,0),(2004,11,9,8,0),(2004,11,9,9,0),(2004,11,9,10,0),(2004,11,9,11,1),(2004,11,9,12,0),(2004,11,9,13,0),(2004,11,9,14,3),(2004,11,9,15,1),(2004,11,9,16,0),(2004,11,9,17,0),(2004,11,9,18,0),(2004,11,9,19,0),(2004,11,9,20,33),(2004,11,9,21,0),(2004,11,9,22,0),(2004,11,9,23,1),(2004,11,10,0,1),(2004,11,10,1,0),(2004,11,10,2,2),(2004,11,10,3,1),(2004,11,10,4,0),(2004,11,10,5,0),(2004,11,10,6,0),(2004,11,10,7,0),(2004,11,10,8,0),(2004,11,10,9,0),(2004,11,10,10,1),(2004,11,10,11,0),(2004,11,10,12,0),(2004,11,10,13,0),(2004,11,10,14,8),(2004,11,10,15,0),(2004,11,10,16,0),(2004,11,10,17,1),(2004,11,10,18,2),(2004,11,10,19,0),(2004,11,10,20,0),(2004,11,10,21,7),(2004,11,10,22,92),(2004,11,10,23,0),(2004,11,11,0,0),(2004,11,11,1,0),(2004,11,11,2,1),(2004,11,11,3,1),(2004,11,11,4,0),(2004,11,11,5,0),(2004,11,11,6,1),(2004,11,11,7,0),(2004,11,11,8,0),(2004,11,11,9,1),(2004,11,11,10,0),(2004,11,11,11,0),(2004,11,11,12,0),(2004,11,11,13,0),(2004,11,11,14,0),(2004,11,11,15,47),(2004,11,11,16,0),(2004,11,11,17,0),(2004,11,11,18,0),(2004,11,11,19,0),(2004,11,11,20,5),(2004,11,11,21,0),(2004,11,11,22,1),(2004,11,11,23,1),(2004,11,12,0,0),(2004,11,12,1,35),(2004,11,12,2,0),(2004,11,12,3,0),(2004,11,12,4,0),(2004,11,12,5,0),(2004,11,12,6,0),(2004,11,12,7,0),(2004,11,12,8,0),(2004,11,12,9,0),(2004,11,12,10,0),(2004,11,12,11,1),(2004,11,12,12,0),(2004,11,12,13,0),(2004,11,12,14,0),(2004,11,12,15,1),(2004,11,12,16,1),(2004,11,12,17,0),(2004,11,12,18,0),(2004,11,12,19,0),(2004,11,12,20,0),(2004,11,12,21,0),(2004,11,12,22,0),(2004,11,12,23,0),(2004,11,13,0,0),(2004,11,13,1,0),(2004,11,13,2,0),(2004,11,13,3,0),(2004,11,13,4,2),(2004,11,13,5,0),(2004,11,13,6,1),(2004,11,13,7,1),(2004,11,13,8,0),(2004,11,13,9,2),(2004,11,13,10,2),(2004,11,13,11,1),(2004,11,13,12,0),(2004,11,13,13,2),(2004,11,13,14,16),(2004,11,13,15,0),(2004,11,13,16,1),(2004,11,13,17,0),(2004,11,13,18,0),(2004,11,13,19,0),(2004,11,13,20,0),(2004,11,13,21,0),(2004,11,13,22,1),(2004,11,13,23,0),(2004,11,14,0,0),(2004,11,14,1,7),(2004,11,14,2,0),(2004,11,14,3,0),(2004,11,14,4,0),(2004,11,14,5,0),(2004,11,14,6,0),(2004,11,14,7,0),(2004,11,14,8,0),(2004,11,14,9,0),(2004,11,14,10,0),(2004,11,14,11,1),(2004,11,14,12,0),(2004,11,14,13,1),(2004,11,14,14,2),(2004,11,14,15,0),(2004,11,14,16,0),(2004,11,14,17,0),(2004,11,14,18,4),(2004,11,14,19,3),(2004,11,14,20,0),(2004,11,14,21,0),(2004,11,14,22,0),(2004,11,14,23,3),(2004,11,15,0,0),(2004,11,15,1,4),(2004,11,15,2,0),(2004,11,15,3,0),(2004,11,15,4,11),(2004,11,15,5,0),(2004,11,15,6,0),(2004,11,15,7,0),(2004,11,15,8,0),(2004,11,15,9,0),(2004,11,15,10,0),(2004,11,15,11,1),(2004,11,15,12,0),(2004,11,15,13,0),(2004,11,15,14,9),(2004,11,15,15,4),(2004,11,15,16,0),(2004,11,15,17,3),(2004,11,15,18,1),(2004,11,15,19,0),(2004,11,15,20,0),(2004,11,15,21,0),(2004,11,15,22,7),(2004,11,15,23,0),(2004,11,16,0,1),(2004,11,16,1,0),(2004,11,16,2,1),(2004,11,16,3,0),(2004,11,16,4,0),(2004,11,16,5,0),(2004,11,16,6,0),(2004,11,16,7,0),(2004,11,16,8,0),(2004,11,16,9,0),(2004,11,16,10,0),(2004,11,16,11,7),(2004,11,16,12,0),(2004,11,16,13,14),(2004,11,16,14,0),(2004,11,16,15,0),(2004,11,16,16,3),(2004,11,16,17,0),(2004,11,16,18,0),(2004,11,16,19,0),(2004,11,16,20,0),(2004,11,16,21,0),(2004,11,16,22,0),(2004,11,16,23,0),(2004,11,17,0,1),(2004,11,17,1,0),(2004,11,17,2,0),(2004,11,17,3,1),(2004,11,17,4,1),(2004,11,17,5,0),(2004,11,17,6,0),(2004,11,17,7,0),(2004,11,17,8,0),(2004,11,17,9,0),(2004,11,17,10,0),(2004,11,17,11,12),(2004,11,17,12,0),(2004,11,17,13,0),(2004,11,17,14,0),(2004,11,17,15,0),(2004,11,17,16,0),(2004,11,17,17,1),(2004,11,17,18,0),(2004,11,17,19,0),(2004,11,17,20,4),(2004,11,17,21,0),(2004,11,17,22,0),(2004,11,17,23,0),(2004,11,18,0,0),(2004,11,18,1,0),(2004,11,18,2,1),(2004,11,18,3,0),(2004,11,18,4,0),(2004,11,18,5,0),(2004,11,18,6,0),(2004,11,18,7,0),(2004,11,18,8,14),(2004,11,18,9,1),(2004,11,18,10,0),(2004,11,18,11,24),(2004,11,18,12,3),(2004,11,18,13,0),(2004,11,18,14,0),(2004,11,18,15,2),(2004,11,18,16,0),(2004,11,18,17,3),(2004,11,18,18,0),(2004,11,18,19,0),(2004,11,18,20,0),(2004,11,18,21,1),(2004,11,18,22,0),(2004,11,18,23,0),(2004,11,19,0,1),(2004,11,19,1,0),(2004,11,19,2,0),(2004,11,19,3,0),(2004,11,19,4,0),(2004,11,19,5,0),(2004,11,19,6,0),(2004,11,19,7,0),(2004,11,19,8,0),(2004,11,19,9,0),(2004,11,19,10,0),(2004,11,19,11,0),(2004,11,19,12,0),(2004,11,19,13,0),(2004,11,19,14,0),(2004,11,19,15,0),(2004,11,19,16,0),(2004,11,19,17,0),(2004,11,19,18,0),(2004,11,19,19,0),(2004,11,19,20,0),(2004,11,19,21,1),(2004,11,19,22,0),(2004,11,19,23,1),(2004,11,20,0,0),(2004,11,20,1,0),(2004,11,20,2,0),(2004,11,20,3,0),(2004,11,20,4,0),(2004,11,20,5,0),(2004,11,20,6,0),(2004,11,20,7,0),(2004,11,20,8,0),(2004,11,20,9,0),(2004,11,20,10,1),(2004,11,20,11,0),(2004,11,20,12,0),(2004,11,20,13,0),(2004,11,20,14,0),(2004,11,20,15,0),(2004,11,20,16,0),(2004,11,20,17,0),(2004,11,20,18,0),(2004,11,20,19,0),(2004,11,20,20,0),(2004,11,20,21,1),(2004,11,20,22,0),(2004,11,20,23,0),(2004,11,21,0,0),(2004,11,21,1,1),(2004,11,21,2,0),(2004,11,21,3,0),(2004,11,21,4,0),(2004,11,21,5,2),(2004,11,21,6,0),(2004,11,21,7,0),(2004,11,21,8,0),(2004,11,21,9,0),(2004,11,21,10,0),(2004,11,21,11,0),(2004,11,21,12,0),(2004,11,21,13,0),(2004,11,21,14,39),(2004,11,21,15,0),(2004,11,21,16,2),(2004,11,21,17,0),(2004,11,21,18,0),(2004,11,21,19,0),(2004,11,21,20,2),(2004,11,21,21,0),(2004,11,21,22,0),(2004,11,21,23,1),(2004,11,22,0,0),(2004,11,22,1,0),(2004,11,22,2,1),(2004,11,22,3,0),(2004,11,22,4,0),(2004,11,22,5,0),(2004,11,22,6,3),(2004,11,22,7,7),(2004,11,22,8,0),(2004,11,22,9,4),(2004,11,22,10,0),(2004,11,22,11,6),(2004,11,22,12,6),(2004,11,22,13,1),(2004,11,22,14,16),(2004,11,22,15,6),(2004,11,22,16,1),(2004,11,22,17,0),(2004,11,22,18,0),(2004,11,22,19,11),(2004,11,22,20,0),(2004,11,22,21,0),(2004,11,22,22,1),(2004,11,22,23,3),(2004,11,23,0,3),(2004,11,23,1,0),(2004,11,23,2,0),(2004,11,23,3,0),(2004,11,23,4,0),(2004,11,23,5,4),(2004,11,23,6,1),(2004,11,23,7,0),(2004,11,23,8,1),(2004,11,23,9,0),(2004,11,23,10,0),(2004,11,23,11,2),(2004,11,23,12,3),(2004,11,23,13,0),(2004,11,23,14,0),(2004,11,23,15,1),(2004,11,23,16,0),(2004,11,23,17,0),(2004,11,23,18,0),(2004,11,23,19,0),(2004,11,23,20,1),(2004,11,23,21,0),(2004,11,23,22,1),(2004,11,23,23,4),(2004,11,24,0,1),(2004,11,24,1,0),(2004,11,24,2,0),(2004,11,24,3,0),(2004,11,24,4,0),(2004,11,24,5,1),(2004,11,24,6,0),(2004,11,24,7,0),(2004,11,24,8,0),(2004,11,24,9,0),(2004,11,24,10,0),(2004,11,24,11,0),(2004,11,24,12,1),(2004,11,24,13,0),(2004,11,24,14,2),(2004,11,24,15,0),(2004,11,24,16,28),(2004,11,24,17,0),(2004,11,24,18,1),(2004,11,24,19,0),(2004,11,24,20,0),(2004,11,24,21,0),(2004,11,24,22,0),(2004,11,24,23,0),(2004,11,25,0,1),(2004,11,25,1,0),(2004,11,25,2,7),(2004,11,25,3,0),(2004,11,25,4,0),(2004,11,25,5,1),(2004,11,25,6,0),(2004,11,25,7,0),(2004,11,25,8,21),(2004,11,25,9,3),(2004,11,25,10,5),(2004,11,25,11,32),(2004,11,25,12,0),(2004,11,25,13,0),(2004,11,25,14,0),(2004,11,25,15,0),(2004,11,25,16,2),(2004,11,25,17,0),(2004,11,25,18,1),(2004,11,25,19,0),(2004,11,25,20,0),(2004,11,25,21,1),(2004,11,25,22,1),(2004,11,25,23,0),(2004,11,26,0,0),(2004,11,26,1,0),(2004,11,26,2,0),(2004,11,26,3,0),(2004,11,26,4,0),(2004,11,26,5,1),(2004,11,26,6,0),(2004,11,26,7,0),(2004,11,26,8,0),(2004,11,26,9,0),(2004,11,26,10,0),(2004,11,26,11,0),(2004,11,26,12,0),(2004,11,26,13,0),(2004,11,26,14,0),(2004,11,26,15,1),(2004,11,26,16,23),(2004,11,26,17,1),(2004,11,26,18,3),(2004,11,26,19,0),(2004,11,26,20,0),(2004,11,26,21,1),(2004,11,26,22,32),(2004,11,26,23,0),(2004,11,27,0,0),(2004,11,27,1,0),(2004,11,27,2,1),(2004,11,27,3,0),(2004,11,27,4,0),(2004,11,27,5,0),(2004,11,27,6,0),(2004,11,27,7,0),(2004,11,27,8,0),(2004,11,27,9,0),(2004,11,27,10,0),(2004,11,27,11,0),(2004,11,27,12,0),(2004,11,27,13,0),(2004,11,27,14,0),(2004,11,27,15,0),(2004,11,27,16,1),(2004,11,27,17,0),(2004,11,27,18,0),(2004,11,27,19,0),(2004,11,27,20,265),(2004,11,27,21,1),(2004,11,27,22,2),(2004,11,27,23,2),(2004,11,28,0,1),(2004,11,28,1,0),(2004,11,28,2,1),(2004,11,28,3,0),(2004,11,28,4,0),(2004,11,28,5,0),(2004,11,28,6,6),(2004,11,28,7,0),(2004,11,28,8,0),(2004,11,28,9,0),(2004,11,28,10,0),(2004,11,28,11,21),(2004,11,28,12,0),(2004,11,28,13,0),(2004,11,28,14,0),(2004,11,28,15,7),(2004,11,28,16,0),(2004,11,28,17,0),(2004,11,28,18,0),(2004,11,28,19,0),(2004,11,28,20,0),(2004,11,28,21,15),(2004,11,28,22,9),(2004,11,28,23,1),(2004,11,29,0,3),(2004,11,29,1,0),(2004,11,29,2,0),(2004,11,29,3,0),(2004,11,29,4,0),(2004,11,29,5,0),(2004,11,29,6,0),(2004,11,29,7,1),(2004,11,29,8,8),(2004,11,29,9,1),(2004,11,29,10,0),(2004,11,29,11,0),(2004,11,29,12,0),(2004,11,29,13,0),(2004,11,29,14,0),(2004,11,29,15,0),(2004,11,29,16,0),(2004,11,29,17,0),(2004,11,29,18,0),(2004,11,29,19,1),(2004,11,29,20,0),(2004,11,29,21,0),(2004,11,29,22,0),(2004,11,29,23,0),(2004,11,30,0,0),(2004,11,30,1,1),(2004,11,30,2,1),(2004,11,30,3,0),(2004,11,30,4,0),(2004,11,30,5,1),(2004,11,30,6,0),(2004,11,30,7,1),(2004,11,30,8,0),(2004,11,30,9,0),(2004,11,30,10,0),(2004,11,30,11,0),(2004,11,30,12,0),(2004,11,30,13,2),(2004,11,30,14,0),(2004,11,30,15,7),(2004,11,30,16,0),(2004,11,30,17,0),(2004,11,30,18,0),(2004,11,30,19,7),(2004,11,30,20,0),(2004,11,30,21,0),(2004,11,30,22,0),(2004,11,30,23,0),(2004,12,1,0,1),(2004,12,1,1,1),(2004,12,1,2,0),(2004,12,1,3,0),(2004,12,1,4,0),(2004,12,1,5,0),(2004,12,1,6,0),(2004,12,1,7,0),(2004,12,1,8,0),(2004,12,1,9,1),(2004,12,1,10,0),(2004,12,1,11,0),(2004,12,1,12,0),(2004,12,1,13,0),(2004,12,1,14,3),(2004,12,1,15,0),(2004,12,1,16,0),(2004,12,1,17,0),(2004,12,1,18,0),(2004,12,1,19,0),(2004,12,1,20,0),(2004,12,1,21,0),(2004,12,1,22,0),(2004,12,1,23,0),(2004,12,2,0,0),(2004,12,2,1,0),(2004,12,2,2,0),(2004,12,2,3,0),(2004,12,2,4,0),(2004,12,2,5,0),(2004,12,2,6,0),(2004,12,2,7,0),(2004,12,2,8,2),(2004,12,2,9,0),(2004,12,2,10,0),(2004,12,2,11,0),(2004,12,2,12,0),(2004,12,2,13,0),(2004,12,2,14,0),(2004,12,2,15,0),(2004,12,2,16,8),(2004,12,2,17,2),(2004,12,2,18,0),(2004,12,2,19,0),(2004,12,2,20,1),(2004,12,2,21,25),(2004,12,2,22,0),(2004,12,2,23,0),(2004,12,3,0,0),(2004,12,3,1,0),(2004,12,3,2,0),(2004,12,3,3,1),(2004,12,3,4,0),(2004,12,3,5,0),(2004,12,3,6,0),(2004,12,3,7,2),(2004,12,3,8,0),(2004,12,3,9,1),(2004,12,3,10,0),(2004,12,3,11,0),(2004,12,3,12,0),(2004,12,3,13,0),(2004,12,3,14,1),(2004,12,3,15,0),(2004,12,3,16,0),(2004,12,3,17,0),(2004,12,3,18,0),(2004,12,3,19,0),(2004,12,3,20,0),(2004,12,3,21,0),(2004,12,3,22,2),(2004,12,3,23,0),(2004,12,4,0,1),(2004,12,4,1,0),(2004,12,4,2,1),(2004,12,4,3,0),(2004,12,4,4,0),(2004,12,4,5,1),(2004,12,4,6,1),(2004,12,4,7,0),(2004,12,4,8,15),(2004,12,4,9,12),(2004,12,4,10,0),(2004,12,4,11,0),(2004,12,4,12,0),(2004,12,4,13,0),(2004,12,4,14,0),(2004,12,4,15,0),(2004,12,4,16,0),(2004,12,4,17,0),(2004,12,4,18,0),(2004,12,4,19,14),(2004,12,4,20,0),(2004,12,4,21,0),(2004,12,4,22,0),(2004,12,4,23,0),(2004,12,5,0,55),(2004,12,5,1,0),(2004,12,5,2,1),(2004,12,5,3,0),(2004,12,5,4,0),(2004,12,5,5,0),(2004,12,5,6,1),(2004,12,5,7,0),(2004,12,5,8,0),(2004,12,5,9,0),(2004,12,5,10,0),(2004,12,5,11,0),(2004,12,5,12,0),(2004,12,5,13,0),(2004,12,5,14,0),(2004,12,5,15,1),(2004,12,5,16,0),(2004,12,5,17,0),(2004,12,5,18,0),(2004,12,5,19,0),(2004,12,5,20,29),(2004,12,5,21,0),(2004,12,5,22,0),(2004,12,5,23,0),(2004,12,6,0,1),(2004,12,6,1,0),(2004,12,6,2,0),(2004,12,6,3,0),(2004,12,6,4,0),(2004,12,6,5,1),(2004,12,6,6,0),(2004,12,6,7,1),(2004,12,6,8,0),(2004,12,6,9,0),(2004,12,6,10,0),(2004,12,6,11,1),(2004,12,6,12,14),(2004,12,6,13,6),(2004,12,6,14,57),(2004,12,6,15,0),(2004,12,6,16,13),(2004,12,6,17,0),(2004,12,6,18,1),(2004,12,6,19,5),(2004,12,6,20,3),(2004,12,6,21,4),(2004,12,6,22,0),(2004,12,6,23,1),(2004,12,7,0,0),(2004,12,7,1,23),(2004,12,7,2,133),(2004,12,7,3,223),(2004,12,7,4,111),(2004,12,7,5,71),(2004,12,7,6,452),(2004,12,7,7,237),(2004,12,7,8,155),(2004,12,7,9,193),(2004,12,7,10,330),(2004,12,7,11,66),(2004,12,7,12,21),(2004,12,7,13,9),(2004,12,7,14,37),(2004,12,7,15,30),(2004,12,7,16,1),(2004,12,7,17,2),(2004,12,7,18,12),(2004,12,7,19,11),(2004,12,7,20,1),(2004,12,7,21,1),(2004,12,7,22,9),(2004,12,7,23,6),(2004,12,8,0,2),(2004,12,8,1,0),(2004,12,8,2,0),(2004,12,8,3,0),(2004,12,8,4,0),(2004,12,8,5,1),(2004,12,8,6,2),(2004,12,8,7,0),(2004,12,8,8,11),(2004,12,8,9,0),(2004,12,8,10,0),(2004,12,8,11,2),(2004,12,8,12,0),(2004,12,8,13,2),(2004,12,8,14,0),(2004,12,8,15,0),(2004,12,8,16,0),(2004,12,8,17,1),(2004,12,8,18,4),(2004,12,8,19,2),(2004,12,8,20,0),(2004,12,8,21,0),(2004,12,8,22,0),(2004,12,8,23,0),(2004,12,9,0,1),(2004,12,9,1,0),(2004,12,9,2,2),(2004,12,9,3,0),(2004,12,9,4,1),(2004,12,9,5,0),(2004,12,9,6,0),(2004,12,9,7,0),(2004,12,9,8,0),(2004,12,9,9,1),(2004,12,9,10,1),(2004,12,9,11,0),(2004,12,9,12,0),(2004,12,9,13,0),(2004,12,9,14,0),(2004,12,9,15,0),(2004,12,9,16,3),(2004,12,9,17,0),(2004,12,9,18,2),(2004,12,9,19,0),(2004,12,9,20,0),(2004,12,9,21,0),(2004,12,9,22,0),(2004,12,9,23,0),(2004,12,10,0,0),(2004,12,10,1,0),(2004,12,10,2,0),(2004,12,10,3,0),(2004,12,10,4,0),(2004,12,10,5,1),(2004,12,10,6,1),(2004,12,10,7,1),(2004,12,10,8,0),(2004,12,10,9,1),(2004,12,10,10,1),(2004,12,10,11,0),(2004,12,10,12,2),(2004,12,10,13,0),(2004,12,10,14,1),(2004,12,10,15,0),(2004,12,10,16,27),(2004,12,10,17,1),(2004,12,10,18,4),(2004,12,10,19,4),(2004,12,10,20,0),(2004,12,10,21,3),(2004,12,10,22,0),(2004,12,10,23,2),(2004,12,11,0,0),(2004,12,11,1,2),(2004,12,11,2,0),(2004,12,11,3,0),(2004,12,11,4,0),(2004,12,11,5,0),(2004,12,11,6,0),(2004,12,11,7,1),(2004,12,11,8,1),(2004,12,11,9,0),(2004,12,11,10,0),(2004,12,11,11,0),(2004,12,11,12,20),(2004,12,11,13,0),(2004,12,11,14,6),(2004,12,11,15,0),(2004,12,11,16,2),(2004,12,11,17,0),(2004,12,11,18,0),(2004,12,11,19,3),(2004,12,11,20,0),(2004,12,11,21,1),(2004,12,11,22,0),(2004,12,11,23,0),(2004,12,12,0,1),(2004,12,12,1,0),(2004,12,12,2,1),(2004,12,12,3,0),(2004,12,12,4,0),(2004,12,12,5,0),(2004,12,12,6,0),(2004,12,12,7,0),(2004,12,12,8,0),(2004,12,12,9,0),(2004,12,12,10,0),(2004,12,12,11,1),(2004,12,12,12,1),(2004,12,12,13,0),(2004,12,12,14,0),(2004,12,12,15,1),(2004,12,12,16,1),(2004,12,12,17,0),(2004,12,12,18,0),(2004,12,12,19,15),(2004,12,12,20,1),(2004,12,12,21,5),(2004,12,12,22,1),(2004,12,12,23,0),(2004,12,13,0,0),(2004,12,13,1,0),(2004,12,13,2,1),(2004,12,13,3,0),(2004,12,13,4,0),(2004,12,13,5,1),(2004,12,13,6,1),(2004,12,13,7,0),(2004,12,13,8,0),(2004,12,13,9,0),(2004,12,13,10,1),(2004,12,13,11,1),(2004,12,13,12,2),(2004,12,13,13,0),(2004,12,13,14,2),(2004,12,13,15,1),(2004,12,13,16,0),(2004,12,13,17,0),(2004,12,13,18,0),(2004,12,13,19,0),(2004,12,13,20,0),(2004,12,13,21,0),(2004,12,13,22,0),(2004,12,13,23,0),(2004,12,14,0,1),(2004,12,14,1,10),(2004,12,14,2,0),(2004,12,14,3,0),(2004,12,14,4,0),(2004,12,14,5,0),(2004,12,14,6,0),(2004,12,14,7,0),(2004,12,14,8,0),(2004,12,14,9,0),(2004,12,14,10,0),(2004,12,14,11,0),(2004,12,14,12,0),(2004,12,14,13,2),(2004,12,14,14,0),(2004,12,14,15,15),(2004,12,14,16,0),(2004,12,14,17,0),(2004,12,14,18,0),(2004,12,14,19,3),(2004,12,14,20,0),(2004,12,14,21,0),(2004,12,14,22,0),(2004,12,14,23,0),(2004,12,15,0,1),(2004,12,15,1,0),(2004,12,15,2,1),(2004,12,15,3,1),(2004,12,15,4,0),(2004,12,15,5,0),(2004,12,15,6,0),(2004,12,15,7,0),(2004,12,15,8,0),(2004,12,15,9,4),(2004,12,15,10,0),(2004,12,15,11,0),(2004,12,15,12,0),(2004,12,15,13,0),(2004,12,15,14,0),(2004,12,15,15,0),(2004,12,15,16,1),(2004,12,15,17,0),(2004,12,15,18,0),(2004,12,15,19,0),(2004,12,15,20,1),(2004,12,15,21,0),(2004,12,15,22,1),(2004,12,15,23,1),(2004,12,16,0,0),(2004,12,16,1,0),(2004,12,16,2,0),(2004,12,16,3,0),(2004,12,16,4,0),(2004,12,16,5,0),(2004,12,16,6,0),(2004,12,16,7,0),(2004,12,16,8,1),(2004,12,16,9,0),(2004,12,16,10,0),(2004,12,16,11,12),(2004,12,16,12,3),(2004,12,16,13,12),(2004,12,16,14,0),(2004,12,16,15,3),(2004,12,16,16,0),(2004,12,16,17,0),(2004,12,16,18,0),(2004,12,16,19,0),(2004,12,16,20,0),(2004,12,16,21,0),(2004,12,16,22,0),(2004,12,16,23,1),(2004,12,17,0,1),(2004,12,17,1,0),(2004,12,17,2,0),(2004,12,17,3,0),(2004,12,17,4,1),(2004,12,17,5,0),(2004,12,17,6,0),(2004,12,17,7,1),(2004,12,17,8,2),(2004,12,17,9,0),(2004,12,17,10,0),(2004,12,17,11,1),(2004,12,17,12,26),(2004,12,17,13,0),(2004,12,17,14,0),(2004,12,17,15,0),(2004,12,17,16,0),(2004,12,17,17,0),(2004,12,17,18,0),(2004,12,17,19,0),(2004,12,17,20,0),(2004,12,17,21,0),(2004,12,17,22,0),(2004,12,17,23,0),(2004,12,18,0,0),(2004,12,18,1,0),(2004,12,18,2,0),(2004,12,18,3,10),(2004,12,18,4,18),(2004,12,18,5,0),(2004,12,18,6,0),(2004,12,18,7,0),(2004,12,18,8,0),(2004,12,18,9,0),(2004,12,18,10,0),(2004,12,18,11,0),(2004,12,18,12,0),(2004,12,18,13,0),(2004,12,18,14,0),(2004,12,18,15,0),(2004,12,18,16,0),(2004,12,18,17,29),(2004,12,18,18,10),(2004,12,18,19,3),(2004,12,18,20,10),(2004,12,18,21,16),(2004,12,18,22,9),(2004,12,18,23,9),(2004,12,19,0,0),(2004,12,19,1,1),(2004,12,19,2,0),(2004,12,19,3,0),(2004,12,19,4,0),(2004,12,19,5,11),(2004,12,19,6,11),(2004,12,19,7,10),(2004,12,19,8,28),(2004,12,19,9,15),(2004,12,19,10,1),(2004,12,19,11,2),(2004,12,19,12,2),(2004,12,19,13,3),(2004,12,19,14,2),(2004,12,19,15,32),(2004,12,19,16,36),(2004,12,19,17,29),(2004,12,19,18,19),(2004,12,19,19,12),(2004,12,19,20,23),(2004,12,19,21,9),(2004,12,19,22,5),(2004,12,19,23,2),(2004,12,20,0,6),(2004,12,20,1,41),(2004,12,20,2,0),(2004,12,20,3,0),(2004,12,20,4,0),(2004,12,20,5,0),(2004,12,20,6,0),(2004,12,20,7,3),(2004,12,20,8,1),(2004,12,20,9,0),(2004,12,20,10,0),(2004,12,20,11,0),(2004,12,20,12,0),(2004,12,20,13,0),(2004,12,20,14,2),(2004,12,20,15,3),(2004,12,20,16,0),(2004,12,20,17,0),(2004,12,20,18,17),(2004,12,20,19,43),(2004,12,20,20,0),(2004,12,20,21,0),(2004,12,20,22,0),(2004,12,20,23,0),(2004,12,21,0,0),(2004,12,21,1,0),(2004,12,21,2,0),(2004,12,21,3,0),(2004,12,21,4,0),(2004,12,21,5,7),(2004,12,21,6,0),(2004,12,21,7,1),(2004,12,21,8,0),(2004,12,21,9,0),(2004,12,21,10,0),(2004,12,21,11,0),(2004,12,21,12,0),(2004,12,21,13,16),(2004,12,21,14,3),(2004,12,21,15,0),(2004,12,21,16,1),(2004,12,21,17,11),(2004,12,21,18,7),(2004,12,21,19,5),(2004,12,21,20,3),(2004,12,21,21,37),(2004,12,21,22,37),(2004,12,21,23,12),(2004,12,22,0,5),(2004,12,22,1,13),(2004,12,22,2,0),(2004,12,22,3,30),(2004,12,22,4,24),(2004,12,22,5,28),(2004,12,22,6,34),(2004,12,22,7,11),(2004,12,22,8,9),(2004,12,22,9,74),(2004,12,22,10,66),(2004,12,22,11,55),(2004,12,22,12,64),(2004,12,22,13,40),(2004,12,22,14,39),(2004,12,22,15,5),(2004,12,22,16,0),(2004,12,22,17,0),(2004,12,22,18,0),(2004,12,22,19,3),(2004,12,22,20,26),(2004,12,22,21,54),(2004,12,22,22,61),(2004,12,22,23,20),(2004,12,23,0,0),(2004,12,23,1,0),(2004,12,23,2,0),(2004,12,23,3,0),(2004,12,23,4,0),(2004,12,23,5,0),(2004,12,23,6,0),(2004,12,23,7,0),(2004,12,23,8,0),(2004,12,23,9,0),(2004,12,23,10,0),(2004,12,23,11,0),(2004,12,23,12,4),(2004,12,23,13,10),(2004,12,23,14,1),(2004,12,23,15,0),(2004,12,23,16,0),(2004,12,23,17,0),(2004,12,23,18,78),(2004,12,23,19,93),(2004,12,23,20,70),(2004,12,23,21,95),(2004,12,23,22,42),(2004,12,23,23,0),(2004,12,24,0,0),(2004,12,24,1,0),(2004,12,24,2,50),(2004,12,24,3,43),(2004,12,24,4,53),(2004,12,24,5,41),(2004,12,24,6,75),(2004,12,24,7,84),(2004,12,24,8,75),(2004,12,24,9,72),(2004,12,24,10,61),(2004,12,24,11,101),(2004,12,24,12,93),(2004,12,24,13,69),(2004,12,24,14,60),(2004,12,24,15,97),(2004,12,24,16,74),(2004,12,24,17,80),(2004,12,24,18,76),(2004,12,24,19,96),(2004,12,24,20,0),(2004,12,24,21,0),(2004,12,24,22,0),(2004,12,24,23,1),(2004,12,25,0,7),(2004,12,25,1,0),(2004,12,25,2,0),(2004,12,25,3,0),(2004,12,25,4,0),(2004,12,25,5,1),(2004,12,25,6,1),(2004,12,25,7,0),(2004,12,25,8,0),(2004,12,25,9,28),(2004,12,25,10,6),(2004,12,25,11,0),(2004,12,25,12,0),(2004,12,25,13,0),(2004,12,25,14,1),(2004,12,25,15,29),(2004,12,25,16,0),(2004,12,25,17,0),(2004,12,25,18,2),(2004,12,25,19,0),(2004,12,25,20,0),(2004,12,25,21,0),(2004,12,25,22,0),(2004,12,25,23,0),(2004,12,26,0,0),(2004,12,26,1,0),(2004,12,26,2,0),(2004,12,26,3,0),(2004,12,26,4,0),(2004,12,26,5,0),(2004,12,26,6,0),(2004,12,26,7,1),(2004,12,26,8,0),(2004,12,26,9,0),(2004,12,26,10,22),(2004,12,26,11,1),(2004,12,26,12,2),(2004,12,26,13,3),(2004,12,26,14,0),(2004,12,26,15,5),(2004,12,26,16,2),(2004,12,26,17,0),(2004,12,26,18,0),(2004,12,26,19,0),(2004,12,26,20,0),(2004,12,26,21,0),(2004,12,26,22,0),(2004,12,26,23,0),(2004,12,27,0,0),(2004,12,27,1,0),(2004,12,27,2,0),(2004,12,27,3,0),(2004,12,27,4,0),(2004,12,27,5,0),(2004,12,27,6,0),(2004,12,27,7,0),(2004,12,27,8,26),(2004,12,27,9,15),(2004,12,27,10,0),(2004,12,27,11,5),(2004,12,27,12,15),(2004,12,27,13,0),(2004,12,27,14,1),(2004,12,27,15,0),(2004,12,27,16,3),(2004,12,27,17,0),(2004,12,27,18,0),(2004,12,27,19,1),(2004,12,27,20,1),(2004,12,27,21,0),(2004,12,27,22,0),(2004,12,27,23,0),(2004,12,28,0,0),(2004,12,28,1,0),(2004,12,28,2,0),(2004,12,28,3,0),(2004,12,28,4,0),(2004,12,28,5,1),(2004,12,28,6,0),(2004,12,28,7,1),(2004,12,28,8,0),(2004,12,28,9,2),(2004,12,28,10,0),(2004,12,28,11,33),(2004,12,28,12,0),(2004,12,28,13,1),(2004,12,28,14,2),(2004,12,28,15,1),(2004,12,28,16,0),(2004,12,28,17,0),(2004,12,28,18,0),(2004,12,28,19,0),(2004,12,28,20,0),(2004,12,28,21,0),(2004,12,28,22,0),(2004,12,28,23,0),(2004,12,29,0,0),(2004,12,29,1,0),(2004,12,29,2,0),(2004,12,29,3,0),(2004,12,29,4,4),(2004,12,29,5,3),(2004,12,29,6,0),(2004,12,29,7,1),(2004,12,29,8,1),(2004,12,29,9,0),(2004,12,29,10,0),(2004,12,29,11,0),(2004,12,29,12,0),(2004,12,29,13,0),(2004,12,29,14,26),(2004,12,29,15,1),(2004,12,29,16,0),(2004,12,29,17,0),(2004,12,29,18,22),(2004,12,29,19,0),(2004,12,29,20,0),(2004,12,29,21,36),(2004,12,29,22,2),(2004,12,29,23,0),(2004,12,30,0,0),(2004,12,30,1,3),(2004,12,30,2,13),(2004,12,30,3,3),(2004,12,30,4,13),(2004,12,30,5,2),(2004,12,30,6,0),(2004,12,30,7,0),(2004,12,30,8,0),(2004,12,30,9,0),(2004,12,30,10,0),(2004,12,30,11,0),(2004,12,30,12,3),(2004,12,30,13,0),(2004,12,30,14,3),(2004,12,30,15,10),(2004,12,30,16,0),(2004,12,30,17,0),(2004,12,30,18,3),(2004,12,30,19,25),(2004,12,30,20,1),(2004,12,30,21,1),(2004,12,30,22,0),(2004,12,30,23,3),(2004,12,31,0,0),(2004,12,31,1,0),(2004,12,31,2,0),(2004,12,31,3,0),(2004,12,31,4,0),(2004,12,31,5,0),(2004,12,31,6,0),(2004,12,31,7,0),(2004,12,31,8,0),(2004,12,31,9,0),(2004,12,31,10,0),(2004,12,31,11,0),(2004,12,31,12,0),(2004,12,31,13,0),(2004,12,31,14,6),(2004,12,31,15,3),(2004,12,31,16,0),(2004,12,31,17,0),(2004,12,31,18,1),(2004,12,31,19,0),(2004,12,31,20,0),(2004,12,31,21,1),(2004,12,31,22,0),(2004,12,31,23,0),(2005,1,1,0,0),(2005,1,1,1,0),(2005,1,1,2,0),(2005,1,1,3,0),(2005,1,1,4,0),(2005,1,1,5,0),(2005,1,1,6,0),(2005,1,1,7,0),(2005,1,1,8,0),(2005,1,1,9,0),(2005,1,1,10,0),(2005,1,1,11,7),(2005,1,1,12,0),(2005,1,1,13,0),(2005,1,1,14,0),(2005,1,1,15,0),(2005,1,1,16,0),(2005,1,1,17,0),(2005,1,1,18,1),(2005,1,1,19,0),(2005,1,1,20,2),(2005,1,1,21,0),(2005,1,1,22,4),(2005,1,1,23,0),(2005,1,2,0,6),(2005,1,2,1,1),(2005,1,2,2,5),(2005,1,2,3,1),(2005,1,2,4,0),(2005,1,2,5,5),(2005,1,2,6,19),(2005,1,2,7,312),(2005,1,2,8,180),(2005,1,2,9,282),(2005,1,2,10,358),(2005,1,2,11,423),(2005,1,2,12,360),(2005,1,2,13,287),(2005,1,2,14,118),(2005,1,2,15,336),(2005,1,2,16,179),(2005,1,2,17,113),(2005,1,2,18,0),(2005,1,2,19,5),(2005,1,2,20,3),(2005,1,2,21,3),(2005,1,2,22,5),(2005,1,2,23,3),(2005,1,3,0,0),(2005,1,3,1,0),(2005,1,3,2,0),(2005,1,3,3,0),(2005,1,3,4,0),(2005,1,3,5,0),(2005,1,3,6,0),(2005,1,3,7,0),(2005,1,3,8,0),(2005,1,3,9,0),(2005,1,3,10,0),(2005,1,3,11,36),(2005,1,3,12,0),(2005,1,3,13,0),(2005,1,3,14,0),(2005,1,3,15,0),(2005,1,3,16,0),(2005,1,3,17,0),(2005,1,3,18,3),(2005,1,3,19,18),(2005,1,3,20,0),(2005,1,3,21,11),(2005,1,3,22,5),(2005,1,3,23,11),(2005,1,4,0,2),(2005,1,4,1,0),(2005,1,4,2,0),(2005,1,4,3,0),(2005,1,4,4,12),(2005,1,4,5,0),(2005,1,4,6,1),(2005,1,4,7,1),(2005,1,4,8,3),(2005,1,4,9,206),(2005,1,4,10,3),(2005,1,4,11,26),(2005,1,4,12,27),(2005,1,4,13,0),(2005,1,4,14,3),(2005,1,4,15,0),(2005,1,4,16,6),(2005,1,4,17,2),(2005,1,4,18,0),(2005,1,4,19,12),(2005,1,4,20,4),(2005,1,4,21,4),(2005,1,4,22,188),(2005,1,4,23,229),(2005,1,5,0,56),(2005,1,5,1,0),(2005,1,5,2,0),(2005,1,5,3,0),(2005,1,5,4,0),(2005,1,5,5,0),(2005,1,5,6,0),(2005,1,5,7,0),(2005,1,5,8,1),(2005,1,5,9,4),(2005,1,5,10,0),(2005,1,5,11,1),(2005,1,5,12,0),(2005,1,5,13,3),(2005,1,5,14,0),(2005,1,5,15,6),(2005,1,5,16,3),(2005,1,5,17,0),(2005,1,5,18,0),(2005,1,5,19,0),(2005,1,5,20,0),(2005,1,5,21,1),(2005,1,5,22,10),(2005,1,5,23,1),(2005,1,6,0,30),(2005,1,6,1,0),(2005,1,6,2,1),(2005,1,6,3,0),(2005,1,6,4,0),(2005,1,6,5,0),(2005,1,6,6,0),(2005,1,6,7,1),(2005,1,6,8,2),(2005,1,6,9,9),(2005,1,6,10,9),(2005,1,6,11,3),(2005,1,6,12,5),(2005,1,6,13,2),(2005,1,6,14,1),(2005,1,6,15,2),(2005,1,6,16,4),(2005,1,6,17,1),(2005,1,6,18,1),(2005,1,6,19,1),(2005,1,6,20,16),(2005,1,6,21,0),(2005,1,6,22,0),(2005,1,6,23,0),(2005,1,7,0,0),(2005,1,7,1,0),(2005,1,7,2,1),(2005,1,7,3,0),(2005,1,7,4,0),(2005,1,7,5,0),(2005,1,7,6,0),(2005,1,7,7,0),(2005,1,7,8,0),(2005,1,7,9,0),(2005,1,7,10,1),(2005,1,7,11,1),(2005,1,7,12,0),(2005,1,7,13,5),(2005,1,7,14,67),(2005,1,7,15,3),(2005,1,7,16,4),(2005,1,7,17,0),(2005,1,7,18,2),(2005,1,7,19,100),(2005,1,7,20,51),(2005,1,7,21,97),(2005,1,7,22,32),(2005,1,7,23,38),(2005,1,8,0,37),(2005,1,8,1,0),(2005,1,8,2,0),(2005,1,8,3,0),(2005,1,8,4,10),(2005,1,8,5,41),(2005,1,8,6,96),(2005,1,8,7,100),(2005,1,8,8,97),(2005,1,8,9,0),(2005,1,8,10,1),(2005,1,8,11,0),(2005,1,8,12,25),(2005,1,8,13,3),(2005,1,8,14,0),(2005,1,8,15,34),(2005,1,8,16,0),(2005,1,8,17,0),(2005,1,8,18,0),(2005,1,8,19,1),(2005,1,8,20,0),(2005,1,8,21,0),(2005,1,8,22,0),(2005,1,8,23,0),(2005,1,9,0,0),(2005,1,9,1,1),(2005,1,9,2,0),(2005,1,9,3,0),(2005,1,9,4,0),(2005,1,9,5,1),(2005,1,9,6,1),(2005,1,9,7,0),(2005,1,9,8,0),(2005,1,9,9,0),(2005,1,9,10,0),(2005,1,9,11,0),(2005,1,9,12,0),(2005,1,9,13,3),(2005,1,9,14,1),(2005,1,9,15,0),(2005,1,9,16,25),(2005,1,9,17,9),(2005,1,9,18,27),(2005,1,9,19,30),(2005,1,9,20,55),(2005,1,9,21,66),(2005,1,9,22,66),(2005,1,9,23,67),(2005,1,10,0,70),(2005,1,10,1,37),(2005,1,10,2,0),(2005,1,10,3,0),(2005,1,10,4,0),(2005,1,10,5,0),(2005,1,10,6,69),(2005,1,10,7,39),(2005,1,10,8,1),(2005,1,10,9,0),(2005,1,10,10,0),(2005,1,10,11,1),(2005,1,10,12,2),(2005,1,10,13,0),(2005,1,10,14,0),(2005,1,10,15,0),(2005,1,10,16,2),(2005,1,10,17,0),(2005,1,10,18,5),(2005,1,10,19,1),(2005,1,10,20,0),(2005,1,10,21,0),(2005,1,10,22,0),(2005,1,10,23,0),(2005,1,11,0,1),(2005,1,11,1,0),(2005,1,11,2,2),(2005,1,11,3,0),(2005,1,11,4,0),(2005,1,11,5,0),(2005,1,11,6,0),(2005,1,11,7,1),(2005,1,11,8,0),(2005,1,11,9,2),(2005,1,11,10,0),(2005,1,11,11,0),(2005,1,11,12,0),(2005,1,11,13,0),(2005,1,11,14,10),(2005,1,11,15,0),(2005,1,11,16,0),(2005,1,11,17,0),(2005,1,11,18,0),(2005,1,11,19,1),(2005,1,11,20,1),(2005,1,11,21,111),(2005,1,11,22,59),(2005,1,11,23,23),(2005,1,12,0,47),(2005,1,12,1,109),(2005,1,12,2,2),(2005,1,12,3,1),(2005,1,12,4,6),(2005,1,12,5,13),(2005,1,12,6,41),(2005,1,12,7,102),(2005,1,12,8,65),(2005,1,12,9,61),(2005,1,12,10,93),(2005,1,12,11,124),(2005,1,12,12,108),(2005,1,12,13,119),(2005,1,12,14,91),(2005,1,12,15,106),(2005,1,12,16,108),(2005,1,12,17,137),(2005,1,12,18,94),(2005,1,12,19,143),(2005,1,12,20,156),(2005,1,12,21,96),(2005,1,12,22,64),(2005,1,12,23,62),(2005,1,13,0,89),(2005,1,13,1,63),(2005,1,13,2,63),(2005,1,13,3,67),(2005,1,13,4,67),(2005,1,13,5,66),(2005,1,13,6,63),(2005,1,13,7,62),(2005,1,13,8,48),(2005,1,13,9,63),(2005,1,13,10,69),(2005,1,13,11,64),(2005,1,13,12,63),(2005,1,13,13,91),(2005,1,13,14,66),(2005,1,13,15,61),(2005,1,13,16,64),(2005,1,13,17,72),(2005,1,13,18,61),(2005,1,13,19,64),(2005,1,13,20,9),(2005,1,13,21,0),(2005,1,13,22,0),(2005,1,13,23,1),(2005,1,14,0,0),(2005,1,14,1,0),(2005,1,14,2,0),(2005,1,14,3,5),(2005,1,14,4,0),(2005,1,14,5,1),(2005,1,14,6,0),(2005,1,14,7,1),(2005,1,14,8,1),(2005,1,14,9,0),(2005,1,14,10,0),(2005,1,14,11,5),(2005,1,14,12,0),(2005,1,14,13,2),(2005,1,14,14,3),(2005,1,14,15,0),(2005,1,14,16,1),(2005,1,14,17,0),(2005,1,14,18,2),(2005,1,14,19,1),(2005,1,14,20,0),(2005,1,14,21,0),(2005,1,14,22,1),(2005,1,14,23,0),(2005,1,15,0,0),(2005,1,15,1,0),(2005,1,15,2,0),(2005,1,15,3,0),(2005,1,15,4,0),(2005,1,15,5,0),(2005,1,15,6,0),(2005,1,15,7,1),(2005,1,15,8,1),(2005,1,15,9,0),(2005,1,15,10,15),(2005,1,15,11,12),(2005,1,15,12,0),(2005,1,15,13,5),(2005,1,15,14,0),(2005,1,15,15,0),(2005,1,15,16,0),(2005,1,15,17,0),(2005,1,15,18,0),(2005,1,15,19,0),(2005,1,15,20,0),(2005,1,15,21,1),(2005,1,15,22,0),(2005,1,15,23,1),(2005,1,16,0,0),(2005,1,16,1,0),(2005,1,16,2,0),(2005,1,16,3,0),(2005,1,16,4,0),(2005,1,16,5,0),(2005,1,16,6,0),(2005,1,16,7,0),(2005,1,16,8,0),(2005,1,16,9,0),(2005,1,16,10,0),(2005,1,16,11,0),(2005,1,16,12,0),(2005,1,16,13,0),(2005,1,16,14,0),(2005,1,16,15,6),(2005,1,16,16,2),(2005,1,16,17,0),(2005,1,16,18,0),(2005,1,16,19,0),(2005,1,16,20,0),(2005,1,16,21,0),(2005,1,16,22,0),(2005,1,16,23,6),(2005,1,17,0,1),(2005,1,17,1,0),(2005,1,17,2,0),(2005,1,17,3,0),(2005,1,17,4,0),(2005,1,17,5,0),(2005,1,17,6,0),(2005,1,17,7,0),(2005,1,17,8,1),(2005,1,17,9,6),(2005,1,17,10,0),(2005,1,17,11,0),(2005,1,17,12,0),(2005,1,17,13,0),(2005,1,17,14,0),(2005,1,17,15,0),(2005,1,17,16,1),(2005,1,17,17,1),(2005,1,17,18,0),(2005,1,17,19,7),(2005,1,17,20,6),(2005,1,17,21,30),(2005,1,17,22,4),(2005,1,17,23,0),(2005,1,18,0,0),(2005,1,18,1,0),(2005,1,18,2,0),(2005,1,18,3,0),(2005,1,18,4,0),(2005,1,18,5,0),(2005,1,18,6,1),(2005,1,18,7,0),(2005,1,18,8,0),(2005,1,18,9,18),(2005,1,18,10,4),(2005,1,18,11,5),(2005,1,18,12,0),(2005,1,18,13,59),(2005,1,18,14,0),(2005,1,18,15,0),(2005,1,18,16,0),(2005,1,18,17,0),(2005,1,18,18,0),(2005,1,18,19,15),(2005,1,18,20,3),(2005,1,18,21,2),(2005,1,18,22,0),(2005,1,18,23,1),(2005,1,19,0,1),(2005,1,19,1,0),(2005,1,19,2,2),(2005,1,19,3,1),(2005,1,19,4,14),(2005,1,19,5,0),(2005,1,19,6,0),(2005,1,19,7,0),(2005,1,19,8,9),(2005,1,19,9,22),(2005,1,19,10,11),(2005,1,19,11,0),(2005,1,19,12,0),(2005,1,19,13,0),(2005,1,19,14,3),(2005,1,19,15,1),(2005,1,19,16,0),(2005,1,19,17,24),(2005,1,19,18,28),(2005,1,19,19,65),(2005,1,19,20,72),(2005,1,19,21,67),(2005,1,19,22,68),(2005,1,19,23,69),(2005,1,20,0,69),(2005,1,20,1,69),(2005,1,20,2,74),(2005,1,20,3,67),(2005,1,20,4,72),(2005,1,20,5,70),(2005,1,20,6,71),(2005,1,20,7,65),(2005,1,20,8,67),(2005,1,20,9,67),(2005,1,20,10,65),(2005,1,20,11,91),(2005,1,20,12,65),(2005,1,20,13,68),(2005,1,20,14,76),(2005,1,20,15,71),(2005,1,20,16,69),(2005,1,20,17,71),(2005,1,20,18,68),(2005,1,20,19,69),(2005,1,20,20,66),(2005,1,20,21,92),(2005,1,20,22,74),(2005,1,20,23,100),(2005,1,21,0,74),(2005,1,21,1,75),(2005,1,21,2,75),(2005,1,21,3,67),(2005,1,21,4,70),(2005,1,21,5,64),(2005,1,21,6,73),(2005,1,21,7,71),(2005,1,21,8,67),(2005,1,21,9,72),(2005,1,21,10,92),(2005,1,21,11,29),(2005,1,21,12,6),(2005,1,21,13,7),(2005,1,21,14,6),(2005,1,21,15,3),(2005,1,21,16,3),(2005,1,21,17,7),(2005,1,21,18,8),(2005,1,21,19,3),(2005,1,21,20,1),(2005,1,21,21,5),(2005,1,21,22,1),(2005,1,21,23,0),(2005,1,22,0,0),(2005,1,22,1,1),(2005,1,22,2,1),(2005,1,22,3,0),(2005,1,22,4,0),(2005,1,22,5,0),(2005,1,22,6,0),(2005,1,22,7,0),(2005,1,22,8,0),(2005,1,22,9,0),(2005,1,22,10,2),(2005,1,22,11,3),(2005,1,22,12,2),(2005,1,22,13,2),(2005,1,22,14,1),(2005,1,22,15,1),(2005,1,22,16,0),(2005,1,22,17,4),(2005,1,22,18,0),(2005,1,22,19,5),(2005,1,22,20,0),(2005,1,22,21,0),(2005,1,22,22,1),(2005,1,22,23,1),(2005,1,23,0,2),(2005,1,23,1,0),(2005,1,23,2,0),(2005,1,23,3,1),(2005,1,23,4,1),(2005,1,23,5,2),(2005,1,23,6,5),(2005,1,23,7,3),(2005,1,23,8,3),(2005,1,23,9,3),(2005,1,23,10,4),(2005,1,23,11,13),(2005,1,23,12,3),(2005,1,23,13,10),(2005,1,23,14,2),(2005,1,23,15,44),(2005,1,23,16,19),(2005,1,23,17,2),(2005,1,23,18,4),(2005,1,23,19,7),(2005,1,23,20,16),(2005,1,23,21,11),(2005,1,23,22,4),(2005,1,23,23,3),(2005,1,24,0,5),(2005,1,24,1,6),(2005,1,24,2,5),(2005,1,24,3,9),(2005,1,24,4,7),(2005,1,24,5,9),(2005,1,24,6,10),(2005,1,24,7,4),(2005,1,24,8,8),(2005,1,24,9,8),(2005,1,24,10,8),(2005,1,24,11,9),(2005,1,24,12,8),(2005,1,24,13,7),(2005,1,24,14,9),(2005,1,24,15,40),(2005,1,24,16,14),(2005,1,24,17,15),(2005,1,24,18,70),(2005,1,24,19,44),(2005,1,24,20,15),(2005,1,24,21,16),(2005,1,24,22,8),(2005,1,24,23,65),(2005,1,25,0,0),(2005,1,25,1,1),(2005,1,25,2,3),(2005,1,25,3,9),(2005,1,25,4,12),(2005,1,25,5,1),(2005,1,25,6,0),(2005,1,25,7,4),(2005,1,25,8,5),(2005,1,25,9,6),(2005,1,25,10,17),(2005,1,25,11,18),(2005,1,25,12,18),(2005,1,25,13,16),(2005,1,25,14,15),(2005,1,25,15,16),(2005,1,25,16,8),(2005,1,25,17,34),(2005,1,25,18,29),(2005,1,25,19,23),(2005,1,25,20,24),(2005,1,25,21,19),(2005,1,25,22,8),(2005,1,25,23,9),(2005,1,26,0,9),(2005,1,26,1,0),(2005,1,26,2,3),(2005,1,26,3,7),(2005,1,26,4,10),(2005,1,26,5,34),(2005,1,26,6,48),(2005,1,26,7,14),(2005,1,26,8,13),(2005,1,26,9,26),(2005,1,26,10,37),(2005,1,26,11,49),(2005,1,26,12,84),(2005,1,26,13,52),(2005,1,26,14,66),(2005,1,26,15,73),(2005,1,26,16,44),(2005,1,26,17,68),(2005,1,26,18,18),(2005,1,26,19,0),(2005,1,26,20,8),(2005,1,26,21,35),(2005,1,26,22,44),(2005,1,26,23,47),(2005,1,27,0,83),(2005,1,27,1,52),(2005,1,27,2,64),(2005,1,27,3,60),(2005,1,27,4,55),(2005,1,27,5,68),(2005,1,27,6,12),(2005,1,27,7,69),(2005,1,27,8,64),(2005,1,27,9,8),(2005,1,27,10,1),(2005,1,27,11,3),(2005,1,27,12,22),(2005,1,27,13,41),(2005,1,27,14,51),(2005,1,27,15,104),(2005,1,27,16,82),(2005,1,27,17,118),(2005,1,27,18,99),(2005,1,27,19,139),(2005,1,27,20,106),(2005,1,27,21,99),(2005,1,27,22,107),(2005,1,27,23,58),(2005,1,28,0,99),(2005,1,28,1,88),(2005,1,28,2,91),(2005,1,28,3,49),(2005,1,28,4,15),(2005,1,28,5,0),(2005,1,28,6,0),(2005,1,28,7,0),(2005,1,28,8,0),(2005,1,28,9,1),(2005,1,28,10,1),(2005,1,28,11,2),(2005,1,28,12,0),(2005,1,28,13,1),(2005,1,28,14,0),(2005,1,28,15,0),(2005,1,28,16,0),(2005,1,28,17,4),(2005,1,28,18,0),(2005,1,28,19,2),(2005,1,28,20,42),(2005,1,28,21,0),(2005,1,28,22,0),(2005,1,28,23,0),(2005,1,29,0,1),(2005,1,29,1,0),(2005,1,29,2,0),(2005,1,29,3,0),(2005,1,29,4,0),(2005,1,29,5,2),(2005,1,29,6,1),(2005,1,29,7,1),(2005,1,29,8,2),(2005,1,29,9,0),(2005,1,29,10,1),(2005,1,29,11,1),(2005,1,29,12,0),(2005,1,29,13,1),(2005,1,29,14,0),(2005,1,29,15,32),(2005,1,29,16,0),(2005,1,29,17,0),(2005,1,29,18,0),(2005,1,29,19,0),(2005,1,29,20,1),(2005,1,29,21,0),(2005,1,29,22,0),(2005,1,29,23,0),(2005,1,30,0,0),(2005,1,30,1,0),(2005,1,30,2,1),(2005,1,30,3,0),(2005,1,30,4,0),(2005,1,30,5,0),(2005,1,30,6,0),(2005,1,30,7,0),(2005,1,30,8,1),(2005,1,30,9,0),(2005,1,30,10,0),(2005,1,30,11,0),(2005,1,30,12,0),(2005,1,30,13,0),(2005,1,30,14,26),(2005,1,30,15,0),(2005,1,30,16,1),(2005,1,30,17,25),(2005,1,30,18,0),(2005,1,30,19,0),(2005,1,30,20,0),(2005,1,30,21,0),(2005,1,30,22,0),(2005,1,30,23,0),(2005,1,31,0,0),(2005,1,31,1,0),(2005,1,31,2,0),(2005,1,31,3,0),(2005,1,31,4,0),(2005,1,31,5,2),(2005,1,31,6,0),(2005,1,31,7,4),(2005,1,31,8,0),(2005,1,31,9,6),(2005,1,31,10,0),(2005,1,31,11,0),(2005,1,31,12,0),(2005,1,31,13,4),(2005,1,31,14,3),(2005,1,31,15,2),(2005,1,31,16,6),(2005,1,31,17,0),(2005,1,31,18,0),(2005,1,31,19,0),(2005,1,31,20,0),(2005,1,31,21,0),(2005,1,31,22,0),(2005,1,31,23,0),(2005,2,1,0,0),(2005,2,1,1,8),(2005,2,1,2,0),(2005,2,1,3,3),(2005,2,1,4,1),(2005,2,1,5,1),(2005,2,1,6,0),(2005,2,1,7,0),(2005,2,1,8,0),(2005,2,1,9,0),(2005,2,1,10,1),(2005,2,1,11,0),(2005,2,1,12,0),(2005,2,1,13,4),(2005,2,1,14,7),(2005,2,1,15,36),(2005,2,1,16,0),(2005,2,1,17,5),(2005,2,1,18,0),(2005,2,1,19,12),(2005,2,1,20,0),(2005,2,1,21,0),(2005,2,1,22,25),(2005,2,1,23,0),(2005,2,2,0,0),(2005,2,2,1,0),(2005,2,2,2,2),(2005,2,2,3,0),(2005,2,2,4,1),(2005,2,2,5,0),(2005,2,2,6,0),(2005,2,2,7,0),(2005,2,2,8,0),(2005,2,2,9,24),(2005,2,2,10,44),(2005,2,2,11,63),(2005,2,2,12,69),(2005,2,2,13,64),(2005,2,2,14,67),(2005,2,2,15,67),(2005,2,2,16,73),(2005,2,2,17,70),(2005,2,2,18,72),(2005,2,2,19,70),(2005,2,2,20,71),(2005,2,2,21,68),(2005,2,2,22,70),(2005,2,2,23,69),(2005,2,3,0,69),(2005,2,3,1,69),(2005,2,3,2,71),(2005,2,3,3,71),(2005,2,3,4,66),(2005,2,3,5,65),(2005,2,3,6,66),(2005,2,3,7,67),(2005,2,3,8,66),(2005,2,3,9,66),(2005,2,3,10,67),(2005,2,3,11,67),(2005,2,3,12,66),(2005,2,3,13,68),(2005,2,3,14,74),(2005,2,3,15,70),(2005,2,3,16,67),(2005,2,3,17,72),(2005,2,3,18,76),(2005,2,3,19,68),(2005,2,3,20,73),(2005,2,3,21,74),(2005,2,3,22,73),(2005,2,3,23,66),(2005,2,4,0,69),(2005,2,4,1,68),(2005,2,4,2,70),(2005,2,4,3,19),(2005,2,4,4,12),(2005,2,4,5,5),(2005,2,4,6,3),(2005,2,4,7,3),(2005,2,4,8,3),(2005,2,4,9,3),(2005,2,4,10,3),(2005,2,4,11,2),(2005,2,4,12,3),(2005,2,4,13,2),(2005,2,4,14,1),(2005,2,4,15,3),(2005,2,4,16,2),(2005,2,4,17,13),(2005,2,4,18,7),(2005,2,4,19,1),(2005,2,4,20,0),(2005,2,4,21,0),(2005,2,4,22,0),(2005,2,4,23,6),(2005,2,5,0,0),(2005,2,5,1,0),(2005,2,5,2,0),(2005,2,5,3,0),(2005,2,5,4,1),(2005,2,5,5,0),(2005,2,5,6,1),(2005,2,5,7,0),(2005,2,5,8,0),(2005,2,5,9,0),(2005,2,5,10,1),(2005,2,5,11,0),(2005,2,5,12,0),(2005,2,5,13,3),(2005,2,5,14,0),(2005,2,5,15,2),(2005,2,5,16,0),(2005,2,5,17,4),(2005,2,5,18,6),(2005,2,5,19,4),(2005,2,5,20,4),(2005,2,5,21,1),(2005,2,5,22,2),(2005,2,5,23,1),(2005,2,6,0,0),(2005,2,6,1,1),(2005,2,6,2,0),(2005,2,6,3,2),(2005,2,6,4,0),(2005,2,6,5,0),(2005,2,6,6,0),(2005,2,6,7,0),(2005,2,6,8,0),(2005,2,6,9,0),(2005,2,6,10,0),(2005,2,6,11,0),(2005,2,6,12,1),(2005,2,6,13,0),(2005,2,6,14,0),(2005,2,6,15,10),(2005,2,6,16,8),(2005,2,6,17,0),(2005,2,6,18,5),(2005,2,6,19,70),(2005,2,6,20,9),(2005,2,6,21,7),(2005,2,6,22,1),(2005,2,6,23,0),(2005,2,7,0,0),(2005,2,7,1,1),(2005,2,7,2,1),(2005,2,7,3,0),(2005,2,7,4,2),(2005,2,7,5,0),(2005,2,7,6,0),(2005,2,7,7,0),(2005,2,7,8,0),(2005,2,7,9,5),(2005,2,7,10,0),(2005,2,7,11,6),(2005,2,7,12,7),(2005,2,7,13,0),(2005,2,7,14,4),(2005,2,7,15,2),(2005,2,7,16,0),(2005,2,7,17,30),(2005,2,7,18,6),(2005,2,7,19,3),(2005,2,7,20,7),(2005,2,7,21,6),(2005,2,7,22,5),(2005,2,7,23,0),(2005,2,8,0,0),(2005,2,8,1,1),(2005,2,8,2,51),(2005,2,8,3,0),(2005,2,8,4,1),(2005,2,8,5,4),(2005,2,8,6,2),(2005,2,8,7,25),(2005,2,8,8,62),(2005,2,8,9,18),(2005,2,8,10,0),(2005,2,8,11,0),(2005,2,8,12,3),(2005,2,8,13,2),(2005,2,8,14,0),(2005,2,8,15,107),(2005,2,8,16,252),(2005,2,8,17,121),(2005,2,8,18,286),(2005,2,8,19,320),(2005,2,8,20,49),(2005,2,8,21,0),(2005,2,8,22,1),(2005,2,8,23,0),(2005,2,9,0,0),(2005,2,9,1,0),(2005,2,9,2,0),(2005,2,9,3,0),(2005,2,9,4,0),(2005,2,9,5,0),(2005,2,9,6,0),(2005,2,9,7,0),(2005,2,9,8,0),(2005,2,9,9,4),(2005,2,9,10,0),(2005,2,9,11,0),(2005,2,9,12,1),(2005,2,9,13,0),(2005,2,9,14,0),(2005,2,9,15,2),(2005,2,9,16,0),(2005,2,9,17,0),(2005,2,9,18,0),(2005,2,9,19,0),(2005,2,9,20,2),(2005,2,9,21,0),(2005,2,9,22,3),(2005,2,9,23,0),(2005,2,10,0,0),(2005,2,10,1,1),(2005,2,10,2,0),(2005,2,10,3,0),(2005,2,10,4,0),(2005,2,10,5,9),(2005,2,10,6,16),(2005,2,10,7,0),(2005,2,10,8,0),(2005,2,10,9,0),(2005,2,10,10,0),(2005,2,10,11,1),(2005,2,10,12,43),(2005,2,10,13,0),(2005,2,10,14,32),(2005,2,10,15,4),(2005,2,10,16,1),(2005,2,10,17,0),(2005,2,10,18,0),(2005,2,10,19,26),(2005,2,10,20,0),(2005,2,10,21,0),(2005,2,10,22,0),(2005,2,10,23,0),(2005,2,11,0,0),(2005,2,11,1,0),(2005,2,11,2,0),(2005,2,11,3,0),(2005,2,11,4,0),(2005,2,11,5,0),(2005,2,11,6,0),(2005,2,11,7,0),(2005,2,11,8,1),(2005,2,11,9,0),(2005,2,11,10,1),(2005,2,11,11,0),(2005,2,11,12,0),(2005,2,11,13,6),(2005,2,11,14,0),(2005,2,11,15,10),(2005,2,11,16,0),(2005,2,11,17,0),(2005,2,11,18,0),(2005,2,11,19,4),(2005,2,11,20,3),(2005,2,11,21,7),(2005,2,11,22,1),(2005,2,11,23,5),(2005,2,12,0,2),(2005,2,12,1,70),(2005,2,12,2,70),(2005,2,12,3,66),(2005,2,12,4,67),(2005,2,12,5,88),(2005,2,12,6,72),(2005,2,12,7,82),(2005,2,12,8,75),(2005,2,12,9,72),(2005,2,12,10,123),(2005,2,12,11,100),(2005,2,12,12,75),(2005,2,12,13,79),(2005,2,12,14,124),(2005,2,12,15,124),(2005,2,12,16,129),(2005,2,12,17,122),(2005,2,12,18,118),(2005,2,12,19,119),(2005,2,12,20,130),(2005,2,12,21,135),(2005,2,12,22,117),(2005,2,12,23,128),(2005,2,13,0,119),(2005,2,13,1,115),(2005,2,13,2,122),(2005,2,13,3,126),(2005,2,13,4,111),(2005,2,13,5,121),(2005,2,13,6,131),(2005,2,13,7,117),(2005,2,13,8,66),(2005,2,13,9,69),(2005,2,13,10,66),(2005,2,13,11,67),(2005,2,13,12,61),(2005,2,13,13,88),(2005,2,13,14,59),(2005,2,13,15,45),(2005,2,13,16,58),(2005,2,13,17,67),(2005,2,13,18,75),(2005,2,13,19,238),(2005,2,13,20,338),(2005,2,13,21,465),(2005,2,13,22,12),(2005,2,13,23,7),(2005,2,14,0,22),(2005,2,14,1,10),(2005,2,14,2,0),(2005,2,14,3,0),(2005,2,14,4,3),(2005,2,14,5,0),(2005,2,14,6,0),(2005,2,14,7,22),(2005,2,14,8,3),(2005,2,14,9,0),(2005,2,14,10,0),(2005,2,14,11,0),(2005,2,14,12,0),(2005,2,14,13,1),(2005,2,14,14,1),(2005,2,14,15,3),(2005,2,14,16,0),(2005,2,14,17,60),(2005,2,14,18,84),(2005,2,14,19,33),(2005,2,14,20,3),(2005,2,14,21,9),(2005,2,14,22,8),(2005,2,14,23,10),(2005,2,15,0,1),(2005,2,15,1,0),(2005,2,15,2,0),(2005,2,15,3,0),(2005,2,15,4,0),(2005,2,15,5,0),(2005,2,15,6,0),(2005,2,15,7,0),(2005,2,15,8,5),(2005,2,15,9,1),(2005,2,15,10,3),(2005,2,15,11,17),(2005,2,15,12,0),(2005,2,15,13,0),(2005,2,15,14,5),(2005,2,15,15,0),(2005,2,15,16,0),(2005,2,15,17,0),(2005,2,15,18,0),(2005,2,15,19,0),(2005,2,15,20,25),(2005,2,15,21,0),(2005,2,15,22,0),(2005,2,15,23,0),(2005,2,16,0,2),(2005,2,16,1,4),(2005,2,16,2,1),(2005,2,16,3,0),(2005,2,16,4,0),(2005,2,16,5,0),(2005,2,16,6,1),(2005,2,16,7,1),(2005,2,16,8,0),(2005,2,16,9,1),(2005,2,16,10,29),(2005,2,16,11,1),(2005,2,16,12,0),(2005,2,16,13,15),(2005,2,16,14,2),(2005,2,16,15,9),(2005,2,16,16,1),(2005,2,16,17,1),(2005,2,16,18,7),(2005,2,16,19,0),(2005,2,16,20,0),(2005,2,16,21,1),(2005,2,16,22,1),(2005,2,16,23,1),(2005,2,17,0,22),(2005,2,17,1,7),(2005,2,17,2,1),(2005,2,17,3,0),(2005,2,17,4,0),(2005,2,17,5,0),(2005,2,17,6,0),(2005,2,17,7,0),(2005,2,17,8,1),(2005,2,17,9,0),(2005,2,17,10,0),(2005,2,17,11,0),(2005,2,17,12,0),(2005,2,17,13,1),(2005,2,17,14,1),(2005,2,17,15,0),(2005,2,17,16,1),(2005,2,17,17,2),(2005,2,17,18,12),(2005,2,17,19,0),(2005,2,17,20,3),(2005,2,17,21,0),(2005,2,17,22,0),(2005,2,17,23,0),(2005,2,18,0,3),(2005,2,18,1,2),(2005,2,18,2,0),(2005,2,18,3,2),(2005,2,18,4,0),(2005,2,18,5,1),(2005,2,18,6,0),(2005,2,18,7,0),(2005,2,18,8,1),(2005,2,18,9,1),(2005,2,18,10,1),(2005,2,18,11,3),(2005,2,18,12,0),(2005,2,18,13,1),(2005,2,18,14,0),(2005,2,18,15,25),(2005,2,18,16,0),(2005,2,18,17,0),(2005,2,18,18,2),(2005,2,18,19,0),(2005,2,18,20,0),(2005,2,18,21,20),(2005,2,18,22,1),(2005,2,18,23,0),(2005,2,19,0,0),(2005,2,19,1,0),(2005,2,19,2,0),(2005,2,19,3,0),(2005,2,19,4,2),(2005,2,19,5,1),(2005,2,19,6,0),(2005,2,19,7,0),(2005,2,19,8,0),(2005,2,19,9,0),(2005,2,19,10,0),(2005,2,19,11,0),(2005,2,19,12,0),(2005,2,19,13,1),(2005,2,19,14,10),(2005,2,19,15,0),(2005,2,19,16,0),(2005,2,19,17,2),(2005,2,19,18,2),(2005,2,19,19,0),(2005,2,19,20,7),(2005,2,19,21,2),(2005,2,19,22,1),(2005,2,19,23,0),(2005,2,20,0,133),(2005,2,20,1,37),(2005,2,20,2,0),(2005,2,20,3,0),(2005,2,20,4,0),(2005,2,20,5,0),(2005,2,20,6,0),(2005,2,20,7,0),(2005,2,20,8,0),(2005,2,20,9,151),(2005,2,20,10,253),(2005,2,20,11,171),(2005,2,20,12,220),(2005,2,20,13,171),(2005,2,20,14,91),(2005,2,20,15,30),(2005,2,20,16,27),(2005,2,20,17,15),(2005,2,20,18,14),(2005,2,20,19,12),(2005,2,20,20,33),(2005,2,20,21,49),(2005,2,20,22,44),(2005,2,20,23,59),(2005,2,21,0,80),(2005,2,21,1,100),(2005,2,21,2,108),(2005,2,21,3,123),(2005,2,21,4,71),(2005,2,21,5,54),(2005,2,21,6,48),(2005,2,21,7,75),(2005,2,21,8,77),(2005,2,21,9,89),(2005,2,21,10,145),(2005,2,21,11,147),(2005,2,21,12,201),(2005,2,21,13,346),(2005,2,21,14,184),(2005,2,21,15,139),(2005,2,21,16,348),(2005,2,21,17,82),(2005,2,21,18,140),(2005,2,21,19,381),(2005,2,21,20,65),(2005,2,21,21,0),(2005,2,21,22,0),(2005,2,21,23,1),(2005,2,22,0,1),(2005,2,22,1,238),(2005,2,22,2,136),(2005,2,22,3,313),(2005,2,22,4,0),(2005,2,22,5,0),(2005,2,22,6,0),(2005,2,22,7,36),(2005,2,22,8,1),(2005,2,22,9,0),(2005,2,22,10,14),(2005,2,22,11,0),(2005,2,22,12,10),(2005,2,22,13,1),(2005,2,22,14,33),(2005,2,22,15,2),(2005,2,22,16,2),(2005,2,22,17,0),(2005,2,22,18,0),(2005,2,22,19,0),(2005,2,22,20,1),(2005,2,22,21,12),(2005,2,22,22,0),(2005,2,22,23,0),(2005,2,23,0,0),(2005,2,23,1,0),(2005,2,23,2,0),(2005,2,23,3,0),(2005,2,23,4,0),(2005,2,23,5,0),(2005,2,23,6,0),(2005,2,23,7,12),(2005,2,23,8,29),(2005,2,23,9,0),(2005,2,23,10,0),(2005,2,23,11,13),(2005,2,23,12,1),(2005,2,23,13,0),(2005,2,23,14,29),(2005,2,23,15,0),(2005,2,23,16,5),(2005,2,23,17,0),(2005,2,23,18,4),(2005,2,23,19,0),(2005,2,23,20,13),(2005,2,23,21,0),(2005,2,23,22,0),(2005,2,23,23,9),(2005,2,24,0,1),(2005,2,24,1,1),(2005,2,24,2,12),(2005,2,24,3,0),(2005,2,24,4,0),(2005,2,24,5,0),(2005,2,24,6,1),(2005,2,24,7,9),(2005,2,24,8,3),(2005,2,24,9,3),(2005,2,24,10,2),(2005,2,24,11,1),(2005,2,24,12,0),(2005,2,24,13,1),(2005,2,24,14,0),(2005,2,24,15,1),(2005,2,24,16,12),(2005,2,24,17,0),(2005,2,24,18,33),(2005,2,24,19,0),(2005,2,24,20,0),(2005,2,24,21,1),(2005,2,24,22,0),(2005,2,24,23,0),(2005,2,25,0,0),(2005,2,25,1,1),(2005,2,25,2,0),(2005,2,25,3,0),(2005,2,25,4,0),(2005,2,25,5,1),(2005,2,25,6,1),(2005,2,25,7,3),(2005,2,25,8,4),(2005,2,25,9,1),(2005,2,25,10,0),(2005,2,25,11,0),(2005,2,25,12,20),(2005,2,25,13,4),(2005,2,25,14,0),(2005,2,25,15,5),(2005,2,25,16,1),(2005,2,25,17,0),(2005,2,25,18,5),(2005,2,25,19,1),(2005,2,25,20,5),(2005,2,25,21,1),(2005,2,25,22,1),(2005,2,25,23,4),(2005,2,26,0,2),(2005,2,26,1,4),(2005,2,26,2,0),(2005,2,26,3,0),(2005,2,26,4,0),(2005,2,26,5,0),(2005,2,26,6,3),(2005,2,26,7,5),(2005,2,26,8,0),(2005,2,26,9,3),(2005,2,26,10,0),(2005,2,26,11,3),(2005,2,26,12,1),(2005,2,26,13,0),(2005,2,26,14,0),(2005,2,26,15,5),(2005,2,26,16,0),(2005,2,26,17,0),(2005,2,26,18,1),(2005,2,26,19,0),(2005,2,26,20,1),(2005,2,26,21,2),(2005,2,26,22,2),(2005,2,26,23,1),(2005,2,27,0,1),(2005,2,27,1,1),(2005,2,27,2,6),(2005,2,27,3,7),(2005,2,27,4,10),(2005,2,27,5,4),(2005,2,27,6,8),(2005,2,27,7,5),(2005,2,27,8,2),(2005,2,27,9,11),(2005,2,27,10,5),(2005,2,27,11,27),(2005,2,27,12,11),(2005,2,27,13,0),(2005,2,27,14,4),(2005,2,27,15,0),(2005,2,27,16,14),(2005,2,27,17,8),(2005,2,27,18,1),(2005,2,27,19,0),(2005,2,27,20,0),(2005,2,27,21,1),(2005,2,27,22,39),(2005,2,27,23,2),(2005,2,28,0,0),(2005,2,28,1,3),(2005,2,28,2,9),(2005,2,28,3,0),(2005,2,28,4,0),(2005,2,28,5,0),(2005,2,28,6,6),(2005,2,28,7,6),(2005,2,28,8,0),(2005,2,28,9,12),(2005,2,28,10,3),(2005,2,28,11,3),(2005,2,28,12,1),(2005,2,28,13,5),(2005,2,28,14,7),(2005,2,28,15,3),(2005,2,28,16,1),(2005,2,28,17,2),(2005,2,28,18,2),(2005,2,28,19,4),(2005,2,28,20,1),(2005,2,28,21,1),(2005,2,28,22,2),(2005,2,28,23,3),(2005,3,1,0,2),(2005,3,1,1,6),(2005,3,1,2,69),(2005,3,1,3,70),(2005,3,1,4,72),(2005,3,1,5,72),(2005,3,1,6,68),(2005,3,1,7,67),(2005,3,1,8,83),(2005,3,1,9,76),(2005,3,1,10,71),(2005,3,1,11,53),(2005,3,1,12,57),(2005,3,1,13,82),(2005,3,1,14,60),(2005,3,1,15,58),(2005,3,1,16,53),(2005,3,1,17,66),(2005,3,1,18,95),(2005,3,1,19,55),(2005,3,1,20,60),(2005,3,1,21,66),(2005,3,1,22,61),(2005,3,1,23,54),(2005,3,2,0,70),(2005,3,2,1,62),(2005,3,2,2,19),(2005,3,2,3,0),(2005,3,2,4,6),(2005,3,2,5,0),(2005,3,2,6,0),(2005,3,2,7,121),(2005,3,2,8,8),(2005,3,2,9,4),(2005,3,2,10,1),(2005,3,2,11,32),(2005,3,2,12,7),(2005,3,2,13,0),(2005,3,2,14,4),(2005,3,2,15,0),(2005,3,2,16,4),(2005,3,2,17,0),(2005,3,2,18,0),(2005,3,2,19,0),(2005,3,2,20,1),(2005,3,2,21,0),(2005,3,2,22,10),(2005,3,2,23,0),(2005,3,3,0,1),(2005,3,3,1,0),(2005,3,3,2,0),(2005,3,3,3,0),(2005,3,3,4,0),(2005,3,3,5,10),(2005,3,3,6,0),(2005,3,3,7,0),(2005,3,3,8,0),(2005,3,3,9,0),(2005,3,3,10,3),(2005,3,3,11,0),(2005,3,3,12,3),(2005,3,3,13,0),(2005,3,3,14,1),(2005,3,3,15,0),(2005,3,3,16,0),(2005,3,3,17,0),(2005,3,3,18,0),(2005,3,3,19,0),(2005,3,3,20,0),(2005,3,3,21,0),(2005,3,3,22,0),(2005,3,3,23,0),(2005,3,4,0,0),(2005,3,4,1,0),(2005,3,4,2,1),(2005,3,4,3,1),(2005,3,4,4,1),(2005,3,4,5,0),(2005,3,4,6,1),(2005,3,4,7,1),(2005,3,4,8,1),(2005,3,4,9,24),(2005,3,4,10,3),(2005,3,4,11,1),(2005,3,4,12,0),(2005,3,4,13,21),(2005,3,4,14,22),(2005,3,4,15,25),(2005,3,4,16,1),(2005,3,4,17,2),(2005,3,4,18,2),(2005,3,4,19,3),(2005,3,4,20,2),(2005,3,4,21,2),(2005,3,4,22,1),(2005,3,4,23,1),(2005,3,5,0,1),(2005,3,5,1,1),(2005,3,5,2,0),(2005,3,5,3,1),(2005,3,5,4,0),(2005,3,5,5,0),(2005,3,5,6,1),(2005,3,5,7,1),(2005,3,5,8,0),(2005,3,5,9,0),(2005,3,5,10,0),(2005,3,5,11,29),(2005,3,5,12,49),(2005,3,5,13,25),(2005,3,5,14,1),(2005,3,5,15,29),(2005,3,5,16,0),(2005,3,5,17,3),(2005,3,5,18,3),(2005,3,5,19,0),(2005,3,5,20,1),(2005,3,5,21,1),(2005,3,5,22,1),(2005,3,5,23,1),(2005,3,6,0,6),(2005,3,6,1,3),(2005,3,6,2,33),(2005,3,6,3,22),(2005,3,6,4,22),(2005,3,6,5,0),(2005,3,6,6,0),(2005,3,6,7,3),(2005,3,6,8,1),(2005,3,6,9,45),(2005,3,6,10,1),(2005,3,6,11,0),(2005,3,6,12,0),(2005,3,6,13,0),(2005,3,6,14,25),(2005,3,6,15,0),(2005,3,6,16,0),(2005,3,6,17,4),(2005,3,6,18,1),(2005,3,6,19,0),(2005,3,6,20,0),(2005,3,6,21,1),(2005,3,6,22,2),(2005,3,6,23,0),(2005,3,7,0,0),(2005,3,7,1,3),(2005,3,7,2,10),(2005,3,7,3,0),(2005,3,7,4,1),(2005,3,7,5,2),(2005,3,7,6,3),(2005,3,7,7,0),(2005,3,7,8,0),(2005,3,7,9,0),(2005,3,7,10,0),(2005,3,7,11,0),(2005,3,7,12,5),(2005,3,7,13,1),(2005,3,7,14,1),(2005,3,7,15,1),(2005,3,7,16,7),(2005,3,7,17,3),(2005,3,7,18,0),(2005,3,7,19,10),(2005,3,7,20,0),(2005,3,7,21,10),(2005,3,7,22,0),(2005,3,7,23,0),(2005,3,8,0,1),(2005,3,8,1,0),(2005,3,8,2,3),(2005,3,8,3,1),(2005,3,8,4,0),(2005,3,8,5,6),(2005,3,8,6,3),(2005,3,8,7,0),(2005,3,8,8,0),(2005,3,8,9,2),(2005,3,8,10,2),(2005,3,8,11,0),(2005,3,8,12,8),(2005,3,8,13,3),(2005,3,8,14,6),(2005,3,8,15,9),(2005,3,8,16,9),(2005,3,8,17,2),(2005,3,8,18,2),(2005,3,8,19,1),(2005,3,8,20,3),(2005,3,8,21,7),(2005,3,8,22,3),(2005,3,8,23,3),(2005,3,9,0,1),(2005,3,9,1,0),(2005,3,9,2,0),(2005,3,9,3,0),(2005,3,9,4,3),(2005,3,9,5,5),(2005,3,9,6,5),(2005,3,9,7,0),(2005,3,9,8,1),(2005,3,9,9,7),(2005,3,9,10,2),(2005,3,9,11,10),(2005,3,9,12,0),(2005,3,9,13,0),(2005,3,9,14,0),(2005,3,9,15,0),(2005,3,9,16,1),(2005,3,9,17,0),(2005,3,9,18,2),(2005,3,9,19,4),(2005,3,9,20,4),(2005,3,9,21,4),(2005,3,9,22,0),(2005,3,9,23,0),(2005,3,10,0,0),(2005,3,10,1,0),(2005,3,10,2,1),(2005,3,10,3,2),(2005,3,10,4,6),(2005,3,10,5,0),(2005,3,10,6,0),(2005,3,10,7,0),(2005,3,10,8,0),(2005,3,10,9,1),(2005,3,10,10,0),(2005,3,10,11,1),(2005,3,10,12,0),(2005,3,10,13,0),(2005,3,10,14,0),(2005,3,10,15,0),(2005,3,10,16,0),(2005,3,10,17,16),(2005,3,10,18,1),(2005,3,10,19,0),(2005,3,10,20,0),(2005,3,10,21,0),(2005,3,10,22,0),(2005,3,10,23,2),(2005,3,11,0,0),(2005,3,11,1,0),(2005,3,11,2,0),(2005,3,11,3,0),(2005,3,11,4,1),(2005,3,11,5,0),(2005,3,11,6,0),(2005,3,11,7,0),(2005,3,11,8,0),(2005,3,11,9,0),(2005,3,11,10,5),(2005,3,11,11,4),(2005,3,11,12,40),(2005,3,11,13,43),(2005,3,11,14,17),(2005,3,11,15,1),(2005,3,11,16,1),(2005,3,11,17,0),(2005,3,11,18,1),(2005,3,11,19,7),(2005,3,11,20,1),(2005,3,11,21,1),(2005,3,11,22,0),(2005,3,11,23,1),(2005,3,12,0,0),(2005,3,12,1,0),(2005,3,12,2,0),(2005,3,12,3,0),(2005,3,12,4,1),(2005,3,12,5,1),(2005,3,12,6,2),(2005,3,12,7,3),(2005,3,12,8,3),(2005,3,12,9,1),(2005,3,12,10,1),(2005,3,12,11,1),(2005,3,12,12,2),(2005,3,12,13,4),(2005,3,12,14,2),(2005,3,12,15,2),(2005,3,12,16,0),(2005,3,12,17,1),(2005,3,12,18,1),(2005,3,12,19,1),(2005,3,12,20,29),(2005,3,12,21,0),(2005,3,12,22,0),(2005,3,12,23,0),(2005,3,13,0,0),(2005,3,13,1,0),(2005,3,13,2,0),(2005,3,13,3,0),(2005,3,13,4,0),(2005,3,13,5,0),(2005,3,13,6,3),(2005,3,13,7,0),(2005,3,13,8,1),(2005,3,13,9,2),(2005,3,13,10,0),(2005,3,13,11,12),(2005,3,13,12,5),(2005,3,13,13,12),(2005,3,13,14,0),(2005,3,13,15,0),(2005,3,13,16,0),(2005,3,13,17,12),(2005,3,13,18,0),(2005,3,13,19,1),(2005,3,13,20,1),(2005,3,13,21,2),(2005,3,13,22,0),(2005,3,13,23,0),(2005,3,14,0,0),(2005,3,14,1,0),(2005,3,14,2,0),(2005,3,14,3,0),(2005,3,14,4,0),(2005,3,14,5,0),(2005,3,14,6,0),(2005,3,14,7,1),(2005,3,14,8,0),(2005,3,14,9,0),(2005,3,14,10,0),(2005,3,14,11,5),(2005,3,14,12,1),(2005,3,14,13,0),(2005,3,14,14,3),(2005,3,14,15,0),(2005,3,14,16,2),(2005,3,14,17,0),(2005,3,14,18,0),(2005,3,14,19,3),(2005,3,14,20,33),(2005,3,14,21,0),(2005,3,14,22,0),(2005,3,14,23,0),(2005,3,15,0,0),(2005,3,15,1,0),(2005,3,15,2,0),(2005,3,15,3,0),(2005,3,15,4,0),(2005,3,15,5,1),(2005,3,15,6,3),(2005,3,15,7,0),(2005,3,15,8,0),(2005,3,15,9,0),(2005,3,15,10,0),(2005,3,15,11,0),(2005,3,15,12,0),(2005,3,15,13,5),(2005,3,15,14,0),(2005,3,15,15,1),(2005,3,15,16,6),(2005,3,15,17,1),(2005,3,15,18,1),(2005,3,15,19,0),(2005,3,15,20,0),(2005,3,15,21,3),(2005,3,15,22,1),(2005,3,15,23,0),(2005,3,16,0,24),(2005,3,16,1,48),(2005,3,16,2,41),(2005,3,16,3,39),(2005,3,16,4,1),(2005,3,16,5,1),(2005,3,16,6,1),(2005,3,16,7,0),(2005,3,16,8,0),(2005,3,16,9,48),(2005,3,16,10,1),(2005,3,16,11,4),(2005,3,16,12,2),(2005,3,16,13,2),(2005,3,16,14,0),(2005,3,16,15,0),(2005,3,16,16,1),(2005,3,16,17,0),(2005,3,16,18,0),(2005,3,16,19,0),(2005,3,16,20,0),(2005,3,16,21,1),(2005,3,16,22,1),(2005,3,16,23,0),(2005,3,17,0,0),(2005,3,17,1,0),(2005,3,17,2,0),(2005,3,17,3,0),(2005,3,17,4,0),(2005,3,17,5,3),(2005,3,17,6,3),(2005,3,17,7,1),(2005,3,17,8,2),(2005,3,17,9,0),(2005,3,17,10,12),(2005,3,17,11,1),(2005,3,17,12,1),(2005,3,17,13,1),(2005,3,17,14,1),(2005,3,17,15,0),(2005,3,17,16,1),(2005,3,17,17,0),(2005,3,17,18,0),(2005,3,17,19,27),(2005,3,17,20,90),(2005,3,17,21,41),(2005,3,17,22,52),(2005,3,17,23,7),(2005,3,18,0,0),(2005,3,18,1,0),(2005,3,18,2,0),(2005,3,18,3,0),(2005,3,18,4,0),(2005,3,18,5,1),(2005,3,18,6,0),(2005,3,18,7,0),(2005,3,18,8,0),(2005,3,18,9,0),(2005,3,18,10,28),(2005,3,18,11,0),(2005,3,18,12,1),(2005,3,18,13,6),(2005,3,18,14,0),(2005,3,18,15,2),(2005,3,18,16,3),(2005,3,18,17,0),(2005,3,18,18,20),(2005,3,18,19,13),(2005,3,18,20,5),(2005,3,18,21,3),(2005,3,18,22,1),(2005,3,18,23,1),(2005,3,19,0,3),(2005,3,19,1,0),(2005,3,19,2,0),(2005,3,19,3,1),(2005,3,19,4,3),(2005,3,19,5,1),(2005,3,19,6,1),(2005,3,19,7,0),(2005,3,19,8,1),(2005,3,19,9,25),(2005,3,19,10,44),(2005,3,19,11,63),(2005,3,19,12,27),(2005,3,19,13,44),(2005,3,19,14,62),(2005,3,19,15,45),(2005,3,19,16,49),(2005,3,19,17,38),(2005,3,19,18,64),(2005,3,19,19,42),(2005,3,19,20,56),(2005,3,19,21,45),(2005,3,19,22,26),(2005,3,19,23,50),(2005,3,20,0,33),(2005,3,20,1,48),(2005,3,20,2,28),(2005,3,20,3,7),(2005,3,20,4,19),(2005,3,20,5,43),(2005,3,20,6,32),(2005,3,20,7,16),(2005,3,20,8,33),(2005,3,20,9,39),(2005,3,20,10,48),(2005,3,20,11,50),(2005,3,20,12,22),(2005,3,20,13,4),(2005,3,20,14,17),(2005,3,20,15,0),(2005,3,20,16,0),(2005,3,20,17,0),(2005,3,20,18,4),(2005,3,20,19,0),(2005,3,20,20,1),(2005,3,20,21,4),(2005,3,20,22,0),(2005,3,20,23,0),(2005,3,21,0,0),(2005,3,21,1,0),(2005,3,21,2,0),(2005,3,21,3,0),(2005,3,21,4,0),(2005,3,21,5,0),(2005,3,21,6,0),(2005,3,21,7,1),(2005,3,21,8,5),(2005,3,21,9,3),(2005,3,21,10,0),(2005,3,21,11,1),(2005,3,21,12,19),(2005,3,21,13,4),(2005,3,21,14,0),(2005,3,21,15,0),(2005,3,21,16,0),(2005,3,21,17,0),(2005,3,21,18,0),(2005,3,21,19,12),(2005,3,21,20,1),(2005,3,21,21,44),(2005,3,21,22,0),(2005,3,21,23,1),(2005,3,22,0,1),(2005,3,22,1,0),(2005,3,22,2,0),(2005,3,22,3,0),(2005,3,22,4,0),(2005,3,22,5,0),(2005,3,22,6,0),(2005,3,22,7,0),(2005,3,22,8,11),(2005,3,22,9,2),(2005,3,22,10,0),(2005,3,22,11,0),(2005,3,22,12,1),(2005,3,22,13,21),(2005,3,22,14,2),(2005,3,22,15,1),(2005,3,22,16,11),(2005,3,22,17,45),(2005,3,22,18,0),(2005,3,22,19,1),(2005,3,22,20,32),(2005,3,22,21,46),(2005,3,22,22,44),(2005,3,22,23,0),(2005,3,23,0,0),(2005,3,23,1,1),(2005,3,23,2,0),(2005,3,23,3,0),(2005,3,23,4,1),(2005,3,23,5,1),(2005,3,23,6,1),(2005,3,23,7,0),(2005,3,23,8,0),(2005,3,23,9,0),(2005,3,23,10,0),(2005,3,23,11,0),(2005,3,23,12,5),(2005,3,23,13,0),(2005,3,23,14,2),(2005,3,23,15,3),(2005,3,23,16,0),(2005,3,23,17,0),(2005,3,23,18,2),(2005,3,23,19,1),(2005,3,23,20,0),(2005,3,23,21,0),(2005,3,23,22,0),(2005,3,23,23,0),(2005,3,24,0,0),(2005,3,24,1,1),(2005,3,24,2,0),(2005,3,24,3,0),(2005,3,24,4,3),(2005,3,24,5,0),(2005,3,24,6,0),(2005,3,24,7,0),(2005,3,24,8,5),(2005,3,24,9,0),(2005,3,24,10,0),(2005,3,24,11,2),(2005,3,24,12,0),(2005,3,24,13,0),(2005,3,24,14,0),(2005,3,24,15,0),(2005,3,24,16,1),(2005,3,24,17,25),(2005,3,24,18,0),(2005,3,24,19,1),(2005,3,24,20,0),(2005,3,24,21,0),(2005,3,24,22,0),(2005,3,24,23,0),(2005,3,25,0,0),(2005,3,25,1,1),(2005,3,25,2,0),(2005,3,25,3,0),(2005,3,25,4,0),(2005,3,25,5,0),(2005,3,25,6,0),(2005,3,25,7,0),(2005,3,25,8,1),(2005,3,25,9,0),(2005,3,25,10,0),(2005,3,25,11,2),(2005,3,25,12,3),(2005,3,25,13,33),(2005,3,25,14,1),(2005,3,25,15,0),(2005,3,25,16,1),(2005,3,25,17,0),(2005,3,25,18,0),(2005,3,25,19,0),(2005,3,25,20,0),(2005,3,25,21,0),(2005,3,25,22,0),(2005,3,25,23,80),(2005,3,26,0,0),(2005,3,26,1,2),(2005,3,26,2,0),(2005,3,26,3,0),(2005,3,26,4,0),(2005,3,26,5,0),(2005,3,26,6,0),(2005,3,26,7,1),(2005,3,26,8,0),(2005,3,26,9,0),(2005,3,26,10,0),(2005,3,26,11,10),(2005,3,26,12,1),(2005,3,26,13,5),(2005,3,26,14,0),(2005,3,26,15,2),(2005,3,26,16,0),(2005,3,26,17,0),(2005,3,26,18,1),(2005,3,26,19,0),(2005,3,26,20,0),(2005,3,26,21,0),(2005,3,26,22,3),(2005,3,26,23,0),(2005,3,27,0,2),(2005,3,27,1,0),(2005,3,27,2,0),(2005,3,27,3,0),(2005,3,27,4,20),(2005,3,27,5,5),(2005,3,27,6,0),(2005,3,27,7,3),(2005,3,27,8,0),(2005,3,27,9,0),(2005,3,27,10,1),(2005,3,27,11,5),(2005,3,27,12,7),(2005,3,27,13,4),(2005,3,27,14,1),(2005,3,27,15,2),(2005,3,27,16,19),(2005,3,27,17,6),(2005,3,27,18,0),(2005,3,27,19,0),(2005,3,27,20,2),(2005,3,27,21,27),(2005,3,27,22,0),(2005,3,27,23,4),(2005,3,28,0,0),(2005,3,28,1,0),(2005,3,28,2,0),(2005,3,28,3,0),(2005,3,28,4,0),(2005,3,28,5,0),(2005,3,28,6,4),(2005,3,28,7,5),(2005,3,28,8,0),(2005,3,28,9,0),(2005,3,28,10,0),(2005,3,28,11,2),(2005,3,28,12,0),(2005,3,28,13,1),(2005,3,28,14,0),(2005,3,28,15,0),(2005,3,28,16,0),(2005,3,28,17,0),(2005,3,28,18,3),(2005,3,28,19,0),(2005,3,28,20,1),(2005,3,28,21,0),(2005,3,28,22,1),(2005,3,28,23,1),(2005,3,29,0,1),(2005,3,29,1,1),(2005,3,29,2,0),(2005,3,29,3,0),(2005,3,29,4,1),(2005,3,29,5,1),(2005,3,29,6,3),(2005,3,29,7,0),(2005,3,29,8,56),(2005,3,29,9,1),(2005,3,29,10,0),(2005,3,29,11,3),(2005,3,29,12,0),(2005,3,29,13,2),(2005,3,29,14,3),(2005,3,29,15,0),(2005,3,29,16,0),(2005,3,29,17,0),(2005,3,29,18,0),(2005,3,29,19,0),(2005,3,29,20,0),(2005,3,29,21,0),(2005,3,29,22,0),(2005,3,29,23,0),(2005,3,30,0,1),(2005,3,30,1,47),(2005,3,30,2,56),(2005,3,30,3,56),(2005,3,30,4,50),(2005,3,30,5,53),(2005,3,30,6,51),(2005,3,30,7,59),(2005,3,30,8,61),(2005,3,30,9,66),(2005,3,30,10,62),(2005,3,30,11,62),(2005,3,30,12,60),(2005,3,30,13,61),(2005,3,30,14,11),(2005,3,30,15,44),(2005,3,30,16,53),(2005,3,30,17,51),(2005,3,30,18,53),(2005,3,30,19,52),(2005,3,30,20,41),(2005,3,30,21,53),(2005,3,30,22,59),(2005,3,30,23,54),(2005,3,31,0,57),(2005,3,31,1,57),(2005,3,31,2,51),(2005,3,31,3,52),(2005,3,31,4,52),(2005,3,31,5,49),(2005,3,31,6,52),(2005,3,31,7,62),(2005,3,31,8,52),(2005,3,31,9,44),(2005,3,31,10,53),(2005,3,31,11,57),(2005,3,31,12,57),(2005,3,31,13,60),(2005,3,31,14,65),(2005,3,31,15,56),(2005,3,31,16,22),(2005,3,31,17,46),(2005,3,31,18,42),(2005,3,31,19,33),(2005,3,31,20,48),(2005,3,31,21,40),(2005,3,31,22,47),(2005,3,31,23,50),(2005,4,1,0,52),(2005,4,1,1,46),(2005,4,1,2,43),(2005,4,1,3,0),(2005,4,1,4,1),(2005,4,1,5,5),(2005,4,1,6,2),(2005,4,1,7,7),(2005,4,1,8,10),(2005,4,1,9,6),(2005,4,1,10,12),(2005,4,1,11,34),(2005,4,1,12,0),(2005,4,1,13,0),(2005,4,1,14,16),(2005,4,1,15,0),(2005,4,1,16,1),(2005,4,1,17,0),(2005,4,1,18,0),(2005,4,1,19,0),(2005,4,1,20,0),(2005,4,1,21,0),(2005,4,1,22,0),(2005,4,1,23,1),(2005,4,2,0,0),(2005,4,2,1,0),(2005,4,2,2,0),(2005,4,2,3,0),(2005,4,2,4,0),(2005,4,2,5,0),(2005,4,2,6,0),(2005,4,2,7,0),(2005,4,2,8,0),(2005,4,2,9,0),(2005,4,2,10,0),(2005,4,2,11,0),(2005,4,2,12,0),(2005,4,2,13,0),(2005,4,2,14,1),(2005,4,2,15,0),(2005,4,2,16,0),(2005,4,2,17,0),(2005,4,2,18,0),(2005,4,2,19,0),(2005,4,2,20,0),(2005,4,2,21,0),(2005,4,2,22,0),(2005,4,2,23,0),(2005,4,3,0,0),(2005,4,3,1,23),(2005,4,3,2,0),(2005,4,3,3,4),(2005,4,3,4,1),(2005,4,3,5,0),(2005,4,3,6,0),(2005,4,3,7,1),(2005,4,3,8,0),(2005,4,3,9,3),(2005,4,3,10,0),(2005,4,3,11,1),(2005,4,3,12,1),(2005,4,3,13,2),(2005,4,3,14,3),(2005,4,3,15,2),(2005,4,3,16,0),(2005,4,3,17,0),(2005,4,3,18,0),(2005,4,3,19,3),(2005,4,3,20,1),(2005,4,3,21,0),(2005,4,3,22,1),(2005,4,3,23,0),(2005,4,4,0,0),(2005,4,4,1,1),(2005,4,4,2,1),(2005,4,4,3,0),(2005,4,4,4,1),(2005,4,4,5,0),(2005,4,4,6,0),(2005,4,4,7,0),(2005,4,4,8,2),(2005,4,4,9,2),(2005,4,4,10,1),(2005,4,4,11,1),(2005,4,4,12,0),(2005,4,4,13,0),(2005,4,4,14,1),(2005,4,4,15,0),(2005,4,4,16,0),(2005,4,4,17,0),(2005,4,4,18,0),(2005,4,4,19,2),(2005,4,4,20,0),(2005,4,4,21,0),(2005,4,4,22,0),(2005,4,4,23,1),(2005,4,5,0,2),(2005,4,5,1,1),(2005,4,5,2,25),(2005,4,5,3,0),(2005,4,5,4,0),(2005,4,5,5,0),(2005,4,5,6,0),(2005,4,5,7,0),(2005,4,5,8,0),(2005,4,5,9,0),(2005,4,5,10,1),(2005,4,5,11,0),(2005,4,5,12,2),(2005,4,5,13,0),(2005,4,5,14,2),(2005,4,5,15,0),(2005,4,5,16,0),(2005,4,5,17,0),(2005,4,5,18,0),(2005,4,5,19,1),(2005,4,5,20,0),(2005,4,5,21,27),(2005,4,5,22,0),(2005,4,5,23,0),(2005,4,6,0,0),(2005,4,6,1,0),(2005,4,6,2,0),(2005,4,6,3,0),(2005,4,6,4,1),(2005,4,6,5,2),(2005,4,6,6,11),(2005,4,6,7,30),(2005,4,6,8,53),(2005,4,6,9,54),(2005,4,6,10,51),(2005,4,6,11,55),(2005,4,6,12,81),(2005,4,6,13,49),(2005,4,6,14,53),(2005,4,6,15,55),(2005,4,6,16,50),(2005,4,6,17,56),(2005,4,6,18,43),(2005,4,6,19,55),(2005,4,6,20,46),(2005,4,6,21,62),(2005,4,6,22,57),(2005,4,6,23,50),(2005,4,7,0,54),(2005,4,7,1,59),(2005,4,7,2,43),(2005,4,7,3,48),(2005,4,7,4,43),(2005,4,7,5,54),(2005,4,7,6,56),(2005,4,7,7,39),(2005,4,7,8,52),(2005,4,7,9,58),(2005,4,7,10,55),(2005,4,7,11,54),(2005,4,7,12,49),(2005,4,7,13,36),(2005,4,7,14,54),(2005,4,7,15,29),(2005,4,7,16,43),(2005,4,7,17,40),(2005,4,7,18,56),(2005,4,7,19,51),(2005,4,7,20,45),(2005,4,7,21,37),(2005,4,7,22,50),(2005,4,7,23,48),(2005,4,8,0,53),(2005,4,8,1,58),(2005,4,8,2,57),(2005,4,8,3,57),(2005,4,8,4,54),(2005,4,8,5,57),(2005,4,8,6,62),(2005,4,8,7,59),(2005,4,8,8,54),(2005,4,8,9,61),(2005,4,8,10,58),(2005,4,8,11,63),(2005,4,8,12,38),(2005,4,8,13,0),(2005,4,8,14,0),(2005,4,8,15,0),(2005,4,8,16,1),(2005,4,8,17,1),(2005,4,8,18,0),(2005,4,8,19,0),(2005,4,8,20,0),(2005,4,8,21,0),(2005,4,8,22,1),(2005,4,8,23,0),(2005,4,9,0,1),(2005,4,9,1,1),(2005,4,9,2,1),(2005,4,9,3,12),(2005,4,9,4,0),(2005,4,9,5,0),(2005,4,9,6,0),(2005,4,9,7,0),(2005,4,9,8,0),(2005,4,9,9,0),(2005,4,9,10,0),(2005,4,9,11,5),(2005,4,9,12,1),(2005,4,9,13,0),(2005,4,9,14,5),(2005,4,9,15,0),(2005,4,9,16,0),(2005,4,9,17,33),(2005,4,9,18,0),(2005,4,9,19,0),(2005,4,9,20,0),(2005,4,9,21,0),(2005,4,9,22,1),(2005,4,9,23,0),(2005,4,10,0,0),(2005,4,10,1,0),(2005,4,10,2,0),(2005,4,10,3,0),(2005,4,10,4,0),(2005,4,10,5,0),(2005,4,10,6,0),(2005,4,10,7,0),(2005,4,10,8,0),(2005,4,10,9,0),(2005,4,10,10,0),(2005,4,10,11,0),(2005,4,10,12,0),(2005,4,10,13,1),(2005,4,10,14,0),(2005,4,10,15,0),(2005,4,10,16,1),(2005,4,10,17,0),(2005,4,10,18,0),(2005,4,10,19,1),(2005,4,10,20,0),(2005,4,10,21,0),(2005,4,10,22,1),(2005,4,10,23,1),(2005,4,11,0,0),(2005,4,11,1,1),(2005,4,11,2,0),(2005,4,11,3,0),(2005,4,11,4,0),(2005,4,11,5,0),(2005,4,11,6,2),(2005,4,11,7,3),(2005,4,11,8,0),(2005,4,11,9,0),(2005,4,11,10,1),(2005,4,11,11,0),(2005,4,11,12,1),(2005,4,11,13,1),(2005,4,11,14,1),(2005,4,11,15,0),(2005,4,11,16,0),(2005,4,11,17,1),(2005,4,11,18,1),(2005,4,11,19,0),(2005,4,11,20,1),(2005,4,11,21,0),(2005,4,11,22,1),(2005,4,11,23,1),(2005,4,12,0,1),(2005,4,12,1,0),(2005,4,12,2,2),(2005,4,12,3,0),(2005,4,12,4,0),(2005,4,12,5,1),(2005,4,12,6,0),(2005,4,12,7,2),(2005,4,12,8,0),(2005,4,12,9,0),(2005,4,12,10,0),(2005,4,12,11,2),(2005,4,12,12,0),(2005,4,12,13,0),(2005,4,12,14,0),(2005,4,12,15,0),(2005,4,12,16,0),(2005,4,12,17,0),(2005,4,12,18,0),(2005,4,12,19,2),(2005,4,12,20,1),(2005,4,12,21,0),(2005,4,12,22,0),(2005,4,12,23,0),(2005,4,13,0,1),(2005,4,13,1,0),(2005,4,13,2,0),(2005,4,13,3,0),(2005,4,13,4,0),(2005,4,13,5,0),(2005,4,13,6,0),(2005,4,13,7,1),(2005,4,13,8,0),(2005,4,13,9,0),(2005,4,13,10,0),(2005,4,13,11,0),(2005,4,13,12,1),(2005,4,13,13,7),(2005,4,13,14,0),(2005,4,13,15,0),(2005,4,13,16,0),(2005,4,13,17,0),(2005,4,13,18,0),(2005,4,13,19,0),(2005,4,13,20,0),(2005,4,13,21,0),(2005,4,13,22,0),(2005,4,13,23,1),(2005,4,14,0,0),(2005,4,14,1,0),(2005,4,14,2,0),(2005,4,14,3,0),(2005,4,14,4,0),(2005,4,14,5,0),(2005,4,14,6,0),(2005,4,14,7,0),(2005,4,14,8,0),(2005,4,14,9,0),(2005,4,14,10,0),(2005,4,14,11,0),(2005,4,14,12,1),(2005,4,14,13,3),(2005,4,14,14,0),(2005,4,14,15,0),(2005,4,14,16,0),(2005,4,14,17,0),(2005,4,14,18,0),(2005,4,14,19,2),(2005,4,14,20,0),(2005,4,14,21,0),(2005,4,14,22,0),(2005,4,14,23,0),(2005,4,15,0,1),(2005,4,15,1,0),(2005,4,15,2,0),(2005,4,15,3,0),(2005,4,15,4,0),(2005,4,15,5,1),(2005,4,15,6,0),(2005,4,15,7,0),(2005,4,15,8,0),(2005,4,15,9,0),(2005,4,15,10,1),(2005,4,15,11,1),(2005,4,15,12,0),(2005,4,15,13,0),(2005,4,15,14,0),(2005,4,15,15,0),(2005,4,15,16,0),(2005,4,15,17,2),(2005,4,15,18,0),(2005,4,15,19,0),(2005,4,15,20,0),(2005,4,15,21,0),(2005,4,15,22,0),(2005,4,15,23,0),(2005,4,16,0,0),(2005,4,16,1,1),(2005,4,16,2,0),(2005,4,16,3,1),(2005,4,16,4,0),(2005,4,16,5,0),(2005,4,16,6,0),(2005,4,16,7,0),(2005,4,16,8,0),(2005,4,16,9,0),(2005,4,16,10,0),(2005,4,16,11,0),(2005,4,16,12,0),(2005,4,16,13,2),(2005,4,16,14,1),(2005,4,16,15,0),(2005,4,16,16,0),(2005,4,16,17,0),(2005,4,16,18,0),(2005,4,16,19,0),(2005,4,16,20,0),(2005,4,16,21,0),(2005,4,16,22,0),(2005,4,16,23,0),(2005,4,17,0,0),(2005,4,17,1,1),(2005,4,17,2,0),(2005,4,17,3,0),(2005,4,17,4,0),(2005,4,17,5,0),(2005,4,17,6,0),(2005,4,17,7,0),(2005,4,17,8,0),(2005,4,17,9,0),(2005,4,17,10,0),(2005,4,17,11,0),(2005,4,17,12,0),(2005,4,17,13,1),(2005,4,17,14,0),(2005,4,17,15,0),(2005,4,17,16,1),(2005,4,17,17,3),(2005,4,17,18,7),(2005,4,17,19,5),(2005,4,17,20,101),(2005,4,17,21,0),(2005,4,17,22,0),(2005,4,17,23,1),(2005,4,18,0,1),(2005,4,18,1,0),(2005,4,18,2,0),(2005,4,18,3,0),(2005,4,18,4,1),(2005,4,18,5,0),(2005,4,18,6,0),(2005,4,18,7,1),(2005,4,18,8,2),(2005,4,18,9,0),(2005,4,18,10,0),(2005,4,18,11,0),(2005,4,18,12,0),(2005,4,18,13,2),(2005,4,18,14,0),(2005,4,18,15,0),(2005,4,18,16,0),(2005,4,18,17,0),(2005,4,18,18,3),(2005,4,18,19,3),(2005,4,18,20,1),(2005,4,18,21,1),(2005,4,18,22,1),(2005,4,18,23,2),(2005,4,19,0,0),(2005,4,19,1,1),(2005,4,19,2,1),(2005,4,19,3,0),(2005,4,19,4,0),(2005,4,19,5,0),(2005,4,19,6,0),(2005,4,19,7,0),(2005,4,19,8,3),(2005,4,19,9,1),(2005,4,19,10,2),(2005,4,19,11,1),(2005,4,19,12,1),(2005,4,19,13,0),(2005,4,19,14,55),(2005,4,19,15,27),(2005,4,19,16,54),(2005,4,19,17,54),(2005,4,19,18,40),(2005,4,19,19,40),(2005,4,19,20,42),(2005,4,19,21,51),(2005,4,19,22,43),(2005,4,19,23,30),(2005,4,20,0,48),(2005,4,20,1,36),(2005,4,20,2,38),(2005,4,20,3,40),(2005,4,20,4,47),(2005,4,20,5,45),(2005,4,20,6,36),(2005,4,20,7,38),(2005,4,20,8,44),(2005,4,20,9,34),(2005,4,20,10,47),(2005,4,20,11,36),(2005,4,20,12,44),(2005,4,20,13,53),(2005,4,20,14,63),(2005,4,20,15,34),(2005,4,20,16,38),(2005,4,20,17,58),(2005,4,20,18,62),(2005,4,20,19,58),(2005,4,20,20,59),(2005,4,20,21,54),(2005,4,20,22,54),(2005,4,20,23,14),(2005,4,21,0,37),(2005,4,21,1,49),(2005,4,21,2,45),(2005,4,21,3,39),(2005,4,21,4,24),(2005,4,21,5,37),(2005,4,21,6,37),(2005,4,21,7,39),(2005,4,21,8,31),(2005,4,21,9,41),(2005,4,21,10,82),(2005,4,21,11,73),(2005,4,21,12,74),(2005,4,21,13,30),(2005,4,21,14,0),(2005,4,21,15,0),(2005,4,21,16,0),(2005,4,21,17,0),(2005,4,21,18,0),(2005,4,21,19,0),(2005,4,21,20,0),(2005,4,21,21,0),(2005,4,21,22,165),(2005,4,21,23,206),(2005,4,22,0,43),(2005,4,22,1,0),(2005,4,22,2,0),(2005,4,22,3,0),(2005,4,22,4,0),(2005,4,22,5,0),(2005,4,22,6,0),(2005,4,22,7,1),(2005,4,22,8,1),(2005,4,22,9,0),(2005,4,22,10,44),(2005,4,22,11,0),(2005,4,22,12,1),(2005,4,22,13,0),(2005,4,22,14,0),(2005,4,22,15,0),(2005,4,22,16,1),(2005,4,22,17,1),(2005,4,22,18,1),(2005,4,22,19,2),(2005,4,22,20,0),(2005,4,22,21,1),(2005,4,22,22,1),(2005,4,22,23,0),(2005,4,23,0,0),(2005,4,23,1,0),(2005,4,23,2,0),(2005,4,23,3,0),(2005,4,23,4,0),(2005,4,23,5,0),(2005,4,23,6,1),(2005,4,23,7,0),(2005,4,23,8,0),(2005,4,23,9,1),(2005,4,23,10,0),(2005,4,23,11,0),(2005,4,23,12,0),(2005,4,23,13,0),(2005,4,23,14,0),(2005,4,23,15,0),(2005,4,23,16,1),(2005,4,23,17,0),(2005,4,23,18,0),(2005,4,23,19,0),(2005,4,23,20,0),(2005,4,23,21,1),(2005,4,23,22,0),(2005,4,23,23,3),(2005,4,24,0,0),(2005,4,24,1,0),(2005,4,24,2,0),(2005,4,24,3,0),(2005,4,24,4,0),(2005,4,24,5,0),(2005,4,24,6,0),(2005,4,24,7,1),(2005,4,24,8,0),(2005,4,24,9,1),(2005,4,24,10,0),(2005,4,24,11,6),(2005,4,24,12,0),(2005,4,24,13,0),(2005,4,24,14,1),(2005,4,24,15,0),(2005,4,24,16,0),(2005,4,24,17,0),(2005,4,24,18,0),(2005,4,24,19,7),(2005,4,24,20,2),(2005,4,24,21,2),(2005,4,24,22,0),(2005,4,24,23,1),(2005,4,25,0,0),(2005,4,25,1,3),(2005,4,25,2,2),(2005,4,25,3,0),(2005,4,25,4,0),(2005,4,25,5,0),(2005,4,25,6,0),(2005,4,25,7,0),(2005,4,25,8,0),(2005,4,25,9,0),(2005,4,25,10,0),(2005,4,25,11,0),(2005,4,25,12,1),(2005,4,25,13,1),(2005,4,25,14,0),(2005,4,25,15,0),(2005,4,25,16,4),(2005,4,25,17,1),(2005,4,25,18,0),(2005,4,25,19,1),(2005,4,25,20,0),(2005,4,25,21,0),(2005,4,25,22,0),(2005,4,25,23,0),(2005,4,26,0,0),(2005,4,26,1,3),(2005,4,26,2,0),(2005,4,26,3,1),(2005,4,26,4,1),(2005,4,26,5,1),(2005,4,26,6,1),(2005,4,26,7,2),(2005,4,26,8,1),(2005,4,26,9,0),(2005,4,26,10,4),(2005,4,26,11,1),(2005,4,26,12,0),(2005,4,26,13,0),(2005,4,26,14,27),(2005,4,26,15,0),(2005,4,26,16,0),(2005,4,26,17,0),(2005,4,26,18,0),(2005,4,26,19,7),(2005,4,26,20,1),(2005,4,26,21,0),(2005,4,26,22,1),(2005,4,26,23,0),(2005,4,27,0,11),(2005,4,27,1,0),(2005,4,27,2,0),(2005,4,27,3,0),(2005,4,27,4,1),(2005,4,27,5,1),(2005,4,27,6,0),(2005,4,27,7,0),(2005,4,27,8,1),(2005,4,27,9,0),(2005,4,27,10,0),(2005,4,27,11,1),(2005,4,27,12,2),(2005,4,27,13,0),(2005,4,27,14,0),(2005,4,27,15,3),(2005,4,27,16,1),(2005,4,27,17,2),(2005,4,27,18,0),(2005,4,27,19,0),(2005,4,27,20,9),(2005,4,27,21,2),(2005,4,27,22,1),(2005,4,27,23,0),(2005,4,28,0,1),(2005,4,28,1,2),(2005,4,28,2,0),(2005,4,28,3,0),(2005,4,28,4,0),(2005,4,28,5,2),(2005,4,28,6,0),(2005,4,28,7,0),(2005,4,28,8,1),(2005,4,28,9,0),(2005,4,28,10,1),(2005,4,28,11,1),(2005,4,28,12,2),(2005,4,28,13,1),(2005,4,28,14,1),(2005,4,28,15,0),(2005,4,28,16,0),(2005,4,28,17,1),(2005,4,28,18,0),(2005,4,28,19,0),(2005,4,28,20,1),(2005,4,28,21,2),(2005,4,28,22,0),(2005,4,28,23,0),(2005,4,29,0,1),(2005,4,29,1,0),(2005,4,29,2,0),(2005,4,29,3,0),(2005,4,29,4,0),(2005,4,29,5,2),(2005,4,29,6,0),(2005,4,29,7,0),(2005,4,29,8,0),(2005,4,29,9,0),(2005,4,29,10,3),(2005,4,29,11,7),(2005,4,29,12,0),(2005,4,29,13,1),(2005,4,29,14,8),(2005,4,29,15,2),(2005,4,29,16,0),(2005,4,29,17,0),(2005,4,29,18,2),(2005,4,29,19,0),(2005,4,29,20,0),(2005,4,29,21,0),(2005,4,29,22,0),(2005,4,29,23,0),(2005,4,30,0,0),(2005,4,30,1,0),(2005,4,30,2,0),(2005,4,30,3,0),(2005,4,30,4,0),(2005,4,30,5,1),(2005,4,30,6,0),(2005,4,30,7,1),(2005,4,30,8,1),(2005,4,30,9,0),(2005,4,30,10,0),(2005,4,30,11,0),(2005,4,30,12,0),(2005,4,30,13,1),(2005,4,30,14,1),(2005,4,30,15,4),(2005,4,30,16,0),(2005,4,30,17,0),(2005,4,30,18,0),(2005,4,30,19,0),(2005,4,30,20,1),(2005,4,30,21,0),(2005,4,30,22,0),(2005,4,30,23,0),(2005,5,1,0,1),(2005,5,1,1,0),(2005,5,1,2,0),(2005,5,1,3,0),(2005,5,1,4,0),(2005,5,1,5,0),(2005,5,1,6,22),(2005,5,1,7,52),(2005,5,1,8,51),(2005,5,1,9,67),(2005,5,1,10,51),(2005,5,1,11,52),(2005,5,1,12,58),(2005,5,1,13,60),(2005,5,1,14,58),(2005,5,1,15,45),(2005,5,1,16,47),(2005,5,1,17,56),(2005,5,1,18,54),(2005,5,1,19,52),(2005,5,1,20,41),(2005,5,1,21,61),(2005,5,1,22,64),(2005,5,1,23,61),(2005,5,2,0,59),(2005,5,2,1,59),(2005,5,2,2,57),(2005,5,2,3,57),(2005,5,2,4,53),(2005,5,2,5,54),(2005,5,2,6,58),(2005,5,2,7,53),(2005,5,2,8,67),(2005,5,2,9,16),(2005,5,2,10,49),(2005,5,2,11,59),(2005,5,2,12,60),(2005,5,2,13,70),(2005,5,2,14,65),(2005,5,2,15,66),(2005,5,2,16,67),(2005,5,2,17,68),(2005,5,2,18,64),(2005,5,2,19,62),(2005,5,2,20,58),(2005,5,2,21,60),(2005,5,2,22,58),(2005,5,2,23,60),(2005,5,3,0,59),(2005,5,3,1,58),(2005,5,3,2,51),(2005,5,3,3,55),(2005,5,3,4,58),(2005,5,3,5,57),(2005,5,3,6,57),(2005,5,3,7,50),(2005,5,3,8,52),(2005,5,3,9,32),(2005,5,3,10,10),(2005,5,3,11,10),(2005,5,3,12,36),(2005,5,3,13,0),(2005,5,3,14,0),(2005,5,3,15,0),(2005,5,3,16,0),(2005,5,3,17,0),(2005,5,3,18,1),(2005,5,3,19,1),(2005,5,3,20,0),(2005,5,3,21,0),(2005,5,3,22,13),(2005,5,3,23,48),(2005,5,4,0,5),(2005,5,4,1,3),(2005,5,4,2,1),(2005,5,4,3,1),(2005,5,4,4,1),(2005,5,4,5,0),(2005,5,4,6,0),(2005,5,4,7,1),(2005,5,4,8,0),(2005,5,4,9,1),(2005,5,4,10,0),(2005,5,4,11,1),(2005,5,4,12,0),(2005,5,4,13,0),(2005,5,4,14,1),(2005,5,4,15,1),(2005,5,4,16,1),(2005,5,4,17,1),(2005,5,4,18,1),(2005,5,4,19,0),(2005,5,4,20,0),(2005,5,4,21,0),(2005,5,4,22,0),(2005,5,4,23,0),(2005,5,5,0,0),(2005,5,5,1,0),(2005,5,5,2,0),(2005,5,5,3,1),(2005,5,5,4,0),(2005,5,5,5,0),(2005,5,5,6,0),(2005,5,5,7,0),(2005,5,5,8,0),(2005,5,5,9,0),(2005,5,5,10,0),(2005,5,5,11,0),(2005,5,5,12,2),(2005,5,5,13,0),(2005,5,5,14,1),(2005,5,5,15,0),(2005,5,5,16,0),(2005,5,5,17,0),(2005,5,5,18,0),(2005,5,5,19,0),(2005,5,5,20,0),(2005,5,5,21,0),(2005,5,5,22,11),(2005,5,5,23,0),(2005,5,6,0,1),(2005,5,6,1,1),(2005,5,6,2,0),(2005,5,6,3,1),(2005,5,6,4,3),(2005,5,6,5,0),(2005,5,6,6,0),(2005,5,6,7,0),(2005,5,6,8,1),(2005,5,6,9,1),(2005,5,6,10,5),(2005,5,6,11,0),(2005,5,6,12,7),(2005,5,6,13,2),(2005,5,6,14,3),(2005,5,6,15,0),(2005,5,6,16,0),(2005,5,6,17,0),(2005,5,6,18,0),(2005,5,6,19,0),(2005,5,6,20,1),(2005,5,6,21,1),(2005,5,6,22,0),(2005,5,6,23,0),(2005,5,7,0,0),(2005,5,7,1,0),(2005,5,7,2,1),(2005,5,7,3,0),(2005,5,7,4,0),(2005,5,7,5,0),(2005,5,7,6,0),(2005,5,7,7,0),(2005,5,7,8,1),(2005,5,7,9,2),(2005,5,7,10,0),(2005,5,7,11,0),(2005,5,7,12,0),(2005,5,7,13,1),(2005,5,7,14,0),(2005,5,7,15,0),(2005,5,7,16,0),(2005,5,7,17,0),(2005,5,7,18,0),(2005,5,7,19,1),(2005,5,7,20,0),(2005,5,7,21,1),(2005,5,7,22,0),(2005,5,7,23,1),(2005,5,8,0,0),(2005,5,8,1,1),(2005,5,8,2,0),(2005,5,8,3,0),(2005,5,8,4,0),(2005,5,8,5,0),(2005,5,8,6,0),(2005,5,8,7,0),(2005,5,8,8,0),(2005,5,8,9,2),(2005,5,8,10,1),(2005,5,8,11,0),(2005,5,8,12,0),(2005,5,8,13,0),(2005,5,8,14,0),(2005,5,8,15,0),(2005,5,8,16,1),(2005,5,8,17,0),(2005,5,8,18,0),(2005,5,8,19,1),(2005,5,8,20,0),(2005,5,8,21,2),(2005,5,8,22,0),(2005,5,8,23,1),(2005,5,9,0,0),(2005,5,9,1,0),(2005,5,9,2,1),(2005,5,9,3,0),(2005,5,9,4,0),(2005,5,9,5,0),(2005,5,9,6,0),(2005,5,9,7,0),(2005,5,9,8,3),(2005,5,9,9,0),(2005,5,9,10,0),(2005,5,9,11,0),(2005,5,9,12,0),(2005,5,9,13,0),(2005,5,9,14,0),(2005,5,9,15,0),(2005,5,9,16,7),(2005,5,9,17,0),(2005,5,9,18,1),(2005,5,9,19,1),(2005,5,9,20,0),(2005,5,9,21,1),(2005,5,9,22,5),(2005,5,9,23,2),(2005,5,10,0,0),(2005,5,10,1,0),(2005,5,10,2,1),(2005,5,10,3,0),(2005,5,10,4,2),(2005,5,10,5,1),(2005,5,10,6,0),(2005,5,10,7,1),(2005,5,10,8,2),(2005,5,10,9,11),(2005,5,10,10,2),(2005,5,10,11,1),(2005,5,10,12,2),(2005,5,10,13,27),(2005,5,10,14,46),(2005,5,10,15,50),(2005,5,10,16,46),(2005,5,10,17,45),(2005,5,10,18,46),(2005,5,10,19,58),(2005,5,10,20,48),(2005,5,10,21,32),(2005,5,10,22,25),(2005,5,10,23,47),(2005,5,11,0,40),(2005,5,11,1,49),(2005,5,11,2,45),(2005,5,11,3,44),(2005,5,11,4,40),(2005,5,11,5,43),(2005,5,11,6,47),(2005,5,11,7,40),(2005,5,11,8,45),(2005,5,11,9,45),(2005,5,11,10,47),(2005,5,11,11,70),(2005,5,11,12,37),(2005,5,11,13,52),(2005,5,11,14,47),(2005,5,11,15,50),(2005,5,11,16,49),(2005,5,11,17,52),(2005,5,11,18,46),(2005,5,11,19,44),(2005,5,11,20,87),(2005,5,11,21,26),(2005,5,11,22,0),(2005,5,11,23,1),(2005,5,12,0,0),(2005,5,12,1,0),(2005,5,12,2,0),(2005,5,12,3,24),(2005,5,12,4,2),(2005,5,12,5,16),(2005,5,12,6,19),(2005,5,12,7,3),(2005,5,12,8,0),(2005,5,12,9,2),(2005,5,12,10,2),(2005,5,12,11,0),(2005,5,12,12,1),(2005,5,12,13,0),(2005,5,12,14,0),(2005,5,12,15,0),(2005,5,12,16,0),(2005,5,12,17,0),(2005,5,12,18,0),(2005,5,12,19,0),(2005,5,12,20,0),(2005,5,12,21,0),(2005,5,12,22,0),(2005,5,12,23,0),(2005,5,13,0,0),(2005,5,13,1,2),(2005,5,13,2,0),(2005,5,13,3,0),(2005,5,13,4,0),(2005,5,13,5,0),(2005,5,13,6,0),(2005,5,13,7,1),(2005,5,13,8,0),(2005,5,13,9,0),(2005,5,13,10,0),(2005,5,13,11,8),(2005,5,13,12,1),(2005,5,13,13,0),(2005,5,13,14,0),(2005,5,13,15,1),(2005,5,13,16,1),(2005,5,13,17,0),(2005,5,13,18,0),(2005,5,13,19,0),(2005,5,13,20,0),(2005,5,13,21,0),(2005,5,13,22,1),(2005,5,13,23,1),(2005,5,14,0,1),(2005,5,14,1,0),(2005,5,14,2,1),(2005,5,14,3,0),(2005,5,14,4,1),(2005,5,14,5,5),(2005,5,14,6,0),(2005,5,14,7,5),(2005,5,14,8,0),(2005,5,14,9,0),(2005,5,14,10,0),(2005,5,14,11,2),(2005,5,14,12,0),(2005,5,14,13,1),(2005,5,14,14,0),(2005,5,14,15,0),(2005,5,14,16,1),(2005,5,14,17,0),(2005,5,14,18,0),(2005,5,14,19,0),(2005,5,14,20,1),(2005,5,14,21,2),(2005,5,14,22,0),(2005,5,14,23,0),(2005,5,15,0,0),(2005,5,15,1,1),(2005,5,15,2,0),(2005,5,15,3,1),(2005,5,15,4,0),(2005,5,15,5,0),(2005,5,15,6,0),(2005,5,15,7,0),(2005,5,15,8,1),(2005,5,15,9,2),(2005,5,15,10,1),(2005,5,15,11,0),(2005,5,15,12,1),(2005,5,15,13,0),(2005,5,15,14,0),(2005,5,15,15,0),(2005,5,15,16,0),(2005,5,15,17,1),(2005,5,15,18,0),(2005,5,15,19,1),(2005,5,15,20,0),(2005,5,15,21,67),(2005,5,15,22,1),(2005,5,15,23,0),(2005,5,16,0,0),(2005,5,16,1,0),(2005,5,16,2,0),(2005,5,16,3,0),(2005,5,16,4,0),(2005,5,16,5,0),(2005,5,16,6,0),(2005,5,16,7,6),(2005,5,16,8,0),(2005,5,16,9,1),(2005,5,16,10,0),(2005,5,16,11,0),(2005,5,16,12,0),(2005,5,16,13,3),(2005,5,16,14,0),(2005,5,16,15,0),(2005,5,16,16,1),(2005,5,16,17,0),(2005,5,16,18,1),(2005,5,16,19,2),(2005,5,16,20,0),(2005,5,16,21,0),(2005,5,16,22,0),(2005,5,16,23,2),(2005,5,17,0,0),(2005,5,17,1,0),(2005,5,17,2,0),(2005,5,17,3,0),(2005,5,17,4,0),(2005,5,17,5,0),(2005,5,17,6,0),(2005,5,17,7,2),(2005,5,17,8,0),(2005,5,17,9,0),(2005,5,17,10,1),(2005,5,17,11,0),(2005,5,17,12,3),(2005,5,17,13,0),(2005,5,17,14,2),(2005,5,17,15,0),(2005,5,17,16,0),(2005,5,17,17,0),(2005,5,17,18,0),(2005,5,17,19,1),(2005,5,17,20,0),(2005,5,17,21,2),(2005,5,17,22,1),(2005,5,17,23,0),(2005,5,18,0,0),(2005,5,18,1,0),(2005,5,18,2,0),(2005,5,18,3,0),(2005,5,18,4,0),(2005,5,18,5,1),(2005,5,18,6,0),(2005,5,18,7,0),(2005,5,18,8,0),(2005,5,18,9,0),(2005,5,18,10,0),(2005,5,18,11,0),(2005,5,18,12,0),(2005,5,18,13,0),(2005,5,18,14,0),(2005,5,18,15,0),(2005,5,18,16,1),(2005,5,18,17,0),(2005,5,18,18,0),(2005,5,18,19,0),(2005,5,18,20,0),(2005,5,18,21,0),(2005,5,18,22,3),(2005,5,18,23,3),(2005,5,19,0,2),(2005,5,19,1,0),(2005,5,19,2,0),(2005,5,19,3,1),(2005,5,19,4,1),(2005,5,19,5,0),(2005,5,19,6,1),(2005,5,19,7,1),(2005,5,19,8,7),(2005,5,19,9,1),(2005,5,19,10,1),(2005,5,19,11,23),(2005,5,19,12,1),(2005,5,19,13,0),(2005,5,19,14,0),(2005,5,19,15,8),(2005,5,19,16,2),(2005,5,19,17,0),(2005,5,19,18,2),(2005,5,19,19,3),(2005,5,19,20,2),(2005,5,19,21,0),(2005,5,19,22,0),(2005,5,19,23,0),(2005,5,20,0,0),(2005,5,20,1,0),(2005,5,20,2,0),(2005,5,20,3,0),(2005,5,20,4,1),(2005,5,20,5,0),(2005,5,20,6,0),(2005,5,20,7,0),(2005,5,20,8,0),(2005,5,20,9,0),(2005,5,20,10,0),(2005,5,20,11,0),(2005,5,20,12,0),(2005,5,20,13,0),(2005,5,20,14,0),(2005,5,20,15,0),(2005,5,20,16,2),(2005,5,20,17,0),(2005,5,20,18,0),(2005,5,20,19,0),(2005,5,20,20,0),(2005,5,20,21,1),(2005,5,20,22,0),(2005,5,20,23,0),(2005,5,21,0,1),(2005,5,21,1,1),(2005,5,21,2,0),(2005,5,21,3,1),(2005,5,21,4,0),(2005,5,21,5,0),(2005,5,21,6,1),(2005,5,21,7,0),(2005,5,21,8,0),(2005,5,21,9,0),(2005,5,21,10,0),(2005,5,21,11,1),(2005,5,21,12,0),(2005,5,21,13,0),(2005,5,21,14,0),(2005,5,21,15,12),(2005,5,21,16,0),(2005,5,21,17,3),(2005,5,21,18,0),(2005,5,21,19,0),(2005,5,21,20,0),(2005,5,21,21,1),(2005,5,21,22,0),(2005,5,21,23,0),(2005,5,22,0,5),(2005,5,22,1,0),(2005,5,22,2,0),(2005,5,22,3,1),(2005,5,22,4,34),(2005,5,22,5,55),(2005,5,22,6,63),(2005,5,22,7,54),(2005,5,22,8,57),(2005,5,22,9,53),(2005,5,22,10,52),(2005,5,22,11,61),(2005,5,22,12,62),(2005,5,22,13,57),(2005,5,22,14,49),(2005,5,22,15,56),(2005,5,22,16,53),(2005,5,22,17,51),(2005,5,22,18,45),(2005,5,22,19,50),(2005,5,22,20,48),(2005,5,22,21,25),(2005,5,22,22,1),(2005,5,22,23,0),(2005,5,23,0,0),(2005,5,23,1,0),(2005,5,23,2,0),(2005,5,23,3,1),(2005,5,23,4,2),(2005,5,23,5,0),(2005,5,23,6,1),(2005,5,23,7,1),(2005,5,23,8,0),(2005,5,23,9,0),(2005,5,23,10,1),(2005,5,23,11,5),(2005,5,23,12,13),(2005,5,23,13,12),(2005,5,23,14,12),(2005,5,23,15,0),(2005,5,23,16,0),(2005,5,23,17,13),(2005,5,23,18,22),(2005,5,23,19,5),(2005,5,23,20,0),(2005,5,23,21,1),(2005,5,23,22,1),(2005,5,23,23,20),(2005,5,24,0,0),(2005,5,24,1,0),(2005,5,24,2,0),(2005,5,24,3,0),(2005,5,24,4,0),(2005,5,24,5,0),(2005,5,24,6,0),(2005,5,24,7,0),(2005,5,24,8,0),(2005,5,24,9,0),(2005,5,24,10,0),(2005,5,24,11,0),(2005,5,24,12,2),(2005,5,24,13,3),(2005,5,24,14,0),(2005,5,24,15,1),(2005,5,24,16,0),(2005,5,24,17,0),(2005,5,24,18,0),(2005,5,24,19,0),(2005,5,24,20,0),(2005,5,24,21,2),(2005,5,24,22,0),(2005,5,24,23,1),(2005,5,25,0,0),(2005,5,25,1,0),(2005,5,25,2,0),(2005,5,25,3,0),(2005,5,25,4,0),(2005,5,25,5,0),(2005,5,25,6,0),(2005,5,25,7,0),(2005,5,25,8,0),(2005,5,25,9,0),(2005,5,25,10,1),(2005,5,25,11,12),(2005,5,25,12,0),(2005,5,25,13,0),(2005,5,25,14,0),(2005,5,25,15,0),(2005,5,25,16,0),(2005,5,25,17,0),(2005,5,25,18,0),(2005,5,25,19,0),(2005,5,25,20,0),(2005,5,25,21,0),(2005,5,25,22,0),(2005,5,25,23,0),(2005,5,26,0,0),(2005,5,26,1,0),(2005,5,26,2,0),(2005,5,26,3,0),(2005,5,26,4,0),(2005,5,26,5,1),(2005,5,26,6,1),(2005,5,26,7,0),(2005,5,26,8,0),(2005,5,26,9,0),(2005,5,26,10,1),(2005,5,26,11,1),(2005,5,26,12,0),(2005,5,26,13,0),(2005,5,26,14,0),(2005,5,26,15,1),(2005,5,26,16,0),(2005,5,26,17,0),(2005,5,26,18,2),(2005,5,26,19,1),(2005,5,26,20,0),(2005,5,26,21,0),(2005,5,26,22,0),(2005,5,26,23,1),(2005,5,27,0,0),(2005,5,27,1,0),(2005,5,27,2,0),(2005,5,27,3,2),(2005,5,27,4,0),(2005,5,27,5,0),(2005,5,27,6,0),(2005,5,27,7,0),(2005,5,27,8,0),(2005,5,27,9,0),(2005,5,27,10,0),(2005,5,27,11,1),(2005,5,27,12,0),(2005,5,27,13,0),(2005,5,27,14,1),(2005,5,27,15,0),(2005,5,27,16,0),(2005,5,27,17,5),(2005,5,27,18,0),(2005,5,27,19,0),(2005,5,27,20,0),(2005,5,27,21,0),(2005,5,27,22,0),(2005,5,27,23,0),(2005,5,28,0,0),(2005,5,28,1,0),(2005,5,28,2,0),(2005,5,28,3,0),(2005,5,28,4,3),(2005,5,28,5,0),(2005,5,28,6,1),(2005,5,28,7,0),(2005,5,28,8,0),(2005,5,28,9,0),(2005,5,28,10,1),(2005,5,28,11,0),(2005,5,28,12,0),(2005,5,28,13,0),(2005,5,28,14,2),(2005,5,28,15,0),(2005,5,28,16,0),(2005,5,28,17,8),(2005,5,28,18,6),(2005,5,28,19,1),(2005,5,28,20,5),(2005,5,28,21,0),(2005,5,28,22,0),(2005,5,28,23,0),(2005,5,29,0,2),(2005,5,29,1,0),(2005,5,29,2,1),(2005,5,29,3,0),(2005,5,29,4,1),(2005,5,29,5,2),(2005,5,29,6,0),(2005,5,29,7,0),(2005,5,29,8,0),(2005,5,29,9,0),(2005,5,29,10,0),(2005,5,29,11,0),(2005,5,29,12,0),(2005,5,29,13,0),(2005,5,29,14,0),(2005,5,29,15,0),(2005,5,29,16,0),(2005,5,29,17,2),(2005,5,29,18,0),(2005,5,29,19,0),(2005,5,29,20,0),(2005,5,29,21,0),(2005,5,29,22,0),(2005,5,29,23,0),(2005,5,30,0,0),(2005,5,30,1,0),(2005,5,30,2,0),(2005,5,30,3,1),(2005,5,30,4,0),(2005,5,30,5,0),(2005,5,30,6,0),(2005,5,30,7,0),(2005,5,30,8,8),(2005,5,30,9,52),(2005,5,30,10,4),(2005,5,30,11,0),(2005,5,30,12,0),(2005,5,30,13,1),(2005,5,30,14,0),(2005,5,30,15,0),(2005,5,30,16,0),(2005,5,30,17,6),(2005,5,30,18,0),(2005,5,30,19,1),(2005,5,30,20,0),(2005,5,30,21,0),(2005,5,30,22,0),(2005,5,30,23,0),(2005,5,31,0,0),(2005,5,31,1,0),(2005,5,31,2,0),(2005,5,31,3,0),(2005,5,31,4,0),(2005,5,31,5,0),(2005,5,31,6,0),(2005,5,31,7,0),(2005,5,31,8,1),(2005,5,31,9,0),(2005,5,31,10,3),(2005,5,31,11,0),(2005,5,31,12,0),(2005,5,31,13,0),(2005,5,31,14,0),(2005,5,31,15,0),(2005,5,31,16,0),(2005,5,31,17,0),(2005,5,31,18,0),(2005,5,31,19,0),(2005,5,31,20,0),(2005,5,31,21,0),(2005,5,31,22,0),(2005,5,31,23,0),(2005,6,1,0,0),(2005,6,1,1,2),(2005,6,1,2,0),(2005,6,1,3,0),(2005,6,1,4,0),(2005,6,1,5,0),(2005,6,1,6,0),(2005,6,1,7,0),(2005,6,1,8,0),(2005,6,1,9,0),(2005,6,1,10,0),(2005,6,1,11,0),(2005,6,1,12,0),(2005,6,1,13,0),(2005,6,1,14,0),(2005,6,1,15,0),(2005,6,1,16,0),(2005,6,1,17,0),(2005,6,1,18,0),(2005,6,1,19,0),(2005,6,1,20,0),(2005,6,1,21,0),(2005,6,1,22,0),(2005,6,1,23,0),(2005,6,2,0,0),(2005,6,2,1,0),(2005,6,2,2,0),(2005,6,2,3,0),(2005,6,2,4,0),(2005,6,2,5,0),(2005,6,2,6,1),(2005,6,2,7,0),(2005,6,2,8,2),(2005,6,2,9,0),(2005,6,2,10,1),(2005,6,2,11,0),(2005,6,2,12,0),(2005,6,2,13,0),(2005,6,2,14,0),(2005,6,2,15,0),(2005,6,2,16,0),(2005,6,2,17,0),(2005,6,2,18,0),(2005,6,2,19,0),(2005,6,2,20,0),(2005,6,2,21,0),(2005,6,2,22,0),(2005,6,2,23,1),(2005,6,3,0,0),(2005,6,3,1,0),(2005,6,3,2,0),(2005,6,3,3,1),(2005,6,3,4,0),(2005,6,3,5,0),(2005,6,3,6,0),(2005,6,3,7,0),(2005,6,3,8,12),(2005,6,3,9,0),(2005,6,3,10,0),(2005,6,3,11,1),(2005,6,3,12,1),(2005,6,3,13,0),(2005,6,3,14,1),(2005,6,3,15,0),(2005,6,3,16,0),(2005,6,3,17,23),(2005,6,3,18,0),(2005,6,3,19,0),(2005,6,3,20,0),(2005,6,3,21,2),(2005,6,3,22,0),(2005,6,3,23,0),(2005,6,4,0,1),(2005,6,4,1,1),(2005,6,4,2,1),(2005,6,4,3,0),(2005,6,4,4,1),(2005,6,4,5,1),(2005,6,4,6,1),(2005,6,4,7,0),(2005,6,4,8,0),(2005,6,4,9,1),(2005,6,4,10,1),(2005,6,4,11,0),(2005,6,4,12,0),(2005,6,4,13,0),(2005,6,4,14,0),(2005,6,4,15,0),(2005,6,4,16,0),(2005,6,4,17,0),(2005,6,4,18,0),(2005,6,4,19,1),(2005,6,4,20,0),(2005,6,4,21,0),(2005,6,4,22,0),(2005,6,4,23,0),(2005,6,5,0,0),(2005,6,5,1,1),(2005,6,5,2,0),(2005,6,5,3,0),(2005,6,5,4,0),(2005,6,5,5,0),(2005,6,5,6,0),(2005,6,5,7,0),(2005,6,5,8,0),(2005,6,5,9,0),(2005,6,5,10,1),(2005,6,5,11,0),(2005,6,5,12,0),(2005,6,5,13,0),(2005,6,5,14,1),(2005,6,5,15,0),(2005,6,5,16,1),(2005,6,5,17,0),(2005,6,5,18,0),(2005,6,5,19,0),(2005,6,5,20,0),(2005,6,5,21,0),(2005,6,5,22,0),(2005,6,5,23,0),(2005,6,6,0,2),(2005,6,6,1,0),(2005,6,6,2,1),(2005,6,6,3,0),(2005,6,6,4,0),(2005,6,6,5,0),(2005,6,6,6,0),(2005,6,6,7,0),(2005,6,6,8,0),(2005,6,6,9,1),(2005,6,6,10,3),(2005,6,6,11,37),(2005,6,6,12,0),(2005,6,6,13,1),(2005,6,6,14,0),(2005,6,6,15,0),(2005,6,6,16,0),(2005,6,6,17,0),(2005,6,6,18,1),(2005,6,6,19,0),(2005,6,6,20,0),(2005,6,6,21,2),(2005,6,6,22,0),(2005,6,6,23,0),(2005,6,7,0,1),(2005,6,7,1,1),(2005,6,7,2,0),(2005,6,7,3,0),(2005,6,7,4,0),(2005,6,7,5,0),(2005,6,7,6,0),(2005,6,7,7,0),(2005,6,7,8,0),(2005,6,7,9,1),(2005,6,7,10,0),(2005,6,7,11,0),(2005,6,7,12,0),(2005,6,7,13,0),(2005,6,7,14,1),(2005,6,7,15,0),(2005,6,7,16,0),(2005,6,7,17,0),(2005,6,7,18,0),(2005,6,7,19,0),(2005,6,7,20,0),(2005,6,7,21,0),(2005,6,7,22,5),(2005,6,7,23,0),(2005,6,8,0,1),(2005,6,8,1,0),(2005,6,8,2,0),(2005,6,8,3,0),(2005,6,8,4,0),(2005,6,8,5,0),(2005,6,8,6,2),(2005,6,8,7,0),(2005,6,8,8,3),(2005,6,8,9,0),(2005,6,8,10,0),(2005,6,8,11,0),(2005,6,8,12,0),(2005,6,8,13,0),(2005,6,8,14,0),(2005,6,8,15,0),(2005,6,8,16,0),(2005,6,8,17,0),(2005,6,8,18,0),(2005,6,8,19,0),(2005,6,8,20,0),(2005,6,8,21,0),(2005,6,8,22,0),(2005,6,8,23,0),(2005,6,9,0,0),(2005,6,9,1,1),(2005,6,9,2,0),(2005,6,9,3,0),(2005,6,9,4,0),(2005,6,9,5,0),(2005,6,9,6,5),(2005,6,9,7,15),(2005,6,9,8,41),(2005,6,9,9,42),(2005,6,9,10,0),(2005,6,9,11,30),(2005,6,9,12,0),(2005,6,9,13,0),(2005,6,9,14,1),(2005,6,9,15,0),(2005,6,9,16,0),(2005,6,9,17,0),(2005,6,9,18,0),(2005,6,9,19,0),(2005,6,9,20,0),(2005,6,9,21,44),(2005,6,9,22,1),(2005,6,9,23,23),(2005,6,10,0,29),(2005,6,10,1,1),(2005,6,10,2,0),(2005,6,10,3,0),(2005,6,10,4,0),(2005,6,10,5,0),(2005,6,10,6,0),(2005,6,10,7,0),(2005,6,10,8,1),(2005,6,10,9,1),(2005,6,10,10,5),(2005,6,10,11,18),(2005,6,10,12,3),(2005,6,10,13,8),(2005,6,10,14,0),(2005,6,10,15,0),(2005,6,10,16,0),(2005,6,10,17,0),(2005,6,10,18,0),(2005,6,10,19,3),(2005,6,10,20,2),(2005,6,10,21,0),(2005,6,10,22,0),(2005,6,10,23,0),(2005,6,11,0,0),(2005,6,11,1,4),(2005,6,11,2,51),(2005,6,11,3,141),(2005,6,11,4,0),(2005,6,11,5,4),(2005,6,11,6,1),(2005,6,11,7,1),(2005,6,11,8,0),(2005,6,11,9,0),(2005,6,11,10,0),(2005,6,11,11,0),(2005,6,11,12,13),(2005,6,11,13,106),(2005,6,11,14,90),(2005,6,11,15,6),(2005,6,11,16,0),(2005,6,11,17,1),(2005,6,11,18,0),(2005,6,11,19,0),(2005,6,11,20,1),(2005,6,11,21,26),(2005,6,11,22,78),(2005,6,11,23,112),(2005,6,12,0,3),(2005,6,12,1,6),(2005,6,12,2,1),(2005,6,12,3,2),(2005,6,12,4,1),(2005,6,12,5,0),(2005,6,12,6,1),(2005,6,12,7,9),(2005,6,12,8,48),(2005,6,12,9,98),(2005,6,12,10,8),(2005,6,12,11,43),(2005,6,12,12,1),(2005,6,12,13,1),(2005,6,12,14,2),(2005,6,12,15,0),(2005,6,12,16,0),(2005,6,12,17,4),(2005,6,12,18,0),(2005,6,12,19,0),(2005,6,12,20,0),(2005,6,12,21,0),(2005,6,12,22,13),(2005,6,12,23,63),(2005,6,13,0,59),(2005,6,13,1,11),(2005,6,13,2,30),(2005,6,13,3,0),(2005,6,13,4,10),(2005,6,13,5,37),(2005,6,13,6,0),(2005,6,13,7,0),(2005,6,13,8,0),(2005,6,13,9,0),(2005,6,13,10,3),(2005,6,13,11,66),(2005,6,13,12,151),(2005,6,13,13,9),(2005,6,13,14,0),(2005,6,13,15,1),(2005,6,13,16,0),(2005,6,13,17,0),(2005,6,13,18,0),(2005,6,13,19,0),(2005,6,13,20,1),(2005,6,13,21,0),(2005,6,13,22,0),(2005,6,13,23,0),(2005,6,14,0,0),(2005,6,14,1,0),(2005,6,14,2,0),(2005,6,14,3,0),(2005,6,14,4,0),(2005,6,14,5,0),(2005,6,14,6,1),(2005,6,14,7,0),(2005,6,14,8,24),(2005,6,14,9,17),(2005,6,14,10,7),(2005,6,14,11,113),(2005,6,14,12,75),(2005,6,14,13,0),(2005,6,14,14,0),(2005,6,14,15,4),(2005,6,14,16,0),(2005,6,14,17,0),(2005,6,14,18,0),(2005,6,14,19,0),(2005,6,14,20,0),(2005,6,14,21,50),(2005,6,14,22,109),(2005,6,14,23,23),(2005,6,15,0,101),(2005,6,15,1,1),(2005,6,15,2,2),(2005,6,15,3,0),(2005,6,15,4,0),(2005,6,15,5,0),(2005,6,15,6,0),(2005,6,15,7,0),(2005,6,15,8,4),(2005,6,15,9,0),(2005,6,15,10,2),(2005,6,15,11,0),(2005,6,15,12,0),(2005,6,15,13,0),(2005,6,15,14,0),(2005,6,15,15,0),(2005,6,15,16,0),(2005,6,15,17,0),(2005,6,15,18,9),(2005,6,15,19,20),(2005,6,15,20,6),(2005,6,15,21,0),(2005,6,15,22,16),(2005,6,15,23,29),(2005,6,16,0,0),(2005,6,16,1,0),(2005,6,16,2,0),(2005,6,16,3,0),(2005,6,16,4,0),(2005,6,16,5,0),(2005,6,16,6,1),(2005,6,16,7,1),(2005,6,16,8,2),(2005,6,16,9,0),(2005,6,16,10,0),(2005,6,16,11,1),(2005,6,16,12,1),(2005,6,16,13,69),(2005,6,16,14,0),(2005,6,16,15,0),(2005,6,16,16,0),(2005,6,16,17,0),(2005,6,16,18,1),(2005,6,16,19,3),(2005,6,16,20,2),(2005,6,16,21,0),(2005,6,16,22,2),(2005,6,16,23,0),(2005,6,17,0,0),(2005,6,17,1,0),(2005,6,17,2,0),(2005,6,17,3,0),(2005,6,17,4,0),(2005,6,17,5,0),(2005,6,17,6,0),(2005,6,17,7,0),(2005,6,17,8,1),(2005,6,17,9,2),(2005,6,17,10,0),(2005,6,17,11,0),(2005,6,17,12,0),(2005,6,17,13,1),(2005,6,17,14,0),(2005,6,17,15,0),(2005,6,17,16,0),(2005,6,17,17,0),(2005,6,17,18,3),(2005,6,17,19,0),(2005,6,17,20,1),(2005,6,17,21,0),(2005,6,17,22,0),(2005,6,17,23,0),(2005,6,18,0,2),(2005,6,18,1,0),(2005,6,18,2,0),(2005,6,18,3,0),(2005,6,18,4,6),(2005,6,18,5,68),(2005,6,18,6,46),(2005,6,18,7,32),(2005,6,18,8,2),(2005,6,18,9,56),(2005,6,18,10,0),(2005,6,18,11,0),(2005,6,18,12,1),(2005,6,18,13,0),(2005,6,18,14,0),(2005,6,18,15,1),(2005,6,18,16,0),(2005,6,18,17,1),(2005,6,18,18,4),(2005,6,18,19,23),(2005,6,18,20,94),(2005,6,18,21,27),(2005,6,18,22,60),(2005,6,18,23,98),(2005,6,19,0,6),(2005,6,19,1,0),(2005,6,19,2,0),(2005,6,19,3,1),(2005,6,19,4,0),(2005,6,19,5,0),(2005,6,19,6,0),(2005,6,19,7,0),(2005,6,19,8,0),(2005,6,19,9,0),(2005,6,19,10,0),(2005,6,19,11,1),(2005,6,19,12,0),(2005,6,19,13,1),(2005,6,19,14,0),(2005,6,19,15,0),(2005,6,19,16,2),(2005,6,19,17,0),(2005,6,19,18,0),(2005,6,19,19,0),(2005,6,19,20,0),(2005,6,19,21,0),(2005,6,19,22,0),(2005,6,19,23,0),(2005,6,20,0,0),(2005,6,20,1,0),(2005,6,20,2,0),(2005,6,20,3,1),(2005,6,20,4,0),(2005,6,20,5,1),(2005,6,20,6,23),(2005,6,20,7,26),(2005,6,20,8,3),(2005,6,20,9,28),(2005,6,20,10,20),(2005,6,20,11,0),(2005,6,20,12,0),(2005,6,20,13,4),(2005,6,20,14,0),(2005,6,20,15,0),(2005,6,20,16,1),(2005,6,20,17,0),(2005,6,20,18,0),(2005,6,20,19,0),(2005,6,20,20,0),(2005,6,20,21,1),(2005,6,20,22,0),(2005,6,20,23,0),(2005,6,21,0,1),(2005,6,21,1,0),(2005,6,21,2,11),(2005,6,21,3,82),(2005,6,21,4,139),(2005,6,21,5,0),(2005,6,21,6,72),(2005,6,21,7,0),(2005,6,21,8,1),(2005,6,21,9,5),(2005,6,21,10,12),(2005,6,21,11,1),(2005,6,21,12,3),(2005,6,21,13,6),(2005,6,21,14,172),(2005,6,21,15,21),(2005,6,21,16,0),(2005,6,21,17,0),(2005,6,21,18,1),(2005,6,21,19,0),(2005,6,21,20,0),(2005,6,21,21,0),(2005,6,21,22,0),(2005,6,21,23,0),(2005,6,22,0,6),(2005,6,22,1,21),(2005,6,22,2,51),(2005,6,22,3,100),(2005,6,22,4,40),(2005,6,22,5,2),(2005,6,22,6,25),(2005,6,22,7,0),(2005,6,22,8,0),(2005,6,22,9,0),(2005,6,22,10,0),(2005,6,22,11,2),(2005,6,22,12,9),(2005,6,22,13,1),(2005,6,22,14,1),(2005,6,22,15,0),(2005,6,22,16,20),(2005,6,22,17,33),(2005,6,22,18,71),(2005,6,22,19,84),(2005,6,22,20,8),(2005,6,22,21,0),(2005,6,22,22,1),(2005,6,22,23,0),(2005,6,23,0,0),(2005,6,23,1,1),(2005,6,23,2,0),(2005,6,23,3,0),(2005,6,23,4,0),(2005,6,23,5,0),(2005,6,23,6,0),(2005,6,23,7,1),(2005,6,23,8,2),(2005,6,23,9,0),(2005,6,23,10,1),(2005,6,23,11,0),(2005,6,23,12,0),(2005,6,23,13,0),(2005,6,23,14,0),(2005,6,23,15,0),(2005,6,23,16,0),(2005,6,23,17,30),(2005,6,23,18,0),(2005,6,23,19,20),(2005,6,23,20,50),(2005,6,23,21,152),(2005,6,23,22,0),(2005,6,23,23,96),(2005,6,24,0,123),(2005,6,24,1,4),(2005,6,24,2,0),(2005,6,24,3,0),(2005,6,24,4,1),(2005,6,24,5,2),(2005,6,24,6,0),(2005,6,24,7,2),(2005,6,24,8,3),(2005,6,24,9,28),(2005,6,24,10,45),(2005,6,24,11,41),(2005,6,24,12,85),(2005,6,24,13,0),(2005,6,24,14,12),(2005,6,24,15,31),(2005,6,24,16,3),(2005,6,24,17,10),(2005,6,24,18,1),(2005,6,24,19,1),(2005,6,24,20,3),(2005,6,24,21,147),(2005,6,24,22,62),(2005,6,24,23,14),(2005,6,25,0,0),(2005,6,25,1,9),(2005,6,25,2,39),(2005,6,25,3,53),(2005,6,25,4,52),(2005,6,25,5,49),(2005,6,25,6,51),(2005,6,25,7,47),(2005,6,25,8,55),(2005,6,25,9,51),(2005,6,25,10,49),(2005,6,25,11,52),(2005,6,25,12,86),(2005,6,25,13,127),(2005,6,25,14,102),(2005,6,25,15,155),(2005,6,25,16,89),(2005,6,25,17,54),(2005,6,25,18,41),(2005,6,25,19,2),(2005,6,25,20,0),(2005,6,25,21,0),(2005,6,25,22,1),(2005,6,25,23,23),(2005,6,26,0,42),(2005,6,26,1,120),(2005,6,26,2,6),(2005,6,26,3,2),(2005,6,26,4,1),(2005,6,26,5,17),(2005,6,26,6,2),(2005,6,26,7,0),(2005,6,26,8,0),(2005,6,26,9,1),(2005,6,26,10,28),(2005,6,26,11,1),(2005,6,26,12,143),(2005,6,26,13,185),(2005,6,26,14,0),(2005,6,26,15,1),(2005,6,26,16,0),(2005,6,26,17,1),(2005,6,26,18,0),(2005,6,26,19,8),(2005,6,26,20,7),(2005,6,26,21,8),(2005,6,26,22,32),(2005,6,26,23,15),(2005,6,27,0,0),(2005,6,27,1,0),(2005,6,27,2,1),(2005,6,27,3,0),(2005,6,27,4,1),(2005,6,27,5,0),(2005,6,27,6,0),(2005,6,27,7,0),(2005,6,27,8,0),(2005,6,27,9,3),(2005,6,27,10,63),(2005,6,27,11,144),(2005,6,27,12,122),(2005,6,27,13,0),(2005,6,27,14,0),(2005,6,27,15,1),(2005,6,27,16,0),(2005,6,27,17,1),(2005,6,27,18,0),(2005,6,27,19,0),(2005,6,27,20,1),(2005,6,27,21,1),(2005,6,27,22,108),(2005,6,27,23,86),(2005,6,28,0,0),(2005,6,28,1,0),(2005,6,28,2,0),(2005,6,28,3,16),(2005,6,28,4,0),(2005,6,28,5,106),(2005,6,28,6,40),(2005,6,28,7,0),(2005,6,28,8,0),(2005,6,28,9,0),(2005,6,28,10,1),(2005,6,28,11,0),(2005,6,28,12,0),(2005,6,28,13,2),(2005,6,28,14,0),(2005,6,28,15,0),(2005,6,28,16,19),(2005,6,28,17,0),(2005,6,28,18,0),(2005,6,28,19,0),(2005,6,28,20,0),(2005,6,28,21,1),(2005,6,28,22,6),(2005,6,28,23,3),(2005,6,29,0,0),(2005,6,29,1,0),(2005,6,29,2,0),(2005,6,29,3,0),(2005,6,29,4,0),(2005,6,29,5,1),(2005,6,29,6,0),(2005,6,29,7,0),(2005,6,29,8,0),(2005,6,29,9,0),(2005,6,29,10,0),(2005,6,29,11,29),(2005,6,29,12,25),(2005,6,29,13,0),(2005,6,29,14,2),(2005,6,29,15,0),(2005,6,29,16,0),(2005,6,29,17,0),(2005,6,29,18,1),(2005,6,29,19,2),(2005,6,29,20,0),(2005,6,29,21,0),(2005,6,29,22,0),(2005,6,29,23,1),(2005,6,30,0,0),(2005,6,30,1,2),(2005,6,30,2,1),(2005,6,30,3,0),(2005,6,30,4,1),(2005,6,30,5,1),(2005,6,30,6,0),(2005,6,30,7,0),(2005,6,30,8,0),(2005,6,30,9,1),(2005,6,30,10,1),(2005,6,30,11,0),(2005,6,30,12,33),(2005,6,30,13,0),(2005,6,30,14,0),(2005,6,30,15,1),(2005,6,30,16,0),(2005,6,30,17,0),(2005,6,30,18,0),(2005,6,30,19,0),(2005,6,30,20,0),(2005,6,30,21,0),(2005,6,30,22,1),(2005,6,30,23,4),(2005,7,1,0,46),(2005,7,1,1,0),(2005,7,1,2,2),(2005,7,1,3,0),(2005,7,1,4,5),(2005,7,1,5,0),(2005,7,1,6,1),(2005,7,1,7,4),(2005,7,1,8,0),(2005,7,1,9,0),(2005,7,1,10,4),(2005,7,1,11,33),(2005,7,1,12,21),(2005,7,1,13,1),(2005,7,1,14,0),(2005,7,1,15,0),(2005,7,1,16,2),(2005,7,1,17,0),(2005,7,1,18,2),(2005,7,1,19,0),(2005,7,1,20,1),(2005,7,1,21,7),(2005,7,1,22,0),(2005,7,1,23,5),(2005,7,2,0,4),(2005,7,2,1,1),(2005,7,2,2,0),(2005,7,2,3,1),(2005,7,2,4,1),(2005,7,2,5,0),(2005,7,2,6,0),(2005,7,2,7,0),(2005,7,2,8,1),(2005,7,2,9,0),(2005,7,2,10,0),(2005,7,2,11,0),(2005,7,2,12,0),(2005,7,2,13,0),(2005,7,2,14,0),(2005,7,2,15,0),(2005,7,2,16,0),(2005,7,2,17,0),(2005,7,2,18,0),(2005,7,2,19,0),(2005,7,2,20,0),(2005,7,2,21,0),(2005,7,2,22,0),(2005,7,2,23,0),(2005,7,3,0,1),(2005,7,3,1,0),(2005,7,3,2,0),(2005,7,3,3,0),(2005,7,3,4,0),(2005,7,3,5,0),(2005,7,3,6,0),(2005,7,3,7,0),(2005,7,3,8,1),(2005,7,3,9,1),(2005,7,3,10,0),(2005,7,3,11,0),(2005,7,3,12,0),(2005,7,3,13,1),(2005,7,3,14,0),(2005,7,3,15,0),(2005,7,3,16,0),(2005,7,3,17,11),(2005,7,3,18,0),(2005,7,3,19,0),(2005,7,3,20,1),(2005,7,3,21,0),(2005,7,3,22,2),(2005,7,3,23,1),(2005,7,4,0,1),(2005,7,4,1,0),(2005,7,4,2,0),(2005,7,4,3,0),(2005,7,4,4,0),(2005,7,4,5,1),(2005,7,4,6,0),(2005,7,4,7,0),(2005,7,4,8,11),(2005,7,4,9,1),(2005,7,4,10,0),(2005,7,4,11,17),(2005,7,4,12,0),(2005,7,4,13,0),(2005,7,4,14,96),(2005,7,4,15,68),(2005,7,4,16,1),(2005,7,4,17,0),(2005,7,4,18,1),(2005,7,4,19,0),(2005,7,4,20,1),(2005,7,4,21,2),(2005,7,4,22,0),(2005,7,4,23,0),(2005,7,5,0,0),(2005,7,5,1,1),(2005,7,5,2,0),(2005,7,5,3,3),(2005,7,5,4,0),(2005,7,5,5,1),(2005,7,5,6,0),(2005,7,5,7,0),(2005,7,5,8,0),(2005,7,5,9,0),(2005,7,5,10,1),(2005,7,5,11,0),(2005,7,5,12,0),(2005,7,5,13,0),(2005,7,5,14,3),(2005,7,5,15,0),(2005,7,5,16,0),(2005,7,5,17,1),(2005,7,5,18,0),(2005,7,5,19,0),(2005,7,5,20,0),(2005,7,5,21,22),(2005,7,5,22,29),(2005,7,5,23,0),(2005,7,6,0,0),(2005,7,6,1,0),(2005,7,6,2,0),(2005,7,6,3,0),(2005,7,6,4,0),(2005,7,6,5,1),(2005,7,6,6,11),(2005,7,6,7,1),(2005,7,6,8,49),(2005,7,6,9,55),(2005,7,6,10,51),(2005,7,6,11,48),(2005,7,6,12,42),(2005,7,6,13,1203),(2005,7,6,14,88),(2005,7,6,15,55),(2005,7,6,16,56),(2005,7,6,17,47),(2005,7,6,18,63),(2005,7,6,19,54),(2005,7,6,20,29),(2005,7,6,21,41),(2005,7,6,22,37),(2005,7,6,23,45),(2005,7,7,0,51),(2005,7,7,1,46),(2005,7,7,2,50),(2005,7,7,3,51),(2005,7,7,4,53),(2005,7,7,5,50),(2005,7,7,6,54),(2005,7,7,7,34),(2005,7,7,8,1),(2005,7,7,9,0),(2005,7,7,10,22),(2005,7,7,11,58),(2005,7,7,12,56),(2005,7,7,13,55),(2005,7,7,14,95),(2005,7,7,15,72),(2005,7,7,16,57),(2005,7,7,17,59),(2005,7,7,18,56),(2005,7,7,19,61),(2005,7,7,20,43),(2005,7,7,21,52),(2005,7,7,22,61),(2005,7,7,23,63),(2005,7,8,0,63),(2005,7,8,1,58),(2005,7,8,2,55),(2005,7,8,3,7),(2005,7,8,4,1),(2005,7,8,5,0),(2005,7,8,6,1),(2005,7,8,7,0),(2005,7,8,8,0),(2005,7,8,9,44),(2005,7,8,10,64),(2005,7,8,11,64),(2005,7,8,12,62),(2005,7,8,13,59),(2005,7,8,14,42),(2005,7,8,15,32),(2005,7,8,16,262),(2005,7,8,17,337),(2005,7,8,18,0),(2005,7,8,19,0),(2005,7,8,20,0),(2005,7,8,21,1),(2005,7,8,22,1),(2005,7,8,23,0),(2005,7,9,0,0),(2005,7,9,1,0),(2005,7,9,2,0),(2005,7,9,3,0),(2005,7,9,4,0),(2005,7,9,5,1),(2005,7,9,6,1),(2005,7,9,7,0),(2005,7,9,8,0),(2005,7,9,9,2),(2005,7,9,10,0),(2005,7,9,11,1),(2005,7,9,12,0),(2005,7,9,13,0),(2005,7,9,14,0),(2005,7,9,15,0),(2005,7,9,16,0),(2005,7,9,17,10),(2005,7,9,18,0),(2005,7,9,19,3),(2005,7,9,20,0),(2005,7,9,21,1),(2005,7,9,22,0),(2005,7,9,23,0),(2005,7,10,0,0),(2005,7,10,1,0),(2005,7,10,2,0),(2005,7,10,3,1),(2005,7,10,4,1),(2005,7,10,5,1),(2005,7,10,6,0),(2005,7,10,7,0),(2005,7,10,8,0),(2005,7,10,9,0),(2005,7,10,10,0),(2005,7,10,11,1),(2005,7,10,12,0),(2005,7,10,13,1),(2005,7,10,14,0),(2005,7,10,15,0),(2005,7,10,16,0),(2005,7,10,17,0),(2005,7,10,18,1),(2005,7,10,19,0),(2005,7,10,20,1),(2005,7,10,21,1),(2005,7,10,22,0),(2005,7,10,23,0),(2005,7,11,0,0),(2005,7,11,1,0),(2005,7,11,2,37),(2005,7,11,3,0),(2005,7,11,4,0),(2005,7,11,5,0),(2005,7,11,6,0),(2005,7,11,7,0),(2005,7,11,8,0),(2005,7,11,9,0),(2005,7,11,10,0),(2005,7,11,11,1),(2005,7,11,12,1),(2005,7,11,13,0),(2005,7,11,14,0),(2005,7,11,15,0),(2005,7,11,16,1),(2005,7,11,17,0),(2005,7,11,18,1),(2005,7,11,19,0),(2005,7,11,20,35),(2005,7,11,21,0),(2005,7,11,22,1),(2005,7,11,23,2),(2005,7,12,0,16),(2005,7,12,1,20),(2005,7,12,2,14),(2005,7,12,3,0),(2005,7,12,4,1),(2005,7,12,5,0),(2005,7,12,6,0),(2005,7,12,7,0),(2005,7,12,8,0),(2005,7,12,9,0),(2005,7,12,10,0),(2005,7,12,11,0),(2005,7,12,12,0),(2005,7,12,13,0),(2005,7,12,14,0),(2005,7,12,15,0),(2005,7,12,16,0),(2005,7,12,17,1),(2005,7,12,18,0),(2005,7,12,19,1),(2005,7,12,20,0),(2005,7,12,21,0),(2005,7,12,22,0),(2005,7,12,23,1),(2005,7,13,0,0),(2005,7,13,1,0),(2005,7,13,2,0),(2005,7,13,3,2),(2005,7,13,4,0),(2005,7,13,5,0),(2005,7,13,6,0),(2005,7,13,7,0),(2005,7,13,8,0),(2005,7,13,9,3),(2005,7,13,10,0),(2005,7,13,11,0),(2005,7,13,12,0),(2005,7,13,13,0),(2005,7,13,14,0),(2005,7,13,15,0),(2005,7,13,16,1),(2005,7,13,17,3),(2005,7,13,18,0),(2005,7,13,19,1),(2005,7,13,20,2),(2005,7,13,21,0),(2005,7,13,22,0),(2005,7,13,23,1),(2005,7,14,0,0),(2005,7,14,1,0),(2005,7,14,2,0),(2005,7,14,3,0),(2005,7,14,4,0),(2005,7,14,5,0),(2005,7,14,6,0),(2005,7,14,7,0),(2005,7,14,8,0),(2005,7,14,9,0),(2005,7,14,10,34),(2005,7,14,11,3),(2005,7,14,12,2),(2005,7,14,13,0),(2005,7,14,14,1),(2005,7,14,15,0),(2005,7,14,16,1),(2005,7,14,17,0),(2005,7,14,18,0),(2005,7,14,19,0),(2005,7,14,20,0),(2005,7,14,21,1),(2005,7,14,22,1),(2005,7,14,23,1),(2005,7,15,0,0),(2005,7,15,1,0),(2005,7,15,2,0),(2005,7,15,3,1),(2005,7,15,4,1),(2005,7,15,5,0),(2005,7,15,6,0),(2005,7,15,7,5),(2005,7,15,8,2),(2005,7,15,9,0),(2005,7,15,10,0),(2005,7,15,11,59),(2005,7,15,12,7),(2005,7,15,13,0),(2005,7,15,14,0),(2005,7,15,15,0),(2005,7,15,16,2),(2005,7,15,17,1),(2005,7,15,18,2),(2005,7,15,19,0),(2005,7,15,20,0),(2005,7,15,21,7),(2005,7,15,22,0),(2005,7,15,23,1),(2005,7,16,0,1),(2005,7,16,1,0),(2005,7,16,2,0),(2005,7,16,3,1),(2005,7,16,4,0),(2005,7,16,5,0),(2005,7,16,6,0),(2005,7,16,7,0),(2005,7,16,8,0),(2005,7,16,9,0),(2005,7,16,10,0),(2005,7,16,11,0),(2005,7,16,12,1),(2005,7,16,13,0),(2005,7,16,14,0),(2005,7,16,15,0),(2005,7,16,16,0),(2005,7,16,17,1),(2005,7,16,18,2),(2005,7,16,19,0),(2005,7,16,20,0),(2005,7,16,21,0),(2005,7,16,22,2),(2005,7,16,23,0),(2005,7,17,0,1),(2005,7,17,1,0),(2005,7,17,2,0),(2005,7,17,3,0),(2005,7,17,4,0),(2005,7,17,5,0),(2005,7,17,6,0),(2005,7,17,7,0),(2005,7,17,8,0),(2005,7,17,9,0),(2005,7,17,10,1),(2005,7,17,11,0),(2005,7,17,12,0),(2005,7,17,13,0),(2005,7,17,14,0),(2005,7,17,15,2),(2005,7,17,16,0),(2005,7,17,17,0),(2005,7,17,18,0),(2005,7,17,19,0),(2005,7,17,20,0),(2005,7,17,21,3),(2005,7,17,22,0),(2005,7,17,23,0),(2005,7,18,0,1),(2005,7,18,1,2),(2005,7,18,2,1),(2005,7,18,3,34),(2005,7,18,4,1),(2005,7,18,5,0),(2005,7,18,6,0),(2005,7,18,7,0),(2005,7,18,8,1),(2005,7,18,9,5),(2005,7,18,10,52),(2005,7,18,11,60),(2005,7,18,12,30),(2005,7,18,13,21),(2005,7,18,14,0),(2005,7,18,15,21),(2005,7,18,16,33),(2005,7,18,17,32),(2005,7,18,18,33),(2005,7,18,19,18),(2005,7,18,20,33),(2005,7,18,21,19),(2005,7,18,22,8),(2005,7,18,23,20),(2005,7,19,0,19),(2005,7,19,1,19),(2005,7,19,2,2),(2005,7,19,3,3),(2005,7,19,4,3),(2005,7,19,5,18),(2005,7,19,6,17),(2005,7,19,7,17),(2005,7,19,8,20),(2005,7,19,9,24),(2005,7,19,10,8),(2005,7,19,11,4),(2005,7,19,12,18),(2005,7,19,13,59),(2005,7,19,14,60),(2005,7,19,15,57),(2005,7,19,16,61),(2005,7,19,17,48),(2005,7,19,18,57),(2005,7,19,19,53),(2005,7,19,20,55),(2005,7,19,21,8),(2005,7,19,22,0),(2005,7,19,23,0),(2005,7,20,0,0),(2005,7,20,1,0),(2005,7,20,2,0),(2005,7,20,3,7),(2005,7,20,4,15),(2005,7,20,5,22),(2005,7,20,6,33),(2005,7,20,7,26),(2005,7,20,8,36),(2005,7,20,9,31),(2005,7,20,10,26),(2005,7,20,11,31),(2005,7,20,12,42),(2005,7,20,13,13),(2005,7,20,14,57),(2005,7,20,15,58),(2005,7,20,16,30),(2005,7,20,17,61),(2005,7,20,18,66),(2005,7,20,19,64),(2005,7,20,20,57),(2005,7,20,21,37),(2005,7,20,22,61),(2005,7,20,23,62),(2005,7,21,0,43),(2005,7,21,1,54),(2005,7,21,2,58),(2005,7,21,3,60),(2005,7,21,4,60),(2005,7,21,5,58),(2005,7,21,6,59),(2005,7,21,7,60),(2005,7,21,8,62),(2005,7,21,9,60),(2005,7,21,10,55),(2005,7,21,11,55),(2005,7,21,12,53),(2005,7,21,13,30),(2005,7,21,14,0),(2005,7,21,15,42),(2005,7,21,16,15),(2005,7,21,17,59),(2005,7,21,18,58),(2005,7,21,19,58),(2005,7,21,20,58),(2005,7,21,21,10),(2005,7,21,22,0),(2005,7,21,23,0),(2005,7,22,0,0),(2005,7,22,1,0),(2005,7,22,2,0),(2005,7,22,3,1),(2005,7,22,4,0),(2005,7,22,5,0),(2005,7,22,6,26),(2005,7,22,7,217),(2005,7,22,8,191),(2005,7,22,9,1),(2005,7,22,10,14),(2005,7,22,11,3),(2005,7,22,12,0),(2005,7,22,13,1),(2005,7,22,14,0),(2005,7,22,15,0),(2005,7,22,16,1),(2005,7,22,17,0),(2005,7,22,18,0),(2005,7,22,19,0),(2005,7,22,20,1),(2005,7,22,21,0),(2005,7,22,22,1),(2005,7,22,23,0),(2005,7,23,0,0),(2005,7,23,1,0),(2005,7,23,2,0),(2005,7,23,3,0),(2005,7,23,4,0),(2005,7,23,5,1),(2005,7,23,6,0),(2005,7,23,7,0),(2005,7,23,8,0),(2005,7,23,9,0),(2005,7,23,10,1),(2005,7,23,11,0),(2005,7,23,12,0),(2005,7,23,13,0),(2005,7,23,14,1),(2005,7,23,15,0),(2005,7,23,16,0),(2005,7,23,17,0),(2005,7,23,18,0),(2005,7,23,19,1),(2005,7,23,20,0),(2005,7,23,21,3),(2005,7,23,22,0),(2005,7,23,23,0),(2005,7,24,0,1),(2005,7,24,1,0),(2005,7,24,2,0),(2005,7,24,3,0),(2005,7,24,4,0),(2005,7,24,5,1),(2005,7,24,6,1),(2005,7,24,7,0),(2005,7,24,8,0),(2005,7,24,9,0),(2005,7,24,10,0),(2005,7,24,11,0),(2005,7,24,12,7),(2005,7,24,13,17),(2005,7,24,14,19),(2005,7,24,15,46),(2005,7,24,16,1),(2005,7,24,17,0),(2005,7,24,18,0),(2005,7,24,19,8),(2005,7,24,20,31),(2005,7,24,21,35),(2005,7,24,22,37),(2005,7,24,23,3),(2005,7,25,0,0),(2005,7,25,1,0),(2005,7,25,2,1),(2005,7,25,3,0),(2005,7,25,4,0),(2005,7,25,5,1),(2005,7,25,6,0),(2005,7,25,7,1),(2005,7,25,8,3),(2005,7,25,9,0),(2005,7,25,10,13),(2005,7,25,11,0),(2005,7,25,12,1),(2005,7,25,13,1),(2005,7,25,14,0),(2005,7,25,15,1),(2005,7,25,16,1),(2005,7,25,17,0),(2005,7,25,18,0),(2005,7,25,19,0),(2005,7,25,20,0),(2005,7,25,21,2),(2005,7,25,22,5),(2005,7,25,23,0),(2005,7,26,0,0),(2005,7,26,1,0),(2005,7,26,2,0),(2005,7,26,3,0),(2005,7,26,4,1),(2005,7,26,5,48),(2005,7,26,6,53),(2005,7,26,7,38),(2005,7,26,8,51),(2005,7,26,9,62),(2005,7,26,10,56),(2005,7,26,11,70),(2005,7,26,12,60),(2005,7,26,13,187),(2005,7,26,14,58),(2005,7,26,15,62),(2005,7,26,16,58),(2005,7,26,17,60),(2005,7,26,18,57),(2005,7,26,19,57),(2005,7,26,20,56),(2005,7,26,21,56),(2005,7,26,22,47),(2005,7,26,23,50),(2005,7,27,0,39),(2005,7,27,1,59),(2005,7,27,2,27),(2005,7,27,3,50),(2005,7,27,4,52),(2005,7,27,5,55),(2005,7,27,6,54),(2005,7,27,7,61),(2005,7,27,8,51),(2005,7,27,9,58),(2005,7,27,10,53),(2005,7,27,11,49),(2005,7,27,12,48),(2005,7,27,13,53),(2005,7,27,14,55),(2005,7,27,15,54),(2005,7,27,16,54),(2005,7,27,17,55),(2005,7,27,18,57),(2005,7,27,19,51),(2005,7,27,20,98),(2005,7,27,21,42),(2005,7,27,22,52),(2005,7,27,23,51),(2005,7,28,0,47),(2005,7,28,1,37),(2005,7,28,2,50),(2005,7,28,3,37),(2005,7,28,4,54),(2005,7,28,5,56),(2005,7,28,6,55),(2005,7,28,7,52),(2005,7,28,8,50),(2005,7,28,9,62),(2005,7,28,10,65),(2005,7,28,11,59),(2005,7,28,12,57),(2005,7,28,13,53),(2005,7,28,14,44),(2005,7,28,15,25),(2005,7,28,16,58),(2005,7,28,17,46),(2005,7,28,18,42),(2005,7,28,19,54),(2005,7,28,20,62),(2005,7,28,21,11),(2005,7,28,22,41),(2005,7,28,23,50),(2005,7,29,0,44),(2005,7,29,1,48),(2005,7,29,2,40),(2005,7,29,3,23),(2005,7,29,4,54),(2005,7,29,5,51),(2005,7,29,6,60),(2005,7,29,7,62),(2005,7,29,8,60),(2005,7,29,9,49),(2005,7,29,10,57),(2005,7,29,11,44),(2005,7,29,12,34),(2005,7,29,13,1),(2005,7,29,14,6),(2005,7,29,15,1),(2005,7,29,16,4),(2005,7,29,17,0),(2005,7,29,18,4),(2005,7,29,19,0),(2005,7,29,20,0),(2005,7,29,21,0),(2005,7,29,22,0),(2005,7,29,23,18),(2005,7,30,0,0),(2005,7,30,1,0),(2005,7,30,2,226),(2005,7,30,3,281),(2005,7,30,4,322),(2005,7,30,5,372),(2005,7,30,6,225),(2005,7,30,7,44),(2005,7,30,8,2),(2005,7,30,9,205),(2005,7,30,10,144),(2005,7,30,11,1),(2005,7,30,12,1),(2005,7,30,13,0),(2005,7,30,14,12),(2005,7,30,15,1),(2005,7,30,16,0),(2005,7,30,17,3),(2005,7,30,18,4),(2005,7,30,19,1),(2005,7,30,20,0),(2005,7,30,21,1),(2005,7,30,22,17),(2005,7,30,23,0),(2005,7,31,0,0),(2005,7,31,1,0),(2005,7,31,2,0),(2005,7,31,3,0),(2005,7,31,4,0),(2005,7,31,5,0),(2005,7,31,6,12),(2005,7,31,7,1),(2005,7,31,8,0),(2005,7,31,9,0),(2005,7,31,10,0),(2005,7,31,11,0),(2005,7,31,12,1),(2005,7,31,13,1),(2005,7,31,14,0),(2005,7,31,15,0),(2005,7,31,16,0),(2005,7,31,17,0),(2005,7,31,18,2),(2005,7,31,19,0),(2005,7,31,20,0),(2005,7,31,21,1),(2005,7,31,22,1),(2005,7,31,23,1),(2005,8,1,0,6),(2005,8,1,1,0),(2005,8,1,2,0),(2005,8,1,3,0),(2005,8,1,4,1),(2005,8,1,5,10),(2005,8,1,6,30),(2005,8,1,7,5),(2005,8,1,8,3),(2005,8,1,9,28),(2005,8,1,10,0),(2005,8,1,11,0),(2005,8,1,12,2),(2005,8,1,13,0),(2005,8,1,14,0),(2005,8,1,15,1),(2005,8,1,16,1),(2005,8,1,17,26),(2005,8,1,18,1),(2005,8,1,19,0),(2005,8,1,20,0),(2005,8,1,21,0),(2005,8,1,22,0),(2005,8,1,23,0),(2005,8,2,0,0),(2005,8,2,1,2),(2005,8,2,2,1),(2005,8,2,3,0),(2005,8,2,4,3),(2005,8,2,5,0),(2005,8,2,6,0),(2005,8,2,7,0),(2005,8,2,8,1),(2005,8,2,9,0),(2005,8,2,10,4),(2005,8,2,11,0),(2005,8,2,12,0),(2005,8,2,13,1),(2005,8,2,14,9),(2005,8,2,15,1),(2005,8,2,16,1),(2005,8,2,17,0),(2005,8,2,18,0),(2005,8,2,19,2),(2005,8,2,20,0),(2005,8,2,21,0),(2005,8,2,22,1),(2005,8,2,23,110),(2005,8,3,0,0),(2005,8,3,1,0),(2005,8,3,2,0),(2005,8,3,3,0),(2005,8,3,4,0),(2005,8,3,5,0),(2005,8,3,6,0),(2005,8,3,7,0),(2005,8,3,8,1),(2005,8,3,9,0),(2005,8,3,10,0),(2005,8,3,11,1),(2005,8,3,12,8),(2005,8,3,13,0),(2005,8,3,14,0),(2005,8,3,15,0),(2005,8,3,16,1),(2005,8,3,17,3),(2005,8,3,18,3),(2005,8,3,19,0),(2005,8,3,20,0),(2005,8,3,21,2),(2005,8,3,22,0),(2005,8,3,23,0),(2005,8,4,0,0),(2005,8,4,1,10),(2005,8,4,2,1),(2005,8,4,3,0),(2005,8,4,4,0),(2005,8,4,5,0),(2005,8,4,6,0),(2005,8,4,7,0),(2005,8,4,8,0),(2005,8,4,9,2),(2005,8,4,10,1),(2005,8,4,11,1),(2005,8,4,12,26),(2005,8,4,13,38),(2005,8,4,14,20),(2005,8,4,15,0),(2005,8,4,16,0),(2005,8,4,17,0),(2005,8,4,18,0),(2005,8,4,19,3),(2005,8,4,20,20),(2005,8,4,21,2),(2005,8,4,22,1),(2005,8,4,23,0),(2005,8,5,0,2),(2005,8,5,1,0),(2005,8,5,2,0),(2005,8,5,3,0),(2005,8,5,4,0),(2005,8,5,5,0),(2005,8,5,6,0),(2005,8,5,7,0),(2005,8,5,8,10),(2005,8,5,9,2),(2005,8,5,10,34),(2005,8,5,11,0),(2005,8,5,12,1),(2005,8,5,13,7),(2005,8,5,14,1),(2005,8,5,15,0),(2005,8,5,16,17),(2005,8,5,17,58),(2005,8,5,18,54),(2005,8,5,19,52),(2005,8,5,20,56),(2005,8,5,21,52),(2005,8,5,22,34),(2005,8,5,23,38),(2005,8,6,0,0),(2005,8,6,1,0),(2005,8,6,2,0),(2005,8,6,3,0),(2005,8,6,4,2),(2005,8,6,5,0),(2005,8,6,6,0),(2005,8,6,7,2),(2005,8,6,8,0),(2005,8,6,9,5),(2005,8,6,10,1),(2005,8,6,11,3),(2005,8,6,12,5),(2005,8,6,13,1),(2005,8,6,14,0),(2005,8,6,15,7),(2005,8,6,16,0),(2005,8,6,17,28),(2005,8,6,18,36),(2005,8,6,19,2),(2005,8,6,20,1),(2005,8,6,21,3),(2005,8,6,22,0),(2005,8,6,23,0),(2005,8,7,0,0),(2005,8,7,1,0),(2005,8,7,2,0),(2005,8,7,3,0),(2005,8,7,4,0),(2005,8,7,5,1),(2005,8,7,6,1),(2005,8,7,7,1),(2005,8,7,8,0),(2005,8,7,9,0),(2005,8,7,10,0),(2005,8,7,11,1),(2005,8,7,12,4),(2005,8,7,13,3),(2005,8,7,14,5),(2005,8,7,15,2),(2005,8,7,16,12),(2005,8,7,17,0),(2005,8,7,18,2),(2005,8,7,19,12),(2005,8,7,20,0),(2005,8,7,21,3),(2005,8,7,22,2),(2005,8,7,23,13),(2005,8,8,0,2),(2005,8,8,1,0),(2005,8,8,2,0),(2005,8,8,3,0),(2005,8,8,4,0),(2005,8,8,5,0),(2005,8,8,6,1),(2005,8,8,7,0),(2005,8,8,8,0),(2005,8,8,9,0),(2005,8,8,10,0),(2005,8,8,11,0),(2005,8,8,12,123),(2005,8,8,13,120),(2005,8,8,14,145),(2005,8,8,15,5),(2005,8,8,16,0),(2005,8,8,17,1),(2005,8,8,18,2),(2005,8,8,19,21),(2005,8,8,20,0),(2005,8,8,21,16),(2005,8,8,22,14),(2005,8,8,23,0),(2005,8,9,0,0),(2005,8,9,1,2),(2005,8,9,2,32),(2005,8,9,3,0),(2005,8,9,4,0),(2005,8,9,5,0),(2005,8,9,6,0),(2005,8,9,7,0),(2005,8,9,8,3),(2005,8,9,9,0),(2005,8,9,10,1),(2005,8,9,11,0),(2005,8,9,12,0),(2005,8,9,13,0),(2005,8,9,14,0),(2005,8,9,15,1),(2005,8,9,16,1),(2005,8,9,17,0),(2005,8,9,18,0),(2005,8,9,19,4),(2005,8,9,20,3),(2005,8,9,21,0),(2005,8,9,22,26),(2005,8,9,23,0),(2005,8,10,0,4),(2005,8,10,1,5),(2005,8,10,2,7),(2005,8,10,3,3),(2005,8,10,4,6),(2005,8,10,5,1),(2005,8,10,6,1),(2005,8,10,7,3),(2005,8,10,8,2),(2005,8,10,9,1),(2005,8,10,10,0),(2005,8,10,11,3),(2005,8,10,12,0),(2005,8,10,13,3),(2005,8,10,14,4),(2005,8,10,15,0),(2005,8,10,16,3),(2005,8,10,17,2),(2005,8,10,18,5),(2005,8,10,19,0),(2005,8,10,20,2),(2005,8,10,21,1),(2005,8,10,22,4),(2005,8,10,23,0),(2005,8,11,0,4),(2005,8,11,1,3),(2005,8,11,2,2),(2005,8,11,3,9),(2005,8,11,4,0),(2005,8,11,5,3),(2005,8,11,6,0),(2005,8,11,7,2),(2005,8,11,8,3),(2005,8,11,9,3),(2005,8,11,10,0),(2005,8,11,11,1),(2005,8,11,12,8),(2005,8,11,13,0),(2005,8,11,14,0),(2005,8,11,15,1),(2005,8,11,16,2),(2005,8,11,17,1),(2005,8,11,18,4),(2005,8,11,19,0),(2005,8,11,20,10),(2005,8,11,21,3),(2005,8,11,22,9),(2005,8,11,23,8),(2005,8,12,0,6),(2005,8,12,1,2),(2005,8,12,2,24),(2005,8,12,3,195),(2005,8,12,4,1),(2005,8,12,5,0),(2005,8,12,6,0),(2005,8,12,7,0),(2005,8,12,8,0),(2005,8,12,9,0),(2005,8,12,10,1),(2005,8,12,11,15),(2005,8,12,12,0),(2005,8,12,13,0),(2005,8,12,14,0),(2005,8,12,15,0),(2005,8,12,16,0),(2005,8,12,17,0),(2005,8,12,18,7),(2005,8,12,19,2),(2005,8,12,20,1),(2005,8,12,21,0),(2005,8,12,22,0),(2005,8,12,23,0),(2005,8,13,0,1),(2005,8,13,1,0),(2005,8,13,2,0),(2005,8,13,3,0),(2005,8,13,4,1),(2005,8,13,5,0),(2005,8,13,6,2),(2005,8,13,7,0),(2005,8,13,8,0),(2005,8,13,9,1),(2005,8,13,10,0),(2005,8,13,11,26),(2005,8,13,12,2),(2005,8,13,13,0),(2005,8,13,14,0),(2005,8,13,15,0),(2005,8,13,16,0),(2005,8,13,17,0),(2005,8,13,18,0),(2005,8,13,19,0),(2005,8,13,20,0),(2005,8,13,21,0),(2005,8,13,22,0),(2005,8,13,23,2),(2005,8,14,0,0),(2005,8,14,1,0),(2005,8,14,2,0),(2005,8,14,3,0),(2005,8,14,4,0),(2005,8,14,5,0),(2005,8,14,6,0),(2005,8,14,7,0),(2005,8,14,8,0),(2005,8,14,9,0),(2005,8,14,10,0),(2005,8,14,11,0),(2005,8,14,12,0),(2005,8,14,13,0),(2005,8,14,14,2),(2005,8,14,15,0),(2005,8,14,16,0),(2005,8,14,17,0),(2005,8,14,18,0),(2005,8,14,19,0),(2005,8,14,20,0),(2005,8,14,21,8),(2005,8,14,22,0),(2005,8,14,23,0),(2005,8,15,0,2),(2005,8,15,1,0),(2005,8,15,2,0),(2005,8,15,3,1),(2005,8,15,4,0),(2005,8,15,5,0),(2005,8,15,6,0),(2005,8,15,7,0),(2005,8,15,8,0),(2005,8,15,9,0),(2005,8,15,10,29),(2005,8,15,11,9),(2005,8,15,12,0),(2005,8,15,13,0),(2005,8,15,14,0),(2005,8,15,15,1),(2005,8,15,16,1),(2005,8,15,17,0),(2005,8,15,18,24),(2005,8,15,19,1),(2005,8,15,20,0),(2005,8,15,21,12),(2005,8,15,22,12),(2005,8,15,23,18),(2005,8,16,0,59),(2005,8,16,1,13),(2005,8,16,2,2),(2005,8,16,3,22),(2005,8,16,4,17),(2005,8,16,5,58),(2005,8,16,6,56),(2005,8,16,7,54),(2005,8,16,8,15),(2005,8,16,9,52),(2005,8,16,10,52),(2005,8,16,11,52),(2005,8,16,12,14),(2005,8,16,13,115),(2005,8,16,14,61),(2005,8,16,15,66),(2005,8,16,16,57),(2005,8,16,17,53),(2005,8,16,18,14),(2005,8,16,19,52),(2005,8,16,20,77),(2005,8,16,21,67),(2005,8,16,22,72),(2005,8,16,23,61),(2005,8,17,0,67),(2005,8,17,1,49),(2005,8,17,2,50),(2005,8,17,3,57),(2005,8,17,4,44),(2005,8,17,5,42),(2005,8,17,6,47),(2005,8,17,7,48),(2005,8,17,8,44),(2005,8,17,9,48),(2005,8,17,10,45),(2005,8,17,11,69),(2005,8,17,12,45),(2005,8,17,13,37),(2005,8,17,14,44),(2005,8,17,15,45),(2005,8,17,16,35),(2005,8,17,17,9),(2005,8,17,18,75),(2005,8,17,19,46),(2005,8,17,20,40),(2005,8,17,21,45),(2005,8,17,22,53),(2005,8,17,23,51),(2005,8,18,0,52),(2005,8,18,1,52),(2005,8,18,2,49),(2005,8,18,3,54),(2005,8,18,4,52),(2005,8,18,5,54),(2005,8,18,6,59),(2005,8,18,7,59),(2005,8,18,8,58),(2005,8,18,9,59),(2005,8,18,10,56),(2005,8,18,11,57),(2005,8,18,12,43),(2005,8,18,13,76),(2005,8,18,14,51),(2005,8,18,15,52),(2005,8,18,16,55),(2005,8,18,17,55),(2005,8,18,18,55),(2005,8,18,19,63),(2005,8,18,20,58),(2005,8,18,21,56),(2005,8,18,22,60),(2005,8,18,23,58),(2005,8,19,0,54),(2005,8,19,1,54),(2005,8,19,2,53),(2005,8,19,3,54),(2005,8,19,4,56),(2005,8,19,5,59),(2005,8,19,6,58),(2005,8,19,7,57),(2005,8,19,8,57),(2005,8,19,9,54),(2005,8,19,10,59),(2005,8,19,11,114),(2005,8,19,12,57),(2005,8,19,13,57),(2005,8,19,14,53),(2005,8,19,15,44),(2005,8,19,16,35),(2005,8,19,17,38),(2005,8,19,18,51),(2005,8,19,19,49),(2005,8,19,20,52),(2005,8,19,21,55),(2005,8,19,22,51),(2005,8,19,23,51),(2005,8,20,0,50),(2005,8,20,1,47),(2005,8,20,2,41),(2005,8,20,3,20),(2005,8,20,4,53),(2005,8,20,5,45),(2005,8,20,6,45),(2005,8,20,7,45),(2005,8,20,8,45),(2005,8,20,9,43),(2005,8,20,10,45),(2005,8,20,11,45),(2005,8,20,12,36),(2005,8,20,13,40),(2005,8,20,14,43),(2005,8,20,15,36),(2005,8,20,16,40),(2005,8,20,17,12),(2005,8,20,18,25),(2005,8,20,19,37),(2005,8,20,20,7),(2005,8,20,21,0),(2005,8,20,22,0),(2005,8,20,23,0),(2005,8,21,0,1),(2005,8,21,1,1),(2005,8,21,2,0),(2005,8,21,3,0),(2005,8,21,4,0),(2005,8,21,5,1),(2005,8,21,6,0),(2005,8,21,7,0),(2005,8,21,8,0),(2005,8,21,9,0),(2005,8,21,10,0),(2005,8,21,11,0),(2005,8,21,12,0),(2005,8,21,13,0),(2005,8,21,14,0),(2005,8,21,15,0),(2005,8,21,16,2),(2005,8,21,17,0),(2005,8,21,18,1),(2005,8,21,19,0),(2005,8,21,20,0),(2005,8,21,21,1),(2005,8,21,22,0),(2005,8,21,23,0),(2005,8,22,0,0),(2005,8,22,1,0),(2005,8,22,2,0),(2005,8,22,3,0),(2005,8,22,4,0),(2005,8,22,5,2),(2005,8,22,6,0),(2005,8,22,7,0),(2005,8,22,8,1),(2005,8,22,9,5),(2005,8,22,10,0),(2005,8,22,11,2),(2005,8,22,12,1),(2005,8,22,13,0),(2005,8,22,14,0),(2005,8,22,15,1),(2005,8,22,16,0),(2005,8,22,17,1),(2005,8,22,18,0),(2005,8,22,19,1),(2005,8,22,20,0),(2005,8,22,21,0),(2005,8,22,22,0),(2005,8,22,23,0),(2005,8,23,0,1),(2005,8,23,1,1),(2005,8,23,2,0),(2005,8,23,3,0),(2005,8,23,4,0),(2005,8,23,5,0),(2005,8,23,6,26),(2005,8,23,7,0),(2005,8,23,8,0),(2005,8,23,9,0),(2005,8,23,10,0),(2005,8,23,11,0),(2005,8,23,12,0),(2005,8,23,13,1),(2005,8,23,14,1),(2005,8,23,15,13),(2005,8,23,16,0),(2005,8,23,17,0),(2005,8,23,18,0),(2005,8,23,19,4),(2005,8,23,20,2),(2005,8,23,21,2),(2005,8,23,22,1),(2005,8,23,23,1),(2005,8,24,0,0),(2005,8,24,1,0),(2005,8,24,2,0),(2005,8,24,3,1),(2005,8,24,4,0),(2005,8,24,5,10),(2005,8,24,6,18),(2005,8,24,7,0),(2005,8,24,8,0),(2005,8,24,9,0),(2005,8,24,10,0),(2005,8,24,11,1),(2005,8,24,12,0),(2005,8,24,13,0),(2005,8,24,14,12),(2005,8,24,15,31),(2005,8,24,16,0),(2005,8,24,17,0),(2005,8,24,18,2),(2005,8,24,19,0),(2005,8,24,20,0),(2005,8,24,21,0),(2005,8,24,22,1),(2005,8,24,23,0),(2005,8,25,0,0),(2005,8,25,1,0),(2005,8,25,2,0),(2005,8,25,3,0),(2005,8,25,4,2),(2005,8,25,5,1),(2005,8,25,6,4),(2005,8,25,7,1),(2005,8,25,8,0),(2005,8,25,9,1),(2005,8,25,10,0),(2005,8,25,11,0),(2005,8,25,12,1),(2005,8,25,13,8),(2005,8,25,14,0),(2005,8,25,15,0),(2005,8,25,16,0),(2005,8,25,17,0),(2005,8,25,18,1),(2005,8,25,19,0),(2005,8,25,20,0),(2005,8,25,21,0),(2005,8,25,22,0),(2005,8,25,23,0),(2005,8,26,0,0),(2005,8,26,1,0),(2005,8,26,2,0),(2005,8,26,3,0),(2005,8,26,4,0),(2005,8,26,5,1),(2005,8,26,6,1),(2005,8,26,7,0),(2005,8,26,8,0),(2005,8,26,9,1),(2005,8,26,10,2),(2005,8,26,11,2),(2005,8,26,12,1),(2005,8,26,13,0),(2005,8,26,14,1),(2005,8,26,15,0),(2005,8,26,16,1),(2005,8,26,17,0),(2005,8,26,18,0),(2005,8,26,19,0),(2005,8,26,20,0),(2005,8,26,21,0),(2005,8,26,22,0),(2005,8,26,23,0),(2005,8,27,0,0),(2005,8,27,1,0),(2005,8,27,2,0),(2005,8,27,3,2),(2005,8,27,4,1),(2005,8,27,5,0),(2005,8,27,6,0),(2005,8,27,7,0),(2005,8,27,8,4),(2005,8,27,9,0),(2005,8,27,10,1),(2005,8,27,11,0),(2005,8,27,12,8),(2005,8,27,13,14),(2005,8,27,14,0),(2005,8,27,15,0),(2005,8,27,16,1),(2005,8,27,17,0),(2005,8,27,18,0),(2005,8,27,19,0),(2005,8,27,20,1),(2005,8,27,21,0),(2005,8,27,22,3),(2005,8,27,23,1),(2005,8,28,0,0),(2005,8,28,1,0),(2005,8,28,2,0),(2005,8,28,3,0),(2005,8,28,4,0),(2005,8,28,5,0),(2005,8,28,6,0),(2005,8,28,7,0),(2005,8,28,8,0),(2005,8,28,9,0),(2005,8,28,10,1),(2005,8,28,11,0),(2005,8,28,12,0),(2005,8,28,13,0),(2005,8,28,14,0),(2005,8,28,15,0),(2005,8,28,16,0),(2005,8,28,17,0),(2005,8,28,18,1),(2005,8,28,19,0),(2005,8,28,20,0),(2005,8,28,21,0),(2005,8,28,22,0),(2005,8,28,23,0),(2005,8,29,0,0),(2005,8,29,1,0),(2005,8,29,2,1),(2005,8,29,3,0),(2005,8,29,4,0),(2005,8,29,5,1),(2005,8,29,6,0),(2005,8,29,7,0),(2005,8,29,8,0),(2005,8,29,9,0),(2005,8,29,10,2),(2005,8,29,11,0),(2005,8,29,12,2),(2005,8,29,13,0),(2005,8,29,14,0),(2005,8,29,15,0),(2005,8,29,16,0),(2005,8,29,17,0),(2005,8,29,18,0),(2005,8,29,19,0),(2005,8,29,20,0),(2005,8,29,21,0),(2005,8,29,22,1),(2005,8,29,23,0),(2005,8,30,0,0),(2005,8,30,1,0),(2005,8,30,2,1),(2005,8,30,3,0),(2005,8,30,4,1),(2005,8,30,5,0),(2005,8,30,6,0),(2005,8,30,7,19),(2005,8,30,8,36),(2005,8,30,9,50),(2005,8,30,10,2),(2005,8,30,11,1),(2005,8,30,12,1),(2005,8,30,13,0),(2005,8,30,14,2),(2005,8,30,15,0),(2005,8,30,16,0),(2005,8,30,17,0),(2005,8,30,18,0),(2005,8,30,19,1),(2005,8,30,20,0),(2005,8,30,21,0),(2005,8,30,22,0),(2005,8,30,23,0),(2005,8,31,0,0),(2005,8,31,1,2),(2005,8,31,2,26),(2005,8,31,3,56),(2005,8,31,4,61),(2005,8,31,5,60),(2005,8,31,6,60),(2005,8,31,7,58),(2005,8,31,8,74),(2005,8,31,9,56),(2005,8,31,10,58),(2005,8,31,11,64),(2005,8,31,12,17),(2005,8,31,13,0),(2005,8,31,14,0),(2005,8,31,15,0),(2005,8,31,16,0),(2005,8,31,17,35),(2005,8,31,18,30),(2005,8,31,19,0),(2005,8,31,20,1),(2005,8,31,21,0),(2005,8,31,22,0),(2005,8,31,23,0),(2005,9,1,0,1),(2005,9,1,1,37),(2005,9,1,2,9),(2005,9,1,3,46),(2005,9,1,4,56),(2005,9,1,5,28),(2005,9,1,6,0),(2005,9,1,7,0),(2005,9,1,8,48),(2005,9,1,9,0),(2005,9,1,10,1),(2005,9,1,11,2),(2005,9,1,12,0),(2005,9,1,13,0),(2005,9,1,14,0),(2005,9,1,15,1),(2005,9,1,16,0),(2005,9,1,17,0),(2005,9,1,18,0),(2005,9,1,19,0),(2005,9,1,20,0),(2005,9,1,21,8),(2005,9,1,22,0),(2005,9,1,23,1),(2005,9,2,0,1),(2005,9,2,1,1),(2005,9,2,2,0),(2005,9,2,3,1),(2005,9,2,4,0),(2005,9,2,5,0),(2005,9,2,6,0),(2005,9,2,7,0),(2005,9,2,8,0),(2005,9,2,9,0),(2005,9,2,10,0),(2005,9,2,11,0),(2005,9,2,12,0),(2005,9,2,13,0),(2005,9,2,14,0),(2005,9,2,15,0),(2005,9,2,16,1),(2005,9,2,17,994),(2005,9,2,18,0),(2005,9,2,19,0),(2005,9,2,20,0),(2005,9,2,21,0),(2005,9,2,22,0),(2005,9,2,23,1),(2005,9,3,0,0),(2005,9,3,1,1),(2005,9,3,2,0),(2005,9,3,3,1),(2005,9,3,4,2),(2005,9,3,5,0),(2005,9,3,6,1),(2005,9,3,7,8),(2005,9,3,8,1),(2005,9,3,9,1),(2005,9,3,10,0),(2005,9,3,11,0),(2005,9,3,12,0),(2005,9,3,13,3),(2005,9,3,14,0),(2005,9,3,15,0),(2005,9,3,16,0),(2005,9,3,17,0),(2005,9,3,18,0),(2005,9,3,19,0),(2005,9,3,20,0),(2005,9,3,21,0),(2005,9,3,22,1),(2005,9,3,23,0),(2005,9,4,0,0),(2005,9,4,1,0),(2005,9,4,2,0),(2005,9,4,3,2),(2005,9,4,4,0),(2005,9,4,5,0),(2005,9,4,6,10),(2005,9,4,7,0),(2005,9,4,8,0),(2005,9,4,9,0),(2005,9,4,10,6),(2005,9,4,11,4),(2005,9,4,12,0),(2005,9,4,13,0),(2005,9,4,14,0),(2005,9,4,15,4),(2005,9,4,16,0),(2005,9,4,17,0),(2005,9,4,18,19),(2005,9,4,19,22),(2005,9,4,20,15),(2005,9,4,21,1),(2005,9,4,22,0),(2005,9,4,23,0),(2005,9,5,0,1),(2005,9,5,1,0),(2005,9,5,2,0),(2005,9,5,3,0),(2005,9,5,4,0),(2005,9,5,5,1),(2005,9,5,6,0),(2005,9,5,7,0),(2005,9,5,8,0),(2005,9,5,9,0),(2005,9,5,10,0),(2005,9,5,11,25),(2005,9,5,12,1),(2005,9,5,13,3),(2005,9,5,14,0),(2005,9,5,15,1),(2005,9,5,16,0),(2005,9,5,17,0),(2005,9,5,18,0),(2005,9,5,19,0),(2005,9,5,20,1),(2005,9,5,21,1),(2005,9,5,22,1),(2005,9,5,23,0),(2005,9,6,0,0),(2005,9,6,1,0),(2005,9,6,2,0),(2005,9,6,3,1),(2005,9,6,4,0),(2005,9,6,5,1),(2005,9,6,6,0),(2005,9,6,7,1),(2005,9,6,8,0),(2005,9,6,9,0),(2005,9,6,10,2),(2005,9,6,11,0),(2005,9,6,12,1),(2005,9,6,13,1),(2005,9,6,14,0),(2005,9,6,15,1),(2005,9,6,16,0),(2005,9,6,17,4),(2005,9,6,18,0),(2005,9,6,19,1),(2005,9,6,20,3),(2005,9,6,21,0),(2005,9,6,22,1),(2005,9,6,23,0),(2005,9,7,0,0),(2005,9,7,1,0),(2005,9,7,2,0),(2005,9,7,3,0),(2005,9,7,4,0),(2005,9,7,5,0),(2005,9,7,6,0),(2005,9,7,7,1),(2005,9,7,8,0),(2005,9,7,9,0),(2005,9,7,10,5),(2005,9,7,11,0),(2005,9,7,12,0),(2005,9,7,13,2),(2005,9,7,14,3),(2005,9,7,15,1),(2005,9,7,16,0),(2005,9,7,17,1),(2005,9,7,18,1),(2005,9,7,19,0),(2005,9,7,20,16),(2005,9,7,21,0),(2005,9,7,22,0),(2005,9,7,23,0),(2005,9,8,0,0),(2005,9,8,1,1),(2005,9,8,2,0),(2005,9,8,3,1),(2005,9,8,4,0),(2005,9,8,5,0),(2005,9,8,6,0),(2005,9,8,7,13),(2005,9,8,8,50),(2005,9,8,9,58),(2005,9,8,10,56),(2005,9,8,11,54),(2005,9,8,12,86),(2005,9,8,13,47),(2005,9,8,14,48),(2005,9,8,15,51),(2005,9,8,16,51),(2005,9,8,17,48),(2005,9,8,18,48),(2005,9,8,19,47),(2005,9,8,20,32),(2005,9,8,21,37),(2005,9,8,22,18),(2005,9,8,23,17),(2005,9,9,0,25),(2005,9,9,1,32),(2005,9,9,2,46),(2005,9,9,3,49),(2005,9,9,4,51),(2005,9,9,5,49),(2005,9,9,6,49),(2005,9,9,7,47),(2005,9,9,8,45),(2005,9,9,9,47),(2005,9,9,10,36),(2005,9,9,11,0),(2005,9,9,12,0),(2005,9,9,13,15),(2005,9,9,14,53),(2005,9,9,15,51),(2005,9,9,16,51),(2005,9,9,17,52),(2005,9,9,18,51),(2005,9,9,19,75),(2005,9,9,20,39),(2005,9,9,21,56),(2005,9,9,22,59),(2005,9,9,23,53),(2005,9,10,0,57),(2005,9,10,1,48),(2005,9,10,2,49),(2005,9,10,3,53),(2005,9,10,4,48),(2005,9,10,5,53),(2005,9,10,6,51),(2005,9,10,7,51),(2005,9,10,8,51),(2005,9,10,9,53),(2005,9,10,10,57),(2005,9,10,11,53),(2005,9,10,12,57),(2005,9,10,13,51),(2005,9,10,14,50),(2005,9,10,15,48),(2005,9,10,16,43),(2005,9,10,17,48),(2005,9,10,18,52),(2005,9,10,19,50),(2005,9,10,20,28),(2005,9,10,21,41),(2005,9,10,22,24),(2005,9,10,23,7),(2005,9,11,0,2),(2005,9,11,1,38),(2005,9,11,2,52),(2005,9,11,3,56),(2005,9,11,4,54),(2005,9,11,5,50),(2005,9,11,6,51),(2005,9,11,7,50),(2005,9,11,8,52),(2005,9,11,9,50),(2005,9,11,10,53),(2005,9,11,11,48),(2005,9,11,12,50),(2005,9,11,13,49),(2005,9,11,14,50),(2005,9,11,15,47),(2005,9,11,16,46),(2005,9,11,17,47),(2005,9,11,18,47),(2005,9,11,19,48),(2005,9,11,20,33),(2005,9,11,21,47),(2005,9,11,22,48),(2005,9,11,23,39),(2005,9,12,0,36),(2005,9,12,1,46),(2005,9,12,2,56),(2005,9,12,3,49),(2005,9,12,4,51),(2005,9,12,5,52),(2005,9,12,6,46),(2005,9,12,7,47),(2005,9,12,8,39),(2005,9,12,9,36),(2005,9,12,10,55),(2005,9,12,11,46),(2005,9,12,12,8),(2005,9,12,13,0),(2005,9,12,14,0),(2005,9,12,15,0),(2005,9,12,16,0),(2005,9,12,17,0),(2005,9,12,18,27),(2005,9,12,19,0),(2005,9,12,20,3),(2005,9,12,21,5),(2005,9,12,22,0),(2005,9,12,23,0),(2005,9,13,0,3),(2005,9,13,1,0),(2005,9,13,2,1),(2005,9,13,3,0),(2005,9,13,4,0),(2005,9,13,5,0),(2005,9,13,6,0),(2005,9,13,7,1),(2005,9,13,8,1),(2005,9,13,9,0),(2005,9,13,10,1),(2005,9,13,11,0),(2005,9,13,12,45),(2005,9,13,13,1),(2005,9,13,14,4),(2005,9,13,15,5),(2005,9,13,16,0),(2005,9,13,17,0),(2005,9,13,18,0),(2005,9,13,19,26),(2005,9,13,20,0),(2005,9,13,21,0),(2005,9,13,22,0),(2005,9,13,23,0),(2005,9,14,0,11),(2005,9,14,1,0),(2005,9,14,2,0),(2005,9,14,3,0),(2005,9,14,4,0),(2005,9,14,5,0),(2005,9,14,6,0),(2005,9,14,7,0),(2005,9,14,8,0),(2005,9,14,9,0),(2005,9,14,10,0),(2005,9,14,11,7),(2005,9,14,12,0),(2005,9,14,13,1),(2005,9,14,14,0),(2005,9,14,15,0),(2005,9,14,16,0),(2005,9,14,17,0),(2005,9,14,18,0),(2005,9,14,19,0),(2005,9,14,20,0),(2005,9,14,21,1),(2005,9,14,22,0),(2005,9,14,23,0),(2005,9,15,0,0),(2005,9,15,1,1),(2005,9,15,2,0),(2005,9,15,3,0),(2005,9,15,4,2),(2005,9,15,5,0),(2005,9,15,6,0),(2005,9,15,7,0),(2005,9,15,8,0),(2005,9,15,9,1),(2005,9,15,10,2),(2005,9,15,11,1),(2005,9,15,12,0),(2005,9,15,13,10),(2005,9,15,14,0),(2005,9,15,15,1),(2005,9,15,16,0),(2005,9,15,17,0),(2005,9,15,18,0),(2005,9,15,19,6),(2005,9,15,20,0),(2005,9,15,21,0),(2005,9,15,22,0),(2005,9,15,23,0),(2005,9,16,0,0),(2005,9,16,1,0),(2005,9,16,2,0),(2005,9,16,3,0),(2005,9,16,4,0),(2005,9,16,5,1),(2005,9,16,6,0),(2005,9,16,7,0),(2005,9,16,8,0),(2005,9,16,9,0),(2005,9,16,10,0),(2005,9,16,11,0),(2005,9,16,12,2),(2005,9,16,13,0),(2005,9,16,14,0),(2005,9,16,15,1),(2005,9,16,16,1),(2005,9,16,17,0),(2005,9,16,18,0),(2005,9,16,19,0),(2005,9,16,20,6),(2005,9,16,21,7),(2005,9,16,22,0),(2005,9,16,23,0),(2005,9,17,0,0),(2005,9,17,1,0),(2005,9,17,2,0),(2005,9,17,3,0),(2005,9,17,4,1),(2005,9,17,5,0),(2005,9,17,6,0),(2005,9,17,7,1),(2005,9,17,8,0),(2005,9,17,9,0),(2005,9,17,10,7),(2005,9,17,11,0),(2005,9,17,12,12),(2005,9,17,13,0),(2005,9,17,14,0),(2005,9,17,15,0),(2005,9,17,16,2),(2005,9,17,17,0),(2005,9,17,18,0),(2005,9,17,19,0),(2005,9,17,20,0),(2005,9,17,21,0),(2005,9,17,22,0),(2005,9,17,23,0),(2005,9,18,0,0),(2005,9,18,1,0),(2005,9,18,2,0),(2005,9,18,3,0),(2005,9,18,4,0),(2005,9,18,5,0),(2005,9,18,6,5),(2005,9,18,7,0),(2005,9,18,8,0),(2005,9,18,9,3),(2005,9,18,10,0),(2005,9,18,11,0),(2005,9,18,12,1),(2005,9,18,13,0),(2005,9,18,14,0),(2005,9,18,15,1),(2005,9,18,16,1),(2005,9,18,17,0),(2005,9,18,18,0),(2005,9,18,19,0),(2005,9,18,20,0),(2005,9,18,21,0),(2005,9,18,22,0),(2005,9,18,23,0),(2005,9,19,0,0),(2005,9,19,1,0),(2005,9,19,2,0),(2005,9,19,3,1),(2005,9,19,4,0),(2005,9,19,5,0),(2005,9,19,6,1),(2005,9,19,7,0),(2005,9,19,8,0),(2005,9,19,9,0),(2005,9,19,10,2),(2005,9,19,11,5),(2005,9,19,12,0),(2005,9,19,13,0),(2005,9,19,14,8),(2005,9,19,15,123),(2005,9,19,16,52),(2005,9,19,17,0),(2005,9,19,18,0),(2005,9,19,19,0),(2005,9,19,20,1),(2005,9,19,21,4),(2005,9,19,22,0),(2005,9,19,23,0),(2005,9,20,0,0),(2005,9,20,1,0),(2005,9,20,2,0),(2005,9,20,3,0),(2005,9,20,4,0),(2005,9,20,5,0),(2005,9,20,6,1),(2005,9,20,7,0),(2005,9,20,8,0),(2005,9,20,9,0),(2005,9,20,10,1),(2005,9,20,11,1),(2005,9,20,12,0),(2005,9,20,13,15),(2005,9,20,14,4),(2005,9,20,15,2),(2005,9,20,16,2),(2005,9,20,17,0),(2005,9,20,18,0),(2005,9,20,19,0),(2005,9,20,20,0),(2005,9,20,21,0),(2005,9,20,22,0),(2005,9,20,23,13),(2005,9,21,0,0),(2005,9,21,1,1),(2005,9,21,2,1),(2005,9,21,3,0),(2005,9,21,4,0),(2005,9,21,5,0),(2005,9,21,6,16),(2005,9,21,7,1),(2005,9,21,8,1),(2005,9,21,9,1),(2005,9,21,10,5),(2005,9,21,11,2),(2005,9,21,12,0),(2005,9,21,13,0),(2005,9,21,14,0),(2005,9,21,15,17),(2005,9,21,16,27),(2005,9,21,17,3),(2005,9,21,18,7),(2005,9,21,19,4),(2005,9,21,20,3),(2005,9,21,21,4),(2005,9,21,22,1),(2005,9,21,23,0),(2005,9,22,0,1),(2005,9,22,1,0),(2005,9,22,2,0),(2005,9,22,3,0),(2005,9,22,4,0),(2005,9,22,5,2),(2005,9,22,6,0),(2005,9,22,7,0),(2005,9,22,8,0),(2005,9,22,9,1),(2005,9,22,10,0),(2005,9,22,11,10),(2005,9,22,12,0),(2005,9,22,13,0),(2005,9,22,14,0),(2005,9,22,15,2),(2005,9,22,16,0),(2005,9,22,17,0),(2005,9,22,18,0),(2005,9,22,19,0),(2005,9,22,20,1),(2005,9,22,21,0),(2005,9,22,22,0),(2005,9,22,23,0),(2005,9,23,0,0),(2005,9,23,1,0),(2005,9,23,2,0),(2005,9,23,3,0),(2005,9,23,4,0),(2005,9,23,5,0),(2005,9,23,6,1),(2005,9,23,7,1),(2005,9,23,8,0),(2005,9,23,9,0),(2005,9,23,10,1),(2005,9,23,11,1),(2005,9,23,12,1),(2005,9,23,13,0),(2005,9,23,14,0),(2005,9,23,15,0),(2005,9,23,16,0),(2005,9,23,17,0),(2005,9,23,18,0),(2005,9,23,19,0),(2005,9,23,20,0),(2005,9,23,21,0),(2005,9,23,22,3),(2005,9,23,23,2),(2005,9,24,0,0),(2005,9,24,1,0),(2005,9,24,2,0),(2005,9,24,3,0),(2005,9,24,4,0),(2005,9,24,5,1),(2005,9,24,6,0),(2005,9,24,7,0),(2005,9,24,8,0),(2005,9,24,9,0),(2005,9,24,10,0),(2005,9,24,11,0),(2005,9,24,12,7),(2005,9,24,13,1),(2005,9,24,14,21),(2005,9,24,15,0),(2005,9,24,16,0),(2005,9,24,17,1),(2005,9,24,18,3),(2005,9,24,19,1),(2005,9,24,20,0),(2005,9,24,21,0),(2005,9,24,22,1),(2005,9,24,23,0),(2005,9,25,0,0),(2005,9,25,1,1),(2005,9,25,2,2),(2005,9,25,3,0),(2005,9,25,4,0),(2005,9,25,5,0),(2005,9,25,6,0),(2005,9,25,7,0),(2005,9,25,8,0),(2005,9,25,9,0),(2005,9,25,10,0),(2005,9,25,11,0),(2005,9,25,12,0),(2005,9,25,13,0),(2005,9,25,14,0),(2005,9,25,15,0),(2005,9,25,16,0),(2005,9,25,17,0),(2005,9,25,18,0),(2005,9,25,19,3),(2005,9,25,20,0),(2005,9,25,21,0),(2005,9,25,22,0),(2005,9,25,23,0),(2005,9,26,0,1),(2005,9,26,1,0),(2005,9,26,2,0),(2005,9,26,3,0),(2005,9,26,4,1),(2005,9,26,5,0),(2005,9,26,6,0),(2005,9,26,7,0),(2005,9,26,8,1),(2005,9,26,9,0),(2005,9,26,10,0),(2005,9,26,11,0),(2005,9,26,12,0),(2005,9,26,13,0),(2005,9,26,14,0),(2005,9,26,15,0),(2005,9,26,16,24),(2005,9,26,17,1),(2005,9,26,18,1),(2005,9,26,19,1),(2005,9,26,20,1),(2005,9,26,21,0),(2005,9,26,22,1),(2005,9,26,23,0),(2005,9,27,0,0),(2005,9,27,1,0),(2005,9,27,2,1),(2005,9,27,3,0),(2005,9,27,4,0),(2005,9,27,5,0),(2005,9,27,6,3),(2005,9,27,7,3),(2005,9,27,8,8),(2005,9,27,9,17),(2005,9,27,10,5),(2005,9,27,11,3),(2005,9,27,12,6),(2005,9,27,13,4),(2005,9,27,14,3),(2005,9,27,15,0),(2005,9,27,16,0),(2005,9,27,17,0),(2005,9,27,18,0),(2005,9,27,19,149),(2005,9,27,20,1),(2005,9,27,21,3),(2005,9,27,22,1),(2005,9,27,23,0),(2005,9,28,0,0),(2005,9,28,1,0),(2005,9,28,2,1),(2005,9,28,3,0),(2005,9,28,4,1),(2005,9,28,5,0),(2005,9,28,6,2),(2005,9,28,7,0),(2005,9,28,8,0),(2005,9,28,9,0),(2005,9,28,10,2),(2005,9,28,11,0),(2005,9,28,12,0),(2005,9,28,13,0),(2005,9,28,14,0),(2005,9,28,15,0),(2005,9,28,16,0),(2005,9,28,17,0),(2005,9,28,18,4),(2005,9,28,19,0),(2005,9,28,20,0),(2005,9,28,21,0),(2005,9,28,22,0),(2005,9,28,23,0),(2005,9,29,0,0),(2005,9,29,1,0),(2005,9,29,2,0),(2005,9,29,3,1),(2005,9,29,4,0),(2005,9,29,5,0),(2005,9,29,6,0),(2005,9,29,7,2),(2005,9,29,8,0),(2005,9,29,9,1),(2005,9,29,10,0),(2005,9,29,11,0),(2005,9,29,12,8),(2005,9,29,13,4),(2005,9,29,14,1),(2005,9,29,15,7),(2005,9,29,16,4),(2005,9,29,17,5),(2005,9,29,18,2),(2005,9,29,19,1),(2005,9,29,20,2),(2005,9,29,21,5),(2005,9,29,22,2),(2005,9,29,23,11),(2005,9,30,0,0),(2005,9,30,1,0),(2005,9,30,2,1),(2005,9,30,3,0),(2005,9,30,4,0),(2005,9,30,5,0),(2005,9,30,6,0),(2005,9,30,7,2),(2005,9,30,8,0),(2005,9,30,9,11),(2005,9,30,10,0),(2005,9,30,11,1),(2005,9,30,12,0),(2005,9,30,13,17),(2005,9,30,14,50),(2005,9,30,15,55),(2005,9,30,16,60),(2005,9,30,17,54),(2005,9,30,18,57),(2005,9,30,19,55),(2005,9,30,20,29),(2005,9,30,21,46),(2005,9,30,22,7),(2005,9,30,23,4),(2005,10,1,0,13),(2005,10,1,1,49),(2005,10,1,2,52),(2005,10,1,3,50),(2005,10,1,4,50),(2005,10,1,5,46),(2005,10,1,6,54),(2005,10,1,7,46),(2005,10,1,8,47),(2005,10,1,9,45),(2005,10,1,10,47),(2005,10,1,11,49),(2005,10,1,12,45),(2005,10,1,13,50),(2005,10,1,14,47),(2005,10,1,15,49),(2005,10,1,16,46),(2005,10,1,17,41),(2005,10,1,18,46),(2005,10,1,19,44),(2005,10,1,20,29),(2005,10,1,21,40),(2005,10,1,22,26),(2005,10,1,23,11),(2005,10,2,0,20),(2005,10,2,1,36),(2005,10,2,2,42),(2005,10,2,3,45),(2005,10,2,4,45),(2005,10,2,5,45),(2005,10,2,6,47),(2005,10,2,7,49),(2005,10,2,8,53),(2005,10,2,9,52),(2005,10,2,10,46),(2005,10,2,11,53),(2005,10,2,12,48),(2005,10,2,13,47),(2005,10,2,14,47),(2005,10,2,15,46),(2005,10,2,16,49),(2005,10,2,17,48),(2005,10,2,18,49),(2005,10,2,19,47),(2005,10,2,20,27),(2005,10,2,21,42),(2005,10,2,22,38),(2005,10,2,23,29),(2005,10,3,0,9),(2005,10,3,1,43),(2005,10,3,2,55),(2005,10,3,3,56),(2005,10,3,4,53),(2005,10,3,5,50),(2005,10,3,6,52),(2005,10,3,7,53),(2005,10,3,8,52),(2005,10,3,9,53),(2005,10,3,10,52),(2005,10,3,11,50),(2005,10,3,12,67),(2005,10,3,13,54),(2005,10,3,14,51),(2005,10,3,15,57),(2005,10,3,16,50),(2005,10,3,17,50),(2005,10,3,18,50),(2005,10,3,19,50),(2005,10,3,20,46),(2005,10,3,21,42),(2005,10,3,22,36),(2005,10,3,23,27),(2005,10,4,0,7),(2005,10,4,1,43),(2005,10,4,2,46),(2005,10,4,3,50),(2005,10,4,4,45),(2005,10,4,5,53),(2005,10,4,6,51),(2005,10,4,7,49),(2005,10,4,8,31),(2005,10,4,9,29),(2005,10,4,10,52),(2005,10,4,11,49),(2005,10,4,12,53),(2005,10,4,13,54),(2005,10,4,14,51),(2005,10,4,15,55),(2005,10,4,16,17),(2005,10,4,17,0),(2005,10,4,18,0),(2005,10,4,19,4),(2005,10,4,20,0),(2005,10,4,21,0),(2005,10,4,22,38),(2005,10,4,23,23),(2005,10,5,0,4),(2005,10,5,1,45),(2005,10,5,2,56),(2005,10,5,3,52),(2005,10,5,4,55),(2005,10,5,5,14),(2005,10,5,6,4),(2005,10,5,7,3),(2005,10,5,8,1),(2005,10,5,9,0),(2005,10,5,10,1),(2005,10,5,11,0),(2005,10,5,12,0),(2005,10,5,13,0),(2005,10,5,14,0),(2005,10,5,15,0),(2005,10,5,16,5),(2005,10,5,17,0),(2005,10,5,18,0),(2005,10,5,19,4),(2005,10,5,20,1),(2005,10,5,21,1),(2005,10,5,22,0),(2005,10,5,23,0),(2005,10,6,0,1),(2005,10,6,1,0),(2005,10,6,2,2),(2005,10,6,3,0),(2005,10,6,4,0),(2005,10,6,5,1),(2005,10,6,6,0),(2005,10,6,7,0),(2005,10,6,8,0),(2005,10,6,9,0),(2005,10,6,10,0),(2005,10,6,11,4),(2005,10,6,12,4),(2005,10,6,13,8),(2005,10,6,14,5),(2005,10,6,15,3),(2005,10,6,16,11),(2005,10,6,17,23),(2005,10,6,18,19),(2005,10,6,19,0),(2005,10,6,20,0),(2005,10,6,21,0),(2005,10,6,22,0),(2005,10,6,23,9),(2005,10,7,0,0),(2005,10,7,1,0),(2005,10,7,2,0),(2005,10,7,3,1),(2005,10,7,4,0),(2005,10,7,5,0),(2005,10,7,6,0),(2005,10,7,7,0),(2005,10,7,8,0),(2005,10,7,9,2),(2005,10,7,10,0),(2005,10,7,11,12),(2005,10,7,12,0),(2005,10,7,13,1),(2005,10,7,14,0),(2005,10,7,15,0),(2005,10,7,16,0),(2005,10,7,17,0),(2005,10,7,18,0),(2005,10,7,19,0),(2005,10,7,20,1),(2005,10,7,21,0),(2005,10,7,22,0),(2005,10,7,23,1),(2005,10,8,0,0),(2005,10,8,1,0),(2005,10,8,2,14),(2005,10,8,3,6),(2005,10,8,4,0),(2005,10,8,5,1),(2005,10,8,6,0),(2005,10,8,7,0),(2005,10,8,8,0),(2005,10,8,9,0),(2005,10,8,10,1),(2005,10,8,11,0),(2005,10,8,12,0),(2005,10,8,13,0),(2005,10,8,14,1),(2005,10,8,15,1),(2005,10,8,16,0),(2005,10,8,17,0),(2005,10,8,18,0),(2005,10,8,19,0),(2005,10,8,20,7),(2005,10,8,21,3),(2005,10,8,22,1),(2005,10,8,23,2),(2005,10,9,0,1),(2005,10,9,1,0),(2005,10,9,2,0),(2005,10,9,3,6),(2005,10,9,4,2),(2005,10,9,5,22),(2005,10,9,6,21),(2005,10,9,7,68),(2005,10,9,8,60),(2005,10,9,9,169),(2005,10,9,10,0),(2005,10,9,11,47),(2005,10,9,12,1),(2005,10,9,13,0),(2005,10,9,14,2),(2005,10,9,15,3),(2005,10,9,16,7),(2005,10,9,17,0),(2005,10,9,18,0),(2005,10,9,19,0),(2005,10,9,20,0),(2005,10,9,21,0),(2005,10,9,22,0),(2005,10,9,23,0),(2005,10,10,0,0),(2005,10,10,1,0),(2005,10,10,2,1),(2005,10,10,3,0),(2005,10,10,4,1),(2005,10,10,5,0),(2005,10,10,6,0),(2005,10,10,7,0),(2005,10,10,8,0),(2005,10,10,9,0),(2005,10,10,10,0),(2005,10,10,11,0),(2005,10,10,12,1),(2005,10,10,13,0),(2005,10,10,14,1),(2005,10,10,15,26),(2005,10,10,16,0),(2005,10,10,17,0),(2005,10,10,18,0),(2005,10,10,19,26),(2005,10,10,20,0),(2005,10,10,21,0),(2005,10,10,22,1),(2005,10,10,23,0),(2005,10,11,0,0),(2005,10,11,1,1),(2005,10,11,2,2),(2005,10,11,3,0),(2005,10,11,4,1),(2005,10,11,5,0),(2005,10,11,6,0),(2005,10,11,7,0),(2005,10,11,8,0),(2005,10,11,9,1),(2005,10,11,10,0),(2005,10,11,11,0),(2005,10,11,12,0),(2005,10,11,13,10),(2005,10,11,14,3),(2005,10,11,15,0),(2005,10,11,16,2),(2005,10,11,17,13),(2005,10,11,18,0),(2005,10,11,19,1),(2005,10,11,20,1),(2005,10,11,21,0),(2005,10,11,22,1),(2005,10,11,23,0),(2005,10,12,0,0),(2005,10,12,1,0),(2005,10,12,2,0),(2005,10,12,3,0),(2005,10,12,4,0),(2005,10,12,5,0),(2005,10,12,6,0),(2005,10,12,7,0),(2005,10,12,8,0),(2005,10,12,9,0),(2005,10,12,10,0),(2005,10,12,11,0),(2005,10,12,12,0),(2005,10,12,13,10),(2005,10,12,14,0),(2005,10,12,15,3),(2005,10,12,16,4),(2005,10,12,17,2),(2005,10,12,18,0),(2005,10,12,19,13),(2005,10,12,20,69),(2005,10,12,21,75),(2005,10,12,22,113),(2005,10,12,23,44),(2005,10,13,0,8),(2005,10,13,1,7),(2005,10,13,2,5),(2005,10,13,3,0),(2005,10,13,4,0),(2005,10,13,5,0),(2005,10,13,6,0),(2005,10,13,7,1),(2005,10,13,8,0),(2005,10,13,9,0),(2005,10,13,10,0),(2005,10,13,11,16),(2005,10,13,12,1),(2005,10,13,13,1),(2005,10,13,14,0),(2005,10,13,15,0),(2005,10,13,16,0),(2005,10,13,17,0),(2005,10,13,18,0),(2005,10,13,19,0),(2005,10,13,20,0),(2005,10,13,21,0),(2005,10,13,22,0),(2005,10,13,23,0),(2005,10,14,0,0),(2005,10,14,1,1),(2005,10,14,2,0),(2005,10,14,3,0),(2005,10,14,4,0),(2005,10,14,5,0),(2005,10,14,6,0),(2005,10,14,7,1),(2005,10,14,8,0),(2005,10,14,9,2),(2005,10,14,10,0),(2005,10,14,11,0),(2005,10,14,12,0),(2005,10,14,13,0),(2005,10,14,14,0),(2005,10,14,15,0),(2005,10,14,16,0),(2005,10,14,17,1),(2005,10,14,18,0),(2005,10,14,19,1),(2005,10,14,20,2),(2005,10,14,21,25),(2005,10,14,22,17),(2005,10,14,23,15),(2005,10,15,0,18),(2005,10,15,1,11),(2005,10,15,2,30),(2005,10,15,3,42),(2005,10,15,4,20),(2005,10,15,5,42),(2005,10,15,6,45),(2005,10,15,7,48),(2005,10,15,8,50),(2005,10,15,9,38),(2005,10,15,10,22),(2005,10,15,11,19),(2005,10,15,12,19),(2005,10,15,13,32),(2005,10,15,14,27),(2005,10,15,15,34),(2005,10,15,16,40),(2005,10,15,17,54),(2005,10,15,18,52),(2005,10,15,19,44),(2005,10,15,20,0),(2005,10,15,21,7),(2005,10,15,22,13),(2005,10,15,23,12),(2005,10,16,0,10),(2005,10,16,1,18),(2005,10,16,2,13),(2005,10,16,3,11),(2005,10,16,4,21),(2005,10,16,5,33),(2005,10,16,6,34),(2005,10,16,7,41),(2005,10,16,8,52),(2005,10,16,9,57),(2005,10,16,10,49),(2005,10,16,11,97),(2005,10,16,12,93),(2005,10,16,13,113),(2005,10,16,14,170),(2005,10,16,15,64),(2005,10,16,16,39),(2005,10,16,17,32),(2005,10,16,18,38),(2005,10,16,19,29),(2005,10,16,20,30),(2005,10,16,21,23),(2005,10,16,22,49),(2005,10,16,23,32),(2005,10,17,0,38),(2005,10,17,1,34),(2005,10,17,2,24),(2005,10,17,3,26),(2005,10,17,4,34),(2005,10,17,5,44),(2005,10,17,6,54),(2005,10,17,7,55),(2005,10,17,8,51),(2005,10,17,9,15),(2005,10,17,10,0),(2005,10,17,11,0),(2005,10,17,12,2),(2005,10,17,13,4),(2005,10,17,14,0),(2005,10,17,15,0),(2005,10,17,16,15),(2005,10,17,17,48),(2005,10,17,18,59),(2005,10,17,19,43),(2005,10,17,20,35),(2005,10,17,21,24),(2005,10,17,22,32),(2005,10,17,23,58),(2005,10,18,0,54),(2005,10,18,1,45),(2005,10,18,2,39),(2005,10,18,3,52),(2005,10,18,4,36),(2005,10,18,5,33),(2005,10,18,6,55),(2005,10,18,7,58),(2005,10,18,8,59),(2005,10,18,9,48),(2005,10,18,10,0),(2005,10,18,11,0),(2005,10,18,12,0),(2005,10,18,13,0),(2005,10,18,14,3),(2005,10,18,15,1),(2005,10,18,16,25),(2005,10,18,17,0),(2005,10,18,18,0),(2005,10,18,19,0),(2005,10,18,20,1),(2005,10,18,21,1),(2005,10,18,22,0),(2005,10,18,23,2),(2005,10,19,0,5),(2005,10,19,1,1),(2005,10,19,2,55),(2005,10,19,3,58),(2005,10,19,4,59),(2005,10,19,5,68),(2005,10,19,6,65),(2005,10,19,7,66),(2005,10,19,8,87),(2005,10,19,9,95),(2005,10,19,10,60),(2005,10,19,11,169),(2005,10,19,12,124),(2005,10,19,13,152),(2005,10,19,14,70),(2005,10,19,15,68),(2005,10,19,16,62),(2005,10,19,17,59),(2005,10,19,18,59),(2005,10,19,19,60),(2005,10,19,20,30),(2005,10,19,21,51),(2005,10,19,22,32),(2005,10,19,23,15),(2005,10,20,0,25),(2005,10,20,1,42),(2005,10,20,2,54),(2005,10,20,3,44),(2005,10,20,4,44),(2005,10,20,5,55),(2005,10,20,6,50),(2005,10,20,7,53),(2005,10,20,8,55),(2005,10,20,9,59),(2005,10,20,10,63),(2005,10,20,11,60),(2005,10,20,12,64),(2005,10,20,13,46),(2005,10,20,14,58),(2005,10,20,15,59),(2005,10,20,16,59),(2005,10,20,17,57),(2005,10,20,18,59),(2005,10,20,19,88),(2005,10,20,20,37),(2005,10,20,21,42),(2005,10,20,22,32),(2005,10,20,23,0),(2005,10,21,0,0),(2005,10,21,1,1),(2005,10,21,2,0),(2005,10,21,3,27),(2005,10,21,4,54),(2005,10,21,5,52),(2005,10,21,6,73),(2005,10,21,7,183),(2005,10,21,8,80),(2005,10,21,9,66),(2005,10,21,10,59),(2005,10,21,11,80),(2005,10,21,12,68),(2005,10,21,13,72),(2005,10,21,14,88),(2005,10,21,15,99),(2005,10,21,16,62),(2005,10,21,17,63),(2005,10,21,18,62),(2005,10,21,19,61),(2005,10,21,20,70),(2005,10,21,21,63),(2005,10,21,22,35),(2005,10,21,23,0),(2005,10,22,0,0),(2005,10,22,1,1),(2005,10,22,2,1),(2005,10,22,3,10),(2005,10,22,4,0),(2005,10,22,5,0),(2005,10,22,6,0),(2005,10,22,7,16),(2005,10,22,8,269),(2005,10,22,9,443),(2005,10,22,10,451),(2005,10,22,11,205),(2005,10,22,12,30),(2005,10,22,13,0),(2005,10,22,14,0),(2005,10,22,15,2),(2005,10,22,16,0),(2005,10,22,17,0),(2005,10,22,18,0),(2005,10,22,19,0),(2005,10,22,20,0),(2005,10,22,21,0),(2005,10,22,22,0),(2005,10,22,23,12),(2005,10,23,0,0),(2005,10,23,1,0),(2005,10,23,2,3),(2005,10,23,3,0),(2005,10,23,4,2),(2005,10,23,5,12),(2005,10,23,6,13),(2005,10,23,7,2),(2005,10,23,8,32),(2005,10,23,9,2),(2005,10,23,10,127),(2005,10,23,11,73),(2005,10,23,12,73),(2005,10,23,13,61),(2005,10,23,14,101),(2005,10,23,15,7),(2005,10,23,16,1),(2005,10,23,17,5),(2005,10,23,18,4),(2005,10,23,19,11),(2005,10,23,20,4),(2005,10,23,21,2),(2005,10,23,22,1),(2005,10,23,23,58),(2005,10,24,0,43),(2005,10,24,1,0),(2005,10,24,2,0),(2005,10,24,3,1),(2005,10,24,4,0),(2005,10,24,5,0),(2005,10,24,6,1),(2005,10,24,7,0),(2005,10,24,8,0),(2005,10,24,9,4),(2005,10,24,10,3),(2005,10,24,11,7),(2005,10,24,12,0),(2005,10,24,13,0),(2005,10,24,14,1),(2005,10,24,15,0),(2005,10,24,16,0),(2005,10,24,17,0),(2005,10,24,18,0),(2005,10,24,19,1),(2005,10,24,20,0),(2005,10,24,21,0),(2005,10,24,22,1),(2005,10,24,23,0),(2005,10,25,0,2),(2005,10,25,1,0),(2005,10,25,2,0),(2005,10,25,3,0),(2005,10,25,4,4),(2005,10,25,5,2),(2005,10,25,6,5),(2005,10,25,7,5),(2005,10,25,8,8),(2005,10,25,9,10),(2005,10,25,10,7),(2005,10,25,11,41),(2005,10,25,12,12),(2005,10,25,13,99),(2005,10,25,14,0),(2005,10,25,15,3),(2005,10,25,16,11),(2005,10,25,17,22),(2005,10,25,18,6),(2005,10,25,19,1),(2005,10,25,20,0),(2005,10,25,21,2),(2005,10,25,22,2),(2005,10,25,23,9),(2005,10,26,0,0),(2005,10,26,1,4),(2005,10,26,2,0),(2005,10,26,3,0),(2005,10,26,4,0),(2005,10,26,5,4),(2005,10,26,6,3),(2005,10,26,7,9),(2005,10,26,8,5),(2005,10,26,9,0),(2005,10,26,10,3),(2005,10,26,11,2),(2005,10,26,12,5),(2005,10,26,13,1),(2005,10,26,14,0),(2005,10,26,15,14),(2005,10,26,16,11),(2005,10,26,17,1),(2005,10,26,18,15),(2005,10,26,19,18),(2005,10,26,20,32),(2005,10,26,21,46),(2005,10,26,22,48),(2005,10,26,23,59),(2005,10,27,0,60),(2005,10,27,1,63),(2005,10,27,2,62),(2005,10,27,3,59),(2005,10,27,4,58),(2005,10,27,5,55),(2005,10,27,6,64),(2005,10,27,7,62),(2005,10,27,8,80),(2005,10,27,9,61),(2005,10,27,10,61),(2005,10,27,11,55),(2005,10,27,12,58),(2005,10,27,13,61),(2005,10,27,14,4),(2005,10,27,15,8),(2005,10,27,16,60),(2005,10,27,17,60),(2005,10,27,18,108),(2005,10,27,19,46),(2005,10,27,20,32),(2005,10,27,21,14),(2005,10,27,22,40),(2005,10,27,23,23),(2005,10,28,0,44),(2005,10,28,1,56),(2005,10,28,2,63),(2005,10,28,3,56),(2005,10,28,4,58),(2005,10,28,5,57),(2005,10,28,6,54),(2005,10,28,7,58),(2005,10,28,8,58),(2005,10,28,9,53),(2005,10,28,10,36),(2005,10,28,11,25),(2005,10,28,12,0),(2005,10,28,13,8),(2005,10,28,14,3),(2005,10,28,15,1),(2005,10,28,16,4),(2005,10,28,17,21),(2005,10,28,18,58),(2005,10,28,19,26),(2005,10,28,20,0),(2005,10,28,21,4),(2005,10,28,22,3),(2005,10,28,23,4),(2005,10,29,0,2),(2005,10,29,1,3),(2005,10,29,2,0),(2005,10,29,3,0),(2005,10,29,4,1),(2005,10,29,5,0),(2005,10,29,6,3),(2005,10,29,7,1),(2005,10,29,8,10),(2005,10,29,9,2),(2005,10,29,10,0),(2005,10,29,11,0),(2005,10,29,12,0),(2005,10,29,13,1),(2005,10,29,14,4),(2005,10,29,15,1),(2005,10,29,16,0),(2005,10,29,17,0),(2005,10,29,18,18),(2005,10,29,19,10),(2005,10,29,20,103),(2005,10,29,21,0),(2005,10,29,22,23),(2005,10,29,23,151),(2005,10,30,0,47),(2005,10,30,1,43),(2005,10,30,2,36),(2005,10,30,3,10),(2005,10,30,4,6),(2005,10,30,5,6),(2005,10,30,6,2),(2005,10,30,7,5),(2005,10,30,8,11),(2005,10,30,9,1),(2005,10,30,10,10),(2005,10,30,11,4),(2005,10,30,12,3),(2005,10,30,13,2),(2005,10,30,14,1),(2005,10,30,15,0),(2005,10,30,16,4),(2005,10,30,17,0),(2005,10,30,18,17),(2005,10,30,19,4),(2005,10,30,20,0),(2005,10,30,21,5),(2005,10,30,22,0),(2005,10,30,23,0),(2005,10,31,0,1),(2005,10,31,1,1),(2005,10,31,2,0),(2005,10,31,3,5),(2005,10,31,4,4),(2005,10,31,5,1),(2005,10,31,6,0),(2005,10,31,7,1),(2005,10,31,8,0),(2005,10,31,9,2),(2005,10,31,10,1),(2005,10,31,11,0),(2005,10,31,12,0),(2005,10,31,13,0),(2005,10,31,14,0),(2005,10,31,15,0),(2005,10,31,16,1),(2005,10,31,17,9),(2005,10,31,18,11),(2005,10,31,19,0),(2005,10,31,20,11),(2005,10,31,21,0),(2005,10,31,22,1),(2005,10,31,23,0),(2005,11,1,0,28),(2005,11,1,1,0),(2005,11,1,2,0),(2005,11,1,3,0),(2005,11,1,4,0),(2005,11,1,5,0),(2005,11,1,6,0),(2005,11,1,7,0),(2005,11,1,8,0),(2005,11,1,9,1),(2005,11,1,10,0),(2005,11,1,11,0),(2005,11,1,12,0),(2005,11,1,13,0),(2005,11,1,14,0),(2005,11,1,15,0),(2005,11,1,16,2),(2005,11,1,17,6),(2005,11,1,18,5),(2005,11,1,19,3),(2005,11,1,20,48),(2005,11,1,21,48),(2005,11,1,22,0),(2005,11,1,23,0),(2005,11,2,0,7),(2005,11,2,1,0),(2005,11,2,2,0),(2005,11,2,3,4),(2005,11,2,4,1),(2005,11,2,5,2),(2005,11,2,6,34),(2005,11,2,7,55),(2005,11,2,8,63),(2005,11,2,9,55),(2005,11,2,10,52),(2005,11,2,11,76),(2005,11,2,12,59),(2005,11,2,13,69),(2005,11,2,14,62),(2005,11,2,15,59),(2005,11,2,16,58),(2005,11,2,17,87),(2005,11,2,18,57),(2005,11,2,19,57),(2005,11,2,20,40),(2005,11,2,21,76),(2005,11,2,22,49),(2005,11,2,23,41),(2005,11,3,0,27),(2005,11,3,1,57),(2005,11,3,2,55),(2005,11,3,3,59),(2005,11,3,4,64),(2005,11,3,5,62),(2005,11,3,6,62),(2005,11,3,7,60),(2005,11,3,8,59),(2005,11,3,9,62),(2005,11,3,10,56),(2005,11,3,11,57),(2005,11,3,12,58),(2005,11,3,13,79),(2005,11,3,14,73),(2005,11,3,15,52),(2005,11,3,16,112),(2005,11,3,17,60),(2005,11,3,18,58),(2005,11,3,19,58),(2005,11,3,20,196),(2005,11,3,21,35),(2005,11,3,22,99),(2005,11,3,23,32),(2005,11,4,0,22),(2005,11,4,1,60),(2005,11,4,2,53),(2005,11,4,3,60),(2005,11,4,4,56),(2005,11,4,5,59),(2005,11,4,6,57),(2005,11,4,7,59),(2005,11,4,8,57),(2005,11,4,9,55),(2005,11,4,10,63),(2005,11,4,11,51),(2005,11,4,12,49),(2005,11,4,13,67),(2005,11,4,14,57),(2005,11,4,15,57),(2005,11,4,16,58),(2005,11,4,17,58),(2005,11,4,18,63),(2005,11,4,19,60),(2005,11,4,20,25),(2005,11,4,21,53),(2005,11,4,22,28),(2005,11,4,23,43),(2005,11,5,0,41),(2005,11,5,1,56),(2005,11,5,2,53),(2005,11,5,3,62),(2005,11,5,4,60),(2005,11,5,5,113),(2005,11,5,6,62),(2005,11,5,7,61),(2005,11,5,8,56),(2005,11,5,9,54),(2005,11,5,10,50),(2005,11,5,11,43),(2005,11,5,12,19),(2005,11,5,13,0),(2005,11,5,14,5),(2005,11,5,15,0),(2005,11,5,16,6),(2005,11,5,17,0),(2005,11,5,18,0),(2005,11,5,19,0),(2005,11,5,20,0),(2005,11,5,21,47),(2005,11,5,22,269),(2005,11,5,23,160),(2005,11,6,0,94),(2005,11,6,1,420),(2005,11,6,2,430),(2005,11,6,3,100),(2005,11,6,4,16),(2005,11,6,5,0),(2005,11,6,6,0),(2005,11,6,7,1),(2005,11,6,8,0),(2005,11,6,9,0),(2005,11,6,10,0),(2005,11,6,11,0),(2005,11,6,12,0),(2005,11,6,13,2),(2005,11,6,14,0),(2005,11,6,15,0),(2005,11,6,16,22),(2005,11,6,17,0),(2005,11,6,18,1),(2005,11,6,19,0),(2005,11,6,20,1),(2005,11,6,21,0),(2005,11,6,22,2),(2005,11,6,23,1),(2005,11,7,0,0),(2005,11,7,1,0),(2005,11,7,2,1),(2005,11,7,3,0),(2005,11,7,4,0),(2005,11,7,5,0),(2005,11,7,6,0),(2005,11,7,7,0),(2005,11,7,8,0),(2005,11,7,9,1),(2005,11,7,10,0),(2005,11,7,11,0),(2005,11,7,12,0),(2005,11,7,13,11),(2005,11,7,14,1),(2005,11,7,15,1),(2005,11,7,16,12),(2005,11,7,17,1),(2005,11,7,18,4),(2005,11,7,19,1),(2005,11,7,20,0),(2005,11,7,21,0),(2005,11,7,22,1),(2005,11,7,23,2),(2005,11,8,0,1),(2005,11,8,1,1),(2005,11,8,2,0),(2005,11,8,3,0),(2005,11,8,4,0),(2005,11,8,5,2),(2005,11,8,6,0),(2005,11,8,7,1),(2005,11,8,8,0),(2005,11,8,9,0),(2005,11,8,10,129),(2005,11,8,11,12),(2005,11,8,12,8),(2005,11,8,13,10),(2005,11,8,14,39),(2005,11,8,15,1),(2005,11,8,16,0),(2005,11,8,17,1),(2005,11,8,18,0),(2005,11,8,19,1),(2005,11,8,20,0),(2005,11,8,21,43),(2005,11,8,22,12),(2005,11,8,23,23),(2005,11,9,0,9),(2005,11,9,1,24),(2005,11,9,2,2),(2005,11,9,3,128),(2005,11,9,4,0),(2005,11,9,5,10),(2005,11,9,6,55),(2005,11,9,7,60),(2005,11,9,8,43),(2005,11,9,9,59),(2005,11,9,10,60),(2005,11,9,11,62),(2005,11,9,12,64),(2005,11,9,13,58),(2005,11,9,14,56),(2005,11,9,15,58),(2005,11,9,16,71),(2005,11,9,17,65),(2005,11,9,18,46),(2005,11,9,19,38),(2005,11,9,20,33),(2005,11,9,21,25),(2005,11,9,22,30),(2005,11,9,23,27),(2005,11,10,0,37),(2005,11,10,1,59),(2005,11,10,2,63),(2005,11,10,3,55),(2005,11,10,4,57),(2005,11,10,5,53),(2005,11,10,6,66),(2005,11,10,7,56),(2005,11,10,8,57),(2005,11,10,9,56),(2005,11,10,10,53),(2005,11,10,11,58),(2005,11,10,12,63),(2005,11,10,13,55),(2005,11,10,14,52),(2005,11,10,15,58),(2005,11,10,16,56),(2005,11,10,17,59),(2005,11,10,18,55),(2005,11,10,19,34),(2005,11,10,20,36),(2005,11,10,21,41),(2005,11,10,22,49),(2005,11,10,23,47),(2005,11,11,0,38),(2005,11,11,1,50),(2005,11,11,2,59),(2005,11,11,3,62),(2005,11,11,4,65),(2005,11,11,5,59),(2005,11,11,6,66),(2005,11,11,7,57),(2005,11,11,8,79),(2005,11,11,9,61),(2005,11,11,10,66),(2005,11,11,11,62),(2005,11,11,12,166),(2005,11,11,13,62),(2005,11,11,14,62),(2005,11,11,15,61),(2005,11,11,16,69),(2005,11,11,17,55),(2005,11,11,18,64),(2005,11,11,19,33),(2005,11,11,20,24),(2005,11,11,21,50),(2005,11,11,22,53),(2005,11,11,23,54),(2005,11,12,0,60),(2005,11,12,1,58),(2005,11,12,2,63),(2005,11,12,3,56),(2005,11,12,4,57),(2005,11,12,5,20),(2005,11,12,6,0),(2005,11,12,7,0),(2005,11,12,8,0),(2005,11,12,9,0),(2005,11,12,10,0),(2005,11,12,11,0),(2005,11,12,12,0),(2005,11,12,13,0),(2005,11,12,14,0),(2005,11,12,15,52),(2005,11,12,16,261),(2005,11,12,17,303),(2005,11,12,18,503),(2005,11,12,19,149),(2005,11,12,20,54),(2005,11,12,21,52),(2005,11,12,22,56),(2005,11,12,23,54),(2005,11,13,0,55),(2005,11,13,1,52),(2005,11,13,2,54),(2005,11,13,3,52),(2005,11,13,4,26),(2005,11,13,5,2),(2005,11,13,6,2),(2005,11,13,7,0),(2005,11,13,8,0),(2005,11,13,9,1),(2005,11,13,10,0),(2005,11,13,11,1),(2005,11,13,12,5),(2005,11,13,13,15),(2005,11,13,14,0),(2005,11,13,15,3),(2005,11,13,16,9),(2005,11,13,17,3),(2005,11,13,18,10),(2005,11,13,19,14),(2005,11,13,20,0),(2005,11,13,21,8),(2005,11,13,22,1),(2005,11,13,23,230),(2005,11,14,0,1),(2005,11,14,1,88),(2005,11,14,2,0),(2005,11,14,3,38),(2005,11,14,4,10),(2005,11,14,5,4),(2005,11,14,6,4),(2005,11,14,7,0),(2005,11,14,8,0),(2005,11,14,9,1),(2005,11,14,10,123),(2005,11,14,11,4),(2005,11,14,12,0),(2005,11,14,13,0),(2005,11,14,14,8),(2005,11,14,15,2),(2005,11,14,16,5),(2005,11,14,17,4),(2005,11,14,18,3),(2005,11,14,19,3),(2005,11,14,20,2),(2005,11,14,21,26),(2005,11,14,22,6),(2005,11,14,23,0),(2005,11,15,0,1),(2005,11,15,1,1),(2005,11,15,2,3),(2005,11,15,3,0),(2005,11,15,4,0),(2005,11,15,5,0),(2005,11,15,6,0),(2005,11,15,7,2),(2005,11,15,8,0),(2005,11,15,9,2),(2005,11,15,10,0),(2005,11,15,11,0),(2005,11,15,12,3),(2005,11,15,13,0),(2005,11,15,14,0),(2005,11,15,15,0),(2005,11,15,16,2),(2005,11,15,17,0),(2005,11,15,18,2),(2005,11,15,19,0),(2005,11,15,20,1),(2005,11,15,21,0),(2005,11,15,22,0),(2005,11,15,23,1),(2005,11,16,0,0),(2005,11,16,1,4),(2005,11,16,2,3),(2005,11,16,3,0),(2005,11,16,4,0),(2005,11,16,5,0),(2005,11,16,6,0),(2005,11,16,7,1),(2005,11,16,8,2),(2005,11,16,9,0),(2005,11,16,10,1),(2005,11,16,11,7),(2005,11,16,12,6),(2005,11,16,13,21),(2005,11,16,14,84),(2005,11,16,15,170),(2005,11,16,16,75),(2005,11,16,17,115),(2005,11,16,18,97),(2005,11,16,19,53),(2005,11,16,20,81),(2005,11,16,21,47),(2005,11,16,22,40),(2005,11,16,23,41),(2005,11,17,0,46),(2005,11,17,1,50),(2005,11,17,2,63),(2005,11,17,3,67),(2005,11,17,4,58),(2005,11,17,5,62),(2005,11,17,6,55),(2005,11,17,7,55),(2005,11,17,8,61),(2005,11,17,9,59),(2005,11,17,10,57),(2005,11,17,11,57),(2005,11,17,12,59),(2005,11,17,13,48),(2005,11,17,14,41),(2005,11,17,15,60),(2005,11,17,16,57),(2005,11,17,17,47),(2005,11,17,18,27),(2005,11,17,19,63),(2005,11,17,20,41),(2005,11,17,21,23),(2005,11,17,22,45),(2005,11,17,23,52),(2005,11,18,0,55),(2005,11,18,1,60),(2005,11,18,2,56),(2005,11,18,3,61),(2005,11,18,4,59),(2005,11,18,5,59),(2005,11,18,6,60),(2005,11,18,7,56),(2005,11,18,8,59),(2005,11,18,9,57),(2005,11,18,10,64),(2005,11,18,11,66),(2005,11,18,12,64),(2005,11,18,13,61),(2005,11,18,14,55),(2005,11,18,15,58),(2005,11,18,16,57),(2005,11,18,17,49),(2005,11,18,18,31),(2005,11,18,19,45),(2005,11,18,20,40),(2005,11,18,21,40),(2005,11,18,22,40),(2005,11,18,23,60),(2005,11,19,0,59),(2005,11,19,1,62),(2005,11,19,2,27),(2005,11,19,3,1),(2005,11,19,4,0),(2005,11,19,5,0),(2005,11,19,6,0),(2005,11,19,7,0),(2005,11,19,8,1),(2005,11,19,9,0),(2005,11,19,10,3),(2005,11,19,11,3),(2005,11,19,12,0),(2005,11,19,13,0),(2005,11,19,14,0),(2005,11,19,15,0),(2005,11,19,16,0),(2005,11,19,17,0),(2005,11,19,18,0),(2005,11,19,19,1),(2005,11,19,20,0),(2005,11,19,21,0),(2005,11,19,22,6),(2005,11,19,23,1),(2005,11,20,0,1),(2005,11,20,1,1),(2005,11,20,2,0),(2005,11,20,3,0),(2005,11,20,4,0),(2005,11,20,5,0),(2005,11,20,6,0),(2005,11,20,7,0),(2005,11,20,8,0),(2005,11,20,9,0),(2005,11,20,10,3),(2005,11,20,11,0),(2005,11,20,12,1),(2005,11,20,13,0),(2005,11,20,14,0),(2005,11,20,15,0),(2005,11,20,16,0),(2005,11,20,17,2),(2005,11,20,18,1),(2005,11,20,19,0),(2005,11,20,20,0),(2005,11,20,21,0),(2005,11,20,22,21),(2005,11,20,23,0),(2005,11,21,0,0),(2005,11,21,1,0),(2005,11,21,2,0),(2005,11,21,3,0),(2005,11,21,4,0),(2005,11,21,5,0),(2005,11,21,6,0),(2005,11,21,7,0),(2005,11,21,8,9),(2005,11,21,9,6),(2005,11,21,10,4),(2005,11,21,11,4),(2005,11,21,12,1),(2005,11,21,13,11),(2005,11,21,14,0),(2005,11,21,15,21),(2005,11,21,16,1),(2005,11,21,17,29),(2005,11,21,18,12),(2005,11,21,19,1),(2005,11,21,20,0),(2005,11,21,21,0),(2005,11,21,22,0),(2005,11,21,23,1),(2005,11,22,0,0),(2005,11,22,1,0),(2005,11,22,2,0),(2005,11,22,3,0),(2005,11,22,4,0),(2005,11,22,5,0),(2005,11,22,6,0),(2005,11,22,7,0),(2005,11,22,8,0),(2005,11,22,9,0),(2005,11,22,10,3),(2005,11,22,11,26),(2005,11,22,12,12),(2005,11,22,13,9),(2005,11,22,14,16),(2005,11,22,15,4),(2005,11,22,16,4),(2005,11,22,17,5),(2005,11,22,18,3),(2005,11,22,19,0),(2005,11,22,20,5),(2005,11,22,21,0),(2005,11,22,22,0),(2005,11,22,23,0),(2005,11,23,0,0),(2005,11,23,1,0),(2005,11,23,2,0),(2005,11,23,3,0),(2005,11,23,4,0),(2005,11,23,5,0),(2005,11,23,6,0),(2005,11,23,7,6),(2005,11,23,8,0),(2005,11,23,9,27),(2005,11,23,10,0),(2005,11,23,11,58),(2005,11,23,12,63),(2005,11,23,13,21),(2005,11,23,14,63),(2005,11,23,15,64),(2005,11,23,16,62),(2005,11,23,17,61),(2005,11,23,18,59),(2005,11,23,19,60),(2005,11,23,20,58),(2005,11,23,21,43),(2005,11,23,22,59),(2005,11,23,23,26),(2005,11,24,0,8),(2005,11,24,1,34),(2005,11,24,2,53),(2005,11,24,3,59),(2005,11,24,4,55),(2005,11,24,5,60),(2005,11,24,6,56),(2005,11,24,7,57),(2005,11,24,8,60),(2005,11,24,9,66),(2005,11,24,10,64),(2005,11,24,11,9),(2005,11,24,12,33),(2005,11,24,13,26),(2005,11,24,14,36),(2005,11,24,15,59),(2005,11,24,16,58),(2005,11,24,17,58),(2005,11,24,18,60),(2005,11,24,19,59),(2005,11,24,20,59),(2005,11,24,21,21),(2005,11,24,22,47),(2005,11,24,23,3),(2005,11,25,0,14),(2005,11,25,1,3),(2005,11,25,2,58),(2005,11,25,3,58),(2005,11,25,4,65),(2005,11,25,5,60),(2005,11,25,6,63),(2005,11,25,7,57),(2005,11,25,8,49),(2005,11,25,9,50),(2005,11,25,10,48),(2005,11,25,11,52),(2005,11,25,12,54),(2005,11,25,13,56),(2005,11,25,14,53),(2005,11,25,15,54),(2005,11,25,16,11),(2005,11,25,17,6),(2005,11,25,18,55),(2005,11,25,19,90),(2005,11,25,20,90),(2005,11,25,21,88),(2005,11,25,22,55),(2005,11,25,23,36),(2005,11,26,0,39),(2005,11,26,1,46),(2005,11,26,2,56),(2005,11,26,3,58),(2005,11,26,4,58),(2005,11,26,5,70),(2005,11,26,6,63),(2005,11,26,7,63),(2005,11,26,8,61),(2005,11,26,9,62),(2005,11,26,10,89),(2005,11,26,11,66),(2005,11,26,12,66),(2005,11,26,13,61),(2005,11,26,14,59),(2005,11,26,15,85),(2005,11,26,16,58),(2005,11,26,17,50),(2005,11,26,18,47),(2005,11,26,19,42),(2005,11,26,20,50),(2005,11,26,21,32),(2005,11,26,22,48),(2005,11,26,23,43),(2005,11,27,0,44),(2005,11,27,1,44),(2005,11,27,2,49),(2005,11,27,3,49),(2005,11,27,4,48),(2005,11,27,5,49),(2005,11,27,6,57),(2005,11,27,7,51),(2005,11,27,8,53),(2005,11,27,9,54),(2005,11,27,10,55),(2005,11,27,11,47),(2005,11,27,12,75),(2005,11,27,13,32),(2005,11,27,14,0),(2005,11,27,15,11),(2005,11,27,16,2),(2005,11,27,17,0),(2005,11,27,18,1),(2005,11,27,19,34),(2005,11,27,20,0),(2005,11,27,21,0),(2005,11,27,22,28),(2005,11,27,23,0),(2005,11,28,0,0),(2005,11,28,1,0),(2005,11,28,2,0),(2005,11,28,3,1),(2005,11,28,4,0),(2005,11,28,5,0),(2005,11,28,6,1),(2005,11,28,7,0),(2005,11,28,8,2),(2005,11,28,9,0),(2005,11,28,10,4),(2005,11,28,11,0),(2005,11,28,12,3),(2005,11,28,13,2),(2005,11,28,14,19),(2005,11,28,15,26),(2005,11,28,16,33),(2005,11,28,17,2),(2005,11,28,18,5),(2005,11,28,19,15),(2005,11,28,20,2),(2005,11,28,21,11),(2005,11,28,22,12),(2005,11,28,23,11),(2005,11,29,0,1),(2005,11,29,1,0),(2005,11,29,2,0),(2005,11,29,3,1),(2005,11,29,4,0),(2005,11,29,5,0),(2005,11,29,6,2),(2005,11,29,7,0),(2005,11,29,8,2),(2005,11,29,9,0),(2005,11,29,10,0),(2005,11,29,11,0),(2005,11,29,12,0),(2005,11,29,13,9),(2005,11,29,14,2),(2005,11,29,15,0),(2005,11,29,16,19),(2005,11,29,17,0),(2005,11,29,18,0),(2005,11,29,19,0),(2005,11,29,20,14),(2005,11,29,21,0),(2005,11,29,22,7),(2005,11,29,23,13),(2005,11,30,0,10),(2005,11,30,1,7),(2005,11,30,2,3),(2005,11,30,3,0),(2005,11,30,4,0),(2005,11,30,5,0),(2005,11,30,6,0),(2005,11,30,7,0),(2005,11,30,8,2),(2005,11,30,9,1),(2005,11,30,10,0),(2005,11,30,11,0),(2005,11,30,12,2),(2005,11,30,13,2),(2005,11,30,14,2),(2005,11,30,15,9),(2005,11,30,16,11),(2005,11,30,17,0),(2005,11,30,18,1),(2005,11,30,19,0),(2005,11,30,20,0),(2005,11,30,21,12),(2005,11,30,22,15),(2005,11,30,23,4),(2005,12,1,0,0),(2005,12,1,1,0),(2005,12,1,2,1),(2005,12,1,3,0),(2005,12,1,4,0),(2005,12,1,5,0),(2005,12,1,6,0),(2005,12,1,7,0),(2005,12,1,8,1),(2005,12,1,9,1),(2005,12,1,10,0),(2005,12,1,11,0),(2005,12,1,12,1),(2005,12,1,13,3),(2005,12,1,14,2),(2005,12,1,15,3),(2005,12,1,16,7),(2005,12,1,17,13),(2005,12,1,18,0),(2005,12,1,19,16),(2005,12,1,20,21),(2005,12,1,21,0),(2005,12,1,22,1),(2005,12,1,23,1),(2005,12,2,0,1),(2005,12,2,1,1),(2005,12,2,2,0),(2005,12,2,3,0),(2005,12,2,4,0),(2005,12,2,5,0),(2005,12,2,6,0),(2005,12,2,7,2),(2005,12,2,8,0),(2005,12,2,9,7),(2005,12,2,10,6),(2005,12,2,11,49),(2005,12,2,12,0),(2005,12,2,13,3),(2005,12,2,14,0),(2005,12,2,15,6),(2005,12,2,16,0),(2005,12,2,17,111),(2005,12,2,18,0),(2005,12,2,19,0),(2005,12,2,20,2),(2005,12,2,21,1),(2005,12,2,22,2),(2005,12,2,23,0),(2005,12,3,0,1),(2005,12,3,1,0),(2005,12,3,2,0),(2005,12,3,3,0),(2005,12,3,4,5),(2005,12,3,5,0),(2005,12,3,6,0),(2005,12,3,7,0),(2005,12,3,8,0),(2005,12,3,9,0),(2005,12,3,10,0),(2005,12,3,11,0),(2005,12,3,12,0),(2005,12,3,13,0),(2005,12,3,14,14),(2005,12,3,15,0),(2005,12,3,16,1),(2005,12,3,17,0),(2005,12,3,18,3),(2005,12,3,19,0),(2005,12,3,20,3),(2005,12,3,21,2),(2005,12,3,22,4),(2005,12,3,23,7),(2005,12,4,0,6),(2005,12,4,1,7),(2005,12,4,2,10),(2005,12,4,3,34),(2005,12,4,4,8),(2005,12,4,5,1),(2005,12,4,6,1),(2005,12,4,7,1),(2005,12,4,8,37),(2005,12,4,9,0),(2005,12,4,10,3),(2005,12,4,11,1),(2005,12,4,12,22),(2005,12,4,13,1),(2005,12,4,14,2),(2005,12,4,15,0),(2005,12,4,16,6),(2005,12,4,17,13),(2005,12,4,18,0),(2005,12,4,19,5),(2005,12,4,20,0),(2005,12,4,21,8),(2005,12,4,22,2),(2005,12,4,23,0),(2005,12,5,0,1),(2005,12,5,1,0),(2005,12,5,2,0),(2005,12,5,3,0),(2005,12,5,4,0),(2005,12,5,5,11),(2005,12,5,6,0),(2005,12,5,7,1),(2005,12,5,8,1),(2005,12,5,9,1),(2005,12,5,10,0),(2005,12,5,11,0),(2005,12,5,12,1),(2005,12,5,13,0),(2005,12,5,14,128),(2005,12,5,15,0),(2005,12,5,16,6),(2005,12,5,17,0),(2005,12,5,18,0),(2005,12,5,19,6),(2005,12,5,20,4),(2005,12,5,21,0),(2005,12,5,22,21),(2005,12,5,23,1),(2005,12,6,0,0),(2005,12,6,1,0),(2005,12,6,2,0),(2005,12,6,3,0),(2005,12,6,4,1),(2005,12,6,5,1),(2005,12,6,6,0),(2005,12,6,7,0),(2005,12,6,8,1),(2005,12,6,9,0),(2005,12,6,10,0),(2005,12,6,11,0),(2005,12,6,12,0),(2005,12,6,13,3),(2005,12,6,14,43),(2005,12,6,15,0),(2005,12,6,16,7),(2005,12,6,17,5),(2005,12,6,18,42),(2005,12,6,19,6),(2005,12,6,20,10),(2005,12,6,21,11),(2005,12,6,22,1),(2005,12,6,23,0),(2005,12,7,0,1),(2005,12,7,1,0),(2005,12,7,2,8),(2005,12,7,3,0),(2005,12,7,4,2),(2005,12,7,5,0),(2005,12,7,6,3),(2005,12,7,7,0),(2005,12,7,8,6),(2005,12,7,9,1),(2005,12,7,10,1),(2005,12,7,11,1),(2005,12,7,12,2),(2005,12,7,13,8),(2005,12,7,14,0),(2005,12,7,15,14),(2005,12,7,16,0),(2005,12,7,17,2),(2005,12,7,18,2),(2005,12,7,19,0),(2005,12,7,20,0),(2005,12,7,21,0),(2005,12,7,22,0),(2005,12,7,23,0),(2005,12,8,0,0),(2005,12,8,1,0),(2005,12,8,2,0),(2005,12,8,3,0),(2005,12,8,4,0),(2005,12,8,5,0),(2005,12,8,6,0),(2005,12,8,7,0),(2005,12,8,8,0),(2005,12,8,9,0),(2005,12,8,10,2),(2005,12,8,11,0),(2005,12,8,12,0),(2005,12,8,13,0),(2005,12,8,14,1),(2005,12,8,15,0),(2005,12,8,16,0),(2005,12,8,17,0),(2005,12,8,18,0),(2005,12,8,19,8),(2005,12,8,20,52),(2005,12,8,21,0),(2005,12,8,22,3),(2005,12,8,23,0),(2005,12,9,0,0),(2005,12,9,1,0),(2005,12,9,2,6),(2005,12,9,3,4),(2005,12,9,4,0),(2005,12,9,5,0),(2005,12,9,6,13),(2005,12,9,7,0),(2005,12,9,8,0),(2005,12,9,9,6),(2005,12,9,10,30),(2005,12,9,11,27),(2005,12,9,12,13),(2005,12,9,13,18),(2005,12,9,14,26),(2005,12,9,15,7),(2005,12,9,16,6),(2005,12,9,17,11),(2005,12,9,18,6),(2005,12,9,19,25),(2005,12,9,20,28),(2005,12,9,21,4),(2005,12,9,22,7),(2005,12,9,23,2),(2005,12,10,0,0),(2005,12,10,1,0),(2005,12,10,2,8),(2005,12,10,3,4),(2005,12,10,4,15),(2005,12,10,5,57),(2005,12,10,6,57),(2005,12,10,7,56),(2005,12,10,8,60),(2005,12,10,9,53),(2005,12,10,10,62),(2005,12,10,11,68),(2005,12,10,12,69),(2005,12,10,13,58),(2005,12,10,14,62),(2005,12,10,15,56),(2005,12,10,16,57),(2005,12,10,17,59),(2005,12,10,18,17),(2005,12,10,19,24),(2005,12,10,20,0),(2005,12,10,21,0),(2005,12,10,22,0),(2005,12,10,23,2),(2005,12,11,0,0),(2005,12,11,1,2),(2005,12,11,2,5),(2005,12,11,3,16),(2005,12,11,4,34),(2005,12,11,5,12),(2005,12,11,6,0),(2005,12,11,7,7),(2005,12,11,8,45),(2005,12,11,9,14),(2005,12,11,10,19),(2005,12,11,11,0),(2005,12,11,12,6),(2005,12,11,13,2),(2005,12,11,14,2),(2005,12,11,15,3),(2005,12,11,16,0),(2005,12,11,17,7),(2005,12,11,18,1),(2005,12,11,19,1),(2005,12,11,20,0),(2005,12,11,21,4),(2005,12,11,22,3),(2005,12,11,23,0),(2005,12,12,0,0),(2005,12,12,1,0),(2005,12,12,2,0),(2005,12,12,3,3),(2005,12,12,4,0),(2005,12,12,5,0),(2005,12,12,6,2),(2005,12,12,7,0),(2005,12,12,8,0),(2005,12,12,9,0),(2005,12,12,10,0),(2005,12,12,11,1),(2005,12,12,12,2),(2005,12,12,13,0),(2005,12,12,14,0),(2005,12,12,15,1),(2005,12,12,16,0),(2005,12,12,17,2),(2005,12,12,18,8),(2005,12,12,19,1),(2005,12,12,20,19),(2005,12,12,21,0),(2005,12,12,22,0),(2005,12,12,23,2),(2005,12,13,0,6),(2005,12,13,1,3),(2005,12,13,2,0),(2005,12,13,3,1),(2005,12,13,4,2),(2005,12,13,5,2),(2005,12,13,6,0),(2005,12,13,7,0),(2005,12,13,8,1),(2005,12,13,9,13),(2005,12,13,10,2),(2005,12,13,11,0),(2005,12,13,12,13),(2005,12,13,13,6),(2005,12,13,14,7),(2005,12,13,15,7),(2005,12,13,16,17),(2005,12,13,17,23),(2005,12,13,18,16),(2005,12,13,19,5),(2005,12,13,20,5),(2005,12,13,21,7),(2005,12,13,22,21),(2005,12,13,23,0),(2005,12,14,0,0),(2005,12,14,1,1),(2005,12,14,2,3),(2005,12,14,3,1),(2005,12,14,4,0),(2005,12,14,5,0),(2005,12,14,6,0),(2005,12,14,7,26),(2005,12,14,8,2),(2005,12,14,9,15),(2005,12,14,10,18),(2005,12,14,11,0),(2005,12,14,12,1),(2005,12,14,13,10),(2005,12,14,14,0),(2005,12,14,15,1),(2005,12,14,16,0),(2005,12,14,17,0),(2005,12,14,18,0),(2005,12,14,19,0),(2005,12,14,20,0),(2005,12,14,21,0),(2005,12,14,22,0),(2005,12,14,23,5),(2005,12,15,0,0),(2005,12,15,1,16),(2005,12,15,2,0),(2005,12,15,3,0),(2005,12,15,4,0),(2005,12,15,5,0),(2005,12,15,6,0),(2005,12,15,7,1),(2005,12,15,8,0),(2005,12,15,9,0),(2005,12,15,10,3),(2005,12,15,11,0),(2005,12,15,12,0),(2005,12,15,13,0),(2005,12,15,14,3),(2005,12,15,15,19),(2005,12,15,16,28),(2005,12,15,17,0),(2005,12,15,18,1),(2005,12,15,19,0),(2005,12,15,20,6),(2005,12,15,21,0),(2005,12,15,22,27),(2005,12,15,23,2),(2005,12,16,0,0),(2005,12,16,1,0),(2005,12,16,2,0),(2005,12,16,3,8),(2005,12,16,4,0),(2005,12,16,5,5),(2005,12,16,6,7),(2005,12,16,7,5),(2005,12,16,8,5),(2005,12,16,9,9),(2005,12,16,10,24),(2005,12,16,11,11),(2005,12,16,12,5),(2005,12,16,13,0),(2005,12,16,14,1),(2005,12,16,15,2),(2005,12,16,16,4),(2005,12,16,17,0),(2005,12,16,18,5),(2005,12,16,19,9),(2005,12,16,20,1),(2005,12,16,21,2),(2005,12,16,22,0),(2005,12,16,23,1),(2005,12,17,0,0),(2005,12,17,1,0),(2005,12,17,2,0),(2005,12,17,3,0),(2005,12,17,4,1),(2005,12,17,5,0),(2005,12,17,6,0),(2005,12,17,7,0),(2005,12,17,8,0),(2005,12,17,9,0),(2005,12,17,10,0),(2005,12,17,11,0),(2005,12,17,12,30),(2005,12,17,13,14),(2005,12,17,14,2),(2005,12,17,15,0),(2005,12,17,16,3),(2005,12,17,17,1),(2005,12,17,18,0),(2005,12,17,19,0),(2005,12,17,20,0),(2005,12,17,21,0),(2005,12,17,22,0),(2005,12,17,23,3),(2005,12,18,0,0),(2005,12,18,1,13),(2005,12,18,2,11),(2005,12,18,3,1),(2005,12,18,4,9),(2005,12,18,5,4),(2005,12,18,6,7),(2005,12,18,7,21),(2005,12,18,8,19),(2005,12,18,9,0),(2005,12,18,10,23),(2005,12,18,11,0),(2005,12,18,12,0),(2005,12,18,13,2),(2005,12,18,14,0),(2005,12,18,15,27),(2005,12,18,16,32),(2005,12,18,17,0),(2005,12,18,18,2),(2005,12,18,19,0),(2005,12,18,20,1),(2005,12,18,21,0),(2005,12,18,22,0),(2005,12,18,23,8),(2005,12,19,0,29),(2005,12,19,1,0),(2005,12,19,2,0),(2005,12,19,3,0),(2005,12,19,4,0),(2005,12,19,5,0),(2005,12,19,6,0),(2005,12,19,7,1),(2005,12,19,8,0),(2005,12,19,9,0),(2005,12,19,10,7),(2005,12,19,11,1),(2005,12,19,12,1),(2005,12,19,13,28),(2005,12,19,14,1),(2005,12,19,15,0),(2005,12,19,16,0),(2005,12,19,17,36),(2005,12,19,18,0),(2005,12,19,19,0),(2005,12,19,20,0),(2005,12,19,21,6),(2005,12,19,22,0),(2005,12,19,23,0),(2005,12,20,0,0),(2005,12,20,1,10),(2005,12,20,2,0),(2005,12,20,3,0),(2005,12,20,4,0),(2005,12,20,5,0),(2005,12,20,6,0),(2005,12,20,7,6),(2005,12,20,8,0),(2005,12,20,9,6),(2005,12,20,10,3),(2005,12,20,11,2),(2005,12,20,12,7),(2005,12,20,13,9),(2005,12,20,14,0),(2005,12,20,15,5),(2005,12,20,16,8),(2005,12,20,17,2),(2005,12,20,18,8),(2005,12,20,19,18),(2005,12,20,20,15),(2005,12,20,21,12),(2005,12,20,22,12),(2005,12,20,23,31),(2005,12,21,0,19),(2005,12,21,1,21),(2005,12,21,2,0),(2005,12,21,3,1),(2005,12,21,4,1),(2005,12,21,5,3),(2005,12,21,6,2),(2005,12,21,7,0),(2005,12,21,8,0),(2005,12,21,9,1),(2005,12,21,10,1),(2005,12,21,11,0),(2005,12,21,12,2),(2005,12,21,13,1),(2005,12,21,14,0),(2005,12,21,15,1),(2005,12,21,16,30),(2005,12,21,17,3),(2005,12,21,18,1),(2005,12,21,19,12),(2005,12,21,20,0),(2005,12,21,21,2),(2005,12,21,22,1),(2005,12,21,23,0),(2005,12,22,0,5),(2005,12,22,1,0),(2005,12,22,2,0),(2005,12,22,3,0),(2005,12,22,4,0),(2005,12,22,5,0),(2005,12,22,6,0),(2005,12,22,7,0),(2005,12,22,8,0),(2005,12,22,9,0),(2005,12,22,10,0),(2005,12,22,11,1),(2005,12,22,12,1),(2005,12,22,13,5),(2005,12,22,14,3),(2005,12,22,15,21),(2005,12,22,16,0),(2005,12,22,17,5),(2005,12,22,18,11),(2005,12,22,19,5),(2005,12,22,20,67),(2005,12,22,21,11),(2005,12,22,22,16),(2005,12,22,23,9),(2005,12,23,0,16),(2005,12,23,1,1),(2005,12,23,2,0),(2005,12,23,3,0),(2005,12,23,4,0),(2005,12,23,5,0),(2005,12,23,6,0),(2005,12,23,7,0),(2005,12,23,8,0),(2005,12,23,9,0),(2005,12,23,10,0),(2005,12,23,11,0),(2005,12,23,12,2),(2005,12,23,13,1),(2005,12,23,14,0),(2005,12,23,15,4),(2005,12,23,16,0),(2005,12,23,17,0),(2005,12,23,18,27),(2005,12,23,19,0),(2005,12,23,20,1),(2005,12,23,21,2),(2005,12,23,22,0),(2005,12,23,23,0),(2005,12,24,0,0),(2005,12,24,1,2),(2005,12,24,2,3),(2005,12,24,3,0),(2005,12,24,4,0),(2005,12,24,5,0),(2005,12,24,6,2),(2005,12,24,7,0),(2005,12,24,8,0),(2005,12,24,9,0),(2005,12,24,10,0),(2005,12,24,11,0),(2005,12,24,12,4),(2005,12,24,13,3),(2005,12,24,14,9),(2005,12,24,15,2),(2005,12,24,16,4),(2005,12,24,17,3),(2005,12,24,18,9),(2005,12,24,19,12),(2005,12,24,20,14),(2005,12,24,21,25),(2005,12,24,22,37),(2005,12,24,23,12),(2005,12,25,0,35),(2005,12,25,1,0),(2005,12,25,2,0),(2005,12,25,3,1),(2005,12,25,4,0),(2005,12,25,5,6),(2005,12,25,6,51),(2005,12,25,7,32),(2005,12,25,8,5),(2005,12,25,9,2),(2005,12,25,10,0),(2005,12,25,11,0),(2005,12,25,12,1),(2005,12,25,13,7),(2005,12,25,14,7),(2005,12,25,15,6),(2005,12,25,16,37),(2005,12,25,17,13),(2005,12,25,18,38),(2005,12,25,19,53),(2005,12,25,20,37),(2005,12,25,21,0),(2005,12,25,22,49),(2005,12,25,23,55),(2005,12,26,0,50),(2005,12,26,1,52),(2005,12,26,2,58),(2005,12,26,3,57),(2005,12,26,4,59),(2005,12,26,5,52),(2005,12,26,6,54),(2005,12,26,7,56),(2005,12,26,8,58),(2005,12,26,9,3),(2005,12,26,10,19),(2005,12,26,11,1),(2005,12,26,12,8),(2005,12,26,13,0),(2005,12,26,14,0),(2005,12,26,15,5),(2005,12,26,16,2),(2005,12,26,17,8),(2005,12,26,18,7),(2005,12,26,19,42),(2005,12,26,20,58),(2005,12,26,21,93),(2005,12,26,22,64),(2005,12,26,23,83),(2005,12,27,0,82),(2005,12,27,1,103),(2005,12,27,2,83),(2005,12,27,3,66),(2005,12,27,4,69),(2005,12,27,5,88),(2005,12,27,6,118),(2005,12,27,7,118),(2005,12,27,8,122),(2005,12,27,9,98),(2005,12,27,10,28),(2005,12,27,11,52),(2005,12,27,12,58),(2005,12,27,13,57),(2005,12,27,14,56),(2005,12,27,15,39),(2005,12,27,16,54),(2005,12,27,17,28),(2005,12,27,18,8),(2005,12,27,19,14),(2005,12,27,20,2),(2005,12,27,21,0),(2005,12,27,22,0),(2005,12,27,23,0),(2005,12,28,0,0),(2005,12,28,1,0),(2005,12,28,2,0),(2005,12,28,3,2),(2005,12,28,4,0),(2005,12,28,5,1),(2005,12,28,6,0),(2005,12,28,7,0),(2005,12,28,8,0),(2005,12,28,9,0),(2005,12,28,10,51),(2005,12,28,11,3),(2005,12,28,12,117),(2005,12,28,13,48),(2005,12,28,14,46),(2005,12,28,15,27),(2005,12,28,16,20),(2005,12,28,17,25),(2005,12,28,18,44),(2005,12,28,19,31),(2005,12,28,20,21),(2005,12,28,21,41),(2005,12,28,22,40),(2005,12,28,23,36),(2005,12,29,0,90),(2005,12,29,1,58),(2005,12,29,2,32),(2005,12,29,3,59),(2005,12,29,4,59),(2005,12,29,5,59),(2005,12,29,6,57),(2005,12,29,7,57),(2005,12,29,8,56),(2005,12,29,9,52),(2005,12,29,10,53),(2005,12,29,11,60),(2005,12,29,12,55),(2005,12,29,13,52),(2005,12,29,14,52),(2005,12,29,15,55),(2005,12,29,16,54),(2005,12,29,17,51),(2005,12,29,18,68),(2005,12,29,19,58),(2005,12,29,20,35),(2005,12,29,21,57),(2005,12,29,22,56),(2005,12,29,23,42),(2005,12,30,0,1),(2005,12,30,1,0),(2005,12,30,2,0),(2005,12,30,3,0),(2005,12,30,4,0),(2005,12,30,5,0),(2005,12,30,6,0),(2005,12,30,7,0),(2005,12,30,8,28),(2005,12,30,9,2),(2005,12,30,10,3),(2005,12,30,11,22),(2005,12,30,12,17),(2005,12,30,13,20),(2005,12,30,14,14),(2005,12,30,15,29),(2005,12,30,16,21),(2005,12,30,17,24),(2005,12,30,18,4),(2005,12,30,19,4),(2005,12,30,20,0),(2005,12,30,21,0),(2005,12,30,22,0),(2005,12,30,23,0),(2005,12,31,0,2),(2005,12,31,1,0),(2005,12,31,2,0),(2005,12,31,3,0),(2005,12,31,4,0),(2005,12,31,5,1),(2005,12,31,6,0),(2005,12,31,7,0),(2005,12,31,8,0),(2005,12,31,9,0),(2005,12,31,10,0),(2005,12,31,11,10),(2005,12,31,12,4),(2005,12,31,13,1),(2005,12,31,14,0),(2005,12,31,15,0),(2005,12,31,16,1),(2005,12,31,17,0),(2005,12,31,18,1),(2005,12,31,19,0),(2005,12,31,20,0),(2005,12,31,21,1),(2005,12,31,22,1),(2005,12,31,23,0),(2006,1,1,0,0),(2006,1,1,1,1),(2006,1,1,2,1),(2006,1,1,3,0),(2006,1,1,4,0),(2006,1,1,5,0),(2006,1,1,6,0),(2006,1,1,7,0),(2006,1,1,8,0),(2006,1,1,9,0),(2006,1,1,10,1),(2006,1,1,11,0),(2006,1,1,12,1),(2006,1,1,13,0),(2006,1,1,14,0),(2006,1,1,15,0),(2006,1,1,16,2),(2006,1,1,17,3),(2006,1,1,18,9),(2006,1,1,19,25),(2006,1,1,20,0),(2006,1,1,21,0),(2006,1,1,22,0),(2006,1,1,23,0),(2006,1,2,0,0),(2006,1,2,1,0),(2006,1,2,2,0),(2006,1,2,3,1),(2006,1,2,4,11),(2006,1,2,5,2),(2006,1,2,6,8),(2006,1,2,7,6),(2006,1,2,8,3),(2006,1,2,9,18),(2006,1,2,10,13),(2006,1,2,11,18),(2006,1,2,12,11),(2006,1,2,13,15),(2006,1,2,14,5),(2006,1,2,15,6),(2006,1,2,16,2),(2006,1,2,17,0),(2006,1,2,18,2),(2006,1,2,19,5),(2006,1,2,20,2),(2006,1,2,21,2),(2006,1,2,22,5),(2006,1,2,23,2),(2006,1,3,0,0),(2006,1,3,1,0),(2006,1,3,2,0),(2006,1,3,3,0),(2006,1,3,4,0),(2006,1,3,5,0),(2006,1,3,6,0),(2006,1,3,7,20),(2006,1,3,8,57),(2006,1,3,9,62),(2006,1,3,10,26),(2006,1,3,11,20),(2006,1,3,12,72),(2006,1,3,13,69),(2006,1,3,14,69),(2006,1,3,15,59),(2006,1,3,16,61),(2006,1,3,17,44),(2006,1,3,18,1),(2006,1,3,19,23),(2006,1,3,20,41),(2006,1,3,21,56),(2006,1,3,22,56),(2006,1,3,23,40),(2006,1,4,0,57),(2006,1,4,1,46),(2006,1,4,2,46),(2006,1,4,3,47),(2006,1,4,4,56),(2006,1,4,5,56),(2006,1,4,6,58),(2006,1,4,7,55),(2006,1,4,8,82),(2006,1,4,9,60),(2006,1,4,10,68),(2006,1,4,11,55),(2006,1,4,12,71),(2006,1,4,13,60),(2006,1,4,14,62),(2006,1,4,15,61),(2006,1,4,16,64),(2006,1,4,17,59),(2006,1,4,18,73),(2006,1,4,19,62),(2006,1,4,20,38),(2006,1,4,21,113),(2006,1,4,22,78),(2006,1,4,23,37),(2006,1,5,0,54),(2006,1,5,1,59),(2006,1,5,2,23),(2006,1,5,3,19),(2006,1,5,4,60),(2006,1,5,5,56),(2006,1,5,6,68),(2006,1,5,7,58),(2006,1,5,8,65),(2006,1,5,9,60),(2006,1,5,10,71),(2006,1,5,11,45),(2006,1,5,12,2),(2006,1,5,13,1),(2006,1,5,14,52),(2006,1,5,15,1),(2006,1,5,16,43),(2006,1,5,17,57),(2006,1,5,18,57),(2006,1,5,19,86),(2006,1,5,20,23),(2006,1,5,21,102),(2006,1,5,22,55),(2006,1,5,23,39),(2006,1,6,0,42),(2006,1,6,1,45),(2006,1,6,2,60),(2006,1,6,3,57),(2006,1,6,4,63),(2006,1,6,5,62),(2006,1,6,6,63),(2006,1,6,7,66),(2006,1,6,8,66),(2006,1,6,9,56),(2006,1,6,10,62),(2006,1,6,11,65),(2006,1,6,12,64),(2006,1,6,13,62),(2006,1,6,14,65),(2006,1,6,15,59),(2006,1,6,16,81),(2006,1,6,17,66),(2006,1,6,18,63),(2006,1,6,19,64),(2006,1,6,20,51),(2006,1,6,21,55),(2006,1,6,22,69),(2006,1,6,23,62),(2006,1,7,0,83),(2006,1,7,1,44),(2006,1,7,2,56),(2006,1,7,3,54),(2006,1,7,4,54),(2006,1,7,5,86),(2006,1,7,6,116),(2006,1,7,7,118),(2006,1,7,8,110),(2006,1,7,9,98),(2006,1,7,10,125),(2006,1,7,11,129),(2006,1,7,12,118),(2006,1,7,13,119),(2006,1,7,14,114),(2006,1,7,15,106),(2006,1,7,16,110),(2006,1,7,17,108),(2006,1,7,18,112),(2006,1,7,19,122),(2006,1,7,20,83),(2006,1,7,21,115),(2006,1,7,22,108),(2006,1,7,23,87),(2006,1,8,0,110),(2006,1,8,1,112),(2006,1,8,2,110),(2006,1,8,3,109),(2006,1,8,4,111),(2006,1,8,5,110),(2006,1,8,6,115),(2006,1,8,7,119),(2006,1,8,8,116),(2006,1,8,9,117),(2006,1,8,10,115),(2006,1,8,11,118),(2006,1,8,12,141),(2006,1,8,13,117),(2006,1,8,14,110),(2006,1,8,15,102),(2006,1,8,16,121),(2006,1,8,17,121),(2006,1,8,18,113),(2006,1,8,19,97),(2006,1,8,20,76),(2006,1,8,21,53),(2006,1,8,22,56),(2006,1,8,23,83),(2006,1,9,0,59),(2006,1,9,1,55),(2006,1,9,2,56),(2006,1,9,3,58),(2006,1,9,4,62),(2006,1,9,5,63),(2006,1,9,6,60),(2006,1,9,7,63),(2006,1,9,8,45),(2006,1,9,9,1),(2006,1,9,10,25),(2006,1,9,11,37),(2006,1,9,12,83),(2006,1,9,13,53),(2006,1,9,14,33),(2006,1,9,15,5),(2006,1,9,16,1),(2006,1,9,17,2),(2006,1,9,18,0),(2006,1,9,19,29),(2006,1,9,20,0),(2006,1,9,21,2),(2006,1,9,22,1),(2006,1,9,23,0),(2006,1,10,0,0),(2006,1,10,1,0),(2006,1,10,2,0),(2006,1,10,3,0),(2006,1,10,4,0),(2006,1,10,5,0),(2006,1,10,6,0),(2006,1,10,7,1),(2006,1,10,8,0),(2006,1,10,9,0),(2006,1,10,10,0),(2006,1,10,11,11),(2006,1,10,12,0),(2006,1,10,13,25),(2006,1,10,14,2),(2006,1,10,15,1),(2006,1,10,16,0),(2006,1,10,17,0),(2006,1,10,18,0),(2006,1,10,19,1),(2006,1,10,20,0),(2006,1,10,21,2),(2006,1,10,22,7),(2006,1,10,23,25),(2006,1,11,0,1),(2006,1,11,1,0),(2006,1,11,2,0),(2006,1,11,3,0),(2006,1,11,4,0),(2006,1,11,5,0),(2006,1,11,6,0),(2006,1,11,7,0),(2006,1,11,8,0),(2006,1,11,9,0),(2006,1,11,10,0),(2006,1,11,11,1),(2006,1,11,12,35),(2006,1,11,13,0),(2006,1,11,14,21),(2006,1,11,15,1),(2006,1,11,16,0),(2006,1,11,17,0),(2006,1,11,18,1),(2006,1,11,19,4),(2006,1,11,20,2),(2006,1,11,21,5),(2006,1,11,22,1),(2006,1,11,23,1),(2006,1,12,0,1),(2006,1,12,1,28),(2006,1,12,2,0),(2006,1,12,3,24),(2006,1,12,4,4),(2006,1,12,5,11),(2006,1,12,6,7),(2006,1,12,7,2),(2006,1,12,8,16),(2006,1,12,9,11),(2006,1,12,10,17),(2006,1,12,11,13),(2006,1,12,12,8),(2006,1,12,13,6),(2006,1,12,14,5),(2006,1,12,15,1),(2006,1,12,16,10),(2006,1,12,17,1),(2006,1,12,18,0),(2006,1,12,19,6),(2006,1,12,20,10),(2006,1,12,21,0),(2006,1,12,22,63),(2006,1,12,23,7),(2006,1,13,0,12),(2006,1,13,1,0),(2006,1,13,2,1),(2006,1,13,3,0),(2006,1,13,4,0),(2006,1,13,5,18),(2006,1,13,6,3),(2006,1,13,7,0),(2006,1,13,8,2),(2006,1,13,9,4),(2006,1,13,10,0),(2006,1,13,11,1),(2006,1,13,12,0),(2006,1,13,13,0),(2006,1,13,14,0),(2006,1,13,15,0),(2006,1,13,16,0),(2006,1,13,17,1),(2006,1,13,18,0),(2006,1,13,19,0),(2006,1,13,20,1),(2006,1,13,21,0),(2006,1,13,22,0),(2006,1,13,23,0),(2006,1,14,0,0),(2006,1,14,1,0),(2006,1,14,2,0),(2006,1,14,3,0),(2006,1,14,4,0),(2006,1,14,5,0),(2006,1,14,6,3),(2006,1,14,7,0),(2006,1,14,8,0),(2006,1,14,9,0),(2006,1,14,10,32),(2006,1,14,11,44),(2006,1,14,12,19),(2006,1,14,13,1),(2006,1,14,14,34),(2006,1,14,15,1),(2006,1,14,16,24),(2006,1,14,17,39),(2006,1,14,18,13),(2006,1,14,19,15),(2006,1,14,20,0),(2006,1,14,21,6),(2006,1,14,22,0),(2006,1,14,23,0),(2006,1,15,0,1),(2006,1,15,1,0),(2006,1,15,2,0),(2006,1,15,3,2),(2006,1,15,4,0),(2006,1,15,5,4),(2006,1,15,6,3),(2006,1,15,7,4),(2006,1,15,8,0),(2006,1,15,9,6),(2006,1,15,10,4),(2006,1,15,11,9),(2006,1,15,12,41),(2006,1,15,13,57),(2006,1,15,14,0),(2006,1,15,15,3),(2006,1,15,16,3),(2006,1,15,17,0),(2006,1,15,18,1),(2006,1,15,19,0),(2006,1,15,20,29),(2006,1,15,21,1),(2006,1,15,22,4),(2006,1,15,23,1),(2006,1,16,0,0),(2006,1,16,1,0),(2006,1,16,2,0),(2006,1,16,3,0),(2006,1,16,4,3),(2006,1,16,5,0),(2006,1,16,6,0),(2006,1,16,7,34),(2006,1,16,8,64),(2006,1,16,9,56),(2006,1,16,10,59),(2006,1,16,11,87),(2006,1,16,12,79),(2006,1,16,13,83),(2006,1,16,14,0),(2006,1,16,15,0),(2006,1,16,16,2),(2006,1,16,17,0),(2006,1,16,18,0),(2006,1,16,19,4),(2006,1,16,20,16),(2006,1,16,21,33),(2006,1,16,22,13),(2006,1,16,23,3),(2006,1,17,0,1),(2006,1,17,1,0),(2006,1,17,2,0),(2006,1,17,3,0),(2006,1,17,4,0),(2006,1,17,5,0),(2006,1,17,6,0),(2006,1,17,7,0),(2006,1,17,8,1),(2006,1,17,9,26),(2006,1,17,10,35),(2006,1,17,11,0),(2006,1,17,12,0),(2006,1,17,13,0),(2006,1,17,14,2),(2006,1,17,15,7),(2006,1,17,16,4),(2006,1,17,17,44),(2006,1,17,18,20),(2006,1,17,19,15),(2006,1,17,20,20),(2006,1,17,21,6),(2006,1,17,22,19),(2006,1,17,23,26),(2006,1,18,0,16),(2006,1,18,1,307),(2006,1,18,2,39),(2006,1,18,3,8),(2006,1,18,4,2),(2006,1,18,5,7),(2006,1,18,6,3),(2006,1,18,7,6),(2006,1,18,8,6),(2006,1,18,9,32),(2006,1,18,10,0),(2006,1,18,11,0),(2006,1,18,12,6),(2006,1,18,13,0),(2006,1,18,14,0),(2006,1,18,15,27),(2006,1,18,16,0),(2006,1,18,17,0),(2006,1,18,18,2),(2006,1,18,19,1),(2006,1,18,20,1),(2006,1,18,21,5),(2006,1,18,22,29),(2006,1,18,23,1),(2006,1,19,0,4),(2006,1,19,1,0),(2006,1,19,2,1),(2006,1,19,3,0),(2006,1,19,4,5),(2006,1,19,5,0),(2006,1,19,6,0),(2006,1,19,7,0),(2006,1,19,8,0),(2006,1,19,9,0),(2006,1,19,10,0),(2006,1,19,11,0),(2006,1,19,12,0),(2006,1,19,13,21),(2006,1,19,14,3),(2006,1,19,15,1),(2006,1,19,16,0),(2006,1,19,17,15),(2006,1,19,18,0),(2006,1,19,19,3),(2006,1,19,20,0),(2006,1,19,21,0),(2006,1,19,22,0),(2006,1,19,23,1),(2006,1,20,0,1),(2006,1,20,1,0),(2006,1,20,2,0),(2006,1,20,3,1),(2006,1,20,4,2),(2006,1,20,5,0),(2006,1,20,6,6),(2006,1,20,7,3),(2006,1,20,8,0),(2006,1,20,9,1),(2006,1,20,10,0),(2006,1,20,11,0),(2006,1,20,12,10),(2006,1,20,13,2),(2006,1,20,14,23),(2006,1,20,15,4),(2006,1,20,16,1),(2006,1,20,17,0),(2006,1,20,18,11),(2006,1,20,19,1),(2006,1,20,20,26),(2006,1,20,21,13),(2006,1,20,22,1),(2006,1,20,23,0),(2006,1,21,0,0),(2006,1,21,1,0),(2006,1,21,2,0),(2006,1,21,3,0),(2006,1,21,4,0),(2006,1,21,5,0),(2006,1,21,6,0),(2006,1,21,7,1),(2006,1,21,8,4),(2006,1,21,9,1),(2006,1,21,10,1),(2006,1,21,11,0),(2006,1,21,12,1),(2006,1,21,13,5),(2006,1,21,14,6),(2006,1,21,15,0),(2006,1,21,16,1),(2006,1,21,17,0),(2006,1,21,18,15),(2006,1,21,19,0),(2006,1,21,20,7),(2006,1,21,21,7),(2006,1,21,22,41),(2006,1,21,23,7),(2006,1,22,0,2),(2006,1,22,1,0),(2006,1,22,2,24),(2006,1,22,3,6),(2006,1,22,4,2),(2006,1,22,5,2),(2006,1,22,6,3),(2006,1,22,7,5),(2006,1,22,8,4),(2006,1,22,9,6),(2006,1,22,10,2),(2006,1,22,11,1),(2006,1,22,12,29),(2006,1,22,13,0),(2006,1,22,14,0),(2006,1,22,15,0),(2006,1,22,16,0),(2006,1,22,17,1),(2006,1,22,18,49),(2006,1,22,19,0),(2006,1,22,20,0),(2006,1,22,21,2),(2006,1,22,22,0),(2006,1,22,23,0),(2006,1,23,0,0),(2006,1,23,1,0),(2006,1,23,2,1),(2006,1,23,3,0),(2006,1,23,4,0),(2006,1,23,5,1),(2006,1,23,6,1),(2006,1,23,7,8),(2006,1,23,8,10),(2006,1,23,9,12),(2006,1,23,10,1),(2006,1,23,11,6),(2006,1,23,12,0),(2006,1,23,13,0),(2006,1,23,14,1),(2006,1,23,15,8),(2006,1,23,16,73),(2006,1,23,17,95),(2006,1,23,18,61),(2006,1,23,19,61),(2006,1,23,20,41),(2006,1,23,21,67),(2006,1,23,22,59),(2006,1,23,23,40),(2006,1,24,0,9),(2006,1,24,1,44),(2006,1,24,2,82),(2006,1,24,3,71),(2006,1,24,4,58),(2006,1,24,5,76),(2006,1,24,6,64),(2006,1,24,7,75),(2006,1,24,8,64),(2006,1,24,9,66),(2006,1,24,10,71),(2006,1,24,11,59),(2006,1,24,12,65),(2006,1,24,13,62),(2006,1,24,14,59),(2006,1,24,15,61),(2006,1,24,16,58),(2006,1,24,17,66),(2006,1,24,18,76),(2006,1,24,19,43),(2006,1,24,20,32),(2006,1,24,21,63),(2006,1,24,22,55),(2006,1,24,23,48),(2006,1,25,0,54),(2006,1,25,1,44),(2006,1,25,2,53),(2006,1,25,3,60),(2006,1,25,4,63),(2006,1,25,5,61),(2006,1,25,6,60),(2006,1,25,7,60),(2006,1,25,8,54),(2006,1,25,9,54),(2006,1,25,10,19),(2006,1,25,11,37),(2006,1,25,12,97),(2006,1,25,13,55),(2006,1,25,14,56),(2006,1,25,15,55),(2006,1,25,16,53),(2006,1,25,17,55),(2006,1,25,18,48),(2006,1,25,19,27),(2006,1,25,20,36),(2006,1,25,21,92),(2006,1,25,22,54),(2006,1,25,23,55),(2006,1,26,0,54),(2006,1,26,1,56),(2006,1,26,2,55),(2006,1,26,3,56),(2006,1,26,4,56),(2006,1,26,5,57),(2006,1,26,6,56),(2006,1,26,7,58),(2006,1,26,8,44),(2006,1,26,9,53),(2006,1,26,10,57),(2006,1,26,11,81),(2006,1,26,12,60),(2006,1,26,13,54),(2006,1,26,14,58),(2006,1,26,15,63),(2006,1,26,16,38),(2006,1,26,17,65),(2006,1,26,18,66),(2006,1,26,19,35),(2006,1,26,20,19),(2006,1,26,21,58),(2006,1,26,22,57),(2006,1,26,23,57),(2006,1,27,0,55),(2006,1,27,1,79),(2006,1,27,2,75),(2006,1,27,3,66),(2006,1,27,4,88),(2006,1,27,5,76),(2006,1,27,6,67),(2006,1,27,7,63),(2006,1,27,8,65),(2006,1,27,9,64),(2006,1,27,10,73),(2006,1,27,11,56),(2006,1,27,12,42),(2006,1,27,13,6),(2006,1,27,14,7),(2006,1,27,15,0),(2006,1,27,16,0),(2006,1,27,17,2),(2006,1,27,18,0),(2006,1,27,19,7),(2006,1,27,20,2),(2006,1,27,21,0),(2006,1,27,22,29),(2006,1,27,23,62),(2006,1,28,0,60),(2006,1,28,1,62),(2006,1,28,2,60),(2006,1,28,3,61),(2006,1,28,4,63),(2006,1,28,5,61),(2006,1,28,6,63),(2006,1,28,7,62),(2006,1,28,8,60),(2006,1,28,9,57),(2006,1,28,10,53),(2006,1,28,11,101),(2006,1,28,12,138),(2006,1,28,13,176),(2006,1,28,14,272),(2006,1,28,15,0),(2006,1,28,16,2),(2006,1,28,17,1),(2006,1,28,18,2),(2006,1,28,19,2),(2006,1,28,20,1),(2006,1,28,21,0),(2006,1,28,22,0),(2006,1,28,23,0),(2006,1,29,0,0),(2006,1,29,1,0),(2006,1,29,2,0),(2006,1,29,3,1),(2006,1,29,4,4),(2006,1,29,5,7),(2006,1,29,6,8),(2006,1,29,7,4),(2006,1,29,8,1),(2006,1,29,9,6),(2006,1,29,10,9),(2006,1,29,11,3),(2006,1,29,12,19),(2006,1,29,13,7),(2006,1,29,14,0),(2006,1,29,15,24),(2006,1,29,16,11),(2006,1,29,17,18),(2006,1,29,18,34),(2006,1,29,19,15),(2006,1,29,20,0),(2006,1,29,21,25),(2006,1,29,22,8),(2006,1,29,23,4),(2006,1,30,0,0),(2006,1,30,1,22),(2006,1,30,2,3),(2006,1,30,3,7),(2006,1,30,4,3),(2006,1,30,5,11),(2006,1,30,6,9),(2006,1,30,7,0),(2006,1,30,8,3),(2006,1,30,9,1),(2006,1,30,10,2),(2006,1,30,11,2),(2006,1,30,12,0),(2006,1,30,13,1),(2006,1,30,14,3),(2006,1,30,15,4),(2006,1,30,16,8),(2006,1,30,17,1),(2006,1,30,18,0),(2006,1,30,19,0),(2006,1,30,20,0),(2006,1,30,21,2),(2006,1,30,22,1),(2006,1,30,23,0),(2006,1,31,0,0),(2006,1,31,1,0),(2006,1,31,2,0),(2006,1,31,3,0),(2006,1,31,4,0),(2006,1,31,5,1),(2006,1,31,6,0),(2006,1,31,7,3),(2006,1,31,8,2),(2006,1,31,9,2),(2006,1,31,10,3),(2006,1,31,11,0),(2006,1,31,12,4),(2006,1,31,13,1),(2006,1,31,14,4),(2006,1,31,15,1),(2006,1,31,16,0),(2006,1,31,17,0),(2006,1,31,18,0),(2006,1,31,19,0),(2006,1,31,20,2),(2006,1,31,21,22),(2006,1,31,22,0),(2006,1,31,23,0),(2006,2,1,0,0),(2006,2,1,1,0),(2006,2,1,2,2),(2006,2,1,3,1),(2006,2,1,4,8),(2006,2,1,5,11),(2006,2,1,6,17),(2006,2,1,7,27),(2006,2,1,8,11),(2006,2,1,9,5),(2006,2,1,10,8),(2006,2,1,11,1),(2006,2,1,12,10),(2006,2,1,13,12),(2006,2,1,14,3),(2006,2,1,15,4),(2006,2,1,16,0),(2006,2,1,17,2),(2006,2,1,18,32),(2006,2,1,19,2),(2006,2,1,20,0),(2006,2,1,21,0),(2006,2,1,22,0),(2006,2,1,23,1),(2006,2,2,0,33),(2006,2,2,1,33),(2006,2,2,2,0),(2006,2,2,3,0),(2006,2,2,4,0),(2006,2,2,5,0),(2006,2,2,6,0),(2006,2,2,7,0),(2006,2,2,8,3),(2006,2,2,9,0),(2006,2,2,10,0),(2006,2,2,11,3),(2006,2,2,12,0),(2006,2,2,13,1),(2006,2,2,14,0),(2006,2,2,15,30),(2006,2,2,16,0),(2006,2,2,17,1),(2006,2,2,18,7),(2006,2,2,19,0),(2006,2,2,20,0),(2006,2,2,21,10),(2006,2,2,22,15),(2006,2,2,23,1),(2006,2,3,0,1),(2006,2,3,1,5),(2006,2,3,2,13),(2006,2,3,3,1),(2006,2,3,4,0),(2006,2,3,5,13),(2006,2,3,6,4),(2006,2,3,7,1),(2006,2,3,8,5),(2006,2,3,9,0),(2006,2,3,10,0),(2006,2,3,11,4),(2006,2,3,12,2),(2006,2,3,13,0),(2006,2,3,14,8),(2006,2,3,15,23),(2006,2,3,16,85),(2006,2,3,17,104),(2006,2,3,18,94),(2006,2,3,19,106),(2006,2,3,20,92),(2006,2,3,21,42),(2006,2,3,22,0),(2006,2,3,23,46),(2006,2,4,0,10),(2006,2,4,1,2),(2006,2,4,2,11),(2006,2,4,3,4),(2006,2,4,4,0),(2006,2,4,5,1),(2006,2,4,6,1),(2006,2,4,7,0),(2006,2,4,8,1),(2006,2,4,9,0),(2006,2,4,10,1),(2006,2,4,11,0),(2006,2,4,12,8),(2006,2,4,13,1),(2006,2,4,14,0),(2006,2,4,15,0),(2006,2,4,16,1),(2006,2,4,17,0),(2006,2,4,18,0),(2006,2,4,19,1),(2006,2,4,20,0),(2006,2,4,21,9),(2006,2,4,22,1),(2006,2,4,23,2),(2006,2,5,0,0),(2006,2,5,1,0),(2006,2,5,2,0),(2006,2,5,3,0),(2006,2,5,4,1),(2006,2,5,5,0),(2006,2,5,6,0),(2006,2,5,7,0),(2006,2,5,8,4),(2006,2,5,9,0),(2006,2,5,10,0),(2006,2,5,11,1),(2006,2,5,12,0),(2006,2,5,13,0),(2006,2,5,14,3),(2006,2,5,15,0),(2006,2,5,16,17),(2006,2,5,17,2),(2006,2,5,18,35),(2006,2,5,19,63),(2006,2,5,20,72),(2006,2,5,21,56),(2006,2,5,22,63),(2006,2,5,23,38),(2006,2,6,0,10),(2006,2,6,1,37),(2006,2,6,2,37),(2006,2,6,3,36),(2006,2,6,4,43),(2006,2,6,5,29),(2006,2,6,6,7),(2006,2,6,7,18),(2006,2,6,8,6),(2006,2,6,9,0),(2006,2,6,10,30),(2006,2,6,11,1),(2006,2,6,12,3),(2006,2,6,13,2),(2006,2,6,14,6),(2006,2,6,15,4),(2006,2,6,16,1),(2006,2,6,17,2),(2006,2,6,18,12),(2006,2,6,19,7),(2006,2,6,20,17),(2006,2,6,21,10),(2006,2,6,22,4),(2006,2,6,23,1),(2006,2,7,0,0),(2006,2,7,1,1),(2006,2,7,2,8),(2006,2,7,3,0),(2006,2,7,4,0),(2006,2,7,5,0),(2006,2,7,6,1),(2006,2,7,7,17),(2006,2,7,8,0),(2006,2,7,9,0),(2006,2,7,10,0),(2006,2,7,11,0),(2006,2,7,12,1),(2006,2,7,13,0),(2006,2,7,14,0),(2006,2,7,15,4),(2006,2,7,16,4),(2006,2,7,17,15),(2006,2,7,18,9),(2006,2,7,19,55),(2006,2,7,20,36),(2006,2,7,21,86),(2006,2,7,22,69),(2006,2,7,23,74),(2006,2,8,0,60),(2006,2,8,1,21),(2006,2,8,2,0),(2006,2,8,3,0),(2006,2,8,4,0),(2006,2,8,5,0),(2006,2,8,6,0),(2006,2,8,7,0),(2006,2,8,8,18),(2006,2,8,9,0),(2006,2,8,10,0),(2006,2,8,11,0),(2006,2,8,12,0),(2006,2,8,13,0),(2006,2,8,14,0),(2006,2,8,15,0),(2006,2,8,16,32),(2006,2,8,17,1),(2006,2,8,18,3),(2006,2,8,19,3),(2006,2,8,20,7),(2006,2,8,21,0),(2006,2,8,22,0),(2006,2,8,23,0),(2006,2,9,0,1),(2006,2,9,1,0),(2006,2,9,2,0),(2006,2,9,3,1),(2006,2,9,4,0),(2006,2,9,5,0),(2006,2,9,6,0),(2006,2,9,7,0),(2006,2,9,8,1),(2006,2,9,9,0),(2006,2,9,10,0),(2006,2,9,11,1),(2006,2,9,12,1),(2006,2,9,13,3),(2006,2,9,14,1),(2006,2,9,15,0),(2006,2,9,16,4),(2006,2,9,17,5),(2006,2,9,18,0),(2006,2,9,19,0),(2006,2,9,20,1),(2006,2,9,21,1),(2006,2,9,22,0),(2006,2,9,23,6),(2006,2,10,0,1),(2006,2,10,1,1),(2006,2,10,2,0),(2006,2,10,3,0),(2006,2,10,4,0),(2006,2,10,5,3),(2006,2,10,6,1),(2006,2,10,7,1),(2006,2,10,8,1),(2006,2,10,9,0),(2006,2,10,10,1),(2006,2,10,11,0),(2006,2,10,12,1),(2006,2,10,13,4),(2006,2,10,14,39),(2006,2,10,15,83),(2006,2,10,16,92),(2006,2,10,17,87),(2006,2,10,18,93),(2006,2,10,19,95),(2006,2,10,20,84),(2006,2,10,21,119),(2006,2,10,22,68),(2006,2,10,23,125),(2006,2,11,0,71),(2006,2,11,1,57),(2006,2,11,2,73),(2006,2,11,3,65),(2006,2,11,4,86),(2006,2,11,5,66),(2006,2,11,6,76),(2006,2,11,7,76),(2006,2,11,8,73),(2006,2,11,9,71),(2006,2,11,10,83),(2006,2,11,11,68),(2006,2,11,12,67),(2006,2,11,13,65),(2006,2,11,14,62),(2006,2,11,15,72),(2006,2,11,16,82),(2006,2,11,17,77),(2006,2,11,18,75),(2006,2,11,19,112),(2006,2,11,20,74),(2006,2,11,21,82),(2006,2,11,22,72),(2006,2,11,23,76),(2006,2,12,0,78),(2006,2,12,1,83),(2006,2,12,2,76),(2006,2,12,3,80),(2006,2,12,4,90),(2006,2,12,5,87),(2006,2,12,6,81),(2006,2,12,7,73),(2006,2,12,8,83),(2006,2,12,9,86),(2006,2,12,10,86),(2006,2,12,11,87),(2006,2,12,12,108),(2006,2,12,13,86),(2006,2,12,14,98),(2006,2,12,15,77),(2006,2,12,16,11),(2006,2,12,17,17),(2006,2,12,18,106),(2006,2,12,19,96),(2006,2,12,20,74),(2006,2,12,21,0),(2006,2,12,22,1),(2006,2,12,23,73),(2006,2,13,0,105),(2006,2,13,1,105),(2006,2,13,2,103),(2006,2,13,3,103),(2006,2,13,4,107),(2006,2,13,5,105),(2006,2,13,6,107),(2006,2,13,7,118),(2006,2,13,8,117),(2006,2,13,9,117),(2006,2,13,10,72),(2006,2,13,11,125),(2006,2,13,12,116),(2006,2,13,13,119),(2006,2,13,14,114),(2006,2,13,15,62),(2006,2,13,16,3),(2006,2,13,17,0),(2006,2,13,18,0),(2006,2,13,19,106),(2006,2,13,20,113),(2006,2,13,21,114),(2006,2,13,22,106),(2006,2,13,23,106),(2006,2,14,0,23),(2006,2,14,1,106),(2006,2,14,2,61),(2006,2,14,3,157),(2006,2,14,4,121),(2006,2,14,5,60),(2006,2,14,6,69),(2006,2,14,7,71),(2006,2,14,8,69),(2006,2,14,9,81),(2006,2,14,10,64),(2006,2,14,11,49),(2006,2,14,12,15),(2006,2,14,13,12),(2006,2,14,14,26),(2006,2,14,15,11),(2006,2,14,16,1),(2006,2,14,17,4),(2006,2,14,18,25),(2006,2,14,19,9),(2006,2,14,20,5),(2006,2,14,21,11),(2006,2,14,22,0),(2006,2,14,23,0),(2006,2,15,0,17),(2006,2,15,1,9),(2006,2,15,2,0),(2006,2,15,3,0),(2006,2,15,4,9),(2006,2,15,5,0),(2006,2,15,6,0),(2006,2,15,7,1),(2006,2,15,8,0),(2006,2,15,9,2),(2006,2,15,10,9),(2006,2,15,11,3),(2006,2,15,12,13),(2006,2,15,13,1),(2006,2,15,14,6),(2006,2,15,15,4),(2006,2,15,16,3),(2006,2,15,17,3),(2006,2,15,18,0),(2006,2,15,19,1),(2006,2,15,20,1),(2006,2,15,21,0),(2006,2,15,22,0),(2006,2,15,23,0),(2006,2,16,0,0),(2006,2,16,1,0),(2006,2,16,2,0),(2006,2,16,3,0),(2006,2,16,4,0),(2006,2,16,5,0),(2006,2,16,6,0),(2006,2,16,7,0),(2006,2,16,8,1),(2006,2,16,9,1),(2006,2,16,10,3),(2006,2,16,11,0),(2006,2,16,12,18),(2006,2,16,13,46),(2006,2,16,14,48),(2006,2,16,15,50),(2006,2,16,16,17),(2006,2,16,17,61),(2006,2,16,18,62),(2006,2,16,19,74),(2006,2,16,20,14),(2006,2,16,21,43),(2006,2,16,22,21),(2006,2,16,23,12),(2006,2,17,0,11),(2006,2,17,1,8),(2006,2,17,2,10),(2006,2,17,3,12),(2006,2,17,4,15),(2006,2,17,5,25),(2006,2,17,6,0),(2006,2,17,7,0),(2006,2,17,8,5),(2006,2,17,9,1),(2006,2,17,10,1),(2006,2,17,11,9),(2006,2,17,12,1),(2006,2,17,13,0),(2006,2,17,14,0),(2006,2,17,15,0),(2006,2,17,16,1),(2006,2,17,17,2),(2006,2,17,18,2),(2006,2,17,19,0),(2006,2,17,20,0),(2006,2,17,21,0),(2006,2,17,22,17),(2006,2,17,23,11),(2006,2,18,0,2),(2006,2,18,1,2),(2006,2,18,2,9),(2006,2,18,3,5),(2006,2,18,4,3),(2006,2,18,5,0),(2006,2,18,6,8),(2006,2,18,7,4),(2006,2,18,8,4),(2006,2,18,9,6),(2006,2,18,10,42),(2006,2,18,11,36),(2006,2,18,12,25),(2006,2,18,13,64),(2006,2,18,14,34),(2006,2,18,15,0),(2006,2,18,16,6),(2006,2,18,17,0),(2006,2,18,18,28),(2006,2,18,19,0),(2006,2,18,20,0),(2006,2,18,21,2),(2006,2,18,22,0),(2006,2,18,23,1),(2006,2,19,0,1),(2006,2,19,1,0),(2006,2,19,2,2),(2006,2,19,3,2),(2006,2,19,4,0),(2006,2,19,5,0),(2006,2,19,6,0),(2006,2,19,7,2),(2006,2,19,8,0),(2006,2,19,9,2),(2006,2,19,10,2),(2006,2,19,11,1),(2006,2,19,12,11),(2006,2,19,13,4),(2006,2,19,14,0),(2006,2,19,15,37),(2006,2,19,16,16),(2006,2,19,17,3),(2006,2,19,18,24),(2006,2,19,19,7),(2006,2,19,20,0),(2006,2,19,21,10),(2006,2,19,22,2),(2006,2,19,23,1),(2006,2,20,0,2),(2006,2,20,1,11),(2006,2,20,2,0),(2006,2,20,3,8),(2006,2,20,4,5),(2006,2,20,5,4),(2006,2,20,6,0),(2006,2,20,7,0),(2006,2,20,8,6),(2006,2,20,9,1),(2006,2,20,10,22),(2006,2,20,11,4),(2006,2,20,12,7),(2006,2,20,13,29),(2006,2,20,14,0),(2006,2,20,15,0),(2006,2,20,16,0),(2006,2,20,17,2),(2006,2,20,18,0),(2006,2,20,19,1),(2006,2,20,20,1),(2006,2,20,21,1),(2006,2,20,22,0),(2006,2,20,23,6),(2006,2,21,0,0),(2006,2,21,1,0),(2006,2,21,2,0),(2006,2,21,3,2),(2006,2,21,4,18),(2006,2,21,5,0),(2006,2,21,6,0),(2006,2,21,7,1),(2006,2,21,8,13),(2006,2,21,9,6),(2006,2,21,10,15),(2006,2,21,11,16),(2006,2,21,12,12),(2006,2,21,13,20),(2006,2,21,14,13),(2006,2,21,15,2),(2006,2,21,16,61),(2006,2,21,17,29),(2006,2,21,18,81),(2006,2,21,19,11),(2006,2,21,20,3),(2006,2,21,21,0),(2006,2,21,22,5),(2006,2,21,23,2),(2006,2,22,0,0),(2006,2,22,1,30),(2006,2,22,2,0),(2006,2,22,3,0),(2006,2,22,4,0),(2006,2,22,5,1),(2006,2,22,6,0),(2006,2,22,7,0),(2006,2,22,8,0),(2006,2,22,9,2),(2006,2,22,10,0),(2006,2,22,11,0),(2006,2,22,12,0),(2006,2,22,13,1),(2006,2,22,14,0),(2006,2,22,15,0),(2006,2,22,16,4),(2006,2,22,17,1),(2006,2,22,18,0),(2006,2,22,19,0),(2006,2,22,20,19),(2006,2,22,21,0),(2006,2,22,22,5),(2006,2,22,23,7),(2006,2,23,0,7),(2006,2,23,1,31),(2006,2,23,2,13),(2006,2,23,3,32),(2006,2,23,4,0),(2006,2,23,5,17),(2006,2,23,6,2),(2006,2,23,7,4),(2006,2,23,8,5),(2006,2,23,9,1),(2006,2,23,10,31),(2006,2,23,11,9),(2006,2,23,12,2),(2006,2,23,13,4),(2006,2,23,14,8),(2006,2,23,15,1),(2006,2,23,16,0),(2006,2,23,17,35),(2006,2,23,18,53),(2006,2,23,19,70),(2006,2,23,20,58),(2006,2,23,21,53),(2006,2,23,22,54),(2006,2,23,23,48),(2006,2,24,0,48),(2006,2,24,1,47),(2006,2,24,2,50),(2006,2,24,3,42),(2006,2,24,4,33),(2006,2,24,5,57),(2006,2,24,6,54),(2006,2,24,7,56),(2006,2,24,8,54),(2006,2,24,9,59),(2006,2,24,10,61),(2006,2,24,11,48),(2006,2,24,12,52),(2006,2,24,13,54),(2006,2,24,14,23),(2006,2,24,15,46),(2006,2,24,16,54),(2006,2,24,17,55),(2006,2,24,18,48),(2006,2,24,19,44),(2006,2,24,20,46),(2006,2,24,21,65),(2006,2,24,22,0),(2006,2,24,23,50),(2006,2,25,0,62),(2006,2,25,1,60),(2006,2,25,2,61),(2006,2,25,3,119),(2006,2,25,4,146),(2006,2,25,5,78),(2006,2,25,6,159),(2006,2,25,7,184),(2006,2,25,8,167),(2006,2,25,9,166),(2006,2,25,10,185),(2006,2,25,11,170),(2006,2,25,12,170),(2006,2,25,13,81),(2006,2,25,14,130),(2006,2,25,15,189),(2006,2,25,16,165),(2006,2,25,17,162),(2006,2,25,18,145),(2006,2,25,19,116),(2006,2,25,20,105),(2006,2,25,21,156),(2006,2,25,22,197),(2006,2,25,23,223),(2006,2,26,0,150),(2006,2,26,1,174),(2006,2,26,2,195),(2006,2,26,3,135),(2006,2,26,4,196),(2006,2,26,5,137),(2006,2,26,6,118),(2006,2,26,7,176),(2006,2,26,8,133),(2006,2,26,9,139),(2006,2,26,10,125),(2006,2,26,11,134),(2006,2,26,12,124),(2006,2,26,13,143),(2006,2,26,14,118),(2006,2,26,15,145),(2006,2,26,16,136),(2006,2,26,17,135),(2006,2,26,18,143),(2006,2,26,19,117),(2006,2,26,20,104),(2006,2,26,21,124),(2006,2,26,22,89),(2006,2,26,23,136),(2006,2,27,0,120),(2006,2,27,1,137),(2006,2,27,2,142),(2006,2,27,3,142),(2006,2,27,4,128),(2006,2,27,5,127),(2006,2,27,6,132),(2006,2,27,7,141),(2006,2,27,8,122),(2006,2,27,9,119),(2006,2,27,10,110),(2006,2,27,11,134),(2006,2,27,12,58),(2006,2,27,13,118),(2006,2,27,14,144),(2006,2,27,15,57),(2006,2,27,16,79),(2006,2,27,17,57),(2006,2,27,18,59),(2006,2,27,19,69),(2006,2,27,20,17),(2006,2,27,21,55),(2006,2,27,22,53),(2006,2,27,23,61),(2006,2,28,0,123),(2006,2,28,1,142),(2006,2,28,2,136),(2006,2,28,3,125),(2006,2,28,4,135),(2006,2,28,5,75),(2006,2,28,6,92),(2006,2,28,7,94),(2006,2,28,8,102),(2006,2,28,9,82),(2006,2,28,10,81),(2006,2,28,11,132),(2006,2,28,12,155),(2006,2,28,13,81),(2006,2,28,14,55),(2006,2,28,15,66),(2006,2,28,16,53),(2006,2,28,17,2),(2006,2,28,18,122),(2006,2,28,19,116),(2006,2,28,20,203),(2006,2,28,21,226),(2006,2,28,22,206),(2006,2,28,23,81),(2006,2,28,0,123),(2006,2,28,1,142),(2006,2,28,2,136),(2006,2,28,3,125),(2006,2,28,4,135),(2006,2,28,5,75),(2006,2,28,6,92),(2006,2,28,7,94),(2006,2,28,8,102),(2006,2,28,9,82),(2006,2,28,10,81),(2006,2,28,11,132),(2006,2,28,12,155),(2006,2,28,13,81),(2006,2,28,14,55),(2006,2,28,15,66),(2006,2,28,16,53),(2006,2,28,17,2),(2006,2,28,18,122),(2006,2,28,19,116),(2006,2,28,20,203),(2006,2,28,21,226),(2006,2,28,22,206),(2006,2,28,23,81),(2006,3,1,0,253),(2006,3,1,1,340),(2006,3,1,2,381),(2006,3,1,3,306),(2006,3,1,4,285),(2006,3,1,5,76),(2006,3,1,6,79),(2006,3,1,7,84),(2006,3,1,8,78),(2006,3,1,9,60),(2006,3,1,10,135),(2006,3,1,11,1),(2006,3,1,12,0),(2006,3,1,13,17),(2006,3,1,14,106),(2006,3,1,15,105),(2006,3,1,16,101),(2006,3,1,17,87),(2006,3,1,18,107),(2006,3,1,19,109),(2006,3,1,20,106),(2006,3,1,21,112),(2006,3,1,22,110),(2006,3,1,23,112),(2006,3,2,0,107),(2006,3,2,1,139),(2006,3,2,2,119),(2006,3,2,3,119),(2006,3,2,4,112),(2006,3,2,5,131),(2006,3,2,6,110),(2006,3,2,7,113),(2006,3,2,8,122),(2006,3,2,9,126),(2006,3,2,10,121),(2006,3,2,11,124),(2006,3,2,12,119),(2006,3,2,13,110),(2006,3,2,14,85),(2006,3,2,15,0),(2006,3,2,16,24),(2006,3,2,17,36),(2006,3,2,18,0),(2006,3,2,19,0),(2006,3,2,20,0),(2006,3,2,21,1),(2006,3,2,22,7),(2006,3,2,23,4),(2006,3,3,0,14),(2006,3,3,1,0),(2006,3,3,2,0),(2006,3,3,3,0),(2006,3,3,4,0),(2006,3,3,5,4),(2006,3,3,6,6),(2006,3,3,7,11),(2006,3,3,8,21),(2006,3,3,9,11),(2006,3,3,10,17),(2006,3,3,11,17),(2006,3,3,12,11),(2006,3,3,13,21),(2006,3,3,14,13),(2006,3,3,15,16),(2006,3,3,16,2),(2006,3,3,17,20),(2006,3,3,18,17),(2006,3,3,19,0),(2006,3,3,20,1),(2006,3,3,21,0),(2006,3,3,22,0),(2006,3,3,23,2),(2006,3,4,0,1),(2006,3,4,1,1),(2006,3,4,2,0),(2006,3,4,3,0),(2006,3,4,4,11),(2006,3,4,5,3),(2006,3,4,6,6),(2006,3,4,7,13),(2006,3,4,8,1),(2006,3,4,9,24),(2006,3,4,10,14),(2006,3,4,11,17),(2006,3,4,12,0),(2006,3,4,13,5),(2006,3,4,14,3),(2006,3,4,15,0),(2006,3,4,16,2),(2006,3,4,17,3),(2006,3,4,18,1),(2006,3,4,19,2),(2006,3,4,20,0),(2006,3,4,21,2),(2006,3,4,22,2),(2006,3,4,23,1),(2006,3,5,0,3),(2006,3,5,1,1),(2006,3,5,2,3),(2006,3,5,3,0),(2006,3,5,4,1),(2006,3,5,5,4),(2006,3,5,6,3),(2006,3,5,7,3),(2006,3,5,8,4),(2006,3,5,9,4),(2006,3,5,10,3),(2006,3,5,11,6),(2006,3,5,12,7),(2006,3,5,13,4),(2006,3,5,14,13),(2006,3,5,15,23),(2006,3,5,16,15),(2006,3,5,17,3),(2006,3,5,18,1),(2006,3,5,19,3),(2006,3,5,20,0),(2006,3,5,21,2),(2006,3,5,22,14),(2006,3,5,23,0),(2006,3,6,0,2),(2006,3,6,1,0),(2006,3,6,2,6),(2006,3,6,3,0),(2006,3,6,4,7),(2006,3,6,5,4),(2006,3,6,6,7),(2006,3,6,7,0),(2006,3,6,8,0),(2006,3,6,9,12),(2006,3,6,10,0),(2006,3,6,11,0),(2006,3,6,12,2),(2006,3,6,13,1),(2006,3,6,14,80),(2006,3,6,15,15),(2006,3,6,16,0),(2006,3,6,17,0),(2006,3,6,18,0),(2006,3,6,19,41),(2006,3,6,20,0),(2006,3,6,21,0),(2006,3,6,22,2),(2006,3,6,23,2),(2006,3,7,0,1),(2006,3,7,1,5),(2006,3,7,2,29),(2006,3,7,3,18),(2006,3,7,4,0),(2006,3,7,5,5),(2006,3,7,6,13),(2006,3,7,7,1),(2006,3,7,8,9),(2006,3,7,9,0),(2006,3,7,10,0),(2006,3,7,11,8),(2006,3,7,12,7),(2006,3,7,13,6),(2006,3,7,14,8),(2006,3,7,15,3),(2006,3,7,16,1),(2006,3,7,17,0),(2006,3,7,18,1),(2006,3,7,19,0),(2006,3,7,20,1),(2006,3,7,21,25),(2006,3,7,22,0),(2006,3,7,23,7),(2006,3,8,0,2),(2006,3,8,1,13),(2006,3,8,2,1),(2006,3,8,3,1),(2006,3,8,4,21),(2006,3,8,5,64),(2006,3,8,6,54),(2006,3,8,7,59),(2006,3,8,8,42),(2006,3,8,9,54),(2006,3,8,10,24),(2006,3,8,11,0),(2006,3,8,12,0),(2006,3,8,13,0),(2006,3,8,14,2),(2006,3,8,15,1),(2006,3,8,16,0),(2006,3,8,17,1),(2006,3,8,18,1),(2006,3,8,19,2),(2006,3,8,20,1),(2006,3,8,21,2),(2006,3,8,22,1),(2006,3,8,23,0),(2006,3,9,0,0),(2006,3,9,1,0),(2006,3,9,2,0),(2006,3,9,3,0),(2006,3,9,4,1),(2006,3,9,5,0),(2006,3,9,6,0),(2006,3,9,7,0),(2006,3,9,8,0),(2006,3,9,9,5),(2006,3,9,10,4),(2006,3,9,11,1),(2006,3,9,12,5),(2006,3,9,13,1),(2006,3,9,14,0),(2006,3,9,15,0),(2006,3,9,16,0),(2006,3,9,17,1),(2006,3,9,18,0),(2006,3,9,19,1),(2006,3,9,20,6),(2006,3,9,21,3),(2006,3,9,22,0),(2006,3,9,23,0),(2006,3,10,0,9),(2006,3,10,1,31),(2006,3,10,2,20),(2006,3,10,3,1),(2006,3,10,4,45),(2006,3,10,5,0),(2006,3,10,6,0),(2006,3,10,7,0),(2006,3,10,8,5),(2006,3,10,9,44),(2006,3,10,10,2),(2006,3,10,11,1),(2006,3,10,12,108),(2006,3,10,13,124),(2006,3,10,14,130),(2006,3,10,15,71),(2006,3,10,16,44),(2006,3,10,17,100),(2006,3,10,18,134),(2006,3,10,19,152),(2006,3,10,20,117),(2006,3,10,21,119),(2006,3,10,22,158),(2006,3,10,23,119),(2006,3,11,0,122),(2006,3,11,1,126),(2006,3,11,2,132),(2006,3,11,3,118),(2006,3,11,4,129),(2006,3,11,5,131),(2006,3,11,6,116),(2006,3,11,7,123),(2006,3,11,8,125),(2006,3,11,9,120),(2006,3,11,10,126),(2006,3,11,11,112),(2006,3,11,12,119),(2006,3,11,13,119),(2006,3,11,14,130),(2006,3,11,15,117),(2006,3,11,16,128),(2006,3,11,17,121),(2006,3,11,18,116),(2006,3,11,19,121),(2006,3,11,20,134),(2006,3,11,21,133),(2006,3,11,22,124),(2006,3,11,23,121),(2006,3,12,0,117),(2006,3,12,1,119),(2006,3,12,2,120),(2006,3,12,3,127),(2006,3,12,4,132),(2006,3,12,5,141),(2006,3,12,6,130),(2006,3,12,7,137),(2006,3,12,8,140),(2006,3,12,9,128),(2006,3,12,10,124),(2006,3,12,11,272),(2006,3,12,12,873),(2006,3,12,13,997),(2006,3,12,14,8),(2006,3,12,15,1),(2006,3,12,16,64),(2006,3,12,17,0),(2006,3,12,18,1),(2006,3,12,19,31),(2006,3,12,20,3),(2006,3,12,21,1),(2006,3,12,22,0),(2006,3,12,23,3),(2006,3,13,0,4),(2006,3,13,1,4),(2006,3,13,2,1),(2006,3,13,3,0),(2006,3,13,4,0),(2006,3,13,5,0),(2006,3,13,6,1),(2006,3,13,7,0),(2006,3,13,8,1),(2006,3,13,9,1),(2006,3,13,10,1),(2006,3,13,11,4),(2006,3,13,12,1),(2006,3,13,13,1),(2006,3,13,14,5),(2006,3,13,15,11),(2006,3,13,16,0),(2006,3,13,17,0),(2006,3,13,18,15),(2006,3,13,19,5),(2006,3,13,20,1),(2006,3,13,21,3),(2006,3,13,22,12),(2006,3,13,23,0),(2006,3,14,0,0),(2006,3,14,1,0),(2006,3,14,2,13),(2006,3,14,3,0),(2006,3,14,4,0),(2006,3,14,5,11),(2006,3,14,6,2),(2006,3,14,7,1),(2006,3,14,8,6),(2006,3,14,9,1),(2006,3,14,10,2),(2006,3,14,11,3),(2006,3,14,12,1),(2006,3,14,13,10),(2006,3,14,14,11),(2006,3,14,15,5),(2006,3,14,16,4),(2006,3,14,17,2),(2006,3,14,18,1),(2006,3,14,19,5),(2006,3,14,20,0),(2006,3,14,21,11),(2006,3,14,22,9),(2006,3,14,23,0),(2006,3,15,0,3),(2006,3,15,1,24),(2006,3,15,2,0),(2006,3,15,3,1),(2006,3,15,4,11),(2006,3,15,5,4),(2006,3,15,6,2),(2006,3,15,7,2),(2006,3,15,8,3),(2006,3,15,9,3),(2006,3,15,10,0),(2006,3,15,11,7),(2006,3,15,12,5),(2006,3,15,13,0),(2006,3,15,14,1),(2006,3,15,15,66),(2006,3,15,16,5),(2006,3,15,17,1),(2006,3,15,18,13),(2006,3,15,19,0),(2006,3,15,20,2),(2006,3,15,21,0),(2006,3,15,22,1),(2006,3,15,23,0),(2006,3,16,0,0),(2006,3,16,1,0),(2006,3,16,2,0),(2006,3,16,3,0),(2006,3,16,4,0),(2006,3,16,5,1),(2006,3,16,6,0),(2006,3,16,7,0),(2006,3,16,8,0),(2006,3,16,9,0),(2006,3,16,10,0),(2006,3,16,11,1),(2006,3,16,12,0),(2006,3,16,13,0),(2006,3,16,14,18),(2006,3,16,15,10),(2006,3,16,16,6),(2006,3,16,17,7),(2006,3,16,18,25),(2006,3,16,19,2),(2006,3,16,20,5),(2006,3,16,21,2),(2006,3,16,22,0),(2006,3,16,23,2),(2006,3,17,0,11),(2006,3,17,1,1),(2006,3,17,2,0),(2006,3,17,3,0),(2006,3,17,4,0),(2006,3,17,5,1),(2006,3,17,6,0),(2006,3,17,7,3),(2006,3,17,8,11),(2006,3,17,9,4),(2006,3,17,10,10),(2006,3,17,11,3),(2006,3,17,12,1),(2006,3,17,13,0),(2006,3,17,14,0),(2006,3,17,15,1),(2006,3,17,16,3),(2006,3,17,17,3),(2006,3,17,18,4),(2006,3,17,19,4),(2006,3,17,20,2),(2006,3,17,21,4),(2006,3,17,22,1),(2006,3,17,23,39),(2006,3,18,0,92),(2006,3,18,1,113),(2006,3,18,2,138),(2006,3,18,3,114),(2006,3,18,4,119),(2006,3,18,5,120),(2006,3,18,6,116),(2006,3,18,7,113),(2006,3,18,8,112),(2006,3,18,9,116),(2006,3,18,10,107),(2006,3,18,11,114),(2006,3,18,12,109),(2006,3,18,13,107),(2006,3,18,14,128),(2006,3,18,15,109),(2006,3,18,16,106),(2006,3,18,17,112),(2006,3,18,18,128),(2006,3,18,19,105),(2006,3,18,20,114),(2006,3,18,21,114),(2006,3,18,22,114),(2006,3,18,23,107),(2006,3,19,0,106),(2006,3,19,1,108),(2006,3,19,2,116),(2006,3,19,3,114),(2006,3,19,4,105),(2006,3,19,5,118),(2006,3,19,6,144),(2006,3,19,7,119),(2006,3,19,8,108),(2006,3,19,9,121),(2006,3,19,10,118),(2006,3,19,11,127),(2006,3,19,12,107),(2006,3,19,13,110),(2006,3,19,14,167),(2006,3,19,15,134),(2006,3,19,16,118),(2006,3,19,17,117),(2006,3,19,18,119),(2006,3,19,19,106),(2006,3,19,20,107),(2006,3,19,21,117),(2006,3,19,22,112),(2006,3,19,23,107),(2006,3,20,0,117),(2006,3,20,1,104),(2006,3,20,2,109),(2006,3,20,3,108),(2006,3,20,4,113),(2006,3,20,5,105),(2006,3,20,6,115),(2006,3,20,7,117),(2006,3,20,8,112),(2006,3,20,9,108),(2006,3,20,10,106),(2006,3,20,11,101),(2006,3,20,12,86),(2006,3,20,13,99),(2006,3,20,14,132),(2006,3,20,15,106),(2006,3,20,16,108),(2006,3,20,17,104),(2006,3,20,18,105),(2006,3,20,19,53),(2006,3,20,20,110),(2006,3,20,21,115),(2006,3,20,22,107),(2006,3,20,23,121),(2006,3,21,0,112),(2006,3,21,1,127),(2006,3,21,2,112),(2006,3,21,3,119),(2006,3,21,4,146),(2006,3,21,5,121),(2006,3,21,6,132),(2006,3,21,7,120),(2006,3,21,8,42),(2006,3,21,9,122),(2006,3,21,10,77),(2006,3,21,11,106),(2006,3,21,12,78),(2006,3,21,13,101),(2006,3,21,14,107),(2006,3,21,15,111),(2006,3,21,16,108),(2006,3,21,17,106),(2006,3,21,18,113),(2006,3,21,19,105),(2006,3,21,20,105),(2006,3,21,21,109),(2006,3,21,22,104),(2006,3,21,23,110),(2006,3,22,0,105),(2006,3,22,1,108),(2006,3,22,2,105),(2006,3,22,3,99),(2006,3,22,4,103),(2006,3,22,5,107),(2006,3,22,6,120),(2006,3,22,7,117),(2006,3,22,8,120),(2006,3,22,9,80),(2006,3,22,10,0),(2006,3,22,11,6),(2006,3,22,12,37),(2006,3,22,13,3),(2006,3,22,14,82),(2006,3,22,15,104),(2006,3,22,16,101),(2006,3,22,17,98),(2006,3,22,18,70),(2006,3,22,19,7),(2006,3,22,20,1),(2006,3,22,21,2),(2006,3,22,22,5),(2006,3,22,23,11),(2006,3,23,0,2),(2006,3,23,1,1),(2006,3,23,2,0),(2006,3,23,3,1),(2006,3,23,4,6),(2006,3,23,5,1),(2006,3,23,6,4),(2006,3,23,7,4),(2006,3,23,8,0),(2006,3,23,9,0),(2006,3,23,10,0),(2006,3,23,11,0),(2006,3,23,12,0),(2006,3,23,13,0),(2006,3,23,14,0),(2006,3,23,15,0),(2006,3,23,16,17),(2006,3,23,17,17),(2006,3,23,18,1),(2006,3,23,19,0),(2006,3,23,20,1),(2006,3,23,21,2),(2006,3,23,22,1),(2006,3,23,23,3),(2006,3,24,0,2),(2006,3,24,1,1),(2006,3,24,2,1),(2006,3,24,3,2),(2006,3,24,4,6),(2006,3,24,5,8),(2006,3,24,6,8),(2006,3,24,7,0),(2006,3,24,8,25),(2006,3,24,9,2),(2006,3,24,10,24),(2006,3,24,11,0),(2006,3,24,12,0),(2006,3,24,13,0),(2006,3,24,14,58),(2006,3,24,15,3),(2006,3,24,16,1),(2006,3,24,17,0),(2006,3,24,18,2),(2006,3,24,19,6),(2006,3,24,20,1),(2006,3,24,21,8),(2006,3,24,22,0),(2006,3,24,23,8),(2006,3,25,0,0),(2006,3,25,1,1),(2006,3,25,2,11),(2006,3,25,3,2),(2006,3,25,4,28),(2006,3,25,5,103),(2006,3,25,6,40),(2006,3,25,7,0),(2006,3,25,8,1),(2006,3,25,9,0),(2006,3,25,10,34),(2006,3,25,11,0),(2006,3,25,12,0),(2006,3,25,13,0),(2006,3,25,14,0),(2006,3,25,15,0),(2006,3,25,16,90),(2006,3,25,17,117),(2006,3,25,18,109),(2006,3,25,19,116),(2006,3,25,20,112),(2006,3,25,21,120),(2006,3,25,22,114),(2006,3,25,23,155),(2006,3,26,0,115),(2006,3,26,1,120),(2006,3,26,2,0),(2006,3,26,3,113),(2006,3,26,4,127),(2006,3,26,5,116),(2006,3,26,6,121),(2006,3,26,7,126),(2006,3,26,8,36),(2006,3,26,9,1),(2006,3,26,10,17),(2006,3,26,11,4),(2006,3,26,12,18),(2006,3,26,13,2),(2006,3,26,14,1),(2006,3,26,15,0),(2006,3,26,16,4),(2006,3,26,17,0),(2006,3,26,18,0),(2006,3,26,19,1),(2006,3,26,20,3),(2006,3,26,21,2),(2006,3,26,22,0),(2006,3,26,23,1),(2006,3,27,0,2),(2006,3,27,1,0),(2006,3,27,2,2),(2006,3,27,3,1),(2006,3,27,4,1),(2006,3,27,5,4),(2006,3,27,6,0),(2006,3,27,7,6),(2006,3,27,8,16),(2006,3,27,9,8),(2006,3,27,10,2),(2006,3,27,11,21),(2006,3,27,12,27),(2006,3,27,13,1),(2006,3,27,14,1),(2006,3,27,15,1),(2006,3,27,16,34),(2006,3,27,17,7),(2006,3,27,18,0),(2006,3,27,19,8),(2006,3,27,20,5),(2006,3,27,21,1),(2006,3,27,22,0),(2006,3,27,23,0),(2006,3,28,0,0),(2006,3,28,1,5),(2006,3,28,2,0),(2006,3,28,3,0),(2006,3,28,4,3),(2006,3,28,5,2),(2006,3,28,6,5),(2006,3,28,7,0),(2006,3,28,8,0),(2006,3,28,9,1),(2006,3,28,10,0),(2006,3,28,11,1),(2006,3,28,12,4),(2006,3,28,13,0),(2006,3,28,14,1),(2006,3,28,15,11),(2006,3,28,16,1),(2006,3,28,17,0),(2006,3,28,18,0),(2006,3,28,19,26),(2006,3,28,20,1),(2006,3,28,21,2),(2006,3,28,22,0),(2006,3,28,23,0),(2006,3,29,0,0),(2006,3,29,1,45),(2006,3,29,2,3),(2006,3,29,3,0),(2006,3,29,4,1),(2006,3,29,5,3),(2006,3,29,6,4),(2006,3,29,7,14),(2006,3,29,8,11),(2006,3,29,9,15),(2006,3,29,10,36),(2006,3,29,11,1),(2006,3,29,12,0),(2006,3,29,13,4),(2006,3,29,14,16),(2006,3,29,15,1),(2006,3,29,16,2),(2006,3,29,17,0),(2006,3,29,18,11),(2006,3,29,19,0),(2006,3,29,20,18),(2006,3,29,21,2),(2006,3,29,22,0),(2006,3,29,23,4),(2006,3,30,0,5),(2006,3,30,1,13),(2006,3,30,2,14),(2006,3,30,3,0),(2006,3,30,4,1),(2006,3,30,5,0),(2006,3,30,6,0),(2006,3,30,7,0),(2006,3,30,8,0),(2006,3,30,9,14),(2006,3,30,10,1),(2006,3,30,11,2),(2006,3,30,12,1),(2006,3,30,13,22),(2006,3,30,14,57),(2006,3,30,15,63),(2006,3,30,16,54),(2006,3,30,17,55),(2006,3,30,18,57),(2006,3,30,19,62),(2006,3,30,20,55),(2006,3,30,21,59),(2006,3,30,22,42),(2006,3,30,23,60),(2006,3,31,0,62),(2006,3,31,1,75),(2006,3,31,2,62),(2006,3,31,3,59),(2006,3,31,4,77),(2006,3,31,5,63),(2006,3,31,6,76),(2006,3,31,7,54),(2006,3,31,8,55),(2006,3,31,9,71),(2006,3,31,10,55),(2006,3,31,11,16),(2006,3,31,12,1),(2006,3,31,13,7),(2006,3,31,14,0),(2006,3,31,15,25),(2006,3,31,16,86),(2006,3,31,17,62),(2006,3,31,18,62),(2006,3,31,19,58),(2006,3,31,20,35),(2006,3,31,21,58),(2006,3,31,22,59),(2006,3,31,23,64),(2006,4,1,0,62),(2006,4,1,1,65),(2006,4,1,2,60),(2006,4,1,3,61),(2006,4,1,4,62),(2006,4,1,5,64),(2006,4,1,6,59),(2006,4,1,7,43),(2006,4,1,8,45),(2006,4,1,9,49),(2006,4,1,10,47),(2006,4,1,11,43),(2006,4,1,12,47),(2006,4,1,13,60),(2006,4,1,14,54),(2006,4,1,15,53),(2006,4,1,16,50),(2006,4,1,17,64),(2006,4,1,18,54),(2006,4,1,19,71),(2006,4,1,20,38),(2006,4,1,21,25),(2006,4,1,22,2),(2006,4,1,23,5),(2006,4,2,0,6),(2006,4,2,1,4),(2006,4,2,2,10),(2006,4,2,3,5),(2006,4,2,4,2),(2006,4,2,5,53),(2006,4,2,6,123),(2006,4,2,7,111),(2006,4,2,8,129),(2006,4,2,9,104),(2006,4,2,10,106),(2006,4,2,11,116),(2006,4,2,12,120),(2006,4,2,13,119),(2006,4,2,14,147),(2006,4,2,15,115),(2006,4,2,16,67),(2006,4,2,17,0),(2006,4,2,18,103),(2006,4,2,19,68),(2006,4,2,20,0),(2006,4,2,21,11),(2006,4,2,22,106),(2006,4,2,23,116),(2006,4,3,0,129),(2006,4,3,1,137),(2006,4,3,2,127),(2006,4,3,3,131),(2006,4,3,4,138),(2006,4,3,5,156),(2006,4,3,6,135),(2006,4,3,7,129),(2006,4,3,8,144),(2006,4,3,9,117),(2006,4,3,10,115),(2006,4,3,11,3),(2006,4,3,12,6),(2006,4,3,13,0),(2006,4,3,14,2),(2006,4,3,15,7),(2006,4,3,16,2),(2006,4,3,17,7),(2006,4,3,18,17),(2006,4,3,19,0),(2006,4,3,20,12),(2006,4,3,21,0),(2006,4,3,22,1),(2006,4,3,23,3),(2006,4,4,0,1),(2006,4,4,1,0),(2006,4,4,2,2),(2006,4,4,3,1),(2006,4,4,4,0),(2006,4,4,5,0),(2006,4,4,6,1),(2006,4,4,7,1),(2006,4,4,8,1),(2006,4,4,9,15),(2006,4,4,10,29),(2006,4,4,11,4),(2006,4,4,12,28),(2006,4,4,13,56),(2006,4,4,14,87),(2006,4,4,15,65),(2006,4,4,16,65),(2006,4,4,17,61),(2006,4,4,18,101),(2006,4,4,19,73),(2006,4,4,20,42),(2006,4,4,21,65),(2006,4,4,22,64),(2006,4,4,23,58),(2006,4,5,0,65),(2006,4,5,1,64),(2006,4,5,2,66),(2006,4,5,3,63),(2006,4,5,4,70),(2006,4,5,5,3),(2006,4,5,6,3),(2006,4,5,7,0),(2006,4,5,8,1),(2006,4,5,9,0),(2006,4,5,10,2),(2006,4,5,11,0),(2006,4,5,12,3),(2006,4,5,13,0),(2006,4,5,14,0),(2006,4,5,15,0),(2006,4,5,16,0),(2006,4,5,17,3),(2006,4,5,18,0),(2006,4,5,19,1),(2006,4,5,20,1),(2006,4,5,21,3),(2006,4,5,22,2),(2006,4,5,23,1),(2006,4,6,0,8),(2006,4,6,1,2),(2006,4,6,2,27),(2006,4,6,3,5),(2006,4,6,4,8),(2006,4,6,5,0),(2006,4,6,6,0),(2006,4,6,7,15),(2006,4,6,8,0),(2006,4,6,9,3),(2006,4,6,10,0),(2006,4,6,11,11),(2006,4,6,12,17),(2006,4,6,13,14),(2006,4,6,14,28),(2006,4,6,15,10),(2006,4,6,16,26),(2006,4,6,17,63),(2006,4,6,18,95),(2006,4,6,19,64),(2006,4,6,20,59),(2006,4,6,21,66),(2006,4,6,22,60),(2006,4,6,23,54),(2006,4,7,0,39),(2006,4,7,1,63),(2006,4,7,2,66),(2006,4,7,3,62),(2006,4,7,4,75),(2006,4,7,5,61),(2006,4,7,6,62),(2006,4,7,7,55),(2006,4,7,8,58),(2006,4,7,9,63),(2006,4,7,10,67),(2006,4,7,11,58),(2006,4,7,12,56),(2006,4,7,13,57),(2006,4,7,14,60),(2006,4,7,15,60),(2006,4,7,16,67),(2006,4,7,17,60),(2006,4,7,18,58),(2006,4,7,19,60),(2006,4,7,20,64),(2006,4,7,21,71),(2006,4,7,22,68),(2006,4,7,23,68),(2006,4,8,0,39),(2006,4,8,1,70),(2006,4,8,2,67),(2006,4,8,3,63),(2006,4,8,4,64),(2006,4,8,5,59),(2006,4,8,6,60),(2006,4,8,7,57),(2006,4,8,8,66),(2006,4,8,9,64),(2006,4,8,10,72),(2006,4,8,11,73),(2006,4,8,12,64),(2006,4,8,13,61),(2006,4,8,14,62),(2006,4,8,15,59),(2006,4,8,16,62),(2006,4,8,17,59),(2006,4,8,18,60),(2006,4,8,19,60),(2006,4,8,20,58),(2006,4,8,21,64),(2006,4,8,22,63),(2006,4,8,23,59),(2006,4,9,0,43),(2006,4,9,1,81),(2006,4,9,2,81),(2006,4,9,3,63),(2006,4,9,4,67),(2006,4,9,5,66),(2006,4,9,6,79),(2006,4,9,7,60),(2006,4,9,8,59),(2006,4,9,9,74),(2006,4,9,10,31),(2006,4,9,11,68),(2006,4,9,12,67),(2006,4,9,13,68),(2006,4,9,14,66),(2006,4,9,15,65),(2006,4,9,16,57),(2006,4,9,17,59),(2006,4,9,18,58),(2006,4,9,19,59),(2006,4,9,20,66),(2006,4,9,21,62),(2006,4,9,22,67),(2006,4,9,23,50),(2006,4,10,0,1),(2006,4,10,1,3),(2006,4,10,2,0),(2006,4,10,3,1),(2006,4,10,4,0),(2006,4,10,5,0),(2006,4,10,6,0),(2006,4,10,7,0),(2006,4,10,8,4),(2006,4,10,9,4),(2006,4,10,10,1),(2006,4,10,11,0),(2006,4,10,12,0),(2006,4,10,13,2),(2006,4,10,14,0),(2006,4,10,15,5),(2006,4,10,16,1),(2006,4,10,17,0),(2006,4,10,18,9),(2006,4,10,19,4),(2006,4,10,20,3),(2006,4,10,21,14),(2006,4,10,22,9),(2006,4,10,23,1),(2006,4,11,0,2),(2006,4,11,1,1),(2006,4,11,2,0),(2006,4,11,3,2),(2006,4,11,4,1),(2006,4,11,5,0),(2006,4,11,6,0),(2006,4,11,7,1),(2006,4,11,8,0),(2006,4,11,9,0),(2006,4,11,10,6),(2006,4,11,11,0),(2006,4,11,12,1),(2006,4,11,13,0),(2006,4,11,14,0),(2006,4,11,15,0),(2006,4,11,16,0),(2006,4,11,17,0),(2006,4,11,18,1),(2006,4,11,19,0),(2006,4,11,20,0),(2006,4,11,21,3),(2006,4,11,22,2),(2006,4,11,23,4),(2006,4,12,0,0),(2006,4,12,1,0),(2006,4,12,2,13),(2006,4,12,3,1),(2006,4,12,4,2),(2006,4,12,5,20),(2006,4,12,6,8),(2006,4,12,7,27),(2006,4,12,8,0),(2006,4,12,9,0),(2006,4,12,10,3),(2006,4,12,11,0),(2006,4,12,12,5),(2006,4,12,13,3),(2006,4,12,14,0),(2006,4,12,15,0),(2006,4,12,16,0),(2006,4,12,17,0),(2006,4,12,18,0),(2006,4,12,19,0),(2006,4,12,20,2),(2006,4,12,21,1),(2006,4,12,22,0),(2006,4,12,23,0),(2006,4,13,0,0),(2006,4,13,1,0),(2006,4,13,2,0),(2006,4,13,3,0),(2006,4,13,4,1),(2006,4,13,5,3),(2006,4,13,6,7),(2006,4,13,7,14),(2006,4,13,8,8),(2006,4,13,9,5),(2006,4,13,10,1),(2006,4,13,11,13),(2006,4,13,12,3),(2006,4,13,13,4),(2006,4,13,14,3),(2006,4,13,15,9),(2006,4,13,16,1),(2006,4,13,17,0),(2006,4,13,18,0),(2006,4,13,19,1),(2006,4,13,20,0),(2006,4,13,21,0),(2006,4,13,22,0),(2006,4,13,23,26),(2006,4,14,0,2),(2006,4,14,1,0),(2006,4,14,2,0),(2006,4,14,0,2),(2006,4,14,3,0),(2006,4,14,1,0),(2006,4,14,4,0),(2006,4,14,2,0),(2006,4,14,5,0),(2006,4,14,3,0),(2006,4,14,6,0),(2006,4,14,4,0),(2006,4,14,7,0),(2006,4,14,5,0),(2006,4,14,8,1),(2006,4,14,6,0),(2006,4,14,9,0),(2006,4,14,7,0),(2006,4,14,10,0),(2006,4,14,8,1),(2006,4,14,11,0),(2006,4,14,9,0),(2006,4,14,12,1),(2006,4,14,10,0),(2006,4,14,13,1),(2006,4,14,11,0),(2006,4,14,14,6),(2006,4,14,12,1),(2006,4,14,15,1),(2006,4,14,13,1),(2006,4,14,16,27),(2006,4,14,14,6),(2006,4,14,17,6),(2006,4,14,15,1),(2006,4,14,18,4),(2006,4,14,16,27),(2006,4,14,19,9),(2006,4,14,17,6),(2006,4,14,20,28),(2006,4,14,18,4),(2006,4,14,21,7),(2006,4,14,19,9),(2006,4,14,22,10),(2006,4,14,20,28),(2006,4,14,23,4),(2006,4,14,21,7),(2006,4,14,22,10),(2006,4,14,23,4),(2006,4,15,0,17),(2006,4,15,1,0),(2006,4,15,2,0),(2006,4,15,3,5),(2006,4,15,4,1),(2006,4,15,5,0),(2006,4,15,6,0),(2006,4,15,7,0),(2006,4,15,8,0),(2006,4,15,9,0),(2006,4,15,10,0),(2006,4,15,11,0),(2006,4,15,12,0),(2006,4,15,13,0),(2006,4,15,14,1),(2006,4,15,15,0),(2006,4,15,16,0),(2006,4,15,17,0),(2006,4,15,18,0),(2006,4,15,19,0),(2006,4,15,20,0),(2006,4,15,21,0),(2006,4,15,22,0),(2006,4,15,23,16),(2006,4,16,0,9),(2006,4,16,1,33),(2006,4,16,2,7),(2006,4,16,3,4),(2006,4,16,4,4),(2006,4,16,5,0),(2006,4,16,6,6),(2006,4,16,7,7),(2006,4,16,8,6),(2006,4,16,9,0),(2006,4,16,10,0),(2006,4,16,11,0),(2006,4,16,12,0),(2006,4,16,13,3),(2006,4,16,14,0),(2006,4,16,15,0),(2006,4,16,16,2),(2006,4,16,17,0),(2006,4,16,18,0),(2006,4,16,19,1),(2006,4,16,20,11),(2006,4,16,21,1),(2006,4,16,22,0),(2006,4,16,23,0),(2006,4,17,0,3),(2006,4,17,1,0),(2006,4,17,2,1),(2006,4,17,3,0),(2006,4,17,4,0),(2006,4,17,5,1),(2006,4,17,6,0),(2006,4,17,7,0),(2006,4,17,8,1),(2006,4,17,9,10),(2006,4,17,10,2),(2006,4,17,11,6),(2006,4,17,12,15),(2006,4,17,13,0),(2006,4,17,14,6),(2006,4,17,15,4),(2006,4,17,16,1),(2006,4,17,17,1),(2006,4,17,18,2),(2006,4,17,19,7),(2006,4,17,20,3),(2006,4,17,21,6),(2006,4,17,22,4),(2006,4,17,23,13),(2006,4,18,0,0),(2006,4,18,1,0),(2006,4,18,2,0),(2006,4,18,3,3),(2006,4,18,4,1),(2006,4,18,5,0),(2006,4,18,6,0),(2006,4,18,7,0),(2006,4,18,8,1),(2006,4,18,9,7),(2006,4,18,10,5),(2006,4,18,11,0),(2006,4,18,12,2),(2006,4,18,13,0),(2006,4,18,14,0),(2006,4,18,15,1),(2006,4,18,16,1),(2006,4,18,17,0),(2006,4,18,18,0),(2006,4,18,19,0),(2006,4,18,20,1),(2006,4,18,21,0),(2006,4,18,22,0),(2006,4,18,23,10),(2006,4,19,0,6),(2006,4,19,1,12),(2006,4,19,2,5),(2006,4,19,3,3),(2006,4,19,4,19),(2006,4,19,5,34),(2006,4,19,6,3),(2006,4,19,7,2),(2006,4,19,8,5),(2006,4,19,9,2),(2006,4,19,10,1),(2006,4,19,11,1),(2006,4,19,12,2),(2006,4,19,13,0),(2006,4,19,14,0),(2006,4,19,15,0),(2006,4,19,16,0),(2006,4,19,17,24),(2006,4,19,18,0),(2006,4,19,19,0),(2006,4,19,20,0),(2006,4,19,21,0),(2006,4,19,22,0),(2006,4,19,23,0),(2006,4,20,0,1),(2006,4,20,1,0),(2006,4,20,2,0),(2006,4,20,3,0),(2006,4,20,4,0),(2006,4,20,5,0),(2006,4,20,6,3),(2006,4,20,7,0),(2006,4,20,8,1),(2006,4,20,9,0),(2006,4,20,10,2),(2006,4,20,11,0),(2006,4,20,12,0),(2006,4,20,13,0),(2006,4,20,14,2),(2006,4,20,15,16),(2006,4,20,16,6),(2006,4,20,17,1),(2006,4,20,18,9),(2006,4,20,19,4),(2006,4,20,20,0),(2006,4,20,21,3),(2006,4,20,22,4),(2006,4,20,23,31),(2006,4,21,0,1),(2006,4,21,1,6),(2006,4,21,2,2),(2006,4,21,3,14),(2006,4,21,4,0),(2006,4,21,5,1),(2006,4,21,6,0),(2006,4,21,7,0),(2006,4,21,8,1),(2006,4,21,9,0),(2006,4,21,10,1),(2006,4,21,11,0),(2006,4,21,12,0),(2006,4,21,13,0),(2006,4,21,14,2),(2006,4,21,15,0),(2006,4,21,16,0),(2006,4,21,17,0),(2006,4,21,18,0),(2006,4,21,19,1),(2006,4,21,20,1),(2006,4,21,21,0),(2006,4,21,22,1),(2006,4,21,23,6),(2006,4,22,0,18),(2006,4,22,1,0),(2006,4,22,2,8),(2006,4,22,3,8),(2006,4,22,4,2),(2006,4,22,5,8),(2006,4,22,6,6),(2006,4,22,7,1),(2006,4,22,8,10),(2006,4,22,9,0),(2006,4,22,10,1),(2006,4,22,11,11),(2006,4,22,12,13),(2006,4,22,13,0),(2006,4,22,14,2),(2006,4,22,15,0),(2006,4,22,16,0),(2006,4,22,17,0),(2006,4,22,18,0),(2006,4,22,19,1),(2006,4,22,20,2),(2006,4,22,21,20),(2006,4,22,22,2),(2006,4,22,23,1),(2006,4,23,0,1),(2006,4,23,1,0),(2006,4,23,2,0),(2006,4,23,3,1),(2006,4,23,4,2),(2006,4,23,5,0),(2006,4,23,6,2),(2006,4,23,7,1),(2006,4,23,8,4),(2006,4,23,9,6),(2006,4,23,10,18),(2006,4,23,11,9),(2006,4,23,12,7),(2006,4,23,13,4),(2006,4,23,14,5),(2006,4,23,15,6),(2006,4,23,16,0),(2006,4,23,17,1),(2006,4,23,18,3),(2006,4,23,19,0),(2006,4,23,20,4),(2006,4,23,21,0),(2006,4,23,22,6),(2006,4,23,23,15),(2006,4,24,0,0),(2006,4,24,1,0),(2006,4,24,2,0),(2006,4,24,3,1),(2006,4,24,4,1),(2006,4,24,5,0),(2006,4,24,6,0),(2006,4,24,7,0),(2006,4,24,8,0),(2006,4,24,9,2),(2006,4,24,10,1),(2006,4,24,11,0),(2006,4,24,12,1),(2006,4,24,13,0),(2006,4,24,14,1),(2006,4,24,15,5),(2006,4,24,16,2),(2006,4,24,17,0),(2006,4,24,18,2),(2006,4,24,19,0),(2006,4,24,20,0),(2006,4,24,21,6),(2006,4,24,22,10),(2006,4,24,23,0),(2006,4,25,0,2),(2006,4,25,1,1),(2006,4,25,2,22),(2006,4,25,3,22),(2006,4,25,4,0),(2006,4,25,5,1),(2006,4,25,6,29),(2006,4,25,7,1),(2006,4,25,8,0),(2006,4,25,9,1),(2006,4,25,10,31),(2006,4,25,11,0),(2006,4,25,12,3),(2006,4,25,13,29),(2006,4,25,14,0),(2006,4,25,15,0),(2006,4,25,16,0),(2006,4,25,17,0),(2006,4,25,18,0),(2006,4,25,19,0),(2006,4,25,20,0),(2006,4,25,21,0),(2006,4,25,22,0),(2006,4,25,23,1),(2006,4,26,0,0),(2006,4,26,1,0),(2006,4,26,2,0),(2006,4,26,3,0),(2006,4,26,4,0),(2006,4,26,5,0),(2006,4,26,6,0),(2006,4,26,7,0),(2006,4,26,8,1),(2006,4,26,9,8),(2006,4,26,10,6),(2006,4,26,11,19),(2006,4,26,12,0),(2006,4,26,13,11),(2006,4,26,14,0),(2006,4,26,15,13),(2006,4,26,16,4),(2006,4,26,17,6),(2006,4,26,18,6),(2006,4,26,19,0),(2006,4,26,20,0),(2006,4,26,21,47),(2006,4,26,22,0),(2006,4,26,23,1),(2006,4,27,0,0),(2006,4,27,1,0),(2006,4,27,2,0),(2006,4,27,3,2),(2006,4,27,4,0),(2006,4,27,5,0),(2006,4,27,6,1),(2006,4,27,7,1),(2006,4,27,8,1),(2006,4,27,9,0),(2006,4,27,10,2),(2006,4,27,11,1),(2006,4,27,12,0),(2006,4,27,13,14),(2006,4,27,14,18),(2006,4,27,15,1),(2006,4,27,16,2),(2006,4,27,17,1),(2006,4,27,18,0),(2006,4,27,19,0),(2006,4,27,20,1),(2006,4,27,21,26),(2006,4,27,22,6),(2006,4,27,23,2),(2006,4,28,0,1),(2006,4,28,1,17),(2006,4,28,2,24),(2006,4,28,3,9),(2006,4,28,4,0),(2006,4,28,5,3),(2006,4,28,6,0),(2006,4,28,7,0),(2006,4,28,8,1),(2006,4,28,9,0),(2006,4,28,10,0),(2006,4,28,11,3),(2006,4,28,12,1),(2006,4,28,13,0),(2006,4,28,14,0),(2006,4,28,15,0),(2006,4,28,16,1),(2006,4,28,17,0),(2006,4,28,18,2),(2006,4,28,19,3),(2006,4,28,20,1),(2006,4,28,21,0),(2006,4,28,22,1),(2006,4,28,23,1),(2006,4,29,0,0),(2006,4,29,1,4),(2006,4,29,2,7),(2006,4,29,3,5),(2006,4,29,4,10),(2006,4,29,5,20),(2006,4,29,6,21),(2006,4,29,7,26),(2006,4,29,8,19),(2006,4,29,9,2),(2006,4,29,10,25),(2006,4,29,11,2),(2006,4,29,12,1),(2006,4,29,13,1),(2006,4,29,14,1),(2006,4,29,15,4),(2006,4,29,16,70),(2006,4,29,17,4),(2006,4,29,18,3),(2006,4,29,19,1),(2006,4,29,20,2),(2006,4,29,21,2),(2006,4,29,22,0),(2006,4,29,23,1),(2006,4,30,0,1),(2006,4,30,1,1),(2006,4,30,2,0),(2006,4,30,3,1),(2006,4,30,4,0),(2006,4,30,5,0),(2006,4,30,6,1),(2006,4,30,7,4),(2006,4,30,8,2),(2006,4,30,9,2),(2006,4,30,10,1),(2006,4,30,11,0),(2006,4,30,12,0),(2006,4,30,13,4),(2006,4,30,14,1),(2006,4,30,15,1),(2006,4,30,16,1),(2006,4,30,17,3),(2006,4,30,18,24),(2006,4,30,19,56),(2006,4,30,20,0),(2006,4,30,21,5),(2006,4,30,22,1),(2006,4,30,23,10),(2006,5,1,0,14),(2006,5,1,1,4),(2006,5,1,2,3),(2006,5,1,3,1),(2006,5,1,4,1),(2006,5,1,5,7),(2006,5,1,6,0),(2006,5,1,7,1),(2006,5,1,8,1),(2006,5,1,9,1),(2006,5,1,10,1),(2006,5,1,11,3),(2006,5,1,12,2),(2006,5,1,13,4),(2006,5,1,14,0),(2006,5,1,15,6),(2006,5,1,16,0),(2006,5,1,17,1),(2006,5,1,18,1),(2006,5,1,19,1),(2006,5,1,20,2),(2006,5,1,21,0),(2006,5,1,22,1),(2006,5,1,23,0),(2006,5,2,0,0),(2006,5,2,1,0),(2006,5,2,2,9),(2006,5,2,3,2),(2006,5,2,4,4),(2006,5,2,5,15),(2006,5,2,6,2),(2006,5,2,7,28),(2006,5,2,8,5),(2006,5,2,9,19),(2006,5,2,10,25),(2006,5,2,11,11),(2006,5,2,12,34),(2006,5,2,13,7),(2006,5,2,14,2),(2006,5,2,15,0),(2006,5,2,16,5),(2006,5,2,17,0),(2006,5,2,18,1),(2006,5,2,19,2),(2006,5,2,20,1),(2006,5,2,21,2),(2006,5,2,22,1),(2006,5,2,23,2),(2006,5,3,0,1),(2006,5,3,1,5),(2006,5,3,2,1),(2006,5,3,3,2),(2006,5,3,4,0),(2006,5,3,5,1),(2006,5,3,6,0),(2006,5,3,7,0),(2006,5,3,8,1),(2006,5,3,9,26),(2006,5,3,10,12),(2006,5,3,11,5),(2006,5,3,12,0),(2006,5,3,13,0),(2006,5,3,14,5),(2006,5,3,15,7),(2006,5,3,16,0),(2006,5,3,17,1),(2006,5,3,18,7),(2006,5,3,19,31),(2006,5,3,20,10),(2006,5,3,21,0),(2006,5,3,22,2),(2006,5,3,23,35),(2006,5,4,0,4),(2006,5,4,1,1),(2006,5,4,2,0),(2006,5,4,3,15),(2006,5,4,4,0),(2006,5,4,5,0),(2006,5,4,6,3),(2006,5,4,7,1),(2006,5,4,8,0),(2006,5,4,9,9),(2006,5,4,10,0),(2006,5,4,11,3),(2006,5,4,12,3),(2006,5,4,13,1),(2006,5,4,14,1),(2006,5,4,15,0),(2006,5,4,16,1),(2006,5,4,17,0),(2006,5,4,18,46),(2006,5,4,19,2),(2006,5,4,20,1),(2006,5,4,21,0),(2006,5,4,22,0),(2006,5,4,23,0),(2006,5,5,0,3),(2006,5,5,1,0),(2006,5,5,2,0),(2006,5,5,3,0),(2006,5,5,4,0),(2006,5,5,5,0),(2006,5,5,6,0),(2006,5,5,7,13),(2006,5,5,8,4),(2006,5,5,9,6),(2006,5,5,10,16),(2006,5,5,11,19),(2006,5,5,12,0),(2006,5,5,13,14),(2006,5,5,14,25),(2006,5,5,15,1),(2006,5,5,16,0),(2006,5,5,17,0),(2006,5,5,18,9),(2006,5,5,19,5),(2006,5,5,20,0),(2006,5,5,21,4),(2006,5,5,22,7),(2006,5,5,23,2),(2006,5,6,0,37),(2006,5,6,1,10),(2006,5,6,2,1),(2006,5,6,3,5),(2006,5,6,4,0),(2006,5,6,5,5),(2006,5,6,6,7),(2006,5,6,7,2),(2006,5,6,8,2),(2006,5,6,9,0),(2006,5,6,10,0),(2006,5,6,11,0),(2006,5,6,12,2),(2006,5,6,13,0),(2006,5,6,14,10),(2006,5,6,15,0),(2006,5,6,16,1),(2006,5,6,17,2),(2006,5,6,18,5),(2006,5,6,19,0),(2006,5,6,20,3),(2006,5,6,21,4),(2006,5,6,22,3),(2006,5,6,23,5),(2006,5,7,0,3),(2006,5,7,1,4),(2006,5,7,2,1),(2006,5,7,3,35),(2006,5,7,4,0),(2006,5,7,5,2),(2006,5,7,6,37),(2006,5,7,7,5),(2006,5,7,8,0),(2006,5,7,9,3),(2006,5,7,10,13),(2006,5,7,11,4),(2006,5,7,12,3),(2006,5,7,13,1),(2006,5,7,14,2),(2006,5,7,15,15),(2006,5,7,16,2),(2006,5,7,17,0),(2006,5,7,18,5),(2006,5,7,19,0),(2006,5,7,20,3),(2006,5,7,21,2),(2006,5,7,22,6),(2006,5,7,23,0),(2006,5,8,0,13),(2006,5,8,1,5),(2006,5,8,2,33),(2006,5,8,3,2),(2006,5,8,4,21),(2006,5,8,5,33),(2006,5,8,6,25),(2006,5,8,7,37),(2006,5,8,8,4),(2006,5,8,9,27),(2006,5,8,10,2),(2006,5,8,11,0),(2006,5,8,12,8),(2006,5,8,13,1),(2006,5,8,14,2),(2006,5,8,15,1),(2006,5,8,16,5),(2006,5,8,17,0),(2006,5,8,18,3),(2006,5,8,19,37),(2006,5,8,20,80),(2006,5,8,21,64),(2006,5,8,22,42),(2006,5,8,23,27),(2006,5,9,0,0),(2006,5,9,1,13),(2006,5,9,2,1),(2006,5,9,3,0),(2006,5,9,4,0),(2006,5,9,5,0),(2006,5,9,6,14),(2006,5,9,7,20),(2006,5,9,8,1),(2006,5,9,9,4),(2006,5,9,10,7),(2006,5,9,11,8),(2006,5,9,12,11),(2006,5,9,13,8),(2006,5,9,14,0),(2006,5,9,15,0),(2006,5,9,16,0),(2006,5,9,17,35),(2006,5,9,18,1),(2006,5,9,19,13),(2006,5,9,20,3),(2006,5,9,21,27),(2006,5,9,22,12),(2006,5,9,23,10),(2006,5,10,0,6),(2006,5,10,1,0),(2006,5,10,2,9),(2006,5,10,3,0),(2006,5,10,4,1),(2006,5,10,5,13),(2006,5,10,6,2),(2006,5,10,7,4),(2006,5,10,8,10),(2006,5,10,9,34),(2006,5,10,10,8),(2006,5,10,11,3),(2006,5,10,12,8),(2006,5,10,13,0),(2006,5,10,14,1),(2006,5,10,15,6),(2006,5,10,16,1),(2006,5,10,17,0),(2006,5,10,18,1),(2006,5,10,19,1),(2006,5,10,20,2),(2006,5,10,21,7),(2006,5,10,22,4),(2006,5,10,23,22),(2006,5,11,0,1),(2006,5,11,1,32),(2006,5,11,2,15),(2006,5,11,3,0),(2006,5,11,4,46),(2006,5,11,5,72),(2006,5,11,6,118),(2006,5,11,7,13),(2006,5,11,8,0),(2006,5,11,9,0),(2006,5,11,10,0),(2006,5,11,11,36),(2006,5,11,12,12),(2006,5,11,13,1),(2006,5,11,14,1),(2006,5,11,15,4),(2006,5,11,16,0),(2006,5,11,17,13),(2006,5,11,18,0),(2006,5,11,19,9),(2006,5,11,20,1),(2006,5,11,21,27),(2006,5,11,22,4),(2006,5,11,23,0),(2006,5,12,0,14),(2006,5,12,1,6),(2006,5,12,2,14),(2006,5,12,3,0),(2006,5,12,4,0),(2006,5,12,5,31),(2006,5,12,6,2),(2006,5,12,7,19),(2006,5,12,8,11),(2006,5,12,9,17),(2006,5,12,10,1),(2006,5,12,11,0),(2006,5,12,12,27),(2006,5,12,13,0),(2006,5,12,14,0),(2006,5,12,15,0),(2006,5,12,16,1),(2006,5,12,17,27),(2006,5,12,18,0),(2006,5,12,19,30),(2006,5,12,20,0),(2006,5,12,21,0),(2006,5,12,22,0),(2006,5,12,23,18),(2006,5,13,0,12),(2006,5,13,1,4),(2006,5,13,2,0),(2006,5,13,3,7),(2006,5,13,4,0),(2006,5,13,5,0),(2006,5,13,6,4),(2006,5,13,7,6),(2006,5,13,8,7),(2006,5,13,9,16),(2006,5,13,10,12),(2006,5,13,11,0),(2006,5,13,12,30),(2006,5,13,13,25),(2006,5,13,14,9),(2006,5,13,15,2),(2006,5,13,16,3),(2006,5,13,17,11),(2006,5,13,18,1),(2006,5,13,19,8),(2006,5,13,20,29),(2006,5,13,21,9),(2006,5,13,22,2),(2006,5,13,23,4),(2006,5,14,0,9),(2006,5,14,1,1),(2006,5,14,2,3),(2006,5,14,3,1),(2006,5,14,4,4),(2006,5,14,5,0),(2006,5,14,6,3),(2006,5,14,7,3),(2006,5,14,8,5),(2006,5,14,9,0),(2006,5,14,10,5),(2006,5,14,11,8),(2006,5,14,12,1),(2006,5,14,13,1),(2006,5,14,14,8),(2006,5,14,15,45),(2006,5,14,16,1),(2006,5,14,17,9),(2006,5,14,18,1),(2006,5,14,19,1),(2006,5,14,20,5),(2006,5,14,21,2),(2006,5,14,22,0),(2006,5,14,23,11),(2006,5,15,0,1),(2006,5,15,1,3),(2006,5,15,2,0),(2006,5,15,3,5),(2006,5,15,4,6),(2006,5,15,5,4),(2006,5,15,6,2),(2006,5,15,7,3),(2006,5,15,8,0),(2006,5,15,9,9),(2006,5,15,10,3),(2006,5,15,11,0),(2006,5,15,12,4),(2006,5,15,13,0),(2006,5,15,14,6),(2006,5,15,15,28),(2006,5,15,16,1),(2006,5,15,17,1),(2006,5,15,18,1),(2006,5,15,19,1),(2006,5,15,20,3),(2006,5,15,21,10),(2006,5,15,22,0),(2006,5,15,23,0),(2006,5,16,0,0),(2006,5,16,1,14),(2006,5,16,2,28),(2006,5,16,3,1),(2006,5,16,4,0),(2006,5,16,5,43),(2006,5,16,6,28),(2006,5,16,7,0),(2006,5,16,8,0),(2006,5,16,9,31),(2006,5,16,10,0),(2006,5,16,11,3),(2006,5,16,12,2),(2006,5,16,13,0),(2006,5,16,14,0),(2006,5,16,15,6),(2006,5,16,16,2),(2006,5,16,17,5),(2006,5,16,18,2),(2006,5,16,19,11),(2006,5,16,20,10),(2006,5,16,21,1),(2006,5,16,22,2),(2006,5,16,23,0),(2006,5,17,0,0),(2006,5,17,1,12),(2006,5,17,2,17),(2006,5,17,3,30),(2006,5,17,4,2),(2006,5,17,5,3),(2006,5,17,6,0),(2006,5,17,7,0),(2006,5,17,8,0),(2006,5,17,9,0),(2006,5,17,10,4),(2006,5,17,11,6),(2006,5,17,12,9),(2006,5,17,13,1),(2006,5,17,14,6),(2006,5,17,15,0),(2006,5,17,16,1),(2006,5,17,17,0),(2006,5,17,18,2),(2006,5,17,19,31),(2006,5,17,20,0),(2006,5,17,21,3),(2006,5,17,22,2),(2006,5,17,23,28),(2006,5,18,0,1),(2006,5,18,1,0),(2006,5,18,2,0),(2006,5,18,3,30),(2006,5,18,4,0),(2006,5,18,5,2),(2006,5,18,6,0),(2006,5,18,7,20),(2006,5,18,8,2),(2006,5,18,9,51),(2006,5,18,10,1),(2006,5,18,11,23),(2006,5,18,12,1),(2006,5,18,13,12),(2006,5,18,14,4),(2006,5,18,15,0),(2006,5,18,16,13),(2006,5,18,17,0),(2006,5,18,18,1),(2006,5,18,19,0),(2006,5,18,20,19),(2006,5,18,21,8),(2006,5,18,22,7),(2006,5,18,23,4),(2006,5,19,0,4),(2006,5,19,1,0),(2006,5,19,2,0),(2006,5,19,3,0),(2006,5,19,4,9),(2006,5,19,5,0),(2006,5,19,6,0),(2006,5,19,7,5),(2006,5,19,8,3),(2006,5,19,9,3),(2006,5,19,10,26),(2006,5,19,11,4),(2006,5,19,12,38),(2006,5,19,13,7),(2006,5,19,14,0),(2006,5,19,15,10),(2006,5,19,16,3),(2006,5,19,17,3),(2006,5,19,18,2),(2006,5,19,19,2),(2006,5,19,20,2),(2006,5,19,21,4),(2006,5,19,22,1),(2006,5,19,23,1),(2006,5,20,0,1),(2006,5,20,1,0),(2006,5,20,2,3),(2006,5,20,3,3),(2006,5,20,4,14),(2006,5,20,5,0),(2006,5,20,6,0),(2006,5,20,7,7),(2006,5,20,8,7),(2006,5,20,9,5),(2006,5,20,10,0),(2006,5,20,11,0),(2006,5,20,12,5),(2006,5,20,13,2),(2006,5,20,14,1),(2006,5,20,15,3),(2006,5,20,16,0),(2006,5,20,17,5),(2006,5,20,18,0),(2006,5,20,19,2),(2006,5,20,20,1),(2006,5,20,21,1),(2006,5,20,22,4),(2006,5,20,23,5),(2006,5,21,0,2),(2006,5,21,1,0),(2006,5,21,2,1),(2006,5,21,3,0),(2006,5,21,4,16),(2006,5,21,5,0),(2006,5,21,6,0),(2006,5,21,7,10),(2006,5,21,8,2),(2006,5,21,9,0),(2006,5,21,10,7),(2006,5,21,11,8),(2006,5,21,12,1),(2006,5,21,13,7),(2006,5,21,14,6),(2006,5,21,15,2),(2006,5,21,16,1),(2006,5,21,17,5),(2006,5,21,18,3),(2006,5,21,19,0),(2006,5,21,20,5),(2006,5,21,21,1),(2006,5,21,22,6),(2006,5,21,23,3),(2006,5,22,0,4),(2006,5,22,1,2),(2006,5,22,2,2),(2006,5,22,3,0),(2006,5,22,4,0),(2006,5,22,5,3),(2006,5,22,6,2),(2006,5,22,7,4),(2006,5,22,8,3),(2006,5,22,9,7),(2006,5,22,10,0),(2006,5,22,11,1),(2006,5,22,12,0),(2006,5,22,13,7),(2006,5,22,14,0),(2006,5,22,15,1),(2006,5,22,16,0),(2006,5,22,17,5),(2006,5,22,18,2),(2006,5,22,19,0),(2006,5,22,20,0),(2006,5,22,21,6),(2006,5,22,22,0),(2006,5,22,23,0),(2006,5,23,0,0),(2006,5,23,1,4),(2006,5,23,2,4),(2006,5,23,3,7),(2006,5,23,4,0),(2006,5,23,5,1),(2006,5,23,6,2),(2006,5,23,7,6),(2006,5,23,8,1),(2006,5,23,9,3),(2006,5,23,10,0),(2006,5,23,11,0),(2006,5,23,12,3),(2006,5,23,13,3),(2006,5,23,14,2),(2006,5,23,15,1),(2006,5,23,16,13),(2006,5,23,17,1),(2006,5,23,18,11),(2006,5,23,19,0),(2006,5,23,20,6),(2006,5,23,21,0),(2006,5,23,22,0),(2006,5,23,23,1),(2006,5,24,0,9),(2006,5,24,1,0),(2006,5,24,2,34),(2006,5,24,3,19),(2006,5,24,4,16),(2006,5,24,5,1),(2006,5,24,6,2),(2006,5,24,7,1),(2006,5,24,8,0),(2006,5,24,9,0),(2006,5,24,10,0),(2006,5,24,11,1),(2006,5,24,12,3),(2006,5,24,13,3),(2006,5,24,14,13),(2006,5,24,15,0),(2006,5,24,16,3),(2006,5,24,17,1),(2006,5,24,18,2),(2006,5,24,19,0),(2006,5,24,20,4),(2006,5,24,21,2),(2006,5,24,22,10),(2006,5,24,23,1),(2006,5,25,0,13),(2006,5,25,1,14),(2006,5,25,2,0),(2006,5,25,3,1),(2006,5,25,4,9),(2006,5,25,5,0),(2006,5,25,6,0),(2006,5,25,7,1),(2006,5,25,8,23),(2006,5,25,9,0),(2006,5,25,10,1),(2006,5,25,11,0),(2006,5,25,12,2),(2006,5,25,13,1),(2006,5,25,14,0),(2006,5,25,15,6),(2006,5,25,16,2),(2006,5,25,17,2),(2006,5,25,18,0),(2006,5,25,19,0),(2006,5,25,20,0),(2006,5,25,21,2),(2006,5,25,22,11),(2006,5,25,23,0),(2006,5,26,0,0),(2006,5,26,1,0),(2006,5,26,2,0),(2006,5,26,3,4),(2006,5,26,4,2),(2006,5,26,5,10),(2006,5,26,6,6),(2006,5,26,7,17),(2006,5,26,8,2),(2006,5,26,9,21),(2006,5,26,10,6),(2006,5,26,11,27),(2006,5,26,12,0),(2006,5,26,13,0),(2006,5,26,14,0),(2006,5,26,15,13),(2006,5,26,16,0),(2006,5,26,17,0),(2006,5,26,18,0),(2006,5,26,19,7),(2006,5,26,20,0),(2006,5,26,21,0),(2006,5,26,22,0),(2006,5,26,23,19),(2006,5,27,0,7),(2006,5,27,1,0),(2006,5,27,2,4),(2006,5,27,3,1),(2006,5,27,4,0),(2006,5,27,5,6),(2006,5,27,6,8),(2006,5,27,7,1),(2006,5,27,8,11),(2006,5,27,9,21),(2006,5,27,10,17),(2006,5,27,11,0),(2006,5,27,12,9),(2006,5,27,13,48),(2006,5,27,14,0),(2006,5,27,15,0),(2006,5,27,16,15),(2006,5,27,17,0),(2006,5,27,18,1),(2006,5,27,19,7),(2006,5,27,20,7),(2006,5,27,21,0),(2006,5,27,22,9),(2006,5,27,23,2),(2006,5,28,0,7),(2006,5,28,1,0),(2006,5,28,2,0),(2006,5,28,3,6),(2006,5,28,4,1),(2006,5,28,5,0),(2006,5,28,6,8),(2006,5,28,7,5),(2006,5,28,8,14),(2006,5,28,9,1),(2006,5,28,10,5),(2006,5,28,11,0),(2006,5,28,12,0),(2006,5,28,13,0),(2006,5,28,14,1),(2006,5,28,15,4),(2006,5,28,16,0),(2006,5,28,17,2),(2006,5,28,18,0),(2006,5,28,19,0),(2006,5,28,20,0),(2006,5,28,21,1),(2006,5,28,22,0),(2006,5,28,23,0),(2006,5,29,0,2),(2006,5,29,1,3),(2006,5,29,2,4),(2006,5,29,3,39),(2006,5,29,4,2),(2006,5,29,5,1),(2006,5,29,6,4),(2006,5,29,7,2),(2006,5,29,8,1),(2006,5,29,9,0),(2006,5,29,10,0),(2006,5,29,11,0),(2006,5,29,12,2),(2006,5,29,13,0),(2006,5,29,14,1),(2006,5,29,15,2),(2006,5,29,16,0),(2006,5,29,17,0),(2006,5,29,18,0),(2006,5,29,19,3),(2006,5,29,20,59),(2006,5,29,21,1),(2006,5,29,22,2),(2006,5,29,23,0),(2006,5,30,0,3),(2006,5,30,1,7),(2006,5,30,2,1),(2006,5,30,3,2),(2006,5,30,4,1),(2006,5,30,5,3),(2006,5,30,6,3),(2006,5,30,7,6),(2006,5,30,8,4),(2006,5,30,9,8),(2006,5,30,10,1),(2006,5,30,11,1),(2006,5,30,12,2),(2006,5,30,13,5),(2006,5,30,14,1),(2006,5,30,15,10),(2006,5,30,16,0),(2006,5,30,17,0),(2006,5,30,18,1),(2006,5,30,19,0),(2006,5,30,20,0),(2006,5,30,21,0),(2006,5,30,22,0),(2006,5,30,23,1),(2006,5,31,0,3),(2006,5,31,1,22),(2006,5,31,2,6),(2006,5,31,3,0),(2006,5,31,4,0),(2006,5,31,5,0),(2006,5,31,6,0),(2006,5,31,7,10),(2006,5,31,8,0),(2006,5,31,9,0),(2006,5,31,10,1),(2006,5,31,11,4),(2006,5,31,12,5),(2006,5,31,13,3),(2006,5,31,14,0),(2006,5,31,15,0),(2006,5,31,16,2),(2006,5,31,17,3),(2006,5,31,18,0),(2006,5,31,19,0),(2006,5,31,20,0),(2006,5,31,21,0),(2006,5,31,22,0),(2006,5,31,23,0),(2006,6,1,0,4),(2006,6,1,1,0),(2006,6,1,2,0),(2006,6,1,3,2),(2006,6,1,4,1),(2006,6,1,5,3),(2006,6,1,6,3),(2006,6,1,7,7),(2006,6,1,8,1),(2006,6,1,9,5),(2006,6,1,10,6),(2006,6,1,11,0),(2006,6,1,12,0),(2006,6,1,13,1),(2006,6,1,14,1),(2006,6,1,15,4),(2006,6,1,16,4),(2006,6,1,17,4),(2006,6,1,18,26),(2006,6,1,19,0),(2006,6,1,20,0),(2006,6,1,21,95),(2006,6,1,22,169),(2006,6,1,23,65),(2006,6,2,0,0),(2006,6,2,1,7),(2006,6,2,2,1),(2006,6,2,3,147),(2006,6,2,4,361),(2006,6,2,5,361),(2006,6,2,6,55),(2006,6,2,7,44),(2006,6,2,8,82),(2006,6,2,9,55),(2006,6,2,10,84),(2006,6,2,11,75),(2006,6,2,12,1),(2006,6,2,13,0),(2006,6,2,14,47),(2006,6,2,15,66),(2006,6,2,16,0),(2006,6,2,17,0),(2006,6,2,18,2),(2006,6,2,19,2),(2006,6,2,20,0),(2006,6,2,21,1),(2006,6,2,22,2),(2006,6,2,23,3),(2006,6,3,0,1),(2006,6,3,1,1),(2006,6,3,2,4),(2006,6,3,3,1),(2006,6,3,4,1),(2006,6,3,5,0),(2006,6,3,6,3),(2006,6,3,7,0),(2006,6,3,8,2),(2006,6,3,9,3),(2006,6,3,10,2),(2006,6,3,11,6),(2006,6,3,12,5),(2006,6,3,13,0),(2006,6,3,14,2),(2006,6,3,15,0),(2006,6,3,16,0),(2006,6,3,17,0),(2006,6,3,18,0),(2006,6,3,19,1),(2006,6,3,20,0),(2006,6,3,21,0),(2006,6,3,22,1),(2006,6,3,23,2),(2006,6,4,0,12),(2006,6,4,1,0),(2006,6,4,2,6),(2006,6,4,3,9),(2006,6,4,4,4),(2006,6,4,5,27),(2006,6,4,6,2),(2006,6,4,7,6),(2006,6,4,8,1),(2006,6,4,9,8),(2006,6,4,10,42),(2006,6,4,11,0),(2006,6,4,12,2),(2006,6,4,13,1),(2006,6,4,14,1),(2006,6,4,15,1),(2006,6,4,16,1),(2006,6,4,17,5),(2006,6,4,18,1),(2006,6,4,19,0),(2006,6,4,20,1),(2006,6,4,21,5),(2006,6,4,22,2),(2006,6,4,23,1),(2006,6,5,0,4),(2006,6,5,1,4),(2006,6,5,2,0),(2006,6,5,3,3),(2006,6,5,4,0),(2006,6,5,5,5),(2006,6,5,6,0),(2006,6,5,7,9),(2006,6,5,8,0),(2006,6,5,9,2),(2006,6,5,10,0),(2006,6,5,11,2),(2006,6,5,12,5),(2006,6,5,13,0),(2006,6,5,14,11),(2006,6,5,15,14),(2006,6,5,16,6),(2006,6,5,17,0),(2006,6,5,18,6),(2006,6,5,19,1),(2006,6,5,20,6),(2006,6,5,21,0),(2006,6,5,22,2),(2006,6,5,23,1),(2006,6,6,0,5),(2006,6,6,1,5),(2006,6,6,2,0),(2006,6,6,3,0),(2006,6,6,4,0),(2006,6,6,5,5),(2006,6,6,6,0),(2006,6,6,7,2),(2006,6,6,8,7),(2006,6,6,9,3),(2006,6,6,10,1),(2006,6,6,11,1),(2006,6,6,12,14),(2006,6,6,13,0),(2006,6,6,14,2),(2006,6,6,15,0),(2006,6,6,16,6),(2006,6,6,17,23),(2006,6,6,18,0),(2006,6,6,19,0),(2006,6,6,20,1),(2006,6,6,21,0),(2006,6,6,22,1),(2006,6,6,23,2),(2006,6,7,0,4),(2006,6,7,1,0),(2006,6,7,2,3),(2006,6,7,3,0),(2006,6,7,4,5),(2006,6,7,5,0),(2006,6,7,6,3),(2006,6,7,7,5),(2006,6,7,8,7),(2006,6,7,9,0),(2006,6,7,10,0),(2006,6,7,11,3),(2006,6,7,12,0),(2006,6,7,13,0),(2006,6,7,14,0),(2006,6,7,15,12),(2006,6,7,16,0),(2006,6,7,17,0),(2006,6,7,18,1),(2006,6,7,19,0),(2006,6,7,20,0),(2006,6,7,21,1),(2006,6,7,22,2),(2006,6,7,23,0),(2006,6,8,0,0),(2006,6,8,1,11),(2006,6,8,2,5),(2006,6,8,3,0),(2006,6,8,4,1),(2006,6,8,5,16),(2006,6,8,6,3),(2006,6,8,7,1),(2006,6,8,8,5),(2006,6,8,9,3),(2006,6,8,10,8),(2006,6,8,11,9),(2006,6,8,12,0),(2006,6,8,13,0),(2006,6,8,14,1),(2006,6,8,15,2),(2006,6,8,16,0),(2006,6,8,17,8),(2006,6,8,18,0),(2006,6,8,19,2),(2006,6,8,20,0),(2006,6,8,21,3),(2006,6,8,22,0),(2006,6,8,23,15),(2006,6,9,0,0),(2006,6,9,1,0),(2006,6,9,2,0),(2006,6,9,3,1),(2006,6,9,4,0),(2006,6,9,5,0),(2006,6,9,6,0),(2006,6,9,7,2),(2006,6,9,8,5),(2006,6,9,9,1),(2006,6,9,10,1),(2006,6,9,11,1),(2006,6,9,12,20),(2006,6,9,13,0),(2006,6,9,14,0),(2006,6,9,15,0),(2006,6,9,16,0),(2006,6,9,17,1),(2006,6,9,18,6),(2006,6,9,19,3),(2006,6,9,20,0),(2006,6,9,21,0),(2006,6,9,22,5),(2006,6,9,23,0),(2006,6,10,0,0),(2006,6,10,1,0),(2006,6,10,2,1),(2006,6,10,3,0),(2006,6,10,4,0),(2006,6,10,5,2),(2006,6,10,6,0),(2006,6,10,7,0),(2006,6,10,8,0),(2006,6,10,9,5),(2006,6,10,10,8),(2006,6,10,11,0),(2006,6,10,12,0),(2006,6,10,13,7),(2006,6,10,14,5),(2006,6,10,15,4),(2006,6,10,16,0),(2006,6,10,17,0),(2006,6,10,18,0),(2006,6,10,19,5),(2006,6,10,20,7),(2006,6,10,21,0),(2006,6,10,22,0),(2006,6,10,23,3),(2006,6,11,0,4),(2006,6,11,1,1),(2006,6,11,2,0),(2006,6,11,3,0),(2006,6,11,4,12),(2006,6,11,5,13),(2006,6,11,6,1),(2006,6,11,7,0),(2006,6,11,8,1),(2006,6,11,9,5),(2006,6,11,10,24),(2006,6,11,11,2),(2006,6,11,12,0),(2006,6,11,13,2),(2006,6,11,14,0),(2006,6,11,15,4),(2006,6,11,16,0),(2006,6,11,17,39),(2006,6,11,18,2),(2006,6,11,19,2),(2006,6,11,20,0),(2006,6,11,21,0),(2006,6,11,22,5),(2006,6,11,23,0),(2006,6,12,0,5),(2006,6,12,1,10),(2006,6,12,2,2),(2006,6,12,3,0),(2006,6,12,4,0),(2006,6,12,5,17),(2006,6,12,6,0),(2006,6,12,7,1),(2006,6,12,8,7),(2006,6,12,9,15),(2006,6,12,10,1),(2006,6,12,11,7),(2006,6,12,12,0),(2006,6,12,13,0),(2006,6,12,14,0),(2006,6,12,15,4),(2006,6,12,16,0),(2006,6,12,17,5),(2006,6,12,18,0),(2006,6,12,19,1),(2006,6,12,20,0),(2006,6,12,21,1),(2006,6,12,22,2),(2006,6,12,23,1),(2006,6,13,0,0),(2006,6,13,1,0),(2006,6,13,2,2),(2006,6,13,3,0),(2006,6,13,4,3),(2006,6,13,5,3),(2006,6,13,6,1),(2006,6,13,7,7),(2006,6,13,8,6),(2006,6,13,9,6),(2006,6,13,10,79),(2006,6,13,11,81),(2006,6,13,12,83),(2006,6,13,13,78),(2006,6,13,14,71),(2006,6,13,15,87),(2006,6,13,16,87),(2006,6,13,17,116),(2006,6,13,18,129),(2006,6,13,19,111),(2006,6,13,20,114),(2006,6,13,21,97),(2006,6,13,22,156),(2006,6,13,23,192),(2006,6,14,0,162),(2006,6,14,1,154),(2006,6,14,2,172),(2006,6,14,3,173),(2006,6,14,4,181),(2006,6,14,5,188),(2006,6,14,6,187),(2006,6,14,7,127),(2006,6,14,8,90),(2006,6,14,9,91),(2006,6,14,10,103),(2006,6,14,11,95),(2006,6,14,12,79),(2006,6,14,13,91),(2006,6,14,14,93),(2006,6,14,15,59),(2006,6,14,16,14),(2006,6,14,17,6),(2006,6,14,18,1),(2006,6,14,19,0),(2006,6,14,20,5),(2006,6,14,21,0),(2006,6,14,22,0),(2006,6,14,23,6),(2006,6,15,0,0),(2006,6,15,1,1),(2006,6,15,2,0),(2006,6,15,3,7),(2006,6,15,4,8),(2006,6,15,5,1),(2006,6,15,6,0),(2006,6,15,7,1),(2006,6,15,8,1),(2006,6,15,9,0),(2006,6,15,10,3),(2006,6,15,11,1),(2006,6,15,12,1),(2006,6,15,13,2),(2006,6,15,14,1),(2006,6,15,15,2),(2006,6,15,16,1),(2006,6,15,17,1),(2006,6,15,18,0),(2006,6,15,19,10),(2006,6,15,20,1),(2006,6,15,21,12),(2006,6,15,22,1),(2006,6,15,23,5),(2006,6,16,0,8),(2006,6,16,1,7),(2006,6,16,2,5),(2006,6,16,3,2),(2006,6,16,4,0),(2006,6,16,5,6),(2006,6,16,6,1),(2006,6,16,7,0),(2006,6,16,8,1),(2006,6,16,9,0),(2006,6,16,10,6),(2006,6,16,11,2),(2006,6,16,12,4),(2006,6,16,13,2),(2006,6,16,14,6),(2006,6,16,15,2),(2006,6,16,16,103),(2006,6,16,17,0),(2006,6,16,18,32),(2006,6,16,19,3),(2006,6,16,20,0),(2006,6,16,21,0),(2006,6,16,22,0),(2006,6,16,23,0),(2006,6,17,0,0),(2006,6,17,1,0),(2006,6,17,2,1),(2006,6,17,3,8),(2006,6,17,4,10),(2006,6,17,5,2),(2006,6,17,6,0),(2006,6,17,7,5),(2006,6,17,8,4),(2006,6,17,9,1),(2006,6,17,10,3),(2006,6,17,11,0),(2006,6,17,12,1),(2006,6,17,13,6),(2006,6,17,14,2),(2006,6,17,15,0),(2006,6,17,16,12),(2006,6,17,17,0),(2006,6,17,18,20),(2006,6,17,19,8),(2006,6,17,20,3),(2006,6,17,21,4),(2006,6,17,22,5),(2006,6,17,23,1),(2006,6,18,0,1),(2006,6,18,1,38),(2006,6,18,2,0),(2006,6,18,3,2),(2006,6,18,4,1),(2006,6,18,5,0),(2006,6,18,6,1),(2006,6,18,7,0),(2006,6,18,8,5),(2006,6,18,9,11),(2006,6,18,10,0),(2006,6,18,11,1),(2006,6,18,12,36),(2006,6,18,13,4),(2006,6,18,14,0),(2006,6,18,15,3),(2006,6,18,16,7),(2006,6,18,17,2),(2006,6,18,18,1),(2006,6,18,19,4),(2006,6,18,20,7),(2006,6,18,21,1),(2006,6,18,22,0),(2006,6,18,23,7),(2006,6,19,0,13),(2006,6,19,1,0),(2006,6,19,2,5),(2006,6,19,3,0),(2006,6,19,4,1),(2006,6,19,5,3),(2006,6,19,6,0),(2006,6,19,7,0),(2006,6,19,8,0),(2006,6,19,9,1),(2006,6,19,10,0),(2006,6,19,11,0),(2006,6,19,12,0),(2006,6,19,13,5),(2006,6,19,14,6),(2006,6,19,15,0),(2006,6,19,16,1),(2006,6,19,17,4),(2006,6,19,18,15),(2006,6,19,19,0),(2006,6,19,20,0),(2006,6,19,21,7),(2006,6,19,22,0),(2006,6,19,23,0),(2006,6,20,0,0),(2006,6,20,1,0),(2006,6,20,2,8),(2006,6,20,3,4),(2006,6,20,4,4),(2006,6,20,5,0),(2006,6,20,6,9),(2006,6,20,7,1),(2006,6,20,8,1),(2006,6,20,9,0),(2006,6,20,10,1),(2006,6,20,11,0),(2006,6,20,12,0),(2006,6,20,13,0),(2006,6,20,14,0),(2006,6,20,15,35),(2006,6,20,16,25),(2006,6,20,17,0),(2006,6,20,18,1),(2006,6,20,19,1),(2006,6,20,20,5),(2006,6,20,21,10),(2006,6,20,22,10),(2006,6,20,23,1),(2006,6,21,0,2),(2006,6,21,1,5),(2006,6,21,2,0),(2006,6,21,3,8),(2006,6,21,4,0),(2006,6,21,5,0),(2006,6,21,6,9),(2006,6,21,7,7),(2006,6,21,8,0),(2006,6,21,9,2),(2006,6,21,10,1),(2006,6,21,11,10),(2006,6,21,12,1),(2006,6,21,13,0),(2006,6,21,14,0),(2006,6,21,15,0),(2006,6,21,16,20),(2006,6,21,17,2),(2006,6,21,18,0),(2006,6,21,19,1),(2006,6,21,20,0),(2006,6,21,21,0),(2006,6,21,22,0),(2006,6,21,23,1),(2006,6,22,0,1),(2006,6,22,1,7),(2006,6,22,2,2),(2006,6,22,3,1),(2006,6,22,4,0),(2006,6,22,5,5),(2006,6,22,6,1),(2006,6,22,7,4),(2006,6,22,8,1),(2006,6,22,9,0),(2006,6,22,10,1),(2006,6,22,11,9),(2006,6,22,12,4),(2006,6,22,13,0),(2006,6,22,14,1),(2006,6,22,15,1),(2006,6,22,16,2),(2006,6,22,17,0),(2006,6,22,18,1),(2006,6,22,19,2),(2006,6,22,20,4),(2006,6,22,21,3),(2006,6,22,22,30),(2006,6,22,23,60),(2006,6,23,0,59),(2006,6,23,1,58),(2006,6,23,2,87),(2006,6,23,3,52),(2006,6,23,4,66),(2006,6,23,5,81),(2006,6,23,6,80),(2006,6,23,7,67),(2006,6,23,8,75),(2006,6,23,9,66),(2006,6,23,10,47),(2006,6,23,11,71),(2006,6,23,12,86),(2006,6,23,13,12),(2006,6,23,14,32),(2006,6,23,15,88),(2006,6,23,16,121),(2006,6,23,17,112),(2006,6,23,18,119),(2006,6,23,19,108),(2006,6,23,20,19),(2006,6,23,21,70),(2006,6,23,22,62),(2006,6,23,23,54),(2006,6,24,0,76),(2006,6,24,1,48),(2006,6,24,2,37),(2006,6,24,3,41),(2006,6,24,4,32),(2006,6,24,5,64),(2006,6,24,6,66),(2006,6,24,7,76),(2006,6,24,8,75),(2006,6,24,9,78),(2006,6,24,10,82),(2006,6,24,11,94),(2006,6,24,12,66),(2006,6,24,13,68),(2006,6,24,14,35),(2006,6,24,15,1),(2006,6,24,16,0),(2006,6,24,17,1),(2006,6,24,18,3),(2006,6,24,19,0),(2006,6,24,20,0),(2006,6,24,21,0),(2006,6,24,22,0),(2006,6,24,23,0),(2006,6,25,0,6),(2006,6,25,1,1),(2006,6,25,2,6),(2006,6,25,3,0),(2006,6,25,4,0),(2006,6,25,5,1),(2006,6,25,6,2),(2006,6,25,7,12),(2006,6,25,8,4),(2006,6,25,9,1),(2006,6,25,10,5),(2006,6,25,11,0),(2006,6,25,12,0),(2006,6,25,13,1),(2006,6,25,14,1),(2006,6,25,15,4),(2006,6,25,16,3),(2006,6,25,17,0),(2006,6,25,18,2),(2006,6,25,19,0),(2006,6,25,20,1),(2006,6,25,21,1),(2006,6,25,22,0),(2006,6,25,23,6),(2006,6,26,0,1),(2006,6,26,1,1),(2006,6,26,2,1),(2006,6,26,3,1),(2006,6,26,4,0),(2006,6,26,5,2),(2006,6,26,6,1),(2006,6,26,7,3),(2006,6,26,8,0),(2006,6,26,9,2),(2006,6,26,10,1),(2006,6,26,11,2),(2006,6,26,12,4),(2006,6,26,13,9),(2006,6,26,14,3),(2006,6,26,15,0),(2006,6,26,16,2),(2006,6,26,17,6),(2006,6,26,18,1),(2006,6,26,19,1),(2006,6,26,20,3),(2006,6,26,21,2),(2006,6,26,22,1),(2006,6,26,23,1),(2006,6,27,0,5),(2006,6,27,1,8),(2006,6,27,2,9),(2006,6,27,3,6),(2006,6,27,4,1),(2006,6,27,5,7),(2006,6,27,6,0),(2006,6,27,7,2),(2006,6,27,8,3),(2006,6,27,9,6),(2006,6,27,10,3),(2006,6,27,11,27),(2006,6,27,12,31),(2006,6,27,13,7),(2006,6,27,14,30),(2006,6,27,15,6),(2006,6,27,16,0),(2006,6,27,17,3),(2006,6,27,18,15),(2006,6,27,19,1),(2006,6,27,20,0),(2006,6,27,21,4),(2006,6,27,22,0),(2006,6,27,23,8),(2006,6,28,0,0),(2006,6,28,1,2),(2006,6,28,2,12),(2006,6,28,3,1),(2006,6,28,4,1),(2006,6,28,5,3),(2006,6,28,6,6),(2006,6,28,7,2),(2006,6,28,8,3),(2006,6,28,9,2),(2006,6,28,10,1),(2006,6,28,11,5),(2006,6,28,12,2),(2006,6,28,13,1),(2006,6,28,14,0),(2006,6,28,15,2),(2006,6,28,16,4),(2006,6,28,17,2),(2006,6,28,18,1),(2006,6,28,19,1),(2006,6,28,20,0),(2006,6,28,21,4),(2006,6,28,22,0),(2006,6,28,23,5),(2006,6,29,0,9),(2006,6,29,1,0),(2006,6,29,2,1),(2006,6,29,3,8),(2006,6,29,4,1),(2006,6,29,5,0),(2006,6,29,6,1),(2006,6,29,7,5),(2006,6,29,8,7),(2006,6,29,9,1),(2006,6,29,10,15),(2006,6,29,11,2),(2006,6,29,12,2),(2006,6,29,13,0),(2006,6,29,14,5),(2006,6,29,15,4),(2006,6,29,16,3),(2006,6,29,17,12),(2006,6,29,18,1),(2006,6,29,19,5),(2006,6,29,20,1),(2006,6,29,21,2),(2006,6,29,22,0),(2006,6,29,23,0),(2006,6,30,0,0),(2006,6,30,1,0),(2006,6,30,2,0),(2006,6,30,3,1),(2006,6,30,4,2),(2006,6,30,5,0),(2006,6,30,6,0),(2006,6,30,7,8),(2006,6,30,8,0),(2006,6,30,9,1),(2006,6,30,10,1),(2006,6,30,11,7),(2006,6,30,12,5),(2006,6,30,13,1),(2006,6,30,14,16),(2006,6,30,15,7),(2006,6,30,16,8),(2006,6,30,17,4),(2006,6,30,18,6),(2006,6,30,19,32),(2006,6,30,20,8),(2006,6,30,21,18),(2006,6,30,22,4),(2006,6,30,23,10),(2006,7,1,0,13),(2006,7,1,1,19),(2006,7,1,2,35),(2006,7,1,3,5),(2006,7,1,4,14),(2006,7,1,5,23),(2006,7,1,6,15),(2006,7,1,7,33),(2006,7,1,8,28),(2006,7,1,9,53),(2006,7,1,10,25),(2006,7,1,11,165),(2006,7,1,12,23),(2006,7,1,13,182),(2006,7,1,14,33),(2006,7,1,15,128),(2006,7,1,16,541),(2006,7,1,17,19),(2006,7,1,18,73),(2006,7,1,19,15),(2006,7,1,20,6),(2006,7,1,21,35),(2006,7,1,22,19),(2006,7,1,23,2),(2006,7,2,0,9),(2006,7,2,1,1),(2006,7,2,2,4),(2006,7,2,3,1),(2006,7,2,4,0),(2006,7,2,5,6),(2006,7,2,6,0),(2006,7,2,7,1),(2006,7,2,8,9),(2006,7,2,9,2),(2006,7,2,10,3),(2006,7,2,11,8),(2006,7,2,12,0),(2006,7,2,13,2),(2006,7,2,14,0),(2006,7,2,15,2),(2006,7,2,16,1),(2006,7,2,17,0),(2006,7,2,18,0),(2006,7,2,19,0),(2006,7,2,20,0),(2006,7,2,21,0),(2006,7,2,22,3),(2006,7,2,23,3),(2006,7,3,0,4),(2006,7,3,1,15),(2006,7,3,2,15),(2006,7,3,3,4),(2006,7,3,4,15),(2006,7,3,5,2),(2006,7,3,6,4),(2006,7,3,7,2),(2006,7,3,8,0),(2006,7,3,9,0),(2006,7,3,10,8),(2006,7,3,11,4),(2006,7,3,12,14),(2006,7,3,13,0),(2006,7,3,14,0),(2006,7,3,15,2),(2006,7,3,16,5),(2006,7,3,17,1),(2006,7,3,18,68),(2006,7,3,19,92),(2006,7,3,20,26),(2006,7,3,21,51),(2006,7,3,22,27),(2006,7,3,23,1),(2006,7,4,0,0),(2006,7,4,1,1),(2006,7,4,2,0),(2006,7,4,3,0),(2006,7,4,4,0),(2006,7,4,5,1),(2006,7,4,6,0),(2006,7,4,7,0),(2006,7,4,8,2),(2006,7,4,9,0),(2006,7,4,10,0),(2006,7,4,11,13),(2006,7,4,12,8),(2006,7,4,13,1),(2006,7,4,14,4),(2006,7,4,15,271),(2006,7,4,16,1),(2006,7,4,17,0),(2006,7,4,18,2),(2006,7,4,19,4),(2006,7,4,20,0),(2006,7,4,21,0),(2006,7,4,22,6),(2006,7,4,23,3),(2006,7,5,0,2),(2006,7,5,1,0),(2006,7,5,2,0),(2006,7,5,3,3),(2006,7,5,4,1),(2006,7,5,5,1),(2006,7,5,6,4),(2006,7,5,7,0),(2006,7,5,8,0),(2006,7,5,9,0),(2006,7,5,10,0),(2006,7,5,11,1),(2006,7,5,12,0),(2006,7,5,13,0),(2006,7,5,14,6),(2006,7,5,15,4),(2006,7,5,16,5),(2006,7,5,17,5),(2006,7,5,18,13),(2006,7,5,19,2),(2006,7,5,20,0),(2006,7,5,21,5),(2006,7,5,22,4),(2006,7,5,23,1),(2006,7,6,0,1),(2006,7,6,1,0),(2006,7,6,2,1),(2006,7,6,3,1),(2006,7,6,4,2),(2006,7,6,5,10),(2006,7,6,6,1),(2006,7,6,7,0),(2006,7,6,8,1),(2006,7,6,9,4),(2006,7,6,10,1),(2006,7,6,11,0),(2006,7,6,12,2),(2006,7,6,13,0),(2006,7,6,14,1),(2006,7,6,15,0),(2006,7,6,16,1),(2006,7,6,17,6),(2006,7,6,18,2),(2006,7,6,19,9),(2006,7,6,20,0),(2006,7,6,21,2),(2006,7,6,22,9),(2006,7,6,23,3),(2006,7,7,0,1),(2006,7,7,1,4),(2006,7,7,2,17),(2006,7,7,3,0),(2006,7,7,4,2),(2006,7,7,5,10),(2006,7,7,6,14),(2006,7,7,7,1),(2006,7,7,8,0),(2006,7,7,9,5),(2006,7,7,10,1),(2006,7,7,11,1),(2006,7,7,12,1),(2006,7,7,13,0),(2006,7,7,14,5),(2006,7,7,15,1),(2006,7,7,16,0),(2006,7,7,17,3),(2006,7,7,18,0),(2006,7,7,19,0),(2006,7,7,20,1),(2006,7,7,21,1),(2006,7,7,22,4),(2006,7,7,23,0),(2006,7,8,0,0),(2006,7,8,1,0),(2006,7,8,2,1),(2006,7,8,3,1),(2006,7,8,4,1),(2006,7,8,5,1),(2006,7,8,6,0),(2006,7,8,7,2),(2006,7,8,8,4),(2006,7,8,9,3),(2006,7,8,10,13),(2006,7,8,11,7),(2006,7,8,12,0),(2006,7,8,13,1),(2006,7,8,14,16),(2006,7,8,15,2),(2006,7,8,16,2),(2006,7,8,17,8),(2006,7,8,18,2),(2006,7,8,19,2),(2006,7,8,20,2),(2006,7,8,21,2),(2006,7,8,22,4),(2006,7,8,23,0),(2006,7,9,0,1),(2006,7,9,1,2),(2006,7,9,2,1),(2006,7,9,3,1),(2006,7,9,4,1),(2006,7,9,5,4),(2006,7,9,6,5),(2006,7,9,7,1),(2006,7,9,8,1),(2006,7,9,9,2),(2006,7,9,10,0),(2006,7,9,11,0),(2006,7,9,12,0),(2006,7,9,13,1),(2006,7,9,14,2),(2006,7,9,15,7),(2006,7,9,16,0),(2006,7,9,17,20),(2006,7,9,18,10),(2006,7,9,19,1),(2006,7,9,20,5),(2006,7,9,21,4),(2006,7,9,22,3),(2006,7,9,23,0),(2006,7,10,0,2),(2006,7,10,1,0),(2006,7,10,2,2),(2006,7,10,3,0),(2006,7,10,4,5),(2006,7,10,5,4),(2006,7,10,6,1),(2006,7,10,7,2),(2006,7,10,8,0),(2006,7,10,9,1),(2006,7,10,10,1),(2006,7,10,11,0),(2006,7,10,12,6),(2006,7,10,13,1),(2006,7,10,14,1),(2006,7,10,15,1),(2006,7,10,16,128),(2006,7,10,17,0),(2006,7,10,18,2),(2006,7,10,19,0),(2006,7,10,20,0),(2006,7,10,21,2),(2006,7,10,22,0),(2006,7,10,23,0),(2006,7,11,0,1),(2006,7,11,1,9),(2006,7,11,2,10),(2006,7,11,3,6),(2006,7,11,4,4),(2006,7,11,5,39),(2006,7,11,6,8),(2006,7,11,7,19),(2006,7,11,8,3),(2006,7,11,9,0),(2006,7,11,10,0),(2006,7,11,11,30),(2006,7,11,12,4),(2006,7,11,13,0),(2006,7,11,14,11),(2006,7,11,15,1),(2006,7,11,16,0),(2006,7,11,17,1),(2006,7,11,18,0),(2006,7,11,19,1),(2006,7,11,20,0),(2006,7,11,21,1),(2006,7,11,22,0),(2006,7,11,23,3),(2006,7,12,0,1),(2006,7,12,1,2),(2006,7,12,2,0),(2006,7,12,3,0),(2006,7,12,4,2),(2006,7,12,5,2),(2006,7,12,6,8),(2006,7,12,7,4),(2006,7,12,8,2),(2006,7,12,9,8),(2006,7,12,10,12),(2006,7,12,11,1),(2006,7,12,12,2),(2006,7,12,13,6),(2006,7,12,14,1),(2006,7,12,15,0),(2006,7,12,16,1),(2006,7,12,17,3),(2006,7,12,18,0),(2006,7,12,19,2),(2006,7,12,20,0),(2006,7,12,21,1),(2006,7,12,22,0),(2006,7,12,23,2),(2006,7,13,0,3),(2006,7,13,1,0),(2006,7,13,2,1),(2006,7,13,3,9),(2006,7,13,4,0),(2006,7,13,5,5),(2006,7,13,6,0),(2006,7,13,7,9),(2006,7,13,8,4),(2006,7,13,9,5),(2006,7,13,10,2),(2006,7,13,11,1),(2006,7,13,12,0),(2006,7,13,13,0),(2006,7,13,14,5),(2006,7,13,15,0),(2006,7,13,16,0),(2006,7,13,17,3),(2006,7,13,18,1),(2006,7,13,19,4),(2006,7,13,20,4),(2006,7,13,21,5),(2006,7,13,22,2),(2006,7,13,23,1),(2006,7,14,0,1),(2006,7,14,1,4),(2006,7,14,2,13),(2006,7,14,3,0),(2006,7,14,4,0),(2006,7,14,5,0),(2006,7,14,6,20),(2006,7,14,7,53),(2006,7,14,8,0),(2006,7,14,9,4),(2006,7,14,10,20),(2006,7,14,11,79),(2006,7,14,12,89),(2006,7,14,13,86),(2006,7,14,14,98),(2006,7,14,15,83),(2006,7,14,16,77),(2006,7,14,17,88),(2006,7,14,18,85),(2006,7,14,19,82),(2006,7,14,20,5),(2006,7,14,21,12),(2006,7,14,22,19),(2006,7,14,23,33),(2006,7,15,0,33),(2006,7,15,1,4),(2006,7,15,2,77),(2006,7,15,3,114),(2006,7,15,4,94),(2006,7,15,5,105),(2006,7,15,6,89),(2006,7,15,7,92),(2006,7,15,8,96),(2006,7,15,9,94),(2006,7,15,10,87),(2006,7,15,11,99),(2006,7,15,12,97),(2006,7,15,13,115),(2006,7,15,14,96),(2006,7,15,15,102),(2006,7,15,16,102),(2006,7,15,17,100),(2006,7,15,18,96),(2006,7,15,19,98),(2006,7,15,20,10),(2006,7,15,21,13),(2006,7,15,22,12),(2006,7,15,23,3),(2006,7,16,0,0),(2006,7,16,1,0),(2006,7,16,2,0),(2006,7,16,3,1),(2006,7,16,4,1),(2006,7,16,5,1),(2006,7,16,6,4),(2006,7,16,7,11),(2006,7,16,8,0),(2006,7,16,9,0),(2006,7,16,10,0),(2006,7,16,11,2),(2006,7,16,12,7),(2006,7,16,13,2),(2006,7,16,14,1),(2006,7,16,15,0),(2006,7,16,16,0),(2006,7,16,17,0),(2006,7,16,18,5),(2006,7,16,19,1),(2006,7,16,20,3),(2006,7,16,21,1),(2006,7,16,22,0),(2006,7,16,23,3),(2006,7,17,0,1),(2006,7,17,1,1),(2006,7,17,2,10),(2006,7,17,3,0),(2006,7,17,4,1),(2006,7,17,5,0),(2006,7,17,6,0),(2006,7,17,7,0),(2006,7,17,8,10),(2006,7,17,9,9),(2006,7,17,10,1),(2006,7,17,11,2),(2006,7,17,12,6),(2006,7,17,13,0),(2006,7,17,14,0),(2006,7,17,15,0),(2006,7,17,16,0),(2006,7,17,17,0),(2006,7,17,18,0),(2006,7,17,19,5),(2006,7,17,20,1),(2006,7,17,21,0),(2006,7,17,22,2),(2006,7,17,23,4),(2006,7,18,0,0),(2006,7,18,1,0),(2006,7,18,2,5),(2006,7,18,3,0),(2006,7,18,4,1),(2006,7,18,5,0),(2006,7,18,6,0),(2006,7,18,7,4),(2006,7,18,8,0),(2006,7,18,9,2),(2006,7,18,10,1),(2006,7,18,11,0),(2006,7,18,12,1),(2006,7,18,13,2),(2006,7,18,14,55),(2006,7,18,15,18),(2006,7,18,16,5),(2006,7,18,17,6),(2006,7,18,18,30),(2006,7,18,19,5),(2006,7,18,20,15),(2006,7,18,21,39),(2006,7,18,22,71),(2006,7,18,23,81),(2006,7,19,0,101),(2006,7,19,1,91),(2006,7,19,2,42),(2006,7,19,3,0),(2006,7,19,4,0),(2006,7,19,5,0),(2006,7,19,6,16),(2006,7,19,7,56),(2006,7,19,8,44),(2006,7,19,9,12),(2006,7,19,10,8),(2006,7,19,11,3),(2006,7,19,12,4),(2006,7,19,13,1),(2006,7,19,14,22),(2006,7,19,15,3),(2006,7,19,16,2),(2006,7,19,17,2),(2006,7,19,18,0),(2006,7,19,19,6),(2006,7,19,20,0),(2006,7,19,21,30),(2006,7,19,22,0),(2006,7,19,23,1),(2006,7,20,0,0),(2006,7,20,1,1),(2006,7,20,2,4),(2006,7,20,3,7),(2006,7,20,4,7),(2006,7,20,5,4),(2006,7,20,6,11),(2006,7,20,7,2),(2006,7,20,8,8),(2006,7,20,9,9),(2006,7,20,10,0),(2006,7,20,11,0),(2006,7,20,12,5),(2006,7,20,13,12),(2006,7,20,14,5),(2006,7,20,15,0),(2006,7,20,16,1),(2006,7,20,17,1),(2006,7,20,18,2),(2006,7,20,19,0),(2006,7,20,20,6),(2006,7,20,21,4),(2006,7,20,22,7),(2006,7,20,23,17),(2006,7,21,0,0),(2006,7,21,1,2),(2006,7,21,2,2),(2006,7,21,3,0),(2006,7,21,4,0),(2006,7,21,5,21),(2006,7,21,6,8),(2006,7,21,7,8),(2006,7,21,8,6),(2006,7,21,9,13),(2006,7,21,10,25),(2006,7,21,11,6),(2006,7,21,12,3),(2006,7,21,13,4),(2006,7,21,14,26),(2006,7,21,15,5),(2006,7,21,16,1),(2006,7,21,17,0),(2006,7,21,18,2),(2006,7,21,19,1),(2006,7,21,20,5),(2006,7,21,21,2),(2006,7,21,22,7),(2006,7,21,23,2),(2006,7,22,0,17),(2006,7,22,1,0),(2006,7,22,2,3),(2006,7,22,3,1),(2006,7,22,4,2),(2006,7,22,5,4),(2006,7,22,6,1),(2006,7,22,7,6),(2006,7,22,8,3),(2006,7,22,9,0),(2006,7,22,10,4),(2006,7,22,11,0),(2006,7,22,12,30),(2006,7,22,13,2),(2006,7,22,14,25),(2006,7,22,15,11),(2006,7,22,16,8),(2006,7,22,17,0),(2006,7,22,18,3),(2006,7,22,19,5),(2006,7,22,20,0),(2006,7,22,21,2),(2006,7,22,22,0),(2006,7,22,23,4),(2006,7,23,0,2),(2006,7,23,1,2),(2006,7,23,2,0),(2006,7,23,3,2),(2006,7,23,4,0),(2006,7,23,5,1),(2006,7,23,6,0),(2006,7,23,7,0),(2006,7,23,8,4),(2006,7,23,9,0),(2006,7,23,10,1),(2006,7,23,11,1),(2006,7,23,12,6),(2006,7,23,13,2),(2006,7,23,14,0),(2006,7,23,15,2),(2006,7,23,16,2),(2006,7,23,17,0),(2006,7,23,18,9),(2006,7,23,19,21),(2006,7,23,20,3),(2006,7,23,21,1),(2006,7,23,22,6),(2006,7,23,23,3),(2006,7,24,0,0),(2006,7,24,1,4),(2006,7,24,2,0),(2006,7,24,3,2),(2006,7,24,4,1),(2006,7,24,5,2),(2006,7,24,6,0),(2006,7,24,7,3),(2006,7,24,8,4),(2006,7,24,9,29),(2006,7,24,10,0),(2006,7,24,11,4),(2006,7,24,12,3),(2006,7,24,13,1),(2006,7,24,14,0),(2006,7,24,15,0),(2006,7,24,16,0),(2006,7,24,17,0),(2006,7,24,18,0),(2006,7,24,19,0),(2006,7,24,20,0),(2006,7,24,21,0),(2006,7,24,22,1),(2006,7,24,23,11),(2006,7,25,0,0),(2006,7,25,1,0),(2006,7,25,2,0),(2006,7,25,3,0),(2006,7,25,4,0),(2006,7,25,5,0),(2006,7,25,6,0),(2006,7,25,7,0),(2006,7,25,8,0),(2006,7,25,9,0),(2006,7,25,10,12),(2006,7,25,11,1),(2006,7,25,12,3),(2006,7,25,13,1),(2006,7,25,14,3),(2006,7,25,15,0),(2006,7,25,16,2),(2006,7,25,17,7),(2006,7,25,18,9),(2006,7,25,19,0),(2006,7,25,20,0),(2006,7,25,21,1),(2006,7,25,22,5),(2006,7,25,23,9),(2006,7,26,0,0),(2006,7,26,1,0),(2006,7,26,2,2),(2006,7,26,3,10),(2006,7,26,4,4),(2006,7,26,5,7),(2006,7,26,6,0),(2006,7,26,7,4),(2006,7,26,8,2),(2006,7,26,9,5),(2006,7,26,10,0),(2006,7,26,11,4),(2006,7,26,12,59),(2006,7,26,13,3),(2006,7,26,14,0),(2006,7,26,15,3),(2006,7,26,16,5),(2006,7,26,17,0),(2006,7,26,18,0),(2006,7,26,19,7),(2006,7,26,20,7),(2006,7,26,21,1),(2006,7,26,22,1),(2006,7,26,23,0),(2006,7,27,0,0),(2006,7,27,1,0),(2006,7,27,2,0),(2006,7,27,3,0),(2006,7,27,4,0),(2006,7,27,5,0),(2006,7,27,6,0),(2006,7,27,7,1),(2006,7,27,8,2),(2006,7,27,9,8),(2006,7,27,10,0),(2006,7,27,11,0),(2006,7,27,12,40),(2006,7,27,13,61),(2006,7,27,14,9),(2006,7,27,15,0),(2006,7,27,16,0),(2006,7,27,17,0),(2006,7,27,18,1),(2006,7,27,19,0),(2006,7,27,20,2),(2006,7,27,21,6),(2006,7,27,22,1),(2006,7,27,23,0),(2006,7,28,0,5),(2006,7,28,1,0),(2006,7,28,2,0),(2006,7,28,3,0),(2006,7,28,4,0),(2006,7,28,5,0),(2006,7,28,6,0),(2006,7,28,7,0),(2006,7,28,8,0),(2006,7,28,9,0),(2006,7,28,10,0),(2006,7,28,11,0),(2006,7,28,12,0),(2006,7,28,13,0),(2006,7,28,14,3),(2006,7,28,15,14),(2006,7,28,16,11),(2006,7,28,17,0),(2006,7,28,18,24),(2006,7,28,19,60),(2006,7,28,20,20),(2006,7,28,21,52),(2006,7,28,22,9),(2006,7,28,23,1),(2006,7,29,0,3),(2006,7,29,1,14),(2006,7,29,2,6),(2006,7,29,3,2),(2006,7,29,4,0),(2006,7,29,5,0),(2006,7,29,6,0),(2006,7,29,7,0),(2006,7,29,8,0),(2006,7,29,9,0),(2006,7,29,10,0),(2006,7,29,11,0),(2006,7,29,12,0),(2006,7,29,13,0),(2006,7,29,14,0),(2006,7,29,15,1),(2006,7,29,16,0),(2006,7,29,17,0),(2006,7,29,18,0),(2006,7,29,19,1),(2006,7,29,20,1),(2006,7,29,21,9),(2006,7,29,22,20),(2006,7,29,23,0),(2006,7,30,0,57),(2006,7,30,1,21),(2006,7,30,2,0),(2006,7,30,3,0),(2006,7,30,4,5),(2006,7,30,5,10),(2006,7,30,6,0),(2006,7,30,7,3),(2006,7,30,8,0),(2006,7,30,9,0),(2006,7,30,10,0),(2006,7,30,11,9),(2006,7,30,12,0),(2006,7,30,13,0),(2006,7,30,14,0),(2006,7,30,15,0),(2006,7,30,16,0),(2006,7,30,17,1),(2006,7,30,18,5),(2006,7,30,19,0),(2006,7,30,20,5),(2006,7,30,21,1),(2006,7,30,22,46),(2006,7,30,23,0),(2006,7,31,0,0),(2006,7,31,1,1),(2006,7,31,2,0),(2006,7,31,3,1),(2006,7,31,4,0),(2006,7,31,5,0),(2006,7,31,6,0),(2006,7,31,7,0),(2006,7,31,8,0),(2006,7,31,9,0),(2006,7,31,10,1),(2006,7,31,11,0),(2006,7,31,12,3),(2006,7,31,13,0),(2006,7,31,14,0),(2006,7,31,15,49),(2006,7,31,16,31),(2006,7,31,17,1),(2006,7,31,18,13),(2006,7,31,19,13),(2006,7,31,20,1),(2006,7,31,21,0),(2006,7,31,22,18),(2006,7,31,23,51),(2006,8,1,0,0),(2006,8,1,1,6),(2006,8,1,2,112),(2006,8,1,3,0),(2006,8,1,4,87),(2006,8,1,5,13),(2006,8,1,6,1),(2006,8,1,7,0),(2006,8,1,8,0),(2006,8,1,9,0),(2006,8,1,10,1),(2006,8,1,11,2),(2006,8,1,12,1),(2006,8,1,13,14),(2006,8,1,14,0),(2006,8,1,15,13),(2006,8,1,16,15),(2006,8,1,17,19),(2006,8,1,18,0),(2006,8,1,19,1),(2006,8,1,20,0),(2006,8,1,21,39),(2006,8,1,22,1),(2006,8,1,23,0),(2006,8,2,0,0),(2006,8,2,1,60),(2006,8,2,2,16),(2006,8,2,3,4),(2006,8,2,4,1),(2006,8,2,5,65),(2006,8,2,6,0),(2006,8,2,7,12),(2006,8,2,8,8),(2006,8,2,9,8),(2006,8,2,10,2),(2006,8,2,11,1),(2006,8,2,12,17),(2006,8,2,13,0),(2006,8,2,14,7),(2006,8,2,15,0),(2006,8,2,16,0),(2006,8,2,17,1),(2006,8,2,18,1),(2006,8,2,19,0),(2006,8,2,20,1),(2006,8,2,21,0),(2006,8,2,22,2),(2006,8,2,23,0),(2006,8,3,0,1),(2006,8,3,1,1),(2006,8,3,2,0),(2006,8,3,3,1),(2006,8,3,4,4),(2006,8,3,5,6),(2006,8,3,6,6),(2006,8,3,7,5),(2006,8,3,8,10),(2006,8,3,9,79),(2006,8,3,10,3),(2006,8,3,11,75),(2006,8,3,12,7),(2006,8,3,13,8),(2006,8,3,14,3),(2006,8,3,15,0),(2006,8,3,16,4),(2006,8,3,17,5),(2006,8,3,18,6),(2006,8,3,19,4),(2006,8,3,20,0),(2006,8,3,21,0),(2006,8,3,22,0),(2006,8,3,23,0),(2006,8,4,0,1),(2006,8,4,1,0),(2006,8,4,2,0),(2006,8,4,3,0),(2006,8,4,4,0),(2006,8,4,5,10),(2006,8,4,6,0),(2006,8,4,7,8),(2006,8,4,8,3),(2006,8,4,9,0),(2006,8,4,10,0),(2006,8,4,11,0),(2006,8,4,12,1),(2006,8,4,13,0),(2006,8,4,14,2),(2006,8,4,15,1),(2006,8,4,16,11),(2006,8,4,17,7),(2006,8,4,18,0),(2006,8,4,19,0),(2006,8,4,20,0),(2006,8,4,21,0),(2006,8,4,22,1),(2006,8,4,23,0),(2006,8,5,0,1),(2006,8,5,1,0),(2006,8,5,2,0),(2006,8,5,3,2),(2006,8,5,4,0),(2006,8,5,5,1),(2006,8,5,6,1),(2006,8,5,7,0),(2006,8,5,8,0),(2006,8,5,9,0),(2006,8,5,10,1),(2006,8,5,11,9),(2006,8,5,12,17),(2006,8,5,13,5),(2006,8,5,14,15),(2006,8,5,15,8),(2006,8,5,16,5),(2006,8,5,17,5),(2006,8,5,18,37),(2006,8,5,19,10),(2006,8,5,20,23),(2006,8,5,21,45),(2006,8,5,22,51),(2006,8,5,23,70),(2006,8,6,0,11),(2006,8,6,1,68),(2006,8,6,2,49),(2006,8,6,3,69),(2006,8,6,4,49),(2006,8,6,5,35),(2006,8,6,6,80),(2006,8,6,7,97),(2006,8,6,8,63),(2006,8,6,9,79),(2006,8,6,10,93),(2006,8,6,11,63),(2006,8,6,12,76),(2006,8,6,13,71),(2006,8,6,14,62),(2006,8,6,15,1),(2006,8,6,16,4),(2006,8,6,17,64),(2006,8,6,18,64),(2006,8,6,19,2),(2006,8,6,20,42),(2006,8,6,21,11),(2006,8,6,22,27),(2006,8,6,23,27),(2006,8,7,0,3),(2006,8,7,1,31),(2006,8,7,2,70),(2006,8,7,3,1),(2006,8,7,4,2),(2006,8,7,5,0),(2006,8,7,6,0),(2006,8,7,7,0),(2006,8,7,8,0),(2006,8,7,9,0),(2006,8,7,10,0),(2006,8,7,11,0),(2006,8,7,12,0),(2006,8,7,13,64),(2006,8,7,14,100),(2006,8,7,15,105),(2006,8,7,16,66),(2006,8,7,17,28),(2006,8,7,18,38),(2006,8,7,19,48),(2006,8,7,20,0),(2006,8,7,21,0),(2006,8,7,22,4),(2006,8,7,23,9),(2006,8,8,0,9),(2006,8,8,1,7),(2006,8,8,2,91),(2006,8,8,3,59),(2006,8,8,4,89),(2006,8,8,5,87),(2006,8,8,6,95),(2006,8,8,7,89),(2006,8,8,8,87),(2006,8,8,9,106),(2006,8,8,10,108),(2006,8,8,11,95),(2006,8,8,12,106),(2006,8,8,13,161),(2006,8,8,14,100),(2006,8,8,15,87),(2006,8,8,16,83),(2006,8,8,17,19),(2006,8,8,18,109),(2006,8,8,19,104),(2006,8,8,20,56),(2006,8,8,21,81),(2006,8,8,22,50),(2006,8,8,23,18),(2006,8,9,0,2),(2006,8,9,1,0),(2006,8,9,2,0),(2006,8,9,3,0),(2006,8,9,4,1),(2006,8,9,5,0),(2006,8,9,6,1),(2006,8,9,7,0),(2006,8,9,8,0),(2006,8,9,9,86),(2006,8,9,10,93),(2006,8,9,11,87),(2006,8,9,12,17),(2006,8,9,13,102),(2006,8,9,14,2),(2006,8,9,15,0),(2006,8,9,16,8),(2006,8,9,17,8),(2006,8,9,18,0),(2006,8,9,19,2),(2006,8,9,20,13),(2006,8,9,21,13),(2006,8,9,22,2),(2006,8,9,23,2),(2006,8,10,0,1),(2006,8,10,1,3),(2006,8,10,2,2),(2006,8,10,3,11),(2006,8,10,4,1),(2006,8,10,5,0),(2006,8,10,6,0),(2006,8,10,7,0),(2006,8,10,8,1),(2006,8,10,9,0),(2006,8,10,10,5),(2006,8,10,11,6),(2006,8,10,12,9),(2006,8,10,13,0),(2006,8,10,14,0),(2006,8,10,15,0),(2006,8,10,16,15),(2006,8,10,17,0),(2006,8,10,18,1),(2006,8,10,19,4),(2006,8,10,20,11),(2006,8,10,21,3),(2006,8,10,22,0),(2006,8,10,23,0),(2006,8,11,0,1),(2006,8,11,1,2),(2006,8,11,2,6),(2006,8,11,3,9),(2006,8,11,4,12),(2006,8,11,5,0),(2006,8,11,6,2),(2006,8,11,7,8),(2006,8,11,8,1),(2006,8,11,9,0),(2006,8,11,10,9),(2006,8,11,11,6),(2006,8,11,12,4),(2006,8,11,13,0),(2006,8,11,14,0),(2006,8,11,15,0),(2006,8,11,16,0),(2006,8,11,17,0),(2006,8,11,18,0),(2006,8,11,19,0),(2006,8,11,20,1),(2006,8,11,21,1),(2006,8,11,22,1),(2006,8,11,23,1),(2006,8,12,0,0),(2006,8,12,1,0),(2006,8,12,2,3),(2006,8,12,3,2),(2006,8,12,4,5),(2006,8,12,5,12),(2006,8,12,6,7),(2006,8,12,7,10),(2006,8,12,8,9),(2006,8,12,9,0),(2006,8,12,10,23),(2006,8,12,11,1),(2006,8,12,12,1),(2006,8,12,13,5),(2006,8,12,14,13),(2006,8,12,15,81),(2006,8,12,16,0),(2006,8,12,17,1),(2006,8,12,18,0),(2006,8,12,19,0),(2006,8,12,20,7),(2006,8,12,21,6),(2006,8,12,22,0),(2006,8,12,23,0),(2006,8,13,0,6),(2006,8,13,1,0),(2006,8,13,2,0),(2006,8,13,3,3),(2006,8,13,4,1),(2006,8,13,5,0),(2006,8,13,6,13),(2006,8,13,7,4),(2006,8,13,8,1),(2006,8,13,9,0),(2006,8,13,10,0),(2006,8,13,11,0),(2006,8,13,12,0),(2006,8,13,13,0),(2006,8,13,14,1),(2006,8,13,15,0),(2006,8,13,16,0),(2006,8,13,17,0),(2006,8,13,18,1),(2006,8,13,19,0),(2006,8,13,20,1),(2006,8,13,21,120),(2006,8,13,22,0),(2006,8,13,23,3),(2006,8,14,0,0),(2006,8,14,1,1),(2006,8,14,2,5),(2006,8,14,3,3),(2006,8,14,4,20),(2006,8,14,5,9),(2006,8,14,6,1),(2006,8,14,7,9),(2006,8,14,8,4),(2006,8,14,9,11),(2006,8,14,10,3),(2006,8,14,11,2),(2006,8,14,12,0),(2006,8,14,13,1),(2006,8,14,14,0),(2006,8,14,15,0),(2006,8,14,16,0),(2006,8,14,17,0),(2006,8,14,18,0),(2006,8,14,19,6),(2006,8,14,20,0),(2006,8,14,21,0),(2006,8,14,22,7),(2006,8,14,23,0),(2006,8,15,0,1),(2006,8,15,1,0),(2006,8,15,2,0),(2006,8,15,3,1),(2006,8,15,4,0),(2006,8,15,5,0),(2006,8,15,6,7),(2006,8,15,7,7),(2006,8,15,8,4),(2006,8,15,9,0),(2006,8,15,10,0),(2006,8,15,11,4),(2006,8,15,12,0),(2006,8,15,13,1),(2006,8,15,14,6),(2006,8,15,15,2),(2006,8,15,16,11),(2006,8,15,17,133),(2006,8,15,18,1),(2006,8,15,19,0),(2006,8,15,20,2),(2006,8,15,21,0),(2006,8,15,22,0),(2006,8,15,23,0),(2006,8,16,0,0),(2006,8,16,1,50),(2006,8,16,2,0),(2006,8,16,3,0),(2006,8,16,4,1),(2006,8,16,5,0),(2006,8,16,6,0),(2006,8,16,7,0),(2006,8,16,8,8),(2006,8,16,9,0),(2006,8,16,10,48),(2006,8,16,11,2),(2006,8,16,12,1),(2006,8,16,13,0),(2006,8,16,14,1),(2006,8,16,15,3),(2006,8,16,16,20),(2006,8,16,17,0),(2006,8,16,18,0),(2006,8,16,19,10),(2006,8,16,20,20),(2006,8,16,21,0),(2006,8,16,22,2),(2006,8,16,23,0),(2006,8,17,0,0),(2006,8,17,1,7),(2006,8,17,2,14),(2006,8,17,3,2),(2006,8,17,4,0),(2006,8,17,5,2),(2006,8,17,6,1),(2006,8,17,7,0),(2006,8,17,8,0),(2006,8,17,9,0),(2006,8,17,10,3),(2006,8,17,11,2),(2006,8,17,12,0),(2006,8,17,13,0),(2006,8,17,14,0),(2006,8,17,15,4),(2006,8,17,16,0),(2006,8,17,17,10),(2006,8,17,18,1),(2006,8,17,19,6),(2006,8,17,20,32),(2006,8,17,21,8),(2006,8,17,22,2),(2006,8,17,23,4),(2006,8,18,0,24),(2006,8,18,1,39),(2006,8,18,2,54),(2006,8,18,3,54),(2006,8,18,4,89),(2006,8,18,5,41),(2006,8,18,6,6),(2006,8,18,7,0),(2006,8,18,8,0),(2006,8,18,9,1),(2006,8,18,10,34),(2006,8,18,11,0),(2006,8,18,12,0),(2006,8,18,13,0),(2006,8,18,14,0),(2006,8,18,15,0),(2006,8,18,16,0),(2006,8,18,17,0),(2006,8,18,18,1),(2006,8,18,19,0),(2006,8,18,20,1),(2006,8,18,21,1),(2006,8,18,22,1),(2006,8,18,23,2),(2006,8,19,0,0),(2006,8,19,1,2),(2006,8,19,2,0),(2006,8,19,3,1),(2006,8,19,4,8),(2006,8,19,5,15),(2006,8,19,6,3),(2006,8,19,7,0),(2006,8,19,8,27),(2006,8,19,9,18),(2006,8,19,10,1),(2006,8,19,11,5),(2006,8,19,12,0),(2006,8,19,13,12),(2006,8,19,14,0),(2006,8,19,15,0),(2006,8,19,16,2),(2006,8,19,17,0),(2006,8,19,18,0),(2006,8,19,19,0),(2006,8,19,20,0),(2006,8,19,21,0),(2006,8,19,22,2),(2006,8,19,23,1),(2006,8,20,0,0),(2006,8,20,1,0),(2006,8,20,2,0),(2006,8,20,3,0),(2006,8,20,4,0),(2006,8,20,5,0),(2006,8,20,6,0),(2006,8,20,7,0),(2006,8,20,8,0),(2006,8,20,9,0),(2006,8,20,10,0),(2006,8,20,11,14),(2006,8,20,12,0),(2006,8,20,13,0),(2006,8,20,14,1),(2006,8,20,15,15),(2006,8,20,16,0),(2006,8,20,17,0),(2006,8,20,18,0),(2006,8,20,19,5),(2006,8,20,20,5),(2006,8,20,21,14),(2006,8,20,22,1),(2006,8,20,23,13),(2006,8,21,0,0),(2006,8,21,1,3),(2006,8,21,2,1),(2006,8,21,3,0),(2006,8,21,4,4),(2006,8,21,5,3),(2006,8,21,6,36),(2006,8,21,7,0),(2006,8,21,8,1),(2006,8,21,9,0),(2006,8,21,10,0),(2006,8,21,11,3),(2006,8,21,12,15),(2006,8,21,13,0),(2006,8,21,14,3),(2006,8,21,15,2),(2006,8,21,16,27),(2006,8,21,17,4),(2006,8,21,18,1),(2006,8,21,19,6),(2006,8,21,20,4),(2006,8,21,21,18),(2006,8,21,22,14),(2006,8,21,23,6),(2006,8,22,0,2),(2006,8,22,1,19),(2006,8,22,2,31),(2006,8,22,3,0),(2006,8,22,4,10),(2006,8,22,5,1),(2006,8,22,6,15),(2006,8,22,7,0),(2006,8,22,8,0),(2006,8,22,9,0),(2006,8,22,10,1),(2006,8,22,11,9),(2006,8,22,12,0),(2006,8,22,13,1),(2006,8,22,14,1),(2006,8,22,15,0),(2006,8,22,16,0),(2006,8,22,17,1),(2006,8,22,18,1),(2006,8,22,19,1),(2006,8,22,20,0),(2006,8,22,21,0),(2006,8,22,22,0),(2006,8,22,23,0),(2006,8,23,0,0),(2006,8,23,1,0),(2006,8,23,2,0),(2006,8,23,3,6),(2006,8,23,4,4),(2006,8,23,5,6),(2006,8,23,6,0),(2006,8,23,7,18),(2006,8,23,8,10),(2006,8,23,9,1),(2006,8,23,10,2),(2006,8,23,11,1),(2006,8,23,12,0),(2006,8,23,13,6),(2006,8,23,14,9),(2006,8,23,15,11),(2006,8,23,16,18),(2006,8,23,17,6),(2006,8,23,18,0),(2006,8,23,19,0),(2006,8,23,20,0),(2006,8,23,21,0),(2006,8,23,22,1),(2006,8,23,23,0),(2006,8,24,0,0),(2006,8,24,1,0),(2006,8,24,2,0),(2006,8,24,3,0),(2006,8,24,4,2),(2006,8,24,5,2),(2006,8,24,6,0),(2006,8,24,7,4),(2006,8,24,8,2),(2006,8,24,9,5),(2006,8,24,10,17),(2006,8,24,11,17),(2006,8,24,12,0),(2006,8,24,13,0),(2006,8,24,14,3),(2006,8,24,15,15),(2006,8,24,16,17),(2006,8,24,17,6),(2006,8,24,18,1),(2006,8,24,19,1),(2006,8,24,20,0),(2006,8,24,21,0),(2006,8,24,22,0),(2006,8,24,23,0),(2006,8,25,0,0),(2006,8,25,1,1),(2006,8,25,2,0),(2006,8,25,3,1),(2006,8,25,4,0),(2006,8,25,5,3),(2006,8,25,6,0),(2006,8,25,7,0),(2006,8,25,8,0),(2006,8,25,9,10),(2006,8,25,10,0),(2006,8,25,11,0),(2006,8,25,12,1),(2006,8,25,13,2),(2006,8,25,14,7),(2006,8,25,15,7),(2006,8,25,16,4),(2006,8,25,17,0),(2006,8,25,18,12),(2006,8,25,19,1),(2006,8,25,20,1),(2006,8,25,21,39),(2006,8,25,22,7),(2006,8,25,23,8),(2006,8,26,0,0),(2006,8,26,1,0),(2006,8,26,2,1),(2006,8,26,3,0),(2006,8,26,4,0),(2006,8,26,5,1),(2006,8,26,6,0),(2006,8,26,7,0),(2006,8,26,8,0),(2006,8,26,9,0),(2006,8,26,10,0),(2006,8,26,11,0),(2006,8,26,12,1),(2006,8,26,13,4),(2006,8,26,14,0),(2006,8,26,15,0),(2006,8,26,16,0),(2006,8,26,17,0),(2006,8,26,18,1),(2006,8,26,19,1),(2006,8,26,20,4),(2006,8,26,21,14),(2006,8,26,22,2),(2006,8,26,23,0),(2006,8,27,0,13),(2006,8,27,1,1),(2006,8,27,2,3),(2006,8,27,3,2),(2006,8,27,4,5),(2006,8,27,5,13),(2006,8,27,6,1),(2006,8,27,7,0),(2006,8,27,8,0),(2006,8,27,9,0),(2006,8,27,10,1),(2006,8,27,11,0),(2006,8,27,12,0),(2006,8,27,13,1),(2006,8,27,14,1),(2006,8,27,15,2),(2006,8,27,16,4),(2006,8,27,17,2),(2006,8,27,18,0),(2006,8,27,19,0),(2006,8,27,20,9),(2006,8,27,21,1),(2006,8,27,22,1),(2006,8,27,23,0),(2006,8,28,0,7),(2006,8,28,1,0),(2006,8,28,2,8),(2006,8,28,3,19),(2006,8,28,4,3),(2006,8,28,5,1),(2006,8,28,6,2),(2006,8,28,7,17),(2006,8,28,8,26),(2006,8,28,9,2),(2006,8,28,10,3),(2006,8,28,11,1),(2006,8,28,12,2),(2006,8,28,13,0),(2006,8,28,14,9),(2006,8,28,15,14),(2006,8,28,16,7),(2006,8,28,17,5),(2006,8,28,18,16),(2006,8,28,19,5),(2006,8,28,20,1),(2006,8,28,21,8),(2006,8,28,22,8),(2006,8,28,23,0),(2006,8,29,0,0),(2006,8,29,1,2),(2006,8,29,2,1),(2006,8,29,3,0),(2006,8,29,4,0),(2006,8,29,5,0),(2006,8,29,6,3),(2006,8,29,7,2),(2006,8,29,8,7),(2006,8,29,9,3),(2006,8,29,10,1),(2006,8,29,11,142),(2006,8,29,12,0),(2006,8,29,13,0),(2006,8,29,14,7),(2006,8,29,15,0),(2006,8,29,16,0),(2006,8,29,17,9),(2006,8,29,18,7),(2006,8,29,19,6),(2006,8,29,20,2),(2006,8,29,21,1),(2006,8,29,22,0),(2006,8,29,23,0),(2006,8,30,0,123),(2006,8,30,1,0),(2006,8,30,2,0),(2006,8,30,3,0),(2006,8,30,4,0),(2006,8,30,5,0),(2006,8,30,6,0),(2006,8,30,7,6),(2006,8,30,8,14),(2006,8,30,9,0),(2006,8,30,10,3),(2006,8,30,11,5),(2006,8,30,12,3),(2006,8,30,13,19),(2006,8,30,14,3),(2006,8,30,15,0),(2006,8,30,16,2),(2006,8,30,17,8),(2006,8,30,18,10),(2006,8,30,19,1),(2006,8,30,20,3),(2006,8,30,21,2),(2006,8,30,22,1),(2006,8,30,23,1),(2006,8,31,0,2),(2006,8,31,1,0),(2006,8,31,2,0),(2006,8,31,3,1),(2006,8,31,4,0),(2006,8,31,5,0),(2006,8,31,6,1),(2006,8,31,7,0),(2006,8,31,8,15),(2006,8,31,9,4),(2006,8,31,10,0),(2006,8,31,11,2),(2006,8,31,12,9),(2006,8,31,13,7),(2006,8,31,14,1),(2006,8,31,15,13),(2006,8,31,16,13),(2006,8,31,17,69),(2006,8,31,18,2),(2006,8,31,19,4),(2006,8,31,20,0),(2006,8,31,21,0),(2006,8,31,22,2),(2006,8,31,23,0),(2006,9,1,0,4),(2006,9,1,1,1),(2006,9,1,2,0),(2006,9,1,3,15),(2006,9,1,4,1),(2006,9,1,5,0),(2006,9,1,6,9),(2006,9,1,7,18),(2006,9,1,8,7),(2006,9,1,9,10),(2006,9,1,10,10),(2006,9,1,11,15),(2006,9,1,12,38),(2006,9,1,13,49),(2006,9,1,14,37),(2006,9,1,15,0),(2006,9,1,16,2),(2006,9,1,17,8),(2006,9,1,18,0),(2006,9,1,19,9),(2006,9,1,20,10),(2006,9,1,21,5),(2006,9,1,22,14),(2006,9,1,23,4),(2006,9,2,0,11),(2006,9,2,1,3),(2006,9,2,2,0),(2006,9,2,3,5),(2006,9,2,4,16),(2006,9,2,5,3),(2006,9,2,6,0),(2006,9,2,7,6),(2006,9,2,8,1),(2006,9,2,9,13),(2006,9,2,10,3),(2006,9,2,11,0),(2006,9,2,12,0),(2006,9,2,13,0),(2006,9,2,14,0),(2006,9,2,15,2),(2006,9,2,16,1),(2006,9,2,17,5),(2006,9,2,18,13),(2006,9,2,19,0),(2006,9,2,20,7),(2006,9,2,21,27),(2006,9,2,22,28),(2006,9,2,23,3),(2006,9,3,0,1),(2006,9,3,1,5),(2006,9,3,2,0),(2006,9,3,3,21),(2006,9,3,4,2),(2006,9,3,5,4),(2006,9,3,6,2),(2006,9,3,7,0),(2006,9,3,8,7),(2006,9,3,9,0),(2006,9,3,10,0),(2006,9,3,11,0),(2006,9,3,12,3),(2006,9,3,13,4),(2006,9,3,14,12),(2006,9,3,15,0),(2006,9,3,16,1),(2006,9,3,17,13),(2006,9,3,18,13),(2006,9,3,19,0),(2006,9,3,20,1),(2006,9,3,21,5),(2006,9,3,22,0),(2006,9,3,23,5),(2006,9,4,0,13),(2006,9,4,1,1),(2006,9,4,2,0),(2006,9,4,3,2),(2006,9,4,4,0),(2006,9,4,5,0),(2006,9,4,6,0),(2006,9,4,7,23),(2006,9,4,8,24),(2006,9,4,9,0),(2006,9,4,10,0),(2006,9,4,11,0),(2006,9,4,12,0),(2006,9,4,13,0),(2006,9,4,14,0),(2006,9,4,15,1),(2006,9,4,16,3),(2006,9,4,17,6),(2006,9,4,18,23),(2006,9,4,19,70),(2006,9,4,20,63),(2006,9,4,21,34),(2006,9,4,22,57),(2006,9,4,23,49),(2006,9,5,0,54),(2006,9,5,1,78),(2006,9,5,2,115),(2006,9,5,3,117),(2006,9,5,4,102),(2006,9,5,5,101),(2006,9,5,6,94),(2006,9,5,7,108),(2006,9,5,8,98),(2006,9,5,9,87),(2006,9,5,10,80),(2006,9,5,11,91),(2006,9,5,12,26),(2006,9,5,13,8),(2006,9,5,14,1),(2006,9,5,15,3),(2006,9,5,16,0),(2006,9,5,17,3),(2006,9,5,18,117),(2006,9,5,19,14),(2006,9,5,20,4),(2006,9,5,21,2),(2006,9,5,22,2),(2006,9,5,23,1),(2006,9,6,0,0),(2006,9,6,1,8),(2006,9,6,2,11),(2006,9,6,3,1),(2006,9,6,4,1),(2006,9,6,5,0),(2006,9,6,6,0),(2006,9,6,7,1),(2006,9,6,8,14),(2006,9,6,9,14),(2006,9,6,10,11),(2006,9,6,11,8),(2006,9,6,12,0),(2006,9,6,13,3),(2006,9,6,14,71),(2006,9,6,15,78),(2006,9,6,16,94),(2006,9,6,17,99),(2006,9,6,18,100),(2006,9,6,19,94),(2006,9,6,20,92),(2006,9,6,21,110),(2006,9,6,22,113),(2006,9,6,23,84),(2006,9,7,0,108),(2006,9,7,1,99),(2006,9,7,2,98),(2006,9,7,3,104),(2006,9,7,4,95),(2006,9,7,5,104),(2006,9,7,6,109),(2006,9,7,7,106),(2006,9,7,8,114),(2006,9,7,9,108),(2006,9,7,10,84),(2006,9,7,11,13),(2006,9,7,12,5),(2006,9,7,13,3),(2006,9,7,14,28),(2006,9,7,15,12),(2006,9,7,16,3),(2006,9,7,17,5),(2006,9,7,18,1),(2006,9,7,19,4),(2006,9,7,20,20),(2006,9,7,21,6),(2006,9,7,22,1),(2006,9,7,23,0),(2006,9,8,0,1),(2006,9,8,1,0),(2006,9,8,2,0),(2006,9,8,3,1),(2006,9,8,4,0),(2006,9,8,5,0),(2006,9,8,6,0),(2006,9,8,7,1),(2006,9,8,8,0),(2006,9,8,9,0),(2006,9,8,10,1),(2006,9,8,11,10),(2006,9,8,12,10),(2006,9,8,13,7),(2006,9,8,14,16),(2006,9,8,15,7),(2006,9,8,16,1),(2006,9,8,17,2),(2006,9,8,18,2),(2006,9,8,19,7),(2006,9,8,20,5),(2006,9,8,21,0),(2006,9,8,22,2),(2006,9,8,23,10),(2006,9,9,0,0),(2006,9,9,1,3),(2006,9,9,2,7),(2006,9,9,3,0),(2006,9,9,4,0),(2006,9,9,5,2),(2006,9,9,6,0),(2006,9,9,7,2),(2006,9,9,8,1),(2006,9,9,9,0),(2006,9,9,10,5),(2006,9,9,11,7),(2006,9,9,12,10),(2006,9,9,13,12),(2006,9,9,14,0),(2006,9,9,15,0),(2006,9,9,16,7),(2006,9,9,17,8),(2006,9,9,18,0),(2006,9,9,19,1),(2006,9,9,20,3),(2006,9,9,21,4),(2006,9,9,22,6),(2006,9,9,23,4),(2006,9,10,0,4),(2006,9,10,1,0),(2006,9,10,2,0),(2006,9,10,3,0),(2006,9,10,4,0),(2006,9,10,5,0),(2006,9,10,6,0),(2006,9,10,7,0),(2006,9,10,8,0),(2006,9,10,9,2),(2006,9,10,10,0),(2006,9,10,11,0),(2006,9,10,12,0),(2006,9,10,13,7),(2006,9,10,14,12),(2006,9,10,15,1),(2006,9,10,16,3),(2006,9,10,17,9),(2006,9,10,18,0),(2006,9,10,19,8),(2006,9,10,20,4),(2006,9,10,21,0),(2006,9,10,22,14),(2006,9,10,23,1),(2006,9,11,0,2),(2006,9,11,1,0),(2006,9,11,2,0),(2006,9,11,3,1),(2006,9,11,4,1),(2006,9,11,5,0),(2006,9,11,6,0),(2006,9,11,7,0),(2006,9,11,8,0),(2006,9,11,9,4),(2006,9,11,10,0),(2006,9,11,11,0),(2006,9,11,12,0),(2006,9,11,13,0),(2006,9,11,14,0),(2006,9,11,15,2),(2006,9,11,16,11),(2006,9,11,17,6),(2006,9,11,18,0),(2006,9,11,19,0),(2006,9,11,20,33),(2006,9,11,21,2),(2006,9,11,22,1),(2006,9,11,23,0),(2006,9,12,0,3),(2006,9,12,1,1),(2006,9,12,2,1),(2006,9,12,3,4),(2006,9,12,4,6),(2006,9,12,5,7),(2006,9,12,6,5),(2006,9,12,7,6),(2006,9,12,8,0),(2006,9,12,9,5),(2006,9,12,10,1),(2006,9,12,11,1),(2006,9,12,12,0),(2006,9,12,13,6),(2006,9,12,14,14),(2006,9,12,15,7),(2006,9,12,16,0),(2006,9,12,17,0),(2006,9,12,18,0),(2006,9,12,19,9),(2006,9,12,20,0),(2006,9,12,21,1),(2006,9,12,22,4),(2006,9,12,23,13),(2006,9,13,0,0),(2006,9,13,1,1),(2006,9,13,2,51),(2006,9,13,3,19),(2006,9,13,4,13),(2006,9,13,5,12),(2006,9,13,6,4),(2006,9,13,7,0),(2006,9,13,8,13),(2006,9,13,9,9),(2006,9,13,10,2),(2006,9,13,11,0),(2006,9,13,12,1),(2006,9,13,13,0),(2006,9,13,14,0),(2006,9,13,15,0),(2006,9,13,16,0),(2006,9,13,17,0),(2006,9,13,18,1),(2006,9,13,19,0),(2006,9,13,20,0),(2006,9,13,21,2),(2006,9,13,22,0),(2006,9,13,23,0),(2006,9,14,0,0),(2006,9,14,1,0),(2006,9,14,2,0),(2006,9,14,3,1),(2006,9,14,4,0),(2006,9,14,5,0),(2006,9,14,6,0),(2006,9,14,7,0),(2006,9,14,8,1),(2006,9,14,9,0),(2006,9,14,10,0),(2006,9,14,11,0),(2006,9,14,12,0),(2006,9,14,13,2),(2006,9,14,14,27),(2006,9,14,15,13),(2006,9,14,16,16),(2006,9,14,17,8),(2006,9,14,18,0),(2006,9,14,19,1),(2006,9,14,20,12),(2006,9,14,21,0),(2006,9,14,22,1),(2006,9,14,23,46),(2006,9,15,0,2),(2006,9,15,1,0),(2006,9,15,2,0),(2006,9,15,3,0),(2006,9,15,4,1),(2006,9,15,5,1),(2006,9,15,6,1),(2006,9,15,7,2),(2006,9,15,8,0),(2006,9,15,9,1),(2006,9,15,10,0),(2006,9,15,11,1),(2006,9,15,12,0),(2006,9,15,13,0),(2006,9,15,14,15),(2006,9,15,15,1),(2006,9,15,16,0),(2006,9,15,17,0),(2006,9,15,18,0),(2006,9,15,19,0),(2006,9,15,20,4),(2006,9,15,21,3),(2006,9,15,22,5),(2006,9,15,23,4),(2006,9,16,0,0),(2006,9,16,1,4),(2006,9,16,2,1),(2006,9,16,3,1),(2006,9,16,4,1),(2006,9,16,5,7),(2006,9,16,6,3),(2006,9,16,7,0),(2006,9,16,8,1),(2006,9,16,9,5),(2006,9,16,10,2),(2006,9,16,11,1),(2006,9,16,12,4),(2006,9,16,13,5),(2006,9,16,14,6),(2006,9,16,15,4),(2006,9,16,16,2),(2006,9,16,17,3),(2006,9,16,18,1),(2006,9,16,19,0),(2006,9,16,20,0),(2006,9,16,21,0),(2006,9,16,22,2),(2006,9,16,23,3),(2006,9,17,0,5),(2006,9,17,1,7),(2006,9,17,2,3),(2006,9,17,3,4),(2006,9,17,4,4),(2006,9,17,5,13),(2006,9,17,6,4),(2006,9,17,7,10),(2006,9,17,8,13),(2006,9,17,9,1),(2006,9,17,10,10),(2006,9,17,11,31),(2006,9,17,12,5),(2006,9,17,13,29),(2006,9,17,14,2),(2006,9,17,15,30),(2006,9,17,16,2),(2006,9,17,17,1),(2006,9,17,18,2),(2006,9,17,19,83),(2006,9,17,20,3),(2006,9,17,21,0),(2006,9,17,22,12),(2006,9,17,23,0),(2006,9,18,0,1),(2006,9,18,1,1),(2006,9,18,2,0),(2006,9,18,3,0),(2006,9,18,4,1),(2006,9,18,5,0),(2006,9,18,6,3),(2006,9,18,7,0),(2006,9,18,8,10),(2006,9,18,9,4),(2006,9,18,10,4),(2006,9,18,11,7),(2006,9,18,12,3),(2006,9,18,13,3),(2006,9,18,14,4),(2006,9,18,15,12),(2006,9,18,16,1),(2006,9,18,17,1),(2006,9,18,18,0),(2006,9,18,19,26),(2006,9,18,20,2),(2006,9,18,21,0),(2006,9,18,22,1),(2006,9,18,23,1),(2006,9,19,0,1),(2006,9,19,1,1),(2006,9,19,2,43),(2006,9,19,3,0),(2006,9,19,4,10),(2006,9,19,5,3),(2006,9,19,6,0),(2006,9,19,7,1),(2006,9,19,8,14),(2006,9,19,9,0),(2006,9,19,10,4),(2006,9,19,11,0),(2006,9,19,12,17),(2006,9,19,13,1),(2006,9,19,14,2),(2006,9,19,15,34),(2006,9,19,16,2),(2006,9,19,17,0),(2006,9,19,18,2),(2006,9,19,19,1),(2006,9,19,20,1),(2006,9,19,21,3),(2006,9,19,22,8),(2006,9,19,23,1),(2006,9,20,0,5),(2006,9,20,1,2),(2006,9,20,2,5),(2006,9,20,3,1),(2006,9,20,4,4),(2006,9,20,5,1),(2006,9,20,6,1),(2006,9,20,7,1),(2006,9,20,8,1),(2006,9,20,9,1),(2006,9,20,10,1),(2006,9,20,11,3),(2006,9,20,12,1),(2006,9,20,13,1),(2006,9,20,14,0),(2006,9,20,15,1),(2006,9,20,16,2),(2006,9,20,17,0),(2006,9,20,18,0),(2006,9,20,19,9),(2006,9,20,20,0),(2006,9,20,21,0),(2006,9,20,22,0),(2006,9,20,23,0),(2006,9,21,0,1),(2006,9,21,1,0),(2006,9,21,2,1),(2006,9,21,3,0),(2006,9,21,4,8),(2006,9,21,5,0),(2006,9,21,6,0),(2006,9,21,7,5),(2006,9,21,8,2),(2006,9,21,9,0),(2006,9,21,10,1),(2006,9,21,11,4),(2006,9,21,12,1),(2006,9,21,13,2),(2006,9,21,14,3),(2006,9,21,15,2),(2006,9,21,16,7),(2006,9,21,17,16),(2006,9,21,18,4),(2006,9,21,19,2),(2006,9,21,20,1),(2006,9,21,21,2),(2006,9,21,22,3),(2006,9,21,23,3),(2006,9,22,0,0),(2006,9,22,1,1),(2006,9,22,2,0),(2006,9,22,3,0),(2006,9,22,4,0),(2006,9,22,5,1),(2006,9,22,6,0),(2006,9,22,7,0),(2006,9,22,8,0),(2006,9,22,9,5),(2006,9,22,10,468),(2006,9,22,11,4),(2006,9,22,12,0),(2006,9,22,13,7),(2006,9,22,14,5),(2006,9,22,15,8),(2006,9,22,16,2),(2006,9,22,17,11),(2006,9,22,18,4),(2006,9,22,19,2),(2006,9,22,20,1),(2006,9,22,21,2),(2006,9,22,22,3),(2006,9,22,23,3),(2006,9,23,0,0),(2006,9,23,1,2),(2006,9,23,2,1),(2006,9,23,3,3),(2006,9,23,4,1),(2006,9,23,5,0),(2006,9,23,6,1),(2006,9,23,7,3),(2006,9,23,8,0),(2006,9,23,9,2),(2006,9,23,10,0),(2006,9,23,11,2),(2006,9,23,12,1),(2006,9,23,13,0),(2006,9,23,14,0),(2006,9,23,15,0),(2006,9,23,16,1),(2006,9,23,17,0),(2006,9,23,18,0),(2006,9,23,19,0),(2006,9,23,20,0),(2006,9,23,21,1),(2006,9,23,22,4),(2006,9,23,23,2),(2006,9,24,0,5),(2006,9,24,1,2),(2006,9,24,2,2),(2006,9,24,3,0),(2006,9,24,4,0),(2006,9,24,5,0),(2006,9,24,6,0),(2006,9,24,7,0),(2006,9,24,8,0),(2006,9,24,9,1),(2006,9,24,10,3),(2006,9,24,11,21),(2006,9,24,12,14),(2006,9,24,13,5),(2006,9,24,14,2),(2006,9,24,15,4),(2006,9,24,16,3),(2006,9,24,17,3),(2006,9,24,18,27),(2006,9,24,19,4),(2006,9,24,20,0),(2006,9,24,21,8),(2006,9,24,22,0),(2006,9,24,23,0),(2006,9,25,0,6),(2006,9,25,1,3),(2006,9,25,2,6),(2006,9,25,3,12),(2006,9,25,4,0),(2006,9,25,5,2),(2006,9,25,6,0),(2006,9,25,7,1),(2006,9,25,8,3),(2006,9,25,9,2),(2006,9,25,10,2),(2006,9,25,11,1),(2006,9,25,12,23),(2006,9,25,13,0),(2006,9,25,14,2),(2006,9,25,15,1),(2006,9,25,16,1),(2006,9,25,17,1),(2006,9,25,18,3),(2006,9,25,19,0),(2006,9,25,20,3),(2006,9,25,21,0),(2006,9,25,22,0),(2006,9,25,23,2),(2006,9,26,0,1),(2006,9,26,1,1),(2006,9,26,2,0),(2006,9,26,3,7),(2006,9,26,4,3),(2006,9,26,5,2),(2006,9,26,6,0),(2006,9,26,7,12),(2006,9,26,8,5),(2006,9,26,9,10),(2006,9,26,10,10),(2006,9,26,11,1),(2006,9,26,12,10),(2006,9,26,13,1),(2006,9,26,14,25),(2006,9,26,15,3),(2006,9,26,16,4),(2006,9,26,17,1),(2006,9,26,18,1),(2006,9,26,19,1),(2006,9,26,20,2),(2006,9,26,21,2),(2006,9,26,22,0),(2006,9,26,23,2),(2006,9,27,0,1),(2006,9,27,1,0),(2006,9,27,2,0),(2006,9,27,3,0),(2006,9,27,4,1),(2006,9,27,5,0),(2006,9,27,6,0),(2006,9,27,7,1),(2006,9,27,8,0),(2006,9,27,9,0),(2006,9,27,10,1),(2006,9,27,11,4),(2006,9,27,12,1),(2006,9,27,13,1),(2006,9,27,14,7),(2006,9,27,15,3),(2006,9,27,16,2),(2006,9,27,17,0),(2006,9,27,18,11),(2006,9,27,19,3),(2006,9,27,20,0),(2006,9,27,21,1),(2006,9,27,22,1),(2006,9,27,23,1),(2006,9,28,0,0),(2006,9,28,1,0),(2006,9,28,2,0),(2006,9,28,3,0),(2006,9,28,4,3),(2006,9,28,5,0),(2006,9,28,6,0),(2006,9,28,7,0),(2006,9,28,8,0),(2006,9,28,9,3),(2006,9,28,10,1),(2006,9,28,11,2),(2006,9,28,12,0),(2006,9,28,13,4),(2006,9,28,14,10),(2006,9,28,15,6),(2006,9,28,16,2),(2006,9,28,17,0),(2006,9,28,18,2),(2006,9,28,19,7),(2006,9,28,20,1),(2006,9,28,21,0),(2006,9,28,22,11),(2006,9,28,23,30),(2006,9,29,0,13),(2006,9,29,1,15),(2006,9,29,2,25),(2006,9,29,3,14),(2006,9,29,4,15),(2006,9,29,5,25),(2006,9,29,6,24),(2006,9,29,7,14),(2006,9,29,8,3),(2006,9,29,9,2),(2006,9,29,10,4),(2006,9,29,11,1),(2006,9,29,12,22),(2006,9,29,13,1),(2006,9,29,14,0),(2006,9,29,15,1),(2006,9,29,16,1),(2006,9,29,17,3),(2006,9,29,18,21),(2006,9,29,19,0),(2006,9,29,20,0),(2006,9,29,21,0),(2006,9,29,22,0),(2006,9,29,23,6),(2006,9,30,0,1),(2006,9,30,1,0),(2006,9,30,2,4),(2006,9,30,3,2),(2006,9,30,4,0),(2006,9,30,5,1),(2006,9,30,6,2),(2006,9,30,7,21),(2006,9,30,8,23),(2006,9,30,9,2),(2006,9,30,10,4),(2006,9,30,11,0),(2006,9,30,12,2),(2006,9,30,13,1),(2006,9,30,14,0),(2006,9,30,15,1),(2006,9,30,16,2),(2006,9,30,17,1),(2006,9,30,18,28),(2006,9,30,19,1),(2006,9,30,20,0),(2006,9,30,21,1),(2006,9,30,22,0),(2006,9,30,23,0),(2006,10,1,0,0),(2006,10,1,1,0),(2006,10,1,2,0),(2006,10,1,3,2),(2006,10,1,4,0),(2006,10,1,5,0),(2006,10,1,6,0),(2006,10,1,7,1),(2006,10,1,8,0),(2006,10,1,9,0),(2006,10,1,10,0),(2006,10,1,11,0),(2006,10,1,12,1),(2006,10,1,13,0),(2006,10,1,14,0),(2006,10,1,15,3),(2006,10,1,16,6),(2006,10,1,17,0),(2006,10,1,18,8),(2006,10,1,19,6),(2006,10,1,20,11),(2006,10,1,21,0),(2006,10,1,22,21),(2006,10,1,23,27),(2006,10,2,0,1),(2006,10,2,1,35),(2006,10,2,2,36),(2006,10,2,3,10),(2006,10,2,4,6),(2006,10,2,5,74),(2006,10,2,6,7),(2006,10,2,7,5),(2006,10,2,8,0),(2006,10,2,9,3),(2006,10,2,10,1),(2006,10,2,11,3),(2006,10,2,12,8),(2006,10,2,13,5),(2006,10,2,14,6),(2006,10,2,15,10),(2006,10,2,16,6),(2006,10,2,17,13),(2006,10,2,18,1),(2006,10,2,19,0),(2006,10,2,20,2),(2006,10,2,21,49),(2006,10,2,22,2),(2006,10,2,23,3),(2006,10,3,0,11),(2006,10,3,1,0),(2006,10,3,2,4),(2006,10,3,3,4),(2006,10,3,4,1),(2006,10,3,5,5),(2006,10,3,6,1),(2006,10,3,7,0),(2006,10,3,8,1),(2006,10,3,9,28),(2006,10,3,10,30),(2006,10,3,11,0),(2006,10,3,12,1),(2006,10,3,13,11),(2006,10,3,14,12),(2006,10,3,15,3),(2006,10,3,16,56),(2006,10,3,17,6),(2006,10,3,18,3),(2006,10,3,19,4),(2006,10,3,20,6),(2006,10,3,21,3),(2006,10,3,22,11),(2006,10,3,23,12),(2006,10,4,0,4),(2006,10,4,1,6),(2006,10,4,2,23),(2006,10,4,3,3),(2006,10,4,4,9),(2006,10,4,5,25),(2006,10,4,6,3),(2006,10,4,7,1),(2006,10,4,8,21),(2006,10,4,9,52),(2006,10,4,10,24),(2006,10,4,11,0),(2006,10,4,12,7),(2006,10,4,13,6),(2006,10,4,14,2),(2006,10,4,15,4),(2006,10,4,16,2),(2006,10,4,17,0),(2006,10,4,18,0),(2006,10,4,19,0),(2006,10,4,20,0),(2006,10,4,21,1),(2006,10,4,22,1),(2006,10,4,23,2),(2006,10,5,0,1),(2006,10,5,1,4),(2006,10,5,2,2),(2006,10,5,3,4),(2006,10,5,4,1),(2006,10,5,5,6),(2006,10,5,6,18),(2006,10,5,7,7),(2006,10,5,8,7),(2006,10,5,9,24),(2006,10,5,10,16),(2006,10,5,11,16),(2006,10,5,12,12),(2006,10,5,13,13),(2006,10,5,14,31),(2006,10,5,15,2),(2006,10,5,16,36),(2006,10,5,17,11),(2006,10,5,18,24),(2006,10,5,19,39),(2006,10,5,20,33),(2006,10,5,21,16),(2006,10,5,22,35),(2006,10,5,23,0),(2006,10,6,0,20),(2006,10,6,1,0),(2006,10,6,2,1),(2006,10,6,3,0),(2006,10,6,4,216),(2006,10,6,5,0),(2006,10,6,6,50),(2006,10,6,7,105),(2006,10,6,8,115),(2006,10,6,9,117),(2006,10,6,10,113),(2006,10,6,11,117),(2006,10,6,12,135),(2006,10,6,13,147),(2006,10,6,14,179),(2006,10,6,15,123),(2006,10,6,16,143),(2006,10,6,17,115),(2006,10,6,18,128),(2006,10,6,19,105),(2006,10,6,20,65),(2006,10,6,21,119),(2006,10,6,22,36),(2006,10,6,23,26),(2006,10,7,0,114),(2006,10,7,1,105),(2006,10,7,2,147),(2006,10,7,3,116),(2006,10,7,4,123),(2006,10,7,5,112),(2006,10,7,6,116),(2006,10,7,7,121),(2006,10,7,8,117),(2006,10,7,9,120),(2006,10,7,10,118),(2006,10,7,11,136),(2006,10,7,12,128),(2006,10,7,13,140),(2006,10,7,14,117),(2006,10,7,15,143),(2006,10,7,16,123),(2006,10,7,17,126),(2006,10,7,18,124),(2006,10,7,19,119),(2006,10,7,20,74),(2006,10,7,21,108),(2006,10,7,22,37),(2006,10,7,23,9),(2006,10,8,0,79),(2006,10,8,1,110),(2006,10,8,2,93),(2006,10,8,3,104),(2006,10,8,4,114),(2006,10,8,5,137),(2006,10,8,6,137),(2006,10,8,7,118),(2006,10,8,8,134),(2006,10,8,9,127),(2006,10,8,10,129),(2006,10,8,11,121),(2006,10,8,12,123),(2006,10,8,13,115),(2006,10,8,14,114),(2006,10,8,15,121),(2006,10,8,16,114),(2006,10,8,17,122),(2006,10,8,18,130),(2006,10,8,19,112),(2006,10,8,20,106),(2006,10,8,21,95),(2006,10,8,22,111),(2006,10,8,23,54),(2006,10,9,0,77),(2006,10,9,1,78),(2006,10,9,2,26),(2006,10,9,3,2),(2006,10,9,4,19),(2006,10,9,5,1),(2006,10,9,6,1),(2006,10,9,7,2),(2006,10,9,8,3),(2006,10,9,9,2),(2006,10,9,10,2),(2006,10,9,11,0),(2006,10,9,12,3),(2006,10,9,13,1),(2006,10,9,14,1),(2006,10,9,15,1),(2006,10,9,16,0),(2006,10,9,17,1),(2006,10,9,18,28),(2006,10,9,19,34),(2006,10,9,20,4),(2006,10,9,21,4),(2006,10,9,22,5),(2006,10,9,23,5),(2006,10,10,0,4),(2006,10,10,1,7),(2006,10,10,2,0),(2006,10,10,3,5),(2006,10,10,4,16),(2006,10,10,5,3),(2006,10,10,6,4),(2006,10,10,7,4),(2006,10,10,8,66),(2006,10,10,9,4),(2006,10,10,10,0),(2006,10,10,11,2),(2006,10,10,12,1),(2006,10,10,13,10),(2006,10,10,14,1),(2006,10,10,15,3),(2006,10,10,16,0),(2006,10,10,17,1),(2006,10,10,18,2),(2006,10,10,19,0),(2006,10,10,20,0),(2006,10,10,21,2),(2006,10,10,22,0),(2006,10,10,23,1),(2006,10,11,0,3),(2006,10,11,1,1),(2006,10,11,2,1),(2006,10,11,3,13),(2006,10,11,4,10),(2006,10,11,5,16),(2006,10,11,6,26),(2006,10,11,7,10),(2006,10,11,8,16),(2006,10,11,9,1),(2006,10,11,10,0),(2006,10,11,11,2),(2006,10,11,12,7),(2006,10,11,13,0),(2006,10,11,14,1),(2006,10,11,15,3),(2006,10,11,16,1),(2006,10,11,17,4),(2006,10,11,18,0),(2006,10,11,19,4),(2006,10,11,20,1),(2006,10,11,21,3),(2006,10,11,22,2),(2006,10,11,23,3),(2006,10,12,0,9),(2006,10,12,1,0),(2006,10,12,2,2),(2006,10,12,3,13),(2006,10,12,4,18),(2006,10,12,5,14),(2006,10,12,6,23),(2006,10,12,7,9),(2006,10,12,8,2),(2006,10,12,9,2),(2006,10,12,10,1),(2006,10,12,11,24),(2006,10,12,12,1),(2006,10,12,13,2),(2006,10,12,14,1),(2006,10,12,15,2),(2006,10,12,16,0),(2006,10,12,17,2),(2006,10,12,18,1),(2006,10,12,19,2),(2006,10,12,20,0),(2006,10,12,21,22),(2006,10,12,22,2),(2006,10,12,23,1),(2006,10,13,0,0),(2006,10,13,1,0),(2006,10,13,2,0),(2006,10,13,3,0),(2006,10,13,4,0),(2006,10,13,5,0),(2006,10,13,6,0),(2006,10,13,7,1),(2006,10,13,8,0),(2006,10,13,9,41),(2006,10,13,10,0),(2006,10,13,11,1),(2006,10,13,12,1),(2006,10,13,13,1),(2006,10,13,14,9),(2006,10,13,15,1),(2006,10,13,16,2),(2006,10,13,17,2),(2006,10,13,18,8),(2006,10,13,19,25),(2006,10,13,20,4),(2006,10,13,21,0),(2006,10,13,22,0),(2006,10,13,23,1),(2006,10,14,0,2),(2006,10,14,1,4),(2006,10,14,2,0),(2006,10,14,3,46),(2006,10,14,4,8),(2006,10,14,5,7),(2006,10,14,6,1),(2006,10,14,7,24),(2006,10,14,8,30),(2006,10,14,9,38),(2006,10,14,10,89),(2006,10,14,11,83),(2006,10,14,12,91),(2006,10,14,13,83),(2006,10,14,14,84),(2006,10,14,15,82),(2006,10,14,16,78),(2006,10,14,17,3),(2006,10,14,18,6),(2006,10,14,19,0),(2006,10,14,20,83),(2006,10,14,21,81),(2006,10,14,22,81),(2006,10,14,23,94),(2006,10,15,0,93),(2006,10,15,1,92),(2006,10,15,2,97),(2006,10,15,3,95),(2006,10,15,4,121),(2006,10,15,5,105),(2006,10,15,6,83),(2006,10,15,7,76),(2006,10,15,8,75),(2006,10,15,9,82),(2006,10,15,10,81),(2006,10,15,11,99),(2006,10,15,12,72),(2006,10,15,13,86),(2006,10,15,14,89),(2006,10,15,15,76),(2006,10,15,16,82),(2006,10,15,17,86),(2006,10,15,18,77),(2006,10,15,19,73),(2006,10,15,20,24),(2006,10,15,21,81),(2006,10,15,22,87),(2006,10,15,23,90),(2006,10,16,0,94),(2006,10,16,1,76),(2006,10,16,2,96),(2006,10,16,3,80),(2006,10,16,4,85),(2006,10,16,5,87),(2006,10,16,6,122),(2006,10,16,7,79),(2006,10,16,8,72),(2006,10,16,9,54),(2006,10,16,10,63),(2006,10,16,11,61),(2006,10,16,12,74),(2006,10,16,13,85),(2006,10,16,14,64),(2006,10,16,15,79),(2006,10,16,16,73),(2006,10,16,17,93),(2006,10,16,18,73),(2006,10,16,19,72),(2006,10,16,20,61),(2006,10,16,21,85),(2006,10,16,22,95),(2006,10,16,23,99),(2006,10,17,0,100),(2006,10,17,1,21),(2006,10,17,2,1),(2006,10,17,3,0),(2006,10,17,4,2),(2006,10,17,5,1),(2006,10,17,6,0),(2006,10,17,7,2),(2006,10,17,8,4),(2006,10,17,9,0),(2006,10,17,10,3),(2006,10,17,11,3),(2006,10,17,12,11),(2006,10,17,13,9),(2006,10,17,14,46),(2006,10,17,15,3),(2006,10,17,16,13),(2006,10,17,17,115),(2006,10,17,18,100),(2006,10,17,19,96),(2006,10,17,20,68),(2006,10,17,21,93),(2006,10,17,22,95),(2006,10,17,23,92),(2006,10,18,0,93),(2006,10,18,1,97),(2006,10,18,2,90),(2006,10,18,3,96),(2006,10,18,4,86),(2006,10,18,5,89),(2006,10,18,6,90),(2006,10,18,7,89),(2006,10,18,8,94),(2006,10,18,9,101),(2006,10,18,10,106),(2006,10,18,11,102),(2006,10,18,12,83),(2006,10,18,13,99),(2006,10,18,14,94),(2006,10,18,15,106),(2006,10,18,16,65),(2006,10,18,17,8),(2006,10,18,18,38),(2006,10,18,19,7),(2006,10,18,20,11),(2006,10,18,21,2),(2006,10,18,22,31),(2006,10,18,23,3),(2006,10,19,0,5),(2006,10,19,1,2),(2006,10,19,2,11),(2006,10,19,3,3),(2006,10,19,4,0),(2006,10,19,5,0),(2006,10,19,6,3),(2006,10,19,7,3),(2006,10,19,8,1),(2006,10,19,9,1),(2006,10,19,10,3),(2006,10,19,11,3),(2006,10,19,12,2),(2006,10,19,13,9),(2006,10,19,14,5),(2006,10,19,15,7),(2006,10,19,16,14),(2006,10,19,17,20),(2006,10,19,18,20),(2006,10,19,19,21),(2006,10,19,20,2),(2006,10,19,21,7),(2006,10,19,22,1),(2006,10,19,23,0),(2006,10,20,0,13),(2006,10,20,1,1),(2006,10,20,2,8),(2006,10,20,3,6),(2006,10,20,4,5),(2006,10,20,5,1),(2006,10,20,6,1),(2006,10,20,7,0),(2006,10,20,8,5),(2006,10,20,9,18),(2006,10,20,10,1),(2006,10,20,11,4),(2006,10,20,12,6),(2006,10,20,13,3),(2006,10,20,14,0),(2006,10,20,15,0),(2006,10,20,16,0),(2006,10,20,17,2),(2006,10,20,18,1),(2006,10,20,19,4),(2006,10,20,20,2),(2006,10,20,21,1),(2006,10,20,22,1),(2006,10,20,23,2),(2006,10,21,0,9),(2006,10,21,1,7),(2006,10,21,2,41),(2006,10,21,3,23),(2006,10,21,4,45),(2006,10,21,5,14),(2006,10,21,6,16),(2006,10,21,7,9),(2006,10,21,8,2),(2006,10,21,9,1),(2006,10,21,10,1),(2006,10,21,11,2),(2006,10,21,12,40),(2006,10,21,13,110),(2006,10,21,14,102),(2006,10,21,15,97),(2006,10,21,16,117),(2006,10,21,17,138),(2006,10,21,18,0),(2006,10,21,19,2),(2006,10,21,20,34),(2006,10,21,21,26),(2006,10,21,22,41),(2006,10,21,23,7),(2006,10,22,0,43),(2006,10,22,1,94),(2006,10,22,2,92),(2006,10,22,3,108),(2006,10,22,4,104),(2006,10,22,5,43),(2006,10,22,6,0),(2006,10,22,7,3),(2006,10,22,8,3),(2006,10,22,9,10),(2006,10,22,10,10),(2006,10,22,11,2),(2006,10,22,12,17),(2006,10,22,13,9),(2006,10,22,14,14),(2006,10,22,15,55),(2006,10,22,16,11),(2006,10,22,17,3),(2006,10,22,18,7),(2006,10,22,19,6),(2006,10,22,20,7),(2006,10,22,21,27),(2006,10,22,22,25),(2006,10,22,23,6),(2006,10,23,0,0),(2006,10,23,1,0),(2006,10,23,2,3),(2006,10,23,3,13),(2006,10,23,4,2),(2006,10,23,5,3),(2006,10,23,6,2),(2006,10,23,7,8),(2006,10,23,8,5),(2006,10,23,9,18),(2006,10,23,10,0),(2006,10,23,11,13),(2006,10,23,12,7),(2006,10,23,13,1),(2006,10,23,14,3),(2006,10,23,15,11),(2006,10,23,16,9),(2006,10,23,17,9),(2006,10,23,18,45),(2006,10,23,19,6),(2006,10,23,20,1),(2006,10,23,21,7),(2006,10,23,22,1),(2006,10,23,23,0),(2006,10,24,0,1),(2006,10,24,1,0),(2006,10,24,2,0),(2006,10,24,3,1),(2006,10,24,4,2),(2006,10,24,5,0),(2006,10,24,6,2),(2006,10,24,7,4),(2006,10,24,8,5),(2006,10,24,9,8),(2006,10,24,10,34),(2006,10,24,11,5),(2006,10,24,12,7),(2006,10,24,13,8),(2006,10,24,14,0),(2006,10,24,15,28),(2006,10,24,16,27),(2006,10,24,17,12),(2006,10,24,18,3),(2006,10,24,19,2),(2006,10,24,20,0),(2006,10,24,21,1),(2006,10,24,22,1),(2006,10,24,23,1),(2006,10,25,0,1),(2006,10,25,1,0),(2006,10,25,2,0),(2006,10,25,3,0),(2006,10,25,4,0),(2006,10,25,5,1),(2006,10,25,6,0),(2006,10,25,7,0),(2006,10,25,8,0),(2006,10,25,9,1),(2006,10,25,10,0),(2006,10,25,11,2),(2006,10,25,12,3),(2006,10,25,13,1),(2006,10,25,14,3),(2006,10,25,15,9),(2006,10,25,16,3),(2006,10,25,17,3),(2006,10,25,18,2),(2006,10,25,19,2),(2006,10,25,20,1),(2006,10,25,21,2),(2006,10,25,22,11),(2006,10,25,23,0),(2006,10,26,0,2),(2006,10,26,1,10),(2006,10,26,2,4),(2006,10,26,3,4),(2006,10,26,4,35),(2006,10,26,5,24),(2006,10,26,6,0),(2006,10,26,7,0),(2006,10,26,8,2),(2006,10,26,9,1),(2006,10,26,10,0),(2006,10,26,11,2),(2006,10,26,12,0),(2006,10,26,13,14),(2006,10,26,14,1),(2006,10,26,15,1),(2006,10,26,16,2),(2006,10,26,17,2),(2006,10,26,18,19),(2006,10,26,19,4),(2006,10,26,20,0),(2006,10,26,21,0),(2006,10,26,22,0),(2006,10,26,23,1),(2006,10,27,0,2),(2006,10,27,1,2),(2006,10,27,2,1),(2006,10,27,3,0),(2006,10,27,4,1),(2006,10,27,5,0),(2006,10,27,6,3),(2006,10,27,7,0),(2006,10,27,8,1),(2006,10,27,9,0),(2006,10,27,10,1),(2006,10,27,11,0),(2006,10,27,12,5),(2006,10,27,13,0),(2006,10,27,14,0),(2006,10,27,15,0),(2006,10,27,16,2),(2006,10,27,17,15),(2006,10,27,18,2),(2006,10,27,19,0),(2006,10,27,20,1),(2006,10,27,21,0),(2006,10,27,22,92),(2006,10,27,23,0),(2006,10,28,0,7),(2006,10,28,1,0),(2006,10,28,2,2),(2006,10,28,3,4),(2006,10,28,4,4),(2006,10,28,5,1),(2006,10,28,6,12),(2006,10,28,7,11),(2006,10,28,8,13),(2006,10,28,9,23),(2006,10,28,10,21),(2006,10,28,11,11),(2006,10,28,12,0),(2006,10,28,13,4),(2006,10,28,14,11),(2006,10,28,15,2),(2006,10,28,16,3),(2006,10,28,17,19),(2006,10,28,18,35),(2006,10,28,19,53),(2006,10,28,20,67),(2006,10,28,21,95),(2006,10,28,22,92),(2006,10,28,23,103),(2006,10,29,0,102),(2006,10,29,1,109),(2006,10,29,2,199),(2006,10,29,3,114),(2006,10,29,4,138),(2006,10,29,5,112),(2006,10,29,6,87),(2006,10,29,7,90),(2006,10,29,8,103),(2006,10,29,9,93),(2006,10,29,10,89),(2006,10,29,11,87),(2006,10,29,12,92),(2006,10,29,13,88),(2006,10,29,14,58),(2006,10,29,15,4),(2006,10,29,16,4),(2006,10,29,17,26),(2006,10,29,18,95),(2006,10,29,19,94),(2006,10,29,20,105),(2006,10,29,21,109),(2006,10,29,22,98),(2006,10,29,23,110),(2006,10,30,0,106),(2006,10,30,1,98),(2006,10,30,2,106),(2006,10,30,3,112),(2006,10,30,4,91),(2006,10,30,5,114),(2006,10,30,6,121),(2006,10,30,7,96),(2006,10,30,8,103),(2006,10,30,9,105),(2006,10,30,10,96),(2006,10,30,11,96),(2006,10,30,12,94),(2006,10,30,13,97),(2006,10,30,14,94),(2006,10,30,15,88),(2006,10,30,16,88),(2006,10,30,17,86),(2006,10,30,18,101),(2006,10,30,19,99),(2006,10,30,20,104),(2006,10,30,21,117),(2006,10,30,22,110),(2006,10,30,23,94),(2006,10,31,0,97),(2006,10,31,1,110),(2006,10,31,2,102),(2006,10,31,3,99),(2006,10,31,4,125),(2006,10,31,5,99),(2006,10,31,6,117),(2006,10,31,7,131),(2006,10,31,8,106),(2006,10,31,9,108),(2006,10,31,10,103),(2006,10,31,11,96),(2006,10,31,12,106),(2006,10,31,13,97),(2006,10,31,14,106),(2006,10,31,15,103),(2006,10,31,16,102),(2006,10,31,17,105),(2006,10,31,18,9),(2006,10,31,19,1),(2006,10,31,20,6),(2006,10,31,21,2),(2006,10,31,22,48),(2006,10,31,23,52),(2006,11,1,0,3),(2006,11,1,1,27),(2006,11,1,2,5),(2006,11,1,3,4),(2006,11,1,4,0),(2006,11,1,5,0),(2006,11,1,6,0),(2006,11,1,7,64),(2006,11,1,8,2),(2006,11,1,9,1),(2006,11,1,10,62),(2006,11,1,11,11),(2006,11,1,12,4),(2006,11,1,13,5),(2006,11,1,14,3),(2006,11,1,15,94),(2006,11,1,16,20),(2006,11,1,17,3),(2006,11,1,18,2),(2006,11,1,19,3),(2006,11,1,20,6),(2006,11,1,21,3),(2006,11,1,22,5),(2006,11,1,23,13),(2006,11,2,0,2),(2006,11,2,1,19),(2006,11,2,2,5),(2006,11,2,3,11),(2006,11,2,4,21),(2006,11,2,5,12),(2006,11,2,6,1),(2006,11,2,7,1),(2006,11,2,8,1),(2006,11,2,9,2),(2006,11,2,10,3),(2006,11,2,11,1),(2006,11,2,12,2),(2006,11,2,13,4),(2006,11,2,14,0),(2006,11,2,15,2),(2006,11,2,16,16),(2006,11,2,17,1),(2006,11,2,18,1),(2006,11,2,19,3),(2006,11,2,20,4),(2006,11,2,21,11),(2006,11,2,22,9),(2006,11,2,23,4),(2006,11,3,0,4),(2006,11,3,1,0),(2006,11,3,2,2),(2006,11,3,3,9),(2006,11,3,4,3),(2006,11,3,5,7),(2006,11,3,6,3),(2006,11,3,7,1),(2006,11,3,8,5),(2006,11,3,9,16),(2006,11,3,10,14),(2006,11,3,11,10),(2006,11,3,12,12),(2006,11,3,13,33),(2006,11,3,14,11),(2006,11,3,15,3),(2006,11,3,16,2),(2006,11,3,17,0),(2006,11,3,18,0),(2006,11,3,19,1),(2006,11,3,20,4),(2006,11,3,21,0),(2006,11,3,22,5),(2006,11,3,23,1),(2006,11,4,0,4),(2006,11,4,1,3),(2006,11,4,2,1),(2006,11,4,3,2),(2006,11,4,4,3),(2006,11,4,5,1),(2006,11,4,6,6),(2006,11,4,7,6),(2006,11,4,8,1),(2006,11,4,9,15),(2006,11,4,10,9),(2006,11,4,11,15),(2006,11,4,12,1),(2006,11,4,13,8),(2006,11,4,14,57),(2006,11,4,15,7),(2006,11,4,16,2),(2006,11,4,17,1),(2006,11,4,18,1),(2006,11,4,19,1),(2006,11,4,20,3),(2006,11,4,21,3),(2006,11,4,22,8),(2006,11,4,23,0),(2006,11,5,0,0),(2006,11,5,1,0),(2006,11,5,2,0),(2006,11,5,3,0),(2006,11,5,4,2),(2006,11,5,5,2),(2006,11,5,6,1),(2006,11,5,7,1),(2006,11,5,8,1),(2006,11,5,9,4),(2006,11,5,10,2),(2006,11,5,11,11),(2006,11,5,12,2),(2006,11,5,13,22),(2006,11,5,14,12),(2006,11,5,15,1),(2006,11,5,16,1),(2006,11,5,17,2),(2006,11,5,18,0),(2006,11,5,19,0),(2006,11,5,20,1),(2006,11,5,21,1),(2006,11,5,22,1),(2006,11,5,23,0),(2006,11,6,0,3),(2006,11,6,1,1),(2006,11,6,2,2),(2006,11,6,3,0),(2006,11,6,4,2),(2006,11,6,5,3),(2006,11,6,6,3),(2006,11,6,7,0),(2006,11,6,8,1),(2006,11,6,9,6),(2006,11,6,10,1),(2006,11,6,11,2),(2006,11,6,12,0),(2006,11,6,13,1),(2006,11,6,14,0),(2006,11,6,15,38),(2006,11,6,16,11),(2006,11,6,17,0),(2006,11,6,18,0),(2006,11,6,19,2),(2006,11,6,20,108),(2006,11,6,21,13),(2006,11,6,22,1),(2006,11,6,23,1),(2006,11,7,0,3),(2006,11,7,1,1),(2006,11,7,2,1),(2006,11,7,3,1),(2006,11,7,4,0),(2006,11,7,5,3),(2006,11,7,6,1),(2006,11,7,7,1),(2006,11,7,8,9),(2006,11,7,9,1),(2006,11,7,10,5),(2006,11,7,11,11),(2006,11,7,12,7),(2006,11,7,13,14),(2006,11,7,14,7),(2006,11,7,15,24),(2006,11,7,16,7),(2006,11,7,17,12),(2006,11,7,18,1),(2006,11,7,19,2),(2006,11,7,20,1),(2006,11,7,21,0),(2006,11,7,22,0),(2006,11,7,23,2),(2006,11,8,0,1),(2006,11,8,1,0),(2006,11,8,2,2),(2006,11,8,3,2),(2006,11,8,4,0),(2006,11,8,5,0),(2006,11,8,6,0),(2006,11,8,7,0),(2006,11,8,8,3),(2006,11,8,9,1),(2006,11,8,10,1),(2006,11,8,11,2),(2006,11,8,12,4),(2006,11,8,13,6),(2006,11,8,14,9),(2006,11,8,15,2),(2006,11,8,16,1),(2006,11,8,17,7),(2006,11,8,18,1),(2006,11,8,19,2),(2006,11,8,20,4),(2006,11,8,21,11),(2006,11,8,22,5),(2006,11,8,23,19),(2006,11,9,0,0),(2006,11,9,1,11),(2006,11,9,2,20),(2006,11,9,3,43),(2006,11,9,4,14),(2006,11,9,5,0),(2006,11,9,6,0),(2006,11,9,7,0),(2006,11,9,8,0),(2006,11,9,9,4),(2006,11,9,10,3),(2006,11,9,11,4),(2006,11,9,12,1),(2006,11,9,13,0),(2006,11,9,14,14),(2006,11,9,15,13),(2006,11,9,16,3),(2006,11,9,17,13),(2006,11,9,18,7),(2006,11,9,19,7),(2006,11,9,20,13),(2006,11,9,21,7),(2006,11,9,22,14),(2006,11,9,23,13),(2006,11,10,0,19),(2006,11,10,1,19),(2006,11,10,2,1),(2006,11,10,3,0),(2006,11,10,4,4),(2006,11,10,5,1),(2006,11,10,6,1),(2006,11,10,7,2),(2006,11,10,8,1),(2006,11,10,9,0),(2006,11,10,10,2),(2006,11,10,11,2),(2006,11,10,12,1),(2006,11,10,13,2),(2006,11,10,14,0),(2006,11,10,15,0),(2006,11,10,16,2),(2006,11,10,17,6),(2006,11,10,18,5),(2006,11,10,19,17),(2006,11,10,20,26),(2006,11,10,21,14),(2006,11,10,22,4),(2006,11,10,23,2),(2006,11,11,0,6),(2006,11,11,1,4),(2006,11,11,2,4),(2006,11,11,3,4),(2006,11,11,4,7),(2006,11,11,5,1),(2006,11,11,6,1),(2006,11,11,7,0),(2006,11,11,8,0),(2006,11,11,9,0),(2006,11,11,10,26),(2006,11,11,11,17),(2006,11,11,12,1),(2006,11,11,13,2),(2006,11,11,14,3),(2006,11,11,15,2),(2006,11,11,16,13),(2006,11,11,17,2),(2006,11,11,18,2),(2006,11,11,19,28),(2006,11,11,20,10),(2006,11,11,21,0),(2006,11,11,22,0),(2006,11,11,23,1),(2006,11,12,0,1),(2006,11,12,1,0),(2006,11,12,2,0),(2006,11,12,3,0),(2006,11,12,4,1),(2006,11,12,5,0),(2006,11,12,6,0),(2006,11,12,7,0),(2006,11,12,8,0),(2006,11,12,9,0),(2006,11,12,10,1),(2006,11,12,11,2),(2006,11,12,12,2),(2006,11,12,13,3),(2006,11,12,14,2),(2006,11,12,15,1),(2006,11,12,16,6),(2006,11,12,17,4),(2006,11,12,18,7),(2006,11,12,19,0),(2006,11,12,20,1),(2006,11,12,21,9),(2006,11,12,22,0),(2006,11,12,23,0),(2006,11,13,0,0),(2006,11,13,1,9),(2006,11,13,2,0),(2006,11,13,3,0),(2006,11,13,4,1),(2006,11,13,5,0),(2006,11,13,6,0),(2006,11,13,7,1),(2006,11,13,8,1),(2006,11,13,9,1),(2006,11,13,10,0),(2006,11,13,11,1),(2006,11,13,12,2),(2006,11,13,13,2),(2006,11,13,14,20),(2006,11,13,15,2),(2006,11,13,16,13),(2006,11,13,17,6),(2006,11,13,18,9),(2006,11,13,19,11),(2006,11,13,20,24),(2006,11,13,21,36),(2006,11,13,22,4),(2006,11,13,23,1),(2006,11,14,0,5),(2006,11,14,1,0),(2006,11,14,2,11),(2006,11,14,3,2),(2006,11,14,4,0),(2006,11,14,5,2),(2006,11,14,6,1),(2006,11,14,7,8),(2006,11,14,8,3),(2006,11,14,9,1),(2006,11,14,10,2),(2006,11,14,11,6),(2006,11,14,12,15),(2006,11,14,13,7),(2006,11,14,14,17),(2006,11,14,15,3),(2006,11,14,16,30),(2006,11,14,17,38),(2006,11,14,18,8),(2006,11,14,19,2),(2006,11,14,20,6),(2006,11,14,21,5),(2006,11,14,22,3),(2006,11,14,23,3),(2006,11,15,0,4),(2006,11,15,1,2),(2006,11,15,2,6),(2006,11,15,3,4),(2006,11,15,4,0),(2006,11,15,5,2),(2006,11,15,6,0),(2006,11,15,7,2),(2006,11,15,8,1),(2006,11,15,9,1),(2006,11,15,10,4),(2006,11,15,11,2),(2006,11,15,12,1),(2006,11,15,13,2),(2006,11,15,14,0),(2006,11,15,15,6),(2006,11,15,16,4),(2006,11,15,17,6),(2006,11,15,18,23),(2006,11,15,19,4),(2006,11,15,20,30),(2006,11,15,21,17),(2006,11,15,22,4),(2006,11,15,23,12),(2006,11,16,0,4),(2006,11,16,1,6),(2006,11,16,2,5),(2006,11,16,3,3),(2006,11,16,4,11),(2006,11,16,5,6),(2006,11,16,6,16),(2006,11,16,7,26),(2006,11,16,8,17),(2006,11,16,9,93),(2006,11,16,10,114),(2006,11,16,11,108),(2006,11,16,12,107),(2006,11,16,13,114),(2006,11,16,14,113),(2006,11,16,15,121),(2006,11,16,16,97),(2006,11,16,17,121),(2006,11,16,18,157),(2006,11,16,19,126),(2006,11,16,20,120),(2006,11,16,21,107),(2006,11,16,22,109),(2006,11,16,23,107),(2006,11,17,0,119),(2006,11,17,1,121),(2006,11,17,2,109),(2006,11,17,3,101),(2006,11,17,4,98),(2006,11,17,5,114),(2006,11,17,6,113),(2006,11,17,7,113),(2006,11,17,8,108),(2006,11,17,9,105),(2006,11,17,10,125),(2006,11,17,11,107),(2006,11,17,12,115),(2006,11,17,13,116),(2006,11,17,14,119),(2006,11,17,15,116),(2006,11,17,16,45),(2006,11,17,17,25),(2006,11,17,18,34),(2006,11,17,19,89),(2006,11,17,20,124),(2006,11,17,21,115),(2006,11,17,22,102),(2006,11,17,23,125),(2006,11,18,0,114),(2006,11,18,1,117),(2006,11,18,2,106),(2006,11,18,3,101),(2006,11,18,4,95),(2006,11,18,5,103),(2006,11,18,6,111),(2006,11,18,7,106),(2006,11,18,8,103),(2006,11,18,9,105),(2006,11,18,10,111),(2006,11,18,11,115),(2006,11,18,12,115),(2006,11,18,13,121),(2006,11,18,14,106),(2006,11,18,15,115),(2006,11,18,16,122),(2006,11,18,17,120),(2006,11,18,18,107),(2006,11,18,19,26),(2006,11,18,20,9),(2006,11,18,21,52),(2006,11,18,22,33),(2006,11,18,23,37),(2006,11,19,0,6),(2006,11,19,1,6),(2006,11,19,2,28),(2006,11,19,3,9),(2006,11,19,4,7),(2006,11,19,5,0),(2006,11,19,6,0),(2006,11,19,7,0),(2006,11,19,8,1),(2006,11,19,9,0),(2006,11,19,10,2),(2006,11,19,11,3),(2006,11,19,12,2),(2006,11,19,13,6),(2006,11,19,14,12),(2006,11,19,15,3),(2006,11,19,16,6),(2006,11,19,17,3),(2006,11,19,18,27),(2006,11,19,19,2),(2006,11,19,20,4),(2006,11,19,21,2),(2006,11,19,22,4),(2006,11,19,23,9),(2006,11,20,0,15),(2006,11,20,1,10),(2006,11,20,2,30),(2006,11,20,3,11),(2006,11,20,4,12),(2006,11,20,5,0),(2006,11,20,6,1),(2006,11,20,7,0),(2006,11,20,8,0),(2006,11,20,9,0),(2006,11,20,10,0),(2006,11,20,11,0),(2006,11,20,12,0),(2006,11,20,13,5),(2006,11,20,14,6),(2006,11,20,15,2),(2006,11,20,16,7),(2006,11,20,17,5),(2006,11,20,18,5),(2006,11,20,19,7),(2006,11,20,20,8),(2006,11,20,21,20),(2006,11,20,22,11),(2006,11,20,23,17),(2006,11,21,0,4),(2006,11,21,1,46),(2006,11,21,2,1),(2006,11,21,3,9),(2006,11,21,4,3),(2006,11,21,5,0),(2006,11,21,6,0),(2006,11,21,7,1),(2006,11,21,8,0),(2006,11,21,9,10),(2006,11,21,10,8),(2006,11,21,11,2),(2006,11,21,12,2),(2006,11,21,13,6),(2006,11,21,14,1),(2006,11,21,15,2),(2006,11,21,16,4),(2006,11,21,17,12),(2006,11,21,18,8),(2006,11,21,19,3),(2006,11,21,20,5),(2006,11,21,21,10),(2006,11,21,22,18),(2006,11,21,23,33),(2006,11,22,0,4),(2006,11,22,1,14),(2006,11,22,2,2),(2006,11,22,3,1),(2006,11,22,4,1),(2006,11,22,5,0),(2006,11,22,6,1),(2006,11,22,7,1),(2006,11,22,8,2),(2006,11,22,9,7),(2006,11,22,10,4),(2006,11,22,11,1),(2006,11,22,12,0),(2006,11,22,13,2),(2006,11,22,14,26),(2006,11,22,15,1),(2006,11,22,16,3),(2006,11,22,17,7),(2006,11,22,18,20),(2006,11,22,19,1),(2006,11,22,20,43),(2006,11,22,21,7),(2006,11,22,22,11),(2006,11,22,23,10),(2006,11,23,0,8),(2006,11,23,1,15),(2006,11,23,2,12),(2006,11,23,3,5),(2006,11,23,4,2),(2006,11,23,5,0),(2006,11,23,6,1),(2006,11,23,7,0),(2006,11,23,8,3),(2006,11,23,9,5),(2006,11,23,10,1),(2006,11,23,11,26),(2006,11,23,12,3),(2006,11,23,13,1),(2006,11,23,14,4),(2006,11,23,15,0),(2006,11,23,16,2),(2006,11,23,17,8),(2006,11,23,18,2),(2006,11,23,19,9),(2006,11,23,20,6),(2006,11,23,21,83),(2006,11,23,22,17),(2006,11,23,23,9),(2006,11,24,0,4),(2006,11,24,1,2),(2006,11,24,2,1),(2006,11,24,3,1),(2006,11,24,4,1),(2006,11,24,5,5),(2006,11,24,6,1),(2006,11,24,7,6),(2006,11,24,8,4),(2006,11,24,9,6),(2006,11,24,10,6),(2006,11,24,11,2),(2006,11,24,12,10),(2006,11,24,13,8),(2006,11,24,14,6),(2006,11,24,15,7),(2006,11,24,16,8),(2006,11,24,17,19),(2006,11,24,18,25),(2006,11,24,19,22),(2006,11,24,20,4),(2006,11,24,21,2),(2006,11,24,22,2),(2006,11,24,23,2),(2006,11,25,0,3),(2006,11,25,1,4),(2006,11,25,2,1),(2006,11,25,3,1),(2006,11,25,4,0),(2006,11,25,5,7),(2006,11,25,6,3),(2006,11,25,7,5),(2006,11,25,8,4),(2006,11,25,9,2),(2006,11,25,10,19),(2006,11,25,11,14),(2006,11,25,12,2),(2006,11,25,13,1),(2006,11,25,14,6),(2006,11,25,15,6),(2006,11,25,16,13),(2006,11,25,17,17),(2006,11,25,18,24),(2006,11,25,19,24),(2006,11,25,20,13),(2006,11,25,21,24),(2006,11,25,22,2),(2006,11,25,23,3),(2006,11,26,0,1),(2006,11,26,1,0),(2006,11,26,2,1),(2006,11,26,3,0),(2006,11,26,4,6),(2006,11,26,5,3),(2006,11,26,6,6),(2006,11,26,7,0),(2006,11,26,8,0),(2006,11,26,9,7),(2006,11,26,10,7),(2006,11,26,11,11),(2006,11,26,12,9),(2006,11,26,13,5),(2006,11,26,14,9),(2006,11,26,15,24),(2006,11,26,16,16),(2006,11,26,17,30),(2006,11,26,18,5),(2006,11,26,19,3),(2006,11,26,20,21),(2006,11,26,21,3),(2006,11,26,22,2),(2006,11,26,23,1),(2006,11,27,0,2),(2006,11,27,1,29),(2006,11,27,2,3),(2006,11,27,3,3),(2006,11,27,4,2),(2006,11,27,5,5),(2006,11,27,6,0),(2006,11,27,7,17),(2006,11,27,8,5),(2006,11,27,9,4),(2006,11,27,10,31),(2006,11,27,11,77),(2006,11,27,12,3),(2006,11,27,13,5),(2006,11,27,14,5),(2006,11,27,15,12),(2006,11,27,16,30),(2006,11,27,17,22),(2006,11,27,18,24),(2006,11,27,19,55),(2006,11,27,20,29),(2006,11,27,21,9),(2006,11,27,22,8),(2006,11,27,23,0),(2006,11,28,0,2),(2006,11,28,1,0),(2006,11,28,2,8),(2006,11,28,3,2),(2006,11,28,4,2),(2006,11,28,5,3),(2006,11,28,6,1),(2006,11,28,7,5),(2006,11,28,8,2),(2006,11,28,9,4),(2006,11,28,10,0),(2006,11,28,11,3),(2006,11,28,12,9),(2006,11,28,13,14),(2006,11,28,14,8),(2006,11,28,15,50),(2006,11,28,16,7),(2006,11,28,17,15),(2006,11,28,18,9),(2006,11,28,19,2),(2006,11,28,20,17),(2006,11,28,21,11),(2006,11,28,22,2),(2006,11,28,23,1),(2006,11,29,0,2),(2006,11,29,1,4),(2006,11,29,2,1),(2006,11,29,3,0),(2006,11,29,4,26),(2006,11,29,5,4),(2006,11,29,6,1),(2006,11,29,7,2),(2006,11,29,8,5),(2006,11,29,9,0),(2006,11,29,10,2),(2006,11,29,11,1),(2006,11,29,12,4),(2006,11,29,13,3),(2006,11,29,14,16),(2006,11,29,15,6),(2006,11,29,16,23),(2006,11,29,17,17),(2006,11,29,18,14),(2006,11,29,19,6),(2006,11,29,20,36),(2006,11,29,21,1),(2006,11,29,22,4),(2006,11,29,23,398),(2006,11,30,0,5),(2006,11,30,1,2),(2006,11,30,2,7),(2006,11,30,3,4),(2006,11,30,4,8),(2006,11,30,5,7),(2006,11,30,6,1),(2006,11,30,7,48),(2006,11,30,8,24),(2006,11,30,9,5),(2006,11,30,10,3),(2006,11,30,11,4),(2006,11,30,12,7),(2006,11,30,13,9),(2006,11,30,14,28),(2006,11,30,15,17),(2006,11,30,16,24),(2006,11,30,17,24),(2006,11,30,18,1),(2006,11,30,19,0),(2006,11,30,20,0),(2006,11,30,21,7),(2006,11,30,22,5),(2006,11,30,23,2),(2006,12,1,0,8),(2006,12,1,1,3),(2006,12,1,2,7),(2006,12,1,3,1),(2006,12,1,4,2),(2006,12,1,5,8),(2006,12,1,6,8),(2006,12,1,7,59),(2006,12,1,8,77),(2006,12,1,9,120),(2006,12,1,10,127),(2006,12,1,11,115),(2006,12,1,12,123),(2006,12,1,13,121),(2006,12,1,14,38),(2006,12,1,15,105),(2006,12,1,16,121),(2006,12,1,17,96),(2006,12,1,18,163),(2006,12,1,19,148),(2006,12,1,20,131),(2006,12,1,21,76),(2006,12,1,22,27),(2006,12,1,23,95),(2006,12,2,0,106),(2006,12,2,1,119),(2006,12,2,2,115),(2006,12,2,3,115),(2006,12,2,4,120),(2006,12,2,5,119),(2006,12,2,6,111),(2006,12,2,7,121),(2006,12,2,8,114),(2006,12,2,9,139),(2006,12,2,10,120),(2006,12,2,11,141),(2006,12,2,12,149),(2006,12,2,13,124),(2006,12,2,14,139),(2006,12,2,15,127),(2006,12,2,16,135),(2006,12,2,17,122),(2006,12,2,18,122),(2006,12,2,19,106),(2006,12,2,20,78),(2006,12,2,21,68),(2006,12,2,22,36),(2006,12,2,23,13),(2006,12,3,0,9),(2006,12,3,1,66),(2006,12,3,2,68),(2006,12,3,3,65),(2006,12,3,4,118),(2006,12,3,5,124),(2006,12,3,6,117),(2006,12,3,7,124),(2006,12,3,8,126),(2006,12,3,9,128),(2006,12,3,10,144),(2006,12,3,11,114),(2006,12,3,12,33),(2006,12,3,13,14),(2006,12,3,14,40),(2006,12,3,15,84),(2006,12,3,16,103),(2006,12,3,17,69),(2006,12,3,18,113),(2006,12,3,19,117),(2006,12,3,20,123),(2006,12,3,21,58),(2006,12,3,22,27),(2006,12,3,23,15),(2006,12,4,0,20),(2006,12,4,1,94),(2006,12,4,2,126),(2006,12,4,3,113),(2006,12,4,4,135),(2006,12,4,5,131),(2006,12,4,6,119),(2006,12,4,7,139),(2006,12,4,8,54),(2006,12,4,9,102),(2006,12,4,10,137),(2006,12,4,11,138),(2006,12,4,12,135),(2006,12,4,13,115),(2006,12,4,14,36),(2006,12,4,15,3),(2006,12,4,16,45),(2006,12,4,17,160),(2006,12,4,18,122),(2006,12,4,19,44),(2006,12,4,20,99),(2006,12,4,21,127),(2006,12,4,22,93),(2006,12,4,23,125),(2006,12,5,0,193),(2006,12,5,1,81),(2006,12,5,2,111),(2006,12,5,3,7),(2006,12,5,4,23),(2006,12,5,5,31),(2006,12,5,6,2),(2006,12,5,7,12),(2006,12,5,8,0),(2006,12,5,9,11),(2006,12,5,10,12),(2006,12,5,11,39),(2006,12,5,12,11),(2006,12,5,13,31),(2006,12,5,14,51),(2006,12,5,15,22),(2006,12,5,16,61),(2006,12,5,17,91),(2006,12,5,18,179),(2006,12,5,19,87),(2006,12,5,20,119),(2006,12,5,21,150),(2006,12,5,22,9),(2006,12,5,23,79),(2006,12,6,0,221),(2006,12,6,1,1),(2006,12,6,2,24),(2006,12,6,3,100),(2006,12,6,4,6),(2006,12,6,5,2),(2006,12,6,6,4),(2006,12,6,7,18),(2006,12,6,8,4),(2006,12,6,9,3),(2006,12,6,10,2),(2006,12,6,11,4),(2006,12,6,12,1),(2006,12,6,13,4),(2006,12,6,14,3),(2006,12,6,15,68),(2006,12,6,16,137),(2006,12,6,17,124),(2006,12,6,18,126),(2006,12,6,19,122),(2006,12,6,20,122),(2006,12,6,21,115),(2006,12,6,22,112),(2006,12,6,23,111),(2006,12,7,0,118),(2006,12,7,1,113),(2006,12,7,2,112),(2006,12,7,3,114),(2006,12,7,4,82),(2006,12,7,5,82),(2006,12,7,6,119),(2006,12,7,7,105),(2006,12,7,8,112),(2006,12,7,9,114),(2006,12,7,10,20),(2006,12,7,11,98),(2006,12,7,12,98),(2006,12,7,13,116),(2006,12,7,14,117),(2006,12,7,15,136),(2006,12,7,16,103),(2006,12,7,17,111),(2006,12,7,18,106),(2006,12,7,19,105),(2006,12,7,20,107),(2006,12,7,21,55),(2006,12,7,22,74),(2006,12,7,23,100),(2006,12,8,0,103),(2006,12,8,1,112),(2006,12,8,2,107),(2006,12,8,3,92),(2006,12,8,4,86),(2006,12,8,5,11),(2006,12,8,6,15),(2006,12,8,7,14),(2006,12,8,8,15),(2006,12,8,9,14),(2006,12,8,10,12),(2006,12,8,11,8),(2006,12,8,12,17),(2006,12,8,13,15),(2006,12,8,14,22),(2006,12,8,15,8),(2006,12,8,16,58),(2006,12,8,17,91),(2006,12,8,18,127),(2006,12,8,19,115),(2006,12,8,20,113),(2006,12,8,21,122),(2006,12,8,22,130),(2006,12,8,23,94),(2006,12,9,0,0),(2006,12,9,1,0),(2006,12,9,2,0),(2006,12,9,3,0),(2006,12,9,4,0),(2006,12,9,5,0),(2006,12,9,6,0),(2006,12,9,7,0),(2006,12,9,8,85),(2006,12,9,9,124),(2006,12,9,10,102),(2006,12,9,11,120),(2006,12,9,12,109),(2006,12,9,13,110),(2006,12,9,14,144),(2006,12,9,15,112),(2006,12,9,16,33),(2006,12,9,17,11),(2006,12,9,18,15),(2006,12,9,19,21),(2006,12,9,20,42),(2006,12,9,21,31),(2006,12,9,22,19),(2006,12,9,23,18),(2006,12,10,0,0),(2006,12,10,1,0),(2006,12,10,2,0),(2006,12,10,3,1),(2006,12,10,4,0),(2006,12,10,5,0),(2006,12,10,6,0),(2006,12,10,7,0),(2006,12,10,8,1),(2006,12,10,9,1),(2006,12,10,10,0),(2006,12,10,11,12),(2006,12,10,12,18),(2006,12,10,13,12),(2006,12,10,14,15),(2006,12,10,15,8),(2006,12,10,16,15),(2006,12,10,17,22),(2006,12,10,18,10),(2006,12,10,19,3),(2006,12,10,20,7),(2006,12,10,21,10),(2006,12,10,22,7),(2006,12,10,23,2),(2006,12,11,0,3),(2006,12,11,1,1),(2006,12,11,2,19),(2006,12,11,3,24),(2006,12,11,4,15),(2006,12,11,5,100),(2006,12,11,6,107),(2006,12,11,7,136),(2006,12,11,8,112),(2006,12,11,9,114),(2006,12,11,10,98),(2006,12,11,11,111),(2006,12,11,12,111),(2006,12,11,13,104),(2006,12,11,14,103),(2006,12,11,15,119),(2006,12,11,16,110),(2006,12,11,17,106),(2006,12,11,18,149),(2006,12,11,19,112),(2006,12,11,20,121),(2006,12,11,21,119),(2006,12,11,22,104),(2006,12,11,23,78),(2006,12,12,0,56),(2006,12,12,1,22),(2006,12,12,2,19),(2006,12,12,3,12),(2006,12,12,4,31),(2006,12,12,5,72),(2006,12,12,6,129),(2006,12,12,7,135),(2006,12,12,8,159),(2006,12,12,9,130),(2006,12,12,10,136),(2006,12,12,11,143),(2006,12,12,12,121),(2006,12,12,13,107),(2006,12,12,14,111),(2006,12,12,15,116),(2006,12,12,16,113),(2006,12,12,17,107),(2006,12,12,18,112),(2006,12,12,19,47),(2006,12,12,20,11),(2006,12,12,21,24),(2006,12,12,22,6),(2006,12,12,23,6),(2006,12,13,0,27),(2006,12,13,1,74),(2006,12,13,2,106),(2006,12,13,3,110),(2006,12,13,4,112),(2006,12,13,5,103),(2006,12,13,6,136),(2006,12,13,7,121),(2006,12,13,8,117),(2006,12,13,9,124),(2006,12,13,10,119),(2006,12,13,11,120),(2006,12,13,12,128),(2006,12,13,13,132),(2006,12,13,14,126),(2006,12,13,15,139),(2006,12,13,16,113),(2006,12,13,17,116),(2006,12,13,18,20),(2006,12,13,19,40),(2006,12,13,20,2),(2006,12,13,21,3),(2006,12,13,22,4),(2006,12,13,23,5),(2006,12,14,0,35),(2006,12,14,1,63),(2006,12,14,2,116),(2006,12,14,3,121),(2006,12,14,4,115),(2006,12,14,5,121),(2006,12,14,6,123),(2006,12,14,7,122),(2006,12,14,8,134),(2006,12,14,9,126),(2006,12,14,10,126),(2006,12,14,11,125),(2006,12,14,12,115),(2006,12,14,13,102),(2006,12,14,14,53),(2006,12,14,15,147),(2006,12,14,16,141),(2006,12,14,17,113),(2006,12,14,18,116),(2006,12,14,19,59),(2006,12,14,20,15),(2006,12,14,21,3),(2006,12,14,22,3),(2006,12,14,23,27),(2006,12,15,0,43),(2006,12,15,1,96),(2006,12,15,2,120),(2006,12,15,3,101),(2006,12,15,4,49),(2006,12,15,5,70),(2006,12,15,6,97),(2006,12,15,7,114),(2006,12,15,8,63),(2006,12,15,9,4),(2006,12,15,10,3),(2006,12,15,11,13),(2006,12,15,12,9),(2006,12,15,13,3),(2006,12,15,14,19),(2006,12,15,15,4),(2006,12,15,16,4),(2006,12,15,17,4),(2006,12,15,18,6),(2006,12,15,19,6),(2006,12,15,20,1),(2006,12,15,21,10),(2006,12,15,22,2),(2006,12,15,23,11),(2006,12,16,0,8),(2006,12,16,1,3),(2006,12,16,2,2),(2006,12,16,3,2),(2006,12,16,4,0),(2006,12,16,5,0),(2006,12,16,6,4),(2006,12,16,7,6),(2006,12,16,8,6),(2006,12,16,9,7),(2006,12,16,10,9),(2006,12,16,11,10),(2006,12,16,12,9),(2006,12,16,13,15),(2006,12,16,14,1),(2006,12,16,15,10),(2006,12,16,16,7),(2006,12,16,17,4),(2006,12,16,18,2),(2006,12,16,19,1),(2006,12,16,20,1),(2006,12,16,21,0),(2006,12,16,22,0),(2006,12,16,23,1),(2006,12,17,0,0),(2006,12,17,1,1),(2006,12,17,2,0),(2006,12,17,3,3),(2006,12,17,4,0),(2006,12,17,5,1),(2006,12,17,6,1),(2006,12,17,7,5),(2006,12,17,8,1),(2006,12,17,9,1),(2006,12,17,10,4),(2006,12,17,11,5),(2006,12,17,12,3),(2006,12,17,13,2),(2006,12,17,14,0),(2006,12,17,15,1),(2006,12,17,16,1),(2006,12,17,17,0),(2006,12,17,18,2),(2006,12,17,19,2),(2006,12,17,20,12),(2006,12,17,21,16),(2006,12,17,22,10),(2006,12,17,23,4),(2006,12,18,0,0),(2006,12,18,1,1),(2006,12,18,2,2),(2006,12,18,3,1),(2006,12,18,4,1),(2006,12,18,5,1),(2006,12,18,6,2),(2006,12,18,7,3),(2006,12,18,8,4),(2006,12,18,9,6),(2006,12,18,10,1),(2006,12,18,11,2),(2006,12,18,12,6),(2006,12,18,13,5),(2006,12,18,14,9),(2006,12,18,15,10),(2006,12,18,16,1),(2006,12,18,17,0),(2006,12,18,18,1),(2006,12,18,19,15),(2006,12,18,20,3),(2006,12,18,21,0),(2006,12,18,22,0),(2006,12,18,23,1),(2006,12,19,0,0),(2006,12,19,1,2),(2006,12,19,2,2),(2006,12,19,3,1),(2006,12,19,4,0),(2006,12,19,5,1),(2006,12,19,6,1),(2006,12,19,7,2),(2006,12,19,8,1),(2006,12,19,9,5),(2006,12,19,10,7),(2006,12,19,11,10),(2006,12,19,12,22),(2006,12,19,13,15),(2006,12,19,14,3),(2006,12,19,15,5),(2006,12,19,16,1),(2006,12,19,17,2),(2006,12,19,18,1),(2006,12,19,19,3),(2006,12,19,20,1),(2006,12,19,21,1),(2006,12,19,22,1),(2006,12,19,23,1),(2006,12,20,0,0),(2006,12,20,1,0),(2006,12,20,2,0),(2006,12,20,3,0),(2006,12,20,4,0),(2006,12,20,5,0),(2006,12,20,6,0),(2006,12,20,7,3),(2006,12,20,8,4),(2006,12,20,9,5),(2006,12,20,10,6),(2006,12,20,11,3),(2006,12,20,12,5),(2006,12,20,13,2),(2006,12,20,14,4),(2006,12,20,15,8),(2006,12,20,16,11),(2006,12,20,17,8),(2006,12,20,18,8),(2006,12,20,19,10),(2006,12,20,20,3),(2006,12,20,21,5),(2006,12,20,22,2),(2006,12,20,23,5),(2006,12,21,0,0),(2006,12,21,1,2),(2006,12,21,2,1),(2006,12,21,3,1),(2006,12,21,4,0),(2006,12,21,5,0),(2006,12,21,6,3),(2006,12,21,7,3),(2006,12,21,8,6),(2006,12,21,9,7),(2006,12,21,10,39),(2006,12,21,11,9),(2006,12,21,12,61),(2006,12,21,13,127),(2006,12,21,14,122),(2006,12,21,15,120),(2006,12,21,16,119),(2006,12,21,17,120),(2006,12,21,18,110),(2006,12,21,19,99),(2006,12,21,20,105),(2006,12,21,21,84),(2006,12,21,22,108),(2006,12,21,23,112),(2006,12,22,0,93),(2006,12,22,1,86),(2006,12,22,2,82),(2006,12,22,3,105),(2006,12,22,4,98),(2006,12,22,5,85),(2006,12,22,6,102),(2006,12,22,7,112),(2006,12,22,8,106),(2006,12,22,9,95),(2006,12,22,10,110),(2006,12,22,11,107),(2006,12,22,12,112),(2006,12,22,13,113),(2006,12,22,14,106),(2006,12,22,15,20),(2006,12,22,16,21),(2006,12,22,17,4),(2006,12,22,18,4),(2006,12,22,19,7),(2006,12,22,20,22),(2006,12,22,21,18),(2006,12,22,22,14),(2006,12,22,23,12),(2006,12,23,0,37),(2006,12,23,1,94),(2006,12,23,2,53),(2006,12,23,3,50),(2006,12,23,4,13),(2006,12,23,5,8),(2006,12,23,6,11),(2006,12,23,7,8),(2006,12,23,8,18),(2006,12,23,9,8),(2006,12,23,10,12),(2006,12,23,11,7),(2006,12,23,12,6),(2006,12,23,13,8),(2006,12,23,14,70),(2006,12,23,15,17),(2006,12,23,16,13),(2006,12,23,17,36),(2006,12,23,18,16),(2006,12,23,19,12),(2006,12,23,20,12),(2006,12,23,21,27),(2006,12,23,22,16),(2006,12,23,23,25),(2006,12,24,0,19),(2006,12,24,1,7),(2006,12,24,2,14),(2006,12,24,3,8),(2006,12,24,4,5),(2006,12,24,5,6),(2006,12,24,6,1),(2006,12,24,7,2),(2006,12,24,8,2),(2006,12,24,9,5),(2006,12,24,10,4),(2006,12,24,11,19),(2006,12,24,12,32),(2006,12,24,13,67),(2006,12,24,14,26),(2006,12,24,15,37),(2006,12,24,16,37),(2006,12,24,17,36),(2006,12,24,18,45),(2006,12,24,19,41),(2006,12,24,20,46),(2006,12,24,21,38),(2006,12,24,22,60),(2006,12,24,23,70),(2006,12,25,0,50),(2006,12,25,1,61),(2006,12,25,2,161),(2006,12,25,3,132),(2006,12,25,4,166),(2006,12,25,5,80),(2006,12,25,6,183),(2006,12,25,7,163),(2006,12,25,8,172),(2006,12,25,9,188),(2006,12,25,10,106),(2006,12,25,11,5),(2006,12,25,12,32),(2006,12,25,13,12),(2006,12,25,14,237),(2006,12,25,15,298),(2006,12,25,16,148),(2006,12,25,17,316),(2006,12,25,18,376),(2006,12,25,19,223),(2006,12,25,20,275),(2006,12,25,21,13),(2006,12,25,22,14),(2006,12,25,23,35),(2006,12,26,0,45),(2006,12,26,1,42),(2006,12,26,2,15),(2006,12,26,3,5),(2006,12,26,4,0),(2006,12,26,5,1),(2006,12,26,6,2),(2006,12,26,7,15),(2006,12,26,8,7),(2006,12,26,9,4),(2006,12,26,10,9),(2006,12,26,11,10),(2006,12,26,12,4),(2006,12,26,13,18),(2006,12,26,14,10),(2006,12,26,15,8),(2006,12,26,16,35),(2006,12,26,17,11),(2006,12,26,18,22),(2006,12,26,19,13),(2006,12,26,20,21),(2006,12,26,21,33),(2006,12,26,22,19),(2006,12,26,23,2),(2006,12,27,0,6),(2006,12,27,1,6),(2006,12,27,2,4),(2006,12,27,3,3),(2006,12,27,4,5),(2006,12,27,5,2),(2006,12,27,6,5),(2006,12,27,7,16),(2006,12,27,8,41),(2006,12,27,9,7),(2006,12,27,10,10),(2006,12,27,11,16),(2006,12,27,12,12),(2006,12,27,13,9),(2006,12,27,14,9),(2006,12,27,15,17),(2006,12,27,16,33),(2006,12,27,17,31),(2006,12,27,18,22),(2006,12,27,19,28),(2006,12,27,20,16),(2006,12,27,21,44),(2006,12,27,22,69),(2006,12,27,23,28),(2006,12,28,0,46),(2006,12,28,1,20),(2006,12,28,2,23),(2006,12,28,3,6),(2006,12,28,4,1),(2006,12,28,5,8),(2006,12,28,6,5),(2006,12,28,7,9),(2006,12,28,8,5),(2006,12,28,9,8),(2006,12,28,10,5),(2006,12,28,11,7),(2006,12,28,12,17),(2006,12,28,13,2),(2006,12,28,14,4),(2006,12,28,15,7),(2006,12,28,16,34),(2006,12,28,17,4),(2006,12,28,18,10),(2006,12,28,19,5),(2006,12,28,20,10),(2006,12,28,21,13),(2006,12,28,22,14),(2006,12,28,23,16),(2006,12,29,0,17),(2006,12,29,1,25),(2006,12,29,2,35),(2006,12,29,3,35),(2006,12,29,4,1),(2006,12,29,5,1),(2006,12,29,6,8),(2006,12,29,7,7),(2006,12,29,8,5),(2006,12,29,9,6),(2006,12,29,10,4),(2006,12,29,11,3),(2006,12,29,12,4),(2006,12,29,13,4),(2006,12,29,14,3),(2006,12,29,15,7),(2006,12,29,16,12),(2006,12,29,17,6),(2006,12,29,18,10),(2006,12,29,19,3),(2006,12,29,20,1),(2006,12,29,21,3),(2006,12,29,22,7),(2006,12,29,23,17),(2006,12,30,0,22),(2006,12,30,1,11),(2006,12,30,2,24),(2006,12,30,3,20),(2006,12,30,4,10),(2006,12,30,5,2),(2006,12,30,6,27),(2006,12,30,7,54),(2006,12,30,8,7),(2006,12,30,9,9),(2006,12,30,10,10),(2006,12,30,11,10),(2006,12,30,12,6),(2006,12,30,13,6),(2006,12,30,14,33),(2006,12,30,15,6),(2006,12,30,16,14),(2006,12,30,17,11),(2006,12,30,18,7),(2006,12,30,19,11),(2006,12,30,20,11),(2006,12,30,21,19),(2006,12,30,22,29),(2006,12,30,23,22),(2006,12,31,0,36),(2006,12,31,1,30),(2006,12,31,2,9),(2006,12,31,3,8),(2006,12,31,4,1),(2006,12,31,5,11),(2006,12,31,6,3),(2006,12,31,7,3),(2006,12,31,8,7),(2006,12,31,9,2),(2006,12,31,10,6),(2006,12,31,11,7),(2006,12,31,12,5),(2006,12,31,13,6),(2006,12,31,14,2),(2006,12,31,15,1),(2006,12,31,16,6),(2006,12,31,17,14),(2006,12,31,18,8),(2006,12,31,19,9),(2006,12,31,20,6),(2006,12,31,21,8),(2006,12,31,22,18),(2006,12,31,23,10),(2007,1,1,0,26),(2007,1,1,1,41),(2007,1,1,2,36),(2007,1,1,3,17),(2007,1,1,4,3),(2007,1,1,5,1),(2007,1,1,6,11),(2007,1,1,7,5),(2007,1,1,8,5),(2007,1,1,9,3),(2007,1,1,10,4),(2007,1,1,11,2),(2007,1,1,12,4),(2007,1,1,13,5),(2007,1,1,14,7),(2007,1,1,15,5),(2007,1,1,16,7),(2007,1,1,17,6),(2007,1,1,18,36),(2007,1,1,19,10),(2007,1,1,20,4),(2007,1,1,21,10),(2007,1,1,22,8),(2007,1,1,23,19),(2007,1,2,0,23),(2007,1,2,1,44),(2007,1,2,2,18),(2007,1,2,3,23),(2007,1,2,4,0),(2007,1,2,5,14),(2007,1,2,6,20),(2007,1,2,7,4),(2007,1,2,8,1),(2007,1,2,9,3),(2007,1,2,10,26),(2007,1,2,11,4),(2007,1,2,12,3),(2007,1,2,13,2),(2007,1,2,14,3),(2007,1,2,15,3),(2007,1,2,16,2),(2007,1,2,17,9),(2007,1,2,18,6),(2007,1,2,19,10),(2007,1,2,20,7),(2007,1,2,21,10),(2007,1,2,22,11),(2007,1,2,23,38),(2007,1,3,0,31),(2007,1,3,1,14),(2007,1,3,2,27),(2007,1,3,3,2),(2007,1,3,4,0),(2007,1,3,5,0),(2007,1,3,6,28),(2007,1,3,7,5),(2007,1,3,8,3),(2007,1,3,9,2),(2007,1,3,10,6),(2007,1,3,11,32),(2007,1,3,12,3),(2007,1,3,13,4),(2007,1,3,14,2),(2007,1,3,15,18),(2007,1,3,16,2),(2007,1,3,17,17),(2007,1,3,18,6),(2007,1,3,19,9),(2007,1,3,20,11),(2007,1,3,21,7),(2007,1,3,22,11),(2007,1,3,23,11),(2007,1,4,0,9),(2007,1,4,1,12),(2007,1,4,2,23),(2007,1,4,3,6),(2007,1,4,4,0),(2007,1,4,5,1),(2007,1,4,6,0),(2007,1,4,7,5),(2007,1,4,8,5),(2007,1,4,9,5),(2007,1,4,10,9),(2007,1,4,11,2),(2007,1,4,12,6),(2007,1,4,13,6),(2007,1,4,14,5),(2007,1,4,15,3),(2007,1,4,16,6),(2007,1,4,17,3),(2007,1,4,18,0),(2007,1,4,19,5),(2007,1,4,20,3),(2007,1,4,21,4),(2007,1,4,22,8),(2007,1,4,23,6),(2007,1,5,0,4),(2007,1,5,1,13),(2007,1,5,2,6),(2007,1,5,3,3),(2007,1,5,4,3),(2007,1,5,5,5),(2007,1,5,6,4),(2007,1,5,7,24),(2007,1,5,8,15),(2007,1,5,9,9),(2007,1,5,10,13),(2007,1,5,11,13),(2007,1,5,12,4),(2007,1,5,13,4),(2007,1,5,14,5),(2007,1,5,15,6),(2007,1,5,16,13),(2007,1,5,17,4),(2007,1,5,18,4),(2007,1,5,19,3),(2007,1,5,20,2),(2007,1,5,21,15),(2007,1,5,22,40),(2007,1,5,23,5),(2007,1,6,0,2),(2007,1,6,1,4),(2007,1,6,2,5),(2007,1,6,3,5),(2007,1,6,4,8),(2007,1,6,5,9),(2007,1,6,6,17),(2007,1,6,7,3),(2007,1,6,8,3),(2007,1,6,9,2),(2007,1,6,10,1),(2007,1,6,11,27),(2007,1,6,12,2),(2007,1,6,13,5),(2007,1,6,14,3),(2007,1,6,15,2),(2007,1,6,16,3),(2007,1,6,17,61),(2007,1,6,18,2),(2007,1,6,19,4),(2007,1,6,20,9),(2007,1,6,21,7),(2007,1,6,22,13),(2007,1,6,23,7),(2007,1,7,0,9),(2007,1,7,1,7),(2007,1,7,2,13),(2007,1,7,3,13),(2007,1,7,4,21),(2007,1,7,5,16),(2007,1,7,6,22),(2007,1,7,7,2),(2007,1,7,8,4),(2007,1,7,9,14),(2007,1,7,10,10),(2007,1,7,11,13),(2007,1,7,12,36),(2007,1,7,13,11),(2007,1,7,14,14),(2007,1,7,15,11),(2007,1,7,16,7),(2007,1,7,17,7),(2007,1,7,18,11),(2007,1,7,19,10),(2007,1,7,20,10),(2007,1,7,21,9),(2007,1,7,22,12),(2007,1,7,23,12),(2007,1,8,0,12),(2007,1,8,1,14),(2007,1,8,2,9),(2007,1,8,3,5),(2007,1,8,4,16),(2007,1,8,5,23),(2007,1,8,6,35),(2007,1,8,7,38),(2007,1,8,8,47),(2007,1,8,9,31),(2007,1,8,10,9),(2007,1,8,11,76),(2007,1,8,12,3),(2007,1,8,13,7),(2007,1,8,14,2),(2007,1,8,15,11),(2007,1,8,16,7),(2007,1,8,17,6),(2007,1,8,18,4),(2007,1,8,19,8),(2007,1,8,20,2),(2007,1,8,21,4),(2007,1,8,22,14),(2007,1,8,23,6),(2007,1,9,0,20),(2007,1,9,1,6),(2007,1,9,2,5),(2007,1,9,3,6),(2007,1,9,4,15),(2007,1,9,5,21),(2007,1,9,6,20),(2007,1,9,7,8),(2007,1,9,8,3),(2007,1,9,9,34),(2007,1,9,10,2),(2007,1,9,11,2),(2007,1,9,12,5),(2007,1,9,13,4),(2007,1,9,14,6),(2007,1,9,15,3),(2007,1,9,16,3),(2007,1,9,17,12),(2007,1,9,18,13),(2007,1,9,19,3),(2007,1,9,20,4),(2007,1,9,21,6),(2007,1,9,22,6),(2007,1,9,23,5),(2007,1,10,0,5),(2007,1,10,1,6),(2007,1,10,2,5),(2007,1,10,3,3),(2007,1,10,4,8),(2007,1,10,5,13),(2007,1,10,6,13),(2007,1,10,7,20),(2007,1,10,8,17),(2007,1,10,9,17),(2007,1,10,10,16),(2007,1,10,11,19),(2007,1,10,12,10),(2007,1,10,13,10),(2007,1,10,14,8),(2007,1,10,15,1),(2007,1,10,16,26),(2007,1,10,17,29),(2007,1,10,18,10),(2007,1,10,19,11),(2007,1,10,20,3),(2007,1,10,21,1),(2007,1,10,22,4),(2007,1,10,23,4),(2007,1,11,0,4),(2007,1,11,1,8),(2007,1,11,2,5),(2007,1,11,3,3),(2007,1,11,4,6),(2007,1,11,5,5),(2007,1,11,6,14),(2007,1,11,7,20),(2007,1,11,8,24),(2007,1,11,9,19),(2007,1,11,10,2),(2007,1,11,11,6),(2007,1,11,12,28),(2007,1,11,13,3),(2007,1,11,14,3),(2007,1,11,15,2),(2007,1,11,16,2),(2007,1,11,17,5),(2007,1,11,18,7),(2007,1,11,19,3),(2007,1,11,20,3),(2007,1,11,21,3),(2007,1,11,22,3),(2007,1,11,23,10),(2007,1,12,0,4),(2007,1,12,1,5),(2007,1,12,2,5),(2007,1,12,3,5),(2007,1,12,4,10),(2007,1,12,5,9),(2007,1,12,6,15),(2007,1,12,7,10),(2007,1,12,8,3),(2007,1,12,9,7),(2007,1,12,10,3),(2007,1,12,11,2),(2007,1,12,12,4),(2007,1,12,13,2),(2007,1,12,14,5),(2007,1,12,15,8),(2007,1,12,16,4),(2007,1,12,17,2),(2007,1,12,18,5),(2007,1,12,19,4),(2007,1,12,20,15),(2007,1,12,21,2),(2007,1,12,22,3),(2007,1,12,23,3),(2007,1,13,0,8),(2007,1,13,1,6),(2007,1,13,2,5),(2007,1,13,3,4),(2007,1,13,4,5),(2007,1,13,5,5),(2007,1,13,6,17),(2007,1,13,7,14),(2007,1,13,8,4),(2007,1,13,9,3),(2007,1,13,10,3),(2007,1,13,11,2),(2007,1,13,12,5),(2007,1,13,13,4),(2007,1,13,14,2),(2007,1,13,15,3),(2007,1,13,16,1),(2007,1,13,17,4),(2007,1,13,18,20),(2007,1,13,19,2),(2007,1,13,20,6),(2007,1,13,21,0),(2007,1,13,22,1),(2007,1,13,23,4),(2007,1,14,0,3),(2007,1,14,1,3),(2007,1,14,2,3),(2007,1,14,3,2),(2007,1,14,4,5),(2007,1,14,5,2),(2007,1,14,6,6),(2007,1,14,7,12),(2007,1,14,8,3),(2007,1,14,9,7),(2007,1,14,10,27),(2007,1,14,11,1),(2007,1,14,12,27),(2007,1,14,13,0),(2007,1,14,14,0),(2007,1,14,15,1),(2007,1,14,16,3),(2007,1,14,17,62),(2007,1,14,18,17),(2007,1,14,19,5),(2007,1,14,20,2),(2007,1,14,21,3),(2007,1,14,22,2),(2007,1,14,23,3),(2007,1,15,0,2),(2007,1,15,1,4),(2007,1,15,2,7),(2007,1,15,3,5),(2007,1,15,4,4),(2007,1,15,5,6),(2007,1,15,6,3),(2007,1,15,7,0),(2007,1,15,8,6),(2007,1,15,9,11),(2007,1,15,10,24),(2007,1,15,11,21),(2007,1,15,12,5),(2007,1,15,13,7),(2007,1,15,14,26),(2007,1,15,15,6),(2007,1,15,16,2),(2007,1,15,17,3),(2007,1,15,18,4),(2007,1,15,19,2),(2007,1,15,20,4),(2007,1,15,21,5),(2007,1,15,22,3),(2007,1,15,23,8),(2007,1,16,0,20),(2007,1,16,1,10),(2007,1,16,2,5),(2007,1,16,3,4),(2007,1,16,4,9),(2007,1,16,5,6),(2007,1,16,6,5),(2007,1,16,7,1),(2007,1,16,8,2),(2007,1,16,9,2),(2007,1,16,10,7),(2007,1,16,11,13),(2007,1,16,12,4),(2007,1,16,13,9),(2007,1,16,14,7),(2007,1,16,15,8),(2007,1,16,16,7),(2007,1,16,17,8),(2007,1,16,18,8),(2007,1,16,19,13),(2007,1,16,20,11),(2007,1,16,21,5),(2007,1,16,22,7),(2007,1,16,23,13),(2007,1,17,0,22),(2007,1,17,1,26),(2007,1,17,2,19),(2007,1,17,3,13),(2007,1,17,4,14),(2007,1,17,5,10),(2007,1,17,6,28),(2007,1,17,7,18),(2007,1,17,8,5),(2007,1,17,9,14),(2007,1,17,10,6),(2007,1,17,11,6),(2007,1,17,12,12),(2007,1,17,13,8),(2007,1,17,14,7),(2007,1,17,15,9),(2007,1,17,16,8),(2007,1,17,17,18),(2007,1,17,18,34),(2007,1,17,19,13),(2007,1,17,20,38),(2007,1,17,21,33),(2007,1,17,22,3),(2007,1,17,23,5),(2007,1,18,0,14),(2007,1,18,1,10),(2007,1,18,2,6),(2007,1,18,3,6),(2007,1,18,4,10),(2007,1,18,5,2),(2007,1,18,6,10),(2007,1,18,7,14),(2007,1,18,8,18),(2007,1,18,9,26),(2007,1,18,10,7),(2007,1,18,11,8),(2007,1,18,12,8),(2007,1,18,13,6),(2007,1,18,14,11),(2007,1,18,15,14),(2007,1,18,16,15),(2007,1,18,17,8),(2007,1,18,18,12),(2007,1,18,19,16),(2007,1,18,20,16),(2007,1,18,21,12),(2007,1,18,22,12),(2007,1,18,23,25),(2007,1,19,0,9),(2007,1,19,1,18),(2007,1,19,2,27),(2007,1,19,3,13),(2007,1,19,4,13),(2007,1,19,5,2),(2007,1,19,6,1),(2007,1,19,7,28),(2007,1,19,8,20),(2007,1,19,9,32),(2007,1,19,10,12),(2007,1,19,11,6),(2007,1,19,12,9),(2007,1,19,13,9),(2007,1,19,14,2),(2007,1,19,15,1),(2007,1,19,16,10),(2007,1,19,17,21),(2007,1,19,18,9),(2007,1,19,19,12),(2007,1,19,20,8),(2007,1,19,21,10),(2007,1,19,22,9),(2007,1,19,23,40),(2007,1,20,0,3),(2007,1,20,1,28),(2007,1,20,2,24),(2007,1,20,3,0),(2007,1,20,4,8),(2007,1,20,5,7),(2007,1,20,6,9),(2007,1,20,7,3),(2007,1,20,8,6),(2007,1,20,9,10),(2007,1,20,10,7),(2007,1,20,11,9),(2007,1,20,12,7),(2007,1,20,13,6),(2007,1,20,14,12),(2007,1,20,15,5),(2007,1,20,16,13),(2007,1,20,17,9),(2007,1,20,18,15),(2007,1,20,19,5),(2007,1,20,20,10),(2007,1,20,21,13),(2007,1,20,22,72),(2007,1,20,23,13),(2007,1,21,0,6),(2007,1,21,1,4),(2007,1,21,2,4),(2007,1,21,3,9),(2007,1,21,4,5),(2007,1,21,5,6),(2007,1,21,6,2),(2007,1,21,7,7),(2007,1,21,8,13),(2007,1,21,9,10),(2007,1,21,10,23),(2007,1,21,11,28),(2007,1,21,12,301),(2007,1,21,13,16),(2007,1,21,14,39),(2007,1,21,15,7),(2007,1,21,16,7),(2007,1,21,17,15),(2007,1,21,18,11),(2007,1,21,19,11),(2007,1,21,20,14),(2007,1,21,21,6),(2007,1,21,22,16),(2007,1,21,23,2),(2007,1,22,0,4),(2007,1,22,1,4),(2007,1,22,2,5),(2007,1,22,3,6),(2007,1,22,4,3),(2007,1,22,5,3),(2007,1,22,6,19),(2007,1,22,7,5),(2007,1,22,8,8),(2007,1,22,9,19),(2007,1,22,10,13),(2007,1,22,11,3),(2007,1,22,12,4),(2007,1,22,13,3),(2007,1,22,14,2),(2007,1,22,15,2),(2007,1,22,16,4),(2007,1,22,17,3),(2007,1,22,18,2),(2007,1,22,19,2),(2007,1,22,20,11),(2007,1,22,21,2),(2007,1,22,22,2),(2007,1,22,23,6),(2007,1,23,0,2),(2007,1,23,1,1),(2007,1,23,2,0),(2007,1,23,3,1),(2007,1,23,4,2),(2007,1,23,5,54),(2007,1,23,6,40),(2007,1,23,7,10),(2007,1,23,8,8),(2007,1,23,9,10),(2007,1,23,10,25),(2007,1,23,11,29),(2007,1,23,12,35),(2007,1,23,13,8),(2007,1,23,14,10),(2007,1,23,15,10),(2007,1,23,16,8),(2007,1,23,17,13),(2007,1,23,18,38),(2007,1,23,19,7),(2007,1,23,20,0),(2007,1,23,21,0),(2007,1,23,22,3),(2007,1,23,23,12),(2007,1,24,0,14),(2007,1,24,1,4),(2007,1,24,2,10),(2007,1,24,3,11),(2007,1,24,4,6),(2007,1,24,5,15),(2007,1,24,6,10),(2007,1,24,7,6),(2007,1,24,8,10),(2007,1,24,9,9),(2007,1,24,10,6),(2007,1,24,11,7),(2007,1,24,12,4),(2007,1,24,13,6),(2007,1,24,14,3),(2007,1,24,15,5),(2007,1,24,16,1),(2007,1,24,17,4),(2007,1,24,18,27),(2007,1,24,19,1),(2007,1,24,20,33),(2007,1,24,21,0),(2007,1,24,22,5),(2007,1,24,23,3),(2007,1,25,0,1),(2007,1,25,1,2),(2007,1,25,2,1),(2007,1,25,3,0),(2007,1,25,4,2),(2007,1,25,5,6),(2007,1,25,6,5),(2007,1,25,7,8),(2007,1,25,8,6),(2007,1,25,9,6),(2007,1,25,10,39),(2007,1,25,11,45),(2007,1,25,12,48),(2007,1,25,13,16),(2007,1,25,14,4),(2007,1,25,15,7),(2007,1,25,16,2),(2007,1,25,17,1),(2007,1,25,18,6),(2007,1,25,19,1),(2007,1,25,20,2),(2007,1,25,21,25),(2007,1,25,22,2),(2007,1,25,23,2),(2007,1,26,0,2),(2007,1,26,1,1),(2007,1,26,2,1),(2007,1,26,3,2),(2007,1,26,4,5),(2007,1,26,5,2),(2007,1,26,6,3),(2007,1,26,7,9),(2007,1,26,8,4),(2007,1,26,9,9),(2007,1,26,10,11),(2007,1,26,11,11),(2007,1,26,12,18),(2007,1,26,13,10),(2007,1,26,14,26),(2007,1,26,15,9),(2007,1,26,16,19),(2007,1,26,17,4),(2007,1,26,18,3),(2007,1,26,19,5),(2007,1,26,20,28),(2007,1,26,21,6),(2007,1,26,22,3),(2007,1,26,23,25),(2007,1,27,0,5),(2007,1,27,1,5),(2007,1,27,2,5),(2007,1,27,3,2),(2007,1,27,4,5),(2007,1,27,5,4),(2007,1,27,6,4),(2007,1,27,7,3),(2007,1,27,8,4),(2007,1,27,9,4),(2007,1,27,10,8),(2007,1,27,11,5),(2007,1,27,12,27),(2007,1,27,13,7),(2007,1,27,14,5),(2007,1,27,15,15),(2007,1,27,16,13),(2007,1,27,17,10),(2007,1,27,18,13),(2007,1,27,19,26),(2007,1,27,20,26),(2007,1,27,21,25),(2007,1,27,22,37),(2007,1,27,23,8),(2007,1,28,0,11),(2007,1,28,1,8),(2007,1,28,2,8),(2007,1,28,3,5),(2007,1,28,4,5),(2007,1,28,5,5),(2007,1,28,6,8),(2007,1,28,7,6),(2007,1,28,8,8),(2007,1,28,9,6),(2007,1,28,10,52),(2007,1,28,11,47),(2007,1,28,12,7),(2007,1,28,13,8),(2007,1,28,14,6),(2007,1,28,15,7),(2007,1,28,16,5),(2007,1,28,17,0),(2007,1,28,18,3),(2007,1,28,19,0),(2007,1,28,20,0),(2007,1,28,21,2),(2007,1,28,22,2),(2007,1,28,23,1),(2007,1,29,0,1),(2007,1,29,1,2),(2007,1,29,2,0),(2007,1,29,3,1),(2007,1,29,4,27),(2007,1,29,5,0),(2007,1,29,6,46),(2007,1,29,7,1),(2007,1,29,8,2),(2007,1,29,9,2),(2007,1,29,10,0),(2007,1,29,11,5),(2007,1,29,12,7),(2007,1,29,13,4),(2007,1,29,14,5),(2007,1,29,15,4),(2007,1,29,16,6),(2007,1,29,17,7),(2007,1,29,18,17),(2007,1,29,19,11),(2007,1,29,20,3),(2007,1,29,21,11),(2007,1,29,22,2),(2007,1,29,23,1),(2007,1,30,0,1),(2007,1,30,1,1),(2007,1,30,2,3),(2007,1,30,3,0),(2007,1,30,4,2),(2007,1,30,5,0),(2007,1,30,6,0),(2007,1,30,7,2),(2007,1,30,8,0),(2007,1,30,9,0),(2007,1,30,10,2),(2007,1,30,11,0),(2007,1,30,12,0),(2007,1,30,13,5),(2007,1,30,14,3),(2007,1,30,15,1),(2007,1,30,16,2),(2007,1,30,17,3),(2007,1,30,18,2),(2007,1,30,19,3),(2007,1,30,20,5),(2007,1,30,21,5),(2007,1,30,22,7),(2007,1,30,23,0),(2007,1,31,0,12),(2007,1,31,1,15),(2007,1,31,2,4),(2007,1,31,3,0),(2007,1,31,4,2),(2007,1,31,5,0),(2007,1,31,6,2),(2007,1,31,7,3),(2007,1,31,8,3),(2007,1,31,9,3),(2007,1,31,10,3),(2007,1,31,11,4),(2007,1,31,12,3),(2007,1,31,13,0),(2007,1,31,14,0),(2007,1,31,15,2),(2007,1,31,16,6),(2007,1,31,17,2),(2007,1,31,18,6),(2007,1,31,19,8),(2007,1,31,20,9),(2007,1,31,21,14),(2007,1,31,22,20),(2007,1,31,23,8),(2007,2,1,0,2),(2007,2,1,1,2),(2007,2,1,2,9),(2007,2,1,3,7),(2007,2,1,4,5),(2007,2,1,5,2),(2007,2,1,6,1),(2007,2,1,7,1),(2007,2,1,8,0),(2007,2,1,9,2),(2007,2,1,10,1),(2007,2,1,11,0),(2007,2,1,12,1),(2007,2,1,13,2),(2007,2,1,14,0),(2007,2,1,15,0),(2007,2,1,16,3),(2007,2,1,17,6),(2007,2,1,18,3),(2007,2,1,19,5),(2007,2,1,20,5),(2007,2,1,21,15),(2007,2,1,22,10),(2007,2,1,23,18),(2007,2,2,0,16),(2007,2,2,1,32),(2007,2,2,2,2),(2007,2,2,3,1),(2007,2,2,4,2),(2007,2,2,5,4),(2007,2,2,6,0),(2007,2,2,7,2),(2007,2,2,8,0),(2007,2,2,9,2),(2007,2,2,10,2),(2007,2,2,11,1),(2007,2,2,12,1),(2007,2,2,13,1),(2007,2,2,14,3),(2007,2,2,15,2),(2007,2,2,16,1),(2007,2,2,17,4),(2007,2,2,18,1),(2007,2,2,19,6),(2007,2,2,20,4),(2007,2,2,21,7),(2007,2,2,22,34),(2007,2,2,23,11),(2007,2,3,0,15),(2007,2,3,1,5),(2007,2,3,2,10),(2007,2,3,3,8),(2007,2,3,4,17),(2007,2,3,5,6),(2007,2,3,6,5),(2007,2,3,7,9),(2007,2,3,8,27),(2007,2,3,9,13),(2007,2,3,10,7),(2007,2,3,11,24),(2007,2,3,12,22),(2007,2,3,13,9),(2007,2,3,14,17),(2007,2,3,15,12),(2007,2,3,16,13),(2007,2,3,17,12),(2007,2,3,18,20),(2007,2,3,19,3),(2007,2,3,20,7),(2007,2,3,21,1),(2007,2,3,22,22),(2007,2,3,23,16),(2007,2,4,0,4),(2007,2,4,1,6),(2007,2,4,2,11),(2007,2,4,3,5),(2007,2,4,4,4),(2007,2,4,5,3),(2007,2,4,6,0),(2007,2,4,7,2),(2007,2,4,8,18),(2007,2,4,9,16),(2007,2,4,10,27),(2007,2,4,11,23),(2007,2,4,12,43),(2007,2,4,13,54),(2007,2,4,14,40),(2007,2,4,15,8),(2007,2,4,16,16),(2007,2,4,17,13),(2007,2,4,18,23),(2007,2,4,19,16),(2007,2,4,20,13),(2007,2,4,21,16),(2007,2,4,22,21),(2007,2,4,23,11),(2007,2,5,0,8),(2007,2,5,1,6),(2007,2,5,2,10),(2007,2,5,3,18),(2007,2,5,4,13),(2007,2,5,5,11),(2007,2,5,6,16),(2007,2,5,7,18),(2007,2,5,8,19),(2007,2,5,9,25),(2007,2,5,10,9),(2007,2,5,11,8),(2007,2,5,12,7),(2007,2,5,13,10),(2007,2,5,14,5),(2007,2,5,15,8),(2007,2,5,16,4),(2007,2,5,17,6),(2007,2,5,18,19),(2007,2,5,19,2),(2007,2,5,20,1),(2007,2,5,21,3),(2007,2,5,22,27),(2007,2,5,23,1),(2007,2,6,0,2),(2007,2,6,1,1),(2007,2,6,2,5),(2007,2,6,3,7),(2007,2,6,4,0),(2007,2,6,5,0),(2007,2,6,6,0),(2007,2,6,7,0),(2007,2,6,8,10),(2007,2,6,9,9),(2007,2,6,10,14),(2007,2,6,11,18),(2007,2,6,12,15),(2007,2,6,13,27),(2007,2,6,14,16),(2007,2,6,15,30),(2007,2,6,16,15),(2007,2,6,17,26),(2007,2,6,18,3),(2007,2,6,19,6),(2007,2,6,20,54),(2007,2,6,21,60),(2007,2,6,22,70),(2007,2,6,23,70),(2007,2,7,0,57),(2007,2,7,1,66),(2007,2,7,2,110),(2007,2,7,3,79),(2007,2,7,4,5),(2007,2,7,5,4),(2007,2,7,6,7),(2007,2,7,7,3),(2007,2,7,8,1),(2007,2,7,9,2),(2007,2,7,10,4),(2007,2,7,11,2),(2007,2,7,12,2),(2007,2,7,13,7),(2007,2,7,14,6),(2007,2,7,15,29),(2007,2,7,16,37),(2007,2,7,17,21),(2007,2,7,18,37),(2007,2,7,19,21),(2007,2,7,20,20),(2007,2,7,21,18),(2007,2,7,22,45),(2007,2,7,23,18),(2007,2,8,0,17),(2007,2,8,1,4),(2007,2,8,2,2),(2007,2,8,3,2),(2007,2,8,4,7),(2007,2,8,5,4),(2007,2,8,6,3),(2007,2,8,7,7),(2007,2,8,8,11),(2007,2,8,9,9),(2007,2,8,10,19),(2007,2,8,11,18),(2007,2,8,12,97),(2007,2,8,13,16),(2007,2,8,14,5),(2007,2,8,15,3),(2007,2,8,16,2),(2007,2,8,17,1),(2007,2,8,18,3),(2007,2,8,19,3),(2007,2,8,20,4),(2007,2,8,21,6),(2007,2,8,22,5),(2007,2,8,23,1),(2007,2,9,0,1),(2007,2,9,1,5),(2007,2,9,2,4),(2007,2,9,3,0),(2007,2,9,4,2),(2007,2,9,5,1),(2007,2,9,6,2),(2007,2,9,7,4),(2007,2,9,8,6),(2007,2,9,9,11),(2007,2,9,10,6),(2007,2,9,11,5),(2007,2,9,12,4),(2007,2,9,13,5),(2007,2,9,14,10),(2007,2,9,15,9),(2007,2,9,16,25),(2007,2,9,17,18),(2007,2,9,18,10),(2007,2,9,19,1),(2007,2,9,20,1),(2007,2,9,21,11),(2007,2,9,22,1),(2007,2,9,23,3),(2007,2,10,0,2),(2007,2,10,1,1),(2007,2,10,2,4),(2007,2,10,3,2),(2007,2,10,4,1),(2007,2,10,5,1),(2007,2,10,6,0),(2007,2,10,7,6),(2007,2,10,8,4),(2007,2,10,9,17),(2007,2,10,10,7),(2007,2,10,11,5),(2007,2,10,12,14),(2007,2,10,13,33),(2007,2,10,14,16),(2007,2,10,15,12),(2007,2,10,16,16),(2007,2,10,17,4),(2007,2,10,18,12),(2007,2,10,19,1),(2007,2,10,20,28),(2007,2,10,21,2),(2007,2,10,22,5),(2007,2,10,23,2),(2007,2,11,0,5),(2007,2,11,1,5),(2007,2,11,2,5),(2007,2,11,3,7),(2007,2,11,4,4),(2007,2,11,5,5),(2007,2,11,6,4),(2007,2,11,7,2),(2007,2,11,8,4),(2007,2,11,9,5),(2007,2,11,10,3),(2007,2,11,11,9),(2007,2,11,12,8),(2007,2,11,13,3),(2007,2,11,14,10),(2007,2,11,15,12),(2007,2,11,16,10),(2007,2,11,17,29),(2007,2,11,18,17),(2007,2,11,19,26),(2007,2,11,20,4),(2007,2,11,21,5),(2007,2,11,22,6),(2007,2,11,23,5),(2007,2,12,0,2),(2007,2,12,1,3),(2007,2,12,2,6),(2007,2,12,3,3),(2007,2,12,4,4),(2007,2,12,5,8),(2007,2,12,6,6),(2007,2,12,7,6),(2007,2,12,8,2),(2007,2,12,9,17),(2007,2,12,10,7),(2007,2,12,11,16),(2007,2,12,12,5),(2007,2,12,13,7),(2007,2,12,14,9),(2007,2,12,15,18),(2007,2,12,16,11),(2007,2,12,17,15),(2007,2,12,18,18),(2007,2,12,19,22),(2007,2,12,20,45),(2007,2,12,21,28),(2007,2,12,22,48),(2007,2,12,23,7),(2007,2,13,0,10),(2007,2,13,1,13),(2007,2,13,2,8),(2007,2,13,3,9),(2007,2,13,4,4),(2007,2,13,5,4),(2007,2,13,6,12),(2007,2,13,7,7),(2007,2,13,8,4),(2007,2,13,9,18),(2007,2,13,10,25),(2007,2,13,11,39),(2007,2,13,12,15),(2007,2,13,13,18),(2007,2,13,14,19),(2007,2,13,15,19),(2007,2,13,16,25),(2007,2,13,17,27),(2007,2,13,18,25),(2007,2,13,19,8),(2007,2,13,20,13),(2007,2,13,21,7),(2007,2,13,22,31),(2007,2,13,23,9),(2007,2,14,0,10),(2007,2,14,1,41),(2007,2,14,2,10),(2007,2,14,3,17),(2007,2,14,4,13),(2007,2,14,5,9),(2007,2,14,6,13),(2007,2,14,7,12),(2007,2,14,8,6),(2007,2,14,9,15),(2007,2,14,10,8),(2007,2,14,11,60),(2007,2,14,12,208),(2007,2,14,13,48),(2007,2,14,14,21),(2007,2,14,15,21),(2007,2,14,16,55),(2007,2,14,17,68),(2007,2,14,18,35),(2007,2,14,19,25),(2007,2,14,20,49),(2007,2,14,21,56),(2007,2,14,22,32),(2007,2,14,23,29),(2007,2,15,0,25),(2007,2,15,1,21),(2007,2,15,2,40),(2007,2,15,3,57),(2007,2,15,4,72),(2007,2,15,5,31),(2007,2,15,6,2),(2007,2,15,7,5),(2007,2,15,8,4),(2007,2,15,9,1),(2007,2,15,10,5),(2007,2,15,11,3),(2007,2,15,12,0),(2007,2,15,13,3),(2007,2,15,14,6),(2007,2,15,15,4),(2007,2,15,16,7),(2007,2,15,17,4),(2007,2,15,18,10),(2007,2,15,19,11),(2007,2,15,20,18),(2007,2,15,21,19),(2007,2,15,22,17),(2007,2,15,23,30),(2007,2,16,0,8),(2007,2,16,1,7),(2007,2,16,2,6),(2007,2,16,3,6),(2007,2,16,4,8),(2007,2,16,5,4),(2007,2,16,6,3),(2007,2,16,7,4),(2007,2,16,8,2),(2007,2,16,9,1),(2007,2,16,10,1),(2007,2,16,11,2),(2007,2,16,12,4),(2007,2,16,13,0),(2007,2,16,14,7),(2007,2,16,15,11),(2007,2,16,16,3),(2007,2,16,17,16),(2007,2,16,18,8),(2007,2,16,19,9),(2007,2,16,20,6),(2007,2,16,21,29),(2007,2,16,22,16),(2007,2,16,23,10),(2007,2,17,0,10),(2007,2,17,1,4),(2007,2,17,2,4),(2007,2,17,3,3),(2007,2,17,4,2),(2007,2,17,5,2),(2007,2,17,6,4),(2007,2,17,7,3),(2007,2,17,8,31),(2007,2,17,9,15),(2007,2,17,10,6),(2007,2,17,11,4),(2007,2,17,12,4),(2007,2,17,13,6),(2007,2,17,14,14),(2007,2,17,15,3),(2007,2,17,16,4),(2007,2,17,17,12),(2007,2,17,18,8),(2007,2,17,19,11),(2007,2,17,20,52),(2007,2,17,21,14),(2007,2,17,22,21),(2007,2,17,23,33),(2007,2,18,0,17),(2007,2,18,1,4),(2007,2,18,2,6),(2007,2,18,3,7),(2007,2,18,4,3),(2007,2,18,5,1),(2007,2,18,6,2),(2007,2,18,7,1),(2007,2,18,8,1),(2007,2,18,9,1),(2007,2,18,10,3),(2007,2,18,11,1),(2007,2,18,12,5),(2007,2,18,13,26),(2007,2,18,14,2),(2007,2,18,15,5),(2007,2,18,16,9),(2007,2,18,17,12),(2007,2,18,18,7),(2007,2,18,19,39),(2007,2,18,20,23),(2007,2,18,21,23),(2007,2,18,22,36),(2007,2,18,23,1),(2007,2,19,0,2),(2007,2,19,1,1),(2007,2,19,2,3),(2007,2,19,3,5),(2007,2,19,4,6),(2007,2,19,5,3),(2007,2,19,6,3),(2007,2,19,7,10),(2007,2,19,8,6),(2007,2,19,9,4),(2007,2,19,10,11),(2007,2,19,11,4),(2007,2,19,12,9),(2007,2,19,13,5),(2007,2,19,14,8),(2007,2,19,15,3),(2007,2,19,16,13),(2007,2,19,17,10),(2007,2,19,18,11),(2007,2,19,19,22),(2007,2,19,20,0),(2007,2,19,21,31),(2007,2,19,22,0),(2007,2,19,23,3),(2007,2,20,0,5),(2007,2,20,1,4),(2007,2,20,2,6),(2007,2,20,3,9),(2007,2,20,4,9),(2007,2,20,5,8),(2007,2,20,6,10),(2007,2,20,7,13),(2007,2,20,8,14),(2007,2,20,9,12),(2007,2,20,10,3),(2007,2,20,11,26),(2007,2,20,12,12),(2007,2,20,13,28),(2007,2,20,14,22),(2007,2,20,15,22),(2007,2,20,16,32),(2007,2,20,17,13),(2007,2,20,18,4),(2007,2,20,19,8),(2007,2,20,20,3),(2007,2,20,21,2),(2007,2,20,22,1),(2007,2,20,23,1),(2007,2,21,0,1),(2007,2,21,1,4),(2007,2,21,2,3),(2007,2,21,3,23),(2007,2,21,4,72),(2007,2,21,5,5),(2007,2,21,6,2),(2007,2,21,7,11),(2007,2,21,8,8),(2007,2,21,9,20),(2007,2,21,10,24),(2007,2,21,11,26),(2007,2,21,12,33),(2007,2,21,13,28),(2007,2,21,14,30),(2007,2,21,15,85),(2007,2,21,16,18),(2007,2,21,17,23),(2007,2,21,18,19),(2007,2,21,19,19),(2007,2,21,20,27),(2007,2,21,21,1),(2007,2,21,22,8),(2007,2,21,23,5),(2007,2,22,0,4),(2007,2,22,1,4),(2007,2,22,2,6),(2007,2,22,3,1),(2007,2,22,4,1),(2007,2,22,5,0),(2007,2,22,6,0),(2007,2,22,7,7),(2007,2,22,8,3),(2007,2,22,9,0),(2007,2,22,10,14),(2007,2,22,11,4),(2007,2,22,12,2),(2007,2,22,13,5),(2007,2,22,14,8),(2007,2,22,15,8),(2007,2,22,16,11),(2007,2,22,17,14),(2007,2,22,18,23),(2007,2,22,19,29),(2007,2,22,20,19),(2007,2,22,21,2),(2007,2,22,22,2),(2007,2,22,23,3),(2007,2,23,0,3),(2007,2,23,1,3),(2007,2,23,2,5),(2007,2,23,3,2),(2007,2,23,4,1),(2007,2,23,5,2),(2007,2,23,6,3),(2007,2,23,7,3),(2007,2,23,8,3),(2007,2,23,9,2),(2007,2,23,10,1),(2007,2,23,11,0),(2007,2,23,12,6),(2007,2,23,13,3),(2007,2,23,14,5),(2007,2,23,15,8),(2007,2,23,16,13),(2007,2,23,17,8),(2007,2,23,18,33),(2007,2,23,19,31),(2007,2,23,20,51),(2007,2,23,21,12),(2007,2,23,22,26),(2007,2,23,23,12),(2007,2,24,0,14),(2007,2,24,1,21),(2007,2,24,2,10),(2007,2,24,3,11),(2007,2,24,4,17),(2007,2,24,5,10),(2007,2,24,6,15),(2007,2,24,7,11),(2007,2,24,8,12),(2007,2,24,9,12),(2007,2,24,10,10),(2007,2,24,11,14),(2007,2,24,12,11),(2007,2,24,13,7),(2007,2,24,14,14),(2007,2,24,15,17),(2007,2,24,16,22),(2007,2,24,17,13),(2007,2,24,18,49),(2007,2,24,19,12),(2007,2,24,20,14),(2007,2,24,21,15),(2007,2,24,22,15),(2007,2,24,23,9),(2007,2,25,0,13),(2007,2,25,1,17),(2007,2,25,2,17),(2007,2,25,3,24),(2007,2,25,4,19),(2007,2,25,5,24),(2007,2,25,6,25),(2007,2,25,7,36),(2007,2,25,8,36),(2007,2,25,9,51),(2007,2,25,10,71),(2007,2,25,11,45),(2007,2,25,12,21),(2007,2,25,13,69),(2007,2,25,14,95),(2007,2,25,15,83),(2007,2,25,16,49),(2007,2,25,17,89),(2007,2,25,18,94),(2007,2,25,19,64),(2007,2,25,20,44),(2007,2,25,21,56),(2007,2,25,22,55),(2007,2,25,23,40),(2007,2,26,0,48),(2007,2,26,1,48),(2007,2,26,2,30),(2007,2,26,3,1),(2007,2,26,4,0),(2007,2,26,5,0),(2007,2,26,6,1),(2007,2,26,7,0),(2007,2,26,8,0),(2007,2,26,9,9),(2007,2,26,10,8),(2007,2,26,11,4),(2007,2,26,12,6),(2007,2,26,13,23),(2007,2,26,14,12),(2007,2,26,15,8),(2007,2,26,16,15),(2007,2,26,17,9),(2007,2,26,18,14),(2007,2,26,19,34),(2007,2,26,20,42),(2007,2,26,21,28),(2007,2,26,22,4),(2007,2,26,23,7),(2007,2,27,0,10),(2007,2,27,1,8),(2007,2,27,2,2),(2007,2,27,3,5),(2007,2,27,4,2),(2007,2,27,5,2),(2007,2,27,6,1),(2007,2,27,7,1),(2007,2,27,8,5),(2007,2,27,9,14),(2007,2,27,10,25),(2007,2,27,11,1),(2007,2,27,12,3),(2007,2,27,13,48),(2007,2,27,14,6),(2007,2,27,15,11),(2007,2,27,16,2),(2007,2,27,17,4),(2007,2,27,18,3),(2007,2,27,19,31),(2007,2,27,20,9),(2007,2,27,21,1),(2007,2,27,22,5),(2007,2,27,23,0),(2007,2,28,0,0),(2007,2,28,1,3),(2007,2,28,2,2),(2007,2,28,3,1),(2007,2,28,4,7),(2007,2,28,5,2),(2007,2,28,6,3),(2007,2,28,7,8),(2007,2,28,8,11),(2007,2,28,9,6),(2007,2,28,10,28),(2007,2,28,11,24),(2007,2,28,12,31),(2007,2,28,13,5),(2007,2,28,14,6),(2007,2,28,15,2),(2007,2,28,16,2),(2007,2,28,17,1),(2007,2,28,18,0),(2007,2,28,19,4),(2007,2,28,20,0),(2007,2,28,21,2),(2007,2,28,22,7),(2007,2,28,23,2),(2007,3,1,0,1),(2007,3,1,1,0),(2007,3,1,2,0),(2007,3,1,3,2),(2007,3,1,4,2),(2007,3,1,5,0),(2007,3,1,6,5),(2007,3,1,7,0),(2007,3,1,8,0),(2007,3,1,9,2),(2007,3,1,10,3),(2007,3,1,11,3),(2007,3,1,12,0),(2007,3,1,13,12),(2007,3,1,14,6),(2007,3,1,15,1),(2007,3,1,16,2),(2007,3,1,17,3),(2007,3,1,18,0),(2007,3,1,19,4),(2007,3,1,20,3),(2007,3,1,21,5),(2007,3,1,22,8),(2007,3,1,23,7),(2007,3,2,0,10),(2007,3,2,1,24),(2007,3,2,2,27),(2007,3,2,3,38),(2007,3,2,4,48),(2007,3,2,5,56),(2007,3,2,6,15),(2007,3,2,7,4),(2007,3,2,8,5),(2007,3,2,9,4),(2007,3,2,10,6),(2007,3,2,11,2),(2007,3,2,12,1),(2007,3,2,13,1),(2007,3,2,14,0),(2007,3,2,15,1),(2007,3,2,16,2),(2007,3,2,17,9),(2007,3,2,18,8),(2007,3,2,19,8),(2007,3,2,20,0),(2007,3,2,21,0),(2007,3,2,22,5),(2007,3,2,23,11),(2007,3,3,0,7),(2007,3,3,1,10),(2007,3,3,2,7),(2007,3,3,3,6),(2007,3,3,4,18),(2007,3,3,5,22),(2007,3,3,6,28),(2007,3,3,7,51),(2007,3,3,8,23),(2007,3,3,9,20),(2007,3,3,10,20),(2007,3,3,11,15),(2007,3,3,12,18),(2007,3,3,13,12),(2007,3,3,14,10),(2007,3,3,15,12),(2007,3,3,16,13),(2007,3,3,17,13),(2007,3,3,18,10),(2007,3,3,19,8),(2007,3,3,20,10),(2007,3,3,21,27),(2007,3,3,22,17),(2007,3,3,23,0),(2007,3,4,0,4),(2007,3,4,1,2),(2007,3,4,2,8),(2007,3,4,3,13),(2007,3,4,4,3),(2007,3,4,5,1),(2007,3,4,6,7),(2007,3,4,7,9),(2007,3,4,8,18),(2007,3,4,9,19),(2007,3,4,10,17),(2007,3,4,11,56),(2007,3,4,12,62),(2007,3,4,13,50),(2007,3,4,14,43),(2007,3,4,15,54),(2007,3,4,16,42),(2007,3,4,17,15),(2007,3,4,18,39),(2007,3,4,19,40),(2007,3,4,20,37),(2007,3,4,21,8),(2007,3,4,22,5),(2007,3,4,23,3),(2007,3,5,0,13),(2007,3,5,1,7),(2007,3,5,2,28),(2007,3,5,3,9),(2007,3,5,4,12),(2007,3,5,5,20),(2007,3,5,6,20),(2007,3,5,7,17),(2007,3,5,8,18),(2007,3,5,9,15),(2007,3,5,10,16),(2007,3,5,11,32),(2007,3,5,12,20),(2007,3,5,13,22),(2007,3,5,14,47),(2007,3,5,15,28),(2007,3,5,16,20),(2007,3,5,17,36),(2007,3,5,18,24),(2007,3,5,19,22),(2007,3,5,20,32),(2007,3,5,21,4),(2007,3,5,22,3),(2007,3,5,23,3),(2007,3,6,0,18),(2007,3,6,1,3),(2007,3,6,2,7),(2007,3,6,3,15),(2007,3,6,4,11),(2007,3,6,5,17),(2007,3,6,6,10),(2007,3,6,7,19),(2007,3,6,8,3),(2007,3,6,9,14),(2007,3,6,10,16),(2007,3,6,11,21),(2007,3,6,12,13),(2007,3,6,13,14),(2007,3,6,14,21),(2007,3,6,15,13),(2007,3,6,16,18),(2007,3,6,17,2),(2007,3,6,18,9),(2007,3,6,19,9),(2007,3,6,20,11),(2007,3,6,21,4),(2007,3,6,22,5),(2007,3,6,23,22),(2007,3,7,0,13),(2007,3,7,1,38),(2007,3,7,2,16),(2007,3,7,3,4),(2007,3,7,4,8),(2007,3,7,5,11),(2007,3,7,6,8),(2007,3,7,7,17),(2007,3,7,8,10),(2007,3,7,9,7),(2007,3,7,10,22),(2007,3,7,11,12),(2007,3,7,12,9),(2007,3,7,13,9),(2007,3,7,14,11),(2007,3,7,15,4),(2007,3,7,16,14),(2007,3,7,17,11),(2007,3,7,18,74),(2007,3,7,19,39),(2007,3,7,20,0),(2007,3,7,21,3),(2007,3,7,22,5),(2007,3,7,23,4),(2007,3,8,0,1),(2007,3,8,1,2),(2007,3,8,2,0),(2007,3,8,3,0),(2007,3,8,4,2),(2007,3,8,5,3),(2007,3,8,6,3),(2007,3,8,7,10),(2007,3,8,8,20),(2007,3,8,9,16),(2007,3,8,10,18),(2007,3,8,11,22),(2007,3,8,12,24),(2007,3,8,13,38),(2007,3,8,14,31),(2007,3,8,15,14),(2007,3,8,16,28),(2007,3,8,17,13),(2007,3,8,18,9),(2007,3,8,19,1),(2007,3,8,20,2),(2007,3,8,21,1),(2007,3,8,22,4),(2007,3,8,23,0),(2007,3,9,0,5),(2007,3,9,1,2),(2007,3,9,2,7),(2007,3,9,3,5),(2007,3,9,4,4),(2007,3,9,5,17),(2007,3,9,6,16),(2007,3,9,7,10),(2007,3,9,8,24),(2007,3,9,9,24),(2007,3,9,10,12),(2007,3,9,11,33),(2007,3,9,12,35),(2007,3,9,13,48),(2007,3,9,14,103),(2007,3,9,15,100),(2007,3,9,16,83),(2007,3,9,17,100),(2007,3,9,18,72),(2007,3,9,19,85),(2007,3,9,20,77),(2007,3,9,21,82),(2007,3,9,22,76),(2007,3,9,23,77),(2007,3,10,0,67),(2007,3,10,1,68),(2007,3,10,2,64),(2007,3,10,3,76),(2007,3,10,4,71),(2007,3,10,5,86),(2007,3,10,6,91),(2007,3,10,7,88),(2007,3,10,8,102),(2007,3,10,9,106),(2007,3,10,10,78),(2007,3,10,11,78),(2007,3,10,12,83),(2007,3,10,13,90),(2007,3,10,14,83),(2007,3,10,15,96),(2007,3,10,16,86),(2007,3,10,17,80),(2007,3,10,18,74),(2007,3,10,19,61),(2007,3,10,20,52),(2007,3,10,21,61),(2007,3,10,22,64),(2007,3,10,23,77),(2007,3,11,0,63),(2007,3,11,1,69),(2007,3,11,2,71),(2007,3,11,3,74),(2007,3,11,4,77),(2007,3,11,5,82),(2007,3,11,6,84),(2007,3,11,7,81),(2007,3,11,8,87),(2007,3,11,9,94),(2007,3,11,10,90),(2007,3,11,11,97),(2007,3,11,12,84),(2007,3,11,13,72),(2007,3,11,14,81),(2007,3,11,15,78),(2007,3,11,16,91),(2007,3,11,17,72),(2007,3,11,18,81),(2007,3,11,19,75),(2007,3,11,20,76),(2007,3,11,21,70),(2007,3,11,22,71),(2007,3,11,23,76),(2007,3,12,0,79),(2007,3,12,1,60),(2007,3,12,2,62),(2007,3,12,3,68),(2007,3,12,4,79),(2007,3,12,5,81),(2007,3,12,6,88),(2007,3,12,7,80),(2007,3,12,8,57),(2007,3,12,9,36),(2007,3,12,10,35),(2007,3,12,11,55),(2007,3,12,12,23),(2007,3,12,13,49),(2007,3,12,14,77),(2007,3,12,15,84),(2007,3,12,16,98),(2007,3,12,17,62),(2007,3,12,18,60),(2007,3,12,19,62),(2007,3,12,20,57),(2007,3,12,21,63),(2007,3,12,22,60),(2007,3,12,23,58),(2007,3,13,0,71),(2007,3,13,1,64),(2007,3,13,2,63),(2007,3,13,3,72),(2007,3,13,4,70),(2007,3,13,5,90),(2007,3,13,6,73),(2007,3,13,7,79),(2007,3,13,8,97),(2007,3,13,9,82),(2007,3,13,10,78),(2007,3,13,11,83),(2007,3,13,12,81),(2007,3,13,13,75),(2007,3,13,14,75),(2007,3,13,15,76),(2007,3,13,16,66),(2007,3,13,17,65),(2007,3,13,18,72),(2007,3,13,19,69),(2007,3,13,20,70),(2007,3,13,21,72),(2007,3,13,22,68),(2007,3,13,23,71),(2007,3,14,0,69),(2007,3,14,1,67),(2007,3,14,2,72),(2007,3,14,3,64),(2007,3,14,4,80),(2007,3,14,5,61),(2007,3,14,6,78),(2007,3,14,7,102),(2007,3,14,8,96),(2007,3,14,9,98),(2007,3,14,10,94),(2007,3,14,11,132),(2007,3,14,12,75),(2007,3,14,13,75),(2007,3,14,14,60),(2007,3,14,15,65),(2007,3,14,16,86),(2007,3,14,17,88),(2007,3,14,18,71),(2007,3,14,19,73),(2007,3,14,20,69),(2007,3,14,21,66),(2007,3,14,22,76),(2007,3,14,23,74),(2007,3,15,0,72),(2007,3,15,1,78),(2007,3,15,2,67),(2007,3,15,3,61),(2007,3,15,4,87),(2007,3,15,5,119),(2007,3,15,6,82),(2007,3,15,7,69),(2007,3,15,8,38),(2007,3,15,9,13),(2007,3,15,10,12),(2007,3,15,11,19),(2007,3,15,12,31),(2007,3,15,13,27),(2007,3,15,14,36),(2007,3,15,15,44),(2007,3,15,16,50),(2007,3,15,17,18),(2007,3,15,18,3),(2007,3,15,19,2),(2007,3,15,20,13),(2007,3,15,21,13),(2007,3,15,22,6),(2007,3,15,23,12),(2007,3,16,0,11),(2007,3,16,1,9),(2007,3,16,2,2),(2007,3,16,3,11),(2007,3,16,4,24),(2007,3,16,5,9),(2007,3,16,6,19),(2007,3,16,7,18),(2007,3,16,8,14),(2007,3,16,9,7),(2007,3,16,10,24),(2007,3,16,11,5),(2007,3,16,12,0),(2007,3,16,13,3),(2007,3,16,14,2),(2007,3,16,15,7),(2007,3,16,16,39),(2007,3,16,17,1),(2007,3,16,18,1),(2007,3,16,19,26),(2007,3,16,20,1),(2007,3,16,21,1),(2007,3,16,22,29),(2007,3,16,23,69),(2007,3,17,0,19),(2007,3,17,1,7),(2007,3,17,2,1),(2007,3,17,3,5),(2007,3,17,4,7),(2007,3,17,5,11),(2007,3,17,6,28),(2007,3,17,7,21),(2007,3,17,8,28),(2007,3,17,9,41),(2007,3,17,10,25),(2007,3,17,11,15),(2007,3,17,12,30),(2007,3,17,13,42),(2007,3,17,14,112),(2007,3,17,15,165),(2007,3,17,16,15),(2007,3,17,17,10),(2007,3,17,18,7),(2007,3,17,19,1),(2007,3,17,20,0),(2007,3,17,21,21),(2007,3,17,22,63),(2007,3,17,23,2),(2007,3,18,0,1),(2007,3,18,1,2),(2007,3,18,2,0),(2007,3,18,3,1),(2007,3,18,4,3),(2007,3,18,5,6),(2007,3,18,6,6),(2007,3,18,7,5),(2007,3,18,8,17),(2007,3,18,9,7),(2007,3,18,10,10),(2007,3,18,11,15),(2007,3,18,12,2),(2007,3,18,13,2),(2007,3,18,14,2),(2007,3,18,15,0),(2007,3,18,16,4),(2007,3,18,17,1),(2007,3,18,18,0),(2007,3,18,19,2),(2007,3,18,20,3),(2007,3,18,21,0),(2007,3,18,22,1),(2007,3,18,23,1),(2007,3,19,0,6),(2007,3,19,1,6),(2007,3,19,2,2),(2007,3,19,3,9),(2007,3,19,4,12),(2007,3,19,5,1),(2007,3,19,6,15),(2007,3,19,7,28),(2007,3,19,8,22),(2007,3,19,9,4),(2007,3,19,10,0),(2007,3,19,11,4),(2007,3,19,12,4),(2007,3,19,13,1),(2007,3,19,14,25),(2007,3,19,15,2),(2007,3,19,16,2),(2007,3,19,17,3),(2007,3,19,18,5),(2007,3,19,19,23),(2007,3,19,20,4),(2007,3,19,21,2),(2007,3,19,22,2),(2007,3,19,23,2),(2007,3,20,0,2),(2007,3,20,1,6),(2007,3,20,2,1),(2007,3,20,3,1),(2007,3,20,4,6),(2007,3,20,5,5),(2007,3,20,6,6),(2007,3,20,7,11),(2007,3,20,8,15),(2007,3,20,9,16),(2007,3,20,10,48),(2007,3,20,11,45),(2007,3,20,12,12),(2007,3,20,13,4),(2007,3,20,14,4),(2007,3,20,15,9),(2007,3,20,16,5),(2007,3,20,17,7),(2007,3,20,18,5),(2007,3,20,19,5),(2007,3,20,20,9),(2007,3,20,21,0),(2007,3,20,22,2),(2007,3,20,23,1),(2007,3,21,0,3),(2007,3,21,1,4),(2007,3,21,2,9),(2007,3,21,3,13),(2007,3,21,4,10),(2007,3,21,5,12),(2007,3,21,6,14),(2007,3,21,7,7),(2007,3,21,8,21),(2007,3,21,9,15),(2007,3,21,10,11),(2007,3,21,11,9),(2007,3,21,12,11),(2007,3,21,13,11),(2007,3,21,14,11),(2007,3,21,15,40),(2007,3,21,16,13),(2007,3,21,17,5),(2007,3,21,18,17),(2007,3,21,19,13),(2007,3,21,20,9),(2007,3,21,21,5),(2007,3,21,22,10),(2007,3,21,23,8),(2007,3,22,0,4),(2007,3,22,1,8),(2007,3,22,2,4),(2007,3,22,3,9),(2007,3,22,4,29),(2007,3,22,5,6),(2007,3,22,6,6),(2007,3,22,7,23),(2007,3,22,8,5),(2007,3,22,9,17),(2007,3,22,10,17),(2007,3,22,11,54),(2007,3,22,12,52),(2007,3,22,13,47),(2007,3,22,14,32),(2007,3,22,15,51),(2007,3,22,16,14),(2007,3,22,17,7),(2007,3,22,18,39),(2007,3,22,19,1),(2007,3,22,20,1),(2007,3,22,21,1),(2007,3,22,22,20),(2007,3,22,23,0),(2007,3,23,0,10),(2007,3,23,1,16),(2007,3,23,2,10),(2007,3,23,3,17),(2007,3,23,4,65),(2007,3,23,5,83),(2007,3,23,6,41),(2007,3,23,7,55),(2007,3,23,8,63),(2007,3,23,9,60),(2007,3,23,10,114),(2007,3,23,11,76),(2007,3,23,12,81),(2007,3,23,13,92),(2007,3,23,14,87),(2007,3,23,15,96),(2007,3,23,16,140),(2007,3,23,17,234),(2007,3,23,18,147),(2007,3,23,19,145),(2007,3,23,20,166),(2007,3,23,21,114),(2007,3,23,22,43),(2007,3,23,23,57),(2007,3,24,0,51),(2007,3,24,1,54),(2007,3,24,2,67),(2007,3,24,3,76),(2007,3,24,4,87),(2007,3,24,5,97),(2007,3,24,6,127),(2007,3,24,7,140),(2007,3,24,8,169),(2007,3,24,9,193),(2007,3,24,10,253),(2007,3,24,11,7),(2007,3,24,12,9),(2007,3,24,13,13),(2007,3,24,14,8),(2007,3,24,15,2),(2007,3,24,16,6),(2007,3,24,17,5),(2007,3,24,18,19),(2007,3,24,19,9),(2007,3,24,20,8),(2007,3,24,21,15),(2007,3,24,22,11),(2007,3,24,23,12),(2007,3,25,0,8),(2007,3,25,1,20),(2007,3,25,2,0),(2007,3,25,3,4),(2007,3,25,4,5),(2007,3,25,5,2),(2007,3,25,6,5),(2007,3,25,7,5),(2007,3,25,8,4),(2007,3,25,9,10),(2007,3,25,10,14),(2007,3,25,11,17),(2007,3,25,12,21),(2007,3,25,13,2),(2007,3,25,14,2),(2007,3,25,15,6),(2007,3,25,16,2),(2007,3,25,17,2),(2007,3,25,18,0),(2007,3,25,19,51),(2007,3,25,20,0),(2007,3,25,21,27),(2007,3,25,22,2),(2007,3,25,23,1),(2007,3,26,0,4),(2007,3,26,1,3),(2007,3,26,2,3),(2007,3,26,3,4),(2007,3,26,4,2),(2007,3,26,5,6),(2007,3,26,6,9),(2007,3,26,7,9),(2007,3,26,8,12),(2007,3,26,9,11),(2007,3,26,10,34),(2007,3,26,11,6),(2007,3,26,12,0),(2007,3,26,13,2),(2007,3,26,14,5),(2007,3,26,15,1),(2007,3,26,16,0),(2007,3,26,17,2),(2007,3,26,18,3),(2007,3,26,19,3),(2007,3,26,20,5),(2007,3,26,21,13),(2007,3,26,22,4),(2007,3,26,23,3),(2007,3,27,0,11),(2007,3,27,1,10),(2007,3,27,2,10),(2007,3,27,3,12),(2007,3,27,4,3),(2007,3,27,5,7),(2007,3,27,6,3),(2007,3,27,7,6),(2007,3,27,8,13),(2007,3,27,9,4),(2007,3,27,10,8),(2007,3,27,11,11),(2007,3,27,12,3),(2007,3,27,13,7),(2007,3,27,14,8),(2007,3,27,15,7),(2007,3,27,16,3),(2007,3,27,17,6),(2007,3,27,18,11),(2007,3,27,19,17),(2007,3,27,20,20),(2007,3,27,21,9),(2007,3,27,22,8),(2007,3,27,23,6),(2007,3,28,0,14),(2007,3,28,1,6),(2007,3,28,2,11),(2007,3,28,3,13),(2007,3,28,4,13),(2007,3,28,5,13),(2007,3,28,6,19),(2007,3,28,7,15),(2007,3,28,8,25),(2007,3,28,9,38),(2007,3,28,10,46),(2007,3,28,11,41),(2007,3,28,12,76),(2007,3,28,13,8),(2007,3,28,14,8),(2007,3,28,15,2),(2007,3,28,16,3),(2007,3,28,17,5),(2007,3,28,18,4),(2007,3,28,19,14),(2007,3,28,20,7),(2007,3,28,21,9),(2007,3,28,22,12),(2007,3,28,23,12),(2007,3,29,0,13),(2007,3,29,1,31),(2007,3,29,2,55),(2007,3,29,3,16),(2007,3,29,4,4),(2007,3,29,5,13),(2007,3,29,6,4),(2007,3,29,7,10),(2007,3,29,8,9),(2007,3,29,9,10),(2007,3,29,10,9),(2007,3,29,11,11),(2007,3,29,12,11),(2007,3,29,13,8),(2007,3,29,14,6),(2007,3,29,15,4),(2007,3,29,16,5),(2007,3,29,17,5),(2007,3,29,18,15),(2007,3,29,19,12),(2007,3,29,20,13),(2007,3,29,21,21),(2007,3,29,22,42),(2007,3,29,23,19),(2007,3,30,0,14),(2007,3,30,1,16),(2007,3,30,2,14),(2007,3,30,3,28),(2007,3,30,4,22),(2007,3,30,5,40),(2007,3,30,6,63),(2007,3,30,7,30),(2007,3,30,8,15),(2007,3,30,9,11),(2007,3,30,10,2),(2007,3,30,11,8),(2007,3,30,12,10),(2007,3,30,13,16),(2007,3,30,14,11),(2007,3,30,15,19),(2007,3,30,16,24),(2007,3,30,17,33),(2007,3,30,18,38),(2007,3,30,19,42),(2007,3,30,20,25),(2007,3,30,21,17),(2007,3,30,22,32),(2007,3,30,23,32),(2007,3,31,0,19),(2007,3,31,1,25),(2007,3,31,2,33),(2007,3,31,3,28),(2007,3,31,4,11),(2007,3,31,5,12),(2007,3,31,6,13),(2007,3,31,7,16),(2007,3,31,8,32),(2007,3,31,9,22),(2007,3,31,10,20),(2007,3,31,11,17),(2007,3,31,12,20),(2007,3,31,13,21),(2007,3,31,14,28),(2007,3,31,15,23),(2007,3,31,16,25),(2007,3,31,17,28),(2007,3,31,18,18),(2007,3,31,19,33),(2007,3,31,20,38),(2007,3,31,21,38),(2007,3,31,22,32),(2007,3,31,23,40),(2007,4,1,0,40),(2007,4,1,1,45),(2007,4,1,2,44),(2007,4,1,3,48),(2007,4,1,4,62),(2007,4,1,5,45),(2007,4,1,6,40),(2007,4,1,7,17),(2007,4,1,8,12),(2007,4,1,9,6),(2007,4,1,10,11),(2007,4,1,11,21),(2007,4,1,12,50),(2007,4,1,13,47),(2007,4,1,14,59),(2007,4,1,15,59),(2007,4,1,16,61),(2007,4,1,17,17),(2007,4,1,18,59),(2007,4,1,19,29),(2007,4,1,20,46),(2007,4,1,21,75),(2007,4,1,22,75),(2007,4,1,23,56),(2007,4,2,0,13),(2007,4,2,1,21),(2007,4,2,2,25),(2007,4,2,3,21),(2007,4,2,4,26),(2007,4,2,5,1),(2007,4,2,6,8),(2007,4,2,7,2),(2007,4,2,8,3),(2007,4,2,9,1),(2007,4,2,10,10),(2007,4,2,11,1),(2007,4,2,12,2),(2007,4,2,13,1),(2007,4,2,14,1),(2007,4,2,15,31),(2007,4,2,16,24),(2007,4,2,17,33),(2007,4,2,18,79),(2007,4,2,19,354),(2007,4,2,20,346),(2007,4,2,21,5),(2007,4,2,22,9),(2007,4,2,23,36),(2007,4,3,0,10),(2007,4,3,1,6),(2007,4,3,2,5),(2007,4,3,3,10),(2007,4,3,4,14),(2007,4,3,5,9),(2007,4,3,6,15),(2007,4,3,7,44),(2007,4,3,8,28),(2007,4,3,9,2),(2007,4,3,10,1),(2007,4,3,11,2),(2007,4,3,12,1),(2007,4,3,13,4),(2007,4,3,14,1),(2007,4,3,15,1),(2007,4,3,16,11),(2007,4,3,17,9),(2007,4,3,18,13),(2007,4,3,19,7),(2007,4,3,20,14),(2007,4,3,21,11),(2007,4,3,22,60),(2007,4,3,23,7),(2007,4,4,0,7),(2007,4,4,1,6),(2007,4,4,2,10),(2007,4,4,3,11),(2007,4,4,4,13),(2007,4,4,5,25),(2007,4,4,6,3),(2007,4,4,7,36),(2007,4,4,8,23),(2007,4,4,9,24),(2007,4,4,10,1),(2007,4,4,11,2),(2007,4,4,12,4),(2007,4,4,13,2),(2007,4,4,14,3),(2007,4,4,15,4),(2007,4,4,16,3),(2007,4,4,17,4),(2007,4,4,18,3),(2007,4,4,19,0),(2007,4,4,20,5),(2007,4,4,21,59),(2007,4,4,22,2),(2007,4,4,23,5),(2007,4,5,0,3),(2007,4,5,1,22),(2007,4,5,2,11),(2007,4,5,3,20),(2007,4,5,4,21),(2007,4,5,5,21),(2007,4,5,6,20),(2007,4,5,7,19),(2007,4,5,8,11),(2007,4,5,9,12),(2007,4,5,10,10),(2007,4,5,11,18),(2007,4,5,12,11),(2007,4,5,13,7),(2007,4,5,14,4),(2007,4,5,15,5),(2007,4,5,16,9),(2007,4,5,17,6),(2007,4,5,18,14),(2007,4,5,19,3),(2007,4,5,20,6),(2007,4,5,21,13),(2007,4,5,22,8),(2007,4,5,23,14),(2007,4,6,0,9),(2007,4,6,1,9),(2007,4,6,2,5),(2007,4,6,3,12),(2007,4,6,4,12),(2007,4,6,5,6),(2007,4,6,6,10),(2007,4,6,7,10),(2007,4,6,8,45),(2007,4,6,9,24),(2007,4,6,10,28),(2007,4,6,11,25),(2007,4,6,12,37),(2007,4,6,13,10),(2007,4,6,14,5),(2007,4,6,15,9),(2007,4,6,16,23),(2007,4,6,17,56),(2007,4,6,18,13),(2007,4,6,19,21),(2007,4,6,20,19),(2007,4,6,21,5),(2007,4,6,22,2),(2007,4,6,23,17),(2007,4,7,0,18),(2007,4,7,1,10),(2007,4,7,2,6),(2007,4,7,3,19),(2007,4,7,4,23),(2007,4,7,5,21),(2007,4,7,6,17),(2007,4,7,7,25),(2007,4,7,8,27),(2007,4,7,9,24),(2007,4,7,10,36),(2007,4,7,11,21),(2007,4,7,12,34),(2007,4,7,13,38),(2007,4,7,14,35),(2007,4,7,15,19),(2007,4,7,16,9),(2007,4,7,17,4),(2007,4,7,18,13),(2007,4,7,19,22),(2007,4,7,20,26),(2007,4,7,21,23),(2007,4,7,22,20),(2007,4,7,23,48),(2007,4,8,0,17),(2007,4,8,1,26),(2007,4,8,2,29),(2007,4,8,3,22),(2007,4,8,4,29),(2007,4,8,5,30),(2007,4,8,6,46),(2007,4,8,7,50),(2007,4,8,8,49),(2007,4,8,9,79),(2007,4,8,10,104),(2007,4,8,11,86),(2007,4,8,12,108),(2007,4,8,13,79),(2007,4,8,14,12),(2007,4,8,15,5),(2007,4,8,16,12),(2007,4,8,17,6),(2007,4,8,18,41),(2007,4,8,19,12),(2007,4,8,20,9),(2007,4,8,21,7),(2007,4,8,22,8),(2007,4,8,23,21),(2007,4,9,0,18),(2007,4,9,1,8),(2007,4,9,2,11),(2007,4,9,3,11),(2007,4,9,4,5),(2007,4,9,5,10),(2007,4,9,6,6),(2007,4,9,7,13),(2007,4,9,8,17),(2007,4,9,9,68),(2007,4,9,10,17),(2007,4,9,11,27),(2007,4,9,12,25),(2007,4,9,13,17),(2007,4,9,14,10),(2007,4,9,15,8),(2007,4,9,16,6),(2007,4,9,17,6),(2007,4,9,18,6),(2007,4,9,19,7),(2007,4,9,20,10),(2007,4,9,21,6),(2007,4,9,22,67),(2007,4,9,23,23),(2007,4,10,0,7),(2007,4,10,1,17),(2007,4,10,2,7),(2007,4,10,3,5),(2007,4,10,4,4),(2007,4,10,5,7),(2007,4,10,6,6),(2007,4,10,7,5),(2007,4,10,8,26),(2007,4,10,9,20),(2007,4,10,10,8),(2007,4,10,11,70),(2007,4,10,12,22),(2007,4,10,13,6),(2007,4,10,14,0),(2007,4,10,15,0),(2007,4,10,16,6),(2007,4,10,17,0),(2007,4,10,18,1),(2007,4,10,19,0),(2007,4,10,20,2),(2007,4,10,21,5),(2007,4,10,22,1),(2007,4,10,23,1),(2007,4,11,0,4),(2007,4,11,1,6),(2007,4,11,2,5),(2007,4,11,3,7),(2007,4,11,4,7),(2007,4,11,5,17),(2007,4,11,6,33),(2007,4,11,7,13),(2007,4,11,8,2),(2007,4,11,9,10),(2007,4,11,10,87),(2007,4,11,11,47),(2007,4,11,12,21),(2007,4,11,13,10),(2007,4,11,14,20),(2007,4,11,15,33),(2007,4,11,16,16),(2007,4,11,17,11),(2007,4,11,18,3),(2007,4,11,19,32),(2007,4,11,20,56),(2007,4,11,21,17),(2007,4,11,22,11),(2007,4,11,23,7),(2007,4,12,0,3),(2007,4,12,1,0),(2007,4,12,2,1),(2007,4,12,3,6),(2007,4,12,4,1),(2007,4,12,5,8),(2007,4,12,6,8),(2007,4,12,7,4),(2007,4,12,8,3),(2007,4,12,9,5),(2007,4,12,10,8),(2007,4,12,11,6),(2007,4,12,12,6),(2007,4,12,13,2),(2007,4,12,14,22),(2007,4,12,15,5),(2007,4,12,16,8),(2007,4,12,17,10),(2007,4,12,18,8),(2007,4,12,19,19),(2007,4,12,20,14),(2007,4,12,21,8),(2007,4,12,22,15),(2007,4,12,23,4),(2007,4,13,0,9),(2007,4,13,1,12),(2007,4,13,2,13),(2007,4,13,3,21),(2007,4,13,4,5),(2007,4,13,5,3),(2007,4,13,6,2),(2007,4,13,7,2),(2007,4,13,8,8),(2007,4,13,9,11),(2007,4,13,10,11),(2007,4,13,11,7),(2007,4,13,12,6),(2007,4,13,13,14),(2007,4,13,14,9),(2007,4,13,15,15),(2007,4,13,16,7),(2007,4,13,17,8),(2007,4,13,18,13),(2007,4,13,19,16),(2007,4,13,20,15),(2007,4,13,21,6),(2007,4,13,22,21),(2007,4,13,23,10),(2007,4,14,0,2),(2007,4,14,1,6),(2007,4,14,2,1),(2007,4,14,3,4),(2007,4,14,4,2),(2007,4,14,5,1),(2007,4,14,6,8),(2007,4,14,7,8),(2007,4,14,8,4),(2007,4,14,9,7),(2007,4,14,10,10),(2007,4,14,11,19),(2007,4,14,12,28),(2007,4,14,13,19),(2007,4,14,14,11),(2007,4,14,15,1),(2007,4,14,16,11),(2007,4,14,17,8),(2007,4,14,18,15),(2007,4,14,19,13),(2007,4,14,20,13),(2007,4,14,21,11),(2007,4,14,22,28),(2007,4,14,23,11),(2007,4,15,0,32),(2007,4,15,1,25),(2007,4,15,2,9),(2007,4,15,3,28),(2007,4,15,4,16),(2007,4,15,5,49),(2007,4,15,6,36),(2007,4,15,7,65),(2007,4,15,8,9),(2007,4,15,9,6),(2007,4,15,10,10),(2007,4,15,11,5),(2007,4,15,12,13),(2007,4,15,13,7),(2007,4,15,14,6),(2007,4,15,15,11),(2007,4,15,16,2),(2007,4,15,17,8),(2007,4,15,18,5),(2007,4,15,19,6),(2007,4,15,20,10),(2007,4,15,21,1),(2007,4,15,22,5),(2007,4,15,23,9),(2007,4,16,0,22),(2007,4,16,1,15),(2007,4,16,2,3),(2007,4,16,3,8),(2007,4,16,4,18),(2007,4,16,5,34),(2007,4,16,6,5),(2007,4,16,7,6),(2007,4,16,8,12),(2007,4,16,9,4),(2007,4,16,10,6),(2007,4,16,11,12),(2007,4,16,12,8),(2007,4,16,13,4),(2007,4,16,14,2),(2007,4,16,15,11),(2007,4,16,16,28),(2007,4,16,17,28),(2007,4,16,18,17),(2007,4,16,19,13),(2007,4,16,20,22),(2007,4,16,21,22),(2007,4,16,22,13),(2007,4,16,23,16),(2007,4,17,0,14),(2007,4,17,1,14),(2007,4,17,2,14),(2007,4,17,3,14),(2007,4,17,4,16),(2007,4,17,5,13),(2007,4,17,6,7),(2007,4,17,7,17),(2007,4,17,8,8),(2007,4,17,9,9),(2007,4,17,10,8),(2007,4,17,11,49),(2007,4,17,12,52),(2007,4,17,13,103),(2007,4,17,14,77),(2007,4,17,15,59),(2007,4,17,16,91),(2007,4,17,17,77),(2007,4,17,18,69),(2007,4,17,19,53),(2007,4,17,20,88),(2007,4,17,21,47),(2007,4,17,22,35),(2007,4,17,23,34),(2007,4,18,0,29),(2007,4,18,1,38),(2007,4,18,2,11),(2007,4,18,3,3),(2007,4,18,4,3),(2007,4,18,5,2),(2007,4,18,6,0),(2007,4,18,7,5),(2007,4,18,8,0),(2007,4,18,9,0),(2007,4,18,10,1),(2007,4,18,11,1),(2007,4,18,12,0),(2007,4,18,13,3),(2007,4,18,14,17),(2007,4,18,15,74),(2007,4,18,16,6),(2007,4,18,17,8),(2007,4,18,18,12),(2007,4,18,19,6),(2007,4,18,20,45),(2007,4,18,21,96),(2007,4,18,22,28),(2007,4,18,23,30),(2007,4,19,0,34),(2007,4,19,1,36),(2007,4,19,2,22),(2007,4,19,3,25),(2007,4,19,4,33),(2007,4,19,5,29),(2007,4,19,6,28),(2007,4,19,7,51),(2007,4,19,8,7),(2007,4,19,9,11),(2007,4,19,10,13),(2007,4,19,11,106),(2007,4,19,12,64),(2007,4,19,13,29),(2007,4,19,14,13),(2007,4,19,15,16),(2007,4,19,16,77),(2007,4,19,17,156),(2007,4,19,18,91),(2007,4,19,19,182),(2007,4,19,20,5),(2007,4,19,21,10),(2007,4,19,22,1),(2007,4,19,23,6),(2007,4,20,0,7),(2007,4,20,1,1),(2007,4,20,2,2),(2007,4,20,3,0),(2007,4,20,4,1),(2007,4,20,5,13),(2007,4,20,6,1),(2007,4,20,7,2),(2007,4,20,8,7),(2007,4,20,9,10),(2007,4,20,10,28),(2007,4,20,11,20),(2007,4,20,12,32),(2007,4,20,13,26),(2007,4,20,14,1),(2007,4,20,15,3),(2007,4,20,16,6),(2007,4,20,17,4),(2007,4,20,18,8),(2007,4,20,19,6),(2007,4,20,20,10),(2007,4,20,21,0),(2007,4,20,22,6),(2007,4,20,23,1),(2007,4,21,0,3),(2007,4,21,1,2),(2007,4,21,2,1),(2007,4,21,3,2),(2007,4,21,4,3),(2007,4,21,5,7),(2007,4,21,6,9),(2007,4,21,7,6),(2007,4,21,8,2),(2007,4,21,9,19),(2007,4,21,10,9),(2007,4,21,11,3),(2007,4,21,12,3),(2007,4,21,13,2),(2007,4,21,14,2),(2007,4,21,15,4),(2007,4,21,16,4),(2007,4,21,17,1),(2007,4,21,18,6),(2007,4,21,19,3),(2007,4,21,20,1),(2007,4,21,21,1),(2007,4,21,22,1),(2007,4,21,23,1),(2007,4,22,0,0),(2007,4,22,1,4),(2007,4,22,2,5),(2007,4,22,3,8),(2007,4,22,4,6),(2007,4,22,5,17),(2007,4,22,6,13),(2007,4,22,7,5),(2007,4,22,8,40),(2007,4,22,9,4),(2007,4,22,10,3),(2007,4,22,11,3),(2007,4,22,12,3),(2007,4,22,13,1),(2007,4,22,14,3),(2007,4,22,15,6),(2007,4,22,16,2),(2007,4,22,17,1),(2007,4,22,18,1),(2007,4,22,19,0),(2007,4,22,20,0),(2007,4,22,21,1),(2007,4,22,22,4),(2007,4,22,23,5),(2007,4,23,0,2),(2007,4,23,1,12),(2007,4,23,2,7),(2007,4,23,3,18),(2007,4,23,4,18),(2007,4,23,5,57),(2007,4,23,6,58),(2007,4,23,7,37),(2007,4,23,8,6),(2007,4,23,9,6),(2007,4,23,10,182),(2007,4,23,11,11),(2007,4,23,12,4),(2007,4,23,13,9),(2007,4,23,14,7),(2007,4,23,15,7),(2007,4,23,16,9),(2007,4,23,17,40),(2007,4,23,18,2),(2007,4,23,19,7),(2007,4,23,20,22),(2007,4,23,21,13),(2007,4,23,22,26),(2007,4,23,23,20),(2007,4,24,0,45),(2007,4,24,1,61),(2007,4,24,2,92),(2007,4,24,3,110),(2007,4,24,4,115),(2007,4,24,5,113),(2007,4,24,6,105),(2007,4,24,7,96),(2007,4,24,8,94),(2007,4,24,9,103),(2007,4,24,10,115),(2007,4,24,11,112),(2007,4,24,12,87),(2007,4,24,13,8),(2007,4,24,14,23),(2007,4,24,15,12),(2007,4,24,16,17),(2007,4,24,17,124),(2007,4,24,18,136),(2007,4,24,19,146),(2007,4,24,20,101),(2007,4,24,21,114),(2007,4,24,22,109),(2007,4,24,23,117),(2007,4,25,0,96),(2007,4,25,1,123),(2007,4,25,2,107),(2007,4,25,3,120),(2007,4,25,4,141),(2007,4,25,5,158),(2007,4,25,6,184),(2007,4,25,7,190),(2007,4,25,8,87),(2007,4,25,9,94),(2007,4,25,10,82),(2007,4,25,11,39),(2007,4,25,12,33),(2007,4,25,13,59),(2007,4,25,14,71),(2007,4,25,15,55),(2007,4,25,16,36),(2007,4,25,17,29),(2007,4,25,18,46),(2007,4,25,19,23),(2007,4,25,20,23),(2007,4,25,21,10),(2007,4,25,22,5),(2007,4,25,23,78),(2007,4,26,0,9),(2007,4,26,1,4),(2007,4,26,2,5),(2007,4,26,3,19),(2007,4,26,4,9),(2007,4,26,5,12),(2007,4,26,6,18),(2007,4,26,7,27),(2007,4,26,8,15),(2007,4,26,9,11),(2007,4,26,10,17),(2007,4,26,11,19),(2007,4,26,12,17),(2007,4,26,13,14),(2007,4,26,14,19),(2007,4,26,15,37),(2007,4,26,16,23),(2007,4,26,17,17),(2007,4,26,18,14),(2007,4,26,19,73),(2007,4,26,20,78),(2007,4,26,21,7),(2007,4,26,22,12),(2007,4,26,23,16),(2007,4,27,0,6),(2007,4,27,1,5),(2007,4,27,2,7),(2007,4,27,3,9),(2007,4,27,4,4),(2007,4,27,5,6),(2007,4,27,6,4),(2007,4,27,7,5),(2007,4,27,8,17),(2007,4,27,9,25),(2007,4,27,10,3),(2007,4,27,11,1),(2007,4,27,12,4),(2007,4,27,13,6),(2007,4,27,14,13),(2007,4,27,15,22),(2007,4,27,16,24),(2007,4,27,17,33),(2007,4,27,18,17),(2007,4,27,19,18),(2007,4,27,20,12),(2007,4,27,21,7),(2007,4,27,22,17),(2007,4,27,23,9),(2007,4,28,0,30),(2007,4,28,1,3),(2007,4,28,2,34),(2007,4,28,3,17),(2007,4,28,4,10),(2007,4,28,5,8),(2007,4,28,6,10),(2007,4,28,7,5),(2007,4,28,8,10),(2007,4,28,9,6),(2007,4,28,10,11),(2007,4,28,11,2),(2007,4,28,12,15),(2007,4,28,13,10),(2007,4,28,14,6),(2007,4,28,15,56),(2007,4,28,16,28),(2007,4,28,17,2),(2007,4,28,18,11),(2007,4,28,19,7),(2007,4,28,20,5),(2007,4,28,21,4),(2007,4,28,22,10),(2007,4,28,23,6),(2007,4,29,0,6),(2007,4,29,1,15),(2007,4,29,2,12),(2007,4,29,3,17),(2007,4,29,4,15),(2007,4,29,5,12),(2007,4,29,6,5),(2007,4,29,7,6),(2007,4,29,8,1),(2007,4,29,9,5),(2007,4,29,10,12),(2007,4,29,11,10),(2007,4,29,12,16),(2007,4,29,13,3),(2007,4,29,14,49),(2007,4,29,15,15),(2007,4,29,16,13),(2007,4,29,17,16),(2007,4,29,18,12),(2007,4,29,19,8),(2007,4,29,20,10),(2007,4,29,21,8),(2007,4,29,22,4),(2007,4,29,23,11),(2007,4,30,0,8),(2007,4,30,1,7),(2007,4,30,2,2),(2007,4,30,3,5),(2007,4,30,4,3),(2007,4,30,5,1),(2007,4,30,6,8),(2007,4,30,7,12),(2007,4,30,8,16),(2007,4,30,9,24),(2007,4,30,10,22),(2007,4,30,11,4),(2007,4,30,12,58),(2007,4,30,13,6),(2007,4,30,14,6),(2007,4,30,15,4),(2007,4,30,16,5),(2007,4,30,17,4),(2007,4,30,18,13),(2007,4,30,19,5),(2007,4,30,20,2),(2007,4,30,21,5),(2007,4,30,22,4),(2007,4,30,23,3),(2007,5,1,0,2),(2007,5,1,1,2),(2007,5,1,2,2),(2007,5,1,3,1),(2007,5,1,4,6),(2007,5,1,5,5),(2007,5,1,6,10),(2007,5,1,7,14),(2007,5,1,8,29),(2007,5,1,9,6),(2007,5,1,10,25),(2007,5,1,11,60),(2007,5,1,12,15),(2007,5,1,13,16),(2007,5,1,14,2),(2007,5,1,15,12),(2007,5,1,16,8),(2007,5,1,17,10),(2007,5,1,18,7),(2007,5,1,19,7),(2007,5,1,20,1),(2007,5,1,21,3),(2007,5,1,22,5),(2007,5,1,23,4),(2007,5,2,0,4),(2007,5,2,1,10),(2007,5,2,2,3),(2007,5,2,3,3),(2007,5,2,4,28),(2007,5,2,5,22),(2007,5,2,6,77),(2007,5,2,7,52),(2007,5,2,8,53),(2007,5,2,9,77),(2007,5,2,10,20),(2007,5,2,11,16),(2007,5,2,12,8),(2007,5,2,13,23),(2007,5,2,14,11),(2007,5,2,15,12),(2007,5,2,16,8),(2007,5,2,17,10),(2007,5,2,18,4),(2007,5,2,19,8),(2007,5,2,20,11),(2007,5,2,21,4),(2007,5,2,22,3),(2007,5,2,23,12),(2007,5,3,0,11),(2007,5,3,1,20),(2007,5,3,2,29),(2007,5,3,3,41),(2007,5,3,4,29),(2007,5,3,5,65),(2007,5,3,6,38),(2007,5,3,7,14),(2007,5,3,8,12),(2007,5,3,9,13),(2007,5,3,10,27),(2007,5,3,11,35),(2007,5,3,12,48),(2007,5,3,13,24),(2007,5,3,14,7),(2007,5,3,15,2),(2007,5,3,16,10),(2007,5,3,17,1),(2007,5,3,18,0),(2007,5,3,19,4),(2007,5,3,20,1),(2007,5,3,21,5),(2007,5,3,22,8),(2007,5,3,23,11),(2007,5,4,0,4),(2007,5,4,1,6),(2007,5,4,2,7),(2007,5,4,3,8),(2007,5,4,4,24),(2007,5,4,5,49),(2007,5,4,6,18),(2007,5,4,7,18),(2007,5,4,8,45),(2007,5,4,9,19),(2007,5,4,10,50),(2007,5,4,11,54),(2007,5,4,12,9),(2007,5,4,13,16),(2007,5,4,14,17),(2007,5,4,15,14),(2007,5,4,16,38),(2007,5,4,17,30),(2007,5,4,18,21),(2007,5,4,19,39),(2007,5,4,20,27),(2007,5,4,21,38),(2007,5,4,22,24),(2007,5,4,23,30),(2007,5,5,0,28),(2007,5,5,1,43),(2007,5,5,2,54),(2007,5,5,3,23),(2007,5,5,4,52),(2007,5,5,5,11),(2007,5,5,6,9),(2007,5,5,7,22),(2007,5,5,8,8),(2007,5,5,9,13),(2007,5,5,10,6),(2007,5,5,11,21),(2007,5,5,12,17),(2007,5,5,13,18),(2007,5,5,14,15),(2007,5,5,15,21),(2007,5,5,16,34),(2007,5,5,17,21),(2007,5,5,18,9),(2007,5,5,19,2),(2007,5,5,20,8),(2007,5,5,21,7),(2007,5,5,22,10),(2007,5,5,23,13),(2007,5,6,0,46),(2007,5,6,1,21),(2007,5,6,2,2),(2007,5,6,3,8),(2007,5,6,4,5),(2007,5,6,5,4),(2007,5,6,6,2),(2007,5,6,7,2),(2007,5,6,8,3),(2007,5,6,9,3),(2007,5,6,10,3),(2007,5,6,11,2),(2007,5,6,12,1),(2007,5,6,13,0),(2007,5,6,14,4),(2007,5,6,15,12),(2007,5,6,16,4),(2007,5,6,17,5),(2007,5,6,18,6),(2007,5,6,19,15),(2007,5,6,20,28),(2007,5,6,21,26),(2007,5,6,22,4),(2007,5,6,23,5),(2007,5,7,0,2),(2007,5,7,1,3),(2007,5,7,2,6),(2007,5,7,3,0),(2007,5,7,4,3),(2007,5,7,5,4),(2007,5,7,6,1),(2007,5,7,7,1),(2007,5,7,8,1),(2007,5,7,9,1),(2007,5,7,10,0),(2007,5,7,11,2),(2007,5,7,12,2),(2007,5,7,13,0),(2007,5,7,14,3),(2007,5,7,15,0),(2007,5,7,16,0),(2007,5,7,17,1),(2007,5,7,18,4),(2007,5,7,19,3),(2007,5,7,20,5),(2007,5,7,21,106),(2007,5,7,22,48),(2007,5,7,23,46),(2007,5,8,0,30),(2007,5,8,1,55),(2007,5,8,2,33),(2007,5,8,3,30),(2007,5,8,4,17),(2007,5,8,5,13),(2007,5,8,6,16),(2007,5,8,7,39),(2007,5,8,8,43),(2007,5,8,9,38),(2007,5,8,10,19),(2007,5,8,11,17),(2007,5,8,12,8),(2007,5,8,13,21),(2007,5,8,14,49),(2007,5,8,15,6),(2007,5,8,16,9),(2007,5,8,17,2),(2007,5,8,18,18),(2007,5,8,19,45),(2007,5,8,20,56),(2007,5,8,21,43),(2007,5,8,22,49),(2007,5,8,23,49),(2007,5,9,0,52),(2007,5,9,1,47),(2007,5,9,2,57),(2007,5,9,3,41),(2007,5,9,4,36),(2007,5,9,5,33),(2007,5,9,6,23),(2007,5,9,7,33),(2007,5,9,8,18),(2007,5,9,9,34),(2007,5,9,10,41),(2007,5,9,11,14),(2007,5,9,12,10),(2007,5,9,13,20),(2007,5,9,14,39),(2007,5,9,15,10),(2007,5,9,16,9),(2007,5,9,17,12),(2007,5,9,18,20),(2007,5,9,19,43),(2007,5,9,20,55),(2007,5,9,21,40),(2007,5,9,22,83),(2007,5,9,23,51),(2007,5,10,0,57),(2007,5,10,1,14),(2007,5,10,2,6),(2007,5,10,3,5),(2007,5,10,4,5),(2007,5,10,5,5),(2007,5,10,6,5),(2007,5,10,7,12),(2007,5,10,8,120),(2007,5,10,9,205),(2007,5,10,10,17),(2007,5,10,11,23),(2007,5,10,12,71),(2007,5,10,13,13),(2007,5,10,14,15),(2007,5,10,15,37),(2007,5,10,16,11),(2007,5,10,17,7),(2007,5,10,18,7),(2007,5,10,19,11),(2007,5,10,20,5),(2007,5,10,21,11),(2007,5,10,22,4),(2007,5,10,23,4),(2007,5,11,0,6),(2007,5,11,1,10),(2007,5,11,2,5),(2007,5,11,3,5),(2007,5,11,4,7),(2007,5,11,5,10),(2007,5,11,6,3),(2007,5,11,7,0),(2007,5,11,8,2),(2007,5,11,9,4),(2007,5,11,10,5),(2007,5,11,11,9),(2007,5,11,12,21),(2007,5,11,13,7),(2007,5,11,14,15),(2007,5,11,15,11),(2007,5,11,16,3),(2007,5,11,17,10),(2007,5,11,18,12),(2007,5,11,19,14),(2007,5,11,20,9),(2007,5,11,21,9),(2007,5,11,22,26),(2007,5,11,23,36),(2007,5,12,0,6),(2007,5,12,1,11),(2007,5,12,2,6),(2007,5,12,3,29),(2007,5,12,4,40),(2007,5,12,5,13),(2007,5,12,6,14),(2007,5,12,7,13),(2007,5,12,8,14),(2007,5,12,9,24),(2007,5,12,10,9),(2007,5,12,11,16),(2007,5,12,12,11),(2007,5,12,13,14),(2007,5,12,14,13),(2007,5,12,15,8),(2007,5,12,16,7),(2007,5,12,17,10),(2007,5,12,18,13),(2007,5,12,19,14),(2007,5,12,20,18),(2007,5,12,21,14),(2007,5,12,22,20),(2007,5,12,23,17),(2007,5,13,0,24),(2007,5,13,1,26),(2007,5,13,2,28),(2007,5,13,3,58),(2007,5,13,4,87),(2007,5,13,5,90),(2007,5,13,6,133),(2007,5,13,7,153),(2007,5,13,8,2),(2007,5,13,9,32),(2007,5,13,10,19),(2007,5,13,11,4),(2007,5,13,12,3),(2007,5,13,13,11),(2007,5,13,14,6),(2007,5,13,15,3),(2007,5,13,16,15),(2007,5,13,17,1),(2007,5,13,18,5),(2007,5,13,19,20),(2007,5,13,20,6),(2007,5,13,21,13),(2007,5,13,22,8),(2007,5,13,23,4),(2007,5,14,0,2),(2007,5,14,1,5),(2007,5,14,2,4),(2007,5,14,3,4),(2007,5,14,4,6),(2007,5,14,5,3),(2007,5,14,6,2),(2007,5,14,7,2),(2007,5,14,8,5),(2007,5,14,9,8),(2007,5,14,10,19),(2007,5,14,11,12),(2007,5,14,12,111),(2007,5,14,13,4),(2007,5,14,14,3),(2007,5,14,15,3),(2007,5,14,16,7),(2007,5,14,17,3),(2007,5,14,18,9),(2007,5,14,19,1),(2007,5,14,20,11),(2007,5,14,21,16),(2007,5,14,22,16),(2007,5,14,23,12),(2007,5,15,0,3),(2007,5,15,1,17),(2007,5,15,2,6),(2007,5,15,3,3),(2007,5,15,4,0),(2007,5,15,5,5),(2007,5,15,6,7),(2007,5,15,7,1),(2007,5,15,8,108),(2007,5,15,9,36),(2007,5,15,10,0),(2007,5,15,11,120),(2007,5,15,12,114),(2007,5,15,13,26),(2007,5,15,14,37),(2007,5,15,15,10),(2007,5,15,16,16),(2007,5,15,17,1),(2007,5,15,18,3),(2007,5,15,19,0),(2007,5,15,20,6),(2007,5,15,21,39),(2007,5,15,22,16),(2007,5,15,23,8),(2007,5,16,0,8),(2007,5,16,1,21),(2007,5,16,2,19),(2007,5,16,3,43),(2007,5,16,4,13),(2007,5,16,5,20),(2007,5,16,6,13),(2007,5,16,7,14),(2007,5,16,8,12),(2007,5,16,9,9),(2007,5,16,10,7),(2007,5,16,11,54),(2007,5,16,12,7),(2007,5,16,13,17),(2007,5,16,14,12),(2007,5,16,15,6),(2007,5,16,16,7),(2007,5,16,17,4),(2007,5,16,18,1),(2007,5,16,19,3),(2007,5,16,20,2),(2007,5,16,21,9),(2007,5,16,22,4),(2007,5,16,23,0),(2007,5,17,0,0),(2007,5,17,1,0),(2007,5,17,2,6),(2007,5,17,3,12),(2007,5,17,4,3),(2007,5,17,5,4),(2007,5,17,6,11),(2007,5,17,7,1),(2007,5,17,8,11),(2007,5,17,9,27),(2007,5,17,10,30),(2007,5,17,11,10),(2007,5,17,12,12),(2007,5,17,13,3),(2007,5,17,14,6),(2007,5,17,15,47),(2007,5,17,16,3),(2007,5,17,17,5),(2007,5,17,18,1),(2007,5,17,19,2),(2007,5,17,20,2),(2007,5,17,21,17),(2007,5,17,22,3),(2007,5,17,23,8),(2007,5,18,0,2),(2007,5,18,1,12),(2007,5,18,2,9),(2007,5,18,3,3),(2007,5,18,4,3),(2007,5,18,5,26),(2007,5,18,6,56),(2007,5,18,7,30),(2007,5,18,8,15),(2007,5,18,9,17),(2007,5,18,10,66),(2007,5,18,11,13),(2007,5,18,12,6),(2007,5,18,13,4),(2007,5,18,14,9),(2007,5,18,15,20),(2007,5,18,16,10),(2007,5,18,17,5),(2007,5,18,18,6),(2007,5,18,19,3),(2007,5,18,20,13),(2007,5,18,21,8),(2007,5,18,22,6),(2007,5,18,23,10),(2007,5,19,0,3),(2007,5,19,1,3),(2007,5,19,2,7),(2007,5,19,3,6),(2007,5,19,4,4),(2007,5,19,5,11),(2007,5,19,6,13),(2007,5,19,7,6),(2007,5,19,8,12),(2007,5,19,9,10),(2007,5,19,10,10),(2007,5,19,11,8),(2007,5,19,12,37),(2007,5,19,13,9),(2007,5,19,14,1),(2007,5,19,15,3),(2007,5,19,16,5),(2007,5,19,17,8),(2007,5,19,18,7),(2007,5,19,19,4),(2007,5,19,20,7),(2007,5,19,21,3),(2007,5,19,22,6),(2007,5,19,23,9),(2007,5,20,0,4),(2007,5,20,1,5),(2007,5,20,2,5),(2007,5,20,3,7),(2007,5,20,4,13),(2007,5,20,5,15),(2007,5,20,6,12),(2007,5,20,7,6),(2007,5,20,8,34),(2007,5,20,9,8),(2007,5,20,10,4),(2007,5,20,11,19),(2007,5,20,12,47),(2007,5,20,13,260),(2007,5,20,14,253),(2007,5,20,15,3),(2007,5,20,16,1),(2007,5,20,17,7),(2007,5,20,18,4),(2007,5,20,19,8),(2007,5,20,20,1),(2007,5,20,21,4),(2007,5,20,22,5),(2007,5,20,23,5),(2007,5,21,0,10),(2007,5,21,1,0),(2007,5,21,2,6),(2007,5,21,3,9),(2007,5,21,4,15),(2007,5,21,5,5),(2007,5,21,6,3),(2007,5,21,7,4),(2007,5,21,8,4),(2007,5,21,9,0),(2007,5,21,10,3),(2007,5,21,11,0),(2007,5,21,12,5),(2007,5,21,13,3),(2007,5,21,14,15),(2007,5,21,15,1),(2007,5,21,16,1),(2007,5,21,17,6),(2007,5,21,18,2),(2007,5,21,19,22),(2007,5,21,20,2),(2007,5,21,21,3),(2007,5,21,22,1),(2007,5,21,23,0),(2007,5,22,0,0),(2007,5,22,1,2),(2007,5,22,2,1),(2007,5,22,3,0),(2007,5,22,4,4),(2007,5,22,5,1),(2007,5,22,6,4),(2007,5,22,7,4),(2007,5,22,8,10),(2007,5,22,9,3),(2007,5,22,10,14),(2007,5,22,11,14),(2007,5,22,12,3),(2007,5,22,13,5),(2007,5,22,14,50),(2007,5,22,15,36),(2007,5,22,16,12),(2007,5,22,17,2),(2007,5,22,18,9),(2007,5,22,19,0),(2007,5,22,20,4),(2007,5,22,21,1),(2007,5,22,22,6),(2007,5,22,23,0),(2007,5,23,0,1),(2007,5,23,1,4),(2007,5,23,2,4),(2007,5,23,3,2),(2007,5,23,4,3),(2007,5,23,5,4),(2007,5,23,6,2),(2007,5,23,7,3),(2007,5,23,8,7),(2007,5,23,9,2),(2007,5,23,10,18),(2007,5,23,11,12),(2007,5,23,12,4),(2007,5,23,13,2),(2007,5,23,14,5),(2007,5,23,15,1),(2007,5,23,16,0),(2007,5,23,17,4),(2007,5,23,18,2),(2007,5,23,19,5),(2007,5,23,20,4),(2007,5,23,21,4),(2007,5,23,22,6),(2007,5,23,23,2),(2007,5,24,0,7),(2007,5,24,1,8),(2007,5,24,2,6),(2007,5,24,3,3),(2007,5,24,4,8),(2007,5,24,5,0),(2007,5,24,6,2),(2007,5,24,7,4),(2007,5,24,8,8),(2007,5,24,9,8),(2007,5,24,10,5),(2007,5,24,11,3),(2007,5,24,12,27),(2007,5,24,13,3),(2007,5,24,14,73),(2007,5,24,15,26),(2007,5,24,16,4),(2007,5,24,17,4),(2007,5,24,18,3),(2007,5,24,19,0),(2007,5,24,20,16),(2007,5,24,21,10),(2007,5,24,22,4),(2007,5,24,23,9),(2007,5,25,0,2),(2007,5,25,1,1),(2007,5,25,2,2),(2007,5,25,3,10),(2007,5,25,4,11),(2007,5,25,5,5),(2007,5,25,6,15),(2007,5,25,7,7),(2007,5,25,8,7),(2007,5,25,9,23),(2007,5,25,10,31),(2007,5,25,11,16),(2007,5,25,12,3),(2007,5,25,13,5),(2007,5,25,14,12),(2007,5,25,15,4),(2007,5,25,16,5),(2007,5,25,17,25),(2007,5,25,18,66),(2007,5,25,19,33),(2007,5,25,20,45),(2007,5,25,21,29),(2007,5,25,22,44),(2007,5,25,23,53),(2007,5,26,0,47),(2007,5,26,1,47),(2007,5,26,2,46),(2007,5,26,3,80),(2007,5,26,4,67),(2007,5,26,5,69),(2007,5,26,6,85),(2007,5,26,7,70),(2007,5,26,8,124),(2007,5,26,9,75),(2007,5,26,10,62),(2007,5,26,11,16),(2007,5,26,12,54),(2007,5,26,13,57),(2007,5,26,14,64),(2007,5,26,15,58),(2007,5,26,16,21),(2007,5,26,17,9),(2007,5,26,18,12),(2007,5,26,19,8),(2007,5,26,20,13),(2007,5,26,21,0),(2007,5,26,22,96),(2007,5,26,23,115),(2007,5,27,0,31),(2007,5,27,1,42),(2007,5,27,2,49),(2007,5,27,3,23),(2007,5,27,4,37),(2007,5,27,5,11),(2007,5,27,6,13),(2007,5,27,7,11),(2007,5,27,8,13),(2007,5,27,9,15),(2007,5,27,10,39),(2007,5,27,11,19),(2007,5,27,12,13),(2007,5,27,13,13),(2007,5,27,14,8),(2007,5,27,15,13),(2007,5,27,16,5),(2007,5,27,17,6),(2007,5,27,18,14),(2007,5,27,19,11),(2007,5,27,20,11),(2007,5,27,21,13),(2007,5,27,22,20),(2007,5,27,23,22),(2007,5,28,0,23),(2007,5,28,1,38),(2007,5,28,2,17),(2007,5,28,3,27),(2007,5,28,4,12),(2007,5,28,5,1),(2007,5,28,6,10),(2007,5,28,7,7),(2007,5,28,8,10),(2007,5,28,9,6),(2007,5,28,10,46),(2007,5,28,11,23),(2007,5,28,12,30),(2007,5,28,13,142),(2007,5,28,14,17),(2007,5,28,15,7),(2007,5,28,16,14),(2007,5,28,17,24),(2007,5,28,18,16),(2007,5,28,19,30),(2007,5,28,20,28),(2007,5,28,21,11),(2007,5,28,22,35),(2007,5,28,23,16),(2007,5,29,0,13),(2007,5,29,1,35),(2007,5,29,2,24),(2007,5,29,3,12),(2007,5,29,4,2),(2007,5,29,5,17),(2007,5,29,6,18),(2007,5,29,7,19),(2007,5,29,8,12),(2007,5,29,9,7),(2007,5,29,10,17),(2007,5,29,11,10),(2007,5,29,12,12),(2007,5,29,13,7),(2007,5,29,14,7),(2007,5,29,15,5),(2007,5,29,16,9),(2007,5,29,17,7),(2007,5,29,18,10),(2007,5,29,19,3),(2007,5,29,20,5),(2007,5,29,21,6),(2007,5,29,22,23),(2007,5,29,23,13),(2007,5,30,0,37),(2007,5,30,1,15),(2007,5,30,2,10),(2007,5,30,3,5),(2007,5,30,4,3),(2007,5,30,5,13),(2007,5,30,6,8),(2007,5,30,7,11),(2007,5,30,8,7),(2007,5,30,9,3),(2007,5,30,10,17),(2007,5,30,11,20),(2007,5,30,12,6),(2007,5,30,13,4),(2007,5,30,14,8),(2007,5,30,15,10),(2007,5,30,16,15),(2007,5,30,17,4),(2007,5,30,18,19),(2007,5,30,19,13),(2007,5,30,20,16),(2007,5,30,21,13),(2007,5,30,22,87),(2007,5,30,23,81),(2007,5,31,0,133),(2007,5,31,1,174),(2007,5,31,2,108),(2007,5,31,3,115),(2007,5,31,4,108),(2007,5,31,5,98),(2007,5,31,6,112),(2007,5,31,7,62),(2007,5,31,8,16),(2007,5,31,9,5),(2007,5,31,10,0),(2007,5,31,11,4),(2007,5,31,12,4),(2007,5,31,13,1),(2007,5,31,14,2),(2007,5,31,15,11),(2007,5,31,16,23),(2007,5,31,17,8),(2007,5,31,18,18),(2007,5,31,19,15),(2007,5,31,20,27),(2007,5,31,21,27),(2007,5,31,22,3),(2007,5,31,23,10),(2007,6,1,0,60),(2007,6,1,1,13),(2007,6,1,2,17),(2007,6,1,3,14),(2007,6,1,4,0),(2007,6,1,5,11),(2007,6,1,6,15),(2007,6,1,7,8),(2007,6,1,8,34),(2007,6,1,9,9),(2007,6,1,10,23),(2007,6,1,11,28),(2007,6,1,12,17),(2007,6,1,13,46),(2007,6,1,14,81),(2007,6,1,15,27),(2007,6,1,16,26),(2007,6,1,17,12),(2007,6,1,18,30),(2007,6,1,19,28),(2007,6,1,20,10),(2007,6,1,21,42),(2007,6,1,22,16),(2007,6,1,23,20),(2007,6,2,0,17),(2007,6,2,1,13),(2007,6,2,2,10),(2007,6,2,3,41),(2007,6,2,4,70),(2007,6,2,5,25),(2007,6,2,6,22),(2007,6,2,7,38),(2007,6,2,8,31),(2007,6,2,9,39),(2007,6,2,10,32),(2007,6,2,11,32),(2007,6,2,12,33),(2007,6,2,13,45),(2007,6,2,14,52),(2007,6,2,15,11),(2007,6,2,16,20),(2007,6,2,17,51),(2007,6,2,18,40),(2007,6,2,19,72),(2007,6,2,20,94),(2007,6,2,21,114),(2007,6,2,22,103),(2007,6,2,23,118),(2007,6,3,0,108),(2007,6,3,1,101),(2007,6,3,2,94),(2007,6,3,3,97),(2007,6,3,4,113),(2007,6,3,5,115),(2007,6,3,6,122),(2007,6,3,7,121),(2007,6,3,8,115),(2007,6,3,9,113),(2007,6,3,10,107),(2007,6,3,11,86),(2007,6,3,12,97),(2007,6,3,13,78),(2007,6,3,14,65),(2007,6,3,15,75),(2007,6,3,16,67),(2007,6,3,17,64),(2007,6,3,18,66),(2007,6,3,19,60),(2007,6,3,20,54),(2007,6,3,21,11),(2007,6,3,22,12),(2007,6,3,23,5),(2007,6,4,0,11),(2007,6,4,1,1),(2007,6,4,2,10),(2007,6,4,3,16),(2007,6,4,4,8),(2007,6,4,5,10),(2007,6,4,6,16),(2007,6,4,7,11),(2007,6,4,8,5),(2007,6,4,9,5),(2007,6,4,10,1),(2007,6,4,11,2),(2007,6,4,12,18),(2007,6,4,13,4),(2007,6,4,14,19),(2007,6,4,15,7),(2007,6,4,16,23),(2007,6,4,17,17),(2007,6,4,18,5),(2007,6,4,19,10),(2007,6,4,20,16),(2007,6,4,21,6),(2007,6,4,22,13),(2007,6,4,23,6),(2007,6,5,0,1),(2007,6,5,1,17),(2007,6,5,2,8),(2007,6,5,3,2),(2007,6,5,4,8),(2007,6,5,5,3),(2007,6,5,6,2),(2007,6,5,7,2),(2007,6,5,8,2),(2007,6,5,9,1),(2007,6,5,10,12),(2007,6,5,11,17),(2007,6,5,12,8),(2007,6,5,13,14),(2007,6,5,14,7),(2007,6,5,15,49),(2007,6,5,16,5),(2007,6,5,17,4),(2007,6,5,18,4),(2007,6,5,19,6),(2007,6,5,20,7),(2007,6,5,21,4),(2007,6,5,22,0),(2007,6,5,23,5),(2007,6,6,0,6),(2007,6,6,1,4),(2007,6,6,2,7),(2007,6,6,3,3),(2007,6,6,4,7),(2007,6,6,5,7),(2007,6,6,6,8),(2007,6,6,7,4),(2007,6,6,8,4),(2007,6,6,9,12),(2007,6,6,10,2),(2007,6,6,11,18),(2007,6,6,12,12),(2007,6,6,13,2),(2007,6,6,14,30),(2007,6,6,15,14),(2007,6,6,16,8),(2007,6,6,17,7),(2007,6,6,18,5),(2007,6,6,19,26),(2007,6,6,20,14),(2007,6,6,21,6),(2007,6,6,22,2),(2007,6,6,23,4),(2007,6,7,0,0),(2007,6,7,1,3),(2007,6,7,2,10),(2007,6,7,3,6),(2007,6,7,4,5),(2007,6,7,5,17),(2007,6,7,6,15),(2007,6,7,7,18),(2007,6,7,8,27),(2007,6,7,9,50),(2007,6,7,10,27),(2007,6,7,11,79),(2007,6,7,12,79),(2007,6,7,13,118),(2007,6,7,14,86),(2007,6,7,15,98),(2007,6,7,16,99),(2007,6,7,17,80),(2007,6,7,18,77),(2007,6,7,19,84),(2007,6,7,20,103),(2007,6,7,21,91),(2007,6,7,22,62),(2007,6,7,23,45),(2007,6,8,0,91),(2007,6,8,1,47),(2007,6,8,2,46),(2007,6,8,3,82),(2007,6,8,4,65),(2007,6,8,5,34),(2007,6,8,6,6),(2007,6,8,7,26),(2007,6,8,8,2),(2007,6,8,9,109),(2007,6,8,10,96),(2007,6,8,11,13),(2007,6,8,12,95),(2007,6,8,13,68),(2007,6,8,14,63),(2007,6,8,15,46),(2007,6,8,16,7),(2007,6,8,17,9),(2007,6,8,18,22),(2007,6,8,19,5),(2007,6,8,20,17),(2007,6,8,21,28),(2007,6,8,22,17),(2007,6,8,23,20),(2007,6,9,0,26),(2007,6,9,1,23),(2007,6,9,2,14),(2007,6,9,3,10),(2007,6,9,4,8),(2007,6,9,5,5),(2007,6,9,6,10),(2007,6,9,7,4),(2007,6,9,8,1),(2007,6,9,9,8),(2007,6,9,10,193),(2007,6,9,11,159),(2007,6,9,12,220),(2007,6,9,13,218),(2007,6,9,14,158),(2007,6,9,15,264),(2007,6,9,16,132),(2007,6,9,17,22),(2007,6,9,18,53),(2007,6,9,19,10),(2007,6,9,20,13),(2007,6,9,21,28),(2007,6,9,22,41),(2007,6,9,23,59),(2007,6,10,0,70),(2007,6,10,1,64),(2007,6,10,2,33),(2007,6,10,3,19),(2007,6,10,4,14),(2007,6,10,5,14),(2007,6,10,6,15),(2007,6,10,7,17),(2007,6,10,8,19),(2007,6,10,9,20),(2007,6,10,10,24),(2007,6,10,11,17),(2007,6,10,12,79),(2007,6,10,13,78),(2007,6,10,14,76),(2007,6,10,15,55),(2007,6,10,16,44),(2007,6,10,17,51),(2007,6,10,18,52),(2007,6,10,19,31),(2007,6,10,20,33),(2007,6,10,21,47),(2007,6,10,22,43),(2007,6,10,23,47),(2007,6,11,0,25),(2007,6,11,1,15),(2007,6,11,2,24),(2007,6,11,3,49),(2007,6,11,4,54),(2007,6,11,5,68),(2007,6,11,6,72),(2007,6,11,7,82),(2007,6,11,8,102),(2007,6,11,9,78),(2007,6,11,10,108),(2007,6,11,11,72),(2007,6,11,12,10),(2007,6,11,13,10),(2007,6,11,14,16),(2007,6,11,15,13),(2007,6,11,16,9),(2007,6,11,17,2),(2007,6,11,18,1),(2007,6,11,19,1),(2007,6,11,20,1),(2007,6,11,21,3),(2007,6,11,22,33),(2007,6,11,23,2),(2007,6,12,0,1),(2007,6,12,1,6),(2007,6,12,2,9),(2007,6,12,3,6),(2007,6,12,4,5),(2007,6,12,5,14),(2007,6,12,6,4),(2007,6,12,7,29),(2007,6,12,8,6),(2007,6,12,9,7),(2007,6,12,10,6),(2007,6,12,11,6),(2007,6,12,12,3),(2007,6,12,13,5),(2007,6,12,14,2),(2007,6,12,15,17),(2007,6,12,16,5),(2007,6,12,17,11),(2007,6,12,18,1),(2007,6,12,19,2),(2007,6,12,20,3),(2007,6,12,21,4),(2007,6,12,22,0),(2007,6,12,23,2),(2007,6,13,0,1),(2007,6,13,1,2),(2007,6,13,2,5),(2007,6,13,3,3),(2007,6,13,4,0),(2007,6,13,5,0),(2007,6,13,6,2),(2007,6,13,7,2),(2007,6,13,8,24),(2007,6,13,9,8),(2007,6,13,10,13),(2007,6,13,11,5),(2007,6,13,12,13),(2007,6,13,13,16),(2007,6,13,14,24),(2007,6,13,15,30),(2007,6,13,16,131),(2007,6,13,17,142),(2007,6,13,18,5),(2007,6,13,19,2),(2007,6,13,20,34),(2007,6,13,21,7),(2007,6,13,22,8),(2007,6,13,23,4),(2007,6,14,0,5),(2007,6,14,1,2),(2007,6,14,2,1),(2007,6,14,3,0),(2007,6,14,4,1),(2007,6,14,5,9),(2007,6,14,6,9),(2007,6,14,7,13),(2007,6,14,8,9),(2007,6,14,9,11),(2007,6,14,10,26),(2007,6,14,11,8),(2007,6,14,12,6),(2007,6,14,13,8),(2007,6,14,14,3),(2007,6,14,15,4),(2007,6,14,16,7),(2007,6,14,17,5),(2007,6,14,18,17),(2007,6,14,19,1),(2007,6,14,20,6),(2007,6,14,21,5),(2007,6,14,22,3),(2007,6,14,23,2),(2007,6,15,0,5),(2007,6,15,1,3),(2007,6,15,2,3),(2007,6,15,3,2),(2007,6,15,4,3),(2007,6,15,5,5),(2007,6,15,6,3),(2007,6,15,7,0),(2007,6,15,8,5),(2007,6,15,9,13),(2007,6,15,10,8),(2007,6,15,11,8),(2007,6,15,12,15),(2007,6,15,13,5),(2007,6,15,14,6),(2007,6,15,15,6),(2007,6,15,16,7),(2007,6,15,17,8),(2007,6,15,18,2),(2007,6,15,19,8),(2007,6,15,20,5),(2007,6,15,21,6),(2007,6,15,22,1),(2007,6,15,23,3),(2007,6,16,0,2),(2007,6,16,1,6),(2007,6,16,2,1),(2007,6,16,3,7),(2007,6,16,4,9),(2007,6,16,5,7),(2007,6,16,6,9),(2007,6,16,7,7),(2007,6,16,8,10),(2007,6,16,9,4),(2007,6,16,10,10),(2007,6,16,11,7),(2007,6,16,12,6),(2007,6,16,13,6),(2007,6,16,14,8),(2007,6,16,15,5),(2007,6,16,16,2),(2007,6,16,17,6),(2007,6,16,18,14),(2007,6,16,19,5),(2007,6,16,20,6),(2007,6,16,21,4),(2007,6,16,22,2),(2007,6,16,23,4),(2007,6,17,0,9),(2007,6,17,1,12),(2007,6,17,2,9),(2007,6,17,3,12),(2007,6,17,4,15),(2007,6,17,5,16),(2007,6,17,6,5),(2007,6,17,7,14),(2007,6,17,8,14),(2007,6,17,9,21),(2007,6,17,10,10),(2007,6,17,11,7),(2007,6,17,12,4),(2007,6,17,13,9),(2007,6,17,14,4),(2007,6,17,15,8),(2007,6,17,16,11),(2007,6,17,17,5),(2007,6,17,18,16),(2007,6,17,19,7),(2007,6,17,20,7),(2007,6,17,21,7),(2007,6,17,22,11),(2007,6,17,23,14),(2007,6,18,0,12),(2007,6,18,1,17),(2007,6,18,2,15),(2007,6,18,3,13),(2007,6,18,4,13),(2007,6,18,5,14),(2007,6,18,6,20),(2007,6,18,7,13),(2007,6,18,8,10),(2007,6,18,9,12),(2007,6,18,10,14),(2007,6,18,11,10),(2007,6,18,12,34),(2007,6,18,13,13),(2007,6,18,14,33),(2007,6,18,15,25),(2007,6,18,16,45),(2007,6,18,17,12),(2007,6,18,18,35),(2007,6,18,19,12),(2007,6,18,20,13),(2007,6,18,21,12),(2007,6,18,22,6),(2007,6,18,23,16),(2007,6,19,0,5),(2007,6,19,1,9),(2007,6,19,2,9),(2007,6,19,3,9),(2007,6,19,4,9),(2007,6,19,5,23),(2007,6,19,6,17),(2007,6,19,7,21),(2007,6,19,8,12),(2007,6,19,9,65),(2007,6,19,10,23),(2007,6,19,11,14),(2007,6,19,12,13),(2007,6,19,13,28),(2007,6,19,14,20),(2007,6,19,15,22),(2007,6,19,16,33),(2007,6,19,17,29),(2007,6,19,18,10),(2007,6,19,19,19),(2007,6,19,20,20),(2007,6,19,21,18),(2007,6,19,22,25),(2007,6,19,23,31),(2007,6,20,0,47),(2007,6,20,1,31),(2007,6,20,2,22),(2007,6,20,3,27),(2007,6,20,4,13),(2007,6,20,5,15),(2007,6,20,6,20),(2007,6,20,7,13),(2007,6,20,8,21),(2007,6,20,9,4),(2007,6,20,10,12),(2007,6,20,11,13),(2007,6,20,12,12),(2007,6,20,13,13),(2007,6,20,14,6),(2007,6,20,15,19),(2007,6,20,16,11),(2007,6,20,17,7),(2007,6,20,18,16),(2007,6,20,19,3),(2007,6,20,20,9),(2007,6,20,21,36),(2007,6,20,22,16),(2007,6,20,23,17),(2007,6,21,0,5),(2007,6,21,1,10),(2007,6,21,2,9),(2007,6,21,3,8),(2007,6,21,4,12),(2007,6,21,5,8),(2007,6,21,6,13),(2007,6,21,7,8),(2007,6,21,8,16),(2007,6,21,9,10),(2007,6,21,10,12),(2007,6,21,11,7),(2007,6,21,12,7),(2007,6,21,13,12),(2007,6,21,14,3),(2007,6,21,15,31),(2007,6,21,16,9),(2007,6,21,17,18),(2007,6,21,18,3),(2007,6,21,19,7),(2007,6,21,20,4),(2007,6,21,21,8),(2007,6,21,22,8),(2007,6,21,23,3),(2007,6,22,0,13),(2007,6,22,1,4),(2007,6,22,2,5),(2007,6,22,3,2),(2007,6,22,4,2),(2007,6,22,5,1),(2007,6,22,6,11),(2007,6,22,7,2),(2007,6,22,8,5),(2007,6,22,9,12),(2007,6,22,10,14),(2007,6,22,11,5),(2007,6,22,12,6),(2007,6,22,13,8),(2007,6,22,14,4),(2007,6,22,15,7),(2007,6,22,16,6),(2007,6,22,17,9),(2007,6,22,18,9),(2007,6,22,19,2),(2007,6,22,20,4),(2007,6,22,21,2),(2007,6,22,22,2),(2007,6,22,23,3),(2007,6,23,0,1),(2007,6,23,1,2),(2007,6,23,2,2),(2007,6,23,3,2),(2007,6,23,4,3),(2007,6,23,5,8),(2007,6,23,6,2),(2007,6,23,7,1),(2007,6,23,8,6),(2007,6,23,9,13),(2007,6,23,10,8),(2007,6,23,11,9),(2007,6,23,12,13),(2007,6,23,13,16),(2007,6,23,14,7),(2007,6,23,15,7),(2007,6,23,16,3),(2007,6,23,17,4),(2007,6,23,18,6),(2007,6,23,19,3),(2007,6,23,20,5),(2007,6,23,21,1),(2007,6,23,22,6),(2007,6,23,23,6),(2007,6,24,0,4),(2007,6,24,1,7),(2007,6,24,2,5),(2007,6,24,3,6),(2007,6,24,4,2),(2007,6,24,5,6),(2007,6,24,6,3),(2007,6,24,7,7),(2007,6,24,8,5),(2007,6,24,9,13),(2007,6,24,10,16),(2007,6,24,11,13),(2007,6,24,12,17),(2007,6,24,13,6),(2007,6,24,14,8),(2007,6,24,15,20),(2007,6,24,16,2),(2007,6,24,17,6),(2007,6,24,18,7),(2007,6,24,19,3),(2007,6,24,20,7),(2007,6,24,21,5),(2007,6,24,22,5),(2007,6,24,23,4),(2007,6,25,0,3),(2007,6,25,1,5),(2007,6,25,2,2),(2007,6,25,3,7),(2007,6,25,4,11),(2007,6,25,5,11),(2007,6,25,6,18),(2007,6,25,7,16),(2007,6,25,8,12),(2007,6,25,9,8),(2007,6,25,10,5),(2007,6,25,11,5),(2007,6,25,12,6),(2007,6,25,13,7),(2007,6,25,14,7),(2007,6,25,15,6),(2007,6,25,16,9),(2007,6,25,17,5),(2007,6,25,18,6),(2007,6,25,19,4),(2007,6,25,20,2),(2007,6,25,21,10),(2007,6,25,22,9),(2007,6,25,23,2),(2007,6,26,0,7),(2007,6,26,1,2),(2007,6,26,2,3),(2007,6,26,3,9),(2007,6,26,4,9),(2007,6,26,5,20),(2007,6,26,6,9),(2007,6,26,7,10),(2007,6,26,8,4),(2007,6,26,9,6),(2007,6,26,10,4),(2007,6,26,11,8),(2007,6,26,12,6),(2007,6,26,13,4),(2007,6,26,14,4),(2007,6,26,15,5),(2007,6,26,16,4),(2007,6,26,17,7),(2007,6,26,18,8),(2007,6,26,19,7),(2007,6,26,20,8),(2007,6,26,21,11),(2007,6,26,22,11),(2007,6,26,23,10),(2007,6,27,0,17),(2007,6,27,1,7),(2007,6,27,2,10),(2007,6,27,3,12),(2007,6,27,4,16),(2007,6,27,5,16),(2007,6,27,6,9),(2007,6,27,7,8),(2007,6,27,8,8),(2007,6,27,9,9),(2007,6,27,10,8),(2007,6,27,11,10),(2007,6,27,12,7),(2007,6,27,13,6),(2007,6,27,14,9),(2007,6,27,15,2),(2007,6,27,16,15),(2007,6,27,17,6),(2007,6,27,18,2),(2007,6,27,19,6),(2007,6,27,20,2),(2007,6,27,21,6),(2007,6,27,22,2),(2007,6,27,23,11),(2007,6,28,0,14),(2007,6,28,1,8),(2007,6,28,2,5),(2007,6,28,3,4),(2007,6,28,4,11),(2007,6,28,5,12),(2007,6,28,6,14),(2007,6,28,7,12),(2007,6,28,8,12),(2007,6,28,9,10),(2007,6,28,10,5),(2007,6,28,11,9),(2007,6,28,12,8),(2007,6,28,13,6),(2007,6,28,14,8),(2007,6,28,15,7),(2007,6,28,16,11),(2007,6,28,17,12),(2007,6,28,18,4),(2007,6,28,19,1),(2007,6,28,20,5),(2007,6,28,21,13),(2007,6,28,22,17),(2007,6,28,23,14),(2007,6,29,0,8),(2007,6,29,1,10),(2007,6,29,2,9),(2007,6,29,3,4),(2007,6,29,4,7),(2007,6,29,5,7),(2007,6,29,6,7),(2007,6,29,7,18),(2007,6,29,8,15),(2007,6,29,9,10),(2007,6,29,10,12),(2007,6,29,11,14),(2007,6,29,12,9),(2007,6,29,13,12),(2007,6,29,14,10),(2007,6,29,15,13),(2007,6,29,16,16),(2007,6,29,17,17),(2007,6,29,18,12),(2007,6,29,19,37),(2007,6,29,20,50),(2007,6,29,21,48),(2007,6,29,22,8),(2007,6,29,23,10),(2007,6,30,0,3),(2007,6,30,1,22),(2007,6,30,2,6),(2007,6,30,3,6),(2007,6,30,4,5),(2007,6,30,5,9),(2007,6,30,6,5),(2007,6,30,7,9),(2007,6,30,8,4),(2007,6,30,9,4),(2007,6,30,10,12),(2007,6,30,11,6),(2007,6,30,12,4),(2007,6,30,13,0),(2007,6,30,14,1),(2007,6,30,15,13),(2007,6,30,16,23),(2007,6,30,17,0),(2007,6,30,18,11),(2007,6,30,19,23),(2007,6,30,20,11),(2007,6,30,21,12),(2007,6,30,22,10),(2007,6,30,23,5),(2007,7,1,0,12),(2007,7,1,1,14),(2007,7,1,2,2),(2007,7,1,3,8),(2007,7,1,4,3),(2007,7,1,5,8),(2007,7,1,6,7),(2007,7,1,7,6),(2007,7,1,8,4),(2007,7,1,9,4),(2007,7,1,10,3),(2007,7,1,11,5),(2007,7,1,12,3),(2007,7,1,13,5),(2007,7,1,14,0),(2007,7,1,15,3),(2007,7,1,16,0),(2007,7,1,17,3),(2007,7,1,18,8),(2007,7,1,19,6),(2007,7,1,20,14),(2007,7,1,21,11),(2007,7,1,22,16),(2007,7,1,23,8),(2007,7,2,0,30),(2007,7,2,1,7),(2007,7,2,2,6),(2007,7,2,3,6),(2007,7,2,4,3),(2007,7,2,5,7),(2007,7,2,6,3),(2007,7,2,7,2),(2007,7,2,8,3),(2007,7,2,9,4),(2007,7,2,10,3),(2007,7,2,11,4),(2007,7,2,12,2),(2007,7,2,13,2),(2007,7,2,14,4),(2007,7,2,15,5),(2007,7,2,16,7),(2007,7,2,17,9),(2007,7,2,18,15),(2007,7,2,19,31),(2007,7,2,20,5),(2007,7,2,21,4),(2007,7,2,22,3),(2007,7,2,23,2),(2007,7,3,0,3),(2007,7,3,1,3),(2007,7,3,2,4),(2007,7,3,3,2),(2007,7,3,4,0),(2007,7,3,5,3),(2007,7,3,6,9),(2007,7,3,7,4),(2007,7,3,8,14),(2007,7,3,9,12),(2007,7,3,10,12),(2007,7,3,11,3),(2007,7,3,12,2),(2007,7,3,13,5),(2007,7,3,14,14),(2007,7,3,15,15),(2007,7,3,16,22),(2007,7,3,17,30),(2007,7,3,18,18),(2007,7,3,19,9),(2007,7,3,20,6),(2007,7,3,21,6),(2007,7,3,22,15),(2007,7,3,23,16),(2007,7,4,0,4),(2007,7,4,1,12),(2007,7,4,2,6),(2007,7,4,3,7),(2007,7,4,4,9),(2007,7,4,5,3),(2007,7,4,6,5),(2007,7,4,7,8),(2007,7,4,8,2),(2007,7,4,9,17),(2007,7,4,10,1),(2007,7,4,11,7),(2007,7,4,12,11),(2007,7,4,13,17),(2007,7,4,14,12),(2007,7,4,15,13),(2007,7,4,16,21),(2007,7,4,17,13),(2007,7,4,18,31),(2007,7,4,19,25),(2007,7,4,20,12),(2007,7,4,21,9),(2007,7,4,22,4),(2007,7,4,23,8),(2007,7,5,0,11),(2007,7,5,1,13),(2007,7,5,2,2),(2007,7,5,3,12),(2007,7,5,4,11),(2007,7,5,5,8),(2007,7,5,6,9),(2007,7,5,7,4),(2007,7,5,8,3),(2007,7,5,9,5),(2007,7,5,10,7),(2007,7,5,11,6),(2007,7,5,12,9),(2007,7,5,13,5),(2007,7,5,14,7),(2007,7,5,15,7),(2007,7,5,16,10),(2007,7,5,17,25),(2007,7,5,18,21),(2007,7,5,19,16),(2007,7,5,20,27),(2007,7,5,21,49),(2007,7,5,22,19),(2007,7,5,23,12),(2007,7,6,0,10),(2007,7,6,1,10),(2007,7,6,2,12),(2007,7,6,3,5),(2007,7,6,4,5),(2007,7,6,5,5),(2007,7,6,6,2),(2007,7,6,7,4),(2007,7,6,8,4),(2007,7,6,9,9),(2007,7,6,10,5),(2007,7,6,11,8),(2007,7,6,12,1),(2007,7,6,13,1),(2007,7,6,14,5),(2007,7,6,15,14),(2007,7,6,16,13),(2007,7,6,17,16),(2007,7,6,18,10),(2007,7,6,19,23),(2007,7,6,20,28),(2007,7,6,21,19),(2007,7,6,22,32),(2007,7,6,23,15),(2007,7,7,0,7),(2007,7,7,1,9),(2007,7,7,2,6),(2007,7,7,3,7),(2007,7,7,4,7),(2007,7,7,5,10),(2007,7,7,6,11),(2007,7,7,7,6),(2007,7,7,8,9),(2007,7,7,9,8),(2007,7,7,10,9),(2007,7,7,11,9),(2007,7,7,12,8),(2007,7,7,13,2),(2007,7,7,14,5),(2007,7,7,15,5),(2007,7,7,16,5),(2007,7,7,17,9),(2007,7,7,18,8),(2007,7,7,19,6),(2007,7,7,20,11),(2007,7,7,21,9),(2007,7,7,22,8),(2007,7,7,23,11),(2007,7,8,0,14),(2007,7,8,1,25),(2007,7,8,2,21),(2007,7,8,3,26),(2007,7,8,4,23),(2007,7,8,5,33),(2007,7,8,6,14),(2007,7,8,7,13),(2007,7,8,8,22),(2007,7,8,9,13),(2007,7,8,10,22),(2007,7,8,11,19),(2007,7,8,12,17),(2007,7,8,13,12),(2007,7,8,14,23),(2007,7,8,15,49),(2007,7,8,16,71),(2007,7,8,17,11),(2007,7,8,18,15),(2007,7,8,19,18),(2007,7,8,20,29),(2007,7,8,21,15),(2007,7,8,22,12),(2007,7,8,23,11),(2007,7,9,0,12),(2007,7,9,1,5),(2007,7,9,2,7),(2007,7,9,3,5),(2007,7,9,4,5),(2007,7,9,5,5),(2007,7,9,6,9),(2007,7,9,7,1),(2007,7,9,8,12),(2007,7,9,9,6),(2007,7,9,10,6),(2007,7,9,11,13),(2007,7,9,12,14),(2007,7,9,13,15),(2007,7,9,14,21),(2007,7,9,15,5),(2007,7,9,16,14),(2007,7,9,17,3),(2007,7,9,18,7),(2007,7,9,19,5),(2007,7,9,20,3),(2007,7,9,21,7),(2007,7,9,22,6),(2007,7,9,23,1),(2007,7,10,0,2),(2007,7,10,1,1),(2007,7,10,2,1),(2007,7,10,3,0),(2007,7,10,4,1),(2007,7,10,5,2),(2007,7,10,6,2),(2007,7,10,7,10),(2007,7,10,8,5),(2007,7,10,9,4),(2007,7,10,10,7),(2007,7,10,11,12),(2007,7,10,12,10),(2007,7,10,13,17),(2007,7,10,14,21),(2007,7,10,15,27),(2007,7,10,16,3),(2007,7,10,17,8),(2007,7,10,18,3),(2007,7,10,19,0),(2007,7,10,20,2),(2007,7,10,21,5),(2007,7,10,22,0),(2007,7,10,23,0),(2007,7,11,0,2),(2007,7,11,1,4),(2007,7,11,2,2),(2007,7,11,3,9),(2007,7,11,4,15),(2007,7,11,5,1),(2007,7,11,6,2),(2007,7,11,7,5),(2007,7,11,8,12),(2007,7,11,9,12),(2007,7,11,10,11),(2007,7,11,11,18),(2007,7,11,12,24),(2007,7,11,13,39),(2007,7,11,14,5),(2007,7,11,15,4),(2007,7,11,16,4),(2007,7,11,17,4),(2007,7,11,18,0),(2007,7,11,19,11),(2007,7,11,20,8),(2007,7,11,21,8),(2007,7,11,22,6),(2007,7,11,23,3),(2007,7,12,0,12),(2007,7,12,1,2),(2007,7,12,2,1),(2007,7,12,3,3),(2007,7,12,4,14),(2007,7,12,5,12),(2007,7,12,6,13),(2007,7,12,7,12),(2007,7,12,8,24),(2007,7,12,9,6),(2007,7,12,10,9),(2007,7,12,11,2),(2007,7,12,12,5),(2007,7,12,13,7),(2007,7,12,14,7),(2007,7,12,15,2),(2007,7,12,16,7),(2007,7,12,17,2),(2007,7,12,18,4),(2007,7,12,19,2),(2007,7,12,20,2),(2007,7,12,21,3),(2007,7,12,22,16),(2007,7,12,23,6),(2007,7,13,0,20),(2007,7,13,1,17),(2007,7,13,2,35),(2007,7,13,3,4),(2007,7,13,4,5),(2007,7,13,5,3),(2007,7,13,6,5),(2007,7,13,7,10),(2007,7,13,8,6),(2007,7,13,9,4),(2007,7,13,10,7),(2007,7,13,11,4),(2007,7,13,12,1),(2007,7,13,13,1),(2007,7,13,14,3),(2007,7,13,15,8),(2007,7,13,16,2),(2007,7,13,17,2),(2007,7,13,18,4),(2007,7,13,19,2),(2007,7,13,20,8),(2007,7,13,21,12),(2007,7,13,22,7),(2007,7,13,23,15),(2007,7,14,0,11),(2007,7,14,1,7),(2007,7,14,2,6),(2007,7,14,3,6),(2007,7,14,4,5),(2007,7,14,5,4),(2007,7,14,6,2),(2007,7,14,7,3),(2007,7,14,8,3),(2007,7,14,9,7),(2007,7,14,10,3),(2007,7,14,11,5),(2007,7,14,12,2),(2007,7,14,13,30),(2007,7,14,14,14),(2007,7,14,15,2),(2007,7,14,16,1),(2007,7,14,17,2),(2007,7,14,18,4),(2007,7,14,19,4),(2007,7,14,20,5),(2007,7,14,21,6),(2007,7,14,22,10),(2007,7,14,23,23),(2007,7,15,0,15),(2007,7,15,1,6),(2007,7,15,2,10),(2007,7,15,3,5),(2007,7,15,4,31),(2007,7,15,5,3),(2007,7,15,6,7),(2007,7,15,7,12),(2007,7,15,8,48),(2007,7,15,9,13),(2007,7,15,10,9),(2007,7,15,11,7),(2007,7,15,12,5),(2007,7,15,13,3),(2007,7,15,14,4),(2007,7,15,15,16),(2007,7,15,16,3),(2007,7,15,17,1),(2007,7,15,18,3),(2007,7,15,19,2),(2007,7,15,20,0),(2007,7,15,21,4),(2007,7,15,22,7),(2007,7,15,23,10),(2007,7,16,0,0),(2007,7,16,1,13),(2007,7,16,2,7),(2007,7,16,3,12),(2007,7,16,4,5),(2007,7,16,5,4),(2007,7,16,6,5),(2007,7,16,7,6),(2007,7,16,8,7),(2007,7,16,9,6),(2007,7,16,10,8),(2007,7,16,11,6),(2007,7,16,12,4),(2007,7,16,13,5),(2007,7,16,14,8),(2007,7,16,15,0),(2007,7,16,16,2),(2007,7,16,17,3),(2007,7,16,18,8),(2007,7,16,19,3),(2007,7,16,20,7),(2007,7,16,21,14),(2007,7,16,22,7),(2007,7,16,23,16),(2007,7,17,0,15),(2007,7,17,1,20),(2007,7,17,2,3),(2007,7,17,3,10),(2007,7,17,4,8),(2007,7,17,5,8),(2007,7,17,6,13),(2007,7,17,7,9),(2007,7,17,8,11),(2007,7,17,9,9),(2007,7,17,10,25),(2007,7,17,11,22),(2007,7,17,12,34),(2007,7,17,13,22),(2007,7,17,14,9),(2007,7,17,15,19),(2007,7,17,16,21),(2007,7,17,17,9),(2007,7,17,18,8),(2007,7,17,19,5),(2007,7,17,20,4),(2007,7,17,21,10),(2007,7,17,22,8),(2007,7,17,23,10),(2007,7,18,0,4),(2007,7,18,1,3),(2007,7,18,2,9),(2007,7,18,3,16),(2007,7,18,4,15),(2007,7,18,5,9),(2007,7,18,6,15),(2007,7,18,7,35),(2007,7,18,8,12),(2007,7,18,9,8),(2007,7,18,10,5),(2007,7,18,11,4),(2007,7,18,12,3),(2007,7,18,13,5),(2007,7,18,14,10),(2007,7,18,15,0),(2007,7,18,16,2),(2007,7,18,17,5),(2007,7,18,18,3),(2007,7,18,19,6),(2007,7,18,20,1),(2007,7,18,21,1),(2007,7,18,22,2),(2007,7,18,23,10),(2007,7,19,0,6),(2007,7,19,1,7),(2007,7,19,2,6),(2007,7,19,3,12),(2007,7,19,4,3),(2007,7,19,5,29),(2007,7,19,6,7),(2007,7,19,7,3),(2007,7,19,8,36),(2007,7,19,9,5),(2007,7,19,10,3),(2007,7,19,11,5),(2007,7,19,12,7),(2007,7,19,13,10),(2007,7,19,14,3),(2007,7,19,15,1),(2007,7,19,16,4),(2007,7,19,17,4),(2007,7,19,18,1),(2007,7,19,19,1),(2007,7,19,20,1),(2007,7,19,21,1),(2007,7,19,22,2),(2007,7,19,23,1),(2007,7,20,0,4),(2007,7,20,1,18),(2007,7,20,2,5),(2007,7,20,3,7),(2007,7,20,4,17),(2007,7,20,5,15),(2007,7,20,6,15),(2007,7,20,7,36),(2007,7,20,8,8),(2007,7,20,9,5),(2007,7,20,10,6),(2007,7,20,11,1),(2007,7,20,12,7),(2007,7,20,13,5),(2007,7,20,14,6),(2007,7,20,15,4),(2007,7,20,16,4),(2007,7,20,17,1),(2007,7,20,18,3),(2007,7,20,19,0),(2007,7,20,20,1),(2007,7,20,21,2),(2007,7,20,22,1),(2007,7,20,23,2),(2007,7,21,0,6),(2007,7,21,1,4),(2007,7,21,2,7),(2007,7,21,3,11),(2007,7,21,4,17),(2007,7,21,5,12),(2007,7,21,6,7),(2007,7,21,7,4),(2007,7,21,8,5),(2007,7,21,9,10),(2007,7,21,10,10),(2007,7,21,11,11),(2007,7,21,12,14),(2007,7,21,13,11),(2007,7,21,14,4),(2007,7,21,15,12),(2007,7,21,16,5),(2007,7,21,17,14),(2007,7,21,18,6),(2007,7,21,19,3),(2007,7,21,20,7),(2007,7,21,21,13),(2007,7,21,22,20),(2007,7,21,23,18),(2007,7,22,0,23),(2007,7,22,1,29),(2007,7,22,2,9),(2007,7,22,3,9),(2007,7,22,4,7),(2007,7,22,5,12),(2007,7,22,6,10),(2007,7,22,7,6),(2007,7,22,8,14),(2007,7,22,9,20),(2007,7,22,10,3),(2007,7,22,11,5),(2007,7,22,12,11),(2007,7,22,13,3),(2007,7,22,14,5),(2007,7,22,15,18),(2007,7,22,16,5),(2007,7,22,17,2),(2007,7,22,18,4),(2007,7,22,19,17),(2007,7,22,20,9),(2007,7,22,21,15),(2007,7,22,22,6),(2007,7,22,23,13),(2007,7,23,0,18),(2007,7,23,1,27),(2007,7,23,2,13),(2007,7,23,3,7),(2007,7,23,4,7),(2007,7,23,5,10),(2007,7,23,6,9),(2007,7,23,7,14),(2007,7,23,8,14),(2007,7,23,9,9),(2007,7,23,10,2),(2007,7,23,11,4),(2007,7,23,12,22),(2007,7,23,13,4),(2007,7,23,14,3),(2007,7,23,15,1),(2007,7,23,16,6),(2007,7,23,17,10),(2007,7,23,18,15),(2007,7,23,19,14),(2007,7,23,20,13),(2007,7,23,21,29),(2007,7,23,22,12),(2007,7,23,23,9),(2007,7,24,0,6),(2007,7,24,1,7),(2007,7,24,2,11),(2007,7,24,3,8),(2007,7,24,4,7),(2007,7,24,5,9),(2007,7,24,6,15),(2007,7,24,7,7),(2007,7,24,8,5),(2007,7,24,9,4),(2007,7,24,10,146),(2007,7,24,11,13),(2007,7,24,12,13),(2007,7,24,13,20),(2007,7,24,14,10),(2007,7,24,15,17),(2007,7,24,16,9),(2007,7,24,17,20),(2007,7,24,18,24),(2007,7,24,19,28),(2007,7,24,20,37),(2007,7,24,21,9),(2007,7,24,22,18),(2007,7,24,23,10),(2007,7,25,0,14),(2007,7,25,1,3),(2007,7,25,2,0),(2007,7,25,3,3),(2007,7,25,4,6),(2007,7,25,5,12),(2007,7,25,6,6),(2007,7,25,7,3),(2007,7,25,8,33),(2007,7,25,9,7),(2007,7,25,10,5),(2007,7,25,11,1),(2007,7,25,12,3),(2007,7,25,13,22),(2007,7,25,14,14),(2007,7,25,15,18),(2007,7,25,16,11),(2007,7,25,17,9),(2007,7,25,18,35),(2007,7,25,19,44),(2007,7,25,20,18),(2007,7,25,21,5),(2007,7,25,22,6),(2007,7,25,23,6),(2007,7,26,0,6),(2007,7,26,1,3),(2007,7,26,2,8),(2007,7,26,3,2),(2007,7,26,4,17),(2007,7,26,5,6),(2007,7,26,6,3),(2007,7,26,7,6),(2007,7,26,8,13),(2007,7,26,9,3),(2007,7,26,10,7),(2007,7,26,11,15),(2007,7,26,12,7),(2007,7,26,13,3),(2007,7,26,14,9),(2007,7,26,15,15),(2007,7,26,16,15),(2007,7,26,17,14),(2007,7,26,18,30),(2007,7,26,19,35),(2007,7,26,20,52),(2007,7,26,21,51),(2007,7,26,22,33),(2007,7,26,23,12),(2007,7,27,0,12),(2007,7,27,1,13),(2007,7,27,2,21),(2007,7,27,3,8),(2007,7,27,4,8),(2007,7,27,5,7),(2007,7,27,6,1),(2007,7,27,7,10),(2007,7,27,8,1),(2007,7,27,9,9),(2007,7,27,10,7),(2007,7,27,11,0),(2007,7,27,12,2),(2007,7,27,13,6),(2007,7,27,14,7),(2007,7,27,15,12),(2007,7,27,16,22),(2007,7,27,17,21),(2007,7,27,18,9),(2007,7,27,19,4),(2007,7,27,20,3),(2007,7,27,21,2),(2007,7,27,22,4),(2007,7,27,23,2),(2007,7,28,0,8),(2007,7,28,1,6),(2007,7,28,2,4),(2007,7,28,3,8),(2007,7,28,4,11),(2007,7,28,5,3),(2007,7,28,6,1),(2007,7,28,7,6),(2007,7,28,8,12),(2007,7,28,9,7),(2007,7,28,10,5),(2007,7,28,11,11),(2007,7,28,12,4),(2007,7,28,13,15),(2007,7,28,14,13),(2007,7,28,15,8),(2007,7,28,16,18),(2007,7,28,17,2),(2007,7,28,18,6),(2007,7,28,19,14),(2007,7,28,20,6),(2007,7,28,21,14),(2007,7,28,22,3),(2007,7,28,23,3),(2007,7,29,0,19),(2007,7,29,1,2),(2007,7,29,2,7),(2007,7,29,3,15),(2007,7,29,4,2),(2007,7,29,5,10),(2007,7,29,6,1),(2007,7,29,7,0),(2007,7,29,8,10),(2007,7,29,9,1),(2007,7,29,10,4),(2007,7,29,11,13),(2007,7,29,12,23),(2007,7,29,13,30),(2007,7,29,14,57),(2007,7,29,15,10),(2007,7,29,16,13),(2007,7,29,17,8),(2007,7,29,18,22),(2007,7,29,19,9),(2007,7,29,20,20),(2007,7,29,21,6),(2007,7,29,22,19),(2007,7,29,23,8),(2007,7,30,0,12),(2007,7,30,1,2),(2007,7,30,2,1),(2007,7,30,3,1),(2007,7,30,4,0),(2007,7,30,5,11),(2007,7,30,6,2),(2007,7,30,7,8),(2007,7,30,8,13),(2007,7,30,9,8),(2007,7,30,10,21),(2007,7,30,11,11),(2007,7,30,12,8),(2007,7,30,13,20),(2007,7,30,14,7),(2007,7,30,15,3),(2007,7,30,16,2),(2007,7,30,17,5),(2007,7,30,18,14),(2007,7,30,19,7),(2007,7,30,20,10),(2007,7,30,21,4),(2007,7,30,22,5),(2007,7,30,23,7),(2007,7,31,0,5),(2007,7,31,1,4),(2007,7,31,2,1),(2007,7,31,3,6),(2007,7,31,4,2),(2007,7,31,5,3),(2007,7,31,6,2),(2007,7,31,7,10),(2007,7,31,8,10),(2007,7,31,9,13),(2007,7,31,10,36),(2007,7,31,11,32),(2007,7,31,12,24),(2007,7,31,13,17),(2007,7,31,14,11),(2007,7,31,15,15),(2007,7,31,16,11),(2007,7,31,17,7),(2007,7,31,18,10),(2007,7,31,19,11),(2007,7,31,20,6),(2007,7,31,21,7),(2007,7,31,22,7),(2007,7,31,23,2),(2007,8,1,0,5),(2007,8,1,1,4),(2007,8,1,2,7),(2007,8,1,3,14),(2007,8,1,4,32),(2007,8,1,5,27),(2007,8,1,6,5),(2007,8,1,7,4),(2007,8,1,8,8),(2007,8,1,9,7),(2007,8,1,10,8),(2007,8,1,11,5),(2007,8,1,12,10),(2007,8,1,13,15),(2007,8,1,14,8),(2007,8,1,15,6),(2007,8,1,16,6),(2007,8,1,17,12),(2007,8,1,18,8),(2007,8,1,19,0),(2007,8,1,20,0),(2007,8,1,21,5),(2007,8,1,22,6),(2007,8,1,23,2),(2007,8,2,0,5),(2007,8,2,1,15),(2007,8,2,2,5),(2007,8,2,3,22),(2007,8,2,4,25),(2007,8,2,5,3),(2007,8,2,6,8),(2007,8,2,7,8),(2007,8,2,8,9),(2007,8,2,9,6),(2007,8,2,10,44),(2007,8,2,11,44),(2007,8,2,12,19),(2007,8,2,13,7),(2007,8,2,14,5),(2007,8,2,15,5),(2007,8,2,16,23),(2007,8,2,17,5),(2007,8,2,18,4),(2007,8,2,19,2),(2007,8,2,20,3),(2007,8,2,21,4),(2007,8,2,22,5),(2007,8,2,23,10),(2007,8,3,0,10),(2007,8,3,1,8),(2007,8,3,2,9),(2007,8,3,3,14),(2007,8,3,4,29),(2007,8,3,5,7),(2007,8,3,6,35),(2007,8,3,7,13),(2007,8,3,8,11),(2007,8,3,9,9),(2007,8,3,10,10),(2007,8,3,11,9),(2007,8,3,12,7),(2007,8,3,13,12),(2007,8,3,14,12),(2007,8,3,15,6),(2007,8,3,16,10),(2007,8,3,17,12),(2007,8,3,18,4),(2007,8,3,19,1),(2007,8,3,20,1),(2007,8,3,21,0),(2007,8,3,22,5),(2007,8,3,23,12),(2007,8,4,0,12),(2007,8,4,1,3),(2007,8,4,2,3),(2007,8,4,3,33),(2007,8,4,4,37),(2007,8,4,5,15),(2007,8,4,6,13),(2007,8,4,7,16),(2007,8,4,8,17),(2007,8,4,9,21),(2007,8,4,10,27),(2007,8,4,11,16),(2007,8,4,12,17),(2007,8,4,13,19),(2007,8,4,14,28),(2007,8,4,15,22),(2007,8,4,16,32),(2007,8,4,17,17),(2007,8,4,18,19),(2007,8,4,19,33),(2007,8,4,20,56),(2007,8,4,21,6),(2007,8,4,22,3),(2007,8,4,23,0),(2007,8,5,0,0),(2007,8,5,0,0),(2007,8,5,1,10),(2007,8,5,2,0),(2007,8,5,1,10),(2007,8,5,3,16),(2007,8,5,2,0),(2007,8,5,4,3),(2007,8,5,3,16),(2007,8,5,5,8),(2007,8,5,4,3),(2007,8,5,6,5),(2007,8,5,5,8),(2007,8,5,7,8),(2007,8,5,6,5),(2007,8,5,8,16),(2007,8,5,7,8),(2007,8,5,9,9),(2007,8,5,8,16),(2007,8,5,10,32),(2007,8,5,9,9),(2007,8,5,11,10),(2007,8,5,10,32),(2007,8,5,12,9),(2007,8,5,11,10),(2007,8,5,13,6),(2007,8,5,12,9),(2007,8,5,14,7),(2007,8,5,13,6),(2007,8,5,15,7),(2007,8,5,14,7),(2007,8,5,16,9),(2007,8,5,15,7),(2007,8,5,17,10),(2007,8,5,16,9),(2007,8,5,18,7),(2007,8,5,17,10),(2007,8,5,19,8),(2007,8,5,18,7),(2007,8,5,20,4),(2007,8,5,19,8),(2007,8,5,21,1),(2007,8,5,20,4),(2007,8,5,22,3),(2007,8,5,21,1),(2007,8,5,23,4),(2007,8,5,22,3),(2007,8,5,23,4),(2007,8,6,0,3),(2007,8,6,1,0),(2007,8,6,2,13),(2007,8,6,3,6),(2007,8,6,4,14),(2007,8,6,5,15),(2007,8,6,6,20),(2007,8,6,7,8),(2007,8,6,8,5),(2007,8,6,9,3),(2007,8,6,10,5),(2007,8,6,11,6),(2007,8,6,12,7),(2007,8,6,13,3),(2007,8,6,14,4),(2007,8,6,15,7),(2007,8,6,16,4),(2007,8,6,17,4),(2007,8,6,18,2),(2007,8,6,19,1),(2007,8,6,20,1),(2007,8,6,21,0),(2007,8,6,22,1),(2007,8,6,23,2),(2007,8,7,0,0),(2007,8,7,1,1),(2007,8,7,2,11),(2007,8,7,3,0),(2007,8,7,4,1),(2007,8,7,5,2),(2007,8,7,6,1),(2007,8,7,7,5),(2007,8,7,8,1),(2007,8,7,9,3),(2007,8,7,10,8),(2007,8,7,11,12),(2007,8,7,12,6),(2007,8,7,13,21),(2007,8,7,14,9),(2007,8,7,15,30),(2007,8,7,16,3),(2007,8,7,17,5),(2007,8,7,18,5),(2007,8,7,19,28),(2007,8,7,20,4),(2007,8,7,21,7),(2007,8,7,22,7),(2007,8,7,23,7),(2007,8,8,0,6),(2007,8,8,1,9),(2007,8,8,2,6),(2007,8,8,3,9),(2007,8,8,4,8),(2007,8,8,5,8),(2007,8,8,6,12),(2007,8,8,7,14),(2007,8,8,8,17),(2007,8,8,9,36),(2007,8,8,10,12),(2007,8,8,11,7),(2007,8,8,12,7),(2007,8,8,13,11),(2007,8,8,14,41),(2007,8,8,15,13),(2007,8,8,16,9),(2007,8,8,17,9),(2007,8,8,18,11),(2007,8,8,19,5),(2007,8,8,20,8),(2007,8,8,21,16),(2007,8,8,22,8),(2007,8,8,23,7),(2007,8,9,0,13),(2007,8,9,1,18),(2007,8,9,2,56),(2007,8,9,3,7),(2007,8,9,4,21),(2007,8,9,5,11),(2007,8,9,6,33),(2007,8,9,7,12),(2007,8,9,8,5),(2007,8,9,9,6),(2007,8,9,10,12),(2007,8,9,11,4),(2007,8,9,12,7),(2007,8,9,13,9),(2007,8,9,14,3),(2007,8,9,15,7),(2007,8,9,16,23),(2007,8,9,17,44),(2007,8,9,18,19),(2007,8,9,19,8),(2007,8,9,20,60),(2007,8,9,21,14),(2007,8,9,22,8),(2007,8,9,23,27),(2007,8,10,0,22),(2007,8,10,1,4),(2007,8,10,2,7),(2007,8,10,3,14),(2007,8,10,4,3),(2007,8,10,5,3),(2007,8,10,6,74),(2007,8,10,7,90),(2007,8,10,8,20),(2007,8,10,9,18),(2007,8,10,10,43),(2007,8,10,11,45),(2007,8,10,12,20),(2007,8,10,13,2),(2007,8,10,14,11),(2007,8,10,15,11),(2007,8,10,16,10),(2007,8,10,17,6),(2007,8,10,18,9),(2007,8,10,19,7),(2007,8,10,20,3),(2007,8,10,21,1),(2007,8,10,22,9),(2007,8,10,23,6),(2007,8,11,0,15),(2007,8,11,1,4),(2007,8,11,2,4),(2007,8,11,3,2),(2007,8,11,4,7),(2007,8,11,5,2),(2007,8,11,6,12),(2007,8,11,7,3),(2007,8,11,8,12),(2007,8,11,9,14),(2007,8,11,10,19),(2007,8,11,11,57),(2007,8,11,12,30),(2007,8,11,13,6),(2007,8,11,14,6),(2007,8,11,15,10),(2007,8,11,16,4),(2007,8,11,17,7),(2007,8,11,18,7),(2007,8,11,19,13),(2007,8,11,20,8),(2007,8,11,21,7),(2007,8,11,22,13),(2007,8,11,23,7),(2007,8,12,0,6),(2007,8,12,1,18),(2007,8,12,2,3),(2007,8,12,3,13),(2007,8,12,4,8),(2007,8,12,5,11),(2007,8,12,6,2),(2007,8,12,7,5),(2007,8,12,8,13),(2007,8,12,9,5),(2007,8,12,10,7),(2007,8,12,11,14),(2007,8,12,12,10),(2007,8,12,13,12),(2007,8,12,14,7),(2007,8,12,15,7),(2007,8,12,16,10),(2007,8,12,17,4),(2007,8,12,18,8),(2007,8,12,19,23),(2007,8,12,20,18),(2007,8,12,21,23),(2007,8,12,22,15),(2007,8,12,23,8),(2007,8,13,0,15),(2007,8,13,1,9),(2007,8,13,2,7),(2007,8,13,3,9),(2007,8,13,4,7),(2007,8,13,5,7),(2007,8,13,6,11),(2007,8,13,7,6),(2007,8,13,8,11),(2007,8,13,9,10),(2007,8,13,10,12),(2007,8,13,11,19),(2007,8,13,12,13),(2007,8,13,13,43),(2007,8,13,14,8),(2007,8,13,15,9),(2007,8,13,16,10),(2007,8,13,17,9),(2007,8,13,18,9),(2007,8,13,19,31),(2007,8,13,20,21),(2007,8,13,21,11),(2007,8,13,22,32),(2007,8,13,23,21),(2007,8,14,0,10),(2007,8,14,1,17),(2007,8,14,2,12),(2007,8,14,3,18),(2007,8,14,4,8),(2007,8,14,5,25),(2007,8,14,6,16),(2007,8,14,7,16),(2007,8,14,8,22),(2007,8,14,9,31),(2007,8,14,10,16),(2007,8,14,11,12),(2007,8,14,12,31),(2007,8,14,13,40),(2007,8,14,14,22),(2007,8,14,15,40),(2007,8,14,16,22),(2007,8,14,17,18),(2007,8,14,18,12),(2007,8,14,19,26),(2007,8,14,20,14),(2007,8,14,21,13),(2007,8,14,22,11),(2007,8,14,23,14),(2007,8,15,0,18),(2007,8,15,1,15),(2007,8,15,2,21),(2007,8,15,3,7),(2007,8,15,4,11),(2007,8,15,5,15),(2007,8,15,6,12),(2007,8,15,7,10),(2007,8,15,8,11),(2007,8,15,9,14),(2007,8,15,10,8),(2007,8,15,11,5),(2007,8,15,12,10),(2007,8,15,13,15),(2007,8,15,14,11),(2007,8,15,15,16),(2007,8,15,16,23),(2007,8,15,17,16),(2007,8,15,18,16),(2007,8,15,19,9),(2007,8,15,20,34),(2007,8,15,21,43),(2007,8,15,22,21),(2007,8,15,23,19),(2007,8,16,0,6),(2007,8,16,1,9),(2007,8,16,2,11),(2007,8,16,3,15),(2007,8,16,4,9),(2007,8,16,5,5),(2007,8,16,6,20),(2007,8,16,7,8),(2007,8,16,8,13),(2007,8,16,9,9),(2007,8,16,10,14),(2007,8,16,11,9),(2007,8,16,12,12),(2007,8,16,13,2),(2007,8,16,14,12),(2007,8,16,15,3),(2007,8,16,16,25),(2007,8,16,17,40),(2007,8,16,18,33),(2007,8,16,19,32),(2007,8,16,20,43),(2007,8,16,21,41),(2007,8,16,22,41),(2007,8,16,23,30),(2007,8,17,0,63),(2007,8,17,1,31),(2007,8,17,2,28),(2007,8,17,3,31),(2007,8,17,4,46),(2007,8,17,5,26),(2007,8,17,6,42),(2007,8,17,7,31),(2007,8,17,8,24),(2007,8,17,9,44),(2007,8,17,10,35),(2007,8,17,11,29),(2007,8,17,12,24),(2007,8,17,13,28),(2007,8,17,14,37),(2007,8,17,15,28),(2007,8,17,16,33),(2007,8,17,17,26),(2007,8,17,18,32),(2007,8,17,19,25),(2007,8,17,20,27),(2007,8,17,21,39),(2007,8,17,22,42),(2007,8,17,23,45),(2007,8,18,0,28),(2007,8,18,1,27),(2007,8,18,2,28),(2007,8,18,3,28),(2007,8,18,4,32),(2007,8,18,5,38),(2007,8,18,6,32),(2007,8,18,7,20),(2007,8,18,8,14),(2007,8,18,9,1),(2007,8,18,10,2),(2007,8,18,11,2),(2007,8,18,12,2),(2007,8,18,13,1),(2007,8,18,14,2),(2007,8,18,15,2),(2007,8,18,16,46),(2007,8,18,17,106),(2007,8,18,18,103),(2007,8,18,19,99),(2007,8,18,20,77),(2007,8,18,21,104),(2007,8,18,22,98),(2007,8,18,23,104),(2007,8,19,0,84),(2007,8,19,1,95),(2007,8,19,2,82),(2007,8,19,3,96),(2007,8,19,4,83),(2007,8,19,5,87),(2007,8,19,6,92),(2007,8,19,7,94),(2007,8,19,8,124),(2007,8,19,9,100),(2007,8,19,10,98),(2007,8,19,11,86),(2007,8,19,12,78),(2007,8,19,13,90),(2007,8,19,14,108),(2007,8,19,15,109),(2007,8,19,16,105),(2007,8,19,17,90),(2007,8,19,18,88),(2007,8,19,19,89),(2007,8,19,20,86),(2007,8,19,21,84),(2007,8,19,22,106),(2007,8,19,23,84),(2007,8,20,0,67),(2007,8,20,1,93),(2007,8,20,2,85),(2007,8,20,3,61),(2007,8,20,4,74),(2007,8,20,5,83),(2007,8,20,6,86),(2007,8,20,7,65),(2007,8,20,8,53),(2007,8,20,9,8),(2007,8,20,10,41),(2007,8,20,11,98),(2007,8,20,12,110),(2007,8,20,13,76),(2007,8,20,14,56),(2007,8,20,15,86),(2007,8,20,16,57),(2007,8,20,17,98),(2007,8,20,18,123),(2007,8,20,19,101),(2007,8,20,20,91),(2007,8,20,21,114),(2007,8,20,22,126),(2007,8,20,23,122),(2007,8,21,0,96),(2007,8,21,1,107),(2007,8,21,2,120),(2007,8,21,3,114),(2007,8,21,4,109),(2007,8,21,5,64),(2007,8,21,6,274),(2007,8,21,7,76),(2007,8,21,8,67),(2007,8,21,9,52),(2007,8,21,10,58),(2007,8,21,11,82),(2007,8,21,12,73),(2007,8,21,13,82),(2007,8,21,14,65),(2007,8,21,15,72),(2007,8,21,16,68),(2007,8,21,17,115),(2007,8,21,18,55),(2007,8,21,19,69),(2007,8,21,20,28),(2007,8,21,21,0),(2007,8,21,22,0),(2007,8,21,23,51),(2007,8,22,0,37),(2007,8,22,1,0),(2007,8,22,2,11),(2007,8,22,3,35),(2007,8,22,4,0),(2007,8,22,5,0),(2007,8,22,6,20),(2007,8,22,7,63),(2007,8,22,8,68),(2007,8,22,9,32),(2007,8,22,10,26),(2007,8,22,11,25),(2007,8,22,12,58),(2007,8,22,13,45),(2007,8,22,14,52),(2007,8,22,15,2),(2007,8,22,16,2),(2007,8,22,17,0),(2007,8,22,18,6),(2007,8,22,19,4),(2007,8,22,20,63),(2007,8,22,21,48),(2007,8,22,22,47),(2007,8,22,23,46),(2007,8,23,0,41),(2007,8,23,1,59),(2007,8,23,2,46),(2007,8,23,3,36),(2007,8,23,4,50),(2007,8,23,5,63),(2007,8,23,6,68),(2007,8,23,7,49),(2007,8,23,8,50),(2007,8,23,9,32),(2007,8,23,10,56),(2007,8,23,11,59),(2007,8,23,12,69),(2007,8,23,13,42),(2007,8,23,14,47),(2007,8,23,15,42),(2007,8,23,16,59),(2007,8,23,17,49),(2007,8,23,18,61),(2007,8,23,19,43),(2007,8,23,20,34),(2007,8,23,21,65),(2007,8,23,22,41),(2007,8,23,23,59),(2007,8,24,0,44),(2007,8,24,1,63),(2007,8,24,2,36),(2007,8,24,3,65),(2007,8,24,4,36),(2007,8,24,5,36),(2007,8,24,6,45),(2007,8,24,7,46),(2007,8,24,8,2),(2007,8,24,9,3),(2007,8,24,10,2),(2007,8,24,11,4),(2007,8,24,12,1),(2007,8,24,13,14),(2007,8,24,14,3),(2007,8,24,15,0),(2007,8,24,16,2),(2007,8,24,17,2),(2007,8,24,18,12),(2007,8,24,19,0),(2007,8,24,20,14),(2007,8,24,21,54),(2007,8,24,22,35),(2007,8,24,23,10),(2007,8,25,0,67),(2007,8,25,1,41),(2007,8,25,2,32),(2007,8,25,3,43),(2007,8,25,4,43),(2007,8,25,5,41),(2007,8,25,6,35),(2007,8,25,7,33),(2007,8,25,8,42),(2007,8,25,9,38),(2007,8,25,10,31),(2007,8,25,11,29),(2007,8,25,12,58),(2007,8,25,13,62),(2007,8,25,14,44),(2007,8,25,15,42),(2007,8,25,16,26),(2007,8,25,17,33),(2007,8,25,18,20),(2007,8,25,19,18),(2007,8,25,20,36),(2007,8,25,21,40),(2007,8,25,22,78),(2007,8,25,23,29),(2007,8,26,0,32),(2007,8,26,1,29),(2007,8,26,2,26),(2007,8,26,3,26),(2007,8,26,4,26),(2007,8,26,5,16),(2007,8,26,6,17),(2007,8,26,7,25),(2007,8,26,8,28),(2007,8,26,9,18),(2007,8,26,10,23),(2007,8,26,11,24),(2007,8,26,12,26),(2007,8,26,13,27),(2007,8,26,14,24),(2007,8,26,15,23),(2007,8,26,16,20),(2007,8,26,17,17),(2007,8,26,18,51),(2007,8,26,19,20),(2007,8,26,20,49),(2007,8,26,21,29),(2007,8,26,22,22),(2007,8,26,23,27),(2007,8,27,0,27),(2007,8,27,1,36),(2007,8,27,2,16),(2007,8,27,3,18),(2007,8,27,4,26),(2007,8,27,5,21),(2007,8,27,6,33),(2007,8,27,7,43),(2007,8,27,8,35),(2007,8,27,9,34),(2007,8,27,10,26),(2007,8,27,11,41),(2007,8,27,12,33),(2007,8,27,13,61),(2007,8,27,14,24),(2007,8,27,15,37),(2007,8,27,16,43),(2007,8,27,17,35),(2007,8,27,18,48),(2007,8,27,19,37),(2007,8,27,20,39),(2007,8,27,21,47),(2007,8,27,22,48),(2007,8,27,23,41),(2007,8,28,0,40),(2007,8,28,1,46),(2007,8,28,2,57),(2007,8,28,3,61),(2007,8,28,4,53),(2007,8,28,5,31),(2007,8,28,6,47),(2007,8,28,7,39),(2007,8,28,8,33),(2007,8,28,9,34),(2007,8,28,10,64),(2007,8,28,11,45),(2007,8,28,12,58),(2007,8,28,13,57),(2007,8,28,14,51),(2007,8,28,15,63),(2007,8,28,16,70),(2007,8,28,17,52),(2007,8,28,18,62),(2007,8,28,19,59),(2007,8,28,20,57),(2007,8,28,21,81),(2007,8,28,22,69),(2007,8,28,23,55),(2007,8,29,0,45),(2007,8,29,1,43),(2007,8,29,2,42),(2007,8,29,3,49),(2007,8,29,4,54),(2007,8,29,5,49),(2007,8,29,6,41),(2007,8,29,7,55),(2007,8,29,8,49),(2007,8,29,9,40),(2007,8,29,10,40),(2007,8,29,11,48),(2007,8,29,12,65),(2007,8,29,13,52),(2007,8,29,14,48),(2007,8,29,15,79),(2007,8,29,16,54),(2007,8,29,17,49),(2007,8,29,18,42),(2007,8,29,19,45),(2007,8,29,20,49),(2007,8,29,21,48),(2007,8,29,22,34),(2007,8,29,23,27),(2007,8,30,0,57),(2007,8,30,1,60),(2007,8,30,2,39),(2007,8,30,3,37),(2007,8,30,4,32),(2007,8,30,5,33),(2007,8,30,6,29),(2007,8,30,7,42),(2007,8,30,8,34),(2007,8,30,9,43),(2007,8,30,10,41),(2007,8,30,11,46),(2007,8,30,12,78),(2007,8,30,13,46),(2007,8,30,14,112),(2007,8,30,15,95),(2007,8,30,16,76),(2007,8,30,17,93),(2007,8,30,18,93),(2007,8,30,19,81),(2007,8,30,20,78),(2007,8,30,21,83),(2007,8,30,22,66),(2007,8,30,23,65),(2007,8,31,0,64),(2007,8,31,1,46),(2007,8,31,2,31),(2007,8,31,3,20),(2007,8,31,4,35),(2007,8,31,5,39),(2007,8,31,6,49),(2007,8,31,7,32),(2007,8,31,8,37),(2007,8,31,9,40),(2007,8,31,10,36),(2007,8,31,11,40),(2007,8,31,12,71),(2007,8,31,13,57),(2007,8,31,14,64),(2007,8,31,15,53),(2007,8,31,16,56),(2007,8,31,17,43),(2007,8,31,18,40),(2007,8,31,19,36),(2007,8,31,20,68),(2007,8,31,21,66),(2007,8,31,22,69),(2007,8,31,23,59),(2007,9,1,0,57),(2007,9,1,1,59),(2007,9,1,2,44),(2007,9,1,3,48),(2007,9,1,4,53),(2007,9,1,5,7),(2007,9,1,6,6),(2007,9,1,7,8),(2007,9,1,8,11),(2007,9,1,9,6),(2007,9,1,10,9),(2007,9,1,11,8),(2007,9,1,12,12),(2007,9,1,13,6),(2007,9,1,14,4),(2007,9,1,15,3),(2007,9,1,16,4),(2007,9,1,17,4),(2007,9,1,18,2),(2007,9,1,19,11),(2007,9,1,20,15),(2007,9,1,21,23),(2007,9,1,22,10),(2007,9,1,23,7),(2007,9,2,0,23),(2007,9,2,1,17),(2007,9,2,2,29),(2007,9,2,3,39),(2007,9,2,4,54),(2007,9,2,5,59),(2007,9,2,6,45),(2007,9,2,7,54),(2007,9,2,8,53),(2007,9,2,9,40),(2007,9,2,10,45),(2007,9,2,11,44),(2007,9,2,12,41),(2007,9,2,13,75),(2007,9,2,14,67),(2007,9,2,15,43),(2007,9,2,16,55),(2007,9,2,17,73),(2007,9,2,18,97),(2007,9,2,19,66),(2007,9,2,20,45),(2007,9,2,21,42),(2007,9,2,22,48),(2007,9,2,23,34),(2007,9,3,0,52),(2007,9,3,1,49),(2007,9,3,2,52),(2007,9,3,3,58),(2007,9,3,4,49),(2007,9,3,5,56),(2007,9,3,6,65),(2007,9,3,7,100),(2007,9,3,8,93),(2007,9,3,9,99),(2007,9,3,10,89),(2007,9,3,11,98),(2007,9,3,12,102),(2007,9,3,13,64),(2007,9,3,14,75),(2007,9,3,15,126),(2007,9,3,16,108),(2007,9,3,17,50),(2007,9,3,18,52),(2007,9,3,19,63),(2007,9,3,20,62),(2007,9,3,21,69),(2007,9,3,22,66),(2007,9,3,23,47),(2007,9,4,0,46),(2007,9,4,1,48),(2007,9,4,2,48),(2007,9,4,3,59),(2007,9,4,4,30),(2007,9,4,5,12),(2007,9,4,6,71),(2007,9,4,7,73),(2007,9,4,8,98),(2007,9,4,9,93),(2007,9,4,10,146),(2007,9,4,11,147),(2007,9,4,12,150),(2007,9,4,13,156),(2007,9,4,14,106),(2007,9,4,15,23),(2007,9,4,16,33),(2007,9,4,17,9),(2007,9,4,18,7),(2007,9,4,19,6),(2007,9,4,20,2),(2007,9,4,21,29),(2007,9,4,22,9),(2007,9,4,23,17),(2007,9,5,0,3),(2007,9,5,1,1),(2007,9,5,2,19),(2007,9,5,3,4),(2007,9,5,4,13),(2007,9,5,5,7),(2007,9,5,6,13),(2007,9,5,7,7),(2007,9,5,8,19),(2007,9,5,9,1),(2007,9,5,10,6),(2007,9,5,11,3),(2007,9,5,12,12),(2007,9,5,13,2),(2007,9,5,14,19),(2007,9,5,15,9),(2007,9,5,16,8),(2007,9,5,17,6),(2007,9,5,18,35),(2007,9,5,19,3),(2007,9,5,20,2),(2007,9,5,21,4),(2007,9,5,22,5),(2007,9,5,23,16),(2007,9,6,0,1),(2007,9,6,1,1),(2007,9,6,2,1),(2007,9,6,3,0),(2007,9,6,4,2),(2007,9,6,5,6),(2007,9,6,6,12),(2007,9,6,7,5),(2007,9,6,8,15),(2007,9,6,9,6),(2007,9,6,10,28),(2007,9,6,11,0),(2007,9,6,12,8),(2007,9,6,13,26),(2007,9,6,14,13),(2007,9,6,15,10),(2007,9,6,16,28),(2007,9,6,17,1),(2007,9,6,18,3),(2007,9,6,19,13),(2007,9,6,20,18),(2007,9,6,21,26),(2007,9,6,22,3),(2007,9,6,23,12),(2007,9,7,0,2),(2007,9,7,1,3),(2007,9,7,2,2),(2007,9,7,3,0),(2007,9,7,4,4),(2007,9,7,5,2),(2007,9,7,6,4),(2007,9,7,7,3),(2007,9,7,8,1),(2007,9,7,9,4),(2007,9,7,10,6),(2007,9,7,11,3),(2007,9,7,12,2),(2007,9,7,13,18),(2007,9,7,14,10),(2007,9,7,15,1),(2007,9,7,16,12),(2007,9,7,17,10),(2007,9,7,18,2),(2007,9,7,19,4),(2007,9,7,20,10),(2007,9,7,21,10),(2007,9,7,22,3),(2007,9,7,23,28),(2007,9,8,0,0),(2007,9,8,1,10),(2007,9,8,2,5),(2007,9,8,3,2),(2007,9,8,4,0),(2007,9,8,5,3),(2007,9,8,6,0),(2007,9,8,7,11),(2007,9,8,8,0),(2007,9,8,9,3),(2007,9,8,10,1),(2007,9,8,11,1),(2007,9,8,12,0),(2007,9,8,13,11),(2007,9,8,14,4),(2007,9,8,15,2),(2007,9,8,16,1),(2007,9,8,17,4),(2007,9,8,18,0),(2007,9,8,19,18),(2007,9,8,20,2),(2007,9,8,21,0),(2007,9,8,22,23),(2007,9,8,23,0),(2007,9,9,0,0),(2007,9,9,1,13),(2007,9,9,2,10),(2007,9,9,3,1),(2007,9,9,4,4),(2007,9,9,5,10),(2007,9,9,6,1),(2007,9,9,7,0),(2007,9,9,8,4),(2007,9,9,9,4),(2007,9,9,10,0),(2007,9,9,11,0),(2007,9,9,12,0),(2007,9,9,13,11),(2007,9,9,14,6),(2007,9,9,15,37),(2007,9,9,16,5),(2007,9,9,17,0),(2007,9,9,18,46),(2007,9,9,19,2),(2007,9,9,20,2),(2007,9,9,21,20),(2007,9,9,22,8),(2007,9,9,23,6),(2007,9,10,0,59),(2007,9,10,1,0),(2007,9,10,2,2),(2007,9,10,3,3),(2007,9,10,4,0),(2007,9,10,5,5),(2007,9,10,6,3),(2007,9,10,7,16),(2007,9,10,8,31),(2007,9,10,9,40),(2007,9,10,10,29),(2007,9,10,11,34),(2007,9,10,12,38),(2007,9,10,13,58),(2007,9,10,14,31),(2007,9,10,15,40),(2007,9,10,16,33),(2007,9,10,17,42),(2007,9,10,18,34),(2007,9,10,19,47),(2007,9,10,20,43),(2007,9,10,21,35),(2007,9,10,22,43),(2007,9,10,23,38),(2007,9,11,0,29),(2007,9,11,1,32),(2007,9,11,2,32),(2007,9,11,3,30),(2007,9,11,4,19),(2007,9,11,5,30),(2007,9,11,6,37),(2007,9,11,7,33),(2007,9,11,8,32),(2007,9,11,9,19),(2007,9,11,10,30),(2007,9,11,11,35),(2007,9,11,12,44),(2007,9,11,13,64),(2007,9,11,14,11),(2007,9,11,15,14),(2007,9,11,16,24),(2007,9,11,17,4),(2007,9,11,18,38),(2007,9,11,19,5),(2007,9,11,20,6),(2007,9,11,21,27),(2007,9,11,22,10),(2007,9,11,23,10),(2007,9,12,0,5),(2007,9,12,1,4),(2007,9,12,2,2),(2007,9,12,3,4),(2007,9,12,4,9),(2007,9,12,5,3),(2007,9,12,6,2),(2007,9,12,7,2),(2007,9,12,8,1),(2007,9,12,9,1),(2007,9,12,10,0),(2007,9,12,11,4),(2007,9,12,12,1),(2007,9,12,13,0),(2007,9,12,14,5),(2007,9,12,15,3),(2007,9,12,16,0),(2007,9,12,17,0),(2007,9,12,18,2),(2007,9,12,19,2),(2007,9,12,20,10),(2007,9,12,21,12),(2007,9,12,22,71),(2007,9,12,23,181),(2007,9,13,0,96),(2007,9,13,1,87),(2007,9,13,2,71),(2007,9,13,3,81),(2007,9,13,4,73),(2007,9,13,5,50),(2007,9,13,6,61),(2007,9,13,7,78),(2007,9,13,8,67),(2007,9,13,9,4),(2007,9,13,10,90),(2007,9,13,11,123),(2007,9,13,12,103),(2007,9,13,13,90),(2007,9,13,14,12),(2007,9,13,15,0),(2007,9,13,16,10),(2007,9,13,17,7),(2007,9,13,18,0),(2007,9,13,19,13),(2007,9,13,20,7),(2007,9,13,21,37),(2007,9,13,22,28),(2007,9,13,23,15),(2007,9,14,0,2),(2007,9,14,1,14),(2007,9,14,2,17),(2007,9,14,3,2),(2007,9,14,4,1),(2007,9,14,5,0),(2007,9,14,6,9),(2007,9,14,7,0),(2007,9,14,8,1),(2007,9,14,9,1),(2007,9,14,10,3),(2007,9,14,11,0),(2007,9,14,12,21),(2007,9,14,13,0),(2007,9,14,14,0),(2007,9,14,15,0),(2007,9,14,16,0),(2007,9,14,17,1),(2007,9,14,18,0),(2007,9,14,19,28),(2007,9,14,20,0),(2007,9,14,21,10),(2007,9,14,22,10),(2007,9,14,23,13),(2007,9,15,0,0),(2007,9,15,1,0),(2007,9,15,2,1),(2007,9,15,3,1),(2007,9,15,4,4),(2007,9,15,5,0),(2007,9,15,6,2),(2007,9,15,7,3),(2007,9,15,8,4),(2007,9,15,9,2),(2007,9,15,10,1),(2007,9,15,11,1),(2007,9,15,12,3),(2007,9,15,13,0),(2007,9,15,14,0),(2007,9,15,15,26),(2007,9,15,16,0),(2007,9,15,17,8),(2007,9,15,18,10),(2007,9,15,19,10),(2007,9,15,20,1),(2007,9,15,21,0),(2007,9,15,22,2),(2007,9,15,23,2),(2007,9,16,0,4),(2007,9,16,1,3),(2007,9,16,2,5),(2007,9,16,3,1),(2007,9,16,4,2),(2007,9,16,5,1),(2007,9,16,6,0),(2007,9,16,7,2),(2007,9,16,8,0),(2007,9,16,9,3),(2007,9,16,10,2),(2007,9,16,11,1),(2007,9,16,12,0),(2007,9,16,13,0),(2007,9,16,14,16),(2007,9,16,15,1),(2007,9,16,16,1),(2007,9,16,17,22),(2007,9,16,18,11),(2007,9,16,19,0),(2007,9,16,20,15),(2007,9,16,21,3),(2007,9,16,22,11),(2007,9,16,23,1),(2007,9,17,0,1),(2007,9,17,1,1),(2007,9,17,2,3),(2007,9,17,3,1),(2007,9,17,4,1),(2007,9,17,5,1),(2007,9,17,6,2),(2007,9,17,7,4),(2007,9,17,8,3),(2007,9,17,9,4),(2007,9,17,10,0),(2007,9,17,11,10),(2007,9,17,12,11),(2007,9,17,13,0),(2007,9,17,14,10),(2007,9,17,15,10),(2007,9,17,16,11),(2007,9,17,17,1),(2007,9,17,18,7),(2007,9,17,19,3),(2007,9,17,20,3),(2007,9,17,21,3),(2007,9,17,22,2),(2007,9,17,23,2),(2007,9,18,0,2),(2007,9,18,1,3),(2007,9,18,2,2),(2007,9,18,3,1),(2007,9,18,4,0),(2007,9,18,5,2),(2007,9,18,6,1),(2007,9,18,7,0),(2007,9,18,8,25),(2007,9,18,9,2),(2007,9,18,10,0),(2007,9,18,11,0),(2007,9,18,12,21),(2007,9,18,13,13),(2007,9,18,14,12),(2007,9,18,15,4),(2007,9,18,16,5),(2007,9,18,17,5),(2007,9,18,18,30),(2007,9,18,19,1),(2007,9,18,20,7),(2007,9,18,21,4),(2007,9,18,22,1),(2007,9,18,23,1),(2007,9,19,0,7),(2007,9,19,1,3),(2007,9,19,2,1),(2007,9,19,3,0),(2007,9,19,4,1),(2007,9,19,5,2),(2007,9,19,6,0),(2007,9,19,7,1),(2007,9,19,8,1),(2007,9,19,9,2),(2007,9,19,10,7),(2007,9,19,11,2),(2007,9,19,12,11),(2007,9,19,13,58),(2007,9,19,14,12),(2007,9,19,15,2),(2007,9,19,16,14),(2007,9,19,17,13),(2007,9,19,18,1),(2007,9,19,19,6),(2007,9,19,20,0),(2007,9,19,21,1),(2007,9,19,22,8),(2007,9,19,23,16),(2007,9,20,0,14),(2007,9,20,1,21),(2007,9,20,2,25),(2007,9,20,3,22),(2007,9,20,4,20),(2007,9,20,5,18),(2007,9,20,6,25),(2007,9,20,7,6),(2007,9,20,8,0),(2007,9,20,9,0),(2007,9,20,10,3),(2007,9,20,11,14),(2007,9,20,12,21),(2007,9,20,13,25),(2007,9,20,14,6),(2007,9,20,15,33),(2007,9,20,16,6),(2007,9,20,17,8),(2007,9,20,18,13),(2007,9,20,19,8),(2007,9,20,20,1),(2007,9,20,21,3),(2007,9,20,22,0),(2007,9,20,23,2),(2007,9,21,0,8),(2007,9,21,1,17),(2007,9,21,2,8),(2007,9,21,3,6),(2007,9,21,4,1),(2007,9,21,5,21),(2007,9,21,6,16),(2007,9,21,7,26),(2007,9,21,8,3),(2007,9,21,9,53),(2007,9,21,10,71),(2007,9,21,11,29),(2007,9,21,12,36),(2007,9,21,13,46),(2007,9,21,14,14),(2007,9,21,15,38),(2007,9,21,16,36),(2007,9,21,17,8),(2007,9,21,18,70),(2007,9,21,19,23),(2007,9,21,20,17),(2007,9,21,21,95),(2007,9,21,22,139),(2007,9,21,23,149),(2007,9,22,0,84),(2007,9,22,1,94),(2007,9,22,2,140),(2007,9,22,3,130),(2007,9,22,4,129),(2007,9,22,5,126),(2007,9,22,6,120),(2007,9,22,7,123),(2007,9,22,8,119),(2007,9,22,9,124),(2007,9,22,10,119),(2007,9,22,11,93),(2007,9,22,12,91),(2007,9,22,13,124),(2007,9,22,14,134),(2007,9,22,15,99),(2007,9,22,16,2),(2007,9,22,17,3),(2007,9,22,18,53),(2007,9,22,19,123),(2007,9,22,20,29),(2007,9,22,21,11),(2007,9,22,22,21),(2007,9,22,23,1),(2007,9,23,0,0),(2007,9,23,1,1),(2007,9,23,2,5),(2007,9,23,3,1),(2007,9,23,4,35),(2007,9,23,5,29),(2007,9,23,6,2),(2007,9,23,7,1),(2007,9,23,8,33),(2007,9,23,9,1),(2007,9,23,10,3),(2007,9,23,11,17),(2007,9,23,12,35),(2007,9,23,13,35),(2007,9,23,14,2),(2007,9,23,15,16),(2007,9,23,16,32),(2007,9,23,17,4),(2007,9,23,18,6),(2007,9,23,19,2),(2007,9,23,20,1),(2007,9,23,21,1),(2007,9,23,22,1),(2007,9,23,23,6),(2007,9,24,0,11),(2007,9,24,1,4),(2007,9,24,2,2),(2007,9,24,3,16),(2007,9,24,4,6),(2007,9,24,5,0),(2007,9,24,6,9),(2007,9,24,7,7),(2007,9,24,8,1),(2007,9,24,9,2),(2007,9,24,10,0),(2007,9,24,11,4),(2007,9,24,12,0),(2007,9,24,13,25),(2007,9,24,14,23),(2007,9,24,15,25),(2007,9,24,16,20),(2007,9,24,17,21),(2007,9,24,18,23),(2007,9,24,19,15),(2007,9,24,20,13),(2007,9,24,21,16),(2007,9,24,22,14),(2007,9,24,23,15),(2007,9,25,0,23),(2007,9,25,1,21),(2007,9,25,2,20),(2007,9,25,3,17),(2007,9,25,4,17),(2007,9,25,5,23),(2007,9,25,6,16),(2007,9,25,7,27),(2007,9,25,8,22),(2007,9,25,9,18),(2007,9,25,10,21),(2007,9,25,11,40),(2007,9,25,12,57),(2007,9,25,13,45),(2007,9,25,14,57),(2007,9,25,15,59),(2007,9,25,16,39),(2007,9,25,17,1),(2007,9,25,18,14),(2007,9,25,19,2),(2007,9,25,20,2),(2007,9,25,21,3),(2007,9,25,22,10),(2007,9,25,23,1),(2007,9,26,0,6),(2007,9,26,1,1),(2007,9,26,2,8),(2007,9,26,3,42),(2007,9,26,4,52),(2007,9,26,5,49),(2007,9,26,6,49),(2007,9,26,7,25),(2007,9,26,8,32),(2007,9,26,9,19),(2007,9,26,10,72),(2007,9,26,11,13),(2007,9,26,12,46),(2007,9,26,13,3),(2007,9,26,14,22),(2007,9,26,15,35),(2007,9,26,16,36),(2007,9,26,17,42),(2007,9,26,18,52),(2007,9,26,19,39),(2007,9,26,20,52),(2007,9,26,21,50),(2007,9,26,22,63),(2007,9,26,23,48),(2007,9,27,0,40),(2007,9,27,1,53),(2007,9,27,2,47),(2007,9,27,3,14),(2007,9,27,4,5),(2007,9,27,5,8),(2007,9,27,6,4),(2007,9,27,7,7),(2007,9,27,8,2),(2007,9,27,9,10),(2007,9,27,10,1),(2007,9,27,11,2),(2007,9,27,12,0),(2007,9,27,13,6),(2007,9,27,14,25),(2007,9,27,15,6),(2007,9,27,16,16),(2007,9,27,17,3),(2007,9,27,18,0),(2007,9,27,19,4),(2007,9,27,20,10),(2007,9,27,21,23),(2007,9,27,22,6),(2007,9,27,23,43),(2007,9,28,0,4),(2007,9,28,1,4),(2007,9,28,2,6),(2007,9,28,3,7),(2007,9,28,4,2),(2007,9,28,5,5),(2007,9,28,6,1),(2007,9,28,7,2),(2007,9,28,8,0),(2007,9,28,9,0),(2007,9,28,10,0),(2007,9,28,11,26),(2007,9,28,12,0),(2007,9,28,13,1),(2007,9,28,14,25),(2007,9,28,15,4),(2007,9,28,16,9),(2007,9,28,17,4),(2007,9,28,18,4),(2007,9,28,19,1),(2007,9,28,20,2),(2007,9,28,21,1),(2007,9,28,22,1),(2007,9,28,23,1),(2007,9,29,0,1),(2007,9,29,1,18),(2007,9,29,2,21),(2007,9,29,3,52),(2007,9,29,4,17),(2007,9,29,5,0),(2007,9,29,6,0),(2007,9,29,7,0),(2007,9,29,8,0),(2007,9,29,9,0),(2007,9,29,10,0),(2007,9,29,11,0),(2007,9,29,12,20),(2007,9,29,13,10),(2007,9,29,14,1),(2007,9,29,15,5),(2007,9,29,16,1),(2007,9,29,17,35),(2007,9,29,18,1),(2007,9,29,19,64),(2007,9,29,20,70),(2007,9,29,21,88),(2007,9,29,22,64),(2007,9,29,23,45),(2007,9,30,0,117),(2007,9,30,1,94),(2007,9,30,2,170),(2007,9,30,3,164),(2007,9,30,4,85),(2007,9,30,5,73),(2007,9,30,6,82),(2007,9,30,7,82),(2007,9,30,8,76),(2007,9,30,9,87),(2007,9,30,10,81),(2007,9,30,11,82),(2007,9,30,12,73),(2007,9,30,13,69),(2007,9,30,14,59),(2007,9,30,15,45),(2007,9,30,16,69),(2007,9,30,17,75),(2007,9,30,18,10),(2007,9,30,19,1),(2007,9,30,20,0),(2007,9,30,21,2),(2007,9,30,22,1),(2007,9,30,23,1),(2007,10,1,0,2),(2007,10,1,1,0),(2007,10,1,2,1),(2007,10,1,3,2),(2007,10,1,4,5),(2007,10,1,5,2),(2007,10,1,6,1),(2007,10,1,7,1),(2007,10,1,8,3),(2007,10,1,9,2),(2007,10,1,10,12),(2007,10,1,11,14),(2007,10,1,12,5),(2007,10,1,13,0),(2007,10,1,14,2),(2007,10,1,15,2),(2007,10,1,16,7),(2007,10,1,17,1),(2007,10,1,18,2),(2007,10,1,19,1),(2007,10,1,20,1),(2007,10,1,21,1),(2007,10,1,22,0),(2007,10,1,23,3),(2007,10,2,0,3),(2007,10,2,1,5),(2007,10,2,2,4),(2007,10,2,3,1),(2007,10,2,4,23),(2007,10,2,5,14),(2007,10,2,6,0),(2007,10,2,7,28),(2007,10,2,8,55),(2007,10,2,9,80),(2007,10,2,10,1),(2007,10,2,11,41),(2007,10,2,12,47),(2007,10,2,13,65),(2007,10,2,14,15),(2007,10,2,15,0),(2007,10,2,16,2),(2007,10,2,17,5),(2007,10,2,18,1),(2007,10,2,19,0),(2007,10,2,20,25),(2007,10,2,21,20),(2007,10,2,22,3),(2007,10,2,23,4),(2007,10,3,0,27),(2007,10,3,1,38),(2007,10,3,2,41),(2007,10,3,3,49),(2007,10,3,4,51),(2007,10,3,5,44),(2007,10,3,6,46),(2007,10,3,7,47),(2007,10,3,8,41),(2007,10,3,9,64),(2007,10,3,10,46),(2007,10,3,11,47),(2007,10,3,12,45),(2007,10,3,13,45),(2007,10,3,14,71),(2007,10,3,15,47),(2007,10,3,16,53),(2007,10,3,17,51),(2007,10,3,18,53),(2007,10,3,19,48),(2007,10,3,20,50),(2007,10,3,21,50),(2007,10,3,22,45),(2007,10,3,23,52),(2007,10,4,0,52),(2007,10,4,1,50),(2007,10,4,2,74),(2007,10,4,3,55),(2007,10,4,4,85),(2007,10,4,5,41),(2007,10,4,6,74),(2007,10,4,7,49),(2007,10,4,8,48),(2007,10,4,9,60),(2007,10,4,10,7),(2007,10,4,11,7),(2007,10,4,12,54),(2007,10,4,13,48),(2007,10,4,14,27),(2007,10,4,15,43),(2007,10,4,16,39),(2007,10,4,17,50),(2007,10,4,18,44),(2007,10,4,19,39),(2007,10,4,20,46),(2007,10,4,21,42),(2007,10,4,22,47),(2007,10,4,23,44),(2007,10,5,0,46),(2007,10,5,1,43),(2007,10,5,2,46),(2007,10,5,3,48),(2007,10,5,4,47),(2007,10,5,5,49),(2007,10,5,6,47),(2007,10,5,7,48),(2007,10,5,8,35),(2007,10,5,9,75),(2007,10,5,10,44),(2007,10,5,11,33),(2007,10,5,12,40),(2007,10,5,13,24),(2007,10,5,14,23),(2007,10,5,15,17),(2007,10,5,16,9),(2007,10,5,17,25),(2007,10,5,18,5),(2007,10,5,19,1),(2007,10,5,20,5),(2007,10,5,21,2),(2007,10,5,22,11),(2007,10,5,23,1),(2007,10,6,0,1),(2007,10,6,1,2),(2007,10,6,2,0),(2007,10,6,3,0),(2007,10,6,4,2),(2007,10,6,5,9),(2007,10,6,6,27),(2007,10,6,7,0),(2007,10,6,8,1),(2007,10,6,9,0),(2007,10,6,10,6),(2007,10,6,11,3),(2007,10,6,12,1),(2007,10,6,13,23),(2007,10,6,14,1),(2007,10,6,15,1),(2007,10,6,16,10),(2007,10,6,17,5),(2007,10,6,18,5),(2007,10,6,19,5),(2007,10,6,20,1),(2007,10,6,21,3),(2007,10,6,22,1),(2007,10,6,23,2),(2007,10,7,0,1),(2007,10,7,1,25),(2007,10,7,2,15),(2007,10,7,3,4),(2007,10,7,4,47),(2007,10,7,5,48),(2007,10,7,6,67),(2007,10,7,7,40),(2007,10,7,8,91),(2007,10,7,9,42),(2007,10,7,10,1),(2007,10,7,11,3),(2007,10,7,12,8),(2007,10,7,13,93),(2007,10,7,14,93),(2007,10,7,15,118),(2007,10,7,16,93),(2007,10,7,17,64),(2007,10,7,18,96),(2007,10,7,19,104),(2007,10,7,20,96),(2007,10,7,21,106),(2007,10,7,22,17),(2007,10,7,23,1),(2007,10,8,0,4),(2007,10,8,1,3),(2007,10,8,2,4),(2007,10,8,3,2),(2007,10,8,4,4),(2007,10,8,5,1),(2007,10,8,6,19),(2007,10,8,7,2),(2007,10,8,8,0),(2007,10,8,9,2),(2007,10,8,10,0),(2007,10,8,11,1),(2007,10,8,12,2),(2007,10,8,13,2),(2007,10,8,14,4),(2007,10,8,15,0),(2007,10,8,16,19),(2007,10,8,17,0),(2007,10,8,18,0),(2007,10,8,19,1),(2007,10,8,20,8),(2007,10,8,21,0),(2007,10,8,22,2),(2007,10,8,23,2),(2007,10,9,0,4),(2007,10,9,1,3),(2007,10,9,2,2),(2007,10,9,3,1),(2007,10,9,4,2),(2007,10,9,5,28),(2007,10,9,6,7),(2007,10,9,7,1),(2007,10,9,8,23),(2007,10,9,9,12),(2007,10,9,10,0),(2007,10,9,11,17),(2007,10,9,12,1),(2007,10,9,13,0),(2007,10,9,14,2),(2007,10,9,15,1),(2007,10,9,16,0),(2007,10,9,17,0),(2007,10,9,18,3),(2007,10,9,19,4),(2007,10,9,20,3),(2007,10,9,21,1),(2007,10,9,22,9),(2007,10,9,23,1),(2007,10,10,0,14),(2007,10,10,1,2),(2007,10,10,2,6),(2007,10,10,3,3),(2007,10,10,4,1),(2007,10,10,5,0),(2007,10,10,6,0),(2007,10,10,7,1),(2007,10,10,8,17),(2007,10,10,9,0),(2007,10,10,10,1),(2007,10,10,11,17),(2007,10,10,12,3),(2007,10,10,13,5),(2007,10,10,14,3),(2007,10,10,15,4),(2007,10,10,16,1),(2007,10,10,17,2),(2007,10,10,18,7),(2007,10,10,19,0),(2007,10,10,20,7),(2007,10,10,21,2),(2007,10,10,22,4),(2007,10,10,23,1),(2007,10,11,0,1),(2007,10,11,1,18),(2007,10,11,2,0),(2007,10,11,3,0),(2007,10,11,4,0),(2007,10,11,5,1),(2007,10,11,6,2),(2007,10,11,7,0),(2007,10,11,8,17),(2007,10,11,9,1),(2007,10,11,10,0),(2007,10,11,11,1),(2007,10,11,12,1),(2007,10,11,13,1),(2007,10,11,14,2),(2007,10,11,15,1),(2007,10,11,16,4),(2007,10,11,17,2),(2007,10,11,18,3),(2007,10,11,19,42),(2007,10,11,20,97),(2007,10,11,21,155),(2007,10,11,22,108),(2007,10,11,23,0),(2007,10,12,0,2),(2007,10,12,1,2),(2007,10,12,2,2),(2007,10,12,3,0),(2007,10,12,4,0),(2007,10,12,5,0),(2007,10,12,6,0),(2007,10,12,7,117),(2007,10,12,8,171),(2007,10,12,9,217),(2007,10,12,10,17),(2007,10,12,11,0),(2007,10,12,12,1),(2007,10,12,13,1),(2007,10,12,14,2),(2007,10,12,15,2),(2007,10,12,16,5),(2007,10,12,17,20),(2007,10,12,18,4),(2007,10,12,19,0),(2007,10,12,20,0),(2007,10,12,21,1),(2007,10,12,22,4),(2007,10,12,23,1),(2007,10,13,0,1),(2007,10,13,1,17),(2007,10,13,2,77),(2007,10,13,3,2),(2007,10,13,4,4),(2007,10,13,5,2),(2007,10,13,6,0),(2007,10,13,7,0),(2007,10,13,8,0),(2007,10,13,9,1),(2007,10,13,10,0),(2007,10,13,11,20),(2007,10,13,12,10),(2007,10,13,13,3),(2007,10,13,14,3),(2007,10,13,15,2),(2007,10,13,16,7),(2007,10,13,17,3),(2007,10,13,18,0),(2007,10,13,19,2),(2007,10,13,20,3),(2007,10,13,21,4),(2007,10,13,22,6),(2007,10,13,23,0),(2007,10,14,0,1),(2007,10,14,1,107),(2007,10,14,2,33),(2007,10,14,3,1),(2007,10,14,4,0),(2007,10,14,5,1),(2007,10,14,6,0),(2007,10,14,7,0),(2007,10,14,8,0),(2007,10,14,9,1),(2007,10,14,10,1),(2007,10,14,11,1),(2007,10,14,12,66),(2007,10,14,13,2),(2007,10,14,14,2),(2007,10,14,15,19),(2007,10,14,16,5),(2007,10,14,17,1),(2007,10,14,18,4),(2007,10,14,19,0),(2007,10,14,20,1),(2007,10,14,21,4),(2007,10,14,22,0),(2007,10,14,23,0),(2007,10,15,0,5),(2007,10,15,1,93),(2007,10,15,2,10),(2007,10,15,3,1),(2007,10,15,4,1),(2007,10,15,5,5),(2007,10,15,6,2),(2007,10,15,7,1),(2007,10,15,8,2),(2007,10,15,9,5),(2007,10,15,10,28),(2007,10,15,11,1),(2007,10,15,12,0),(2007,10,15,13,15),(2007,10,15,14,27),(2007,10,15,15,5),(2007,10,15,16,42),(2007,10,15,17,105),(2007,10,15,18,78),(2007,10,15,19,115),(2007,10,15,20,12),(2007,10,15,21,96),(2007,10,15,22,118),(2007,10,15,23,10),(2007,10,16,0,3),(2007,10,16,1,2),(2007,10,16,2,1),(2007,10,16,3,2),(2007,10,16,4,44),(2007,10,16,5,119),(2007,10,16,6,114),(2007,10,16,7,107),(2007,10,16,8,117),(2007,10,16,9,123),(2007,10,16,10,135),(2007,10,16,11,89),(2007,10,16,12,117),(2007,10,16,13,50),(2007,10,16,14,26),(2007,10,16,15,27),(2007,10,16,16,65),(2007,10,16,17,19),(2007,10,16,18,33),(2007,10,16,19,97),(2007,10,16,20,22),(2007,10,16,21,0),(2007,10,16,22,11),(2007,10,16,23,6),(2007,10,17,0,2),(2007,10,17,1,0),(2007,10,17,2,2),(2007,10,17,3,0),(2007,10,17,4,0),(2007,10,17,5,13),(2007,10,17,6,15),(2007,10,17,7,5),(2007,10,17,8,3),(2007,10,17,9,24),(2007,10,17,10,98),(2007,10,17,11,137),(2007,10,17,12,74),(2007,10,17,13,32),(2007,10,17,14,5),(2007,10,17,15,3),(2007,10,17,16,35),(2007,10,17,17,3),(2007,10,17,18,76),(2007,10,17,19,6),(2007,10,17,20,11),(2007,10,17,21,5),(2007,10,17,22,25),(2007,10,17,23,9),(2007,10,18,0,8),(2007,10,18,1,35),(2007,10,18,2,12),(2007,10,18,3,38),(2007,10,18,4,47),(2007,10,18,5,25),(2007,10,18,6,68),(2007,10,18,7,90),(2007,10,18,8,16),(2007,10,18,9,3),(2007,10,18,10,5),(2007,10,18,11,14),(2007,10,18,12,7),(2007,10,18,13,30),(2007,10,18,14,17),(2007,10,18,15,29),(2007,10,18,16,10),(2007,10,18,17,9),(2007,10,18,18,56),(2007,10,18,19,37),(2007,10,18,20,14),(2007,10,18,21,5),(2007,10,18,22,7),(2007,10,18,23,4),(2007,10,19,0,9),(2007,10,19,1,18),(2007,10,19,2,10),(2007,10,19,3,6),(2007,10,19,4,14),(2007,10,19,5,24),(2007,10,19,6,48),(2007,10,19,7,23),(2007,10,19,8,23),(2007,10,19,9,15),(2007,10,19,10,16),(2007,10,19,11,23),(2007,10,19,12,26),(2007,10,19,13,12),(2007,10,19,14,14),(2007,10,19,15,22),(2007,10,19,16,17),(2007,10,19,17,18),(2007,10,19,18,13),(2007,10,19,19,18),(2007,10,19,20,17),(2007,10,19,21,20),(2007,10,19,22,18),(2007,10,19,23,20),(2007,10,20,0,23),(2007,10,20,1,58),(2007,10,20,2,27),(2007,10,20,3,37),(2007,10,20,4,31),(2007,10,20,5,29),(2007,10,20,6,27),(2007,10,20,7,17),(2007,10,20,8,26),(2007,10,20,9,22),(2007,10,20,10,17),(2007,10,20,11,51),(2007,10,20,12,74),(2007,10,20,13,20),(2007,10,20,14,20),(2007,10,20,15,23),(2007,10,20,16,24),(2007,10,20,17,50),(2007,10,20,18,25),(2007,10,20,19,42),(2007,10,20,20,80),(2007,10,20,21,26),(2007,10,20,22,27),(2007,10,20,23,21),(2007,10,21,0,30),(2007,10,21,1,29),(2007,10,21,2,20),(2007,10,21,3,33),(2007,10,21,4,32),(2007,10,21,5,45),(2007,10,21,6,29),(2007,10,21,7,30),(2007,10,21,8,27),(2007,10,21,9,45),(2007,10,21,10,47),(2007,10,21,11,39),(2007,10,21,12,38),(2007,10,21,13,39),(2007,10,21,14,39),(2007,10,21,15,42),(2007,10,21,16,61),(2007,10,21,17,24),(2007,10,21,18,36),(2007,10,21,19,42),(2007,10,21,20,37),(2007,10,21,21,32),(2007,10,21,22,36),(2007,10,21,23,33),(2007,10,22,0,35),(2007,10,22,1,38),(2007,10,22,2,43),(2007,10,22,3,42),(2007,10,22,4,27),(2007,10,22,5,22),(2007,10,22,6,14),(2007,10,22,7,12),(2007,10,22,8,19),(2007,10,22,9,18),(2007,10,22,10,20),(2007,10,22,11,20),(2007,10,22,12,12),(2007,10,22,13,17),(2007,10,22,14,4),(2007,10,22,15,3),(2007,10,22,16,22),(2007,10,22,17,6),(2007,10,22,18,7),(2007,10,22,19,7),(2007,10,22,20,2),(2007,10,22,21,4),(2007,10,22,22,2),(2007,10,22,23,0),(2007,10,23,0,0),(2007,10,23,1,3),(2007,10,23,2,2),(2007,10,23,3,1),(2007,10,23,4,0),(2007,10,23,5,1),(2007,10,23,6,0),(2007,10,23,7,1),(2007,10,23,8,3),(2007,10,23,9,1),(2007,10,23,10,16),(2007,10,23,11,2),(2007,10,23,12,1),(2007,10,23,13,3),(2007,10,23,14,0),(2007,10,23,15,2),(2007,10,23,16,2),(2007,10,23,17,3),(2007,10,23,18,5),(2007,10,23,19,4),(2007,10,23,20,0),(2007,10,23,21,4),(2007,10,23,22,1),(2007,10,23,23,0),(2007,10,24,0,2),(2007,10,24,1,1),(2007,10,24,2,0),(2007,10,24,3,0),(2007,10,24,4,0),(2007,10,24,5,0),(2007,10,24,6,0),(2007,10,24,7,2),(2007,10,24,8,19),(2007,10,24,9,0),(2007,10,24,10,1),(2007,10,24,11,5),(2007,10,24,12,3),(2007,10,24,13,8),(2007,10,24,14,4),(2007,10,24,15,4),(2007,10,24,16,1),(2007,10,24,17,2),(2007,10,24,18,3),(2007,10,24,19,1),(2007,10,24,20,3),(2007,10,24,21,0),(2007,10,24,22,1),(2007,10,24,23,0),(2007,10,25,0,1),(2007,10,25,1,1),(2007,10,25,2,2),(2007,10,25,3,1),(2007,10,25,4,2),(2007,10,25,5,1),(2007,10,25,6,1),(2007,10,25,7,0),(2007,10,25,8,2),(2007,10,25,9,33),(2007,10,25,10,1),(2007,10,25,11,2),(2007,10,25,12,13),(2007,10,25,13,3),(2007,10,25,14,7),(2007,10,25,15,0),(2007,10,25,16,1),(2007,10,25,17,20),(2007,10,25,18,0),(2007,10,25,19,0),(2007,10,25,20,22),(2007,10,25,21,1),(2007,10,25,22,2),(2007,10,25,23,1),(2007,10,26,0,0),(2007,10,26,1,0),(2007,10,26,2,0),(2007,10,26,3,0),(2007,10,26,4,0),(2007,10,26,5,4),(2007,10,26,6,2),(2007,10,26,7,0),(2007,10,26,8,0),(2007,10,26,9,0),(2007,10,26,10,0),(2007,10,26,11,4),(2007,10,26,12,1),(2007,10,26,13,14),(2007,10,26,14,5),(2007,10,26,15,3),(2007,10,26,16,1),(2007,10,26,17,4),(2007,10,26,18,1),(2007,10,26,19,5),(2007,10,26,20,0),(2007,10,26,21,3),(2007,10,26,22,1),(2007,10,26,23,4),(2007,10,27,0,3),(2007,10,27,1,2),(2007,10,27,2,0),(2007,10,27,3,0),(2007,10,27,4,6),(2007,10,27,5,17),(2007,10,27,6,24),(2007,10,27,7,24),(2007,10,27,8,4),(2007,10,27,9,32),(2007,10,27,10,4),(2007,10,27,11,2),(2007,10,27,12,20),(2007,10,27,13,1),(2007,10,27,14,0),(2007,10,27,15,2),(2007,10,27,16,0),(2007,10,27,17,2),(2007,10,27,18,8),(2007,10,27,19,18),(2007,10,27,20,3),(2007,10,27,21,0),(2007,10,27,22,0),(2007,10,27,23,1),(2007,10,28,0,1),(2007,10,28,1,0),(2007,10,28,2,3),(2007,10,28,3,4),(2007,10,28,4,3),(2007,10,28,5,3),(2007,10,28,6,22),(2007,10,28,7,0),(2007,10,28,8,2),(2007,10,28,9,3),(2007,10,28,10,1),(2007,10,28,11,3),(2007,10,28,12,7),(2007,10,28,13,21),(2007,10,28,14,12),(2007,10,28,15,0),(2007,10,28,16,0),(2007,10,28,17,2),(2007,10,28,18,3),(2007,10,28,19,4),(2007,10,28,20,2),(2007,10,28,21,3),(2007,10,28,22,0),(2007,10,28,23,0),(2007,10,29,0,0),(2007,10,29,1,1),(2007,10,29,2,0),(2007,10,29,3,0),(2007,10,29,4,0),(2007,10,29,5,1),(2007,10,29,6,0),(2007,10,29,7,3),(2007,10,29,8,3),(2007,10,29,9,6),(2007,10,29,10,17),(2007,10,29,11,5),(2007,10,29,12,6),(2007,10,29,13,15),(2007,10,29,14,44),(2007,10,29,15,24),(2007,10,29,16,0),(2007,10,29,17,5),(2007,10,29,18,8),(2007,10,29,19,22),(2007,10,29,20,0),(2007,10,29,21,10),(2007,10,29,22,2),(2007,10,29,23,0),(2007,10,30,0,0),(2007,10,30,1,36),(2007,10,30,2,0),(2007,10,30,3,72),(2007,10,30,4,90),(2007,10,30,5,82),(2007,10,30,6,117),(2007,10,30,7,120),(2007,10,30,8,3),(2007,10,30,9,53),(2007,10,30,10,64),(2007,10,30,11,127),(2007,10,30,12,117),(2007,10,30,13,118),(2007,10,30,14,122),(2007,10,30,15,121),(2007,10,30,16,145),(2007,10,30,17,126),(2007,10,30,18,134),(2007,10,30,19,116),(2007,10,30,20,118),(2007,10,30,21,116),(2007,10,30,22,65),(2007,10,30,23,0),(2007,10,31,0,0),(2007,10,31,1,21),(2007,10,31,2,18),(2007,10,31,3,3),(2007,10,31,4,3),(2007,10,31,5,17),(2007,10,31,6,1),(2007,10,31,7,20),(2007,10,31,8,2),(2007,10,31,9,21),(2007,10,31,10,6),(2007,10,31,11,4),(2007,10,31,12,32),(2007,10,31,13,15),(2007,10,31,14,74),(2007,10,31,15,38),(2007,10,31,16,13),(2007,10,31,17,49),(2007,10,31,18,11),(2007,10,31,19,35),(2007,10,31,20,11),(2007,10,31,21,11),(2007,10,31,22,1),(2007,10,31,23,10),(2007,11,1,0,16),(2007,11,1,1,0),(2007,11,1,2,12),(2007,11,1,3,2),(2007,11,1,4,6),(2007,11,1,5,8),(2007,11,1,6,8),(2007,11,1,7,2),(2007,11,1,8,9),(2007,11,1,9,14),(2007,11,1,10,22),(2007,11,1,11,18),(2007,11,1,12,13),(2007,11,1,13,11),(2007,11,1,14,3),(2007,11,1,15,2),(2007,11,1,16,12),(2007,11,1,17,35),(2007,11,1,18,19),(2007,11,1,19,7),(2007,11,1,20,0),(2007,11,1,21,1),(2007,11,1,22,0),(2007,11,1,23,4),(2007,11,2,0,7),(2007,11,2,1,0),(2007,11,2,2,1),(2007,11,2,3,0),(2007,11,2,4,0),(2007,11,2,5,1),(2007,11,2,6,12),(2007,11,2,7,3),(2007,11,2,8,9),(2007,11,2,9,22),(2007,11,2,10,0),(2007,11,2,11,4),(2007,11,2,12,3),(2007,11,2,13,1),(2007,11,2,14,16),(2007,11,2,15,0),(2007,11,2,16,0),(2007,11,2,17,1),(2007,11,2,18,0),(2007,11,2,19,1),(2007,11,2,20,3),(2007,11,2,21,2),(2007,11,2,22,0),(2007,11,2,23,0),(2007,11,3,0,0),(2007,11,3,1,0),(2007,11,3,2,0),(2007,11,3,3,5),(2007,11,3,4,0),(2007,11,3,5,3),(2007,11,3,6,0),(2007,11,3,7,7),(2007,11,3,8,7),(2007,11,3,9,1),(2007,11,3,10,1),(2007,11,3,11,1),(2007,11,3,12,1),(2007,11,3,13,1),(2007,11,3,14,0),(2007,11,3,15,10),(2007,11,3,16,1),(2007,11,3,17,1),(2007,11,3,18,0),(2007,11,3,19,2),(2007,11,3,20,51),(2007,11,3,21,0),(2007,11,3,22,3),(2007,11,3,23,0),(2007,11,4,0,0),(2007,11,4,1,2),(2007,11,4,2,2),(2007,11,4,3,1),(2007,11,4,4,4),(2007,11,4,5,3),(2007,11,4,6,0),(2007,11,4,7,6),(2007,11,4,8,2),(2007,11,4,9,3),(2007,11,4,10,0),(2007,11,4,11,11),(2007,11,4,12,1),(2007,11,4,13,5),(2007,11,4,14,0),(2007,11,4,15,12),(2007,11,4,16,0),(2007,11,4,17,3),(2007,11,4,18,0),(2007,11,4,19,3),(2007,11,4,20,12),(2007,11,4,21,0),(2007,11,4,22,11),(2007,11,4,23,0),(2007,11,5,0,4),(2007,11,5,1,1),(2007,11,5,2,2),(2007,11,5,3,1),(2007,11,5,4,12),(2007,11,5,5,13),(2007,11,5,6,2),(2007,11,5,7,4),(2007,11,5,8,4),(2007,11,5,9,1),(2007,11,5,10,3),(2007,11,5,11,16),(2007,11,5,12,1),(2007,11,5,13,2),(2007,11,5,14,0),(2007,11,5,15,0),(2007,11,5,16,33),(2007,11,5,17,2),(2007,11,5,18,0),(2007,11,5,19,2),(2007,11,5,20,1),(2007,11,5,21,0),(2007,11,5,22,1),(2007,11,5,23,7),(2007,11,6,0,2),(2007,11,6,1,4),(2007,11,6,2,2),(2007,11,6,3,2),(2007,11,6,4,4),(2007,11,6,5,3),(2007,11,6,6,12),(2007,11,6,7,1),(2007,11,6,8,0),(2007,11,6,9,0),(2007,11,6,10,0),(2007,11,6,11,0),(2007,11,6,12,6),(2007,11,6,13,1),(2007,11,6,14,12),(2007,11,6,15,32),(2007,11,6,16,2),(2007,11,6,17,1),(2007,11,6,18,1),(2007,11,6,19,0),(2007,11,6,20,2),(2007,11,6,21,0),(2007,11,6,22,3),(2007,11,6,23,0),(2007,11,7,0,0),(2007,11,7,1,0),(2007,11,7,2,5),(2007,11,7,3,0),(2007,11,7,4,0),(2007,11,7,5,8),(2007,11,7,6,1),(2007,11,7,7,1),(2007,11,7,8,3),(2007,11,7,9,4),(2007,11,7,10,15),(2007,11,7,11,8),(2007,11,7,12,8),(2007,11,7,13,13),(2007,11,7,14,3),(2007,11,7,15,2),(2007,11,7,16,5),(2007,11,7,17,3),(2007,11,7,18,14),(2007,11,7,19,0),(2007,11,7,20,0),(2007,11,7,21,2),(2007,11,7,22,2),(2007,11,7,23,1),(2007,11,8,0,0),(2007,11,8,1,1),(2007,11,8,2,7),(2007,11,8,3,22),(2007,11,8,4,5),(2007,11,8,5,2),(2007,11,8,6,7),(2007,11,8,7,6),(2007,11,8,8,5),(2007,11,8,9,4),(2007,11,8,10,7),(2007,11,8,11,5),(2007,11,8,12,9),(2007,11,8,13,3),(2007,11,8,14,14),(2007,11,8,15,4),(2007,11,8,16,0),(2007,11,8,17,0),(2007,11,8,18,1),(2007,11,8,19,12),(2007,11,8,20,12),(2007,11,8,21,2),(2007,11,8,22,1),(2007,11,8,23,5),(2007,11,9,0,7),(2007,11,9,1,1),(2007,11,9,2,3),(2007,11,9,3,4),(2007,11,9,4,9),(2007,11,9,5,1),(2007,11,9,6,5),(2007,11,9,7,14),(2007,11,9,8,9),(2007,11,9,9,12),(2007,11,9,10,2),(2007,11,9,11,7),(2007,11,9,12,12),(2007,11,9,13,3),(2007,11,9,14,5),(2007,11,9,15,5),(2007,11,9,16,7),(2007,11,9,17,16),(2007,11,9,18,6),(2007,11,9,19,6),(2007,11,9,20,10),(2007,11,9,21,8),(2007,11,9,22,6),(2007,11,9,23,10),(2007,11,10,0,3),(2007,11,10,1,8),(2007,11,10,2,10),(2007,11,10,3,7),(2007,11,10,4,11),(2007,11,10,5,13),(2007,11,10,6,12),(2007,11,10,7,10),(2007,11,10,8,10),(2007,11,10,9,16),(2007,11,10,10,7),(2007,11,10,11,7),(2007,11,10,12,13),(2007,11,10,13,6),(2007,11,10,14,13),(2007,11,10,15,21),(2007,11,10,16,5),(2007,11,10,17,8),(2007,11,10,18,6),(2007,11,10,19,7),(2007,11,10,20,31),(2007,11,10,21,12),(2007,11,10,22,13),(2007,11,10,23,26),(2007,11,11,0,15),(2007,11,11,1,59),(2007,11,11,2,16),(2007,11,11,3,3),(2007,11,11,4,32),(2007,11,11,5,80),(2007,11,11,6,3),(2007,11,11,7,5),(2007,11,11,8,90),(2007,11,11,9,63),(2007,11,11,10,54),(2007,11,11,11,11),(2007,11,11,12,12),(2007,11,11,13,4),(2007,11,11,14,37),(2007,11,11,15,7),(2007,11,11,16,2),(2007,11,11,17,2),(2007,11,11,18,4),(2007,11,11,19,2),(2007,11,11,20,0),(2007,11,11,21,13),(2007,11,11,22,2),(2007,11,11,23,10),(2007,11,12,0,6),(2007,11,12,1,4),(2007,11,12,2,5),(2007,11,12,3,2),(2007,11,12,4,6),(2007,11,12,5,4),(2007,11,12,6,2),(2007,11,12,7,4),(2007,11,12,8,2),(2007,11,12,9,17),(2007,11,12,10,0),(2007,11,12,11,3),(2007,11,12,12,17),(2007,11,12,13,0),(2007,11,12,14,0),(2007,11,12,15,0),(2007,11,12,16,1),(2007,11,12,17,0),(2007,11,12,18,2),(2007,11,12,19,0),(2007,11,12,20,4),(2007,11,12,21,6),(2007,11,12,22,15),(2007,11,12,23,7),(2007,11,13,0,24),(2007,11,13,1,0),(2007,11,13,2,0),(2007,11,13,3,0),(2007,11,13,4,0),(2007,11,13,5,1),(2007,11,13,6,48),(2007,11,13,7,1),(2007,11,13,8,2),(2007,11,13,9,58),(2007,11,13,10,9),(2007,11,13,11,9),(2007,11,13,12,31),(2007,11,13,13,10),(2007,11,13,14,3),(2007,11,13,15,16),(2007,11,13,16,8),(2007,11,13,17,13),(2007,11,13,18,3),(2007,11,13,19,1),(2007,11,13,20,0),(2007,11,13,21,5),(2007,11,13,22,3),(2007,11,13,23,0),(2007,11,14,0,2),(2007,11,14,1,1),(2007,11,14,2,0),(2007,11,14,3,1),(2007,11,14,4,2),(2007,11,14,5,4),(2007,11,14,6,0),(2007,11,14,7,1),(2007,11,14,8,0),(2007,11,14,9,22),(2007,11,14,10,2),(2007,11,14,11,2),(2007,11,14,12,6),(2007,11,14,13,3),(2007,11,14,14,5),(2007,11,14,15,28),(2007,11,14,16,18),(2007,11,14,17,2),(2007,11,14,18,7),(2007,11,14,19,11),(2007,11,14,20,2),(2007,11,14,21,4),(2007,11,14,22,1),(2007,11,14,23,4),(2007,11,15,0,4),(2007,11,15,1,0),(2007,11,15,2,6),(2007,11,15,3,0),(2007,11,15,4,1),(2007,11,15,5,0),(2007,11,15,6,2),(2007,11,15,7,1),(2007,11,15,8,0),(2007,11,15,9,0),(2007,11,15,10,17),(2007,11,15,11,4),(2007,11,15,12,3),(2007,11,15,13,3),(2007,11,15,14,3),(2007,11,15,15,2),(2007,11,15,16,20),(2007,11,15,17,1),(2007,11,15,18,2),(2007,11,15,19,4),(2007,11,15,20,8),(2007,11,15,21,35),(2007,11,15,22,3),(2007,11,15,23,9),(2007,11,16,0,8),(2007,11,16,1,7),(2007,11,16,2,8),(2007,11,16,3,8),(2007,11,16,4,0),(2007,11,16,5,4),(2007,11,16,6,15),(2007,11,16,7,2),(2007,11,16,8,5),(2007,11,16,9,2),(2007,11,16,10,0),(2007,11,16,11,2),(2007,11,16,12,4),(2007,11,16,13,47),(2007,11,16,14,1),(2007,11,16,15,1),(2007,11,16,16,4),(2007,11,16,17,2),(2007,11,16,18,1),(2007,11,16,19,2),(2007,11,16,20,6),(2007,11,16,21,5),(2007,11,16,22,0),(2007,11,16,23,0),(2007,11,17,0,2),(2007,11,17,1,4),(2007,11,17,2,4),(2007,11,17,3,3),(2007,11,17,4,0),(2007,11,17,5,7),(2007,11,17,6,0),(2007,11,17,7,8),(2007,11,17,8,82),(2007,11,17,9,6),(2007,11,17,10,16),(2007,11,17,11,30),(2007,11,17,12,7),(2007,11,17,13,1),(2007,11,17,14,4),(2007,11,17,15,4),(2007,11,17,16,3),(2007,11,17,17,3),(2007,11,17,18,4),(2007,11,17,19,2),(2007,11,17,20,0),(2007,11,17,21,4),(2007,11,17,22,16),(2007,11,17,23,2),(2007,11,18,0,3),(2007,11,18,1,0),(2007,11,18,2,13),(2007,11,18,3,2),(2007,11,18,4,1),(2007,11,18,5,1),(2007,11,18,6,1),(2007,11,18,7,2),(2007,11,18,8,2),(2007,11,18,9,5),(2007,11,18,10,2),(2007,11,18,11,5),(2007,11,18,12,31),(2007,11,18,13,0),(2007,11,18,14,12),(2007,11,18,15,3),(2007,11,18,16,4),(2007,11,18,17,2),(2007,11,18,18,23),(2007,11,18,19,4),(2007,11,18,20,14),(2007,11,18,21,8),(2007,11,18,22,2),(2007,11,18,23,2),(2007,11,19,0,2),(2007,11,19,1,0),(2007,11,19,2,2),(2007,11,19,3,1),(2007,11,19,4,0),(2007,11,19,5,0),(2007,11,19,6,1),(2007,11,19,7,3),(2007,11,19,8,0),(2007,11,19,9,3),(2007,11,19,10,12),(2007,11,19,11,14),(2007,11,19,12,1),(2007,11,19,13,2),(2007,11,19,14,1),(2007,11,19,15,5),(2007,11,19,16,1),(2007,11,19,17,3),(2007,11,19,18,13),(2007,11,19,19,0),(2007,11,19,20,1),(2007,11,19,21,0),(2007,11,19,22,0),(2007,11,19,23,0),(2007,11,20,0,2),(2007,11,20,1,4),(2007,11,20,2,1),(2007,11,20,3,1),(2007,11,20,4,7),(2007,11,20,5,6),(2007,11,20,6,7),(2007,11,20,7,4),(2007,11,20,8,26),(2007,11,20,9,7),(2007,11,20,10,5),(2007,11,20,11,1),(2007,11,20,12,27),(2007,11,20,13,0),(2007,11,20,14,3),(2007,11,20,15,2),(2007,11,20,16,33),(2007,11,20,17,1),(2007,11,20,18,4),(2007,11,20,19,0),(2007,11,20,20,9),(2007,11,20,21,0),(2007,11,20,22,0),(2007,11,20,23,2),(2007,11,21,0,0),(2007,11,21,1,1),(2007,11,21,2,0),(2007,11,21,3,0),(2007,11,21,4,1),(2007,11,21,5,3),(2007,11,21,6,11),(2007,11,21,7,1),(2007,11,21,8,3),(2007,11,21,9,3),(2007,11,21,10,12),(2007,11,21,11,12),(2007,11,21,12,4),(2007,11,21,13,5),(2007,11,21,14,4),(2007,11,21,15,10),(2007,11,21,16,18),(2007,11,21,17,4),(2007,11,21,18,10),(2007,11,21,19,0),(2007,11,21,20,1),(2007,11,21,21,0),(2007,11,21,22,3),(2007,11,21,23,0),(2007,11,22,0,1),(2007,11,22,1,0),(2007,11,22,2,2),(2007,11,22,3,0),(2007,11,22,4,1),(2007,11,22,5,2),(2007,11,22,6,0),(2007,11,22,7,1),(2007,11,22,8,1),(2007,11,22,9,8),(2007,11,22,10,0),(2007,11,22,11,0),(2007,11,22,12,25),(2007,11,22,13,0),(2007,11,22,14,7),(2007,11,22,15,2),(2007,11,22,16,2),(2007,11,22,17,36),(2007,11,22,18,2),(2007,11,22,19,5),(2007,11,22,20,6),(2007,11,22,21,3),(2007,11,22,22,94),(2007,11,22,23,48),(2007,11,23,0,63),(2007,11,23,1,126),(2007,11,23,2,30),(2007,11,23,3,98),(2007,11,23,4,118),(2007,11,23,5,145),(2007,11,23,6,120),(2007,11,23,7,113),(2007,11,23,8,118),(2007,11,23,9,117),(2007,11,23,10,113),(2007,11,23,11,119),(2007,11,23,12,118),(2007,11,23,13,113),(2007,11,23,14,112),(2007,11,23,15,111),(2007,11,23,16,110),(2007,11,23,17,121),(2007,11,23,18,115),(2007,11,23,19,112),(2007,11,23,20,115),(2007,11,23,21,113),(2007,11,23,22,114),(2007,11,23,23,38),(2007,11,24,0,1),(2007,11,24,1,4),(2007,11,24,2,11),(2007,11,24,3,2),(2007,11,24,4,1),(2007,11,24,5,0),(2007,11,24,6,1),(2007,11,24,7,0),(2007,11,24,8,0),(2007,11,24,9,4),(2007,11,24,10,12),(2007,11,24,11,9),(2007,11,24,12,32),(2007,11,24,13,23),(2007,11,24,14,97),(2007,11,24,15,25),(2007,11,24,16,23),(2007,11,24,17,25),(2007,11,24,18,13),(2007,11,24,19,3),(2007,11,24,20,0),(2007,11,24,21,5),(2007,11,24,22,8),(2007,11,24,23,1),(2007,11,25,0,23),(2007,11,25,1,2),(2007,11,25,2,10),(2007,11,25,3,7),(2007,11,25,4,1),(2007,11,25,5,1),(2007,11,25,6,10),(2007,11,25,7,13),(2007,11,25,8,6),(2007,11,25,9,2),(2007,11,25,10,16),(2007,11,25,11,28),(2007,11,25,12,7),(2007,11,25,13,113),(2007,11,25,14,27),(2007,11,25,15,87),(2007,11,25,16,119),(2007,11,25,17,13),(2007,11,25,18,3),(2007,11,25,19,0),(2007,11,25,20,3),(2007,11,25,21,20),(2007,11,25,22,7),(2007,11,25,23,13),(2007,11,26,0,6),(2007,11,26,1,5),(2007,11,26,2,39),(2007,11,26,3,10),(2007,11,26,4,6),(2007,11,26,5,18),(2007,11,26,6,4),(2007,11,26,7,10),(2007,11,26,8,4),(2007,11,26,9,6),(2007,11,26,10,2),(2007,11,26,11,0),(2007,11,26,12,5),(2007,11,26,13,17),(2007,11,26,14,7),(2007,11,26,15,0),(2007,11,26,16,4),(2007,11,26,17,2),(2007,11,26,18,0),(2007,11,26,19,3),(2007,11,26,20,0),(2007,11,26,21,18),(2007,11,26,22,2),(2007,11,26,23,10),(2007,11,27,0,0),(2007,11,27,1,1),(2007,11,27,2,5),(2007,11,27,3,1),(2007,11,27,4,26),(2007,11,27,5,0),(2007,11,27,6,2),(2007,11,27,7,0),(2007,11,27,8,5),(2007,11,27,9,28),(2007,11,27,10,0),(2007,11,27,11,17),(2007,11,27,12,0),(2007,11,27,13,2),(2007,11,27,14,4),(2007,11,27,15,3),(2007,11,27,16,14),(2007,11,27,17,8),(2007,11,27,18,4),(2007,11,27,19,2),(2007,11,27,20,1),(2007,11,27,21,29),(2007,11,27,22,18),(2007,11,27,23,2),(2007,11,28,0,4),(2007,11,28,1,4),(2007,11,28,2,2),(2007,11,28,3,0),(2007,11,28,4,16),(2007,11,28,5,1),(2007,11,28,6,3),(2007,11,28,7,1),(2007,11,28,8,1),(2007,11,28,9,4),(2007,11,28,10,2),(2007,11,28,11,2),(2007,11,28,12,14),(2007,11,28,13,0),(2007,11,28,14,1),(2007,11,28,15,1),(2007,11,28,16,23),(2007,11,28,17,1),(2007,11,28,18,2),(2007,11,28,19,0),(2007,11,28,20,25),(2007,11,28,21,5),(2007,11,28,22,4),(2007,11,28,23,0),(2007,11,29,0,1),(2007,11,29,1,2),(2007,11,29,2,7),(2007,11,29,3,29),(2007,11,29,4,9),(2007,11,29,5,0),(2007,11,29,6,3),(2007,11,29,7,30),(2007,11,29,8,19),(2007,11,29,9,5),(2007,11,29,10,1),(2007,11,29,11,5),(2007,11,29,12,2),(2007,11,29,13,2),(2007,11,29,14,49),(2007,11,29,15,14),(2007,11,29,16,4),(2007,11,29,17,9),(2007,11,29,18,12),(2007,11,29,19,13),(2007,11,29,20,12),(2007,11,29,21,24),(2007,11,29,22,20),(2007,11,29,23,49),(2007,11,30,0,20),(2007,11,30,1,5),(2007,11,30,2,8),(2007,11,30,3,11),(2007,11,30,4,5),(2007,11,30,5,15),(2007,11,30,6,45),(2007,11,30,7,66),(2007,11,30,8,40),(2007,11,30,9,59),(2007,11,30,10,54),(2007,11,30,11,12),(2007,11,30,12,3),(2007,11,30,13,9),(2007,11,30,14,9),(2007,11,30,15,9),(2007,11,30,16,7),(2007,11,30,17,8),(2007,11,30,18,31),(2007,11,30,19,29),(2007,11,30,20,5),(2007,11,30,21,1),(2007,11,30,22,2),(2007,11,30,23,2),(2007,12,1,0,0),(2007,12,1,1,0),(2007,12,1,2,1),(2007,12,1,3,0),(2007,12,1,4,1),(2007,12,1,5,0),(2007,12,1,6,0),(2007,12,1,7,1),(2007,12,1,8,2),(2007,12,1,9,3),(2007,12,1,10,28),(2007,12,1,11,2),(2007,12,1,12,1),(2007,12,1,13,2),(2007,12,1,14,1),(2007,12,1,15,0),(2007,12,1,16,1),(2007,12,1,17,0),(2007,12,1,18,14),(2007,12,1,19,6),(2007,12,1,20,0),(2007,12,1,21,1),(2007,12,1,22,0),(2007,12,1,23,3),(2007,12,2,0,1),(2007,12,2,1,1),(2007,12,2,2,2),(2007,12,2,3,34),(2007,12,2,4,1),(2007,12,2,5,4),(2007,12,2,6,1),(2007,12,2,7,96),(2007,12,2,8,78),(2007,12,2,9,2),(2007,12,2,10,19),(2007,12,2,11,108),(2007,12,2,12,105),(2007,12,2,13,132),(2007,12,2,14,51),(2007,12,2,15,37),(2007,12,2,16,105),(2007,12,2,17,135),(2007,12,2,18,196),(2007,12,2,19,171),(2007,12,2,20,182),(2007,12,2,21,147),(2007,12,2,22,141),(2007,12,2,23,123),(2007,12,3,0,112),(2007,12,3,1,125),(2007,12,3,2,112),(2007,12,3,3,109),(2007,12,3,4,116),(2007,12,3,5,107),(2007,12,3,6,117),(2007,12,3,7,118),(2007,12,3,8,114),(2007,12,3,9,35),(2007,12,3,10,2),(2007,12,3,11,13),(2007,12,3,12,94),(2007,12,3,13,10),(2007,12,3,14,53),(2007,12,3,15,100),(2007,12,3,16,136),(2007,12,3,17,116),(2007,12,3,18,6),(2007,12,3,19,7),(2007,12,3,20,6),(2007,12,3,21,11),(2007,12,3,22,31),(2007,12,3,23,8),(2007,12,4,0,8),(2007,12,4,1,2),(2007,12,4,2,4),(2007,12,4,3,6),(2007,12,4,4,7),(2007,12,4,5,72),(2007,12,4,6,14),(2007,12,4,7,99),(2007,12,4,8,2),(2007,12,4,9,17),(2007,12,4,10,20),(2007,12,4,11,2),(2007,12,4,12,8),(2007,12,4,13,18),(2007,12,4,14,7),(2007,12,4,15,7),(2007,12,4,16,1),(2007,12,4,17,10),(2007,12,4,18,6),(2007,12,4,19,8),(2007,12,4,20,15),(2007,12,4,21,9),(2007,12,4,22,9),(2007,12,4,23,16),(2007,12,5,0,5),(2007,12,5,1,11),(2007,12,5,2,3),(2007,12,5,3,1),(2007,12,5,4,1),(2007,12,5,5,1),(2007,12,5,6,2),(2007,12,5,7,4),(2007,12,5,8,1),(2007,12,5,9,6),(2007,12,5,10,3),(2007,12,5,11,6),(2007,12,5,12,2),(2007,12,5,13,2),(2007,12,5,14,2),(2007,12,5,15,2),(2007,12,5,16,1),(2007,12,5,17,0),(2007,12,5,18,0),(2007,12,5,19,0),(2007,12,5,20,35),(2007,12,5,21,2),(2007,12,5,22,0),(2007,12,5,23,0),(2007,12,6,0,1),(2007,12,6,1,1),(2007,12,6,2,4),(2007,12,6,3,0),(2007,12,6,4,2),(2007,12,6,5,0),(2007,12,6,6,1),(2007,12,6,7,0),(2007,12,6,8,0),(2007,12,6,9,0),(2007,12,6,10,0),(2007,12,6,11,0),(2007,12,6,12,0),(2007,12,6,13,6),(2007,12,6,14,23),(2007,12,6,15,5),(2007,12,6,16,2),(2007,12,6,17,2),(2007,12,6,18,30),(2007,12,6,19,38),(2007,12,6,20,8),(2007,12,6,21,16),(2007,12,6,22,4),(2007,12,6,23,7),(2007,12,7,0,3),(2007,12,7,1,2),(2007,12,7,2,13),(2007,12,7,3,5),(2007,12,7,4,0),(2007,12,7,5,5),(2007,12,7,6,3),(2007,12,7,7,3),(2007,12,7,8,2),(2007,12,7,9,9),(2007,12,7,10,3),(2007,12,7,11,4),(2007,12,7,12,1),(2007,12,7,13,3),(2007,12,7,14,4),(2007,12,7,15,2),(2007,12,7,16,5),(2007,12,7,17,1),(2007,12,7,18,11),(2007,12,7,19,1),(2007,12,7,20,8),(2007,12,7,21,7),(2007,12,7,22,16),(2007,12,7,23,13),(2007,12,8,0,15),(2007,12,8,1,15),(2007,12,8,2,9),(2007,12,8,3,2),(2007,12,8,4,4),(2007,12,8,5,2),(2007,12,8,6,5),(2007,12,8,7,3),(2007,12,8,8,3),(2007,12,8,9,3),(2007,12,8,10,3),(2007,12,8,11,5),(2007,12,8,12,2),(2007,12,8,13,4),(2007,12,8,14,6),(2007,12,8,15,9),(2007,12,8,16,9),(2007,12,8,17,6),(2007,12,8,18,3),(2007,12,8,19,7),(2007,12,8,20,6),(2007,12,8,21,3),(2007,12,8,22,11),(2007,12,8,23,12),(2007,12,9,0,21),(2007,12,9,1,9),(2007,12,9,2,12),(2007,12,9,3,16),(2007,12,9,4,1),(2007,12,9,5,4),(2007,12,9,6,0),(2007,12,9,7,2),(2007,12,9,8,7),(2007,12,9,9,5),(2007,12,9,10,6),(2007,12,9,11,6),(2007,12,9,12,31),(2007,12,9,13,32),(2007,12,9,14,0),(2007,12,9,15,469),(2007,12,9,16,0),(2007,12,9,17,11),(2007,12,9,18,5),(2007,12,9,19,2),(2007,12,9,20,0),(2007,12,9,21,0),(2007,12,9,22,15),(2007,12,9,23,18),(2007,12,10,0,6),(2007,12,10,1,3),(2007,12,10,2,4),(2007,12,10,3,8),(2007,12,10,4,11),(2007,12,10,5,10),(2007,12,10,6,17),(2007,12,10,7,5),(2007,12,10,8,2),(2007,12,10,9,8),(2007,12,10,10,2),(2007,12,10,11,15),(2007,12,10,12,8),(2007,12,10,13,5),(2007,12,10,14,4),(2007,12,10,15,8),(2007,12,10,16,0),(2007,12,10,17,10),(2007,12,10,18,1),(2007,12,10,19,1),(2007,12,10,20,1),(2007,12,10,21,40),(2007,12,10,22,0),(2007,12,10,23,10),(2007,12,11,0,12),(2007,12,11,1,16),(2007,12,11,2,8),(2007,12,11,3,1),(2007,12,11,4,2),(2007,12,11,5,12),(2007,12,11,6,5),(2007,12,11,7,7),(2007,12,11,8,22),(2007,12,11,9,17),(2007,12,11,10,30),(2007,12,11,11,79),(2007,12,11,12,15),(2007,12,11,13,7),(2007,12,11,14,33),(2007,12,11,15,16),(2007,12,11,16,37),(2007,12,11,17,9),(2007,12,11,18,53),(2007,12,11,19,58),(2007,12,11,20,76),(2007,12,11,21,60),(2007,12,11,22,42),(2007,12,11,23,3),(2007,12,12,0,7),(2007,12,12,1,2),(2007,12,12,2,3),(2007,12,12,3,2),(2007,12,12,4,9),(2007,12,12,5,36),(2007,12,12,6,8),(2007,12,12,7,107),(2007,12,12,8,197),(2007,12,12,9,120),(2007,12,12,10,125),(2007,12,12,11,57),(2007,12,12,12,75),(2007,12,12,13,67),(2007,12,12,14,83),(2007,12,12,15,17),(2007,12,12,16,3),(2007,12,12,17,33),(2007,12,12,18,113),(2007,12,12,19,121),(2007,12,12,20,104),(2007,12,12,21,117),(2007,12,12,22,14),(2007,12,12,23,14),(2007,12,13,0,1),(2007,12,13,1,1),(2007,12,13,2,7),(2007,12,13,3,4),(2007,12,13,4,4),(2007,12,13,5,17),(2007,12,13,6,58),(2007,12,13,7,1),(2007,12,13,8,6),(2007,12,13,9,7),(2007,12,13,10,8),(2007,12,13,11,31),(2007,12,13,12,50),(2007,12,13,13,116),(2007,12,13,14,159),(2007,12,13,15,94),(2007,12,13,16,10),(2007,12,13,17,28),(2007,12,13,18,6),(2007,12,13,19,5),(2007,12,13,20,5),(2007,12,13,21,5),(2007,12,13,22,7),(2007,12,13,23,4),(2007,12,14,0,6),(2007,12,14,1,3),(2007,12,14,2,5),(2007,12,14,3,0),(2007,12,14,4,2),(2007,12,14,5,14),(2007,12,14,6,11),(2007,12,14,7,6),(2007,12,14,8,1),(2007,12,14,9,2),(2007,12,14,10,2),(2007,12,14,11,1),(2007,12,14,12,3),(2007,12,14,13,6),(2007,12,14,14,4),(2007,12,14,15,3),(2007,12,14,16,4),(2007,12,14,17,1),(2007,12,14,18,5),(2007,12,14,19,3),(2007,12,14,20,3),(2007,12,14,21,5),(2007,12,14,22,0),(2007,12,14,23,2),(2007,12,15,0,2),(2007,12,15,1,1),(2007,12,15,2,1),(2007,12,15,3,1),(2007,12,15,4,1),(2007,12,15,5,1),(2007,12,15,6,7),(2007,12,15,7,15),(2007,12,15,8,1),(2007,12,15,9,0),(2007,12,15,10,8),(2007,12,15,11,2),(2007,12,15,12,2),(2007,12,15,13,4),(2007,12,15,14,4),(2007,12,15,15,1),(2007,12,15,16,1),(2007,12,15,17,1),(2007,12,15,18,0),(2007,12,15,19,2),(2007,12,15,20,2),(2007,12,15,21,1),(2007,12,15,22,1),(2007,12,15,23,1),(2007,12,16,0,2),(2007,12,16,1,2),(2007,12,16,2,1),(2007,12,16,3,2),(2007,12,16,4,4),(2007,12,16,5,1),(2007,12,16,6,1),(2007,12,16,7,1),(2007,12,16,8,2),(2007,12,16,9,2),(2007,12,16,10,5),(2007,12,16,11,1),(2007,12,16,12,2),(2007,12,16,13,2),(2007,12,16,14,2),(2007,12,16,15,3),(2007,12,16,16,2),(2007,12,16,17,2),(2007,12,16,18,1),(2007,12,16,19,4),(2007,12,16,20,4),(2007,12,16,21,3),(2007,12,16,22,7),(2007,12,16,23,5),(2007,12,17,0,2),(2007,12,17,1,1),(2007,12,17,2,1),(2007,12,17,3,0),(2007,12,17,4,2),(2007,12,17,5,1),(2007,12,17,6,4),(2007,12,17,7,2),(2007,12,17,8,0),(2007,12,17,9,2),(2007,12,17,10,1),(2007,12,17,11,2),(2007,12,17,12,3),(2007,12,17,13,1),(2007,12,17,14,499),(2007,12,17,15,4),(2007,12,17,16,5),(2007,12,17,17,2),(2007,12,17,18,2),(2007,12,17,19,2),(2007,12,17,20,7),(2007,12,17,21,0),(2007,12,17,22,1),(2007,12,17,23,0),(2007,12,18,0,1),(2007,12,18,1,6),(2007,12,18,2,0),(2007,12,18,3,2),(2007,12,18,4,2),(2007,12,18,5,28),(2007,12,18,6,0),(2007,12,18,7,2),(2007,12,18,8,1),(2007,12,18,9,0),(2007,12,18,10,3),(2007,12,18,11,5),(2007,12,18,12,0),(2007,12,18,13,1),(2007,12,18,14,3),(2007,12,18,15,2),(2007,12,18,16,3),(2007,12,18,17,3),(2007,12,18,18,4),(2007,12,18,19,6),(2007,12,18,20,6),(2007,12,18,21,5),(2007,12,18,22,9),(2007,12,18,23,10),(2007,12,19,0,33),(2007,12,19,1,12),(2007,12,19,2,1),(2007,12,19,3,1),(2007,12,19,4,2),(2007,12,19,5,3),(2007,12,19,6,1),(2007,12,19,7,3),(2007,12,19,8,7),(2007,12,19,9,2),(2007,12,19,10,0),(2007,12,19,11,3),(2007,12,19,12,20),(2007,12,19,13,5),(2007,12,19,14,2),(2007,12,19,15,3),(2007,12,19,16,6),(2007,12,19,17,16),(2007,12,19,18,2),(2007,12,19,19,1),(2007,12,19,20,12),(2007,12,19,21,8),(2007,12,19,22,5),(2007,12,19,23,18),(2007,12,20,0,24),(2007,12,20,1,35),(2007,12,20,2,23),(2007,12,20,3,38),(2007,12,20,4,29),(2007,12,20,5,49),(2007,12,20,6,36),(2007,12,20,7,34),(2007,12,20,8,43),(2007,12,20,9,67),(2007,12,20,10,51),(2007,12,20,11,46),(2007,12,20,12,40),(2007,12,20,13,37),(2007,12,20,14,92),(2007,12,20,15,108),(2007,12,20,16,23),(2007,12,20,17,25),(2007,12,20,18,80),(2007,12,20,19,145),(2007,12,20,20,45),(2007,12,20,21,138),(2007,12,20,22,48),(2007,12,20,23,52),(2007,12,21,0,47),(2007,12,21,1,43),(2007,12,21,2,42),(2007,12,21,3,45),(2007,12,21,4,36),(2007,12,21,5,79),(2007,12,21,6,69),(2007,12,21,7,61),(2007,12,21,8,41),(2007,12,21,9,91),(2007,12,21,10,55),(2007,12,21,11,91),(2007,12,21,12,95),(2007,12,21,13,41),(2007,12,21,14,55),(2007,12,21,15,117),(2007,12,21,16,135),(2007,12,21,17,168),(2007,12,21,18,159),(2007,12,21,19,57),(2007,12,21,20,146),(2007,12,21,21,108),(2007,12,21,22,53),(2007,12,21,23,58),(2007,12,22,0,50),(2007,12,22,1,41),(2007,12,22,2,38),(2007,12,22,3,46),(2007,12,22,4,36),(2007,12,22,5,28),(2007,12,22,6,34),(2007,12,22,7,33),(2007,12,22,8,44),(2007,12,22,9,39),(2007,12,22,10,41),(2007,12,22,11,41),(2007,12,22,12,54),(2007,12,22,13,46),(2007,12,22,14,38),(2007,12,22,15,39),(2007,12,22,16,40),(2007,12,22,17,47),(2007,12,22,18,50),(2007,12,22,19,40),(2007,12,22,20,37),(2007,12,22,21,36),(2007,12,22,22,42),(2007,12,22,23,39),(2007,12,23,0,30),(2007,12,23,1,42),(2007,12,23,2,22),(2007,12,23,3,20),(2007,12,23,4,30),(2007,12,23,5,28),(2007,12,23,6,21),(2007,12,23,7,34),(2007,12,23,8,45),(2007,12,23,9,41),(2007,12,23,10,28),(2007,12,23,11,34),(2007,12,23,12,38),(2007,12,23,13,57),(2007,12,23,14,67),(2007,12,23,15,35),(2007,12,23,16,31),(2007,12,23,17,27),(2007,12,23,18,35),(2007,12,23,19,32),(2007,12,23,20,1),(2007,12,23,21,3),(2007,12,23,22,2),(2007,12,23,23,77),(2007,12,24,0,1),(2007,12,24,1,3),(2007,12,24,2,1),(2007,12,24,3,5),(2007,12,24,4,2),(2007,12,24,5,5),(2007,12,24,6,1),(2007,12,24,7,3),(2007,12,24,8,6),(2007,12,24,9,8),(2007,12,24,10,2),(2007,12,24,11,5),(2007,12,24,12,6),(2007,12,24,13,2),(2007,12,24,14,0),(2007,12,24,15,46),(2007,12,24,16,1),(2007,12,24,17,2),(2007,12,24,18,1),(2007,12,24,19,54),(2007,12,24,20,0),(2007,12,24,21,2),(2007,12,24,22,2),(2007,12,24,23,54),(2007,12,25,0,4),(2007,12,25,1,7),(2007,12,25,2,3),(2007,12,25,3,27),(2007,12,25,4,6),(2007,12,25,5,1),(2007,12,25,6,1),(2007,12,25,7,1),(2007,12,25,8,1),(2007,12,25,9,63),(2007,12,25,10,43),(2007,12,25,11,31),(2007,12,25,12,1),(2007,12,25,13,23),(2007,12,25,14,2),(2007,12,25,15,31),(2007,12,25,16,8),(2007,12,25,17,2),(2007,12,25,18,2),(2007,12,25,19,3),(2007,12,25,20,3),(2007,12,25,21,21),(2007,12,25,22,6),(2007,12,25,23,8),(2007,12,26,0,4),(2007,12,26,1,3),(2007,12,26,2,2),(2007,12,26,3,1),(2007,12,26,4,1),(2007,12,26,5,0),(2007,12,26,6,14),(2007,12,26,7,5),(2007,12,26,8,3),(2007,12,26,9,3),(2007,12,26,10,0),(2007,12,26,11,6),(2007,12,26,12,1),(2007,12,26,13,1),(2007,12,26,14,1),(2007,12,26,15,3),(2007,12,26,16,5),(2007,12,26,17,6),(2007,12,26,18,3),(2007,12,26,19,4),(2007,12,26,20,8),(2007,12,26,21,0),(2007,12,26,22,37),(2007,12,26,23,3),(2007,12,27,0,106),(2007,12,27,1,52),(2007,12,27,2,97),(2007,12,27,3,35),(2007,12,27,4,1),(2007,12,27,5,0),(2007,12,27,6,85),(2007,12,27,7,102),(2007,12,27,8,63),(2007,12,27,9,23),(2007,12,27,10,31),(2007,12,27,11,92),(2007,12,27,12,104),(2007,12,27,13,96),(2007,12,27,14,127),(2007,12,27,15,137),(2007,12,27,16,120),(2007,12,27,17,128),(2007,12,27,18,121),(2007,12,27,19,121),(2007,12,27,20,63),(2007,12,27,21,90),(2007,12,27,22,60),(2007,12,27,23,82),(2007,12,28,0,135),(2007,12,28,1,34),(2007,12,28,2,62),(2007,12,28,3,21),(2007,12,28,4,27),(2007,12,28,5,26),(2007,12,28,6,9),(2007,12,28,7,14),(2007,12,28,8,5),(2007,12,28,9,23),(2007,12,28,10,15),(2007,12,28,11,45),(2007,12,28,12,31),(2007,12,28,13,20),(2007,12,28,14,11),(2007,12,28,15,29),(2007,12,28,16,17),(2007,12,28,17,29),(2007,12,28,18,36),(2007,12,28,19,15),(2007,12,28,20,39),(2007,12,28,21,23),(2007,12,28,22,17),(2007,12,28,23,5),(2007,12,29,0,19),(2007,12,29,1,16),(2007,12,29,2,28),(2007,12,29,3,11),(2007,12,29,4,41),(2007,12,29,5,5),(2007,12,29,6,107),(2007,12,29,7,28),(2007,12,29,8,93),(2007,12,29,9,133),(2007,12,29,10,42),(2007,12,29,11,13),(2007,12,29,12,39),(2007,12,29,13,77),(2007,12,29,14,29),(2007,12,29,15,9),(2007,12,29,16,57),(2007,12,29,17,26),(2007,12,29,18,3),(2007,12,29,19,1),(2007,12,29,20,17),(2007,12,29,21,4),(2007,12,29,22,4),(2007,12,29,23,10),(2007,12,30,0,4),(2007,12,30,1,6),(2007,12,30,2,9),(2007,12,30,3,25),(2007,12,30,4,19),(2007,12,30,5,6),(2007,12,30,6,12),(2007,12,30,7,61),(2007,12,30,8,14),(2007,12,30,9,20),(2007,12,30,10,8),(2007,12,30,11,27),(2007,12,30,12,27),(2007,12,30,13,6),(2007,12,30,14,3),(2007,12,30,15,1),(2007,12,30,16,9),(2007,12,30,17,45),(2007,12,30,18,30),(2007,12,30,19,3),(2007,12,30,20,5),(2007,12,30,21,6),(2007,12,30,22,9),(2007,12,30,23,19),(2007,12,31,0,10),(2007,12,31,1,11),(2007,12,31,2,2),(2007,12,31,3,12),(2007,12,31,4,4),(2007,12,31,5,2),(2007,12,31,6,3),(2007,12,31,7,1),(2007,12,31,8,0),(2007,12,31,9,2),(2007,12,31,10,2),(2007,12,31,11,4),(2007,12,31,12,31),(2007,12,31,13,1),(2007,12,31,14,2),(2007,12,31,15,2),(2007,12,31,16,1),(2007,12,31,17,9),(2007,12,31,18,7),(2007,12,31,19,6),(2007,12,31,20,2),(2007,12,31,21,4),(2007,12,31,22,0),(2007,12,31,23,6),(2008,1,1,0,5),(2008,1,1,1,30),(2008,1,1,2,24),(2008,1,1,3,20),(2008,1,1,4,26),(2008,1,1,5,19),(2008,1,1,6,10),(2008,1,1,7,1),(2008,1,1,8,0),(2008,1,1,9,3),(2008,1,1,10,0),(2008,1,1,11,2),(2008,1,1,12,1),(2008,1,1,13,2),(2008,1,1,14,2),(2008,1,1,15,32),(2008,1,1,16,13),(2008,1,1,17,4),(2008,1,1,18,9),(2008,1,1,19,6),(2008,1,1,20,2),(2008,1,1,21,5),(2008,1,1,22,10),(2008,1,1,23,34),(2008,1,2,0,19),(2008,1,2,1,3),(2008,1,2,2,1),(2008,1,2,3,0),(2008,1,2,4,1),(2008,1,2,5,1),(2008,1,2,6,4),(2008,1,2,7,1),(2008,1,2,8,1),(2008,1,2,9,3),(2008,1,2,10,1),(2008,1,2,11,3),(2008,1,2,12,1),(2008,1,2,13,3),(2008,1,2,14,2),(2008,1,2,15,21),(2008,1,2,16,15),(2008,1,2,17,6),(2008,1,2,18,10),(2008,1,2,19,5),(2008,1,2,20,17),(2008,1,2,21,4),(2008,1,2,22,6),(2008,1,2,23,4),(2008,1,3,0,10),(2008,1,3,1,6),(2008,1,3,2,17),(2008,1,3,3,10),(2008,1,3,4,7),(2008,1,3,5,9),(2008,1,3,6,8),(2008,1,3,7,4),(2008,1,3,8,7),(2008,1,3,9,8),(2008,1,3,10,2),(2008,1,3,11,12),(2008,1,3,12,12),(2008,1,3,13,5),(2008,1,3,14,19),(2008,1,3,15,9),(2008,1,3,16,7),(2008,1,3,17,1),(2008,1,3,18,10),(2008,1,3,19,5),(2008,1,3,20,6),(2008,1,3,21,10),(2008,1,3,22,14),(2008,1,3,23,8),(2008,1,4,0,9),(2008,1,4,1,8),(2008,1,4,2,13),(2008,1,4,3,6),(2008,1,4,4,14),(2008,1,4,5,13),(2008,1,4,6,12),(2008,1,4,7,32),(2008,1,4,8,13),(2008,1,4,9,13),(2008,1,4,10,34),(2008,1,4,11,20),(2008,1,4,12,18),(2008,1,4,13,55),(2008,1,4,14,17),(2008,1,4,15,36),(2008,1,4,16,18),(2008,1,4,17,24),(2008,1,4,18,13),(2008,1,4,19,25),(2008,1,4,20,69),(2008,1,4,21,22),(2008,1,4,22,19),(2008,1,4,23,14),(2008,1,5,0,27),(2008,1,5,1,20),(2008,1,5,2,32),(2008,1,5,3,41),(2008,1,5,4,24),(2008,1,5,5,18),(2008,1,5,6,30),(2008,1,5,7,21),(2008,1,5,8,60),(2008,1,5,9,23),(2008,1,5,10,20),(2008,1,5,11,29),(2008,1,5,12,15),(2008,1,5,13,17),(2008,1,5,14,10),(2008,1,5,15,37),(2008,1,5,16,10),(2008,1,5,17,14),(2008,1,5,18,28),(2008,1,5,19,15),(2008,1,5,20,22),(2008,1,5,21,12),(2008,1,5,22,22),(2008,1,5,23,29),(2008,1,6,0,21),(2008,1,6,1,16),(2008,1,6,2,29),(2008,1,6,3,32),(2008,1,6,4,20),(2008,1,6,5,42),(2008,1,6,6,54),(2008,1,6,7,27),(2008,1,6,8,14),(2008,1,6,9,33),(2008,1,6,10,42),(2008,1,6,11,86),(2008,1,6,12,107),(2008,1,6,13,54),(2008,1,6,14,151),(2008,1,6,15,34),(2008,1,6,16,31),(2008,1,6,17,38),(2008,1,6,18,75),(2008,1,6,19,95),(2008,1,6,20,52),(2008,1,6,21,39),(2008,1,6,22,58),(2008,1,6,23,55),(2008,1,7,0,63),(2008,1,7,1,82),(2008,1,7,2,75),(2008,1,7,3,86),(2008,1,7,4,57),(2008,1,7,5,60),(2008,1,7,6,55),(2008,1,7,7,75),(2008,1,7,8,95),(2008,1,7,9,102),(2008,1,7,10,80),(2008,1,7,11,115),(2008,1,7,12,37),(2008,1,7,13,22),(2008,1,7,14,87),(2008,1,7,15,16),(2008,1,7,16,16),(2008,1,7,17,17),(2008,1,7,18,24),(2008,1,7,19,41),(2008,1,7,20,27),(2008,1,7,21,44),(2008,1,7,22,36),(2008,1,7,23,32),(2008,1,8,0,19),(2008,1,8,1,27),(2008,1,8,2,23),(2008,1,8,3,19),(2008,1,8,4,17),(2008,1,8,5,16),(2008,1,8,6,16),(2008,1,8,7,15),(2008,1,8,8,23),(2008,1,8,9,10),(2008,1,8,10,19),(2008,1,8,11,25),(2008,1,8,12,16),(2008,1,8,13,12),(2008,1,8,14,21),(2008,1,8,15,11),(2008,1,8,16,45),(2008,1,8,17,22),(2008,1,8,18,22),(2008,1,8,19,18),(2008,1,8,20,13),(2008,1,8,21,13),(2008,1,8,22,23),(2008,1,8,23,16),(2008,1,9,0,16),(2008,1,9,1,18),(2008,1,9,2,18),(2008,1,9,3,15),(2008,1,9,4,18),(2008,1,9,5,24),(2008,1,9,6,30),(2008,1,9,7,17),(2008,1,9,8,29),(2008,1,9,9,26),(2008,1,9,10,40),(2008,1,9,11,15),(2008,1,9,12,20),(2008,1,9,13,14),(2008,1,9,14,14),(2008,1,9,15,23),(2008,1,9,16,15),(2008,1,9,17,15),(2008,1,9,18,14),(2008,1,9,19,13),(2008,1,9,20,18),(2008,1,9,21,99),(2008,1,9,22,26),(2008,1,9,23,50),(2008,1,10,0,34),(2008,1,10,1,52),(2008,1,10,2,31),(2008,1,10,3,30),(2008,1,10,4,25),(2008,1,10,5,27),(2008,1,10,6,17),(2008,1,10,7,27),(2008,1,10,8,24),(2008,1,10,9,25),(2008,1,10,10,55),(2008,1,10,11,58),(2008,1,10,12,20),(2008,1,10,13,23),(2008,1,10,14,19),(2008,1,10,15,27),(2008,1,10,16,23),(2008,1,10,17,29),(2008,1,10,18,13),(2008,1,10,19,18),(2008,1,10,20,8),(2008,1,10,21,21),(2008,1,10,22,19),(2008,1,10,23,8),(2008,1,11,0,15),(2008,1,11,1,37),(2008,1,11,2,19),(2008,1,11,3,8),(2008,1,11,4,9),(2008,1,11,5,15),(2008,1,11,6,14),(2008,1,11,7,15),(2008,1,11,8,18),(2008,1,11,9,20),(2008,1,11,10,25),(2008,1,11,11,13),(2008,1,11,12,21),(2008,1,11,13,17),(2008,1,11,14,14),(2008,1,11,15,9),(2008,1,11,16,3),(2008,1,11,17,5),(2008,1,11,18,5),(2008,1,11,19,7),(2008,1,11,20,2),(2008,1,11,21,2),(2008,1,11,22,4),(2008,1,11,23,8),(2008,1,12,0,6),(2008,1,12,1,1),(2008,1,12,2,1),(2008,1,12,3,3),(2008,1,12,4,5),(2008,1,12,5,6),(2008,1,12,6,3),(2008,1,12,7,1),(2008,1,12,8,6),(2008,1,12,9,9),(2008,1,12,10,2),(2008,1,12,11,6),(2008,1,12,12,3),(2008,1,12,13,3),(2008,1,12,14,1),(2008,1,12,15,1),(2008,1,12,16,1),(2008,1,12,17,3),(2008,1,12,18,4),(2008,1,12,19,6),(2008,1,12,20,3),(2008,1,12,21,9),(2008,1,12,22,3),(2008,1,12,23,6),(2008,1,13,0,29),(2008,1,13,1,23),(2008,1,13,2,7),(2008,1,13,3,19),(2008,1,13,4,23),(2008,1,13,5,47),(2008,1,13,6,10),(2008,1,13,7,5),(2008,1,13,8,3),(2008,1,13,9,7),(2008,1,13,10,6),(2008,1,13,11,23),(2008,1,13,12,1),(2008,1,13,13,3),(2008,1,13,14,4),(2008,1,13,15,7),(2008,1,13,16,14),(2008,1,13,17,15),(2008,1,13,18,17),(2008,1,13,19,16),(2008,1,13,20,18),(2008,1,13,21,17),(2008,1,13,22,6),(2008,1,13,23,2),(2008,1,14,0,3),(2008,1,14,1,2),(2008,1,14,2,1),(2008,1,14,3,3),(2008,1,14,4,0),(2008,1,14,5,0),(2008,1,14,6,4),(2008,1,14,7,5),(2008,1,14,8,7),(2008,1,14,9,12),(2008,1,14,10,18),(2008,1,14,11,7),(2008,1,14,12,3),(2008,1,14,13,4),(2008,1,14,14,0),(2008,1,14,15,0),(2008,1,14,16,3),(2008,1,14,17,4),(2008,1,14,18,3),(2008,1,14,19,4),(2008,1,14,20,3),(2008,1,14,21,4),(2008,1,14,22,5),(2008,1,14,23,9),(2008,1,15,0,5),(2008,1,15,1,12),(2008,1,15,2,1),(2008,1,15,3,2),(2008,1,15,4,3),(2008,1,15,5,3),(2008,1,15,6,1),(2008,1,15,7,26),(2008,1,15,8,3),(2008,1,15,9,7),(2008,1,15,10,8),(2008,1,15,11,1),(2008,1,15,12,8),(2008,1,15,13,7),(2008,1,15,14,6),(2008,1,15,15,3),(2008,1,15,16,1),(2008,1,15,17,30),(2008,1,15,18,1),(2008,1,15,19,5),(2008,1,15,20,12),(2008,1,15,21,2),(2008,1,15,22,1),(2008,1,15,23,0),(2008,1,16,0,28),(2008,1,16,1,8),(2008,1,16,2,36),(2008,1,16,3,1),(2008,1,16,4,6),(2008,1,16,5,4),(2008,1,16,6,10),(2008,1,16,7,11),(2008,1,16,8,127),(2008,1,16,9,67),(2008,1,16,10,10),(2008,1,16,11,103),(2008,1,16,12,50),(2008,1,16,13,0),(2008,1,16,14,9),(2008,1,16,15,19),(2008,1,16,16,114),(2008,1,16,17,104),(2008,1,16,18,116),(2008,1,16,19,117),(2008,1,16,20,113),(2008,1,16,21,108),(2008,1,16,22,107),(2008,1,16,23,116),(2008,1,17,0,118),(2008,1,17,1,99),(2008,1,17,2,118),(2008,1,17,3,124),(2008,1,17,4,117),(2008,1,17,5,95),(2008,1,17,6,116),(2008,1,17,7,117),(2008,1,17,8,119),(2008,1,17,9,120),(2008,1,17,10,24),(2008,1,17,11,7),(2008,1,17,12,17),(2008,1,17,13,47),(2008,1,17,14,54),(2008,1,17,15,28),(2008,1,17,16,11),(2008,1,17,17,16),(2008,1,17,18,14),(2008,1,17,19,0),(2008,1,17,20,11),(2008,1,17,21,10),(2008,1,17,22,2),(2008,1,17,23,11),(2008,1,18,0,4),(2008,1,18,1,11),(2008,1,18,2,26),(2008,1,18,3,15),(2008,1,18,4,13),(2008,1,18,5,5),(2008,1,18,6,2),(2008,1,18,7,22),(2008,1,18,8,19),(2008,1,18,9,50),(2008,1,18,10,114),(2008,1,18,11,98),(2008,1,18,12,86),(2008,1,18,13,30),(2008,1,18,14,54),(2008,1,18,15,60),(2008,1,18,16,35),(2008,1,18,17,8),(2008,1,18,18,48),(2008,1,18,19,7),(2008,1,18,20,18),(2008,1,18,21,4),(2008,1,18,22,18),(2008,1,18,23,9),(2008,1,19,0,13),(2008,1,19,1,22),(2008,1,19,2,10),(2008,1,19,3,6),(2008,1,19,4,7),(2008,1,19,5,18),(2008,1,19,6,17),(2008,1,19,7,6),(2008,1,19,8,6),(2008,1,19,9,6),(2008,1,19,10,7),(2008,1,19,11,10),(2008,1,19,12,5),(2008,1,19,13,10),(2008,1,19,14,5),(2008,1,19,15,12),(2008,1,19,16,6),(2008,1,19,17,15),(2008,1,19,18,23),(2008,1,19,19,3),(2008,1,19,20,8),(2008,1,19,21,2),(2008,1,19,22,6),(2008,1,19,23,8),(2008,1,20,0,4),(2008,1,20,1,4),(2008,1,20,2,0),(2008,1,20,3,3),(2008,1,20,4,3),(2008,1,20,5,0),(2008,1,20,6,11),(2008,1,20,7,16),(2008,1,20,8,4),(2008,1,20,9,8),(2008,1,20,10,13),(2008,1,20,11,9),(2008,1,20,12,39),(2008,1,20,13,10),(2008,1,20,14,8),(2008,1,20,15,6),(2008,1,20,16,5),(2008,1,20,17,5),(2008,1,20,18,11),(2008,1,20,19,5),(2008,1,20,20,27),(2008,1,20,21,5),(2008,1,20,22,18),(2008,1,20,23,33),(2008,1,21,0,14),(2008,1,21,1,13),(2008,1,21,2,15),(2008,1,21,3,10),(2008,1,21,4,8),(2008,1,21,5,5),(2008,1,21,6,8),(2008,1,21,7,4),(2008,1,21,8,0),(2008,1,21,9,2),(2008,1,21,10,3),(2008,1,21,11,26),(2008,1,21,12,5),(2008,1,21,13,5),(2008,1,21,14,3),(2008,1,21,15,33),(2008,1,21,16,26),(2008,1,21,17,17),(2008,1,21,18,11),(2008,1,21,19,17),(2008,1,21,20,15),(2008,1,21,21,15),(2008,1,21,22,24),(2008,1,21,23,3),(2008,1,22,0,4),(2008,1,22,1,4),(2008,1,22,2,2),(2008,1,22,3,4),(2008,1,22,4,1),(2008,1,22,5,3),(2008,1,22,6,8),(2008,1,22,7,41),(2008,1,22,8,11),(2008,1,22,9,3),(2008,1,22,10,2),(2008,1,22,11,2),(2008,1,22,12,15),(2008,1,22,13,13),(2008,1,22,14,20),(2008,1,22,15,2),(2008,1,22,16,5),(2008,1,22,17,4),(2008,1,22,18,2),(2008,1,22,19,3),(2008,1,22,20,1),(2008,1,22,21,9),(2008,1,22,22,2),(2008,1,22,23,2),(2008,1,23,0,2),(2008,1,23,1,7),(2008,1,23,2,8),(2008,1,23,3,6),(2008,1,23,4,9),(2008,1,23,5,32),(2008,1,23,6,10),(2008,1,23,7,3),(2008,1,23,8,5),(2008,1,23,9,3),(2008,1,23,10,4),(2008,1,23,11,4),(2008,1,23,12,5),(2008,1,23,13,6),(2008,1,23,14,3),(2008,1,23,15,3),(2008,1,23,16,6),(2008,1,23,17,14),(2008,1,23,18,10),(2008,1,23,19,11),(2008,1,23,20,21),(2008,1,23,21,3),(2008,1,23,22,27),(2008,1,23,23,2),(2008,1,24,0,4),(2008,1,24,1,3),(2008,1,24,2,4),(2008,1,24,3,11),(2008,1,24,4,3),(2008,1,24,5,5),(2008,1,24,6,3),(2008,1,24,7,21),(2008,1,24,8,30),(2008,1,24,9,17),(2008,1,24,10,6),(2008,1,24,11,4),(2008,1,24,12,2),(2008,1,24,13,4),(2008,1,24,14,4),(2008,1,24,15,3),(2008,1,24,16,3),(2008,1,24,17,3),(2008,1,24,18,2),(2008,1,24,19,2),(2008,1,24,20,4),(2008,1,24,21,10),(2008,1,24,22,3),(2008,1,24,23,4),(2008,1,25,0,1),(2008,1,25,1,6),(2008,1,25,2,9),(2008,1,25,3,2),(2008,1,25,4,12),(2008,1,25,5,14),(2008,1,25,6,17),(2008,1,25,7,5),(2008,1,25,8,3),(2008,1,25,9,7),(2008,1,25,10,6),(2008,1,25,11,5),(2008,1,25,12,32),(2008,1,25,13,8),(2008,1,25,14,6),(2008,1,25,15,0),(2008,1,25,16,12),(2008,1,25,17,15),(2008,1,25,18,2),(2008,1,25,19,35),(2008,1,25,20,7),(2008,1,25,21,20),(2008,1,25,22,7),(2008,1,25,23,5),(2008,1,26,0,12),(2008,1,26,1,16),(2008,1,26,2,11),(2008,1,26,3,38),(2008,1,26,4,2),(2008,1,26,5,5),(2008,1,26,6,5),(2008,1,26,7,2),(2008,1,26,8,5),(2008,1,26,9,139),(2008,1,26,10,7),(2008,1,26,11,20),(2008,1,26,12,26),(2008,1,26,13,33),(2008,1,26,14,7),(2008,1,26,15,0),(2008,1,26,16,3),(2008,1,26,17,2),(2008,1,26,18,18),(2008,1,26,19,78),(2008,1,26,20,66),(2008,1,26,21,0),(2008,1,26,22,10),(2008,1,26,23,15),(2008,1,27,0,15),(2008,1,27,1,15),(2008,1,27,2,35),(2008,1,27,3,22),(2008,1,27,4,22),(2008,1,27,5,16),(2008,1,27,6,11),(2008,1,27,7,5),(2008,1,27,8,2),(2008,1,27,9,3),(2008,1,27,10,1),(2008,1,27,11,7),(2008,1,27,12,8),(2008,1,27,13,3),(2008,1,27,14,1),(2008,1,27,15,5),(2008,1,27,16,2),(2008,1,27,17,0),(2008,1,27,18,8),(2008,1,27,19,34),(2008,1,27,20,12),(2008,1,27,21,11),(2008,1,27,22,12),(2008,1,27,23,3),(2008,1,28,0,0),(2008,1,28,1,0),(2008,1,28,2,1),(2008,1,28,3,2),(2008,1,28,4,1),(2008,1,28,5,2),(2008,1,28,6,1),(2008,1,28,7,30),(2008,1,28,8,49),(2008,1,28,9,0),(2008,1,28,10,5),(2008,1,28,11,74),(2008,1,28,12,72),(2008,1,28,13,106),(2008,1,28,14,70),(2008,1,28,15,33),(2008,1,28,16,3),(2008,1,28,17,1),(2008,1,28,18,4),(2008,1,28,19,4),(2008,1,28,20,6),(2008,1,28,21,2),(2008,1,28,22,4),(2008,1,28,23,20),(2008,1,29,0,2),(2008,1,29,1,1),(2008,1,29,2,9),(2008,1,29,3,2),(2008,1,29,4,2),(2008,1,29,5,1),(2008,1,29,6,0),(2008,1,29,7,0),(2008,1,29,8,5),(2008,1,29,9,3),(2008,1,29,10,15),(2008,1,29,11,8),(2008,1,29,12,11),(2008,1,29,13,3),(2008,1,29,14,4),(2008,1,29,15,19),(2008,1,29,16,30),(2008,1,29,17,3),(2008,1,29,18,7),(2008,1,29,19,12),(2008,1,29,20,55),(2008,1,29,21,2),(2008,1,29,22,3),(2008,1,29,23,1),(2008,1,30,0,18),(2008,1,30,1,3),(2008,1,30,2,1),(2008,1,30,3,6),(2008,1,30,4,16),(2008,1,30,5,11),(2008,1,30,6,9),(2008,1,30,7,25),(2008,1,30,8,15),(2008,1,30,9,9),(2008,1,30,10,2),(2008,1,30,11,8),(2008,1,30,12,7),(2008,1,30,13,3),(2008,1,30,14,3),(2008,1,30,15,5),(2008,1,30,16,3),(2008,1,30,17,2),(2008,1,30,18,27),(2008,1,30,19,2),(2008,1,30,20,4),(2008,1,30,21,7),(2008,1,30,22,11),(2008,1,30,23,10),(2008,1,31,0,21),(2008,1,31,1,31),(2008,1,31,2,11),(2008,1,31,3,5),(2008,1,31,4,5),(2008,1,31,5,5),(2008,1,31,6,6),(2008,1,31,7,7),(2008,1,31,8,1),(2008,1,31,9,2),(2008,1,31,10,1),(2008,1,31,11,2),(2008,1,31,12,2),(2008,1,31,13,2),(2008,1,31,14,4),(2008,1,31,15,7),(2008,1,31,16,14),(2008,1,31,17,8),(2008,1,31,18,20),(2008,1,31,19,13),(2008,1,31,20,22),(2008,1,31,21,26),(2008,1,31,22,31),(2008,1,31,23,20),(2008,2,1,0,4),(2008,2,1,1,2),(2008,2,1,2,24),(2008,2,1,3,86),(2008,2,1,4,16),(2008,2,1,5,53),(2008,2,1,6,129),(2008,2,1,7,122),(2008,2,1,8,94),(2008,2,1,9,17),(2008,2,1,10,9),(2008,2,1,11,38),(2008,2,1,12,117),(2008,2,1,13,32),(2008,2,1,14,86),(2008,2,1,15,3),(2008,2,1,16,70),(2008,2,1,17,45),(2008,2,1,18,11),(2008,2,1,19,4),(2008,2,1,20,19),(2008,2,1,21,42),(2008,2,1,22,47),(2008,2,1,23,51),(2008,2,2,0,37),(2008,2,2,1,47),(2008,2,2,2,46),(2008,2,2,3,34),(2008,2,2,4,46),(2008,2,2,5,36),(2008,2,2,6,39),(2008,2,2,7,38),(2008,2,2,8,45),(2008,2,2,9,43),(2008,2,2,10,31),(2008,2,2,11,41),(2008,2,2,12,30),(2008,2,2,13,22),(2008,2,2,14,34),(2008,2,2,15,44),(2008,2,2,16,39),(2008,2,2,17,43),(2008,2,2,18,42),(2008,2,2,19,40),(2008,2,2,20,43),(2008,2,2,21,24),(2008,2,2,22,70),(2008,2,2,23,28),(2008,2,3,0,53),(2008,2,3,1,38),(2008,2,3,2,20),(2008,2,3,3,17),(2008,2,3,4,47),(2008,2,3,5,45),(2008,2,3,6,42),(2008,2,3,7,62),(2008,2,3,8,55),(2008,2,3,9,93),(2008,2,3,10,50),(2008,2,3,11,67),(2008,2,3,12,87),(2008,2,3,13,91),(2008,2,3,14,38),(2008,2,3,15,49),(2008,2,3,16,61),(2008,2,3,17,25),(2008,2,3,18,43),(2008,2,3,19,61),(2008,2,3,20,71),(2008,2,3,21,29),(2008,2,3,22,52),(2008,2,3,23,71),(2008,2,4,0,62),(2008,2,4,1,56),(2008,2,4,2,53),(2008,2,4,3,64),(2008,2,4,4,79),(2008,2,4,5,68),(2008,2,4,6,35),(2008,2,4,7,51),(2008,2,4,8,69),(2008,2,4,9,46),(2008,2,4,10,32),(2008,2,4,11,52),(2008,2,4,12,54),(2008,2,4,13,53),(2008,2,4,14,78),(2008,2,4,15,48),(2008,2,4,16,65),(2008,2,4,17,51),(2008,2,4,18,48),(2008,2,4,19,68),(2008,2,4,20,43),(2008,2,4,21,58),(2008,2,4,22,83),(2008,2,4,23,72),(2008,2,5,0,71),(2008,2,5,1,62),(2008,2,5,2,41),(2008,2,5,3,23),(2008,2,5,4,20),(2008,2,5,5,47),(2008,2,5,6,51),(2008,2,5,7,43),(2008,2,5,8,64),(2008,2,5,9,59),(2008,2,5,10,44),(2008,2,5,11,45),(2008,2,5,12,59),(2008,2,5,13,145),(2008,2,5,14,39),(2008,2,5,15,54),(2008,2,5,16,53),(2008,2,5,17,59),(2008,2,5,18,37),(2008,2,5,19,42),(2008,2,5,20,49),(2008,2,5,21,18),(2008,2,5,22,45),(2008,2,5,23,66),(2008,2,6,0,29),(2008,2,6,1,59),(2008,2,6,2,64),(2008,2,6,3,30),(2008,2,6,4,57),(2008,2,6,5,56),(2008,2,6,6,33),(2008,2,6,7,65),(2008,2,6,8,57),(2008,2,6,9,12),(2008,2,6,10,6),(2008,2,6,11,32),(2008,2,6,12,56),(2008,2,6,13,44),(2008,2,6,14,13),(2008,2,6,15,14),(2008,2,6,16,70),(2008,2,6,17,49),(2008,2,6,18,48),(2008,2,6,19,12),(2008,2,6,20,37),(2008,2,6,21,52),(2008,2,6,22,39),(2008,2,6,23,13),(2008,2,7,0,50),(2008,2,7,1,53),(2008,2,7,2,31),(2008,2,7,3,42),(2008,2,7,4,55),(2008,2,7,5,50),(2008,2,7,6,24),(2008,2,7,7,36),(2008,2,7,8,23),(2008,2,7,9,43),(2008,2,7,10,50),(2008,2,7,11,31),(2008,2,7,12,16),(2008,2,7,13,38),(2008,2,7,14,60),(2008,2,7,15,49),(2008,2,7,16,38),(2008,2,7,17,60),(2008,2,7,18,75),(2008,2,7,19,55),(2008,2,7,20,53),(2008,2,7,21,64),(2008,2,7,22,51),(2008,2,7,23,40),(2008,2,8,0,45),(2008,2,8,1,44),(2008,2,8,2,35),(2008,2,8,3,66),(2008,2,8,4,44),(2008,2,8,5,29),(2008,2,8,6,51),(2008,2,8,7,51),(2008,2,8,8,61),(2008,2,8,9,64),(2008,2,8,10,52),(2008,2,8,11,36),(2008,2,8,12,71),(2008,2,8,13,38),(2008,2,8,14,56),(2008,2,8,15,93),(2008,2,8,16,74),(2008,2,8,17,33),(2008,2,8,18,25),(2008,2,8,19,29),(2008,2,8,20,44),(2008,2,8,21,33),(2008,2,8,22,44),(2008,2,8,23,43),(2008,2,9,0,20),(2008,2,9,1,53),(2008,2,9,2,59),(2008,2,9,3,45),(2008,2,9,4,39),(2008,2,9,5,74),(2008,2,9,6,66),(2008,2,9,7,39),(2008,2,9,8,51),(2008,2,9,9,28),(2008,2,9,10,48),(2008,2,9,11,42),(2008,2,9,12,27),(2008,2,9,13,26),(2008,2,9,14,35),(2008,2,9,15,31),(2008,2,9,16,50),(2008,2,9,17,36),(2008,2,9,18,33),(2008,2,9,19,46),(2008,2,9,20,32),(2008,2,9,21,29),(2008,2,9,22,35),(2008,2,9,23,35),(2008,2,10,0,34),(2008,2,10,1,30),(2008,2,10,2,34),(2008,2,10,3,39),(2008,2,10,4,43),(2008,2,10,5,35),(2008,2,10,6,25),(2008,2,10,7,23),(2008,2,10,8,31),(2008,2,10,9,38),(2008,2,10,10,30),(2008,2,10,11,25),(2008,2,10,12,26),(2008,2,10,13,38),(2008,2,10,14,26),(2008,2,10,15,32),(2008,2,10,16,30),(2008,2,10,17,49),(2008,2,10,18,32),(2008,2,10,19,4),(2008,2,10,20,8),(2008,2,10,21,5),(2008,2,10,22,17),(2008,2,10,23,12),(2008,2,11,0,19),(2008,2,11,1,22),(2008,2,11,2,17),(2008,2,11,3,15),(2008,2,11,4,17),(2008,2,11,5,12),(2008,2,11,6,35),(2008,2,11,7,17),(2008,2,11,8,17),(2008,2,11,9,22),(2008,2,11,10,14),(2008,2,11,11,11),(2008,2,11,12,11),(2008,2,11,13,14),(2008,2,11,14,10),(2008,2,11,15,8),(2008,2,11,16,10),(2008,2,11,17,8),(2008,2,11,18,16),(2008,2,11,19,3),(2008,2,11,20,10),(2008,2,11,21,27),(2008,2,11,22,25),(2008,2,11,23,23),(2008,2,12,0,24),(2008,2,12,1,24),(2008,2,12,2,27),(2008,2,12,3,21),(2008,2,12,4,25),(2008,2,12,5,34),(2008,2,12,6,24),(2008,2,12,7,20),(2008,2,12,8,24),(2008,2,12,9,23),(2008,2,12,10,21),(2008,2,12,11,15),(2008,2,12,12,24),(2008,2,12,13,28),(2008,2,12,14,18),(2008,2,12,15,14),(2008,2,12,16,21),(2008,2,12,17,24),(2008,2,12,18,53),(2008,2,12,19,17),(2008,2,12,20,22),(2008,2,12,21,24),(2008,2,12,22,27),(2008,2,12,23,72),(2008,2,13,0,70),(2008,2,13,1,34),(2008,2,13,2,80),(2008,2,13,3,44),(2008,2,13,4,37),(2008,2,13,5,56),(2008,2,13,6,25),(2008,2,13,7,76),(2008,2,13,8,28),(2008,2,13,9,15),(2008,2,13,10,39),(2008,2,13,11,30),(2008,2,13,12,15),(2008,2,13,13,26),(2008,2,13,14,14),(2008,2,13,15,19),(2008,2,13,16,18),(2008,2,13,17,18),(2008,2,13,18,19),(2008,2,13,19,81),(2008,2,13,20,60),(2008,2,13,21,16),(2008,2,13,22,23),(2008,2,13,23,43),(2008,2,14,0,23),(2008,2,14,1,20),(2008,2,14,2,19),(2008,2,14,3,15),(2008,2,14,4,16),(2008,2,14,5,24),(2008,2,14,6,29),(2008,2,14,7,19),(2008,2,14,8,13),(2008,2,14,9,11),(2008,2,14,10,11),(2008,2,14,11,5),(2008,2,14,12,28),(2008,2,14,13,36),(2008,2,14,14,31),(2008,2,14,15,14),(2008,2,14,16,19),(2008,2,14,17,23),(2008,2,14,18,20),(2008,2,14,19,18),(2008,2,14,20,24),(2008,2,14,21,16),(2008,2,14,22,27),(2008,2,14,23,10),(2008,2,15,0,15),(2008,2,15,1,17),(2008,2,15,2,14),(2008,2,15,3,13),(2008,2,15,4,7),(2008,2,15,5,23),(2008,2,15,6,17),(2008,2,15,7,7),(2008,2,15,8,15),(2008,2,15,9,11),(2008,2,15,10,19),(2008,2,15,11,17),(2008,2,15,12,17),(2008,2,15,13,11),(2008,2,15,14,9),(2008,2,15,15,16),(2008,2,15,16,10),(2008,2,15,17,7),(2008,2,15,18,23),(2008,2,15,19,11),(2008,2,15,20,36),(2008,2,15,21,24),(2008,2,15,22,37),(2008,2,15,23,36),(2008,2,16,0,57),(2008,2,16,1,28),(2008,2,16,2,32),(2008,2,16,3,33),(2008,2,16,4,58),(2008,2,16,5,22),(2008,2,16,6,26),(2008,2,16,7,23),(2008,2,16,8,22),(2008,2,16,9,14),(2008,2,16,10,22),(2008,2,16,11,20),(2008,2,16,12,13),(2008,2,16,13,18),(2008,2,16,14,7),(2008,2,16,15,9),(2008,2,16,16,10),(2008,2,16,17,12),(2008,2,16,18,27),(2008,2,16,19,17),(2008,2,16,20,16),(2008,2,16,21,7),(2008,2,16,22,17),(2008,2,16,23,4),(2008,2,17,0,14),(2008,2,17,1,9),(2008,2,17,2,7),(2008,2,17,3,5),(2008,2,17,4,1),(2008,2,17,5,9),(2008,2,17,6,6),(2008,2,17,7,7),(2008,2,17,8,2),(2008,2,17,9,12),(2008,2,17,10,25),(2008,2,17,11,22),(2008,2,17,12,13),(2008,2,17,13,1),(2008,2,17,14,8),(2008,2,17,15,4),(2008,2,17,16,10),(2008,2,17,17,3),(2008,2,17,18,4),(2008,2,17,19,0),(2008,2,17,20,6),(2008,2,17,21,6),(2008,2,17,22,4),(2008,2,17,23,10),(2008,2,18,0,18),(2008,2,18,1,2),(2008,2,18,2,2),(2008,2,18,3,3),(2008,2,18,4,9),(2008,2,18,5,1),(2008,2,18,6,8),(2008,2,18,7,11),(2008,2,18,8,1),(2008,2,18,9,6),(2008,2,18,10,25),(2008,2,18,11,1),(2008,2,18,12,3),(2008,2,18,13,4),(2008,2,18,14,4),(2008,2,18,15,3),(2008,2,18,16,43),(2008,2,18,17,3),(2008,2,18,18,16),(2008,2,18,19,16),(2008,2,18,20,6),(2008,2,18,21,5),(2008,2,18,22,31),(2008,2,18,23,5),(2008,2,19,0,0),(2008,2,19,1,5),(2008,2,19,2,5),(2008,2,19,3,2),(2008,2,19,4,1),(2008,2,19,5,1),(2008,2,19,6,3),(2008,2,19,7,22),(2008,2,19,8,2),(2008,2,19,9,3),(2008,2,19,10,16),(2008,2,19,11,10),(2008,2,19,12,3),(2008,2,19,13,7),(2008,2,19,14,5),(2008,2,19,15,8),(2008,2,19,16,4),(2008,2,19,17,2),(2008,2,19,18,6),(2008,2,19,19,2),(2008,2,19,20,17),(2008,2,19,21,1),(2008,2,19,22,41),(2008,2,19,23,6),(2008,2,20,0,7),(2008,2,20,1,5),(2008,2,20,2,16),(2008,2,20,3,6),(2008,2,20,4,5),(2008,2,20,5,5),(2008,2,20,6,4),(2008,2,20,7,3),(2008,2,20,8,4),(2008,2,20,9,4),(2008,2,20,10,0),(2008,2,20,11,4),(2008,2,20,12,5),(2008,2,20,13,7),(2008,2,20,14,3),(2008,2,20,15,7),(2008,2,20,16,11),(2008,2,20,17,5),(2008,2,20,18,5),(2008,2,20,19,4),(2008,2,20,20,31),(2008,2,20,21,6),(2008,2,20,22,17),(2008,2,20,23,2),(2008,2,21,0,20),(2008,2,21,1,7),(2008,2,21,2,5),(2008,2,21,3,18),(2008,2,21,4,5),(2008,2,21,5,2),(2008,2,21,6,0),(2008,2,21,7,11),(2008,2,21,8,9),(2008,2,21,9,19),(2008,2,21,10,51),(2008,2,21,11,21),(2008,2,21,12,8),(2008,2,21,13,2),(2008,2,21,14,3),(2008,2,21,15,4),(2008,2,21,16,13),(2008,2,21,17,8),(2008,2,21,18,2),(2008,2,21,19,2),(2008,2,21,20,6),(2008,2,21,21,4),(2008,2,21,22,5),(2008,2,21,23,11),(2008,2,22,0,14),(2008,2,22,1,29),(2008,2,22,2,23),(2008,2,22,3,1),(2008,2,22,4,2),(2008,2,22,5,3),(2008,2,22,6,8),(2008,2,22,7,5),(2008,2,22,8,3),(2008,2,22,9,10),(2008,2,22,10,2),(2008,2,22,11,8),(2008,2,22,12,2),(2008,2,22,13,13),(2008,2,22,14,8),(2008,2,22,15,2),(2008,2,22,16,1),(2008,2,22,17,6),(2008,2,22,18,2),(2008,2,22,19,0),(2008,2,22,20,3),(2008,2,22,21,35),(2008,2,22,22,3),(2008,2,22,23,2),(2008,2,23,0,3),(2008,2,23,1,4),(2008,2,23,2,3),(2008,2,23,3,0),(2008,2,23,4,0),(2008,2,23,5,2),(2008,2,23,6,2),(2008,2,23,7,1),(2008,2,23,8,2),(2008,2,23,9,1),(2008,2,23,10,1),(2008,2,23,11,0),(2008,2,23,12,6),(2008,2,23,13,25),(2008,2,23,14,1),(2008,2,23,15,2),(2008,2,23,16,2),(2008,2,23,17,3),(2008,2,23,18,13),(2008,2,23,19,5),(2008,2,23,20,5),(2008,2,23,21,14),(2008,2,23,22,23),(2008,2,23,23,30),(2008,2,24,0,3),(2008,2,24,1,4),(2008,2,24,2,5),(2008,2,24,3,5),(2008,2,24,4,2),(2008,2,24,5,50),(2008,2,24,6,4),(2008,2,24,7,0),(2008,2,24,8,10),(2008,2,24,9,1),(2008,2,24,10,3),(2008,2,24,11,11),(2008,2,24,12,33),(2008,2,24,13,6),(2008,2,24,14,10),(2008,2,24,15,13),(2008,2,24,16,22),(2008,2,24,17,6),(2008,2,24,18,6),(2008,2,24,19,2),(2008,2,24,20,2),(2008,2,24,21,1),(2008,2,24,22,1),(2008,2,24,23,3),(2008,2,25,0,1),(2008,2,25,1,6),(2008,2,25,2,1),(2008,2,25,3,9),(2008,2,25,4,3),(2008,2,25,5,1),(2008,2,25,6,3),(2008,2,25,7,1),(2008,2,25,8,2),(2008,2,25,9,1),(2008,2,25,10,1),(2008,2,25,11,5),(2008,2,25,12,0),(2008,2,25,13,2),(2008,2,25,14,0),(2008,2,25,15,10),(2008,2,25,16,9),(2008,2,25,17,9),(2008,2,25,18,5),(2008,2,25,19,2),(2008,2,25,20,24),(2008,2,25,21,26),(2008,2,25,22,31),(2008,2,25,23,1),(2008,2,26,0,5),(2008,2,26,1,0),(2008,2,26,2,0),(2008,2,26,3,4),(2008,2,26,4,5),(2008,2,26,5,3),(2008,2,26,6,8),(2008,2,26,7,8),(2008,2,26,8,4),(2008,2,26,9,7),(2008,2,26,10,2),(2008,2,26,11,10),(2008,2,26,12,3),(2008,2,26,13,6),(2008,2,26,14,4),(2008,2,26,15,26),(2008,2,26,16,12),(2008,2,26,17,12),(2008,2,26,18,4),(2008,2,26,19,2),(2008,2,26,20,6),(2008,2,26,21,5),(2008,2,26,22,7),(2008,2,26,23,5),(2008,2,27,0,5),(2008,2,27,1,4),(2008,2,27,2,6),(2008,2,27,3,4),(2008,2,27,4,3),(2008,2,27,5,5),(2008,2,27,6,7),(2008,2,27,7,11),(2008,2,27,8,26),(2008,2,27,9,7),(2008,2,27,10,6),(2008,2,27,11,2),(2008,2,27,12,10),(2008,2,27,13,5),(2008,2,27,14,3),(2008,2,27,15,1),(2008,2,27,16,4),(2008,2,27,17,1),(2008,2,27,18,2),(2008,2,27,19,3),(2008,2,27,20,1),(2008,2,27,21,0),(2008,2,27,22,0),(2008,2,27,23,25),(2008,2,28,0,14),(2008,2,28,1,26),(2008,2,28,2,8),(2008,2,28,3,6),(2008,2,28,4,12),(2008,2,28,5,17),(2008,2,28,6,28),(2008,2,28,7,22),(2008,2,28,8,23),(2008,2,28,9,45),(2008,2,28,10,20),(2008,2,28,11,68),(2008,2,28,12,13),(2008,2,28,13,7),(2008,2,28,14,2),(2008,2,28,15,2),(2008,2,28,16,8),(2008,2,28,17,2),(2008,2,28,18,5),(2008,2,28,19,9),(2008,2,28,20,17),(2008,2,28,21,16),(2008,2,28,22,25),(2008,2,28,23,17),(2008,2,29,0,13),(2008,2,29,1,23),(2008,2,29,2,32),(2008,2,29,3,4),(2008,2,29,4,4),(2008,2,29,5,30),(2008,2,29,6,2),(2008,2,29,7,2),(2008,2,29,8,3),(2008,2,29,9,3),(2008,2,29,10,5),(2008,2,29,11,9),(2008,2,29,12,11),(2008,2,29,13,8),(2008,2,29,14,8),(2008,2,29,15,8),(2008,2,29,16,30),(2008,2,29,17,7),(2008,2,29,18,9),(2008,2,29,19,12),(2008,2,29,20,20),(2008,2,29,21,21),(2008,2,29,22,28),(2008,2,29,23,47),(2008,3,1,0,16),(2008,3,1,1,26),(2008,3,1,2,10),(2008,3,1,3,0),(2008,3,1,4,0),(2008,3,1,5,11),(2008,3,1,6,5),(2008,3,1,7,12),(2008,3,1,8,7),(2008,3,1,9,6),(2008,3,1,10,1),(2008,3,1,11,6),(2008,3,1,12,6),(2008,3,1,13,3),(2008,3,1,14,1),(2008,3,1,15,4),(2008,3,1,16,1),(2008,3,1,17,53),(2008,3,1,18,3),(2008,3,1,19,4),(2008,3,1,20,6),(2008,3,1,21,15),(2008,3,1,22,9),(2008,3,1,23,29),(2008,3,2,0,9),(2008,3,2,1,7),(2008,3,2,2,9),(2008,3,2,3,7),(2008,3,2,4,33),(2008,3,2,5,500),(2008,3,2,6,1),(2008,3,2,7,0),(2008,3,2,8,6),(2008,3,2,9,9),(2008,3,2,10,10),(2008,3,2,11,4),(2008,3,2,12,7),(2008,3,2,13,6),(2008,3,2,14,26),(2008,3,2,15,12),(2008,3,2,16,24),(2008,3,2,17,22),(2008,3,2,18,23),(2008,3,2,19,12),(2008,3,2,20,0),(2008,3,2,21,7),(2008,3,2,22,8),(2008,3,2,23,3),(2008,3,3,0,14),(2008,3,3,1,6),(2008,3,3,2,11),(2008,3,3,3,12),(2008,3,3,4,10),(2008,3,3,5,3),(2008,3,3,6,9),(2008,3,3,7,10),(2008,3,3,8,26),(2008,3,3,9,22),(2008,3,3,10,9),(2008,3,3,11,10),(2008,3,3,12,3),(2008,3,3,13,4),(2008,3,3,14,0),(2008,3,3,15,1),(2008,3,3,16,26),(2008,3,3,17,7),(2008,3,3,18,75),(2008,3,3,19,16),(2008,3,3,20,199),(2008,3,3,21,23),(2008,3,3,22,10),(2008,3,3,23,7),(2008,3,4,0,19),(2008,3,4,1,14),(2008,3,4,2,1),(2008,3,4,3,3),(2008,3,4,4,2),(2008,3,4,5,6),(2008,3,4,6,12),(2008,3,4,7,40),(2008,3,4,8,14),(2008,3,4,9,31),(2008,3,4,10,7),(2008,3,4,11,7),(2008,3,4,12,6),(2008,3,4,13,4),(2008,3,4,14,8),(2008,3,4,15,2),(2008,3,4,16,3),(2008,3,4,17,9),(2008,3,4,18,325),(2008,3,4,19,138),(2008,3,4,20,60),(2008,3,4,21,140),(2008,3,4,22,23),(2008,3,4,23,17),(2008,3,5,0,4),(2008,3,5,1,2),(2008,3,5,2,7),(2008,3,5,3,28),(2008,3,5,4,6),(2008,3,5,5,3),(2008,3,5,6,7),(2008,3,5,7,1),(2008,3,5,8,15),(2008,3,5,9,6),(2008,3,5,10,7),(2008,3,5,11,6),(2008,3,5,12,9),(2008,3,5,13,19),(2008,3,5,14,11),(2008,3,5,15,13),(2008,3,5,16,36),(2008,3,5,17,339),(2008,3,5,18,229),(2008,3,5,19,29),(2008,3,5,20,3),(2008,3,5,21,28),(2008,3,5,22,31),(2008,3,5,23,2),(2008,3,6,0,2),(2008,3,6,1,6),(2008,3,6,2,6),(2008,3,6,3,26),(2008,3,6,4,10),(2008,3,6,5,10),(2008,3,6,6,23),(2008,3,6,7,10),(2008,3,6,8,5),(2008,3,6,9,62),(2008,3,6,10,14),(2008,3,6,11,22),(2008,3,6,12,15),(2008,3,6,13,40),(2008,3,6,14,4),(2008,3,6,15,5),(2008,3,6,16,3),(2008,3,6,17,59),(2008,3,6,18,5),(2008,3,6,19,10),(2008,3,6,20,11),(2008,3,6,21,16),(2008,3,6,22,21),(2008,3,6,23,50),(2008,3,7,0,12),(2008,3,7,1,9),(2008,3,7,2,14),(2008,3,7,3,22),(2008,3,7,4,70),(2008,3,7,5,47),(2008,3,7,6,47),(2008,3,7,7,1),(2008,3,7,8,5),(2008,3,7,9,4),(2008,3,7,10,2),(2008,3,7,11,5),(2008,3,7,12,4),(2008,3,7,13,2),(2008,3,7,14,2),(2008,3,7,15,0),(2008,3,7,16,0),(2008,3,7,17,8),(2008,3,7,18,8),(2008,3,7,19,13),(2008,3,7,20,4),(2008,3,7,21,1),(2008,3,7,22,24),(2008,3,7,23,72),(2008,3,8,0,10),(2008,3,8,1,27),(2008,3,8,2,45),(2008,3,8,3,45),(2008,3,8,4,21),(2008,3,8,5,35),(2008,3,8,6,42),(2008,3,8,7,41),(2008,3,8,8,43),(2008,3,8,9,54),(2008,3,8,10,34),(2008,3,8,11,20),(2008,3,8,12,22),(2008,3,8,13,23),(2008,3,8,14,22),(2008,3,8,15,56),(2008,3,8,16,29),(2008,3,8,17,21),(2008,3,8,18,20),(2008,3,8,19,39),(2008,3,8,20,45),(2008,3,8,21,33),(2008,3,8,22,38),(2008,3,8,23,33),(2008,3,9,0,85),(2008,3,9,1,44),(2008,3,9,2,25),(2008,3,9,3,109),(2008,3,9,4,82),(2008,3,9,5,66),(2008,3,9,6,105),(2008,3,9,7,143),(2008,3,9,8,122),(2008,3,9,9,114),(2008,3,9,10,132),(2008,3,9,11,126),(2008,3,9,12,123),(2008,3,9,13,127),(2008,3,9,14,113),(2008,3,9,15,129),(2008,3,9,16,131),(2008,3,9,17,126),(2008,3,9,18,114),(2008,3,9,19,139),(2008,3,9,20,118),(2008,3,9,21,138),(2008,3,9,22,100),(2008,3,9,23,55),(2008,3,10,0,64),(2008,3,10,1,47),(2008,3,10,2,61),(2008,3,10,3,98),(2008,3,10,4,141),(2008,3,10,5,75),(2008,3,10,6,89),(2008,3,10,7,127),(2008,3,10,8,49),(2008,3,10,9,36),(2008,3,10,10,32),(2008,3,10,11,35),(2008,3,10,12,39),(2008,3,10,13,39),(2008,3,10,14,42),(2008,3,10,15,37),(2008,3,10,16,29),(2008,3,10,17,23),(2008,3,10,18,40),(2008,3,10,19,31),(2008,3,10,20,29),(2008,3,10,21,35),(2008,3,10,22,34),(2008,3,10,23,31),(2008,3,11,0,32),(2008,3,11,1,45),(2008,3,11,2,41),(2008,3,11,3,27),(2008,3,11,4,38),(2008,3,11,5,41),(2008,3,11,6,38),(2008,3,11,7,61),(2008,3,11,8,48),(2008,3,11,9,44),(2008,3,11,10,77),(2008,3,11,11,59),(2008,3,11,12,48),(2008,3,11,13,41),(2008,3,11,14,35),(2008,3,11,15,40),(2008,3,11,16,42),(2008,3,11,17,34),(2008,3,11,18,35),(2008,3,11,19,74),(2008,3,11,20,49),(2008,3,11,21,47),(2008,3,11,22,53),(2008,3,11,23,42),(2008,3,12,0,30),(2008,3,12,1,34),(2008,3,12,2,40),(2008,3,12,3,86),(2008,3,12,4,35),(2008,3,12,5,33),(2008,3,12,6,27),(2008,3,12,7,36),(2008,3,12,8,34),(2008,3,12,9,48),(2008,3,12,10,46),(2008,3,12,11,45),(2008,3,12,12,40),(2008,3,12,13,37),(2008,3,12,14,42),(2008,3,12,15,66),(2008,3,12,16,66),(2008,3,12,17,49),(2008,3,12,18,41),(2008,3,12,19,41),(2008,3,12,20,51),(2008,3,12,21,53),(2008,3,12,22,67),(2008,3,12,23,72),(2008,3,13,0,47),(2008,3,13,1,46),(2008,3,13,2,47),(2008,3,13,3,50),(2008,3,13,4,35),(2008,3,13,5,52),(2008,3,13,6,49),(2008,3,13,7,54),(2008,3,13,8,46),(2008,3,13,9,51),(2008,3,13,10,44),(2008,3,13,11,43),(2008,3,13,12,56),(2008,3,13,13,45),(2008,3,13,14,73),(2008,3,13,15,64),(2008,3,13,16,43),(2008,3,13,17,34),(2008,3,13,18,31),(2008,3,13,19,24),(2008,3,13,20,30),(2008,3,13,21,26),(2008,3,13,22,26),(2008,3,13,23,26),(2008,3,14,0,33),(2008,3,14,1,46),(2008,3,14,2,63),(2008,3,14,3,30),(2008,3,14,4,55),(2008,3,14,5,68),(2008,3,14,6,54),(2008,3,14,7,38),(2008,3,14,8,59),(2008,3,14,9,49),(2008,3,14,10,92),(2008,3,14,11,85),(2008,3,14,12,102),(2008,3,14,13,71),(2008,3,14,14,48),(2008,3,14,15,48),(2008,3,14,16,65),(2008,3,14,17,43),(2008,3,14,18,49),(2008,3,14,19,53),(2008,3,14,20,38),(2008,3,14,21,69),(2008,3,14,22,56),(2008,3,14,23,61),(2008,3,15,0,49),(2008,3,15,1,57),(2008,3,15,2,64),(2008,3,15,3,50),(2008,3,15,4,47),(2008,3,15,5,24),(2008,3,15,6,41),(2008,3,15,7,56),(2008,3,15,8,54),(2008,3,15,9,8),(2008,3,15,10,35),(2008,3,15,11,42),(2008,3,15,12,25),(2008,3,15,13,28),(2008,3,15,14,23),(2008,3,15,15,24),(2008,3,15,16,31),(2008,3,15,17,7),(2008,3,15,18,17),(2008,3,15,19,21),(2008,3,15,20,33),(2008,3,15,21,4),(2008,3,15,22,14),(2008,3,15,23,48),(2008,3,16,0,43),(2008,3,16,1,35),(2008,3,16,2,17),(2008,3,16,3,29),(2008,3,16,4,54),(2008,3,16,5,33),(2008,3,16,6,32),(2008,3,16,7,39),(2008,3,16,8,35),(2008,3,16,9,19),(2008,3,16,10,10),(2008,3,16,11,16),(2008,3,16,12,21),(2008,3,16,13,22),(2008,3,16,14,45),(2008,3,16,15,70),(2008,3,16,16,88),(2008,3,16,17,136),(2008,3,16,18,56),(2008,3,16,19,36),(2008,3,16,20,44),(2008,3,16,21,43),(2008,3,16,22,11),(2008,3,16,23,19),(2008,3,17,0,6),(2008,3,17,1,12),(2008,3,17,2,17),(2008,3,17,3,41),(2008,3,17,4,41),(2008,3,17,5,29),(2008,3,17,6,69),(2008,3,17,7,74),(2008,3,17,8,60),(2008,3,17,9,78),(2008,3,17,10,70),(2008,3,17,11,10),(2008,3,17,12,9),(2008,3,17,13,40),(2008,3,17,14,12),(2008,3,17,15,4),(2008,3,17,16,8),(2008,3,17,17,28),(2008,3,17,18,30),(2008,3,17,19,37),(2008,3,17,20,41),(2008,3,17,21,47),(2008,3,17,22,60),(2008,3,17,23,78),(2008,3,18,0,63),(2008,3,18,1,71),(2008,3,18,2,29),(2008,3,18,3,15),(2008,3,18,4,37),(2008,3,18,5,33),(2008,3,18,6,22),(2008,3,18,7,14),(2008,3,18,8,5),(2008,3,18,9,18),(2008,3,18,10,28),(2008,3,18,11,44),(2008,3,18,12,57),(2008,3,18,13,48),(2008,3,18,14,48),(2008,3,18,15,45),(2008,3,18,16,47),(2008,3,18,17,60),(2008,3,18,18,12),(2008,3,18,19,37),(2008,3,18,20,16),(2008,3,18,21,32),(2008,3,18,22,15),(2008,3,18,23,0),(2008,3,19,0,9),(2008,3,19,1,15),(2008,3,19,2,31),(2008,3,19,3,39),(2008,3,19,4,18),(2008,3,19,5,40),(2008,3,19,6,41),(2008,3,19,7,100),(2008,3,19,8,43),(2008,3,19,9,46),(2008,3,19,10,46),(2008,3,19,11,41),(2008,3,19,12,69),(2008,3,19,13,141),(2008,3,19,14,79),(2008,3,19,15,10),(2008,3,19,16,9),(2008,3,19,17,15),(2008,3,19,18,7),(2008,3,19,19,41),(2008,3,19,20,35),(2008,3,19,21,54),(2008,3,19,22,38),(2008,3,19,23,46),(2008,3,20,0,53),(2008,3,20,1,34),(2008,3,20,2,40),(2008,3,20,3,31),(2008,3,20,4,42),(2008,3,20,5,57),(2008,3,20,6,45),(2008,3,20,7,16),(2008,3,20,8,5),(2008,3,20,9,11),(2008,3,20,10,10),(2008,3,20,11,31),(2008,3,20,12,36),(2008,3,20,13,18),(2008,3,20,14,29),(2008,3,20,15,37),(2008,3,20,16,42),(2008,3,20,17,24),(2008,3,20,18,24),(2008,3,20,19,0),(2008,3,20,20,5),(2008,3,20,21,6),(2008,3,20,22,3),(2008,3,20,23,11),(2008,3,21,0,1),(2008,3,21,1,27),(2008,3,21,2,28),(2008,3,21,3,18),(2008,3,21,4,17),(2008,3,21,5,7),(2008,3,21,6,8),(2008,3,21,7,59),(2008,3,21,8,7),(2008,3,21,9,17),(2008,3,21,10,8),(2008,3,21,11,16),(2008,3,21,12,28),(2008,3,21,13,24),(2008,3,21,14,42),(2008,3,21,15,43),(2008,3,21,16,33),(2008,3,21,17,48),(2008,3,21,18,11),(2008,3,21,19,15),(2008,3,21,20,18),(2008,3,21,21,22),(2008,3,21,22,20),(2008,3,21,23,22),(2008,3,22,0,30),(2008,3,22,1,25),(2008,3,22,2,25),(2008,3,22,3,38),(2008,3,22,4,43),(2008,3,22,5,38),(2008,3,22,6,44),(2008,3,22,7,42),(2008,3,22,8,56),(2008,3,22,9,34),(2008,3,22,10,75),(2008,3,22,11,40),(2008,3,22,12,24),(2008,3,22,13,20),(2008,3,22,14,22),(2008,3,22,15,24),(2008,3,22,16,39),(2008,3,22,17,49),(2008,3,22,18,50),(2008,3,22,19,48),(2008,3,22,20,54),(2008,3,22,21,63),(2008,3,22,22,51),(2008,3,22,23,50),(2008,3,23,0,60),(2008,3,23,1,38),(2008,3,23,2,50),(2008,3,23,3,63),(2008,3,23,4,70),(2008,3,23,5,73),(2008,3,23,6,68),(2008,3,23,7,52),(2008,3,23,8,56),(2008,3,23,9,44),(2008,3,23,10,16),(2008,3,23,11,0),(2008,3,23,12,0),(2008,3,23,13,0),(2008,3,23,14,0),(2008,3,23,15,0),(2008,3,23,16,0),(2008,3,23,17,0),(2008,3,23,18,0),(2008,3,23,19,0),(2008,3,23,20,0),(2008,3,23,21,0),(2008,3,23,22,0),(2008,3,23,23,0); /*!40000 ALTER TABLE `nuke_stats_hour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_stats_month` -- DROP TABLE IF EXISTS `nuke_stats_month`; CREATE TABLE `nuke_stats_month` ( `year` smallint(6) NOT NULL default '0', `month` tinyint(4) NOT NULL default '0', `hits` bigint(20) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_stats_month` -- LOCK TABLES `nuke_stats_month` WRITE; /*!40000 ALTER TABLE `nuke_stats_month` DISABLE KEYS */; INSERT INTO `nuke_stats_month` VALUES (2004,1,0),(2004,2,826),(2004,3,1639),(2004,4,3000),(2004,5,1223),(2004,6,2719),(2004,7,1121),(2004,8,1515),(2004,9,2169),(2004,10,953),(2004,11,1496),(2004,12,6079),(2005,1,15989),(2005,2,16160),(2005,3,7594),(2005,4,6226),(2005,5,6131),(2005,6,7672),(2005,7,14903),(2005,8,8795),(2005,9,7384),(2005,10,17857),(2005,11,22524),(2005,12,8370),(2006,1,20531),(2006,2,24990),(2006,3,31678),(2006,4,12599),(2006,5,4466),(2006,6,10213),(2006,7,8098),(2006,8,8071),(2006,9,7041),(2006,10,26817),(2006,11,11517),(2006,12,36099),(2007,1,7283),(2007,2,9181),(2007,3,21870),(2007,4,16266),(2007,5,14142),(2007,6,14731),(2007,7,7321),(2007,8,22841),(2007,9,17051),(2007,10,15628),(2007,11,8199),(2007,12,18556),(2008,1,13879),(2008,2,16803),(2008,3,20477),(2008,4,0),(2008,5,0),(2008,6,0),(2008,7,0),(2008,8,0),(2008,9,0),(2008,10,0),(2008,11,0),(2008,12,0); /*!40000 ALTER TABLE `nuke_stats_month` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_stats_year` -- DROP TABLE IF EXISTS `nuke_stats_year`; CREATE TABLE `nuke_stats_year` ( `year` smallint(6) NOT NULL default '0', `hits` bigint(20) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nuke_stats_year` -- LOCK TABLES `nuke_stats_year` WRITE; /*!40000 ALTER TABLE `nuke_stats_year` DISABLE KEYS */; INSERT INTO `nuke_stats_year` VALUES (2004,22740),(2005,139605),(2006,202122),(2007,173073),(2008,51159); /*!40000 ALTER TABLE `nuke_stats_year` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_stories` -- DROP TABLE IF EXISTS `nuke_stories`; CREATE TABLE `nuke_stories` ( `sid` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `aid` varchar(30) NOT NULL default '', `title` varchar(80) default NULL, `time` datetime default NULL, `hometext` text, `bodytext` text NOT NULL, `comments` int(11) default '0', `counter` mediumint(8) unsigned default NULL, `topic` int(3) NOT NULL default '1', `informant` varchar(20) NOT NULL default '', `notes` text NOT NULL, `ihome` int(1) NOT NULL default '0', `alanguage` varchar(30) NOT NULL default '', `acomm` int(1) NOT NULL default '0', `haspoll` int(1) NOT NULL default '0', `pollID` int(10) NOT NULL default '0', `score` int(10) NOT NULL default '0', `ratings` int(10) NOT NULL default '0', `associated` text NOT NULL, PRIMARY KEY (`sid`), KEY `sid` (`sid`), KEY `catid` (`catid`), KEY `counter` (`counter`), KEY `topic` (`topic`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_stories` -- LOCK TABLES `nuke_stories` WRITE; /*!40000 ALTER TABLE `nuke_stories` DISABLE KEYS */; INSERT INTO `nuke_stories` VALUES (2,0,'dj_jojo','Red Bull Snow Thrill Of Kanin','2004-03-13 01:32:10','Od 6. - 8. februarja 2004 je na najviąjem slovnskem smučiąču potekalo tekmnovanje Red Bull Snow Thrill on Kanin.\r\n\r\nTekmovanje najboljsim prinese vozovnice za glavno Red Bull-ovo freeride tekmovanje.\r\n\r\nBeri naprej....\r\n\r\n','Zaradi slabega vremena je bilo sobotno tekmovanje odpovedano in prestavljeno na nedeljo. Vsekakot je bilo vredno pocakati na nedeljo, saj smo lahko videli zelo dobro tekmovanje, z nekaj drzimi skoki in dih jemajočimi padci.
\r\n

\r\n


\r\nDodatne informacije:
\r\nUradna stran:
\r\nhttp://www.redbullsnowthrillofkanin.com/
\r\nRezultati tekmovanja :
\r\nhttp://www.redbullsnowthrillofkanin.com/?view=Rezultati\r\n

\r\n\r\n\r\nGalerija slik se nahaja na naąi strani :
\r\nhttp://galerija.sigol.net/modules.php?name=coppermine&file=thumbnails&album=3\r\n

\r\n\r\nČe letos tekme niste spremljali v ľivo, ste naslednje leto vsekakor vabljeni na Kanin, kjer vam bo zastal dih ob vragolijah mojstrov smučanja.\r\n\r\n',337,1289,2,'dj_jojo','',0,'',0,0,0,12,3,''),(4,1,'dj_jojo','Naša lipa \'99','2004-11-10 22:00:19','Hja... brskanje po predalih, arhivih, iskanje knjig med prašnimi policami, zna biti vsekakor zanimivo, če ne kar adrenalinsko. Tako lahko\r\nnajdemo marskiaj zanimivega...... tako kot se je znašlo tudi tole tukaj.. ;)\r\n

\r\n beri naprej - spodaj klikni: Preberite več!\r\n\r\n\r\n','No kdor to bere verjetno ve zakaj se gre, kdor ne ve, mogoce niti ni treba da bere :D V predalu sem brskal in nekje našel negative, na katerih so bile slike Naše lipe \'99 (upam da je letnica prava :) ). Takoj sem se spomnil mnogih dogodkov in ugotovil da je bilo prav fajn. Bilo je vsekakor zanimivo - kdo ne bi pozabil \"strokovnega\" obiska Pivovarne Laško, nevihtno-nočnega turnirja v košarki, in še in še..

\r\nKer verjamem da bi še marsikdo ogedal slike, sem jih postavil na ogled (upam da niste jezni - če menite da kakšna ni ustrezna, sporočite prosim! bomo brisali). Bilo bi pa tudi lepo, če bi se oglasili kaj na mail, da spet vzpostavili kontakte.\r\nMogoče bi se spet dobili, organzirali tabor po taboru... .... no kot prvo, bi rad videl koliko se vas bo oglasilo. Zato le hitro tipkovnico pod roke in kaj napisat, potem pa že bomo kako in kaj. Tukaj imamo na voljo tudi forum, če nas bo veliko



\r\n\r\nIN ne skrivat, POVEJ NAPREJ!Sigurno poznaš koga ki je bil z nami!
\r\n\r\nPričakujem TVOJ odziv!
\r\n\r\nDragan

\r\n\r\nmoj mail: dj_jojo5@yahoo.com
\r\ngalerija slik: http://galerija.sigol.net/modules.php?name=coppermine&file=thumbnails&album=13\r\n\r\n



\r\nPS: Slike niso urejeno po kronološkem zaporedju, ker nisem imel časa tega urejati, prav tako so nekatere malo slabo skenirane, ker sem hitel. upam da se vseeno prepoznate. ',335,1531,2,'dj_jojo','',0,'',0,1,5,5,1,'2-'),(3,1,'dj_jojo','Matijev čebelnjak','2004-06-20 16:20:26','V soboto 19.6.2004 je bila v dolini Bavšice slovesna otvoritev Matijevega čebeljaka. \r\nPreberite zgodbo!','Vabljeni k branju zgodbe!',30,487,2,'dj_jojo','',0,'',0,1,4,0,0,'2-'); /*!40000 ALTER TABLE `nuke_stories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_stories_cat` -- DROP TABLE IF EXISTS `nuke_stories_cat`; CREATE TABLE `nuke_stories_cat` ( `catid` int(11) NOT NULL auto_increment, `title` varchar(20) NOT NULL default '', `counter` int(11) NOT NULL default '0', PRIMARY KEY (`catid`), KEY `catid` (`catid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_stories_cat` -- LOCK TABLES `nuke_stories_cat` WRITE; /*!40000 ALTER TABLE `nuke_stories_cat` DISABLE KEYS */; INSERT INTO `nuke_stories_cat` VALUES (1,'Dogodki',411); /*!40000 ALTER TABLE `nuke_stories_cat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_topics` -- DROP TABLE IF EXISTS `nuke_topics`; CREATE TABLE `nuke_topics` ( `topicid` int(3) NOT NULL auto_increment, `topicname` varchar(20) default NULL, `topicimage` varchar(20) default NULL, `topictext` varchar(40) default NULL, `counter` int(11) NOT NULL default '0', PRIMARY KEY (`topicid`), KEY `topicid` (`topicid`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_topics` -- LOCK TABLES `nuke_topics` WRITE; /*!40000 ALTER TABLE `nuke_topics` DISABLE KEYS */; INSERT INTO `nuke_topics` VALUES (2,'dogodki','phpnuke.gif','Dogodki',0); /*!40000 ALTER TABLE `nuke_topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_users` -- DROP TABLE IF EXISTS `nuke_users`; CREATE TABLE `nuke_users` ( `user_id` int(11) NOT NULL auto_increment, `name` varchar(60) NOT NULL default '', `username` varchar(25) NOT NULL default '', `user_email` varchar(255) NOT NULL default '', `femail` varchar(255) NOT NULL default '', `user_website` varchar(255) NOT NULL default '', `user_avatar` varchar(255) NOT NULL default '', `user_regdate` varchar(20) NOT NULL default '', `user_icq` varchar(15) default NULL, `user_occ` varchar(100) default NULL, `user_from` varchar(100) default NULL, `user_interests` varchar(150) NOT NULL default '', `user_sig` varchar(255) default NULL, `user_viewemail` tinyint(2) default NULL, `user_theme` int(3) default NULL, `user_aim` varchar(18) default NULL, `user_yim` varchar(25) default NULL, `user_msnm` varchar(25) default NULL, `user_password` varchar(40) NOT NULL default '', `storynum` tinyint(4) NOT NULL default '10', `umode` varchar(10) NOT NULL default '', `uorder` tinyint(1) NOT NULL default '0', `thold` tinyint(1) NOT NULL default '0', `noscore` tinyint(1) NOT NULL default '0', `bio` tinytext NOT NULL, `ublockon` tinyint(1) NOT NULL default '0', `ublock` tinytext NOT NULL, `theme` varchar(255) NOT NULL default '', `commentmax` int(11) NOT NULL default '4096', `counter` int(11) NOT NULL default '0', `newsletter` int(1) NOT NULL default '0', `user_posts` int(10) NOT NULL default '0', `user_attachsig` int(2) NOT NULL default '0', `user_rank` int(10) NOT NULL default '0', `user_level` int(10) NOT NULL default '1', `broadcast` tinyint(1) NOT NULL default '1', `popmeson` tinyint(1) NOT NULL default '0', `user_active` tinyint(1) default '1', `user_session_time` int(11) NOT NULL default '0', `user_session_page` smallint(5) NOT NULL default '0', `user_lastvisit` int(11) NOT NULL default '0', `user_timezone` tinyint(4) NOT NULL default '10', `user_style` tinyint(4) default NULL, `user_lang` varchar(255) NOT NULL default 'english', `user_dateformat` varchar(14) NOT NULL default 'D M d, Y g:i a', `user_new_privmsg` smallint(5) unsigned NOT NULL default '0', `user_unread_privmsg` smallint(5) unsigned NOT NULL default '0', `user_last_privmsg` int(11) NOT NULL default '0', `user_emailtime` int(11) default NULL, `user_allowhtml` tinyint(1) default '1', `user_allowbbcode` tinyint(1) default '1', `user_allowsmile` tinyint(1) default '1', `user_allowavatar` tinyint(1) NOT NULL default '1', `user_allow_pm` tinyint(1) NOT NULL default '1', `user_allow_viewonline` tinyint(1) NOT NULL default '1', `user_notify` tinyint(1) NOT NULL default '0', `user_notify_pm` tinyint(1) NOT NULL default '0', `user_popup_pm` tinyint(1) NOT NULL default '0', `user_avatar_type` tinyint(4) NOT NULL default '3', `user_sig_bbcode_uid` varchar(10) default NULL, `user_actkey` varchar(32) default NULL, `user_newpasswd` varchar(32) default NULL, `points` int(10) default '0', `user_group_cp` int(11) NOT NULL default '2', `user_active_cp` enum('YES','NO') NOT NULL default 'YES', `user_lastvisit_cp` datetime NOT NULL default '0000-00-00 00:00:00', `user_regdate_cp` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`user_id`), KEY `uid` (`user_id`), KEY `uname` (`username`), KEY `user_session_time` (`user_session_time`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_users` -- LOCK TABLES `nuke_users` WRITE; /*!40000 ALTER TABLE `nuke_users` DISABLE KEYS */; INSERT INTO `nuke_users` VALUES (1,'','Anonymous','','','','blank.gif','Nov 10, 2000','','','','','',0,0,'','','','',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,0,0,1,0,0,0,10,NULL,'english','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,1,1,0,3,NULL,NULL,NULL,0,3,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'','tilka','tilka@mail386.com','','http://','blank.gif','Jun 06, 2005','','','','','',0,NULL,'','','','9cd7d9e2f889500b66016187e595141c',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'','Elektrika','nina.ele@gmail.com','','','gallery/blank.gif','May 19, 2005',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'02cf3bcddf520edbcfe1a39d55847d4c',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'','dj_jojo5','dj_jojo5@yahoo.com','','','gallery/blank.gif','Feb 10, 2004','','','','','',0,NULL,'','','','fb1ea9bb442299c1c97906a7f1614fb1',10,'',0,0,0,'',0,'','',4096,0,0,1,0,0,1,1,0,1,1079646097,0,1079426514,10,1,'slovenian','D M d, Y g:i a',0,0,1079646097,NULL,1,1,1,1,1,1,0,0,0,3,'','',NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'','Milutin','jovanovicmt@hotmail.com','','','gallery/blank.gif','Jul 18, 2005',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'fe7d046fc249539cd4f645a398d07ee3',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'blaz','vevr','blaz.andrejcic@gmail.com','','http://','blank.gif','Jan 25, 2006','','','','','Reggae 4 ever!!!!',1,NULL,'','','','f846515b9ead93a8d1fd59fd0e005cfc',10,'',0,0,0,'',1,'www.altavista.com','Slash',4096,0,1,0,1,0,1,1,0,1,1142110908,-10,1138388377,10,0,'slovenian','D M d, Y g:i a',0,0,1142110775,NULL,1,1,1,1,1,1,1,1,1,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'','princedouglas','princedouglas44@she.com','','','gallery/blank.gif','Mar 03, 2006',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'827ccb0eea8a706c4c34a16891f84e7b',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'','BAD','bab@hotmail.com','','','blank.gif','Mar 29, 2006',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'7156b4f16f3564e72454a6049b7206db',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'english','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'','bond71546','bond71546@avertorto.org','','','gallery/blank.gif','May 11, 2007',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'ed788b762de4df1750608a775d6b245d',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'','fizo71546','fizo71546@f-i-a-t.info','','','gallery/blank.gif','Jun 05, 2007',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'ed788b762de4df1750608a775d6b245d',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'','Dave1972x','davyjonones@gmail.com','','','gallery/blank.gif','Jul 24, 2007',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'9f64cc89593854255a7e9ec33fd1d6f7',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'','Tara60','aliyahkt@redpuls.info','','','gallery/blank.gif','Oct 21, 2007',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'7493f110026d78165186e3c4fea27fa0',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'','klezla','zlato@siol.net','','','gallery/blank.gif','Dec 29, 2007',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'3613699e93b4c365ba23011ddb7d39ec',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'','gzndon71546','gzndon71546@mentealtrove.org','','','gallery/blank.gif','Jan 21, 2008',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'ed788b762de4df1750608a775d6b245d',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'','KaRHaN','karhan_02@hotmail.com','','','gallery/blank.gif','Feb 03, 2008',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,'0539d22c224804264d15a803633f8b85',10,'',0,0,0,'',0,'','',4096,0,0,0,0,0,1,1,0,1,0,0,0,10,NULL,'slovenian','D M d, Y g:i a',0,0,0,NULL,1,1,1,1,1,1,0,0,0,3,NULL,NULL,NULL,0,2,'YES','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `nuke_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nuke_users_temp` -- DROP TABLE IF EXISTS `nuke_users_temp`; CREATE TABLE `nuke_users_temp` ( `user_id` int(10) NOT NULL auto_increment, `username` varchar(25) NOT NULL default '', `user_email` varchar(255) NOT NULL default '', `user_password` varchar(40) NOT NULL default '', `user_regdate` varchar(20) NOT NULL default '', `check_num` varchar(50) NOT NULL default '', `time` varchar(14) NOT NULL default '', PRIMARY KEY (`user_id`) ) TYPE=MyISAM; -- -- Dumping data for table `nuke_users_temp` -- LOCK TABLES `nuke_users_temp` WRITE; /*!40000 ALTER TABLE `nuke_users_temp` DISABLE KEYS */; INSERT INTO `nuke_users_temp` VALUES (23,'qwerty20000','atlantyda10@o2.pl','a152e841783914146e4bcd4f39100686','Mar 08, 2008','fd8d6e251e35379dd8e7de237152e709','1204986414'); /*!40000 ALTER TABLE `nuke_users_temp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; CREATE TABLE `permissions` ( `permission_id` int(11) NOT NULL auto_increment, `permission_user` int(11) NOT NULL default '0', `permission_grant_on` varchar(12) NOT NULL default '', `permission_item` int(11) NOT NULL default '0', `permission_value` int(11) NOT NULL default '0', PRIMARY KEY (`permission_id`), UNIQUE KEY `idx_pgrant_on` (`permission_grant_on`,`permission_item`,`permission_user`), KEY `idx_puser` (`permission_user`), KEY `idx_pvalue` (`permission_value`) ) TYPE=MyISAM; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES (1,1,'all',-1,-1); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `photos` -- DROP TABLE IF EXISTS `photos`; CREATE TABLE `photos` ( `pid` int(10) unsigned NOT NULL auto_increment, `filename` varchar(200) NOT NULL default '', `urlname` varchar(100) NOT NULL default '', `store_date` datetime NOT NULL default '0000-00-00 00:00:00', `width` int(11) default NULL, `height` int(11) default NULL, `caption` text, `tech_details` text, `thumbnailname` varchar(200) default NULL, `mediumname` varchar(200) default NULL, `s_w` int(11) default NULL, `s_h` int(11) default NULL, `m_w` int(11) default NULL, `m_h` int(11) default NULL, `largelink` tinyint(4) default NULL, `private` tinyint(4) default NULL, `viewable` int(11) default NULL, `rating` float default NULL, `rated` int(11) default NULL, PRIMARY KEY (`pid`), UNIQUE KEY `filename` (`filename`), FULLTEXT KEY `filename_2` (`filename`,`caption`,`tech_details`) ) TYPE=MyISAM; -- -- Dumping data for table `photos` -- LOCK TABLES `photos` WRITE; /*!40000 ALTER TABLE `photos` DISABLE KEYS */; /*!40000 ALTER TABLE `photos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `project_contacts` -- DROP TABLE IF EXISTS `project_contacts`; CREATE TABLE `project_contacts` ( `project_id` int(10) NOT NULL default '0', `contact_id` int(10) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `project_contacts` -- LOCK TABLES `project_contacts` WRITE; /*!40000 ALTER TABLE `project_contacts` DISABLE KEYS */; /*!40000 ALTER TABLE `project_contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `project_departments` -- DROP TABLE IF EXISTS `project_departments`; CREATE TABLE `project_departments` ( `project_id` int(10) NOT NULL default '0', `department_id` int(10) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `project_departments` -- LOCK TABLES `project_departments` WRITE; /*!40000 ALTER TABLE `project_departments` DISABLE KEYS */; /*!40000 ALTER TABLE `project_departments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; CREATE TABLE `projects` ( `project_id` int(11) NOT NULL auto_increment, `project_company` int(11) NOT NULL default '0', `project_department` int(11) NOT NULL default '0', `project_name` varchar(255) default NULL, `project_short_name` varchar(10) default NULL, `project_owner` int(11) default '0', `project_url` varchar(255) default NULL, `project_demo_url` varchar(255) default NULL, `project_start_date` datetime default NULL, `project_end_date` datetime default NULL, `project_actual_end_date` datetime default NULL, `project_status` int(11) default '0', `project_percent_complete` tinyint(4) default '0', `project_color_identifier` varchar(6) default 'eeeeee', `project_description` text, `project_target_budget` decimal(10,2) default '0.00', `project_actual_budget` decimal(10,2) default '0.00', `project_creator` int(11) default '0', `project_active` tinyint(4) default '1', `project_private` tinyint(3) unsigned default '0', `project_departments` varchar(100) default NULL, `project_contacts` varchar(100) default NULL, `project_priority` tinyint(4) default '0', `project_type` smallint(6) NOT NULL default '0', PRIMARY KEY (`project_id`), KEY `idx_project_owner` (`project_owner`), KEY `idx_sdate` (`project_start_date`), KEY `idx_edate` (`project_end_date`), KEY `project_short_name` (`project_short_name`), KEY `idx_proj1` (`project_company`) ) TYPE=MyISAM; -- -- Dumping data for table `projects` -- LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; INSERT INTO `projects` VALUES (3,2,0,'Bovski dan','Bovski dan',2,NULL,NULL,'2006-05-25 00:00:00','2006-08-15 23:59:59',NULL,0,0,'FFFFFF',NULL,'400000.00','0.00',2,1,0,NULL,NULL,0,0),(4,2,0,'Bovski dan','Bovski dan',2,NULL,NULL,'2006-05-25 00:00:00','2006-08-15 23:59:59',NULL,3,0,'FFFFFF',NULL,'0.00','0.00',2,1,0,NULL,NULL,0,0),(5,1,0,'Bovski dan','Bovski dan',2,'','','2006-05-25 00:00:00','2006-08-15 23:59:59',NULL,5,0,'FFFFFF','','0400000.00','0.00',2,1,0,'','',0,0); /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; CREATE TABLE `roles` ( `role_id` int(10) unsigned NOT NULL auto_increment, `role_name` varchar(24) NOT NULL default '', `role_description` varchar(255) NOT NULL default '', `role_type` int(3) unsigned NOT NULL default '0', `role_module` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`role_id`) ) TYPE=MyISAM; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roll_photos` -- DROP TABLE IF EXISTS `roll_photos`; CREATE TABLE `roll_photos` ( `cid` int(10) unsigned NOT NULL default '0', `rid` int(10) unsigned default NULL, `pid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`pid`), KEY `cid` (`cid`), KEY `rid` (`rid`) ) TYPE=MyISAM; -- -- Dumping data for table `roll_photos` -- LOCK TABLES `roll_photos` WRITE; /*!40000 ALTER TABLE `roll_photos` DISABLE KEYS */; /*!40000 ALTER TABLE `roll_photos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolls` -- DROP TABLE IF EXISTS `rolls`; CREATE TABLE `rolls` ( `rid` int(10) unsigned NOT NULL auto_increment, `rollname` varchar(100) NOT NULL default '', PRIMARY KEY (`rid`), UNIQUE KEY `rollname` (`rollname`) ) TYPE=MyISAM; -- -- Dumping data for table `rolls` -- LOCK TABLES `rolls` WRITE; /*!40000 ALTER TABLE `rolls` DISABLE KEYS */; INSERT INTO `rolls` VALUES (1,'Test'); /*!40000 ALTER TABLE `rolls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; CREATE TABLE `sessions` ( `session_id` varchar(40) NOT NULL default '', `session_data` longblob, `session_updated` timestamp(14) NOT NULL, `session_created` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`session_id`), KEY `session_updated` (`session_updated`), KEY `session_created` (`session_created`) ) TYPE=MyISAM; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` VALUES ('1888accb1531941a8470c969cf49ff2b','AppUI|O:6:\"cappui\":23:{s:5:\"state\";a:15:{s:13:\"CalIdxCompany\";s:1:\"1\";s:12:\"CalIdxFilter\";s:2:\"my\";s:13:\"CalDayViewTab\";s:1:\"1\";s:14:\"TaskDayShowArc\";i:0;s:14:\"TaskDayShowLow\";i:1;s:15:\"TaskDayShowHold\";i:0;s:14:\"TaskDayShowDyn\";i:0;s:14:\"TaskDayShowPin\";i:0;s:20:\"TaskDayShowEmptyDate\";i:0;s:12:\"SAVEDPLACE-1\";s:10:\"m=projects\";s:10:\"SAVEDPLACE\";s:0:\"\";s:14:\"FileIdxProject\";i:0;s:10:\"FileIdxTab\";i:0;s:14:\"ProjIdxCompany\";s:1:\"1\";s:15:\"owner_filter_id\";s:1:\"2\";}s:7:\"user_id\";s:1:\"2\";s:15:\"user_first_name\";s:6:\"Dragan\";s:14:\"user_last_name\";s:5:\"Jojic\";s:12:\"user_company\";s:1:\"1\";s:15:\"user_department\";i:0;s:10:\"user_email\";s:21:\"dragan@joffitours.com\";s:9:\"user_type\";s:1:\"1\";s:10:\"user_prefs\";a:12:{s:6:\"LOCALE\";s:2:\"SI\";s:7:\"TABVIEW\";s:1:\"0\";s:12:\"SHDATEFORMAT\";s:8:\"%d/%m/%Y\";s:10:\"TIMEFORMAT\";s:8:\"%H:%M:%S\";s:7:\"UISTYLE\";s:7:\"default\";s:13:\"TASKASSIGNMAX\";s:3:\"100\";s:12:\"CURRENCYFORM\";s:5:\"en_AU\";s:11:\"EVENTFILTER\";s:2:\"my\";s:7:\"MAILALL\";s:1:\"0\";s:12:\"TASKLOGEMAIL\";s:1:\"0\";s:11:\"TASKLOGSUBJ\";s:0:\"\";s:11:\"TASKLOGNOTE\";s:1:\"0\";}s:12:\"day_selected\";N;s:11:\"user_locale\";s:2:\"si\";s:11:\"base_locale\";s:2:\"en\";s:3:\"msg\";s:0:\"\";s:5:\"msgNo\";i:0;s:15:\"defaultRedirect\";s:0:\"\";s:3:\"cfg\";a:1:{s:11:\"locale_warn\";b:0;}s:13:\"version_major\";i:2;s:13:\"version_minor\";i:0;s:13:\"version_patch\";i:2;s:14:\"version_string\";s:5:\"2.0.2\";s:14:\"last_insert_id\";s:2:\"22\";s:10:\"project_id\";i:0;s:9:\"user_lang\";a:4:{i:0;s:8:\"SI.utf-8\";i:1;s:2:\"si\";i:2;s:2:\"SI\";i:3;s:2:\"si\";}}LANGUAGES|a:6:{s:5:\"en_AU\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Aus)\";i:2;s:13:\"English (Aus)\";i:3;s:3:\"ena\";}s:5:\"en_CA\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Can)\";i:2;s:13:\"English (Can)\";i:3;s:3:\"enc\";}s:5:\"en_GB\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (GB)\";i:2;s:12:\"English (GB)\";i:3;s:3:\"eng\";}s:5:\"en_NZ\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (NZ)\";i:2;s:12:\"English (NZ)\";i:3;s:3:\"enz\";}s:5:\"en_US\";a:5:{i:0;s:2:\"en\";i:1;s:12:\"English (US)\";i:2;s:12:\"English (US)\";i:3;s:3:\"enu\";i:4;s:10:\"ISO8859-15\";}s:2:\"SI\";a:4:{i:0;s:2:\"si\";i:1;s:9:\"Slovenian\";i:2;s:11:\"Slovenscina\";i:3;s:2:\"si\";}}all_tabs|a:8:{s:8:\"calendar\";a:0:{}s:6:\"system\";a:0:{}s:5:\"admin\";a:1:{s:8:\"viewuser\";a:3:{i:0;a:1:{s:1:\"L\";s:1:\"P\";}i:1;a:1:{s:1:\"L\";s:1:\"J\";}i:2;a:1:{s:1:\"L\";s:1:\"B\";}}}s:11:\"ticketsmith\";a:0:{}s:8:\"contacts\";a:0:{}s:5:\"files\";a:0:{}s:8:\"projects\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:85:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/projects_tab.files\";s:6:\"module\";s:5:\"files\";}}s:9:\"companies\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:86:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/companies_tab.files\";s:6:\"module\";s:5:\"files\";}}}',20090330141628,'2009-03-30 14:15:24'),('af77561be8731cce1dc189cc110db4de','AppUI|O:6:\"cappui\":23:{s:5:\"state\";a:9:{s:13:\"CalIdxCompany\";s:1:\"1\";s:12:\"CalIdxFilter\";s:2:\"my\";s:13:\"CalDayViewTab\";s:1:\"1\";s:14:\"TaskDayShowArc\";i:0;s:14:\"TaskDayShowLow\";i:1;s:15:\"TaskDayShowHold\";i:0;s:14:\"TaskDayShowDyn\";i:0;s:14:\"TaskDayShowPin\";i:0;s:20:\"TaskDayShowEmptyDate\";i:0;}s:7:\"user_id\";s:1:\"2\";s:15:\"user_first_name\";s:6:\"Dragan\";s:14:\"user_last_name\";s:5:\"Jojic\";s:12:\"user_company\";s:1:\"1\";s:15:\"user_department\";i:0;s:10:\"user_email\";s:21:\"dragan@joffitours.com\";s:9:\"user_type\";s:1:\"1\";s:10:\"user_prefs\";a:12:{s:6:\"LOCALE\";s:2:\"SI\";s:7:\"TABVIEW\";s:1:\"0\";s:12:\"SHDATEFORMAT\";s:8:\"%d/%m/%Y\";s:10:\"TIMEFORMAT\";s:8:\"%H:%M:%S\";s:7:\"UISTYLE\";s:7:\"default\";s:13:\"TASKASSIGNMAX\";s:3:\"100\";s:12:\"CURRENCYFORM\";s:5:\"en_AU\";s:11:\"EVENTFILTER\";s:2:\"my\";s:7:\"MAILALL\";s:1:\"0\";s:12:\"TASKLOGEMAIL\";s:1:\"0\";s:11:\"TASKLOGSUBJ\";s:0:\"\";s:11:\"TASKLOGNOTE\";s:1:\"0\";}s:12:\"day_selected\";N;s:11:\"user_locale\";s:2:\"si\";s:11:\"base_locale\";s:2:\"en\";s:3:\"msg\";s:0:\"\";s:5:\"msgNo\";i:0;s:15:\"defaultRedirect\";s:0:\"\";s:3:\"cfg\";a:1:{s:11:\"locale_warn\";b:0;}s:13:\"version_major\";i:2;s:13:\"version_minor\";i:0;s:13:\"version_patch\";i:2;s:14:\"version_string\";s:5:\"2.0.2\";s:14:\"last_insert_id\";s:2:\"20\";s:10:\"project_id\";i:0;s:9:\"user_lang\";a:4:{i:0;s:8:\"SI.utf-8\";i:1;s:2:\"si\";i:2;s:2:\"SI\";i:3;s:2:\"si\";}}LANGUAGES|a:6:{s:5:\"en_AU\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Aus)\";i:2;s:13:\"English (Aus)\";i:3;s:3:\"ena\";}s:5:\"en_CA\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Can)\";i:2;s:13:\"English (Can)\";i:3;s:3:\"enc\";}s:5:\"en_GB\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (GB)\";i:2;s:12:\"English (GB)\";i:3;s:3:\"eng\";}s:5:\"en_NZ\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (NZ)\";i:2;s:12:\"English (NZ)\";i:3;s:3:\"enz\";}s:5:\"en_US\";a:5:{i:0;s:2:\"en\";i:1;s:12:\"English (US)\";i:2;s:12:\"English (US)\";i:3;s:3:\"enu\";i:4;s:10:\"ISO8859-15\";}s:2:\"SI\";a:4:{i:0;s:2:\"si\";i:1;s:9:\"Slovenian\";i:2;s:11:\"Slovenscina\";i:3;s:2:\"si\";}}all_tabs|a:1:{s:8:\"calendar\";a:0:{}}',20080214191051,'2008-02-14 19:10:40'),('9882a0dac6ae073c79e0b2e76ddc18a3','AppUI|O:6:\"cappui\":23:{s:5:\"state\";a:2:{s:12:\"SAVEDPLACE-1\";N;s:10:\"SAVEDPLACE\";s:24:\"m=tasks&a=view&task_id=5\";}s:7:\"user_id\";s:1:\"3\";s:15:\"user_first_name\";s:6:\"Natasa\";s:14:\"user_last_name\";s:6:\"Bartol\";s:12:\"user_company\";s:1:\"2\";s:15:\"user_department\";s:1:\"0\";s:10:\"user_email\";s:22:\"natasa.bartol@siol.net\";s:9:\"user_type\";s:1:\"3\";s:10:\"user_prefs\";a:12:{s:6:\"LOCALE\";s:2:\"SI\";s:7:\"TABVIEW\";s:1:\"0\";s:12:\"SHDATEFORMAT\";s:8:\"%d/%m/%Y\";s:10:\"TIMEFORMAT\";s:5:\"%H:%M\";s:7:\"UISTYLE\";s:7:\"default\";s:13:\"TASKASSIGNMAX\";s:3:\"100\";s:12:\"CURRENCYFORM\";s:5:\"en_AU\";s:11:\"EVENTFILTER\";s:2:\"my\";s:7:\"MAILALL\";s:1:\"0\";s:12:\"TASKLOGEMAIL\";s:1:\"0\";s:11:\"TASKLOGSUBJ\";s:0:\"\";s:11:\"TASKLOGNOTE\";s:1:\"0\";}s:12:\"day_selected\";N;s:11:\"user_locale\";s:2:\"si\";s:11:\"base_locale\";s:2:\"en\";s:3:\"msg\";s:0:\"\";s:5:\"msgNo\";i:0;s:15:\"defaultRedirect\";s:0:\"\";s:3:\"cfg\";a:1:{s:11:\"locale_warn\";b:0;}s:13:\"version_major\";i:2;s:13:\"version_minor\";i:0;s:13:\"version_patch\";i:2;s:14:\"version_string\";s:5:\"2.0.2\";s:14:\"last_insert_id\";s:2:\"18\";s:10:\"project_id\";i:0;s:9:\"user_lang\";a:4:{i:0;s:8:\"SI.utf-8\";i:1;s:2:\"si\";i:2;s:2:\"SI\";i:3;s:2:\"si\";}}LANGUAGES|a:6:{s:5:\"en_AU\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Aus)\";i:2;s:13:\"English (Aus)\";i:3;s:3:\"ena\";}s:5:\"en_CA\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Can)\";i:2;s:13:\"English (Can)\";i:3;s:3:\"enc\";}s:5:\"en_GB\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (GB)\";i:2;s:12:\"English (GB)\";i:3;s:3:\"eng\";}s:5:\"en_NZ\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (NZ)\";i:2;s:12:\"English (NZ)\";i:3;s:3:\"enz\";}s:5:\"en_US\";a:5:{i:0;s:2:\"en\";i:1;s:12:\"English (US)\";i:2;s:12:\"English (US)\";i:3;s:3:\"enu\";i:4;s:10:\"ISO8859-15\";}s:2:\"SI\";a:4:{i:0;s:2:\"si\";i:1;s:9:\"Slovenian\";i:2;s:11:\"Slovenscina\";i:3;s:2:\"si\";}}all_tabs|a:1:{s:5:\"tasks\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:82:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/tasks_tab.files\";s:6:\"module\";s:5:\"files\";}s:4:\"view\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:87:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/tasks_tab.view.files\";s:6:\"module\";s:5:\"files\";}}}}',20060525095233,'2006-05-25 09:52:31'),('7c9fd61211a2b87c8224d976c6d78dac','AppUI|O:6:\"cappui\":23:{s:5:\"state\";a:23:{s:13:\"CalIdxCompany\";s:1:\"1\";s:12:\"CalIdxFilter\";s:2:\"my\";s:13:\"CalDayViewTab\";s:1:\"1\";s:14:\"TaskDayShowArc\";i:0;s:14:\"TaskDayShowLow\";i:1;s:15:\"TaskDayShowHold\";i:0;s:14:\"TaskDayShowDyn\";i:0;s:14:\"TaskDayShowPin\";i:0;s:20:\"TaskDayShowEmptyDate\";i:0;s:12:\"SAVEDPLACE-1\";s:108:\"project_id%5B%5D=1&project_id%5B%5D=2&project_id%5B%5D=5&update_project_status=1&m=projects&project_status=5\";s:10:\"SAVEDPLACE\";s:43:\"m=projects&orderby=project_color_identifier\";s:15:\"owner_filter_id\";s:1:\"2\";s:15:\"CompaniesIdxTab\";s:1:\"0\";s:7:\"user_id\";s:1:\"2\";s:22:\"TaskListShowIncomplete\";i:0;s:12:\"tasks_opened\";a:0:{}s:14:\"TaskIdxProject\";s:1:\"2\";s:12:\"TaskLogVwTab\";s:1:\"0\";s:14:\"FileIdxProject\";i:0;s:10:\"FileIdxTab\";i:0;s:14:\"ProjIdxCompany\";s:1:\"1\";s:14:\"ProjIdxOrderBy\";s:24:\"project_color_identifier\";s:15:\"ProjIdxOrderDir\";s:4:\"desc\";}s:7:\"user_id\";s:1:\"2\";s:15:\"user_first_name\";s:6:\"Dragan\";s:14:\"user_last_name\";s:5:\"Jojic\";s:12:\"user_company\";s:1:\"1\";s:15:\"user_department\";i:0;s:10:\"user_email\";s:21:\"dragan@joffitours.com\";s:9:\"user_type\";s:1:\"1\";s:10:\"user_prefs\";a:12:{s:6:\"LOCALE\";s:2:\"SI\";s:7:\"TABVIEW\";s:1:\"0\";s:12:\"SHDATEFORMAT\";s:8:\"%d/%m/%Y\";s:10:\"TIMEFORMAT\";s:8:\"%H:%M:%S\";s:7:\"UISTYLE\";s:7:\"default\";s:13:\"TASKASSIGNMAX\";s:3:\"100\";s:12:\"CURRENCYFORM\";s:5:\"en_AU\";s:11:\"EVENTFILTER\";s:2:\"my\";s:7:\"MAILALL\";s:1:\"0\";s:12:\"TASKLOGEMAIL\";s:1:\"0\";s:11:\"TASKLOGSUBJ\";s:0:\"\";s:11:\"TASKLOGNOTE\";s:1:\"0\";}s:12:\"day_selected\";N;s:11:\"user_locale\";s:2:\"si\";s:11:\"base_locale\";s:2:\"en\";s:3:\"msg\";s:0:\"\";s:5:\"msgNo\";i:0;s:15:\"defaultRedirect\";s:0:\"\";s:3:\"cfg\";a:1:{s:11:\"locale_warn\";b:0;}s:13:\"version_major\";i:2;s:13:\"version_minor\";i:0;s:13:\"version_patch\";i:2;s:14:\"version_string\";s:5:\"2.0.2\";s:14:\"last_insert_id\";s:2:\"19\";s:10:\"project_id\";i:0;s:9:\"user_lang\";a:4:{i:0;s:8:\"SI.utf-8\";i:1;s:2:\"si\";i:2;s:2:\"SI\";i:3;s:2:\"si\";}}LANGUAGES|a:6:{s:5:\"en_AU\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Aus)\";i:2;s:13:\"English (Aus)\";i:3;s:3:\"ena\";}s:5:\"en_CA\";a:4:{i:0;s:2:\"en\";i:1;s:13:\"English (Can)\";i:2;s:13:\"English (Can)\";i:3;s:3:\"enc\";}s:5:\"en_GB\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (GB)\";i:2;s:12:\"English (GB)\";i:3;s:3:\"eng\";}s:5:\"en_NZ\";a:4:{i:0;s:2:\"en\";i:1;s:12:\"English (NZ)\";i:2;s:12:\"English (NZ)\";i:3;s:3:\"enz\";}s:5:\"en_US\";a:5:{i:0;s:2:\"en\";i:1;s:12:\"English (US)\";i:2;s:12:\"English (US)\";i:3;s:3:\"enu\";i:4;s:10:\"ISO8859-15\";}s:2:\"SI\";a:4:{i:0;s:2:\"si\";i:1;s:9:\"Slovenian\";i:2;s:11:\"Slovenscina\";i:3;s:2:\"si\";}}all_tabs|a:7:{s:8:\"calendar\";a:0:{}s:6:\"system\";a:0:{}s:9:\"companies\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:86:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/companies_tab.files\";s:6:\"module\";s:5:\"files\";}}s:5:\"tasks\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:82:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/tasks_tab.files\";s:6:\"module\";s:5:\"files\";}s:4:\"view\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:87:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/tasks_tab.view.files\";s:6:\"module\";s:5:\"files\";}}}s:8:\"projects\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"Files\";s:4:\"file\";s:85:\"/home/www/stranke/dragan/projekti.joffitours.com/www/modules/files/projects_tab.files\";s:6:\"module\";s:5:\"files\";}}s:5:\"files\";a:0:{}s:8:\"contacts\";a:0:{}}',20061205211551,'2006-12-05 21:10:45'); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `syskeys` -- DROP TABLE IF EXISTS `syskeys`; CREATE TABLE `syskeys` ( `syskey_id` int(10) unsigned NOT NULL auto_increment, `syskey_name` varchar(48) NOT NULL default '', `syskey_label` varchar(255) NOT NULL default '', `syskey_type` int(1) unsigned NOT NULL default '0', `syskey_sep1` char(2) default '\n', `syskey_sep2` char(2) NOT NULL default '|', PRIMARY KEY (`syskey_id`), UNIQUE KEY `syskey_name` (`syskey_name`), UNIQUE KEY `idx_syskey_name` (`syskey_id`) ) TYPE=MyISAM; -- -- Dumping data for table `syskeys` -- LOCK TABLES `syskeys` WRITE; /*!40000 ALTER TABLE `syskeys` DISABLE KEYS */; INSERT INTO `syskeys` VALUES (1,'SelectList','Enter values for list',0,'\n','|'),(2,'CustomField','Serialized array in the following format:\r\n|\r\n\r\nSerialized Array:\r\n[type] => text | checkbox | select | textarea | label\r\n[name] => \r\n[options] => \r\n[selects] => ',0,'\n','|'),(3,'ColorSelection','Hex color values for type=>color association.',0,'\n','|'); /*!40000 ALTER TABLE `syskeys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sysvals` -- DROP TABLE IF EXISTS `sysvals`; CREATE TABLE `sysvals` ( `sysval_id` int(10) unsigned NOT NULL auto_increment, `sysval_key_id` int(10) unsigned NOT NULL default '0', `sysval_title` varchar(48) NOT NULL default '', `sysval_value` text NOT NULL, PRIMARY KEY (`sysval_id`) ) TYPE=MyISAM; -- -- Dumping data for table `sysvals` -- LOCK TABLES `sysvals` WRITE; /*!40000 ALTER TABLE `sysvals` DISABLE KEYS */; INSERT INTO `sysvals` VALUES (1,1,'ProjectStatus','0|Not Defined\r\n1|Proposed\r\n2|In Planning\r\n3|In Progress\r\n4|On Hold\r\n5|Complete\r\n6|Template'),(2,1,'CompanyType','0|Not Applicable\n1|Client\n2|Vendor\n3|Supplier\n4|Consultant\n5|Government\n6|Internal'),(3,1,'TaskDurationType','1|hours\n24|days'),(4,1,'EventType','0|General\n1|Appointment\n2|Meeting\n3|All Day Event\n4|Anniversary\n5|Reminder'),(5,1,'TaskStatus','0|Active\n-1|Inactive'),(6,1,'TaskType','0|Unknown\n1|Administrative\n2|Operative'),(7,1,'ProjectType','0|Unknown\n1|Administrative\n2|Operative'),(8,3,'ProjectColors','Web|FFE0AE\nEngineering|AEFFB2\nHelpDesk|FFFCAE\nSystem Administration|FFAEAE'),(9,1,'FileType','0|Unknown\n1|Document\n2|Application'),(10,1,'TaskPriority','-1|low\n0|normal\n1|high'),(11,1,'ProjectPriority','-1|low\n0|normal\n1|high'),(12,1,'ProjectPriorityColor','-1|#E5F7FF\n0|\n1|#FFDCB3'),(13,1,'TaskLogReference','0|Not Defined\n1|Email\n2|Helpdesk\n3|Phone Call\n4|Fax'),(14,1,'TaskLogReferenceImage','0| 1|./images/obj/email.gif 2|./modules/helpdesk/images/helpdesk.png 3|./images/obj/phone.gif 4|./images/icons/stock_print-16.png'); /*!40000 ALTER TABLE `sysvals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `task_contacts` -- DROP TABLE IF EXISTS `task_contacts`; CREATE TABLE `task_contacts` ( `task_id` int(10) NOT NULL default '0', `contact_id` int(10) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `task_contacts` -- LOCK TABLES `task_contacts` WRITE; /*!40000 ALTER TABLE `task_contacts` DISABLE KEYS */; /*!40000 ALTER TABLE `task_contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `task_departments` -- DROP TABLE IF EXISTS `task_departments`; CREATE TABLE `task_departments` ( `task_id` int(10) NOT NULL default '0', `department_id` int(10) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `task_departments` -- LOCK TABLES `task_departments` WRITE; /*!40000 ALTER TABLE `task_departments` DISABLE KEYS */; /*!40000 ALTER TABLE `task_departments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `task_dependencies` -- DROP TABLE IF EXISTS `task_dependencies`; CREATE TABLE `task_dependencies` ( `dependencies_task_id` int(11) NOT NULL default '0', `dependencies_req_task_id` int(11) NOT NULL default '0', PRIMARY KEY (`dependencies_task_id`,`dependencies_req_task_id`) ) TYPE=MyISAM; -- -- Dumping data for table `task_dependencies` -- LOCK TABLES `task_dependencies` WRITE; /*!40000 ALTER TABLE `task_dependencies` DISABLE KEYS */; /*!40000 ALTER TABLE `task_dependencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `task_log` -- DROP TABLE IF EXISTS `task_log`; CREATE TABLE `task_log` ( `task_log_id` int(11) NOT NULL auto_increment, `task_log_task` int(11) NOT NULL default '0', `task_log_name` varchar(255) default NULL, `task_log_description` text, `task_log_creator` int(11) NOT NULL default '0', `task_log_hours` float NOT NULL default '0', `task_log_date` datetime default NULL, `task_log_costcode` varchar(8) NOT NULL default '', `task_log_problem` tinyint(1) default '0', `task_log_reference` tinyint(4) default '0', `task_log_related_url` varchar(255) default NULL, PRIMARY KEY (`task_log_id`), KEY `idx_log_task` (`task_log_task`) ) TYPE=MyISAM; -- -- Dumping data for table `task_log` -- LOCK TABLES `task_log` WRITE; /*!40000 ALTER TABLE `task_log` DISABLE KEYS */; INSERT INTO `task_log` VALUES (1,2,'Poklici dobavitelje kave','/',2,0,'2006-12-05 21:12:30','',0,0,NULL),(2,1,'Narocilo servisa Blagajne','/',2,0,'2006-12-05 21:12:50','',0,0,NULL); /*!40000 ALTER TABLE `task_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasks` -- DROP TABLE IF EXISTS `tasks`; CREATE TABLE `tasks` ( `task_id` int(11) NOT NULL auto_increment, `task_name` varchar(255) default NULL, `task_parent` int(11) default '0', `task_milestone` tinyint(1) default '0', `task_project` int(11) NOT NULL default '0', `task_owner` int(11) NOT NULL default '0', `task_start_date` datetime default NULL, `task_duration` float unsigned default '0', `task_duration_type` int(11) NOT NULL default '1', `task_hours_worked` float unsigned default '0', `task_end_date` datetime default NULL, `task_status` int(11) default '0', `task_priority` tinyint(4) default '0', `task_percent_complete` tinyint(4) default '0', `task_description` text, `task_target_budget` decimal(10,2) default '0.00', `task_related_url` varchar(255) default NULL, `task_creator` int(11) NOT NULL default '0', `task_order` int(11) NOT NULL default '0', `task_client_publish` tinyint(1) NOT NULL default '0', `task_dynamic` tinyint(1) NOT NULL default '0', `task_access` int(11) NOT NULL default '0', `task_notify` int(11) NOT NULL default '0', `task_departments` varchar(100) default NULL, `task_contacts` varchar(100) default NULL, `task_custom` longtext, `task_type` smallint(6) NOT NULL default '0', PRIMARY KEY (`task_id`), KEY `idx_task_parent` (`task_parent`), KEY `idx_task_project` (`task_project`), KEY `idx_task_owner` (`task_owner`), KEY `idx_task_order` (`task_order`), KEY `idx_task1` (`task_start_date`), KEY `idx_task2` (`task_end_date`) ) TYPE=MyISAM; -- -- Dumping data for table `tasks` -- LOCK TABLES `tasks` WRITE; /*!40000 ALTER TABLE `tasks` DISABLE KEYS */; INSERT INTO `tasks` VALUES (3,'Poslati dopise drustvom',3,0,5,2,'2006-05-25 08:00:00',1,1,0,'2006-05-25 09:00:00',0,0,0,NULL,'0.00',NULL,2,0,0,31,2,1,NULL,NULL,NULL,0),(4,'Poslati dopise sodelujocim',4,0,5,2,'2006-05-25 08:00:00',1,1,0,'2006-05-25 09:00:00',0,0,0,NULL,'0.00',NULL,2,0,0,0,2,1,NULL,NULL,NULL,0),(5,'Iskanje skupine za vecerni nastop',5,0,5,2,'2006-05-25 08:00:00',1,1,0,'2006-05-29 17:00:00',0,0,0,'Poiskati je potrebno skupino za vecerni nastop na Bovskem dnevu','150000.00',NULL,2,0,0,0,2,1,NULL,NULL,NULL,0); /*!40000 ALTER TABLE `tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tickets` -- DROP TABLE IF EXISTS `tickets`; CREATE TABLE `tickets` ( `ticket` int(10) unsigned NOT NULL auto_increment, `author` varchar(100) NOT NULL default '', `recipient` varchar(100) NOT NULL default '', `subject` varchar(100) NOT NULL default '', `attachment` tinyint(1) unsigned NOT NULL default '0', `timestamp` int(10) unsigned NOT NULL default '0', `type` varchar(15) NOT NULL default '', `assignment` int(10) unsigned NOT NULL default '0', `parent` int(10) unsigned NOT NULL default '0', `activity` int(10) unsigned NOT NULL default '0', `priority` tinyint(1) unsigned NOT NULL default '1', `cc` varchar(255) NOT NULL default '', `body` text NOT NULL, `signature` text, PRIMARY KEY (`ticket`), KEY `parent` (`parent`), KEY `type` (`type`) ) TYPE=MyISAM; -- -- Dumping data for table `tickets` -- LOCK TABLES `tickets` WRITE; /*!40000 ALTER TABLE `tickets` DISABLE KEYS */; /*!40000 ALTER TABLE `tickets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_access_log` -- DROP TABLE IF EXISTS `user_access_log`; CREATE TABLE `user_access_log` ( `user_access_log_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `user_ip` varchar(15) NOT NULL default '', `date_time_in` datetime default '0000-00-00 00:00:00', `date_time_out` datetime default '0000-00-00 00:00:00', `date_time_last_action` datetime default '0000-00-00 00:00:00', PRIMARY KEY (`user_access_log_id`) ) TYPE=MyISAM; -- -- Dumping data for table `user_access_log` -- LOCK TABLES `user_access_log` WRITE; /*!40000 ALTER TABLE `user_access_log` DISABLE KEYS */; INSERT INTO `user_access_log` VALUES (1,1,'86.61.64.230','2006-04-21 23:39:42','2006-04-21 23:39:50','2006-04-21 23:39:42'),(2,1,'217.72.68.9','2006-04-22 00:51:24','2006-04-22 01:02:59','2006-04-22 01:02:55'),(3,2,'217.72.68.9','2006-04-22 01:03:06','2006-04-22 01:07:23','2006-04-22 01:06:51'),(4,2,'217.72.68.9','2006-04-22 01:07:30','2006-04-22 01:19:54','2006-04-22 01:19:47'),(5,2,'86.61.64.230','2006-04-22 10:05:30','2006-04-22 10:06:18','2006-04-22 10:05:55'),(6,2,'212.30.69.167','2006-04-24 08:47:05','2006-04-24 08:53:15','2006-04-24 08:53:05'),(7,2,'212.30.69.167','2006-04-24 08:53:33','2006-04-24 08:54:42','2006-04-24 08:54:31'),(8,2,'212.30.69.167','2006-04-24 08:55:04','2006-04-24 08:56:14','2006-04-24 08:56:08'),(9,2,'212.30.69.167','2006-04-24 08:58:18','2006-04-24 08:59:45','2006-04-24 08:59:40'),(10,3,'212.30.69.167','2006-04-24 08:59:50','2006-04-24 09:00:33','2006-04-24 09:00:28'),(11,2,'194.165.119.249','2006-05-04 14:27:07','2006-05-04 14:28:37','2006-05-04 14:28:33'),(12,2,'217.72.67.9','2006-05-25 00:37:44','2006-05-25 00:46:13','2006-05-25 00:46:10'),(13,2,'217.72.67.9','2006-05-25 00:46:40','2006-05-25 00:48:01','2006-05-25 00:47:54'),(14,3,'217.72.67.9','2006-05-25 00:48:10','2006-05-25 00:48:25','2006-05-25 00:48:14'),(15,2,'217.72.67.9','2006-05-25 00:48:32','2006-05-25 00:58:02','2006-05-25 00:57:42'),(16,3,'217.72.67.9','2006-05-25 00:58:07','2006-05-25 00:59:57','2006-05-25 00:59:48'),(17,2,'217.72.67.9','2006-05-25 01:00:03','2006-05-25 01:00:42','2006-05-25 01:00:03'),(18,3,'195.250.209.47','2006-05-25 09:52:31','0000-00-00 00:00:00','2006-05-25 09:52:31'),(19,2,'86.61.64.230','2006-12-05 21:10:45','2008-02-19 17:01:32','2006-12-05 21:15:51'),(20,2,'213.229.202.67','2008-02-14 19:10:40','2008-02-19 17:01:32','2008-02-14 19:10:44'),(21,2,'86.61.64.230','2008-02-18 14:04:01','2008-02-19 17:01:32','2008-02-19 17:01:22'),(22,2,'89.142.254.30','2009-03-30 14:15:24','0000-00-00 00:00:00','2009-03-30 14:16:27'); /*!40000 ALTER TABLE `user_access_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_events` -- DROP TABLE IF EXISTS `user_events`; CREATE TABLE `user_events` ( `user_id` int(11) NOT NULL default '0', `event_id` int(11) NOT NULL default '0', KEY `uek1` (`user_id`,`event_id`), KEY `uek2` (`event_id`,`user_id`) ) TYPE=MyISAM; -- -- Dumping data for table `user_events` -- LOCK TABLES `user_events` WRITE; /*!40000 ALTER TABLE `user_events` DISABLE KEYS */; /*!40000 ALTER TABLE `user_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_preferences` -- DROP TABLE IF EXISTS `user_preferences`; CREATE TABLE `user_preferences` ( `pref_user` varchar(12) NOT NULL default '', `pref_name` varchar(72) NOT NULL default '', `pref_value` varchar(32) NOT NULL default '', KEY `pref_user` (`pref_user`,`pref_name`) ) TYPE=MyISAM; -- -- Dumping data for table `user_preferences` -- LOCK TABLES `user_preferences` WRITE; /*!40000 ALTER TABLE `user_preferences` DISABLE KEYS */; INSERT INTO `user_preferences` VALUES ('0','LOCALE','SI'),('0','TABVIEW','0'),('0','SHDATEFORMAT','%d/%m/%Y'),('0','TIMEFORMAT','%H:%M'),('0','UISTYLE','default'),('0','TASKASSIGNMAX','100'),('2','LOCALE','SI'),('2','TABVIEW','0'),('2','SHDATEFORMAT','%d/%m/%Y'),('2','TIMEFORMAT','%H:%M:%S'),('2','UISTYLE','default'),('2','TASKASSIGNMAX','100'),('1','LOCALE','en'),('1','TABVIEW','0'),('1','SHDATEFORMAT','%d/%m/%Y'),('1','TIMEFORMAT','%I:%M %p'),('1','UISTYLE','default'),('1','TASKASSIGNMAX','100'),('0','CURRENCYFORM','en_AU'),('0','EVENTFILTER','my'),('0','MAILALL','1'),('0','TASKLOGEMAIL','0'),('0','TASKLOGSUBJ',''),('0','TASKLOGNOTE','0'),('2','CURRENCYFORM','en_AU'),('2','EVENTFILTER','my'),('2','MAILALL','0'),('2','TASKLOGEMAIL','0'),('2','TASKLOGSUBJ',''),('2','TASKLOGNOTE','0'),('3','LOCALE','SI'),('3','TABVIEW','0'),('3','SHDATEFORMAT','%d/%m/%Y'),('3','TIMEFORMAT','%H:%M'),('3','UISTYLE','default'),('3','TASKASSIGNMAX','100'),('3','CURRENCYFORM','en_AU'),('3','EVENTFILTER','my'),('3','MAILALL','0'),('3','TASKLOGEMAIL','0'),('3','TASKLOGSUBJ',''),('3','TASKLOGNOTE','0'); /*!40000 ALTER TABLE `user_preferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_roles` -- DROP TABLE IF EXISTS `user_roles`; CREATE TABLE `user_roles` ( `user_id` int(10) unsigned NOT NULL default '0', `role_id` int(10) unsigned NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `user_roles` -- LOCK TABLES `user_roles` WRITE; /*!40000 ALTER TABLE `user_roles` DISABLE KEYS */; /*!40000 ALTER TABLE `user_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_task_pin` -- DROP TABLE IF EXISTS `user_task_pin`; CREATE TABLE `user_task_pin` ( `user_id` int(11) NOT NULL default '0', `task_id` int(10) NOT NULL default '0', `task_pinned` tinyint(2) NOT NULL default '1', PRIMARY KEY (`user_id`,`task_id`) ) TYPE=MyISAM; -- -- Dumping data for table `user_task_pin` -- LOCK TABLES `user_task_pin` WRITE; /*!40000 ALTER TABLE `user_task_pin` DISABLE KEYS */; /*!40000 ALTER TABLE `user_task_pin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_tasks` -- DROP TABLE IF EXISTS `user_tasks`; CREATE TABLE `user_tasks` ( `user_id` int(11) NOT NULL default '0', `user_type` tinyint(4) NOT NULL default '0', `task_id` int(11) NOT NULL default '0', `perc_assignment` int(11) NOT NULL default '100', `user_task_priority` tinyint(4) default '0', PRIMARY KEY (`user_id`,`task_id`), KEY `user_type` (`user_type`) ) TYPE=MyISAM; -- -- Dumping data for table `user_tasks` -- LOCK TABLES `user_tasks` WRITE; /*!40000 ALTER TABLE `user_tasks` DISABLE KEYS */; INSERT INTO `user_tasks` VALUES (2,0,3,100,0),(2,0,4,100,0),(3,0,5,45,0),(2,0,5,10,0); /*!40000 ALTER TABLE `user_tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `user_id` int(11) NOT NULL auto_increment, `user_contact` int(11) NOT NULL default '0', `user_username` varchar(255) NOT NULL default '', `user_password` varchar(32) NOT NULL default '', `user_parent` int(11) NOT NULL default '0', `user_type` tinyint(3) NOT NULL default '0', `user_company` int(11) default '0', `user_department` int(11) default '0', `user_owner` int(11) NOT NULL default '0', `user_signature` text, PRIMARY KEY (`user_id`), KEY `idx_uid` (`user_username`), KEY `idx_pwd` (`user_password`), KEY `idx_user_parent` (`user_parent`) ) TYPE=MyISAM; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,1,'admin','fb1ea9bb442299c1c97906a7f1614fb1',0,1,0,0,0,''),(2,5,'dragan','fb1ea9bb442299c1c97906a7f1614fb1',0,1,0,0,0,''),(3,4,'natasa','4f2033c5e0d00efd362e3b9443a54eae',0,3,0,0,0,''); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2009-07-17 8:51:14