0byt3m1n1
Path:
/
data
/
0
/
0
/
69
/
162
/
69651
/
meta
/
70890
/
mysql.backup
/
[
Home
]
File: threerivers.mysql1.bak.sql
-- MySQL dump 10.11 -- -- Host: 10.49.7.180 Database: threerivers -- ------------------------------------------------------ -- Server version 4.1.21 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `bids_3r` -- DROP TABLE IF EXISTS `bids_3r`; CREATE TABLE `bids_3r` ( `bid_id` int(11) NOT NULL auto_increment, `player_id` int(11) NOT NULL default '0', `owner_id` int(11) NOT NULL default '0', `amount` decimal(10,0) NOT NULL default '0', `is_high` tinyint(4) NOT NULL default '0', PRIMARY KEY (`bid_id`) ) ENGINE=MyISAM AUTO_INCREMENT=96 DEFAULT CHARSET=latin1; -- -- Dumping data for table `bids_3r` -- LOCK TABLES `bids_3r` WRITE; /*!40000 ALTER TABLE `bids_3r` DISABLE KEYS */; INSERT INTO `bids_3r` VALUES (90,796,1,'7',0),(91,796,1,'16',0),(92,796,4,'24',0),(93,796,4,'25',0),(94,796,4,'26',0),(95,796,4,'26',1); /*!40000 ALTER TABLE `bids_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat_msg` -- DROP TABLE IF EXISTS `chat_msg`; CREATE TABLE `chat_msg` ( `id` bigint(20) unsigned NOT NULL auto_increment, `from` bigint(20) unsigned NOT NULL default '0', `to` bigint(20) unsigned NOT NULL default '0', `born` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `msg` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `to` (`to`), KEY `from` (`from`), KEY `born` (`born`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=latin1; -- -- Dumping data for table `chat_msg` -- LOCK TABLES `chat_msg` WRITE; /*!40000 ALTER TABLE `chat_msg` DISABLE KEYS */; INSERT INTO `chat_msg` VALUES (21,12,14,'2005-12-22 14:26:06','mikey guest 8'),(16,14,12,'2005-12-22 14:25:18','who dis?'),(17,14,12,'2005-12-22 14:25:21','its eddie typing'),(18,12,14,'2005-12-22 14:25:48','yo its jordan'),(19,14,12,'2005-12-22 14:25:55','what up'),(20,12,14,'2005-12-22 14:25:59','im guest 12'),(22,14,12,'2005-12-22 14:26:13','so im 14'); /*!40000 ALTER TABLE `chat_msg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat_pchat` -- DROP TABLE IF EXISTS `chat_pchat`; CREATE TABLE `chat_pchat` ( `id` bigint(20) unsigned NOT NULL auto_increment, `msg` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `msg` (`msg`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `chat_pchat` -- LOCK TABLES `chat_pchat` WRITE; /*!40000 ALTER TABLE `chat_pchat` DISABLE KEYS */; /*!40000 ALTER TABLE `chat_pchat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat_pvchat` -- DROP TABLE IF EXISTS `chat_pvchat`; CREATE TABLE `chat_pvchat` ( `id` bigint(20) unsigned NOT NULL auto_increment, `msg` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `msg` (`msg`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=latin1; -- -- Dumping data for table `chat_pvchat` -- LOCK TABLES `chat_pvchat` WRITE; /*!40000 ALTER TABLE `chat_pvchat` DISABLE KEYS */; INSERT INTO `chat_pvchat` VALUES (1,1),(2,2),(3,3),(4,4),(5,5),(6,6),(7,7),(8,8),(9,9),(10,10),(11,11),(12,12),(13,13),(14,14),(15,15),(16,16),(17,17),(18,18),(19,19),(20,20),(21,21),(22,22),(23,23),(24,24),(25,25),(26,26),(27,27),(28,28),(29,29),(30,30),(31,31),(32,32),(33,33),(34,34),(35,35),(36,36),(37,37),(38,38),(39,39),(40,40); /*!40000 ALTER TABLE `chat_pvchat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `chat_users` -- DROP TABLE IF EXISTS `chat_users`; CREATE TABLE `chat_users` ( `id` bigint(20) unsigned NOT NULL auto_increment, `nick` varchar(30) NOT NULL default '', `session` varchar(40) NOT NULL default '', `ip` varchar(15) NOT NULL default '000.000.000.000', `ping` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `nick` (`nick`), UNIQUE KEY `session` (`session`), KEY `ping` (`ping`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1; -- -- Dumping data for table `chat_users` -- LOCK TABLES `chat_users` WRITE; /*!40000 ALTER TABLE `chat_users` DISABLE KEYS */; INSERT INTO `chat_users` VALUES (8,'mikey','ed23364681887af3bd3c60f0ad820d9d','65.213.231.9','2005-12-22 15:38:55'); /*!40000 ALTER TABLE `chat_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lineup_3r` -- DROP TABLE IF EXISTS `lineup_3r`; CREATE TABLE `lineup_3r` ( `lineup_id` int(11) NOT NULL auto_increment, `owner_id` int(11) NOT NULL default '0', `player_id` int(11) NOT NULL default '0', `week_num` int(11) NOT NULL default '0', PRIMARY KEY (`lineup_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1482 DEFAULT CHARSET=latin1; -- -- Dumping data for table `lineup_3r` -- LOCK TABLES `lineup_3r` WRITE; /*!40000 ALTER TABLE `lineup_3r` DISABLE KEYS */; INSERT INTO `lineup_3r` VALUES (110,1,774,1),(109,1,771,1),(108,1,1784,1),(107,1,1255,1),(106,1,1266,1),(105,1,1328,1),(104,1,1064,1),(103,1,1173,1),(102,1,871,1),(101,1,925,1),(40,8,781,1),(39,8,778,1),(38,8,1757,1),(37,8,1629,1),(36,8,1448,1),(35,8,1359,1),(34,8,937,1),(33,8,1053,1),(32,8,816,1),(31,8,881,1),(21,3,899,1),(22,3,825,1),(23,3,1115,1),(24,3,1058,1),(25,3,1361,1),(26,3,1310,1),(27,3,1546,1),(28,3,1791,1),(29,3,786,1),(30,3,791,1),(70,6,789,1),(69,6,780,1),(68,6,1804,1),(67,6,1644,1),(66,6,1539,1),(65,6,1274,1),(64,6,965,1),(63,6,1189,1),(62,6,802,1),(61,6,857,1),(51,7,841,1),(52,7,813,1),(53,7,1185,1),(54,7,947,1),(55,7,1393,1),(56,7,1383,1),(57,7,1449,1),(58,7,1776,1),(59,7,765,1),(60,7,767,1),(90,5,779,1),(89,5,777,1),(88,5,1780,1),(87,5,1560,1),(86,5,1464,1),(85,5,1380,1),(84,5,997,1),(83,5,1130,1),(82,5,872,1),(81,5,880,1),(91,2,830,1),(92,2,807,1),(93,2,1067,1),(94,2,1000,1),(95,2,1343,1),(96,2,1294,1),(97,2,1229,1),(98,2,1773,1),(99,2,782,1),(100,2,792,1),(111,4,929,1),(112,4,893,1),(113,4,1070,1),(114,4,1063,1),(115,4,1415,1),(116,4,1369,1),(117,4,1320,1),(118,4,1816,1),(119,4,787,1),(120,4,793,1),(189,1,775,2),(188,1,771,2),(187,1,1784,2),(186,1,1255,2),(185,1,1266,2),(184,1,1328,2),(183,1,1064,2),(182,1,1173,2),(181,1,871,2),(180,1,925,2),(169,6,784,2),(168,6,780,2),(167,6,1804,2),(166,6,1644,2),(165,6,1539,2),(164,6,1274,2),(163,6,965,2),(162,6,994,2),(161,6,802,2),(160,6,857,2),(170,8,909,2),(171,8,881,2),(172,8,1053,2),(173,8,937,2),(174,8,1359,2),(175,8,1629,2),(176,8,1818,2),(177,8,1757,2),(178,8,778,2),(179,8,781,2),(190,5,880,2),(191,5,872,2),(192,5,997,2),(193,5,936,2),(194,5,1380,2),(195,5,1464,2),(196,5,1560,2),(197,5,1780,2),(198,5,768,2),(199,5,779,2),(249,3,791,2),(248,3,786,2),(247,3,1791,2),(246,3,1546,2),(245,3,1310,2),(244,3,1361,2),(243,3,1058,2),(242,3,1115,2),(241,3,810,2),(240,3,825,2),(210,2,848,2),(211,2,807,2),(212,2,1067,2),(213,2,1000,2),(214,2,1343,2),(215,2,1294,2),(216,2,1229,2),(217,2,1773,2),(218,2,770,2),(219,2,782,2),(220,4,929,2),(221,4,893,2),(222,4,1092,2),(223,4,1063,2),(224,4,1415,2),(225,4,1369,2),(226,4,1752,2),(227,4,1816,2),(228,4,787,2),(229,4,793,2),(230,7,813,2),(231,7,812,2),(232,7,969,2),(233,7,947,2),(234,7,1383,2),(235,7,1449,2),(236,7,1452,2),(237,7,1776,2),(238,7,763,2),(239,7,767,2),(250,8,909,3),(251,8,881,3),(252,8,1053,3),(253,8,937,3),(254,8,1359,3),(255,8,1818,3),(256,8,1757,3),(257,8,762,3),(258,8,778,3),(288,1,774,3),(287,1,771,3),(286,1,1813,3),(285,1,1255,3),(284,1,1266,3),(283,1,1363,3),(282,1,1064,3),(281,1,1094,3),(280,1,871,3),(279,1,925,3),(269,6,915,3),(270,6,857,3),(271,6,994,3),(272,6,965,3),(273,6,1274,3),(274,6,1539,3),(275,6,1819,3),(276,6,1804,3),(277,6,780,3),(278,6,789,3),(308,5,779,3),(307,5,777,3),(306,5,1780,3),(305,5,1560,3),(304,5,1250,3),(303,5,1380,3),(302,5,1022,3),(301,5,1130,3),(300,5,872,3),(299,5,880,3),(309,3,825,3),(310,3,810,3),(311,3,1115,3),(312,3,1058,3),(313,3,1361,3),(314,3,1310,3),(315,3,1546,3),(316,3,1798,3),(317,3,786,3),(318,3,791,3),(368,7,767,3),(367,7,763,3),(366,7,1810,3),(365,7,1452,3),(364,7,1449,3),(363,7,1383,3),(362,7,947,3),(361,7,969,3),(360,7,813,3),(359,7,844,3),(339,4,929,3),(340,4,893,3),(341,4,1169,3),(342,4,1092,3),(343,4,1415,3),(344,4,1369,3),(345,4,1531,3),(346,4,1816,3),(347,4,787,3),(348,4,793,3),(349,2,848,3),(350,2,807,3),(351,2,1067,3),(352,2,1000,3),(353,2,1343,3),(354,2,1294,3),(355,2,1229,3),(356,2,1773,3),(357,2,770,3),(358,2,782,3),(369,1,925,4),(370,1,896,4),(371,1,1173,4),(372,1,1064,4),(373,1,1363,4),(374,1,1328,4),(375,1,1266,4),(376,1,1813,4),(377,1,771,4),(378,1,775,4),(398,8,781,4),(397,8,778,4),(396,8,1757,4),(395,8,1629,4),(394,8,1448,4),(393,8,1359,4),(392,8,1053,4),(391,8,1167,4),(390,8,816,4),(389,8,881,4),(399,6,857,4),(400,6,802,4),(401,6,994,4),(402,6,965,4),(403,6,1274,4),(404,6,1509,4),(405,6,1819,4),(406,6,1804,4),(407,6,780,4),(408,6,789,4),(409,4,929,4),(410,4,893,4),(411,4,1092,4),(412,4,1063,4),(413,4,1415,4),(414,4,1369,4),(415,4,1752,4),(416,4,1816,4),(417,4,787,4),(418,4,793,4),(438,5,779,4),(437,5,768,4),(436,5,1780,4),(435,5,1560,4),(434,5,1277,4),(433,5,1380,4),(432,5,936,4),(431,5,1130,4),(430,5,872,4),(429,5,880,4),(439,3,825,4),(440,3,810,4),(441,3,1058,4),(442,3,1015,4),(443,3,1361,4),(444,3,1310,4),(445,3,1546,4),(446,3,1798,4),(447,3,769,4),(448,3,785,4),(449,7,844,4),(450,7,813,4),(451,7,1185,4),(452,7,969,4),(453,7,1383,4),(454,7,1449,4),(455,7,1452,4),(456,7,1810,4),(457,7,763,4),(458,7,767,4),(459,2,848,4),(460,2,830,4),(461,2,1067,4),(462,2,1000,4),(463,2,1343,4),(464,2,1294,4),(465,2,1229,4),(466,2,1762,4),(467,2,770,4),(468,2,782,4),(469,1,896,5),(470,1,871,5),(471,1,1173,5),(472,1,1094,5),(473,1,1328,5),(474,1,1266,5),(475,1,1255,5),(476,1,1784,5),(477,1,771,5),(478,1,774,5),(479,8,909,5),(480,8,881,5),(481,8,1167,5),(482,8,1053,5),(483,8,1359,5),(484,8,1448,5),(485,8,1629,5),(486,8,1757,5),(487,8,762,5),(488,8,781,5),(489,3,825,5),(490,3,810,5),(491,3,1058,5),(492,3,1015,5),(493,3,1384,5),(494,3,1310,5),(495,3,1546,5),(496,3,1791,5),(497,3,769,5),(498,3,785,5),(499,5,880,5),(500,5,872,5),(501,5,1130,5),(502,5,1022,5),(503,5,1277,5),(504,5,1464,5),(505,5,1560,5),(506,5,1792,5),(507,5,768,5),(508,5,779,5),(509,6,857,5),(510,6,802,5),(511,6,1066,5),(512,6,965,5),(513,6,1274,5),(514,6,1509,5),(515,6,1539,5),(516,6,1806,5),(517,6,780,5),(518,6,784,5),(519,4,893,5),(520,4,862,5),(521,4,1070,5),(522,4,1063,5),(523,4,1369,5),(524,4,1275,5),(525,4,1531,5),(526,4,1816,5),(527,4,787,5),(528,4,793,5),(529,2,830,5),(530,2,807,5),(531,2,1080,5),(532,2,1067,5),(533,2,1343,5),(534,2,1294,5),(535,2,1229,5),(536,2,1773,5),(537,2,770,5),(538,2,782,5),(539,7,844,5),(540,7,812,5),(541,7,1085,5),(542,7,947,5),(543,7,1393,5),(544,7,1449,5),(545,7,1452,5),(546,7,1810,5),(547,7,765,5),(548,7,767,5),(568,1,775,6),(567,1,774,6),(566,1,1784,6),(565,1,1255,6),(564,1,1328,6),(563,1,1363,6),(562,1,1064,6),(561,1,1173,6),(560,1,871,6),(559,1,925,6),(569,8,909,6),(570,8,816,6),(571,8,1053,6),(572,8,1359,6),(573,8,1629,6),(574,8,1644,6),(575,8,1757,6),(576,8,762,6),(577,8,778,6),(578,5,880,6),(579,5,1130,6),(580,5,1022,6),(581,5,1380,6),(582,5,1464,6),(583,5,1560,6),(584,5,1780,6),(585,5,777,6),(586,5,779,6),(587,6,869,6),(588,6,802,6),(589,6,1066,6),(590,6,965,6),(591,6,1274,6),(592,6,1509,6),(593,6,1819,6),(594,6,1806,6),(595,6,780,6),(596,6,789,6),(602,2,1067,6),(601,2,848,6),(600,2,906,6),(603,2,1000,6),(604,2,1316,6),(605,2,1303,6),(606,2,1229,6),(607,2,1773,6),(608,2,782,6),(609,2,792,6),(629,4,793,6),(628,4,787,6),(627,4,1816,6),(626,4,1531,6),(625,4,1275,6),(624,4,1369,6),(623,4,1063,6),(622,4,1092,6),(621,4,862,6),(620,4,893,6),(630,7,844,6),(631,7,813,6),(632,7,1185,6),(633,7,947,6),(634,7,1383,6),(635,7,1449,6),(636,7,1452,6),(637,7,1810,6),(638,7,763,6),(639,7,765,6),(659,3,786,6),(658,3,785,6),(657,3,1791,6),(656,3,1222,6),(655,3,1361,6),(654,3,1384,6),(653,3,1058,6),(652,3,1115,6),(651,3,810,6),(650,3,899,6),(679,1,775,7),(678,1,771,7),(677,1,1813,7),(676,1,1255,7),(675,1,1328,7),(674,1,1363,7),(673,1,1064,7),(672,1,1173,7),(671,1,871,7),(670,1,896,7),(680,8,909,7),(681,8,816,7),(682,8,1167,7),(683,8,1134,7),(684,8,1448,7),(685,8,1629,7),(686,8,1644,7),(687,8,1814,7),(688,8,762,7),(689,8,781,7),(719,6,789,7),(718,6,784,7),(717,6,1806,7),(716,6,1819,7),(715,6,1509,7),(714,6,1274,7),(713,6,965,7),(712,6,1066,7),(711,6,802,7),(710,6,869,7),(700,2,848,7),(701,2,807,7),(702,2,1067,7),(703,2,1000,7),(704,2,1343,7),(705,2,1303,7),(706,2,1229,7),(707,2,1773,7),(708,2,782,7),(709,2,791,7),(720,3,899,7),(721,3,825,7),(722,3,1058,7),(723,3,1015,7),(724,3,1384,7),(725,3,1310,7),(726,3,1546,7),(727,3,1791,7),(728,3,769,7),(729,3,786,7),(730,5,880,7),(731,5,872,7),(732,5,1130,7),(733,5,936,7),(734,5,1380,7),(735,5,1464,7),(736,5,1560,7),(737,5,1780,7),(738,5,768,7),(739,5,779,7),(740,7,830,7),(741,7,812,7),(742,7,1185,7),(743,7,947,7),(744,7,1393,7),(745,7,1383,7),(746,7,1449,7),(747,7,1776,7),(748,7,763,7),(749,7,765,7),(750,4,893,7),(751,4,866,7),(752,4,1070,7),(753,4,1063,7),(754,4,1415,7),(755,4,1369,7),(756,4,1531,7),(757,4,1812,7),(758,4,764,7),(759,4,787,7),(760,8,909,8),(761,8,816,8),(762,8,1167,8),(763,8,1053,8),(764,8,1359,8),(765,8,1629,8),(766,8,1818,8),(767,8,1814,8),(768,8,778,8),(769,8,781,8),(799,4,793,8),(798,4,787,8),(797,4,1816,8),(796,4,1531,8),(795,4,1275,8),(794,4,1369,8),(793,4,1063,8),(792,4,1092,8),(791,4,866,8),(790,4,893,8),(800,1,925,8),(801,1,871,8),(802,1,1173,8),(803,1,1064,8),(804,1,1363,8),(805,1,1294,8),(806,1,1255,8),(807,1,1813,8),(808,1,774,8),(809,1,775,8),(859,6,784,8),(858,6,780,8),(857,6,1806,8),(856,6,1539,8),(855,6,1509,8),(854,6,1274,8),(853,6,954,8),(852,6,1189,8),(851,6,857,8),(850,6,910,8),(820,5,880,8),(821,5,872,8),(822,5,1022,8),(823,5,936,8),(824,5,1380,8),(825,5,1277,8),(826,5,1464,8),(827,5,1780,8),(828,5,768,8),(829,5,779,8),(830,7,844,8),(831,7,813,8),(832,7,1185,8),(833,7,947,8),(834,7,1393,8),(835,7,1383,8),(836,7,1452,8),(837,7,1776,8),(838,7,763,8),(839,7,765,8),(878,3,786,8),(877,3,785,8),(876,3,1791,8),(875,3,1546,8),(874,3,1222,8),(873,3,1384,8),(872,3,1015,8),(871,3,1115,8),(870,3,810,8),(869,3,825,8),(860,2,906,8),(861,2,807,8),(862,2,1080,8),(863,2,1000,8),(864,2,1343,8),(865,2,1229,8),(866,2,1773,8),(867,2,790,8),(868,2,791,8),(967,1,775,9),(966,1,774,9),(965,1,1784,9),(964,1,1266,9),(963,1,1294,9),(962,1,1363,9),(961,1,1094,9),(960,1,1173,9),(959,1,871,9),(958,1,925,9),(889,8,916,9),(890,8,909,9),(891,8,1167,9),(892,8,1053,9),(893,8,1359,9),(894,8,1629,9),(895,8,1644,9),(896,8,1814,9),(897,8,778,9),(898,8,781,9),(899,5,872,9),(900,5,865,9),(901,5,1130,9),(902,5,1022,9),(903,5,1380,9),(904,5,1464,9),(905,5,1560,9),(906,5,1780,9),(907,5,768,9),(908,6,910,9),(909,6,854,9),(910,6,1043,9),(911,6,965,9),(912,6,1390,9),(913,6,1539,9),(914,6,1819,9),(915,6,1806,9),(916,6,780,9),(917,6,789,9),(918,3,899,9),(919,3,810,9),(920,3,1115,9),(921,3,1068,9),(922,3,1361,9),(923,3,1222,9),(924,3,1546,9),(925,3,1791,9),(926,3,785,9),(927,3,786,9),(987,4,793,9),(986,4,764,9),(985,4,1816,9),(984,4,1275,9),(983,4,1369,9),(982,4,1415,9),(981,4,1063,9),(980,4,1092,9),(979,4,862,9),(978,4,893,9),(938,7,844,9),(939,7,813,9),(940,7,1085,9),(941,7,947,9),(942,7,1393,9),(943,7,1383,9),(944,7,1452,9),(945,7,1776,9),(946,7,763,9),(947,7,765,9),(968,2,906,9),(969,2,807,9),(970,2,1067,9),(971,2,1000,9),(972,2,1343,9),(973,2,1316,9),(974,2,1303,9),(975,2,1773,9),(976,2,782,9),(977,2,791,9),(988,8,916,10),(989,8,909,10),(990,8,1167,10),(991,8,1053,10),(992,8,1359,10),(993,8,1629,10),(994,8,1818,10),(995,8,1814,10),(996,8,778,10),(997,8,781,10),(1037,5,779,10),(1036,5,768,10),(1035,5,1780,10),(1034,5,1560,10),(1033,5,1464,10),(1032,5,1380,10),(1031,5,1022,10),(1030,5,1130,10),(1029,5,872,10),(1028,5,880,10),(1097,1,775,10),(1096,1,771,10),(1095,1,1784,10),(1094,1,1255,10),(1093,1,1274,10),(1092,1,1363,10),(1091,1,1066,10),(1090,1,1173,10),(1089,1,871,10),(1088,1,925,10),(1087,3,786,10),(1086,3,769,10),(1085,3,1791,10),(1084,3,1546,10),(1083,3,1310,10),(1082,3,1384,10),(1081,3,1015,10),(1080,3,1115,10),(1079,3,810,10),(1078,3,899,10),(1038,6,910,10),(1039,6,854,10),(1040,6,1189,10),(1041,6,965,10),(1042,6,1390,10),(1043,6,1509,10),(1044,6,1819,10),(1045,6,1806,10),(1046,6,780,10),(1047,6,789,10),(1048,4,893,10),(1049,4,862,10),(1050,4,1092,10),(1051,4,1063,10),(1052,4,1369,10),(1053,4,1275,10),(1054,4,1535,10),(1055,4,1816,10),(1056,4,787,10),(1057,4,793,10),(1058,7,844,10),(1059,7,813,10),(1060,7,1185,10),(1061,7,947,10),(1062,7,1393,10),(1063,7,1383,10),(1064,7,1452,10),(1065,7,1810,10),(1066,7,765,10),(1067,7,767,10),(1098,2,906,10),(1099,2,807,10),(1100,2,1067,10),(1101,2,1000,10),(1102,2,1343,10),(1103,2,1316,10),(1104,2,1229,10),(1105,2,1773,10),(1106,2,782,10),(1107,2,791,10),(1108,1,925,11),(1109,1,871,11),(1110,1,1173,11),(1111,1,1064,11),(1112,1,1363,11),(1113,1,1294,11),(1114,1,1255,11),(1115,1,1784,11),(1116,1,771,11),(1117,1,774,11),(1118,8,916,11),(1119,8,909,11),(1120,8,1053,11),(1121,8,937,11),(1122,8,1359,11),(1123,8,1629,11),(1124,8,1818,11),(1125,8,1757,11),(1126,8,762,11),(1127,8,781,11),(1128,5,880,11),(1129,5,872,11),(1130,5,1068,11),(1131,5,1022,11),(1132,5,1380,11),(1133,5,1464,11),(1134,5,1560,11),(1135,5,1780,11),(1136,5,768,11),(1137,5,779,11),(1138,6,910,11),(1139,6,847,11),(1140,6,1189,11),(1141,6,965,11),(1142,6,1509,11),(1143,6,1539,11),(1144,6,1819,11),(1145,6,1806,11),(1146,6,780,11),(1147,6,789,11),(1148,2,906,11),(1149,2,807,11),(1150,2,1067,11),(1151,2,1000,11),(1152,2,1343,11),(1153,2,1303,11),(1154,2,1229,11),(1155,2,1773,11),(1156,2,782,11),(1157,2,791,11),(1158,4,893,11),(1159,4,862,11),(1160,4,1092,11),(1161,4,1063,11),(1162,4,1369,11),(1163,4,1275,11),(1164,4,1535,11),(1165,4,1816,11),(1166,4,787,11),(1167,4,793,11),(1168,3,899,11),(1169,3,810,11),(1170,3,1115,11),(1171,3,1015,11),(1172,3,1384,11),(1173,3,1310,11),(1174,3,1546,11),(1175,3,1791,11),(1176,3,769,11),(1177,3,786,11),(1178,7,844,11),(1179,7,830,11),(1180,7,1185,11),(1181,7,947,11),(1182,7,1393,11),(1183,7,1383,11),(1184,7,1452,11),(1185,7,1810,11),(1186,7,763,11),(1187,7,765,11),(1188,1,925,12),(1189,1,871,12),(1190,1,1173,12),(1191,1,1064,12),(1192,1,1363,12),(1193,1,1294,12),(1194,1,1255,12),(1195,1,1784,12),(1196,1,771,12),(1197,1,775,12),(1198,8,916,12),(1199,8,909,12),(1200,8,1053,12),(1201,8,937,12),(1202,8,1359,12),(1203,8,1629,12),(1204,8,1644,12),(1205,8,1814,12),(1206,8,762,12),(1207,8,781,12),(1208,6,910,12),(1209,6,847,12),(1210,6,1043,12),(1211,6,965,12),(1212,6,1509,12),(1213,6,1539,12),(1214,6,1819,12),(1215,6,1806,12),(1216,6,780,12),(1217,6,789,12),(1235,5,936,12),(1234,5,1022,12),(1233,5,872,12),(1232,5,881,12),(1222,3,899,12),(1223,3,810,12),(1224,3,1115,12),(1225,3,1058,12),(1226,3,1361,12),(1227,3,1310,12),(1228,3,1546,12),(1229,3,1791,12),(1230,3,769,12),(1231,3,786,12),(1236,5,1380,12),(1237,5,1464,12),(1238,5,1560,12),(1239,5,1780,12),(1240,5,768,12),(1241,5,779,12),(1242,7,844,12),(1243,7,813,12),(1244,7,1185,12),(1245,7,947,12),(1246,7,1383,12),(1247,7,1449,12),(1248,7,1452,12),(1249,7,1776,12),(1250,7,763,12),(1251,7,767,12),(1252,2,906,12),(1253,2,848,12),(1254,2,1080,12),(1255,2,1000,12),(1256,2,1343,12),(1257,2,1303,12),(1258,2,1229,12),(1259,2,1773,12),(1260,2,782,12),(1261,2,790,12),(1262,4,893,12),(1263,4,862,12),(1264,4,1092,12),(1265,4,1063,12),(1266,4,1415,12),(1267,4,1369,12),(1268,4,1535,12),(1269,4,1816,12),(1270,4,764,12),(1271,4,793,12),(1272,8,916,13),(1273,8,909,13),(1274,8,1053,13),(1275,8,937,13),(1276,8,1359,13),(1277,8,1629,13),(1278,8,1644,13),(1279,8,1814,13),(1280,8,778,13),(1281,8,781,13),(1282,1,925,13),(1283,1,896,13),(1284,1,1173,13),(1285,1,1064,13),(1286,1,1363,13),(1287,1,1294,13),(1288,1,1274,13),(1289,1,1784,13),(1290,1,774,13),(1291,1,775,13),(1292,6,910,13),(1293,6,847,13),(1294,6,1189,13),(1295,6,1043,13),(1296,6,1390,13),(1297,6,1509,13),(1298,6,1819,13),(1299,6,1806,13),(1300,6,780,13),(1301,6,789,13),(1302,4,893,13),(1303,4,866,13),(1304,4,1092,13),(1305,4,1063,13),(1306,4,1369,13),(1307,4,1345,13),(1308,4,1535,13),(1309,4,1816,13),(1310,4,787,13),(1311,4,793,13),(1312,5,872,13),(1313,5,830,13),(1314,5,1022,13),(1315,5,936,13),(1316,5,1380,13),(1317,5,1464,13),(1318,5,1560,13),(1319,5,1792,13),(1320,5,768,13),(1321,5,779,13),(1361,3,785,13),(1360,3,769,13),(1359,3,1791,13),(1358,3,1546,13),(1357,3,1310,13),(1356,3,1361,13),(1355,3,1058,13),(1354,3,1115,13),(1353,3,810,13),(1352,3,825,13),(1342,7,844,13),(1343,7,813,13),(1344,7,1185,13),(1345,7,947,13),(1346,7,1393,13),(1347,7,1383,13),(1348,7,1452,13),(1349,7,1776,13),(1350,7,763,13),(1351,7,767,13),(1362,2,906,13),(1363,2,848,13),(1364,2,1067,13),(1365,2,1000,13),(1366,2,1343,13),(1367,2,1303,13),(1368,2,1229,13),(1369,2,1773,13),(1370,2,782,13),(1371,2,791,13),(1481,8,778,14),(1480,8,762,14),(1479,8,1814,14),(1478,8,1644,14),(1477,8,1629,14),(1476,8,1359,14),(1475,8,1053,14),(1474,8,1167,14),(1473,8,909,14),(1472,8,916,14),(1382,1,925,14),(1383,1,896,14),(1384,1,1173,14),(1385,1,1064,14),(1386,1,1363,14),(1387,1,1294,14),(1388,1,1255,14),(1389,1,1784,14),(1390,1,774,14),(1391,1,775,14),(1392,3,869,14),(1393,3,810,14),(1394,3,1115,14),(1395,3,1058,14),(1396,3,1361,14),(1397,3,1310,14),(1398,3,1546,14),(1399,3,1791,14),(1400,3,769,14),(1401,3,786,14),(1402,4,893,14),(1403,4,862,14),(1404,4,1092,14),(1405,4,1063,14),(1406,4,1369,14),(1407,4,1345,14),(1408,4,1535,14),(1409,4,1816,14),(1410,4,787,14),(1411,4,793,14),(1471,5,783,14),(1470,5,768,14),(1469,5,1780,14),(1468,5,1560,14),(1467,5,1464,14),(1466,5,1380,14),(1465,5,969,14),(1464,5,1022,14),(1463,5,830,14),(1462,5,872,14),(1422,7,841,14),(1423,7,813,14),(1424,7,1185,14),(1425,7,947,14),(1426,7,1393,14),(1427,7,1383,14),(1428,7,1449,14),(1429,7,1776,14),(1430,7,763,14),(1431,7,767,14),(1432,6,910,14),(1433,6,847,14),(1434,6,1043,14),(1435,6,946,14),(1436,6,1390,14),(1437,6,1509,14),(1438,6,1819,14),(1439,6,1806,14),(1440,6,780,14),(1441,6,789,14),(1442,2,906,14),(1443,2,848,14),(1444,2,1067,14),(1445,2,1000,14),(1446,2,1343,14),(1447,2,1303,14),(1448,2,1229,14),(1449,2,1773,14),(1450,2,782,14),(1451,2,791,14); /*!40000 ALTER TABLE `lineup_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notes_3r` -- DROP TABLE IF EXISTS `notes_3r`; CREATE TABLE `notes_3r` ( `notes` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `notes_3r` -- LOCK TABLES `notes_3r` WRITE; /*!40000 ALTER TABLE `notes_3r` DISABLE KEYS */; INSERT INTO `notes_3r` VALUES ('Bids close this Friday!!!'); /*!40000 ALTER TABLE `notes_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `owner_3r` -- DROP TABLE IF EXISTS `owner_3r`; CREATE TABLE `owner_3r` ( `owner_id` int(11) NOT NULL auto_increment, `username` varchar(50) NOT NULL default '', `password` varchar(50) NOT NULL default '', `first_name` varchar(25) NOT NULL default '', `last_name` varchar(25) NOT NULL default '', `email` varchar(50) default NULL, `phone_h` varchar(20) default NULL, `phone_w` varchar(20) default NULL, `phone_c` varchar(20) default NULL, `commish` int(1) NOT NULL default '0', PRIMARY KEY (`owner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; -- -- Dumping data for table `owner_3r` -- LOCK TABLES `owner_3r` WRITE; /*!40000 ALTER TABLE `owner_3r` DISABLE KEYS */; INSERT INTO `owner_3r` VALUES (1,'ben','schmitt','Ben','Schmitt','benschmitt@sbcglobal.net','313-417-9525','','313-268-8636',1),(2,'tresa','baldas','Tresa','Baldas','baldas0@yahoo.com','313-881-2586','','',0),(3,'ian','duffey','Ian','Duffey','iduffey@aol.com','724-339-0606','','412-638-5772',0),(4,'jim','schaefer','Jim','Schaefer','schaefer@freepress.com','','','248-302-4318',0),(5,'darren','nichols','Darren','Nichols','dnick12@yahoo.com','(313) 402-0552','(734) 462-2190','',0),(6,'bob','Sechler','Bob','Sechler','bob.sechler@dowjones.com','512-301-5180','512-236-9637','',0),(7,'suzette','hackney','Suzette','Hackney','hackney@freepress.com','','','',0),(8,'vince','ellis','Vince','Ellis','vellis@freepress.com','','','313-930-5887',0); /*!40000 ALTER TABLE `owner_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `player_3r` -- DROP TABLE IF EXISTS `player_3r`; CREATE TABLE `player_3r` ( `player_id` int(11) NOT NULL auto_increment, `owner_id` int(11) default NULL, `position_id` int(11) NOT NULL default '0', `team_id` int(11) NOT NULL default '0', `fname` varchar(75) default NULL, `lname` varchar(75) default NULL, `is_injured` int(1) NOT NULL default '0', PRIMARY KEY (`player_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1820 DEFAULT CHARSET=latin1; -- -- Dumping data for table `player_3r` -- LOCK TABLES `player_3r` WRITE; /*!40000 ALTER TABLE `player_3r` DISABLE KEYS */; INSERT INTO `player_3r` VALUES (1421,NULL,4,27,'Darnerien','McCants',0),(1420,NULL,4,28,'Jason','McAddley',0),(1419,NULL,4,14,'Lee','Mays',0),(1418,NULL,4,28,'Marcus','Maxwell',0),(1417,NULL,4,16,'Grant','Mattos',0),(1416,NULL,4,6,'Jerome','Mathis',0),(1415,4,4,1,'Derrick','Mason',0),(1414,NULL,4,22,'Glenn','Martinez',0),(1413,NULL,4,23,'Ruvell','Martin',0),(1412,NULL,4,28,'Rasheed','Marshall',0),(1411,NULL,4,5,'Brandon','Marshall',0),(1410,NULL,4,29,'Maurice','Mann',0),(1409,NULL,4,18,'Cole','Magner',0),(1408,NULL,4,13,'John','Madsen',0),(1407,NULL,4,25,'Chase','Lyman',0),(1406,NULL,4,26,'Triandos','Luke',0),(1405,NULL,4,23,'Chad','Lucas',0),(1404,NULL,4,30,'Dane','Looker',0),(1403,NULL,4,32,'Brandon','Lloyd',0),(1402,NULL,4,4,'Brent','Little',0),(1401,NULL,4,25,'Michael','Lewis',0),(1400,NULL,4,27,'Greg','Lewis',0),(1399,NULL,4,6,'Derrick','Lewis',0),(1398,NULL,4,17,'Greg','Lee',0),(1397,NULL,4,1,'Travis','LaTendresse',0),(1396,NULL,4,5,'David','Kircus',0),(1395,NULL,4,10,'Eric','Kimble',0),(1394,NULL,4,11,'Kelvin','Kight',0),(1393,7,4,9,'Eddie','Kennison',0),(1392,NULL,4,24,'Kevin','Kasper',0),(1391,NULL,4,4,'Joe','Jurevicius',0),(1390,6,4,8,'Matt','Jones',0),(1389,NULL,4,31,'Mark','Jones',0),(1388,NULL,4,25,'Jamal','Jones',0),(1387,NULL,4,24,'Chris','Jones',0),(1386,NULL,4,29,'C.J.','Jones',0),(1385,NULL,4,16,'Brandon','Jones',0),(1384,3,4,19,'Keyshawn','Johnson',0),(1383,7,4,3,'Chad','Johnson',0),(1382,NULL,4,17,'Bryant','Johnson',0),(1381,NULL,4,25,'Bethel','Johnson',0),(1380,5,4,6,'Andre','Johnson',0),(1379,NULL,4,26,'Mike','Jennings',0),(1378,NULL,4,23,'Greg','Jennings',0),(1377,NULL,4,18,'Adam','Jennings',0),(1376,NULL,4,18,'Michael','Jenkins',0),(1375,NULL,4,27,'Justin','Jenkins',0),(1374,NULL,4,27,'Jermaine','Jamison',0),(1373,NULL,4,32,'Taylor','Jacobs',0),(1372,NULL,4,15,'Vincent','Jackson',0),(1371,NULL,4,19,'Lynzell','Jackson',0),(1370,NULL,4,4,'Frisman','Jackson',0),(1369,4,4,29,'Darrell','Jackson',1),(1368,NULL,4,11,'Chad','Jackson',0),(1367,NULL,4,8,'Randy','Hymes',0),(1366,NULL,4,21,'Sam','Hurd',0),(1365,NULL,4,8,'Felton','Huggins',0),(1364,NULL,4,29,'Keenan','Howry',0),(1363,1,4,3,'T.J.','Houshmandzadeh',0),(1362,NULL,4,24,'Aaron','Hosack',0),(1361,3,4,25,'Joe','Horn',0),(1360,NULL,4,25,'Chris','Horn',0),(1359,8,4,30,'Torry','Holt',0),(1358,NULL,4,3,'Glenn','Holt',0),(1357,NULL,4,14,'Santonio','Holmes',0),(1356,NULL,4,17,'Carlyle','Holiday',0),(1355,NULL,4,24,'Ryan','Hoag',0),(1354,NULL,4,5,'Domenik','Hixon',0),(1353,NULL,4,7,'Ed','Hinkel',0),(1352,NULL,4,31,'Ike','Hilliard',0),(1351,NULL,4,8,'Kahlil','Hill',0),(1350,NULL,4,19,'Efrem','Hill',0),(1349,NULL,4,9,'Darrell','Hill',0),(1348,NULL,4,14,'Adam','Herzing',0),(1347,NULL,4,11,'Keron','Henry',0),(1346,NULL,4,3,'Chris','Henry',0),(1345,4,4,25,'Devery','Henderson',0),(1344,NULL,4,25,'Mike','Hass',0),(1343,2,4,7,'Marvin','Harrison',0),(1342,NULL,4,32,'Steven','Harris',0),(1341,NULL,4,20,'Reggie','Harrell',0),(1340,NULL,4,7,'Brian','Hare',0),(1339,NULL,4,9,'Chris','Hannon',0),(1338,NULL,4,19,'Karl','Hankton',0),(1337,NULL,4,8,'Cortez','Hankton',0),(1336,NULL,4,22,'Paris','Hamilton',0),(1335,NULL,4,28,'Derrick','Hamilton',0),(1334,NULL,4,16,'Tramain','Hall',0),(1333,NULL,4,9,'Dante','Hall',0),(1332,NULL,4,30,'Marques','Hagans',0),(1331,NULL,4,10,'Derek','Hagan',0),(1330,NULL,4,29,'D.J.','Hackett',0),(1329,NULL,4,21,'Skyler','Green',0),(1328,NULL,4,21,'Terry','Glenn',0),(1327,NULL,4,16,'David','Givens',0),(1326,NULL,4,28,'Bryan','Gilmore',0),(1325,NULL,4,10,'Fred','Gibson',0),(1324,NULL,4,31,'Chas','Gessner',0),(1323,NULL,4,13,'Rick','Gatewood',0),(1322,NULL,4,27,'Michael','Gasperson',0),(1321,NULL,4,23,'Rod','Gardner',0),(1320,NULL,4,31,'Joey','Galloway',0),(1319,NULL,4,20,'Justin','Gage',0),(1318,NULL,4,27,'Jabar','Gaffney',0),(1317,NULL,4,13,'Doug','Gabriel',0),(1316,2,4,22,'Mike','Furrey',0),(1315,NULL,4,29,'Skyler','Fulton',0),(1314,NULL,4,13,'Carlos','Francis',0),(1313,NULL,4,23,'Chris','Francies',0),(1312,NULL,4,27,'Carl','Ford',0),(1311,NULL,4,15,'Malcom','Floyd',0),(1310,3,4,17,'Larry','Fitzgerald',0),(1309,NULL,4,22,'Brett','Fischer',0),(1308,NULL,4,18,'Brian','Finneran',0),(1307,NULL,4,23,'Robert','Ferguson',0),(1306,NULL,4,27,'Derrick','Fenner',0),(1305,NULL,4,12,'C.J.','Fayton',0),(1304,NULL,4,32,'Jimmy','Farris',0),(1303,2,4,2,'Lee','Evans',0),(1302,NULL,4,32,'Mike','Espy',0),(1301,NULL,4,29,'Bobby','Engram',0),(1300,NULL,4,22,'Devale','Ellis',0),(1299,NULL,4,18,'Jamin','Elliott',0),(1298,NULL,4,8,'Troy','Edwards',0),(1297,NULL,4,4,'Braylon','Edwards',0),(1296,NULL,4,12,'Tim','Dwight',0),(1295,NULL,4,22,'Eddie','Drummond',0),(1294,1,4,23,'Donald','Driver',0),(1293,NULL,4,5,'Todd','Devoe',0),(1292,NULL,4,19,'DaShane','Dennis',0),(1291,NULL,4,2,'Chris','Denney',0),(1290,NULL,4,20,'Rashied','Davis',0),(1289,NULL,4,11,'Erik','Davis',0),(1288,NULL,4,10,'Chris','Davis',0),(1287,NULL,4,7,'Ashlan','Davis',0),(1286,NULL,4,2,'Andre','Davis',0),(1285,NULL,4,1,'Devard','Darling',0),(1284,NULL,4,30,'Kevin','Curtis',0),(1283,NULL,4,13,'Ronald','Curry',0),(1282,NULL,4,9,'Nate','Curry',0),(1281,NULL,4,20,'Airese','Currie',0),(1280,NULL,4,7,'Montiese','Culton',0),(1279,NULL,4,4,'Josh','Cribbs',0),(1278,NULL,4,21,'Patrick','Crayton',0),(1277,NULL,4,12,'Jerricho','Cotchery',0),(1276,NULL,4,21,'Terrance','Copper',0),(1275,4,4,25,'Marques','Colston',0),(1274,1,4,12,'Laveranues','Coles',0),(1273,NULL,4,19,'Keary','Colbert',0),(1272,NULL,4,15,'Sean','Coffey',0),(1271,NULL,4,31,'Michael','Clayton',0),(1270,NULL,4,1,'Mark','Clayton',0),(1269,NULL,4,5,'Brian','Clark',0),(1268,NULL,4,11,'Brandon','Childress',0),(1267,NULL,4,3,'Antonio','Chatman',0),(1266,NULL,4,10,'Chris','Chambers',0),(1265,NULL,4,32,'Ataveus','Cash',0),(1264,NULL,4,26,'Tim','Carter',0),(1263,NULL,4,30,'Jeremy','Carter',0),(1262,NULL,4,24,'Jason','Carter',0),(1261,NULL,4,19,'Drew','Carter',0),(1260,NULL,4,10,'Kelly','Campbell',0),(1259,NULL,4,15,'Greg','Camarillo',0),(1258,NULL,4,16,'Tyrone','Calico',0),(1257,NULL,4,11,'Reche','Caldwell',0),(1256,NULL,4,23,'Vincent','Butler',0),(1255,1,4,26,'Plaxico','Burress',0),(1254,NULL,4,29,'Nate','Burleson',0),(1253,NULL,4,13,'Will','Buchanon',0),(1252,NULL,4,1,'Romby','Bryant',0),(1251,NULL,4,15,'Ricky','Bryant',0),(1250,NULL,4,28,'Antonio','Bryant',0),(1249,NULL,4,30,'Isaac','Bruce',0),(1248,NULL,4,11,'Troy','Brown',0),(1247,NULL,4,29,'Tony','Brown',0),(1246,NULL,4,27,'Reggie','Brown',0),(1245,NULL,4,9,'Kyle','Brown',0),(1244,NULL,4,10,'Jamall','Broussard',0),(1243,NULL,4,4,'Carlton','Brewster',0),(1242,NULL,4,28,'C.J.','Brewer',0),(1241,NULL,4,3,'Bennie','Brazell',0),(1240,NULL,4,1,'Brian','Bratton',0),(1239,NULL,4,20,'Craig','Bragg',0),(1238,NULL,4,20,'Mark','Bradley',0),(1237,NULL,4,22,'Corey','Bradford',0),(1236,NULL,4,13,'Jayson','Boyd',0),(1235,NULL,4,18,'Ryan','Bowers',0),(1234,NULL,4,19,'Jovon','Bouknight',0),(1233,NULL,4,31,'David','Boston',0),(1232,NULL,4,23,'Leo','Bookman',0),(1231,NULL,4,10,'Marty','Booker',0),(1230,NULL,4,18,'Cedric','Bonner',0),(1229,2,4,17,'Anquan','Boldin',0),(1228,NULL,4,23,'Marc','Boerigter',0),(1227,NULL,4,22,'Shaun','Bodiford',0),(1226,NULL,4,27,'Jeremy','Bloom',0),(1225,NULL,4,23,'Will','Blackmon',0),(1224,NULL,4,17,'Damarius','Bilbo',0),(1223,NULL,4,19,'Taye','Biddle',0),(1222,3,4,20,'Bernard','Berrian',1),(1221,NULL,4,18,'Troy','Bergeron',0),(1220,NULL,4,16,'Drew','Bennett',0),(1219,NULL,4,28,'Arnaz','Battle',0),(1218,NULL,4,27,'Hank','Baskett',0),(1217,NULL,4,20,'Alex','Bannister',0),(1216,NULL,4,14,'Eugene','Baker',0),(1215,NULL,4,12,'Chris','Baker',0),(1214,NULL,4,27,'Jason','Avant',0),(1213,NULL,4,21,'Miles','Austin',0),(1212,NULL,4,10,'Devin','Aromashodu',0),(1211,NULL,4,6,'Derick','Armstrong',0),(1210,NULL,4,16,'Jason','Anderson',0),(1209,NULL,4,6,'David','Anderson',0),(1208,NULL,4,28,'Otis','Amey',0),(1207,NULL,4,14,'Marvin','Allen',0),(1206,NULL,4,2,'Sam','Aiken',0),(1205,NULL,4,5,'Charlie','Adams',0),(1204,NULL,2,4,'Lawrence','Vickers',0),(1203,NULL,2,3,'Naufahu','Tahi',0),(1202,NULL,2,1,'Ovie','Mughelli',0),(1201,NULL,2,29,'David','Kirtman',0),(1200,NULL,2,24,'Brandon','Jones',0),(1199,NULL,2,25,'Kevin','Houser',0),(1198,NULL,2,22,'Matt','Bernstein',0),(1197,NULL,2,4,'Jason','Wright',0),(1196,NULL,2,8,'Derrick','Wimbush',0),(1195,NULL,2,3,'Quincy','Wilson',0),(1194,NULL,2,15,'Shawn','Willis',0),(1193,NULL,2,2,'Shaud','Williams',0),(1192,NULL,2,10,'Ricky','Williams',0),(1191,NULL,2,19,'DeAngelo','Williams',0),(1190,NULL,2,17,'Clarence','Williams',0),(1189,6,2,31,'Cadillac','Williams',0),(1188,NULL,2,3,'Terrence','Whitehead',0),(1187,NULL,2,32,'Manuel','White',0),(1186,NULL,2,16,'LenDale','White',0),(1185,7,2,27,'Brian','Westbrook',0),(1184,NULL,2,29,'Marquis','Weeks',0),(1183,NULL,2,29,'Leonard','Weaver',0),(1182,NULL,2,3,'Kenny','Watson',0),(1181,NULL,2,31,'Derek','Watson',0),(1180,NULL,2,12,'Leon','Washington',0),(1179,NULL,2,30,'JohnDavid','Washington',0),(1178,NULL,2,26,'Derrick','Ward',0),(1177,NULL,2,18,'Butchie','Wallace',0),(1176,NULL,2,12,'Stacey','Tutt',0),(1175,NULL,2,15,'Michael','Turner',0),(1174,NULL,2,13,'Zach','Tuiasosopo',0),(1173,1,2,15,'LaDainian','Tomlinson',0),(1172,NULL,2,8,'LaBrandon','Toefield',0),(1171,NULL,2,21,'Tyson','Thompson',0),(1170,NULL,2,2,'Anthony','Thomas',0),(1169,NULL,2,8,'Fred','Taylor',0),(1168,NULL,2,6,'Chris','Taylor',0),(1167,8,2,24,'Chester','Taylor',0),(1166,NULL,2,27,'Thomas','Tapeh',0),(1165,NULL,2,21,'Demetrius','Summers',0),(1164,NULL,2,15,'Bryson','Sumlin',0),(1163,NULL,2,4,'Lee','Suggs',0),(1162,NULL,2,29,'Mack','Strong',0),(1161,NULL,2,25,'Aaron','Stecker',0),(1160,NULL,2,14,'Duce','Staley',0),(1159,NULL,2,15,'Darren','Sproles',0),(1158,NULL,2,31,'Jerald','Sowell',0),(1157,NULL,2,4,'Terrelle','Smith',0),(1156,NULL,2,30,'Paul','Smith',0),(1155,NULL,2,1,'Musa','Smith',0),(1154,NULL,2,9,'McKenzi','Smith',0),(1153,NULL,2,6,'Antowain','Smith',0),(1152,NULL,2,13,'Rod','Smart',0),(1151,NULL,2,26,'James','Sims',0),(1150,NULL,2,17,'Marcel','Shipp',0),(1149,NULL,2,19,'Eric','Shelton',0),(1148,NULL,2,2,'Daimon','Shelton',0),(1147,NULL,2,29,'Josh','Scobey',0),(1146,NULL,2,22,'Cory','Schlesinger',0),(1145,NULL,2,5,'Cecil','Sapp',0),(1144,NULL,2,1,'B.J.','Sams',0),(1143,NULL,2,30,'Fred','Russell',0),(1142,NULL,2,20,'J.D.','Runnels',0),(1141,NULL,2,9,'Derrick','Ross',0),(1140,NULL,2,1,'Cory','Ross',0),(1139,NULL,2,17,'Roger','Robinson',0),(1138,NULL,2,28,'Michael','Robinson',0),(1137,NULL,2,19,'Jamal','Robertson',0),(1136,NULL,2,10,'Gerald','Riggs',0),(1135,NULL,2,24,'Tony','Richardson',0),(1134,NULL,2,7,'Dominic','Rhodes',0),(1133,NULL,2,6,'Damien','Rhodes',0),(1132,NULL,2,31,'Rick','Razzano',0),(1131,NULL,2,5,'Rashon','Powers-Neal',0),(1130,NULL,2,32,'Clinton','Portis',0),(1129,NULL,2,20,'P.J.','Pope',0),(1128,NULL,2,21,'Lousaka','Polite',0),(1127,NULL,2,31,'Michael','Pittman',0),(1126,NULL,2,15,'Andrew','Pinnock',0),(1125,NULL,2,22,'Artose','Pinner',0),(1124,NULL,2,20,'Adrian','Peterson',0),(1123,NULL,2,3,'Chris','Perry',0),(1122,NULL,2,27,'Bruce','Perry',0),(1121,NULL,2,15,'Ray','Perkins',0),(1120,NULL,2,7,'Vashon','Pearson',0),(1119,NULL,2,8,'Alvin','Pearman',0),(1118,NULL,2,16,'Jarrett','Payton',0),(1117,NULL,2,11,'Patrick','Pass',0),(1116,NULL,2,27,'Josh','Parry',0),(1115,3,2,14,'Willie','Parker',0),(1114,NULL,2,18,'John','Pannozzo',0),(1113,NULL,2,24,'Richard','Owens',0),(1112,NULL,2,8,'Montell','Owens',0),(1111,NULL,2,18,'Jerious','Norwood',0),(1110,NULL,2,28,'Moran','Norris',0),(1109,NULL,2,9,'J.R.','Niklos',0),(1108,NULL,2,2,'Ryan','Neufeld',0),(1107,NULL,2,15,'Lorenzo','Neal',0),(1106,NULL,2,7,'James','Mungro',0),(1105,NULL,2,26,'Chad','Morton',0),(1104,NULL,2,10,'Sammy','Morris',0),(1103,NULL,2,29,'Maurice','Morris',0),(1102,NULL,2,6,'Vernand','Morency',0),(1101,NULL,2,24,'Mewelde','Moore',0),(1100,NULL,2,27,'Ryan','Moats',0),(1099,NULL,2,12,'Ben','Moa',0),(1098,NULL,2,5,'Brandon','Miree',0),(1097,NULL,2,10,'Travis','Minor',0),(1096,NULL,2,20,'Jason','McKie',0),(1095,NULL,2,4,'Corey','McIntyre',0),(1094,1,2,2,'Willis','McGahee',0),(1093,NULL,2,18,'Fred','McCrary',0),(1092,4,2,25,'Deuce','McAllister',0),(1091,NULL,2,25,'Fred','McAfee',0),(1090,NULL,2,22,'Will','Matthews',0),(1089,NULL,2,24,'Wendell','Mathis',0),(1088,NULL,2,30,'Chris','Massey',0),(1087,NULL,2,25,'Jamar','Martin',0),(1086,NULL,2,12,'Curtis','Martin',0),(1085,7,2,11,'Laurence','Maroney',0),(1084,NULL,2,3,'Chris','Manderino',0),(1083,NULL,2,27,'Reno','Mahe',0),(1082,NULL,2,6,'Wali','Lundy',0),(1081,NULL,2,32,'Jesse','Lumsden',0),(1080,2,2,1,'Jamal','Lewis',0),(1079,NULL,2,31,'Jacque','Lewis',0),(1078,NULL,2,13,'ReShard','Lee',0),(1077,NULL,2,23,'Vonta','Leach',0),(1076,NULL,2,14,'John','Kuhn',0),(1075,NULL,2,14,'Dan','Kreider',0),(1074,NULL,2,21,'Keylon','Kincade',0),(1073,NULL,2,28,'Zak','Keasey',0),(1072,NULL,2,25,'Mike','Karney',0),(1071,NULL,2,25,'Keith','Joseph',0),(1070,4,2,13,'LaMont','Jordan',0),(1069,NULL,2,8,'Maurice','Jones-Drew',0),(1068,5,2,20,'Thomas','Jones',1),(1067,2,2,22,'Kevin','Jones',0),(1066,NULL,2,21,'Julius','Jones',0),(1065,NULL,2,8,'Greg','Jones',0),(1064,1,2,3,'Rudi','Johnson',0),(1063,4,2,9,'Larry','Johnson',0),(1062,NULL,2,5,'Kyle','Johnson',0),(1061,NULL,2,3,'Jeremi','Johnson',0),(1060,NULL,2,20,'Bryan','Johnson',0),(1059,NULL,2,14,'Branden','Joe',0),(1058,3,2,17,'Edgerrin','James',0),(1057,NULL,2,26,'Brandon','Jacobs',0),(1056,NULL,2,26,'Tony','Jackson',0),(1055,NULL,2,28,'Terry','Jackson',0),(1054,NULL,2,24,'Steven','Jackson',0),(1053,8,2,30,'Steven','Jackson',0),(1052,NULL,2,2,'Fred','Jackson',0),(1051,NULL,2,14,'Cedric','Humes',0),(1050,NULL,2,12,'Cedric','Houston',0),(1049,NULL,2,19,'Brad','Hoover',0),(1048,NULL,2,9,'Priest','Holmes',0),(1047,NULL,2,17,'James','Hodgins',0),(1046,NULL,2,28,'Maurice','Hicks',0),(1045,NULL,2,28,'Chris','Hetherington',0),(1044,NULL,2,23,'Noah','Herron',0),(1043,6,2,16,'Travis','Henry',0),(1042,NULL,2,23,'William','Henderson',0),(1041,NULL,2,30,'Madison','Hedgecock',0),(1040,NULL,2,14,'Verron','Haynes',0),(1039,NULL,2,19,'Alex','Haynes',0),(1038,NULL,2,12,'Nick','Hartigan',0),(1037,NULL,2,4,'Jerome','Harrison',0),(1036,NULL,2,10,'Kay-Jay','Harris',0),(1035,NULL,2,22,'Arlen','Harris',0),(1034,NULL,2,26,'Greg','Hanoian',0),(1033,NULL,2,13,'Joe','Hall',0),(1032,NULL,2,16,'Ahmard','Hall',0),(1031,NULL,2,15,'Tyronne','Gross',0),(1030,NULL,2,18,'Justin','Griffith',0),(1029,NULL,2,9,'Quentin','Griffin',0),(1028,NULL,2,4,'William','Green',0),(1027,NULL,2,1,'Justin','Green',0),(1026,NULL,2,13,'DeJuan','Green',0),(1025,NULL,2,23,'Ahman','Green',0),(1024,NULL,2,26,'Ryan','Grant',0),(1023,NULL,2,31,'Earnest','Graham',0),(1022,5,2,28,'Frank','Gore',0),(1021,NULL,2,24,'Joey','Goodspeed',0),(1020,NULL,2,2,'Jon','Goldsberry',0),(1019,NULL,2,19,'Nick','Goings',0),(1018,NULL,2,2,'Lionel','Gates',0),(1017,NULL,2,16,'Quinton','Ganther',0),(1016,NULL,2,23,'Samkon','Gado',0),(1015,3,2,19,'DeShaun','Foster',0),(1014,NULL,2,13,'JohnPaul','Foschi',0),(1013,NULL,2,26,'LittleJohn','Flowers',0),(1012,NULL,2,16,'Troy','Fleming',0),(1011,NULL,2,30,'Tony','Fisher',0),(1010,NULL,2,26,'Jim','Finn',0),(1009,NULL,2,30,'Marshall','Faulk',0),(1008,NULL,2,11,'Kevin','Faulk',0),(1007,NULL,2,24,'Ciatrick','Fason',0),(1006,NULL,2,15,'Derek','Farmer',0),(1005,NULL,2,13,'Justin','Fargas',0),(1004,NULL,2,15,'Jonathan','Evans',0),(1003,NULL,2,11,'Heath','Evans',0),(1002,NULL,2,24,'Adimchinobe','Echemandu',0),(1001,NULL,2,14,'Doug','Easlick',0),(1000,2,2,18,'Warrick','Dunn',0),(999,NULL,2,18,'Kevin','Dudley',0),(998,NULL,2,18,'T.J.','Duckett',0),(997,NULL,2,4,'Reuben','Droughns',1),(996,NULL,2,3,'DeDe','Dorsey',0),(995,NULL,2,29,'Jimmy','Dixon',0),(994,NULL,2,11,'Corey','Dillon',0),(993,NULL,2,1,'B.J.','Dean',0),(992,NULL,2,5,'Ron','Dayne',0),(991,NULL,2,27,'Jason','Davis',0),(990,NULL,2,6,'Domanick','Davis',0),(989,NULL,2,31,'Carey','Davis',0),(988,NULL,2,23,'Najeh','Davenport',0),(987,NULL,2,1,'P.J.','Daniels',0),(986,NULL,2,9,'Ronnie','Cruz',0),(985,NULL,2,15,'Larry','Croom',0),(984,NULL,2,13,'Zack','Crockett',0),(983,NULL,2,19,'Casey','Cramer',0),(982,NULL,2,23,'A.J.','Cooper',0),(981,NULL,2,6,'Jameel','Cook',0),(980,NULL,2,32,'Jonathan','Combs',0),(979,NULL,2,11,'Patrick','Cobbs',0),(978,NULL,2,5,'Cedric','Cobbs',0),(977,NULL,2,18,'DeAndra','Cobb',0),(976,NULL,2,11,'Earl','Charles',0),(975,NULL,2,7,'Kory','Chapman',0),(974,NULL,2,32,'Rock','Cartwright',0),(973,NULL,2,29,'Ran','Carthon',0),(972,NULL,2,32,'Kerry','Carter',0),(971,NULL,2,22,'Brian','Calhoun',0),(970,NULL,2,12,'Terry','Butler',0),(969,5,2,25,'Reggie','Bush',0),(968,NULL,2,2,'Joe','Burns',0),(967,NULL,2,27,'Correll','Buckhalter',0),(966,NULL,2,22,'Shawn','Bryson',0),(965,6,2,10,'Ronnie','Brown',1),(964,NULL,2,9,'Dee','Brown',0),(963,NULL,2,16,'Chris','Brown',0),(962,NULL,2,23,'Ben','Brown',0),(961,NULL,2,32,'Nehemiah','Broughton',0),(960,NULL,2,25,'Jamal','Branch',0),(959,NULL,2,12,'Derrick','Blaylock',0),(958,NULL,2,32,'Ladell','Betts',0),(957,NULL,2,20,'Cedric','Benson',0),(956,NULL,2,25,'Michael','Bennett',0),(955,NULL,2,20,'Thump','Belton',0),(954,NULL,2,5,'Tatum','Bell',0),(953,NULL,2,5,'Mike','Bell',0),(952,NULL,2,10,'Fred','Beasley',0),(951,NULL,2,23,'Arliss','Beach',0),(950,NULL,2,10,'Darian','Barnes',0),(949,NULL,2,28,'Kevan','Barlow',0),(948,NULL,2,4,'Chris','Barclay',0),(947,7,2,26,'Tiki','Barber',0),(946,6,2,21,'Marion','Barber',0),(945,NULL,2,30,'Antoine','Bagwell',0),(944,NULL,2,17,'Obafemi','Ayanbadejo',0),(943,NULL,2,12,'B.J.','Askew',0),(942,NULL,2,17,'J.J.','Arrington',0),(941,NULL,2,1,'Mike','Anderson',0),(940,NULL,2,17,'Damien','Anderson',0),(939,NULL,2,31,'Mike','Alstott',0),(938,NULL,2,8,'Rich','Alexis',0),(937,8,2,29,'Shaun','Alexander',0),(936,5,2,7,'Joseph','Addai',0),(935,NULL,1,16,'Vince','Young',0),(934,NULL,1,23,'Brian','Wrobel',0),(933,NULL,1,3,'Anthony','Wright',0),(932,NULL,1,2,'Tory','Woodbury',0),(931,NULL,1,15,'Charlie','Whitehurst',0),(930,NULL,1,19,'Chris','Weinke',0),(929,4,1,17,'Kurt','Warner',1),(928,NULL,1,13,'Andrew','Walter',0),(927,NULL,1,29,'Seneca','Wallace',0),(926,NULL,1,16,'Billy','Volek',0),(925,1,1,18,'Michael','Vick',0),(924,NULL,1,10,'Marcus','Vick',0),(923,NULL,1,5,'Bradlee','VanPelt',0),(922,NULL,1,13,'Marques','Tuiasosopo',0),(921,NULL,1,20,'B.J.','Symons',0),(920,NULL,1,1,'Brian','St.Pierre',0),(919,NULL,1,28,'Bryson','Spinner',0),(918,NULL,1,7,'Jim','Sorgi',0),(917,NULL,1,13,'Kent','Smith',0),(916,8,1,28,'Alex','Smith',0),(915,NULL,1,31,'Chris','Simms',1),(914,NULL,1,18,'D.J.','Shockley',0),(913,NULL,1,18,'Matt','Schaub',0),(912,NULL,1,14,'Rod','Rutherford',0),(911,NULL,1,6,'Sage','Rosenfels',0),(910,6,1,21,'Tony','Romo',0),(909,8,1,14,'Ben','Roethlisberger',0),(908,NULL,1,23,'Aaron','Rodgers',0),(907,NULL,1,13,'Reggie','Robertson',0),(906,2,1,15,'Philip','Rivers',0),(905,NULL,1,31,'Tim','Rattay',0),(904,NULL,1,18,'Bryan','Randall',0),(903,NULL,1,12,'Patrick','Ramsey',0),(902,NULL,1,30,'Dave','Ragone',0),(901,NULL,1,9,'Casey','Printers',0),(900,NULL,1,6,'Quinton','Porter',0),(899,3,1,5,'Jake','Plummer',0),(898,NULL,1,8,'Paul','Pinegar',0),(897,NULL,1,6,'Cody','Pickett',0),(896,1,1,12,'Chad','Pennington',0),(895,NULL,1,5,'Preston','Parsons',0),(894,NULL,1,28,'Jesse','Palmer',0),(893,4,1,3,'Carson','Palmer',0),(892,NULL,1,17,'Jeff','Otis',0),(891,NULL,1,20,'Kyle','Orton',0),(890,NULL,1,22,'Dan','Orlovsky',0),(889,NULL,1,1,'Drew','Olson',0),(888,NULL,1,2,'Craig','Ochs',0),(887,NULL,1,17,'John','Navarre',0),(886,NULL,1,2,'Craig','Nall',0),(885,NULL,1,21,'Jeff','Mroz',0),(884,NULL,1,11,'Todd','Mortensen',0),(883,NULL,1,3,'Erik','Meyer',0),(882,NULL,1,25,'Adrian','McPherson',0),(881,5,1,1,'Steve','McNair',0),(880,5,1,27,'Donovan','McNabb',1),(879,NULL,1,24,'Mike','McMahon',0),(878,NULL,1,7,'Mike','McGann',0),(877,NULL,1,31,'Luke','McCown',0),(876,NULL,1,22,'Josh','McCown',0),(875,NULL,1,16,'Matt','Mauck',0),(874,NULL,1,25,'Jamie','Martin',0),(873,NULL,1,23,'Ingle','Martin',0),(872,5,1,7,'Peyton','Manning',0),(871,1,1,26,'Eli','Manning',0),(870,NULL,1,29,'Travis','Lulay',0),(869,3,1,2,'J.P.','Losman',0),(868,NULL,1,26,'Jared','Lorenzen',0),(867,NULL,1,10,'Cleo','Lemon',0),(866,4,1,17,'Matt','Leinart',0),(865,5,1,8,'Byron','Leftwich',1),(864,NULL,1,19,'Stefan','LeFors',0),(863,NULL,1,22,'Joel','Klatt',0),(862,4,1,22,'Jon','Kitna',0),(861,NULL,1,2,'Kliff','Kingsbury',0),(860,NULL,1,7,'Shaun','King',0),(859,NULL,1,26,'Rob','Johnson',0),(858,NULL,1,3,'Doug','Johnson',0),(857,NULL,1,24,'Brad','Johnson',0),(856,NULL,1,14,'Omar','Jacobs',0),(855,NULL,1,24,'Tarvaris','Jackson',0),(854,6,1,9,'Damon','Huard',0),(853,NULL,1,2,'Kelly','Holcomb',0),(852,NULL,1,16,'Cody','Hodges',0),(851,NULL,1,28,'Shaun','Hill',0),(850,NULL,1,21,'Drew','Henson',0),(849,NULL,1,26,'Tim','Hasselbeck',0),(848,2,1,29,'Matt','Hasselbeck',0),(847,6,1,10,'Joey','Harrington',0),(846,NULL,1,29,'Gibran','Hamdan',0),(845,NULL,1,4,'Darrell','Hackney',0),(844,7,1,20,'Rex','Grossman',0),(843,NULL,1,20,'Brian','Griese',0),(842,NULL,1,29,'David','Greene',0),(841,7,1,9,'Trent','Green',0),(840,NULL,1,8,'Quinn','Gray',0),(839,NULL,1,31,'Bruce','Gradkowski',0),(838,NULL,1,8,'David','Garrard',0),(837,NULL,1,27,'Jeff','Garcia',0),(836,NULL,1,4,'Charlie','Frye',0),(835,NULL,1,30,'Gus','Frerotte',0),(834,NULL,1,30,'Ryan','Fitzpatrick',0),(833,NULL,1,25,'Jason','Fife',0),(832,NULL,1,31,'Jay','Fiedler',0),(831,NULL,1,15,'A.J.','Feeley',0),(830,5,1,23,'Brett','Favre',0),(829,NULL,1,15,'Brett','Elliott',0),(828,NULL,1,4,'Ken','Dorsey',0),(827,NULL,1,28,'Trent','Dilfer',0),(826,NULL,1,27,'Koy','Detmer',0),(825,3,1,19,'Jake','Delhomme',1),(824,NULL,1,17,'Rohan','Davey',0),(823,NULL,1,5,'Jay','Cutler',0),(822,4,1,10,'Daunte','Culpepper',1),(821,NULL,1,9,'Brodie','Croyle',0),(820,NULL,1,32,'Todd','Collins',0),(819,NULL,1,12,'Kellen','Clemens',0),(818,NULL,1,27,'Timmy','Chang',0),(817,NULL,1,11,'Matt','Cassel',0),(816,8,1,6,'David','Carr',0),(815,NULL,1,4,'Lang','Campbell',0),(814,NULL,1,32,'Jason','Campbell',0),(813,7,1,30,'Marc','Bulger',0),(812,NULL,1,32,'Mark','Brunell',0),(811,NULL,1,13,'Aaron','Brooks',0),(810,3,1,25,'Drew','Brees',0),(809,NULL,1,11,'Corey','Bramlet',0),(808,NULL,1,32,'Casey','Bramlet',0),(807,2,1,11,'Tom','Brady',0),(806,NULL,1,14,'Shane','Boyd',0),(805,NULL,1,25,'Todd','Bouman',0),(804,NULL,1,12,'Brooks','Bollinger',0),(803,NULL,1,1,'Kyle','Boller',0),(802,NULL,1,21,'Drew','Bledsoe',0),(801,NULL,1,7,'Josh','Betts',0),(800,NULL,1,10,'Brock','Berlin',0),(799,NULL,1,14,'Charlie','Batch',0),(798,NULL,1,19,'Brett','Basanez',0),(762,8,6,2,'BUF','Bills',0),(763,7,6,3,'CIN','Bengals',0),(764,4,6,4,'CLE','Browns',0),(765,7,6,5,'DEN','Broncos',0),(766,NULL,6,6,'HOU','Texans',0),(767,7,6,7,'IND','Colts',0),(768,5,6,8,'JAC','Jaguars',0),(769,3,6,9,'KC','Chiefs',0),(770,NULL,6,10,'MIA','Dolphins',0),(771,1,6,11,'NE','Patriots',0),(772,NULL,6,12,'NYJ','Jets',0),(773,NULL,6,13,'OAK','Raiders',0),(774,1,6,14,'PIT','Steelers',0),(775,1,6,15,'SD','Chargers',0),(776,NULL,6,16,'TEN','Titans',0),(777,NULL,6,17,'ARI','Cardinals',0),(778,8,6,18,'ATL','Falcons',0),(779,5,6,19,'CAR','Panthers',0),(780,6,6,20,'CHI','Bears',0),(781,8,6,21,'DAL','Cowboys',0),(782,2,6,22,'DET','Lions',0),(783,5,6,23,'GB','Packers',0),(784,6,6,24,'MIN','Vikings',0),(785,3,6,25,'NO','Saints',0),(786,3,6,26,'NYG','Giants',0),(787,4,6,27,'PHI','Eagles',0),(788,NULL,6,28,'SF','49ers',0),(789,6,6,29,'SEA','Seahawks',0),(790,2,6,30,'STL','Rams',0),(791,2,6,31,'TB','Buccaneers',0),(792,NULL,6,32,'WAS','Redskins',0),(793,4,6,1,'BAL','Ravens',0),(797,NULL,1,4,'Derek','Anderson',0),(796,NULL,1,31,'Jared','Allen',0),(1422,NULL,4,15,'Keenan','McCardell',0),(1423,NULL,4,12,'Justin','McCareins',0),(1424,NULL,4,20,'Bryan','McClendon',0),(1425,NULL,4,31,'Derek','McCoy',0),(1426,NULL,4,17,'LeRon','McCoy',0),(1427,NULL,4,9,'Scott','McCready',0),(1428,NULL,4,19,'Justin','McCullum',0),(1429,NULL,4,30,'Shaun','McDonald',0),(1430,NULL,4,11,'Michael','McGrew',0),(1431,NULL,4,9,'Jeris','McIntyre',0),(1432,NULL,4,13,'Kevin','McMahan',0),(1433,NULL,4,24,'Billy','McMullen',0),(1434,NULL,4,3,'Reggie','McNeal',0),(1435,NULL,4,19,'Terrance','Metcalf',0),(1436,NULL,4,30,'Brandon','Middleton',0),(1437,NULL,4,26,'Anthony','Mix',0),(1438,NULL,4,12,'DeQawn','Mobley',0),(1439,NULL,4,1,'Clarence','Moore',0),(1440,NULL,4,25,'Lance','Moore',0),(1441,NULL,4,7,'Aaron','Moorehead',0),(1442,NULL,4,13,'Johnnie','Morant',0),(1443,NULL,4,14,'Sean','Morey',0),(1444,NULL,4,6,'Donovan','Morgan',0),(1445,NULL,4,14,'Quincy','Morgan',0),(1446,NULL,4,1,'Tres','Moses',0),(1447,NULL,4,4,'Kendrick','Mosley',0),(1448,8,4,13,'Randy','Moss',0),(1449,7,4,32,'Santana','Moss',0),(1450,NULL,4,26,'Sinorice','Moss',0),(1451,NULL,4,6,'Eric','Moulds',0),(1452,7,4,20,'Muhsin','Muhammad',0),(1453,NULL,4,10,'Frank','Murphy',0),(1454,NULL,4,11,'Rich','Musinski',0),(1455,NULL,4,2,'Martin','Nance',0),(1456,NULL,4,12,'Reggie','Newhouse',0),(1457,NULL,4,4,'Dennis','Northcutt',0),(1458,NULL,4,29,'Ben','Obomanu',0),(1459,NULL,4,16,'Jonathan','Orr',0),(1460,NULL,4,15,'Robert','Ortiz',0),(1461,NULL,4,15,'Kassim','Osgood',0),(1462,NULL,4,27,'J.J.','Outlaw',0),(1463,NULL,4,8,'Chad','Owens',0),(1464,5,4,21,'Terrell','Owens',0),(1465,NULL,4,15,'Eric','Parker',0),(1466,NULL,4,9,'Samie','Parker',0),(1467,NULL,4,2,'Roscoe','Parrish',0),(1468,NULL,4,18,'Jerome','Pathon',0),(1469,NULL,4,32,'David','Patten',0),(1470,NULL,4,3,'Tab','Perry',0),(1471,NULL,4,20,'Mark','Philmore',0),(1472,NULL,4,27,'Todd','Pinkston',0),(1473,NULL,4,26,'Willie','Ponder',0),(1474,NULL,4,13,'Jerry','Porter',0),(1475,NULL,4,2,'Peerless','Price',0),(1476,NULL,4,30,'Brad','Pyatt',0),(1477,NULL,4,32,'Antwaan','RandleEl',0),(1478,NULL,4,21,'Jamaica','Rector',0),(1479,NULL,4,18,'Robert','Redd',0),(1480,NULL,4,2,'Josh','Reed',0),(1481,NULL,4,14,'Willie','Reid',0),(1482,NULL,4,4,'Brandon','Rideau',0),(1483,NULL,4,12,'Dante','Ridgeway',0),(1484,NULL,4,24,'Koren','Robinson',0),(1485,NULL,4,24,'Marcus','Robinson',0),(1486,NULL,4,16,'Courtney','Roby',0),(1487,NULL,4,23,'Cory','Rodgers',0),(1488,NULL,4,22,'Charles','Rogers',0),(1489,NULL,4,6,'Richie','Ross',0),(1490,NULL,4,23,'Calvin','Russell',0),(1491,NULL,4,10,'Cliff','Russell',0),(1492,NULL,4,31,'J.R.','Russell',0),(1493,NULL,4,3,'P.K.','Sam',0),(1494,NULL,4,19,'Chris','Samp',0),(1495,NULL,4,27,'Bill','Sampy',0),(1496,NULL,4,6,'Jake','Schifino',0),(1497,NULL,4,8,'Charles','Sharon',0),(1498,NULL,4,7,'Dan','Sheldon',0),(1499,NULL,4,11,'Matt','Shelton',0),(1500,NULL,4,31,'Edell','Shepherd',0),(1501,NULL,4,15,'Mark','Simmons',0),(1502,NULL,4,1,'Rufus','Skillern',0),(1503,NULL,4,16,'O.J.','Small',0),(1504,NULL,4,12,'Brad','Smith',0),(1505,NULL,4,19,'Daniel','Smith',0),(1506,NULL,4,2,'Jonathan','Smith',0),(1507,NULL,4,32,'Richard','Smith',0),(1508,NULL,4,5,'Rod','Smith',0),(1509,6,4,19,'Steve','Smith',0),(1510,NULL,4,11,'Zuriel','Smith',0),(1511,NULL,4,30,'Clinton','Solomon',0),(1512,NULL,4,17,'Michael','Spurlock',0),(1513,NULL,4,8,'Fred','Stamps',0),(1514,NULL,4,7,'John','Standeford',0),(1515,NULL,4,6,'Kendrick','Starling',0),(1516,NULL,4,7,'Brandon','Stokley',0),(1517,NULL,4,11,'John','Stone',0),(1518,NULL,4,31,'Maurice','Stovall',0),(1519,NULL,4,30,'Taylor','Stubblefield',0),(1520,NULL,4,31,'Terrence','Stubbs',0),(1521,NULL,4,24,'Travis','Taylor',0),(1522,NULL,4,5,'David','Terrell',0),(1523,NULL,4,7,'Levon','Thomas',0),(1524,NULL,4,16,'Sloan','Thomas',0),(1525,NULL,4,30,'Dominique','Thompson',0),(1526,NULL,4,9,'Craphonso','Thorpe',0),(1527,NULL,4,32,'James','Thrash',0),(1528,NULL,4,30,'Joshua','Tinch',0),(1529,NULL,4,13,'Burl','Toler',0),(1530,NULL,4,21,'J.R.','Tolver',0),(1531,4,4,26,'Amani','Toomer',1),(1532,NULL,4,26,'David','Tyree',0),(1533,NULL,4,22,'Scott','Vines',0),(1534,NULL,4,16,'Bobby','Wade',0),(1535,4,4,5,'Javon','Walker',0),(1536,NULL,4,29,'Taco','Wallace',0),(1537,NULL,4,6,'Kevin','Walter',0),(1538,NULL,4,17,'Troy','Walters',0),(1539,6,4,14,'Hines','Ward',0),(1540,NULL,4,31,'Paris','Warren',0),(1541,NULL,4,29,'Peter','Warrick',0),(1542,NULL,4,3,'Kelley','Washington',0),(1543,NULL,4,14,'Nate','Washington',0),(1544,NULL,4,17,'Todd','Watkins',0),(1545,NULL,4,5,'Darius','Watts',0),(1546,3,4,7,'Reggie','Wayne',0),(1547,NULL,4,9,'Jeff','Webb',0),(1548,NULL,4,10,'Wes','Welker',0),(1549,NULL,4,14,'Isaac','West',0),(1550,NULL,4,24,'Dez','White',0),(1551,NULL,4,18,'Roddy','White',0),(1552,NULL,4,13,'Alvis','Whitted',0),(1553,NULL,4,8,'Ernest','Wilford',0),(1554,NULL,4,7,'Terrence','Wilkins',0),(1555,NULL,4,28,'Brandon','Williams',0),(1556,NULL,4,1,'Demetrius','Williams',0),(1557,NULL,4,26,'Harry','Williams',0),(1558,NULL,4,22,'Mike','Williams',0),(1559,NULL,4,8,'Reggie','Williams',0),(1560,5,4,22,'Roy','Williams',0),(1561,NULL,4,16,'Roydell','Williams',0),(1562,NULL,4,24,'Troy','Williamson',0),(1563,NULL,4,10,'Jason','Willis',0),(1564,NULL,4,14,'Cedrick','Wilson',0),(1565,NULL,4,2,'George','Wilson',0),(1566,NULL,4,4,'Travis','Wilson',0),(1567,NULL,4,12,'Jovan','Witherspoon',0),(1568,NULL,4,5,'Rashaun','Woods',0),(1569,NULL,4,12,'Wallace','Wright',0),(1570,NULL,4,14,'Walter','Young',0),(1571,NULL,4,18,'Kevin','Youngblood',0),(1572,NULL,4,1,'Rob','Abiamiri',0),(1573,NULL,4,13,'James','Adkisson',0),(1574,NULL,4,23,'Zac','Alcorn',0),(1575,NULL,4,5,'Stephen','Alexander',0),(1576,NULL,4,13,'Courtney','Anderson',0),(1577,NULL,4,31,'Mark','Anelli',0),(1578,NULL,4,24,'Richard','Angulo',0),(1579,NULL,4,28,'Billy','Bajema',0),(1580,NULL,4,12,'Chris','Baker',0),(1581,NULL,4,12,'Val','Barnaby',0),(1582,NULL,4,27,'Mike','Bartrum',0),(1583,NULL,4,31,'Anthony','Becht',0),(1584,NULL,4,17,'Adam','Bergen',0),(1585,NULL,4,15,'David','Binn',0),(1586,NULL,4,18,'Dwayne','Blakley',0),(1587,NULL,4,1,'Bobby','Blizzard',0),(1588,NULL,4,8,'Kyle','Brady',0),(1589,NULL,4,17,'John','Bronson',0),(1590,NULL,4,6,'Mark','Bruener',0),(1591,NULL,4,30,'Dominique','Byrd',0),(1592,NULL,4,22,'Dan','Campbell',0),(1593,NULL,4,25,'Mark','Campbell',0),(1594,NULL,4,2,'Brad','Cieslak',0),(1595,NULL,4,7,'Dallas','Clark',0),(1596,NULL,4,20,'Desmond','Clark',0),(1597,NULL,4,30,'Jerome','Collins',0),(1598,NULL,4,25,'Ernie','Conwell',0),(1599,NULL,4,32,'Chris','Cooley',0),(1600,NULL,4,27,'Jonas','Crafts',0),(1601,NULL,4,18,'Alge','Crumpler',0),(1602,NULL,4,21,'Tony','Curtis',0),(1603,NULL,4,6,'Owen','Daniels',0),(1604,NULL,4,14,'Charles','Davis',0),(1605,NULL,4,28,'Vernon','Davis',0),(1606,NULL,4,20,'Tim','Day',0),(1607,NULL,4,12,'James','Dearth',0),(1608,NULL,4,14,'Jon','Dekker',0),(1609,NULL,4,22,'Kori','Dickerson',0),(1610,NULL,4,4,'Darnell','Dinkins',0),(1611,NULL,4,9,'Bob','Docherty',0),(1612,NULL,4,12,'Joel','Dreessen',0),(1613,NULL,4,24,'Jeff','Dugan',0),(1614,NULL,4,9,'Jason','Dunn',0),(1615,NULL,4,17,'Eric','Edwards',0),(1616,NULL,4,28,'Patrick','Estes',0),(1617,NULL,4,25,'Tim','Euhus',0),(1618,NULL,4,2,'Kevin','Everett',0),(1619,NULL,4,21,'Anthony','Fasano',0),(1620,NULL,4,32,'Christian','Fauria',0),(1621,NULL,4,18,'Daniel','Fells',0),(1622,NULL,4,22,'Casey','Fitzsimmons',0),(1623,NULL,4,7,'Bryan','Fletcher',0),(1624,NULL,4,26,'Wade','Fletcher',0),(1625,NULL,4,23,'Bubba','Franks',0),(1626,NULL,4,23,'Thomas','Gafford',0),(1627,NULL,4,19,'Michael','Gaines',0),(1628,NULL,4,9,'Kendall','Gammon',0),(1629,8,4,15,'Antonio','Gates',0),(1630,NULL,4,3,'Ronnie','Ghent',0),(1631,NULL,4,20,'John','Gilmore',0),(1632,NULL,4,9,'Aaron','Golliday',0),(1633,NULL,4,29,'Mike','Gomez',0),(1634,NULL,4,9,'Tony','Gonzalez',0),(1635,NULL,4,11,'Daniel','Graham',0),(1636,NULL,4,15,'Kelly','Griffeth',0),(1637,NULL,4,16,'Gregg','Guenther',0),(1638,NULL,4,17,'Ben','Hall',0),(1639,NULL,4,6,'Aaron','Halterman',0),(1640,NULL,4,21,'Ryan','Hannam',0),(1641,NULL,4,6,'Patrick','Hape',0),(1642,NULL,4,7,'Ben','Hartsock',0),(1643,NULL,4,7,'Joey','Hawkins',0),(1644,8,4,1,'Todd','Heap',0),(1645,NULL,4,4,'Steve','Heiden',0),(1646,NULL,4,10,'Keith','Heinrich',0),(1647,NULL,4,29,'Will','Heller',0),(1648,NULL,4,25,'Zach','Hilton',0),(1649,NULL,4,30,'Alex','Holmes',0),(1650,NULL,4,23,'Tory','Humphrey',0),(1651,NULL,4,28,'Onye','Ibekwe',0),(1652,NULL,4,4,'Paul','Irons',0),(1653,NULL,4,5,'Nate','Jackson',0),(1654,NULL,4,28,'Brian','Jennings',0),(1655,NULL,4,9,'Adam','Johnson',0),(1656,NULL,4,26,'Darcy','Johnson',0),(1657,NULL,4,28,'Eric','Johnson',0),(1658,NULL,4,10,'Teyo','Johnson',0),(1659,NULL,4,12,'Doug','Jolley',0),(1660,NULL,4,8,'Brian','Jones',0),(1661,NULL,4,3,'David','Jones',0),(1662,NULL,4,28,'Terry','Jones',0),(1663,NULL,4,6,'Bennie','Joppru',0),(1664,NULL,4,3,'Reggie','Kelly',0),(1665,NULL,4,19,'Jeff','King',0),(1666,NULL,4,16,'Erron','Kinney',0),(1667,NULL,4,24,'Jimmy','Kleinsasser',0),(1668,NULL,4,30,'Joe','Klopfenstein',0),(1669,NULL,4,12,'Joe','Kowalewski',0),(1670,NULL,4,31,'Matt','Kranchick',0),(1671,NULL,4,15,'Ryan','Krause',0),(1672,NULL,4,25,'Nate','Lawrie',0),(1673,NULL,4,5,'Mike','Leach',0),(1674,NULL,4,23,'Donald','Lee',0),(1675,NULL,4,8,'Marcedes','Lewis',0),(1676,NULL,4,19,'Kris','Mangum',0),(1677,NULL,4,15,'Brandon','Manumaleuna',0),(1678,NULL,4,23,'David','Martin',0),(1679,NULL,4,31,'Tim','Massaquoi',0),(1680,NULL,4,22,'Sean','McHugh',0),(1681,NULL,4,10,'Randy','McMichael',0),(1682,NULL,4,29,'Itula','Mili',0),(1683,NULL,4,25,'Billy','Miller',0),(1684,NULL,4,13,'Derek','Miller',0),(1685,NULL,4,14,'Heath','Miller',0),(1686,NULL,4,11,'Garrett','Mills',0),(1687,NULL,4,31,'Dave','Moore',0),(1688,NULL,4,19,'Sean','Mulcahy',0),(1689,NULL,4,29,'Matt','Murphy',0),(1690,NULL,4,5,'Chad','Mustard',0),(1691,NULL,4,32,'Buck','Ortega',0),(1692,NULL,4,4,'John','Owens',0),(1693,NULL,4,10,'Justin','Peelle',0),(1694,NULL,4,16,'Jamie','Petrowski',0),(1695,NULL,4,12,'Jason','Pociask',0),(1696,NULL,4,22,'Marcus','Pollard',0),(1697,NULL,4,17,'Leonard','Pope',0),(1698,NULL,4,32,'Calen','Powell',0),(1699,NULL,4,6,'Jeb','Putzier',0),(1700,NULL,4,18,'Derek','Rackley',0),(1701,NULL,4,10,'Jason','Rader',0),(1702,NULL,4,18,'Jason','Randall',0),(1703,NULL,4,11,'Walter','Rasby',0),(1704,NULL,4,20,'Gabe','Reid',0),(1705,NULL,4,13,'Marcellus','Rivers',0),(1706,NULL,4,7,'Corey','Roberts',0),(1707,NULL,4,2,'Robert','Royal',0),(1708,NULL,4,21,'Sean','Ryan',0),(1709,NULL,4,3,'Darnell','Sanders',0),(1710,NULL,4,13,'O.J.','Santiago',0),(1711,NULL,4,16,'Bo','Scaife',0),(1712,NULL,4,5,'Tony','Scheffler',0),(1713,NULL,4,27,'Matt','Schobel',0),(1714,NULL,4,19,'Mike','Seidman',0),(1715,NULL,4,32,'Mike','Sellers',0),(1716,NULL,4,15,'Aaron','Shea',0),(1717,NULL,4,26,'Visanthe','Shiancoe',0),(1718,NULL,4,26,'Jeremy','Shockey',0),(1719,NULL,4,17,'Alex','Shor',0),(1720,NULL,4,31,'Alex','Smith',0),(1721,NULL,4,27,'L.J.','Smith',0),(1722,NULL,4,28,'Trent','Smith',0),(1723,NULL,4,14,'Isaac','Smolko',0),(1724,NULL,4,7,'Justin','Snow',0),(1725,NULL,4,27,'Stephen','Spach',0),(1726,NULL,4,3,'Brad','St.Louis',0),(1727,NULL,4,6,'Ben','Steele',0),(1728,NULL,4,29,'Jerramy','Stevens',0),(1729,NULL,4,3,'Tony','Stewart',0),(1730,NULL,4,17,'Andy','Stokes',0),(1731,NULL,4,18,'Boone','Stutz',0),(1732,NULL,4,1,'Quinn','Sypniewski',0),(1733,NULL,4,11,'David','Thomas',0),(1734,NULL,4,27,'Andy','Thorn',0),(1735,NULL,4,30,'Rod','Trafford',0),(1736,NULL,4,16,'Ben','Troupe',0),(1737,NULL,4,5,'Landon','Trusty',0),(1738,NULL,4,14,'Jerame','Tuman',0),(1739,NULL,4,7,'Ben','Utecht',0),(1740,NULL,4,30,'Aaron','Walker',0),(1741,NULL,4,28,'Delanie','Walker',0),(1742,NULL,4,20,'Cooper','Wallace',0),(1743,NULL,4,11,'Ben','Watson',0),(1744,NULL,4,24,'Jermaine','Wiggins',0),(1745,NULL,4,1,'Daniel','Wilcox',0),(1746,NULL,4,26,'Boo','Williams',0),(1747,NULL,4,22,'Darius','Williams',0),(1748,NULL,4,13,'Randal','Williams',0),(1749,NULL,4,31,'T.J.','Williams',0),(1750,NULL,4,29,'Keith','Willis',0),(1751,NULL,4,9,'Kris','Wilson',0),(1752,5,4,4,'Kellen','Winslow',0),(1753,NULL,4,21,'Jason','Witten',0),(1754,NULL,4,8,'George','Wrighster',0),(1755,NULL,4,8,'Todd','Yoder',0),(1756,NULL,4,8,'Joe','Zelenka',0),(1757,8,5,27,'David','Akers',0),(1758,NULL,5,7,'Shane','Andrus',0),(1759,NULL,5,31,'Xavier','Beitia',0),(1760,NULL,5,28,'Luis','Berlanga',0),(1761,NULL,5,16,'Rob','Bironas',0),(1762,2,5,29,'Josh','Brown',0),(1763,NULL,5,6,'Kris','Brown',0),(1764,NULL,5,14,'Mark','Brubaker',0),(1765,NULL,5,31,'Matt','Bryant',0),(1766,NULL,5,25,'John','Carney',0),(1767,NULL,5,4,'Jeff','Chandler',0),(1768,NULL,5,27,'E.J.','Cochrane',0),(1769,NULL,5,23,'Billy','Cundiff',0),(1770,NULL,5,4,'Phil','Dawson',0),(1771,NULL,5,26,'Travis','Dorsch',0),(1772,NULL,5,13,'Tim','Duncan',0),(1773,2,5,5,'Jason','Elam',0),(1774,NULL,5,1,'Aaron','Elling',0),(1775,NULL,5,5,'Paul','Ernster',0),(1776,7,5,26,'Jay','Feely',0),(1777,NULL,5,21,'Tyler','Fredrickson',0),(1778,NULL,5,11,'Stephen','Gostkowski',0),(1779,NULL,5,20,'Robbie','Gould',0),(1780,5,5,3,'Shayne','Graham',0),(1781,NULL,5,11,'Martin','Gramatica',0),(1782,NULL,5,32,'John','Hall',0),(1783,NULL,5,30,'Remy','Hamilton',0),(1784,1,5,22,'Jason','Hanson',0),(1785,NULL,5,19,'MacKenzie','Hoambrecker',0),(1786,NULL,5,25,'Connor','Hughes',0),(1787,NULL,5,20,'Josh','Huston',0),(1788,NULL,5,28,'Andrew','Jacas',0),(1789,NULL,5,13,'Sebastian','Janikowski',0),(1790,NULL,5,32,'Tyler','Jones',0),(1791,3,5,15,'Nate','Kaeding',0),(1792,5,5,19,'John','Kasay',0),(1793,NULL,5,29,'Ryan','Killeen',0),(1794,NULL,5,13,'David','Kimball',0),(1795,NULL,5,10,'Ola','Kimrin',0),(1796,NULL,5,2,'Rian','Lindell',0),(1797,NULL,5,24,'Ryan','Longwell',0),(1798,3,5,10,'Olindo','Mare',0),(1799,NULL,5,18,'Carlos','Martinez',0),(1800,NULL,5,28,'Joe','Nedney',0),(1801,NULL,5,17,'Nick','Novak',0),(1802,NULL,5,12,'Mike','Nugent',0),(1803,NULL,5,22,'Matt','Prater',0),(1804,6,5,17,'Neil','Rackers',0),(1805,NULL,5,23,'Dave','Rayner',0),(1806,6,5,14,'Jeff','Reed',0),(1807,NULL,5,8,'Josh','Scobee',0),(1808,NULL,5,2,'Nicholas','Setta',0),(1809,NULL,5,15,'Kurt','Smith',0),(1810,7,5,1,'Matt','Stover',0),(1811,NULL,5,21,'Shaun','Suisham',0),(1812,4,5,9,'Lawrence','Tynes',0),(1813,1,5,21,'Mike','Vanderjagt',0),(1814,8,5,7,'Adam','Vinatieri',0),(1815,NULL,5,25,'Steve','Weatherford',0),(1816,4,5,30,'Jeff','Wilkins',0),(1817,NULL,5,18,'Tony','Yelk',0),(1818,NULL,4,27,'Donte','Stallworth',1),(1819,6,4,11,'Deion','Branch',0); /*!40000 ALTER TABLE `player_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `position_3r` -- DROP TABLE IF EXISTS `position_3r`; CREATE TABLE `position_3r` ( `position_id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `abbr` varchar(5) NOT NULL default '', PRIMARY KEY (`position_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; -- -- Dumping data for table `position_3r` -- LOCK TABLES `position_3r` WRITE; /*!40000 ALTER TABLE `position_3r` DISABLE KEYS */; INSERT INTO `position_3r` VALUES (1,'Quarterback','QB'),(2,'Running Back','RB'),(4,'Wide Receiver / Tight End','WR'),(5,'Kicker','PK'),(6,'Defense','D'); /*!40000 ALTER TABLE `position_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rules_3r` -- DROP TABLE IF EXISTS `rules_3r`; CREATE TABLE `rules_3r` ( `rules` longtext ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `rules_3r` -- LOCK TABLES `rules_3r` WRITE; /*!40000 ALTER TABLE `rules_3r` DISABLE KEYS */; INSERT INTO `rules_3r` VALUES ('<strong>Fees: </strong>$35 per person to start plus transaction fees.<br><br>\r\n<strong>Schedule:</strong> We have an eight person league. Each team plays each other twice for first 14 weeks. Highest score, obviously, gets the W for the week. So, each week there are four winners and four losers. Top four teams with the best records go to playoffs for one week, followed by two teams facing off in Superbowl. Winner gets 75%, and loser gets 25%.<br><br>\r\n<strong>Draft:</strong> You draft three qbs, start two; draft three rbs, start two, draft four wrs, start three.\r\n(which can include tight ends); draft three defenses, start two; draft two\r\nkickers start one. Be careful to avoid bye week conflicts.<br><br>\r\n<strong>Scoring:</strong> 6 pts per touchdown, includes pass, catch run or interception return or fumble return for a defense.<br><br>\r\n<strong>Passing:</strong> Yards thrown/25; example 200 yards is eight points.<br><br>\r\n<strong>Rushing:</strong> Yards rushed/10; 100 yards is 10 pts.<br><br>\r\n<strong>Receiving:</strong> 1 point per catch for wide receivers and RBs, receiving yards/10. So if Randy Moss has 10 catches for 120 yards, that\'s 22 points. Throw in a touchdown and its 28 points. Two-point converstions are two points.<br><br>\r\n<strong>Defense:</strong> Subtract points allowed from 20. Example: Dallas\' D allows 14 points. 20-14=6 points. If a team gets over 20, then nothing. Interceptions and fumble recoveries are two points apiece; sacks are one point each; safeties are two points. Special teams also count for D. If you have Pittsburgh\'s D and\r\nthey return a kickoff or punt for a TD, you get that touchdown. If you have a player who returns a kick or punt, you get a TD as well.<br><br>\r\n<strong>Kicker:</strong> 1 pt. per extra point, field goals/10. Example: a 53 yarder, is 5.3 pts.<br><br>\r\n<strong>Trades:</strong> A buck per player. If I trade Bledsoe to Schaefer for Manning, it\'s a buck each on our bill. No trades during last week of regular season or thereafter.<br><br>\r\n<strong>Free agents:</strong> Bidding starts at $1 and goes up until someone drops out. So if I put $1 on David Carr, since he went undrafted and Darren decided to bid $2, I can bid $3 or drop out, and\r\nso on. BIDDING AND TRADES CLOSE AT 8 P.M. FRIDAYS.<br><br>\r\n<strong>Lineups:</strong> Email your lineups in by noon Sunday, by using the <a href=\"line_up.php\" class=\"bluelink\">Weekly Line Up</a> link. On Thursday night games, get those players in by game time.<br><br>\r\n<strong>Injuries:</strong> You can pick up an extra player for an injured player if his status is questionable or worse. Fees begin at $1 to pick up the player. You can keep that player until the injured player is healthy. Or, if you like the new player, you can always drop the injured player. But you can\'t keep both once the injured player\'s status is probable or better. Ex: Torry Holt gets hurt. You can spend a buck on a free agent player like David Patten to take his place.<br>'); /*!40000 ALTER TABLE `rules_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `schedule_3r` -- DROP TABLE IF EXISTS `schedule_3r`; CREATE TABLE `schedule_3r` ( `schedule_id` int(11) NOT NULL auto_increment, `home` int(11) NOT NULL default '0', `away` int(11) NOT NULL default '0', `week_num` tinyint(4) NOT NULL default '0', `is_thisweek` tinyint(4) NOT NULL default '0', PRIMARY KEY (`schedule_id`) ) ENGINE=MyISAM AUTO_INCREMENT=57 DEFAULT CHARSET=latin1; -- -- Dumping data for table `schedule_3r` -- LOCK TABLES `schedule_3r` WRITE; /*!40000 ALTER TABLE `schedule_3r` DISABLE KEYS */; INSERT INTO `schedule_3r` VALUES (1,7,4,1,0),(2,3,1,1,0),(3,2,8,1,0),(4,6,5,1,0),(5,7,1,2,0),(6,3,8,2,0),(7,2,5,2,0),(8,6,4,2,0),(9,7,8,3,0),(10,3,5,3,0),(11,2,6,3,0),(12,1,4,3,0),(13,7,5,4,0),(14,3,6,4,0),(15,2,1,4,0),(16,4,8,4,0),(17,7,6,5,0),(18,3,2,5,0),(19,5,4,5,0),(20,8,1,5,0),(21,7,2,6,0),(22,3,4,6,0),(23,1,6,6,0),(24,8,5,6,0),(25,7,3,7,0),(26,2,4,7,0),(27,6,8,7,0),(28,1,5,7,0),(29,7,4,8,0),(30,3,1,8,0),(31,2,8,8,0),(32,6,5,8,0),(33,7,1,9,0),(34,3,8,9,0),(35,2,5,9,0),(36,6,4,9,0),(37,7,8,10,0),(38,3,5,10,0),(39,2,6,10,0),(40,1,4,10,0),(41,7,5,11,0),(42,3,6,11,0),(43,2,1,11,0),(44,4,8,11,0),(45,7,6,12,0),(46,3,2,12,0),(47,5,4,12,0),(48,8,1,12,0),(49,7,2,13,0),(50,3,4,13,0),(51,1,6,13,0),(52,8,5,13,0),(53,7,3,14,1),(54,2,4,14,1),(55,6,8,14,1),(56,1,5,14,1); /*!40000 ALTER TABLE `schedule_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `standings_3r` -- DROP TABLE IF EXISTS `standings_3r`; CREATE TABLE `standings_3r` ( `standings_id` int(11) NOT NULL auto_increment, `owner_id` int(11) NOT NULL default '0', `points` decimal(10,2) NOT NULL default '0.00', `week_num` int(11) NOT NULL default '0', `win` tinyint(1) NOT NULL default '0', PRIMARY KEY (`standings_id`) ) ENGINE=MyISAM AUTO_INCREMENT=114 DEFAULT CHARSET=latin1; -- -- Dumping data for table `standings_3r` -- LOCK TABLES `standings_3r` WRITE; /*!40000 ALTER TABLE `standings_3r` DISABLE KEYS */; INSERT INTO `standings_3r` VALUES (1,1,'158.58',1,1),(2,3,'100.46',1,0),(3,6,'175.76',1,1),(4,5,'123.10',1,0),(5,7,'94.68',1,0),(6,2,'135.82',1,1),(7,8,'114.16',1,0),(8,4,'147.22',1,1),(9,1,'208.56',2,1),(10,6,'144.70',2,0),(11,5,'176.30',2,1),(12,3,'131.16',2,0),(13,4,'178.72',2,1),(14,7,'122.88',2,0),(15,2,'128.84',2,0),(16,8,'140.90',2,1),(17,1,'125.68',3,0),(18,4,'172.08',3,1),(19,6,'83.62',3,0),(20,5,'159.00',3,1),(21,3,'138.62',3,0),(22,7,'134.28',3,1),(23,8,'88.70',3,0),(24,2,'164.18',3,1),(25,6,'148.84',4,0),(26,1,'155.20',4,1),(27,5,'177.90',4,1),(28,3,'149.92',4,1),(29,4,'136.22',4,0),(30,7,'140.30',4,0),(31,2,'106.54',4,0),(32,8,'168.52',4,1),(33,5,'159.90',5,1),(34,6,'145.06',5,1),(35,3,'116.44',5,1),(36,4,'116.70',5,0),(37,7,'99.64',5,0),(38,2,'99.60',5,0),(39,8,'120.50',5,1),(40,1,'115.68',5,0),(41,1,'177.36',6,0),(42,6,'204.20',6,1),(43,5,'165.88',6,1),(44,3,'158.80',6,1),(45,4,'114.46',6,0),(46,7,'142.22',6,0),(47,2,'184.38',6,1),(48,8,'140.14',6,0),(49,1,'149.46',7,0),(50,5,'173.16',7,1),(51,6,'113.06',7,0),(52,3,'102.88',7,0),(53,4,'96.20',7,0),(54,7,'167.18',7,1),(55,8,'152.08',7,1),(56,2,'126.70',7,1),(57,1,'178.20',8,1),(58,6,'128.80',8,0),(59,5,'160.14',8,1),(60,3,'164.98',8,0),(61,4,'175.12',8,1),(62,7,'147.16',8,0),(63,2,'106.02',8,0),(64,8,'121.16',8,1),(65,1,'159.38',9,1),(66,7,'108.66',9,0),(67,3,'153.04',9,1),(68,8,'130.52',9,0),(69,4,'139.44',9,0),(70,6,'162.98',9,1),(71,5,'147.64',9,1),(72,2,'145.28',9,0),(73,1,'122.72',10,0),(74,4,'190.68',10,1),(75,3,'157.42',10,1),(76,5,'143.42',10,0),(77,7,'188.64',10,1),(78,8,'146.70',10,0),(79,6,'122.96',10,1),(80,2,'114.38',10,0),(81,2,'162.24',11,1),(82,4,'123.42',11,0),(83,1,'155.88',11,0),(84,6,'137.50',11,1),(85,3,'123.72',11,0),(86,5,'160.48',11,1),(87,7,'136.18',11,0),(88,8,'127.20',11,1),(89,1,'166.44',12,1),(90,8,'158.98',12,0),(91,6,'135.86',12,0),(92,5,'179.52',12,1),(93,3,'129.80',12,1),(94,4,'175.48',12,0),(95,7,'148.58',12,1),(96,2,'115.60',12,0),(97,3,'128.00',13,1),(98,4,'104.70',13,0),(99,1,'189.60',13,1),(100,6,'162.46',13,0),(101,5,'110.70',13,0),(102,7,'137.52',13,1),(103,2,'114.72',13,0),(104,8,'149.06',13,1),(105,1,'186.58',14,1),(106,6,'105.36',14,0),(107,5,'133.74',14,0),(108,3,'183.64',14,1),(109,4,'160.94',14,1),(110,2,'144.28',14,0),(111,8,'173.14',14,1),(112,7,'129.96',14,0),(113,1,'188.18',13,0); /*!40000 ALTER TABLE `standings_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stats_3r` -- DROP TABLE IF EXISTS `stats_3r`; CREATE TABLE `stats_3r` ( `stats_id` int(11) NOT NULL auto_increment, `player_id` int(11) NOT NULL default '0', `week_num` tinyint(4) NOT NULL default '0', `points` decimal(10,2) NOT NULL default '0.00', PRIMARY KEY (`stats_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1366 DEFAULT CHARSET=latin1; -- -- Dumping data for table `stats_3r` -- LOCK TABLES `stats_3r` WRITE; /*!40000 ALTER TABLE `stats_3r` DISABLE KEYS */; INSERT INTO `stats_3r` VALUES (1,925,1,'22.40'),(2,871,1,'21.88'),(3,1064,1,'17.30'),(4,1173,1,'23.90'),(5,1328,1,'12.10'),(6,1266,1,'10.90'),(7,1255,1,'18.00'),(8,1784,1,'8.10'),(9,774,1,'16.00'),(10,771,1,'8.00'),(11,899,1,'5.52'),(12,825,1,'7.44'),(13,1058,1,'17.60'),(14,1115,1,'15.80'),(15,1546,1,'10.70'),(16,1310,1,'22.30'),(17,1361,1,'4.50'),(18,1791,1,'10.60'),(19,791,1,'1.00'),(20,786,1,'5.00'),(91,857,1,'14.92'),(92,802,1,'16.14'),(94,965,1,'21.20'),(93,1189,1,'9.70'),(97,1644,1,'9.60'),(96,1539,1,'16.30'),(95,1274,1,'23.30'),(98,1804,1,'10.60'),(100,789,1,'19.00'),(99,780,1,'35.00'),(31,880,1,'31.26'),(32,872,1,'17.04'),(33,997,1,'2.70'),(34,1130,1,'9.90'),(35,1380,1,'16.10'),(36,1464,1,'20.00'),(37,1560,1,'6.60'),(38,1780,1,'13.50'),(39,779,1,'1.00'),(40,777,1,'5.00'),(41,841,1,'8.68'),(42,813,1,'5.70'),(43,947,1,'22.10'),(44,1185,1,'23.20'),(45,1449,1,'9.40'),(46,1383,1,'11.20'),(47,1393,1,'2.40'),(48,1776,1,'3.00'),(49,767,1,'4.00'),(50,765,1,'5.00'),(51,830,1,'6.80'),(52,807,1,'18.82'),(53,1000,1,'15.20'),(54,1067,1,'13.00'),(55,1229,1,'16.20'),(56,1294,1,'16.60'),(57,1343,1,'20.30'),(58,1773,1,'5.90'),(59,792,1,'2.00'),(60,782,1,'21.00'),(61,881,1,'13.64'),(62,816,1,'10.82'),(63,937,1,'7.20'),(64,1053,1,'18.00'),(65,1359,1,'15.00'),(66,1448,1,'8.70'),(67,1629,1,'10.60'),(68,1757,1,'5.20'),(69,781,1,'3.00'),(70,778,1,'22.00'),(71,929,1,'30.04'),(72,893,1,'5.08'),(73,1063,1,'19.80'),(74,1070,1,'2.00'),(75,1320,1,'0.00'),(76,1369,1,'9.70'),(77,1415,1,'9.00'),(78,1816,1,'21.60'),(79,793,1,'35.00'),(80,787,1,'15.00'),(101,925,2,'28.38'),(102,871,2,'32.88'),(103,1064,2,'28.80'),(104,1173,2,'31.20'),(105,1328,2,'21.40'),(106,1266,2,'15.50'),(107,1255,2,'23.40'),(108,1784,2,'1.00'),(109,775,2,'17.00'),(110,771,2,'9.00'),(181,857,2,'10.12'),(182,802,2,'21.48'),(184,965,2,'18.20'),(183,994,2,'14.00'),(185,1644,2,'12.70'),(186,1539,2,'4.90'),(187,1274,2,'22.00'),(188,1804,2,'5.30'),(190,784,2,'11.00'),(189,780,2,'25.00'),(121,880,2,'29.10'),(122,872,2,'34.20'),(123,936,2,'18.40'),(124,997,2,'15.20'),(125,1560,2,'13.10'),(126,1464,2,'4.90'),(127,1380,2,'15.60'),(128,1780,2,'10.80'),(129,779,2,'9.00'),(130,768,2,'26.00'),(131,825,2,'7.24'),(132,810,2,'26.12'),(133,1058,2,'16.70'),(134,1115,2,'5.60'),(135,1361,2,'13.80'),(136,1310,2,'9.20'),(137,1546,2,'19.50'),(138,1791,2,'17.00'),(139,791,2,'13.00'),(140,786,2,'3.00'),(141,929,2,'15.34'),(142,893,2,'26.18'),(143,1063,2,'21.70'),(144,1092,2,'20.10'),(145,1752,2,'8.20'),(146,1369,2,'23.70'),(147,1415,2,'9.60'),(148,1816,2,'9.90'),(149,793,2,'34.00'),(150,787,2,'10.00'),(151,813,2,'13.40'),(152,812,2,'9.38'),(153,947,2,'17.80'),(154,969,2,'15.30'),(155,1452,2,'9.90'),(156,1449,2,'12.80'),(157,1383,2,'19.80'),(158,1776,2,'7.50'),(159,767,2,'8.00'),(160,763,2,'9.00'),(161,848,2,'14.84'),(162,807,2,'14.80'),(163,1000,2,'13.40'),(164,1067,2,'14.20'),(165,1229,2,'12.20'),(166,1294,2,'23.30'),(167,1343,2,'19.70'),(168,1773,2,'8.40'),(169,782,2,'2.00'),(170,770,2,'6.00'),(171,909,2,'5.68'),(172,881,2,'12.72'),(173,937,2,'16.80'),(174,1053,2,'14.40'),(175,1818,2,'19.10'),(176,1629,2,'9.50'),(177,1359,2,'14.00'),(178,1757,2,'6.70'),(179,781,2,'18.00'),(180,778,2,'24.00'),(191,925,3,'11.18'),(192,871,3,'29.00'),(193,1064,3,'7.70'),(194,1094,3,'17.30'),(195,1363,3,'30.40'),(196,1266,3,'11.80'),(197,1255,3,'3.30'),(198,1813,3,'0.00'),(199,774,3,'12.00'),(200,771,3,'3.00'),(220,787,3,'13.00'),(219,793,3,'17.00'),(217,1415,3,'20.20'),(218,1816,3,'9.80'),(214,1169,3,'8.50'),(215,1531,3,'11.90'),(216,1369,3,'24.70'),(213,1092,3,'13.40'),(211,929,3,'17.36'),(212,893,3,'36.22'),(242,857,3,'7.76'),(241,915,3,'17.66'),(246,1539,3,'1.70'),(243,965,3,'12.00'),(248,1804,3,'2.00'),(244,994,3,'1.60'),(245,1819,3,'5.10'),(247,1274,3,'17.80'),(250,780,3,'9.00'),(249,789,3,'9.00'),(251,880,3,'23.84'),(252,872,3,'14.76'),(253,1022,3,'13.40'),(254,1130,3,'30.40'),(255,1380,3,'26.20'),(256,1250,3,'7.60'),(257,1560,3,'26.80'),(258,1780,3,'4.00'),(259,779,3,'3.00'),(260,777,3,'9.00'),(261,825,3,'18.08'),(262,810,3,'7.74'),(263,1058,3,'16.90'),(264,1115,3,'27.60'),(265,1546,3,'12.20'),(266,1310,3,'18.50'),(267,1361,3,'7.70'),(268,1798,3,'8.90'),(269,791,3,'9.00'),(270,786,3,'12.00'),(271,844,3,'16.82'),(272,813,3,'18.26'),(273,947,3,'11.80'),(274,969,3,'10.60'),(275,1383,3,'2.10'),(276,1449,3,'11.20'),(277,1452,3,'20.80'),(278,1810,3,'12.70'),(279,767,3,'17.00'),(280,763,3,'13.00'),(281,909,3,'8.32'),(282,881,3,'16.28'),(283,937,3,'13.90'),(284,1053,3,'15.10'),(285,1818,3,'0.00'),(286,1359,3,'26.00'),(287,1757,3,'7.10'),(288,778,3,'1.00'),(289,762,3,'1.00'),(290,848,3,'39.08'),(291,807,3,'19.50'),(292,1000,3,'6.60'),(293,1067,3,'23.50'),(294,1229,3,'22.90'),(295,1294,3,'10.90'),(296,1343,3,'15.40'),(297,1773,3,'4.30'),(298,782,3,'4.00'),(299,770,3,'18.00'),(300,857,4,'18.48'),(301,802,4,'19.16'),(302,965,4,'19.10'),(303,994,4,'12.70'),(304,1819,4,'8.70'),(305,1509,4,'24.70'),(306,1274,4,'14.10'),(307,1804,4,'3.90'),(308,789,4,'1.00'),(309,780,4,'27.00'),(310,925,4,'16.22'),(311,896,4,'20.78'),(312,1064,4,'18.10'),(313,1173,4,'11.50'),(314,1266,4,'13.20'),(315,1328,4,'24.60'),(316,1363,4,'13.50'),(317,1813,4,'10.30'),(318,775,4,'12.00'),(319,771,4,'15.00'),(320,880,4,'40.22'),(321,872,4,'14.78'),(322,936,4,'18.90'),(323,1130,4,'22.00'),(324,1380,4,'25.10'),(325,1277,4,'15.50'),(326,1560,4,'22.90'),(327,1780,4,'9.50'),(328,779,4,'5.00'),(329,768,4,'4.00'),(330,825,4,'6.46'),(331,810,4,'22.16'),(332,1015,4,'18.10'),(333,1058,4,'18.20'),(334,1546,4,'11.40'),(335,1310,4,'10.00'),(336,1361,4,'13.30'),(337,1798,4,'10.30'),(338,785,4,'1.00'),(339,769,4,'39.00'),(359,793,4,'12.00'),(358,787,4,'17.00'),(356,1752,4,'12.10'),(357,1816,4,'18.40'),(353,1063,4,'30.20'),(354,1415,4,'7.70'),(355,1369,4,'11.20'),(352,1092,4,'12.70'),(350,929,4,'5.12'),(351,893,4,'9.80'),(379,767,4,'9.00'),(378,763,4,'2.00'),(376,1452,4,'15.50'),(377,1810,4,'2.00'),(373,969,4,'11.00'),(374,1383,4,'12.40'),(375,1449,4,'35.80'),(372,1185,4,'0.00'),(370,844,4,'21.48'),(371,813,4,'31.12'),(380,848,4,'9.74'),(381,830,4,'8.20'),(382,1000,4,'7.50'),(383,1067,4,'30.30'),(384,1229,4,'8.20'),(385,1294,4,'10.00'),(386,1343,4,'14.90'),(387,1762,4,'4.70'),(388,782,4,'1.00'),(389,770,4,'12.00'),(390,881,4,'19.42'),(391,816,4,'22.00'),(392,1053,4,'26.60'),(393,1167,4,'6.70'),(394,1359,4,'22.20'),(395,1448,4,'7.50'),(396,1629,4,'8.10'),(397,1757,4,'8.00'),(398,781,4,'20.00'),(399,778,4,'28.00'),(529,771,5,'17.00'),(526,1328,5,'11.10'),(522,1173,5,'15.00'),(525,1255,5,'19.90'),(533,1173,6,'44.50'),(531,871,6,'19.20'),(521,871,5,'16.64'),(535,1328,6,'9.70'),(539,774,6,'26.00'),(537,1784,6,'9.20'),(429,768,5,'34.00'),(428,779,5,'22.00'),(426,1277,5,'8.90'),(427,1792,5,'6.30'),(423,1130,5,'7.90'),(424,1560,5,'1.70'),(425,1464,5,'7.50'),(422,1022,5,'20.20'),(420,880,5,'32.26'),(421,872,5,'19.14'),(430,857,5,'13.94'),(431,802,5,'17.32'),(432,965,5,'10.60'),(433,1066,5,'13.20'),(434,1539,5,'8.90'),(435,1509,5,'12.90'),(436,1274,5,'4.90'),(437,1806,5,'9.30'),(438,784,5,'28.00'),(439,780,5,'26.00'),(440,825,5,'12.70'),(441,810,5,'12.54'),(442,1015,5,'14.80'),(443,1058,5,'17.50'),(444,1546,5,'11.40'),(445,1310,5,'9.50'),(446,1384,5,'17.70'),(447,1791,5,'10.30'),(448,785,5,'4.00'),(449,769,5,'6.00'),(450,893,5,'0.00'),(451,862,5,'15.80'),(452,1063,5,'26.20'),(453,1070,5,'11.10'),(454,1531,5,'12.10'),(455,1275,5,'6.80'),(456,1369,5,'0.00'),(457,1816,5,'9.70'),(458,793,5,'12.00'),(459,787,5,'23.00'),(460,844,5,'19.28'),(461,812,5,'4.36'),(462,947,5,'16.90'),(463,1085,5,'3.80'),(464,1452,5,'3.00'),(465,1449,5,'6.90'),(466,1393,5,'9.00'),(467,1810,5,'2.40'),(468,767,5,'9.00'),(469,765,5,'25.00'),(470,830,5,'14.80'),(471,807,5,'17.30'),(472,1067,5,'9.00'),(473,1080,5,'5.40'),(474,1229,5,'17.10'),(475,1294,5,'5.40'),(476,1343,5,'11.90'),(477,1773,5,'9.70'),(478,782,5,'2.00'),(479,770,5,'7.00'),(480,909,5,'8.80'),(481,881,5,'8.10'),(482,1053,5,'14.80'),(483,1167,5,'20.40'),(484,1629,5,'14.50'),(485,1448,5,'16.20'),(486,1359,5,'13.00'),(487,1757,5,'7.70'),(488,781,5,'13.00'),(489,762,5,'4.00'),(538,775,6,'10.00'),(536,1255,6,'8.40'),(532,1064,6,'5.20'),(534,1363,6,'26.20'),(523,1094,5,'10.50'),(520,896,5,'4.54'),(530,925,6,'18.96'),(524,1266,5,'7.70'),(528,774,5,'6.00'),(527,1784,5,'7.30'),(540,869,6,'21.88'),(541,802,6,'18.72'),(542,965,6,'24.70'),(543,1066,6,'10.60'),(544,1819,6,'25.60'),(545,1509,6,'32.90'),(546,1274,6,'27.60'),(547,1806,6,'9.20'),(548,789,6,'10.00'),(549,780,6,'23.00'),(550,880,6,'21.88'),(551,1022,6,'14.00'),(552,1130,6,'24.50'),(553,1560,6,'32.10'),(554,1464,6,'27.50'),(555,1380,6,'15.50'),(556,1780,6,'9.40'),(557,779,6,'7.00'),(558,777,6,'14.00'),(559,899,6,'26.40'),(560,810,6,'22.90'),(561,1058,6,'7.20'),(562,1115,6,'22.80'),(563,1384,6,'8.60'),(564,1361,6,'29.00'),(565,1222,6,'5.10'),(566,1791,6,'12.80'),(567,786,6,'17.00'),(568,785,6,'7.00'),(569,893,6,'16.54'),(570,862,6,'17.12'),(571,1063,6,'12.20'),(572,1092,6,'16.00'),(573,1369,6,'19.40'),(574,1275,6,'13.00'),(575,1531,6,'5.20'),(576,1816,6,'4.00'),(577,793,6,'7.00'),(578,787,6,'4.00'),(579,844,6,'5.22'),(580,813,6,'32.40'),(581,947,6,'25.70'),(582,1185,6,'10.50'),(583,1452,6,'1.20'),(584,1449,6,'13.30'),(585,1383,6,'15.90'),(586,1810,6,'3.00'),(587,765,6,'25.00'),(588,763,6,'10.00'),(589,906,6,'25.56'),(590,848,6,'30.92'),(591,1067,6,'27.30'),(592,1000,6,'20.60'),(593,1229,6,'31.60'),(594,1303,6,'15.20'),(595,1316,6,'6.90'),(596,1773,6,'8.30'),(597,792,6,'4.00'),(598,782,6,'14.00'),(599,909,6,'21.52'),(600,816,6,'6.62'),(601,1053,6,'16.60'),(602,1644,6,'16.50'),(603,1629,6,'18.80'),(604,1359,6,'41.40'),(605,1757,6,'7.70'),(606,778,6,'6.00'),(607,762,6,'5.00'),(688,896,7,'13.66'),(689,871,7,'19.86'),(691,1064,7,'11.50'),(690,1173,7,'31.84'),(692,1255,7,'17.40'),(693,1328,7,'8.10'),(694,1363,7,'19.10'),(695,1813,7,'2.00'),(697,775,7,'4.00'),(696,771,7,'22.00'),(618,880,7,'37.68'),(619,872,7,'37.68'),(620,936,7,'11.50'),(621,1130,7,'11.70'),(622,1560,7,'16.90'),(623,1464,7,'19.80'),(624,1380,7,'24.60'),(625,1780,7,'4.30'),(626,779,7,'8.00'),(627,768,7,'1.00'),(628,869,7,'9.02'),(629,802,7,'4.54'),(630,965,7,'17.20'),(631,1066,7,'6.50'),(632,1274,7,'8.40'),(633,1509,7,'20.60'),(634,1819,7,'10.00'),(635,1806,7,'7.80'),(636,789,7,'6.00'),(637,784,7,'23.00'),(727,786,7,'18.00'),(726,769,7,'10.00'),(724,1546,7,'4.80'),(725,1791,7,'10.00'),(721,1015,7,'9.90'),(722,1384,7,'8.10'),(723,1310,7,'0.00'),(720,1058,7,'5.20'),(718,899,7,'15.36'),(719,825,7,'21.52'),(717,787,7,'2.00'),(716,764,7,'3.00'),(714,1531,7,'5.60'),(715,1812,7,'9.30'),(711,1063,7,'18.10'),(712,1415,7,'0.00'),(713,1369,7,'26.60'),(710,1070,7,'0.00'),(708,893,7,'23.00'),(709,866,7,'8.60'),(658,830,7,'21.64'),(659,812,7,'21.04'),(660,947,7,'18.50'),(661,1185,7,'34.40'),(662,1449,7,'5.00'),(663,1383,7,'13.30'),(664,1393,7,'11.00'),(665,1776,7,'7.30'),(666,765,7,'24.00'),(667,763,7,'11.00'),(687,781,7,'6.00'),(686,762,7,'4.00'),(684,1644,7,'0.00'),(685,1814,7,'12.60'),(681,1134,7,'4.20'),(682,1448,7,'25.90'),(683,1629,7,'21.30'),(680,1167,7,'28.60'),(678,909,7,'27.32'),(679,816,7,'22.16'),(698,848,7,'0.00'),(699,807,7,'20.00'),(700,1000,7,'12.90'),(701,1067,7,'26.30'),(702,1229,7,'9.90'),(703,1303,7,'2.10'),(704,1343,7,'26.30'),(705,1773,7,'5.20'),(706,791,7,'21.00'),(707,782,7,'3.00'),(728,925,8,'35.14'),(729,871,8,'12.06'),(730,1064,8,'13.40'),(731,1173,8,'45.00'),(732,1255,8,'21.60'),(733,1294,8,'9.80'),(734,1363,8,'13.00'),(735,1813,8,'9.20'),(736,775,8,'11.00'),(737,774,8,'8.00'),(738,910,8,'20.60'),(739,857,8,'8.30'),(740,954,8,'2.70'),(741,1189,8,'10.40'),(742,1274,8,'8.00'),(743,1509,8,'19.90'),(744,1539,8,'16.10'),(745,1806,8,'7.80'),(746,784,8,'13.00'),(747,780,8,'22.00'),(748,880,8,'10.14'),(749,872,8,'31.70'),(750,936,8,'18.00'),(751,1022,8,'14.00'),(752,1464,8,'21.70'),(753,1277,8,'9.10'),(754,1380,8,'22.80'),(755,1780,8,'10.70'),(756,779,8,'4.00'),(757,768,8,'18.00'),(758,825,8,'5.96'),(759,810,8,'33.92'),(760,1015,8,'18.10'),(761,1115,8,'19.10'),(762,1384,8,'2.90'),(763,1222,8,'9.10'),(764,1546,8,'43.80'),(765,1791,8,'8.10'),(766,786,8,'21.00'),(767,785,8,'3.00'),(768,893,8,'23.34'),(769,866,8,'12.48'),(770,1063,8,'44.10'),(771,1092,8,'3.90'),(772,1369,8,'15.40'),(773,1275,8,'34.30'),(774,1531,8,'2.20'),(775,1816,8,'6.40'),(776,793,8,'22.00'),(777,787,8,'11.00'),(778,844,8,'28.08'),(779,813,8,'25.08'),(780,947,8,'11.80'),(781,1185,8,'18.60'),(782,1452,8,'17.50'),(783,1383,8,'19.80'),(784,1393,8,'19.20'),(785,1776,8,'5.10'),(786,765,8,'0.00'),(787,763,8,'2.00'),(788,906,8,'14.64'),(789,807,8,'38.78'),(790,1000,8,'9.30'),(791,1080,8,'10.90'),(792,1229,8,'8.70'),(793,1343,8,'8.80'),(794,1773,8,'8.90'),(795,791,8,'5.00'),(796,790,8,'1.00'),(797,909,8,'18.54'),(798,816,8,'5.12'),(799,1053,8,'22.90'),(800,1167,8,'7.90'),(801,1818,8,'8.60'),(802,1629,8,'11.60'),(803,1359,8,'9.80'),(804,1814,8,'17.70'),(805,781,8,'15.00'),(806,778,8,'4.00'),(807,925,9,'20.52'),(808,871,9,'12.86'),(809,1094,9,'1.50'),(810,1173,9,'40.20'),(811,1363,9,'15.60'),(812,1294,9,'24.60'),(813,1266,9,'16.80'),(814,1784,9,'11.30'),(815,775,9,'15.00'),(816,774,9,'1.00'),(817,844,9,'14.40'),(818,813,9,'21.26'),(819,947,9,'24.50'),(820,1085,9,'7.20'),(821,1452,9,'12.20'),(822,1383,9,'7.20'),(823,1393,9,'3.90'),(824,1776,9,'2.00'),(825,765,9,'16.00'),(826,763,9,'0.00'),(827,899,9,'27.68'),(828,810,9,'31.46'),(829,1068,9,'13.30'),(830,1115,9,'32.70'),(831,1546,9,'15.00'),(832,1222,9,'2.00'),(833,1361,9,'0.00'),(834,1791,9,'5.90'),(835,786,9,'13.00'),(836,785,9,'12.00'),(837,916,9,'4.60'),(838,909,9,'24.22'),(839,1053,9,'40.90'),(840,1167,9,'22.10'),(841,1644,9,'12.40'),(842,1629,9,'4.20'),(843,1359,9,'8.00'),(844,1814,9,'6.10'),(845,781,9,'3.00'),(846,778,9,'5.00'),(847,893,9,'14.30'),(848,862,9,'20.54'),(849,1063,9,'23.20'),(850,1092,9,'12.40'),(851,1415,9,'4.00'),(852,1369,9,'8.60'),(853,1275,9,'29.30'),(854,1816,9,'6.10'),(855,793,9,'14.00'),(856,764,9,'7.00'),(857,910,9,'23.46'),(858,854,9,'23.92'),(859,965,9,'21.00'),(860,1043,9,'6.70'),(861,1819,9,'16.10'),(862,1539,9,'19.70'),(863,1390,9,'9.60'),(864,1806,9,'9.50'),(865,789,9,'29.00'),(866,780,9,'4.00'),(867,872,9,'24.74'),(868,865,9,'0.00'),(869,1022,9,'12.70'),(870,1130,9,'16.30'),(871,1560,9,'25.80'),(872,1464,9,'20.60'),(873,1380,9,'17.30'),(874,1780,9,'10.20'),(875,768,9,'20.00'),(895,791,9,'0.00'),(894,782,9,'13.00'),(892,1303,9,'13.80'),(893,1773,9,'7.20'),(889,1000,9,'16.10'),(890,1343,9,'34.50'),(891,1316,9,'11.20'),(888,1067,9,'30.00'),(886,906,9,'10.14'),(887,807,9,'9.34'),(896,925,10,'21.28'),(897,871,10,'4.84'),(898,1066,10,'4.50'),(899,1173,10,'45.80'),(900,1363,10,'15.80'),(901,1274,10,'7.90'),(902,1255,10,'8.80'),(903,1784,10,'6.80'),(904,775,10,'4.00'),(905,771,10,'3.00'),(906,893,10,'35.50'),(907,862,10,'16.78'),(908,1063,10,'16.90'),(909,1092,10,'19.20'),(910,1535,10,'14.20'),(911,1275,10,'26.90'),(912,1369,10,'19.50'),(913,1816,10,'12.70'),(914,793,10,'4.00'),(915,787,10,'25.00'),(916,899,10,'21.00'),(917,810,10,'23.32'),(918,1015,10,'7.70'),(919,1115,10,'36.50'),(920,1384,10,'15.70'),(921,1310,10,'14.00'),(922,1546,10,'14.20'),(923,1791,10,'7.00'),(924,786,10,'10.00'),(925,769,10,'8.00'),(926,880,10,'16.08'),(927,872,10,'15.24'),(928,1022,10,'25.30'),(929,1130,10,'4.10'),(930,1380,10,'8.60'),(931,1464,10,'20.60'),(932,1560,10,'13.10'),(933,1780,10,'9.40'),(934,779,10,'19.00'),(935,768,10,'12.00'),(936,844,10,'27.74'),(937,813,10,'9.40'),(938,947,10,'18.70'),(939,1185,10,'18.00'),(940,1452,10,'25.30'),(941,1383,10,'49.00'),(942,1393,10,'8.80'),(943,1810,10,'9.70'),(944,767,10,'8.00'),(945,765,10,'14.00'),(946,916,10,'6.94'),(947,909,10,'28.66'),(948,1053,10,'25.30'),(949,1167,10,'11.50'),(950,1818,10,'25.90'),(951,1629,10,'0.00'),(952,1359,10,'14.30'),(953,1814,10,'5.10'),(954,781,10,'17.00'),(955,778,10,'12.00'),(956,910,10,'25.02'),(957,854,10,'8.04'),(958,965,10,'15.60'),(959,1189,10,'4.40'),(960,1819,10,'5.20'),(961,1509,10,'28.40'),(962,1390,10,'2.10'),(963,1806,10,'8.20'),(964,789,10,'12.00'),(965,780,10,'14.00'),(966,906,10,'31.78'),(967,807,10,'18.20'),(968,1000,10,'14.80'),(969,1067,10,'20.50'),(970,1229,10,'7.30'),(971,1316,10,'3.30'),(972,1343,10,'4.10'),(973,1773,10,'4.40'),(974,791,10,'4.00'),(975,782,10,'6.00'),(976,906,11,'20.98'),(977,807,11,'34.16'),(978,1000,11,'6.70'),(979,1067,11,'0.80'),(980,1229,11,'13.70'),(981,1303,11,'49.50'),(982,1343,11,'15.40'),(983,1773,11,'11.00'),(984,791,11,'7.00'),(985,782,11,'3.00'),(986,893,11,'28.90'),(987,862,11,'9.72'),(988,1063,11,'27.40'),(989,1092,11,'9.90'),(990,1535,11,'10.80'),(991,1275,11,'0.00'),(992,1369,11,'17.70'),(993,1816,11,'0.00'),(994,793,11,'15.00'),(995,787,11,'4.00'),(996,925,11,'16.48'),(997,871,11,'15.00'),(998,1064,11,'12.80'),(999,1173,11,'45.00'),(1000,1255,11,'17.50'),(1001,1294,11,'6.20'),(1002,1363,11,'3.70'),(1003,1784,11,'4.20'),(1004,774,11,'9.00'),(1005,771,11,'26.00'),(1006,910,11,'9.34'),(1007,847,11,'15.66'),(1008,965,11,'0.20'),(1009,1189,11,'17.60'),(1010,1819,11,'24.30'),(1011,1539,11,'15.10'),(1012,1509,11,'19.00'),(1013,1806,11,'7.30'),(1014,789,11,'3.00'),(1015,780,11,'26.00'),(1016,899,11,'8.12'),(1017,810,11,'32.40'),(1018,1015,11,'6.30'),(1019,1115,11,'22.30'),(1020,1546,11,'24.10'),(1021,1310,11,'5.00'),(1022,1384,11,'9.50'),(1023,1791,11,'5.00'),(1024,786,11,'2.00'),(1025,769,11,'9.00'),(1026,880,11,'3.12'),(1027,872,11,'22.96'),(1028,1022,11,'27.80'),(1029,1068,11,'14.20'),(1030,1560,11,'11.90'),(1031,1464,11,'11.00'),(1032,1380,11,'15.40'),(1033,1780,11,'6.10'),(1034,779,11,'31.00'),(1035,768,11,'17.00'),(1036,844,11,'10.66'),(1037,830,11,'2.82'),(1038,947,11,'5.00'),(1039,1185,11,'26.80'),(1040,1452,11,'4.90'),(1041,1383,11,'43.30'),(1042,1393,11,'5.80'),(1043,1810,11,'5.90'),(1044,765,11,'11.00'),(1045,763,11,'20.00'),(1046,916,11,'12.62'),(1047,909,11,'24.88'),(1048,937,11,'4.90'),(1049,1053,11,'12.70'),(1050,1818,11,'11.50'),(1051,1629,11,'9.80'),(1052,1359,11,'13.80'),(1053,1757,11,'9.00'),(1054,781,11,'22.00'),(1055,762,11,'6.00'),(1146,871,12,'12.52'),(1147,925,12,'19.96'),(1149,1064,12,'12.40'),(1148,1173,12,'31.16'),(1152,1255,12,'14.40'),(1151,1363,12,'20.90'),(1150,1294,12,'17.90'),(1153,1784,12,'6.20'),(1155,771,12,'16.00'),(1154,775,12,'15.00'),(1165,781,12,'15.00'),(1164,762,12,'13.00'),(1162,1644,12,'18.80'),(1163,1814,12,'10.40'),(1159,937,12,'20.10'),(1160,1359,12,'7.00'),(1161,1629,12,'20.10'),(1158,1053,12,'34.20'),(1156,916,12,'11.92'),(1157,909,12,'8.46'),(1086,910,12,'41.84'),(1087,847,12,'26.72'),(1088,965,12,'8.30'),(1089,1043,12,'8.10'),(1090,1819,12,'7.80'),(1091,1539,12,'6.30'),(1092,1509,12,'14.80'),(1093,1806,12,'0.00'),(1094,789,12,'9.00'),(1095,780,12,'13.00'),(1096,881,12,'11.60'),(1097,872,12,'13.12'),(1098,936,12,'45.80'),(1099,1022,12,'26.50'),(1100,1560,12,'18.60'),(1101,1464,12,'24.70'),(1102,1380,12,'25.80'),(1103,1780,12,'5.40'),(1104,779,12,'6.00'),(1105,768,12,'2.00'),(1106,899,12,'15.64'),(1107,810,12,'25.96'),(1108,1058,12,'4.50'),(1109,1115,12,'5.70'),(1110,1546,12,'17.70'),(1111,1310,12,'28.20'),(1112,1361,12,'9.10'),(1113,1791,12,'3.00'),(1114,786,12,'6.00'),(1115,769,12,'14.00'),(1116,893,12,'29.20'),(1117,862,12,'16.08'),(1118,1063,12,'23.30'),(1119,1092,12,'21.60'),(1120,1535,12,'11.50'),(1121,1369,12,'10.00'),(1122,1415,12,'9.30'),(1123,1816,12,'8.50'),(1124,793,12,'41.00'),(1125,764,12,'5.00'),(1126,844,12,'7.14'),(1127,813,12,'13.44'),(1128,947,12,'16.20'),(1129,1185,12,'30.00'),(1130,1452,12,'6.70'),(1131,1449,12,'4.20'),(1132,1383,12,'19.90'),(1133,1776,12,'3.00'),(1134,767,12,'14.00'),(1135,763,12,'34.00'),(1136,906,12,'5.22'),(1137,848,12,'25.48'),(1138,1000,12,'11.20'),(1139,1080,12,'14.00'),(1140,1229,12,'29.00'),(1141,1303,12,'10.80'),(1142,1343,12,'1.80'),(1143,1773,12,'4.10'),(1144,790,12,'9.00'),(1145,782,12,'5.00'),(1176,825,13,'29.76'),(1177,810,13,'17.84'),(1179,1058,13,'11.50'),(1178,1115,13,'9.60'),(1180,1546,13,'8.70'),(1181,1310,13,'15.60'),(1182,1361,13,'2.80'),(1183,1791,13,'7.20'),(1185,785,13,'20.00'),(1184,769,13,'5.00'),(1186,893,13,'15.06'),(1187,866,13,'13.44'),(1188,1063,13,'15.60'),(1189,1092,13,'15.00'),(1190,1535,13,'3.70'),(1191,1345,13,'3.40'),(1192,1369,13,'15.10'),(1193,1816,13,'8.40'),(1194,793,13,'9.00'),(1195,787,13,'6.00'),(1196,925,13,'22.78'),(1197,896,13,'22.52'),(1198,1064,13,'8.40'),(1199,1173,13,'34.20'),(1200,1274,13,'5.80'),(1201,1294,13,'13.10'),(1202,1363,13,'26.60'),(1203,1784,13,'15.20'),(1204,775,13,'11.00'),(1205,774,13,'30.00'),(1206,910,13,'11.28'),(1207,847,13,'16.68'),(1208,1043,13,'13.20'),(1209,1189,13,'10.40'),(1210,1819,13,'5.30'),(1211,1509,13,'16.90'),(1212,1390,13,'24.80'),(1213,1806,13,'10.90'),(1214,789,13,'19.00'),(1215,780,13,'34.00'),(1235,779,13,'1.00'),(1234,768,13,'18.00'),(1232,1560,13,'8.00'),(1233,1792,13,'7.50'),(1229,936,13,'7.70'),(1230,1380,13,'1.90'),(1231,1464,13,'16.40'),(1228,1022,13,'11.80'),(1226,872,13,'20.54'),(1227,830,13,'17.86'),(1236,844,13,'0.46'),(1237,813,13,'24.56'),(1238,947,13,'19.30'),(1239,1185,13,'24.40'),(1240,1452,13,'1.50'),(1241,1383,13,'17.10'),(1242,1393,13,'24.70'),(1243,1776,13,'6.50'),(1244,767,13,'4.00'),(1245,763,13,'15.00'),(1246,906,13,'12.30'),(1247,848,13,'6.72'),(1248,1000,13,'8.70'),(1249,1067,13,'19.20'),(1250,1229,13,'5.20'),(1251,1303,13,'9.50'),(1252,1343,13,'30.20'),(1253,1773,13,'9.90'),(1254,791,13,'3.00'),(1255,782,13,'10.00'),(1256,916,13,'12.84'),(1257,909,13,'20.12'),(1258,937,13,'16.20'),(1259,1053,13,'25.50'),(1260,1644,13,'6.90'),(1261,1629,13,'22.00'),(1262,1359,13,'24.50'),(1263,1814,13,'4.00'),(1264,781,13,'6.00'),(1265,778,13,'11.00'),(1266,925,14,'6.70'),(1267,896,14,'15.18'),(1268,1064,14,'25.20'),(1269,1173,14,'30.20'),(1270,1255,14,'17.70'),(1271,1294,14,'31.00'),(1272,1363,14,'25.80'),(1273,1784,14,'11.80'),(1274,775,14,'6.00'),(1275,774,14,'17.00'),(1276,910,14,'16.06'),(1277,847,14,'16.00'),(1278,946,14,'-0.10'),(1279,1043,14,'23.50'),(1280,1819,14,'8.40'),(1281,1509,14,'11.70'),(1282,1390,14,'1.70'),(1283,1806,14,'7.10'),(1284,789,14,'4.00'),(1285,780,14,'17.00'),(1286,872,14,'18.62'),(1287,830,14,'17.42'),(1288,1022,14,'25.80'),(1289,1068,14,'18.20'),(1290,1560,14,'13.30'),(1291,1464,14,'14.60'),(1292,1380,14,'13.80'),(1293,1780,14,'4.00'),(1294,779,14,'1.00'),(1295,768,14,'7.00'),(1315,786,14,'17.00'),(1314,769,14,'1.00'),(1312,1546,14,'19.00'),(1313,1791,14,'12.90'),(1309,1058,14,'20.10'),(1310,1361,14,'0.00'),(1311,1310,14,'20.90'),(1308,1115,14,'28.30'),(1306,869,14,'18.48'),(1307,810,14,'45.96'),(1316,893,14,'23.56'),(1317,862,14,'17.68'),(1318,1063,14,'13.40'),(1319,1092,14,'15.60'),(1320,1535,14,'9.20'),(1321,1345,14,'17.50'),(1322,1369,14,'17.00'),(1323,1816,14,'3.00'),(1324,793,14,'21.00'),(1325,787,14,'23.00'),(1326,906,14,'23.16'),(1327,848,14,'30.92'),(1328,1000,14,'9.20'),(1329,1067,14,'18.40'),(1330,1229,14,'8.70'),(1331,1303,14,'17.10'),(1332,1343,14,'16.10'),(1333,1773,14,'8.70'),(1334,791,14,'7.00'),(1335,782,14,'5.00'),(1336,916,14,'14.44'),(1337,909,14,'21.40'),(1338,937,14,'10.20'),(1339,1053,14,'35.90'),(1340,1644,14,'7.30'),(1341,1629,14,'29.40'),(1342,1359,14,'25.50'),(1343,1757,14,'3.00'),(1344,781,14,'1.00'),(1345,778,14,'25.00'),(1346,841,14,'14.22'),(1347,813,14,'32.24'),(1348,947,14,'15.00'),(1349,1185,14,'15.60'),(1350,1449,14,'5.40'),(1351,1383,14,'15.10'),(1352,1393,14,'2.30'),(1353,1776,14,'9.10'),(1354,767,14,'3.00'),(1355,763,14,'18.00'),(1356,925,13,'0.00'),(1357,871,13,'0.00'),(1358,1064,13,'0.00'),(1359,1173,13,'0.00'),(1360,1363,13,'0.00'),(1361,1328,13,'0.00'),(1362,1255,13,'0.00'),(1363,1784,13,'0.00'),(1364,775,13,'20.00'),(1365,774,13,'20.00'); /*!40000 ALTER TABLE `stats_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `team_3r` -- DROP TABLE IF EXISTS `team_3r`; CREATE TABLE `team_3r` ( `team_id` int(11) NOT NULL auto_increment, `name` varchar(75) NOT NULL default '', `abbr` varchar(10) NOT NULL default '', PRIMARY KEY (`team_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1; -- -- Dumping data for table `team_3r` -- LOCK TABLES `team_3r` WRITE; /*!40000 ALTER TABLE `team_3r` DISABLE KEYS */; INSERT INTO `team_3r` VALUES (1,'Ravens','BAL'),(2,'Bills','BUF'),(3,'Bengals','CIN'),(4,'Browns','CLE'),(5,'Broncos','DEN'),(6,'Texans','HOU'),(7,'Colts','IND'),(8,'Jaguars','JAC'),(9,'Chiefs','KC'),(10,'Dolphins','MIA'),(11,'Patriots','NE'),(12,'Jets','NYJ'),(13,'Raiders','OAK'),(14,'Steelers','PIT'),(15,'Chargers','SD'),(16,'Titans','TEN'),(17,'Cardinals','ARI'),(18,'Falcons','ATL'),(19,'Panthers','CAR'),(20,'Bears','CHI'),(21,'Cowboys','DAL'),(22,'Lions','DET'),(23,'Packers','GB'),(24,'Vikings','MIN'),(25,'Saints','NO'),(26,'Giants','NYG'),(27,'Eagles','PHI'),(28,'49ers','SF'),(29,'Seahawks','SEA'),(30,'Rams','STL'),(31,'Buccaneers','TB'),(32,'Redskins','WAS'); /*!40000 ALTER TABLE `team_3r` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `transaction_3r` -- DROP TABLE IF EXISTS `transaction_3r`; CREATE TABLE `transaction_3r` ( `transaction_id` int(11) NOT NULL auto_increment, `owner_id` int(11) NOT NULL default '0', `week_num` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default '', `description` varchar(255) NOT NULL default '', `amount` decimal(10,2) default NULL, PRIMARY KEY (`transaction_id`) ) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=latin1; -- -- Dumping data for table `transaction_3r` -- LOCK TABLES `transaction_3r` WRITE; /*!40000 ALTER TABLE `transaction_3r` DISABLE KEYS */; INSERT INTO `transaction_3r` VALUES (1,6,1,'tr','Corey Dillon, trade from Ben.','1.00'),(2,1,1,'tr','Willis McGahee, trade from Bob.','1.00'),(3,8,1,'fa','acquired BUF Bills [Bills]','1.00'),(4,6,1,'fa','acquired Koren Robinson [Vikings]','1.00'),(5,6,1,'fa','Lav. Coles pickup for injured Steve Smith.','1.00'),(6,1,2,'fa','acquired Chad Pennington [Jets]','3.00'),(7,4,2,'fa','acquired Kellen Winslow [Browns]','1.00'),(8,5,3,'fa','acquired Antonio Bryant [49ers]','3.00'),(9,5,3,'fa','acquired Jerricho Cotchery [Jets]','1.00'),(16,3,4,'fa','acquired NO Saints [Saints]','1.00'),(11,7,3,'fa','acquired Rex Grossman [Bears]','5.00'),(12,1,3,'fa','acquired Matt Jones [Jaguars]','1.00'),(13,4,3,'fa','acquired Amani Toomer [Giants]','1.00'),(14,4,3,'fa','Fred Taylor for a $1.','1.00'),(15,5,3,'fa','Frank Gore, bidding war.','10.00'),(17,4,5,'fa','acquired Marques Colston [Saints]','1.00'),(18,6,5,'fa','acquired Julius Jones [Cowboys]','1.00'),(19,4,5,'fa','acquired LaMont Jordan [Raiders]','1.00'),(20,4,5,'fa','acquired Jon Kitna [Lions]','7.00'),(21,6,5,'fa','acquired J.P. Losman [Bills]','1.00'),(22,7,5,'fa','acquired Laurence Maroney [Patriots]','7.00'),(23,3,6,'fa','acquired Bernard Berrian [Bears]','4.00'),(24,2,6,'fa','acquired Mike Furrey [Lions]','1.00'),(25,8,6,'fa','acquired Todd Heap [Ravens]','1.00'),(26,4,6,'fa','acquired Matt Leinart [Cardinals]','2.00'),(27,2,6,'fa','acquired Philip Rivers [Chargers]','2.00'),(28,8,6,'fa','acquired Alex Smith [49ers]','1.00'),(29,7,7,'fa','acquired Brett Favre [Packers]','1.00'),(30,8,7,'fa','acquired Dominic Rhodes [Colts]','1.00'),(31,2,7,'fa','Tampa Bay Defense','1.00'),(32,2,7,'fa','St. Louis defense.','1.00'),(33,6,8,'fa','acquired Tatum Bell [Broncos]','1.00'),(34,1,8,'fa','acquired Donald Driver [Packers]','1.00'),(35,6,8,'fa','acquired Joey Harrington [Dolphins]','1.00'),(36,6,8,'fa','acquired Damon Huard [Chiefs]','1.00'),(37,6,8,'fa','acquired Tony Romo [Cowboys]','1.00'),(38,6,9,'fa','acquired Travis Henry [Titans]','1.00'),(39,3,9,'fa','acquired Thomas Jones [Bears]','1.00'),(40,6,9,'fa','acquired Matt Jones [Jaguars]','1.00'),(41,1,10,'fa','acquired Laveranues Coles [Jets]','1.00'),(42,1,10,'fa','acquired Julius Jones [Cowboys]','1.00'),(43,4,10,'fa','acquired Javon Walker [Broncos]','3.00'),(44,5,11,'fa','acquired Corey Dillon [Patriots]','1.00'),(45,5,11,'fa','acquired Thomas Jones [Bears]','1.00'),(46,5,12,'fa','acquired Charlie Frye [Browns]','1.00'),(47,5,12,'fa','acquired Steve McNair [Ravens]','1.00'),(48,5,12,'fa','acquired Kellen Winslow [Browns]','2.00'),(49,5,13,'fa','acquired Brett Favre [Packers]','1.00'),(50,4,13,'fa','acquired Devery Henderson [Saints]','1.00'),(51,6,14,'fa','acquired Marion Barber [Cowboys]','1.00'),(52,3,14,'fa','acquired J.P. Losman [Bills]','1.00'),(53,5,14,'fa','acquired Reggie Bush [Saints]','1.00'),(54,5,14,'fa','acquired GB Packers [Packers]','1.00'); /*!40000 ALTER TABLE `transaction_3r` 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 */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-07-29 20:50:13