-- MySQL dump 10.9 -- -- Host: 192.168.202.16 Database: tom_spider -- ------------------------------------------------------ -- Server version 4.1.13-max /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `shows` -- DROP TABLE IF EXISTS `shows`; CREATE TABLE `shows` ( `id` int(10) NOT NULL auto_increment, `name` varchar(250) NOT NULL default '', `old_id` int(10) NOT NULL default '0', `category` smallint(4) NOT NULL default '0', `path` varchar(150) NOT NULL default '', `genre3` tinyint(1) NOT NULL default '0', `genre2` tinyint(1) NOT NULL default '0', `genre1` tinyint(1) NOT NULL default '0', `imdb_url` varchar(250) NOT NULL default '', `official_url` varchar(250) NOT NULL default '', `date_created` int(10) NOT NULL default '0', `status` tinyint(1) NOT NULL default '1', `added_by` varchar(20) NOT NULL default '', `last_updated` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `old_id` (`old_id`,`category`,`date_created`,`status`), KEY `last_updated` (`last_updated`), KEY `genre1` (`genre1`), KEY `genre2` (`genre2`), KEY `genre3` (`genre3`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `shows` -- /*!40000 ALTER TABLE `shows` DISABLE KEYS */; LOCK TABLES `shows` WRITE; INSERT INTO `shows` VALUES (1,'24',1,1,'',0,0,0,'imdb.com/title/tt0285331/','',1182407419,1,'tom_spider',1182407419),(2,'30 Rock',1641,1,'',0,0,0,'imdb.com/title/tt0496424/','',1182407444,1,'tom_spider',1182407444),(3,'3rd Rock From The Sun',264,1,'',0,0,0,'imdb.com/title/tt0115082/','',1182407514,1,'tom_spider',1182407514),(4,'4400, The',2,1,'',0,0,0,'imdb.com/title/tt0389564/','',1182407549,1,'tom_spider',1182407549),(5,'5ive Days to Midnight',2532,1,'',0,0,0,'imdb.com/title/tt0386907/','',1182407591,1,'tom_spider',1182407591),(6,'7th Heaven',3490,1,'',0,0,0,'imdb.com/title/tt0115083/','',1182408114,1,'tom_spider',1182408114),(7,'8 Out Of 10 Cats',1643,1,'',0,0,0,'imdb.com/title/tt0465315/','',1182408122,1,'tom_spider',1182408122),(8,'A Bit Of Fry & Laurie',2370,1,'',0,0,0,'imdb.com/title/tt0101049/','',1182408128,1,'tom_spider',1182408128),(9,'A Haunting',3714,1,'',0,0,0,'imdb.com/title/tt0484243/','',1182408136,1,'tom_spider',1182408136),(10,'A-Team, The',1401,1,'',0,0,0,'','',1182408174,1,'tom_spider',1182408174),(11,'Absolute Power',3377,1,'',0,0,0,'imdb.com/title/tt0386149/','',1182408192,1,'tom_spider',1182408192),(12,'Absolutely Fabulous',3,1,'',0,0,0,'imdb.com/title/tt0105929/','',1182408208,1,'tom_spider',1182408208),(13,'Addams Family, The',3712,1,'',0,0,0,'imdb.com/title/tt0057729/','',1182408234,1,'tom_spider',1182408234),(14,'Adventures of Brisco County Jr.',2074,1,'',0,0,0,'imdb.com/title/tt0105932/','',1182408274,1,'tom_spider',1182408274),(15,'Adventures Of Pete And Pete',3105,1,'',0,0,0,'imdb.com/title/tt0105933/','',1182408305,1,'tom_spider',1182408305),(16,'Afterlife',4,1,'',0,0,0,'imdb.com/title/tt0435937/','',1182408328,1,'tom_spider',1182408328),(17,'Alan Partridge',5,1,'',0,0,0,'imdb.com/title/tt0108828/','',1182408340,1,'tom_spider',1182408340),(18,'Alf',2534,1,'',0,0,0,'imdb.com/title/tt0090390/','',1182408386,1,'tom_spider',1182408386),(19,'Alias',2439,1,'',0,0,0,'imdb.com/title/tt0285333/','',1182409119,1,'tom_spider',1182409119),(20,'Ally McBeal',3393,1,'',0,0,0,'','',1182409139,1,'tom_spider',1182409139),(21,'Amazing Race, The',2073,1,'',0,0,0,'imdb.com/title/tt0285335/','',1182409151,1,'tom_spider',1182409151),(22,'American Idol',845,1,'',0,0,0,'imdb.com/title/tt0319931/','',1182409323,1,'tom_spider',1182409323),(23,'Andromeda',1701,1,'',0,0,0,'imdb.com/title/tt0213327/','',1182409458,1,'tom_spider',1182409458),(24,'Andy Barker, P.I.',1362,1,'',0,0,0,'imdb.com/title/tt0775349/','',1182409466,1,'tom_spider',1182409466),(25,'Angel',2082,1,'',0,0,0,'imdb.com/title/tt0162065/','',1182409620,1,'tom_spider',1182409620),(26,'Animorphs',1877,1,'',0,0,0,'imdb.com/title/tt0154147/','',1182409671,1,'tom_spider',1182409671),(27,'Apprentice, The',2041,1,'',0,0,0,'imdb.com/title/tt0450897/','',1182409729,1,'tom_spider',1182409729),(28,'Aquaman',3134,1,'',0,0,0,'imdb.com/title/tt0498318/','',1182409736,1,'tom_spider',1182409736),(29,'Are You Afraid of the Dark',7,1,'',0,0,0,'imdb.com/title/tt0103352/','',1182409810,1,'tom_spider',1182409810),(30,'Arrested Development',1371,1,'',0,0,0,'imdb.com/title/tt0367279/','',1182409846,1,'tom_spider',1182409846),(31,'At Home With The Braithwaites',2996,1,'',0,0,0,'imdb.com/title/tt0231012/','',1182409895,1,'tom_spider',1182409895),(32,'Award Shows',3574,1,'',0,0,0,'','',1182409899,1,'tom_spider',1182409899),(33,'Babylon 5',1246,1,'',0,0,0,'imdb.com/title/tt0105946/','',1182410199,1,'tom_spider',1182410199),(34,'Balls Of Steel',8,1,'',0,0,0,'imdb.com/title/tt0477141/','',1182410242,1,'tom_spider',1182410242),(35,'Bam's Unholy Union',9,1,'',0,0,0,'imdb.com/title/tt0949979/','',1182410287,1,'tom_spider',1182410287),(36,'Band Of Brothers',10,1,'',0,0,0,'imdb.com/title/tt0185906/','',1182410321,1,'tom_spider',1182410321),(37,'Batman Classic',1948,1,'',0,0,0,'imdb.com/title/tt0059968/','',1182410330,1,'tom_spider',1182410330),(38,'Battlestar Galactica',11,1,'',0,0,0,'imdb.com/title/tt0314979/','',1182410435,1,'tom_spider',1182410435),(39,'Battlestar Galactica (1978)',2994,1,'',0,0,0,'imdb.com/title/tt0077215/','',1182410467,1,'tom_spider',1182410467),(40,'BBC Presents:',2053,1,'',0,0,0,'','',1182410527,1,'tom_spider',1182410527),(41,'Bernie Mac Show, The',3331,1,'',0,0,0,'imdb.com/title/tt0285341/','',1182410547,1,'tom_spider',1182410547),(42,'Best Of Will Ferrell',3153,1,'',0,0,0,'imdb.com/title/tt0382275/','',1182410551,1,'tom_spider',1182410551),(43,'Bewitched',1621,1,'',0,0,0,'imdb.com/title/tt0057733/','',1182410572,1,'tom_spider',1182410572),(44,'Beyond Belief',873,1,'',0,0,0,'imdb.com/title/tt0364795/','',1182410604,1,'tom_spider',1182410604),(45,'Beyond the Break',3329,1,'',0,0,0,'imdb.com/title/tt0448950/','',1182410607,1,'tom_spider',1182410607),(46,'Big Day',1451,1,'',0,0,0,'imdb.com/title/tt0805660/','',1182410637,1,'tom_spider',1182410637),(47,'Big Love',3806,1,'',0,0,0,'imdb.com/title/tt0421030/','',1182410662,1,'tom_spider',1182410662),(48,'Big Train',1912,1,'',0,0,0,'imdb.com/title/tt0178126/','',1182410670,1,'tom_spider',1182410670),(49,'Big Wolf On Campus',1993,1,'',0,0,0,'imdb.com/title/tt0189392/','',1182410716,1,'tom_spider',1182410716),(50,'Bill Bailey',13,1,'',0,0,0,'','',1182410750,1,'tom_spider',1182410750),(51,'Billy Connelly In New York',3468,1,'',0,0,0,'','',1182410752,1,'tom_spider',1182410752),(52,'Black Books',14,1,'',0,0,0,'imdb.com/title/tt0262150/','',1182410777,1,'tom_spider',1182410777),(53,'Black Donnellys, The',273,1,'',0,0,0,'imdb.com/title/tt0805661/','',1182410801,1,'tom_spider',1182410801),(54,'Blackadder',15,1,'',0,0,0,'imdb.com/title/tt0084988/','',1182410841,1,'tom_spider',1182410841),(55,'Blade: The Series',2043,1,'',0,0,0,'imdb.com/title/tt0823333/','',1182410855,1,'tom_spider',1182410855),(56,'Blood Ties',1623,1,'',0,0,0,'imdb.com/title/tt0101477/','',1182410870,1,'tom_spider',1182410870),(57,'Bones',1716,1,'',0,0,0,'imdb.com/title/tt0460627/','',1182411002,1,'tom_spider',1182411002),(58,'Book Group, The',2205,1,'',0,0,0,'imdb.com/title/tt0276650/','',1182411014,1,'tom_spider',1182411014),(59,'Boston Legal',2117,1,'',0,0,0,'','',1182411049,1,'tom_spider',1182411049),(60,'Bottom',254,1,'',0,0,0,'imdb.com/title/tt0103376/','',1182411087,1,'tom_spider',1182411087),(61,'Boy Meets World',2090,1,'',0,0,0,'imdb.com/title/tt0105958/','',1182411105,1,'tom_spider',1182411105),(62,'Brass Eye',940,1,'',0,0,0,'imdb.com/title/tt0118273/','',1182411111,1,'tom_spider',1182411111),(63,'Bremner Byrd And Fortune',3238,1,'',0,0,0,'imdb.com/title/tt0361154/','',1182411116,1,'tom_spider',1182411116),(64,'Brimstone',2129,1,'',0,0,0,'imdb.com/title/tt0165564/','',1182411126,1,'tom_spider',1182411126),(65,'Brittas Empire, The',269,1,'',0,0,0,'imdb.com/title/tt0101054/','',1182411163,1,'tom_spider',1182411163),(66,'Brothers And Sisters',2060,1,'',0,0,0,'imdb.com/title/tt0758737/','',1182411195,1,'tom_spider',1182411195),(67,'Buck Rodgers',1958,1,'',0,0,0,'imdb.com/title/tt0077278/','',1182411203,1,'tom_spider',1182411203),(68,'Buffy: The Vampire Slayer',1256,1,'',0,0,0,'imdb.com/title/tt0118276/','',1182411294,1,'tom_spider',1182411294),(69,'Carl Sagan's Cosmos',2542,1,'',0,0,0,'imdb.com/title/tt0081846/','',1182411310,1,'tom_spider',1182411310),(70,'Carnivale',2194,1,'',0,0,0,'imdb.com/title/tt0319969/','',1182411346,1,'tom_spider',1182411346),(71,'Carry On Laughing',725,1,'',0,0,0,'imdb.com/title/tt0157218/','',1182411364,1,'tom_spider',1182411364),(72,'Casanova',1364,1,'',0,0,0,'imdb.com/title/tt0427042/','',1182411372,1,'tom_spider',1182411372),(73,'Catherine Tate Show, The',3370,1,'',0,0,0,'imdb.com/title/tt0441051/','',1182411377,1,'tom_spider',1182411377),(74,'Chapelle's Show',18,1,'',0,0,0,'imdb.com/title/tt0353049/','',1182411400,1,'tom_spider',1182411400),(75,'Charmed',1412,1,'',0,0,0,'imdb.com/title/tt0158552/','',1182411627,1,'tom_spider',1182411627),(76,'Children Of The Stones',3061,1,'',0,0,0,'imdb.com/title/tt0075491/','',1182411646,1,'tom_spider',1182411646),(77,'Closer, The',2268,1,'',0,0,0,'imdb.com/title/tt0458253/','',1182411902,1,'tom_spider',1182411902),(78,'Colbert Report, The',531,1,'',0,0,0,'imdb.com/title/tt0458254/','',1182411917,1,'tom_spider',1182411917),(79,'Comeback, The',2746,1,'',0,0,0,'imdb.com/title/tt0434672/','',1182411923,1,'tom_spider',1182411923),(80,'Comedy Central Presents:',2131,1,'',0,0,0,'','',1182411947,1,'tom_spider',1182411947),(81,'Comedy Central Roasts',1696,1,'',0,0,0,'','',1182411953,1,'tom_spider',1182411953),(82,'Commited',2252,1,'',0,0,0,'imdb.com/title/tt0421316/','',1182411998,1,'tom_spider',1182411998),(83,'Coupling',20,1,'',0,0,0,'imdb.com/title/tt0237123/','',1182412054,1,'tom_spider',1182412054),(84,'Criminal Minds',739,1,'',0,0,0,'imdb.com/title/tt0452046/','',1182412340,1,'tom_spider',1182412340),(85,'Crossing Jordan',1717,1,'',0,0,0,'imdb.com/title/tt0284718/','',1182412361,1,'tom_spider',1182412361),(86,'Curb Your Enthusiasm',21,1,'',0,0,0,'imdb.com/title/tt0264235/','',1182412402,1,'tom_spider',1182412402),(87,'Da Ali G Show',1719,1,'',0,0,0,'imdb.com/title/tt0367274/','',1182412416,1,'tom_spider',1182412416),(88,'Dark Angel',2314,1,'',0,0,0,'','',1182412773,1,'tom_spider',1182412773),(89,'David Attenborough',1914,1,'',0,0,0,'','',1182412843,1,'tom_spider',1182412843),(90,'Day Break',255,1,'',0,0,0,'imdb.com/title/tt0801425/','',1182412856,1,'tom_spider',1182412856),(91,'Dead Like Me',272,1,'',0,0,0,'imdb.com/title/tt0348913/','',1182412907,1,'tom_spider',1182412907),(92,'Dead Zone, The',96,1,'',0,0,0,'imdb.com/title/tt0281432/','',1182413054,1,'tom_spider',1182413054),(93,'Deadliest Catch',3359,1,'',0,0,0,'imdb.com/title/tt0446809/','',1182413062,1,'tom_spider',1182413062),(94,'Deadwood',924,1,'',0,0,0,'imdb.com/title/tt0348914/','',1182413084,1,'tom_spider',1182413084),(95,'Default Eddie Murphy - Raw (1987)',3464,1,'',0,0,0,'','',1182413086,1,'tom_spider',1182413086),(96,'Degrassi: The Next Generation',1913,1,'',0,0,0,'imdb.com/title/tt0288937/','',1182413159,1,'tom_spider',1182413159),(97,'Demetri Martin',3106,1,'',0,0,0,'','',1182413163,1,'tom_spider',1182413163),(98,'Derren Brown',2815,1,'',0,0,0,'','',1182413188,1,'tom_spider',1182413188),(99,'Derrick Comedy',3237,1,'',0,0,0,'','',1182413239,1,'tom_spider',1182413239),(100,'Desperate Housewives',24,1,'',0,0,0,'imdb.com/title/tt0410975/','',1182413332,1,'tom_spider',1182413332),(101,'Dexter',25,1,'',0,0,0,'imdb.com/title/tt0773262/','',1182413357,1,'tom_spider',1182413357),(102,'Dinosaurs',1984,1,'',0,0,0,'imdb.com/title/tt0101081/','',1182413369,1,'tom_spider',1182413369),(103,'Dirt',27,1,'',0,0,0,'imdb.com/title/tt0496275/','',1182413436,1,'tom_spider',1182413436),(104,'Dispatches',2780,1,'',0,0,0,'','',1182413472,1,'tom_spider',1182413472),(105,'Doctor Who',26,1,'',0,0,0,'imdb.com/title/tt0436992/','',1182413584,1,'tom_spider',1182413584),(106,'Doctor Who (Classic)',2394,1,'',0,0,0,'imdb.com/title/tt0056751/','',1182413695,1,'tom_spider',1182413695),(107,'Doctor Who Confidential',2395,1,'',0,0,0,'imdb.com/title/tt0453422/','',1182413713,1,'tom_spider',1182413713),(108,'Dragons' Den',3360,1,'',0,0,0,'imdb.com/title/tt0443370/','',1182413742,1,'tom_spider',1182413742),(109,'Drake and Josh',2127,1,'',0,0,0,'imdb.com/title/tt0363328/','',1182413769,1,'tom_spider',1182413769),(110,'Dream Team',3173,1,'',0,0,0,'imdb.com/title/tt0169438/','',1182413818,1,'tom_spider',1182413818),(111,'Dresden Files, The',925,1,'',0,0,0,'imdb.com/title/tt0486657/','',1182413853,1,'tom_spider',1182413853),(112,'Drew Carey Show, The',97,1,'',0,0,0,'imdb.com/title/tt0111945/','',1182413868,1,'tom_spider',1182413868),(113,'Drive',1699,1,'',0,0,0,'imdb.com/title/tt0770521/','',1182413881,1,'tom_spider',1182413881),(114,'Earth 2',3030,1,'',0,0,0,'imdb.com/title/tt0108758/','',1182413887,1,'tom_spider',1182413887),(115,'Earth: Final Conflict',3713,1,'',0,0,0,'imdb.com/title/tt0123816/','',1182413891,1,'tom_spider',1182413891),(116,'Entourage',28,1,'',0,0,0,'imdb.com/title/tt0387199/','',1182413927,1,'tom_spider',1182413927),(117,'Equator',2081,1,'',0,0,0,'','',1182413932,1,'tom_spider',1182413932),(118,'ER',2894,1,'',0,0,0,'imdb.com/title/tt0108757/','',1182413939,1,'tom_spider',1182413939),(119,'Eureka',29,1,'',0,0,0,'imdb.com/title/tt0796264/','',1182413944,1,'tom_spider',1182413944),(120,'Everwood',2029,1,'',0,0,0,'imdb.com/title/tt0318883/','',1182413949,1,'tom_spider',1182413949),(121,'Everybody Hates Chris',872,1,'',0,0,0,'imdb.com/title/tt0460637/','',1182414036,1,'tom_spider',1182414036),(122,'Extras',30,1,'',0,0,0,'imdb.com/title/tt0445114/','',1182414042,1,'tom_spider',1182414042),(123,'Extreme Engineering',1985,1,'',0,0,0,'imdb.com/title/tt0364806/','',1182414053,1,'tom_spider',1182414053),(124,'Farscape',32,1,'',0,0,0,'imdb.com/title/tt0187636/','',1182414108,1,'tom_spider',1182414108),(125,'Fastlane',2862,1,'',0,0,0,'imdb.com/title/tt0320000/','',1182414140,1,'tom_spider',1182414140),(126,'Father Ted',33,1,'',0,0,0,'imdb.com/title/tt0111958/','',1182414188,1,'tom_spider',1182414188),(127,'Fawlty Towers',31,1,'',0,0,0,'imdb.com/title/tt0072500/','',1182414210,1,'tom_spider',1182414210),(128,'Firefly',34,1,'',0,0,0,'imdb.com/title/tt0303461/','',1182414280,1,'tom_spider',1182414280),(129,'First Wave',3330,1,'',0,0,0,'imdb.com/title/tt0160277/','',1182414296,1,'tom_spider',1182414296),(130,'Fist Of Fun',1862,1,'',0,0,0,'imdb.com/title/tt0111962/','',1182414310,1,'tom_spider',1182414310),(131,'Flash Gordon, Vintage',2729,1,'',0,0,0,'imdb.com/title/tt0140738/','',1182414326,1,'tom_spider',1182414326),(132,'Flight Of The Concords',3450,1,'',0,0,0,'imdb.com/title/tt0863046/','',1182414329,1,'tom_spider',1182414329),(133,'Fraggle Rock',2725,1,'',0,0,0,'imdb.com/title/tt0085017/','',1182414337,1,'tom_spider',1182414337),(134,'Freaks & Geeks',3001,1,'',0,0,0,'imdb.com/title/tt0193676/','',1182414351,1,'tom_spider',1182414351),(135,'Fresh Prince of Bel-Air, The',98,1,'',0,0,0,'imdb.com/title/tt0098800/','',1182414367,1,'tom_spider',1182414367),(136,'Friday Night Lights',532,1,'',0,0,0,'imdb.com/title/tt0758745/','',1182414387,1,'tom_spider',1182414387),(137,'Friends',35,1,'',0,0,0,'imdb.com/title/tt0108778/','',1182414660,1,'tom_spider',1182414660),(138,'Future Cars',1122,1,'',0,0,0,'imdb.com/title/tt0974105/','',1182414668,1,'tom_spider',1182414668),(139,'Future Weapons',3402,1,'',0,0,0,'imdb.com/title/tt0810629/','',1182414677,1,'tom_spider',1182414677),(140,'Gadget Show, The',1786,1,'',0,0,0,'','',1182414682,1,'tom_spider',1182414682),(141,'Game On',1864,1,'',0,0,0,'imdb.com/title/tt0111976/','',1182414695,1,'tom_spider',1182414695),(142,'Garth Marenghi's Darkplace',36,1,'',0,0,0,'imdb.com/title/tt0397150/','',1182414705,1,'tom_spider',1182414705),(143,'Gene Simmons Family Jewels',1959,1,'',0,0,0,'imdb.com/title/tt0498617/','',1182414711,1,'tom_spider',1182414711),(144,'Genius Of Mozart, The',366,1,'',0,0,0,'','',1182414713,1,'tom_spider',1182414713),(145,'Ghost Hunters',3399,1,'',0,0,0,'','',1182414762,1,'tom_spider',1182414762),(146,'Ghost Whisperer',2030,1,'',0,0,0,'imdb.com/title/tt0460644/','',1182414841,1,'tom_spider',1182414841),(147,'Gilligan's Island',3028,1,'',0,0,0,'imdb.com/title/tt0057751/','',1182414858,1,'tom_spider',1182414858),(148,'Gilmore Girls',934,1,'',0,0,0,'imdb.com/title/tt0238784/','',1182415197,1,'tom_spider',1182415197),(149,'Girls Next Door, The',3379,1,'',0,0,0,'','',1182415204,1,'tom_spider',1182415204),(150,'Good Eats',3404,1,'',0,0,0,'','',1182415240,1,'tom_spider',1182415240),(151,'Good Life, The',3015,1,'',0,0,0,'','',1182415258,1,'tom_spider',1182415258),(152,'Goosebumps',2396,1,'',0,0,0,'imdb.com/title/tt0111987/','',1182415305,1,'tom_spider',1182415305),(153,'Green Wing',37,1,'',0,0,0,'imdb.com/title/tt0423661/','',1182415313,1,'tom_spider',1182415313),(154,'Grey's Anatomy',38,1,'',0,0,0,'imdb.com/title/tt0413573/','',1182415410,1,'tom_spider',1182415410),(155,'Gumball 3000',39,1,'',0,0,0,'','',1182415429,1,'tom_spider',1182415429),(156,'Hannah Montana',930,1,'',0,0,0,'imdb.com/title/tt0493093/','',1182415445,1,'tom_spider',1182415445),(157,'Hardware',1336,1,'',0,0,0,'imdb.com/title/tt0358319/','',1182415451,1,'tom_spider',1182415451),(158,'Have I Got News For You',2954,1,'',0,0,0,'imdb.com/title/tt0098820/','',1182415461,1,'tom_spider',1182415461),(159,'Hells Kitchen',3432,1,'',0,0,0,'imdb.com/title/tt0437005/','',1182415465,1,'tom_spider',1182415465),(160,'Hercules: The Legendary Journeys',3150,1,'',0,0,0,'','',1182415933,1,'tom_spider',1182415933),(161,'Heroes',41,1,'',0,0,0,'imdb.com/title/tt0813715/','',1182415969,1,'tom_spider',1182415969),(162,'Hex, The',1929,1,'',0,0,0,'imdb.com/title/tt0423668/','',1182416002,1,'tom_spider',1182416002),(163,'Hidden Palms',2140,1,'',0,0,0,'imdb.com/title/tt0790820/','',1182416007,1,'tom_spider',1182416007),(164,'Highlander',2371,1,'',0,0,0,'imdb.com/title/tt0103442/','',1182416019,1,'tom_spider',1182416019),(165,'Hitchhikers Guide To The Galaxy, The',2539,1,'',0,0,0,'imdb.com/title/tt0081874/','',1182416027,1,'tom_spider',1182416027),(166,'Home Improvement',3692,1,'',0,0,0,'imdb.com/title/tt0101120/','',1182416031,1,'tom_spider',1182416031),(167,'House',42,1,'',0,0,0,'imdb.com/title/tt0412142/','',1182416162,1,'tom_spider',1182416162),(168,'How I Met Your Mother',1609,1,'',0,0,0,'imdb.com/title/tt0460649/','',1182416262,1,'tom_spider',1182416262),(169,'How its Made / Done',44,1,'',0,0,0,'imdb.com/title/tt0835010/','',1182416298,1,'tom_spider',1182416298),(170,'Human Giant',2684,1,'',0,0,0,'imdb.com/title/tt0876298/','',1182416310,1,'tom_spider',1182416310),(171,'Hustle',2234,1,'',0,0,0,'imdb.com/title/tt0379632/','',1182416322,1,'tom_spider',1182416322),(172,'I Dream Of Jeannie',2062,1,'',0,0,0,'imdb.com/title/tt0058815/','',1182416332,1,'tom_spider',1182416332),(173,'i'm Alan Partridge Season',3716,1,'',0,0,0,'imdb.com/title/tt0129690/','',1182416346,1,'tom_spider',1182416346),(174,'Ideal',1196,1,'',0,0,0,'imdb.com/title/tt0417332/','',1182416392,1,'tom_spider',1182416392),(175,'Indian School',3014,1,'',0,0,0,'','',1182416399,1,'tom_spider',1182416399),(176,'Instant Star',46,1,'',0,0,0,'imdb.com/title/tt0420416/','',1182416430,1,'tom_spider',1182416430),(177,'Into The West',2537,1,'',0,0,0,'imdb.com/title/tt0409572/','',1182416551,1,'tom_spider',1182416551),(178,'Invasion',2089,1,'',0,0,0,'imdb.com/title/tt0460651/','',1182416593,1,'tom_spider',1182416593),(179,'Invasion Earth',2042,1,'',0,0,0,'imdb.com/title/tt0140743/','',1182416600,1,'tom_spider',1182416600),(180,'Iron Chef',47,1,'',0,0,0,'','',1182416624,1,'tom_spider',1182416624),(181,'IT Crowd, The',1379,1,'',0,0,0,'imdb.com/title/tt0487831/','',1182416637,1,'tom_spider',1182416637),(182,'It's Always Sunny in Philadelphia',48,1,'',0,0,0,'imdb.com/title/tt0472954/','',1182416644,1,'tom_spider',1182416644),(183,'Jack & Bobby',3392,1,'',0,0,0,'','',1182416650,1,'tom_spider',1182416650),(184,'Jack Dee - Lead Balloon',1771,1,'',0,0,0,'imdb.com/title/tt0757084/','',1182416658,1,'tom_spider',1182416658),(185,'Jack Of All Trades',3151,1,'',0,0,0,'imdb.com/title/tt0220906/','',1182416692,1,'tom_spider',1182416692),(186,'Jack Osbourne - Adrenaline Junkie',3403,1,'',0,0,0,'imdb.com/title/tt0818017/','',1182416697,1,'tom_spider',1182416697),(187,'Jackass',49,1,'',0,0,0,'imdb.com/title/tt0264263/','',1182416726,1,'tom_spider',1182416726),(188,'Jake 2.0',1124,1,'',0,0,0,'imdb.com/title/tt0367344/','',1182416751,1,'tom_spider',1182416751),(189,'Japanorama',2771,1,'',0,0,0,'imdb.com/title/tt0373545/','',1182416777,1,'tom_spider',1182416777),(190,'Jeremiah',2525,1,'',0,0,0,'imdb.com/title/tt0290966/','',1182416782,1,'tom_spider',1182416782),(191,'Jericho',584,1,'',0,0,0,'imdb.com/title/tt0805663/','',1182416818,1,'tom_spider',1182416818),(192,'Jim Henson's the Storyteller',3452,1,'',0,0,0,'imdb.com/title/tt0092383/','',1182416881,1,'tom_spider',1182416881),(193,'Joan of Arcadia',3376,1,'',0,0,0,'imdb.com/title/tt0367345/','',1182416920,1,'tom_spider',1182416920),(194,'Joey',2050,1,'',0,0,0,'imdb.com/title/tt0375355/','',1182417003,1,'tom_spider',1182417003),(195,'John Doe',3295,1,'',0,0,0,'imdb.com/title/tt0320038/','',1182417024,1,'tom_spider',1182417024),(196,'Jonathan Creek',51,1,'',0,0,0,'imdb.com/title/tt0118363/','',1182417047,1,'tom_spider',1182417047),(197,'Kenan and Kel',1533,1,'',0,0,0,'imdb.com/title/tt0115231/','',1182417071,1,'tom_spider',1182417071),(198,'Kindred-the Embraced',1991,1,'',0,0,0,'imdb.com/title/tt0115232/','',1182417084,1,'tom_spider',1182417084),(199,'King Of Queens',533,1,'',0,0,0,'imdb.com/title/tt0165581/','',1182417096,1,'tom_spider',1182417096),(200,'Kingdom Hospital',2538,1,'',0,0,0,'imdb.com/title/tt0324864/','',1182417254,1,'tom_spider',1182417254),(201,'Kyle XY',541,1,'',0,0,0,'imdb.com/title/tt0756509/','',1182417276,1,'tom_spider',1182417276),(202,'L Word, The',2028,1,'',0,0,0,'imdb.com/title/tt0330251/','',1182417468,1,'tom_spider',1182417468),(203,'Land Of The Giants',1916,1,'',0,0,0,'imdb.com/title/tt0062578/','',1182417484,1,'tom_spider',1182417484),(204,'Las Vegas',368,1,'',0,0,0,'imdb.com/title/tt0364828/','',1182417527,1,'tom_spider',1182417527),(205,'Last Train, The',3652,1,'',0,0,0,'','',1182417534,1,'tom_spider',1182417534),(206,'Law and Order: Special Victims Unit',1363,1,'',0,0,0,'imdb.com/title/tt0203259/','',1182417619,1,'tom_spider',1182417619),(207,'League Of Gentlemen, The',99,1,'',0,0,0,'imdb.com/title/tt0184135/','',1182417637,1,'tom_spider',1182417637),(208,'Lee Evans: Xl Tour Live (2005)',3465,1,'',0,0,0,'imdb.com/title/tt0759926/','',1182417657,1,'tom_spider',1182417657),(209,'Legend of the Galactic Heroes',2438,1,'',0,0,0,'','',1182417659,1,'tom_spider',1182417659),(210,'Lexx',367,1,'',0,0,0,'imdb.com/title/tt0178149/','',1182417755,1,'tom_spider',1182417755),(211,'Life As We Know It',1333,1,'',0,0,0,'imdb.com/title/tt0411004/','',1182417765,1,'tom_spider',1182417765),(212,'Life On A Stick',3063,1,'',0,0,0,'imdb.com/title/tt0412221/','',1182417844,1,'tom_spider',1182417844),(213,'Life On Mars',933,1,'',0,0,0,'imdb.com/title/tt0478942/','',1182417874,1,'tom_spider',1182417874),(214,'Little Britain',52,1,'',0,0,0,'imdb.com/title/tt0358856/','',1182417886,1,'tom_spider',1182417886),(215,'Living Planet, The',1420,1,'',0,0,0,'imdb.com/title/tt0135096/','',1182417911,1,'tom_spider',1182417911),(216,'Logans Run',3795,1,'',0,0,0,'imdb.com/title/tt0075527/','',1182417925,1,'tom_spider',1182417925),(217,'Lois & Clark: The New Adventures of Superman',1987,1,'',0,0,0,'imdb.com/title/tt0106057/','',1182417966,1,'tom_spider',1182417966),(218,'Look Around You',266,1,'',0,0,0,'imdb.com/title/tt0358323/','',1182417981,1,'tom_spider',1182417981),(219,'Lost',53,1,'',0,0,0,'imdb.com/title/tt0411008/','',1182418129,1,'tom_spider',1182418129),(220,'Louis Theroux',1376,1,'',0,0,0,'','',1182418195,1,'tom_spider',1182418195),(221,'Malcolm in the Middle',55,1,'',0,0,0,'imdb.com/title/tt0212671/','',1182418376,1,'tom_spider',1182418376),(222,'Man Stroke Woman',3371,1,'',0,0,0,'imdb.com/title/tt0490731/','',1182418388,1,'tom_spider',1182418388),(223,'Man Vs. Wild',56,1,'',0,0,0,'imdb.com/title/tt0883772/','',1182418394,1,'tom_spider',1182418394),(224,'Martin',1380,1,'',0,0,0,'imdb.com/title/tt0103488/','',1182418447,1,'tom_spider',1182418447),(225,'Mash',1917,1,'',0,0,0,'imdb.com/title/tt0068098/','',1182418507,1,'tom_spider',1182418507),(226,'Masters Of Horror',1879,1,'',0,0,0,'imdb.com/title/tt0448190/','',1182418541,1,'tom_spider',1182418541),(227,'Max And Paddy's Road To No Where',62,1,'',0,0,0,'imdb.com/title/tt0421033/','',1182418569,1,'tom_spider',1182418569),(228,'Medium',1674,1,'',0,0,0,'imdb.com/title/tt0412175/','',1182418775,1,'tom_spider',1182418775),(229,'Men In Trees',2391,1,'',0,0,0,'imdb.com/title/tt0805664/','',1182418891,1,'tom_spider',1182418891),(230,'Michael Palin',371,1,'',0,0,0,'','',1182418933,1,'tom_spider',1182418933),(231,'Mighty Boosh, The',534,1,'',0,0,0,'imdb.com/title/tt0416394/','',1182418961,1,'tom_spider',1182418961),(232,'Mighty Morphin Power Rangers',57,1,'',0,0,0,'imdb.com/title/tt0106064/','',1182419121,1,'tom_spider',1182419121),(233,'Millennium',2075,1,'',0,0,0,'imdb.com/title/tt0115270/','',1182419484,1,'tom_spider',1182419484),(234,'Mitchell And Webb Look',3463,1,'',0,0,0,'imdb.com/title/tt0499410/','',1182419488,1,'tom_spider',1182419488),(235,'Mitchell And Webb Situation, The',3583,1,'',0,0,0,'imdb.com/title/tt0384750/','',1182419496,1,'tom_spider',1182419496),(236,'Mock The Week',58,1,'',0,0,0,'imdb.com/title/tt0463827/','',1182419538,1,'tom_spider',1182419538),(237,'Monk',978,1,'',0,0,0,'imdb.com/title/tt0312172/','',1182419715,1,'tom_spider',1182419715),(238,'Monty Python Flying Circus',2526,1,'',0,0,0,'imdb.com/title/tt0063929/','',1182419728,1,'tom_spider',1182419728),(239,'Most Haunted',1419,1,'',0,0,0,'imdb.com/title/tt0362355/','',1182419780,1,'tom_spider',1182419780),(240,'Mr. Bean',59,1,'',0,0,0,'imdb.com/title/tt0096657/','',1182419797,1,'tom_spider',1182419797),(241,'Mtv's Fear',2079,1,'',0,0,0,'imdb.com/title/tt0402290/','',1182419889,1,'tom_spider',1182419889),(242,'Mtv's The State, MTV Sketch Comedy Show',3473,1,'',0,0,0,'','',1182419891,1,'tom_spider',1182419891),(243,'Mutant X',3056,1,'',0,0,0,'imdb.com/title/tt0283203/','',1182419905,1,'tom_spider',1182419905),(244,'MXC [takeshis castle]',1874,1,'',0,0,0,'imdb.com/title/tt0364843/','',1182419936,1,'tom_spider',1182419936),(245,'My Family',3372,1,'',0,0,0,'imdb.com/title/tt0257315/','',1182419942,1,'tom_spider',1182419942),(246,'My Favorite Martian',3027,1,'',0,0,0,'imdb.com/title/tt0056775/','',1182419952,1,'tom_spider',1182419952),(247,'My Name Is Earl',60,1,'',0,0,0,'imdb.com/title/tt0460091/','',1182420002,1,'tom_spider',1182420002),(248,'My So-called Life',1988,1,'',0,0,0,'imdb.com/title/tt0108872/','',1182420033,1,'tom_spider',1182420033),(249,'My Wife and Kids',1642,1,'',0,0,0,'imdb.com/title/tt0273855/','',1182420059,1,'tom_spider',1182420059),(250,'Mystery Science Theatre 3000',2080,1,'',0,0,0,'imdb.com/title/tt0094517/','',1182420182,1,'tom_spider',1182420182),(251,'Mythbusters',61,1,'',0,0,0,'imdb.com/title/tt0383126/','',1182420266,1,'tom_spider',1182420266),(252,'Nanny, The',861,1,'',0,0,0,'imdb.com/title/tt0342258/','',1182420292,1,'tom_spider',1182420292),(253,'Nathan Barley',3715,1,'',0,0,0,'imdb.com/title/tt0426654/','',1182420302,1,'tom_spider',1182420302),(254,'NCIS',63,1,'',0,0,0,'imdb.com/title/tt0364845/','',1182420390,1,'tom_spider',1182420390),(255,'Ned's Declassified School Survival Guide',2812,1,'',0,0,0,'imdb.com/title/tt0405576/','',1182420429,1,'tom_spider',1182420429),(256,'Nevermind The Buzzcocks',274,1,'',0,0,0,'imdb.com/title/tt0115286/','',1182420518,1,'tom_spider',1182420518),(257,'New Adventures of Superman, The',1779,1,'',0,0,0,'imdb.com/title/tt0106057/','',1182420553,1,'tom_spider',1182420553),(258,'New Show',3810,1,'',0,0,0,'','',1182420555,1,'tom_spider',1182420555),(259,'New Tricks',3374,1,'',0,0,0,'imdb.com/title/tt0362357/','',1182420572,1,'tom_spider',1182420572),(260,'Newlyweds Nick and Jessica',3025,1,'',0,0,0,'','',1182420574,1,'tom_spider',1182420574),(261,'Nick Cannon Presents: Short Circuitz',1484,1,'',0,0,0,'imdb.com/title/tt0837124/','',1182420578,1,'tom_spider',1182420578),(262,'Nightmares & Dreamscapes',2524,1,'',0,0,0,'imdb.com/title/tt0481452/','',1182420634,1,'tom_spider',1182420634),(263,'Nighty Night',1198,1,'',0,0,0,'','',1182420643,1,'tom_spider',1182420643),(264,'Nine, The',2392,1,'',0,0,0,'imdb.com/title/tt0801426/','',1182420654,1,'tom_spider',1182420654),(265,'Nip/Tuck',2273,1,'',0,0,0,'imdb.com/title/tt0361217/','',1182420721,1,'tom_spider',1182420721),(266,'Northern Exposure',1931,1,'',0,0,0,'imdb.com/title/tt0098878/','',1182420728,1,'tom_spider',1182420728),(267,'Numb3rs',65,1,'',0,0,0,'imdb.com/title/tt0433309/','',1182421112,1,'tom_spider',1182421112),(268,'O.C., The',100,1,'',0,0,0,'imdb.com/title/tt0362359/','',1182421350,1,'tom_spider',1182421350),(269,'October Road',931,1,'',0,0,0,'imdb.com/title/tt0756573/','',1182421369,1,'tom_spider',1182421369),(270,'Off Centre',2842,1,'',0,0,0,'imdb.com/title/tt0285391/','',1182421385,1,'tom_spider',1182421385),(271,'Office (UK), The',102,1,'',0,0,0,'imdb.com/title/tt0290978/','',1182421428,1,'tom_spider',1182421428),(272,'Office (US), The',103,1,'',0,0,0,'imdb.com/title/tt0386676/','',1182421472,1,'tom_spider',1182421472),(273,'One Tree Hill',66,1,'',0,0,0,'imdb.com/title/tt0368530/','',1182421585,1,'tom_spider',1182421585),(274,'Operation Good Guys',3016,1,'',0,0,0,'imdb.com/title/tt0134257/','',1182421596,1,'tom_spider',1182421596),(275,'Outer Limits, The',1923,1,'',0,0,0,'imdb.com/title/tt0112111/','',1182421649,1,'tom_spider',1182421649),(276,'Over There',1992,1,'',0,0,0,'imdb.com/title/tt0446241/','',1182421669,1,'tom_spider',1182421669),(277,'Oz',67,1,'',0,0,0,'imdb.com/title/tt0118421/','',1182421758,1,'tom_spider',1182421758),(278,'Pablo Francisco',1414,1,'',0,0,0,'','',1182421761,1,'tom_spider',1182421761),(279,'Painkiller Jane',1697,1,'',0,0,0,'imdb.com/title/tt0466391/','',1182421786,1,'tom_spider',1182421786),(280,'Peep Show',69,1,'',0,0,0,'imdb.com/title/tt0387764/','',1182421835,1,'tom_spider',1182421835),(281,'Penn And Teller Bulls**t',1919,1,'',0,0,0,'imdb.com/title/tt0346369/','',1182421843,1,'tom_spider',1182421843),(282,'Phoenix Nights',3368,1,'',0,0,0,'imdb.com/title/tt0273379/','',1182421848,1,'tom_spider',1182421848),(283,'Pimp My Ride',68,1,'',0,0,0,'imdb.com/title/tt0395891/','',1182421891,1,'tom_spider',1182421891),(284,'Pirate Master',3434,1,'',0,0,0,'imdb.com/title/tt0906723/','',1182421894,1,'tom_spider',1182421894),(285,'Planet Earth',912,1,'',0,0,0,'imdb.com/title/tt0795176/','',1182421920,1,'tom_spider',1182421920),(286,'Point Pleasant',1636,1,'',0,0,0,'imdb.com/title/tt0435576/','',1182421937,1,'tom_spider',1182421937),(287,'Police Squad!',1386,1,'',0,0,0,'imdb.com/title/tt0083466/','',1182421943,1,'tom_spider',1182421943),(288,'Popular',3262,1,'',0,0,0,'imdb.com/title/tt0202748/','',1182421948,1,'tom_spider',1182421948),(289,'Primeval',1536,1,'',0,0,0,'imdb.com/title/tt0808096/','',1182421960,1,'tom_spider',1182421960),(290,'Prison Break',70,1,'',0,0,0,'imdb.com/title/tt0455275/','',1182422046,1,'tom_spider',1182422046),(291,'Prisoner, The',2193,1,'',0,0,0,'imdb.com/title/tt0061287/','',1182422067,1,'tom_spider',1182422067),(292,'Psych',2045,1,'',0,0,0,'imdb.com/title/tt0491738/','',1182422089,1,'tom_spider',1182422089),(293,'Punk'd',71,1,'',0,0,0,'imdb.com/title/tt0361227/','',1182422138,1,'tom_spider',1182422138),(294,'Pure Pwnage',2533,1,'',0,0,0,'','',1182422158,1,'tom_spider',1182422158),(295,'QI',1190,1,'',0,0,0,'imdb.com/title/tt0380136/','',1182422178,1,'tom_spider',1182422178),(296,'Quantum Leap',2942,1,'',0,0,0,'imdb.com/title/tt0096684/','',1182422194,1,'tom_spider',1182422194),(297,'Queer As Folk',2161,1,'',0,0,0,'imdb.com/title/tt0262985/','',1182422210,1,'tom_spider',1182422210),(298,'Queer As Folk (USA)',2201,1,'',0,0,0,'imdb.com/title/tt0262985/','',1182422230,1,'tom_spider',1182422230),(299,'Radio Free Roscoe',3168,1,'',0,0,0,'imdb.com/title/tt0377248/','',1182422232,1,'tom_spider',1182422232),(300,'Raines',2192,1,'',0,0,0,'imdb.com/title/tt0802148/','',1182422249,1,'tom_spider',1182422249),(301,'Real Hustle, The',2204,1,'',0,0,0,'imdb.com/title/tt0791615/','',1182422263,1,'tom_spider',1182422263),(302,'Real World, The',3361,1,'',0,0,0,'imdb.com/title/tt0103520/','',1182422267,1,'tom_spider',1182422267),(303,'Reba',1119,1,'',0,0,0,'imdb.com/title/tt0284722/','',1182422306,1,'tom_spider',1182422306),(304,'Red Dwarf',73,1,'',0,0,0,'imdb.com/title/tt0094535/','',1182422438,1,'tom_spider',1182422438),(305,'Red Vs Blue',72,1,'',0,0,0,'imdb.com/title/tt0401747/','',1182422586,1,'tom_spider',1182422586),(306,'Reno 911!',74,1,'',0,0,0,'imdb.com/title/tt0370194/','',1182422660,1,'tom_spider',1182422660),(307,'Rescue Me',1385,1,'',0,0,0,'imdb.com/title/tt0381798/','',1182422699,1,'tom_spider',1182422699),(308,'Riches, The',832,1,'',0,0,0,'imdb.com/title/tt0496343/','',1182422715,1,'tom_spider',1182422715),(309,'Rob & Big',3242,1,'',0,0,0,'','',1182422717,1,'tom_spider',1182422717),(310,'Rob Brydon's Annually Retentive',3401,1,'',0,0,0,'imdb.com/title/tt0828620/','',1182422721,1,'tom_spider',1182422721),(311,'Robin Hood',75,1,'',0,0,0,'imdb.com/title/tt0086791/','',1182422740,1,'tom_spider',1182422740),(312,'Robin Of Sherwood 1984',2163,1,'',0,0,0,'imdb.com/title/tt0086791/','',1182422777,1,'tom_spider',1182422777),(313,'Robin Williams Live On Broadway',3470,1,'',0,0,0,'','',1182422780,1,'tom_spider',1182422780),(314,'Roman's Empire',3373,1,'',0,0,0,'imdb.com/title/tt0952922/','',1182422785,1,'tom_spider',1182422785),(315,'Rome',76,1,'',0,0,0,'imdb.com/title/tt0384766/','',1182422820,1,'tom_spider',1182422820),(316,'Roseanne',2527,1,'',0,0,0,'imdb.com/title/tt0094540/','',1182422834,1,'tom_spider',1182422834),(317,'Ross Kemp On Gangs',2522,1,'',0,0,0,'imdb.com/title/tt0986110/','',1182422849,1,'tom_spider',1182422849),(318,'Roswell',77,1,'',0,0,0,'imdb.com/title/tt0201391/','',1182423000,1,'tom_spider',1182423000),(319,'Roughnecks: Starship Troopers Chroniclesw Show',3573,1,'',0,0,0,'imdb.com/title/tt0190198/','',1182423151,1,'tom_spider',1182423151),(320,'Royle Family, The',3400,1,'',0,0,0,'imdb.com/title/tt0129711/','',1182423157,1,'tom_spider',1182423157),(321,'Ruddy Hell! It's Harry and Paul',2670,1,'',0,0,0,'imdb.com/title/tt0976015/','',1182423166,1,'tom_spider',1182423166),(322,'Rules Of Engagement',1989,1,'',0,0,0,'imdb.com/title/tt0160797/','',1182423174,1,'tom_spider',1182423174),(323,'Russell Peters - Show Me The Funny',3467,1,'',0,0,0,'imdb.com/title/tt0207270/','',1182423178,1,'tom_spider',1182423178),(324,'Sabrina The Teenage Witch',1452,1,'',0,0,0,'imdb.com/title/tt0115341/','',1182423190,1,'tom_spider',1182423190),(325,'Sanctuary',3809,1,'',0,0,0,'imdb.com/title/tt0272289/','',1182423196,1,'tom_spider',1182423196),(326,'Sarah Silverman Program, The',256,1,'',0,0,0,'imdb.com/title/tt0821375/','',1182423206,1,'tom_spider',1182423206),(327,'Saved By The Bell',271,1,'',0,0,0,'imdb.com/title/tt0096694/','',1182423228,1,'tom_spider',1182423228),(328,'Scrubs',270,1,'',0,0,0,'imdb.com/title/tt0285403/','',1182423547,1,'tom_spider',1182423547),(329,'SeaQuest DSV',3491,1,'',0,0,0,'imdb.com/title/tt0106126/','',1182423591,1,'tom_spider',1182423591),(330,'Secret World of Alex Mack',1514,1,'',0,0,0,'imdb.com/title/tt0108921/','',1182423645,1,'tom_spider',1182423645),(331,'Seinfeld',78,1,'',0,0,0,'imdb.com/title/tt0098904/','',1182423763,1,'tom_spider',1182423763),(332,'Seven Ages Of Rock',3472,1,'',0,0,0,'','',1182423772,1,'tom_spider',1182423772),(333,'Sex & The City',79,1,'',0,0,0,'imdb.com/title/tt0159206/','',1182423814,1,'tom_spider',1182423814),(334,'Shameless',2685,1,'',0,0,0,'imdb.com/title/tt0377260/','',1182423843,1,'tom_spider',1182423843),(335,'Sharpe',3013,1,'',0,0,0,'','',1182423846,1,'tom_spider',1182423846),(336,'Six Degrees',2536,1,'',0,0,0,'imdb.com/title/tt0801427/','',1182423889,1,'tom_spider',1182423889),(337,'Six Feet Under',487,1,'',0,0,0,'imdb.com/title/tt0248654/','',1182424009,1,'tom_spider',1182424009),(338,'Skins',81,1,'',0,0,0,'imdb.com/title/tt0840196/','',1182424031,1,'tom_spider',1182424031),(339,'Sleeper Cell',84,1,'',0,0,0,'','',1182424032,1,'tom_spider',1182424032),(340,'Sliders',850,1,'',0,0,0,'imdb.com/title/tt0112167/','',1182424152,1,'tom_spider',1182424152),(341,'Smallville',82,1,'',0,0,0,'imdb.com/title/tt0279600/','',1182424421,1,'tom_spider',1182424421),(342,'Smoking Room, The',104,1,'',0,0,0,'imdb.com/title/tt0414773/','',1182424438,1,'tom_spider',1182424438),(343,'Snl Best Of Chris Farley',3471,1,'',0,0,0,'','',1182424439,1,'tom_spider',1182424439),(344,'Snowmen Hunters',3182,1,'',0,0,0,'','',1182424489,1,'tom_spider',1182424489),(345,'Sopranos, The',833,1,'',0,0,0,'imdb.com/title/tt0141842/','',1182424571,1,'tom_spider',1182424571),(346,'South of Nowhere',3328,1,'',0,0,0,'imdb.com/title/tt0462139/','',1182424600,1,'tom_spider',1182424600),(347,'Space 2057',1123,1,'',0,0,0,'','',1182424606,1,'tom_spider',1182424606),(348,'Space Above and Beyond',1349,1,'',0,0,0,'imdb.com/title/tt0112173/','',1182424639,1,'tom_spider',1182424639),(349,'Space: 1999',3062,1,'',0,0,0,'imdb.com/title/tt0072564/','',1182424648,1,'tom_spider',1182424648),(350,'Spaced',85,1,'',0,0,0,'imdb.com/title/tt0187664/','',1182424687,1,'tom_spider',1182424687),(351,'Spellbinder',3378,1,'',0,0,0,'imdb.com/title/tt0112174/','',1182424691,1,'tom_spider',1182424691),(352,'Spooks',3406,1,'',0,0,0,'imdb.com/title/tt0160904/','',1182424706,1,'tom_spider',1182424706),(353,'Standoff',3451,1,'',0,0,0,'imdb.com/title/tt0756582/','',1182424725,1,'tom_spider',1182424725),(354,'Star Blazers',3068,1,'',0,0,0,'imdb.com/title/tt0078692/','',1182424816,1,'tom_spider',1182424816),(355,'Star Trek',2328,1,'',0,0,0,'imdb.com/title/tt0060028/','',1182424891,1,'tom_spider',1182424891),(356,'Star Trek: Deep Space Nine',265,1,'',0,0,0,'imdb.com/title/tt0106145/','',1182425104,1,'tom_spider',1182425104),(357,'Star Trek: Enterprise',3113,1,'',0,0,0,'imdb.com/title/tt0244365/','',1182425123,1,'tom_spider',1182425123),(358,'Star Trek: The Next Generation',1922,1,'',0,0,0,'imdb.com/title/tt0092455/','',1182425216,1,'tom_spider',1182425216),(359,'Star Trek: Voyager',1540,1,'',0,0,0,'imdb.com/title/tt0112178/','',1182425411,1,'tom_spider',1182425411),(360,'Stargate',86,1,'',0,0,0,'imdb.com/title/tt0118480/','',1182427199,1,'tom_spider',1182427199),(361,'Stargate Atlantis',87,1,'',0,0,0,'imdb.com/title/tt0374455/','',1182427282,1,'tom_spider',1182427282),(362,'Still Game',2061,1,'',0,0,0,'imdb.com/title/tt0281491/','',1182427303,1,'tom_spider',1182427303),(363,'Still Standing',3366,1,'',0,0,0,'imdb.com/title/tt0320970/','',1182427334,1,'tom_spider',1182427334),(364,'Strange Luck',1374,1,'',0,0,0,'','',1182427370,1,'tom_spider',1182427370),(365,'Stromberg [German The Office]',2778,1,'',0,0,0,'imdb.com/title/tt0338465/','',1182427393,1,'tom_spider',1182427393),(366,'Studion 60 on the Sunset Strip',3176,1,'',0,0,0,'imdb.com/title/tt0485842/','',1182427399,1,'tom_spider',1182427399),(367,'Sugar Rush',2132,1,'',0,0,0,'imdb.com/title/tt0452568/','',1182427434,1,'tom_spider',1182427434),(368,'Suite Life Of Zack & Cody',2769,1,'',0,0,0,'imdb.com/title/tt0426371/','',1182427446,1,'tom_spider',1182427446),(369,'Summerland',2138,1,'',0,0,0,'imdb.com/title/tt0400037/','',1182427460,1,'tom_spider',1182427460),(370,'Supernatural',260,1,'',0,0,0,'imdb.com/title/tt0460681/','',1182427610,1,'tom_spider',1182427610),(371,'Supernova',3135,1,'',0,0,0,'imdb.com/title/tt0452569/','',1182427617,1,'tom_spider',1182427617),(372,'Surface',91,1,'',0,0,0,'imdb.com/title/tt0452718/','',1182427625,1,'tom_spider',1182427625),(373,'Survivor: Cook Island',1718,1,'',0,0,0,'imdb.com/title/tt0239195/','',1182427648,1,'tom_spider',1182427648),(374,'Suzanne Westenhoefer: Live At The Village (2004)',3469,1,'',0,0,0,'imdb.com/title/tt0426593/','',1182427659,1,'tom_spider',1182427659),(375,'Taken',459,1,'',0,0,0,'','',1182427660,1,'tom_spider',1182427660),(376,'Takeshi's Castle',2102,1,'',0,0,0,'','',1182427669,1,'tom_spider',1182427669),(377,'Tales From the Crypt',3492,1,'',0,0,0,'imdb.com/title/tt0096708/','',1182427672,1,'tom_spider',1182427672),(378,'Tenacious',92,1,'',0,0,0,'imdb.com/title/tt0180241/','',1182427682,1,'tom_spider',1182427682),(379,'Thank God You're Here',2139,1,'',0,0,0,'imdb.com/title/tt0983782/','',1182427689,1,'tom_spider',1182427689),(380,'That 70s Show',93,1,'',0,0,0,'imdb.com/title/tt0165598/','',1182427811,1,'tom_spider',1182427811),(381,'That Girl',3029,1,'',0,0,0,'imdb.com/title/tt0060034/','',1182427822,1,'tom_spider',1182427822),(382,'That Mitchell and Webb Look',3369,1,'',0,0,0,'','',1182427827,1,'tom_spider',1182427827),(383,'That's My Bush',94,1,'',0,0,0,'imdb.com/title/tt0268077/','',1182427850,1,'tom_spider',1182427850),(384,'The Inside',3261,1,'',0,0,0,'imdb.com/title/tt0412148/','',1182427858,1,'tom_spider',1182427858),(385,'The Worst Week Of My Life',3136,1,'',0,0,0,'imdb.com/title/tt0401995/','',1182427867,1,'tom_spider',1182427867),(386,'Thick of It, The',2390,1,'',0,0,0,'imdb.com/title/tt0903651/','',1182427876,1,'tom_spider',1182427876),(387,'Thief',3297,1,'',0,0,0,'imdb.com/title/tt0454753/','',1182427884,1,'tom_spider',1182427884),(388,'Thin Blue Line',3362,1,'',0,0,0,'imdb.com/title/tt0112194/','',1182427889,1,'tom_spider',1182427889),(389,'Third Watch',3391,1,'',0,0,0,'','',1182427894,1,'tom_spider',1182427894),(390,'This American Life',3358,1,'',0,0,0,'imdb.com/title/tt0805978/','',1182427898,1,'tom_spider',1182427898),(391,'Tick, The',105,1,'',0,0,0,'imdb.com/title/tt0242949/','',1182427912,1,'tom_spider',1182427912),(392,'Tilt',3296,1,'',0,0,0,'imdb.com/title/tt0428174/','',1182427923,1,'tom_spider',1182427923),(393,'Tipping the Velvet',2051,1,'',0,0,0,'imdb.com/title/tt0324264/','',1182427930,1,'tom_spider',1182427930),(394,'Titus',3107,1,'',0,0,0,'imdb.com/title/tt0205700/','',1182428000,1,'tom_spider',1182428000),(395,'Tomorrow People, The',3800,1,'',0,0,0,'imdb.com/title/tt0069647/','',1182428108,1,'tom_spider',1182428108),(396,'Top Gear',926,1,'',0,0,0,'imdb.com/title/tt0163503/','',1182428151,1,'tom_spider',1182428151),(397,'Torchwood',110,1,'',0,0,0,'imdb.com/title/tt0485301/','',1182428199,1,'tom_spider',1182428199),(398,'Traffic cops 2006',2535,1,'',0,0,0,'','',1182428212,1,'tom_spider',1182428212),(399,'Trailerpark Boys',108,1,'',0,0,0,'imdb.com/title/tt0290988/','',1182428322,1,'tom_spider',1182428322),(400,'Traveler',2583,1,'',0,0,0,'imdb.com/title/tt0805668/','',1182428330,1,'tom_spider',1182428330),(401,'Tribe, The',1920,1,'',0,0,0,'imdb.com/title/tt0274988/','',1182428352,1,'tom_spider',1182428352),(402,'Tripods, The',2002,1,'',0,0,0,'imdb.com/title/tt0086818/','',1182428391,1,'tom_spider',1182428391),(403,'Tru Calling',1373,1,'',0,0,0,'imdb.com/title/tt0364817/','',1182428437,1,'tom_spider',1182428437),(404,'Tudors, The',1450,1,'',0,0,0,'imdb.com/title/tt0758790/','',1182428451,1,'tom_spider',1182428451),(405,'Twilight Zone,The (2002)',1769,1,'',0,0,0,'imdb.com/title/tt0318252/','',1182428482,1,'tom_spider',1182428482),(406,'Twin Peaks',1930,1,'',0,0,0,'imdb.com/title/tt0098936/','',1182428518,1,'tom_spider',1182428518),(407,'Two And A Half Men',111,1,'',0,0,0,'imdb.com/title/tt0369179/','',1182428565,1,'tom_spider',1182428565),(408,'Two Pints and a Packet of Crisps',1539,1,'',0,0,0,'imdb.com/title/tt0278251/','',1182428579,1,'tom_spider',1182428579),(409,'Ugly Betty',112,1,'',0,0,0,'imdb.com/title/tt0805669/','',1182428627,1,'tom_spider',1182428627),(410,'Undeclared',1884,1,'',0,0,0,'imdb.com/title/tt0273028/','',1182428651,1,'tom_spider',1182428651),(411,'Undersea Kingdom',3232,1,'',0,0,0,'imdb.com/title/tt0028444/','',1182428660,1,'tom_spider',1182428660),(412,'Undressed',2765,1,'',0,0,0,'imdb.com/title/tt0190106/','',1182428673,1,'tom_spider',1182428673),(413,'Unit, The',370,1,'',0,0,0,'imdb.com/title/tt0460690/','',1182428690,1,'tom_spider',1182428690),(414,'Up Pompeii',724,1,'',0,0,0,'imdb.com/title/tt0125650/','',1182428708,1,'tom_spider',1182428708),(415,'V - The Series',3455,1,'',0,0,0,'imdb.com/title/tt0086822/','',1182428727,1,'tom_spider',1182428727),(416,'Veronica Mars',113,1,'',0,0,0,'imdb.com/title/tt0412253/','',1182428872,1,'tom_spider',1182428872),(417,'Vicar Of Dibley, The',267,1,'',0,0,0,'imdb.com/title/tt0108981/','',1182428930,1,'tom_spider',1182428930),(418,'Viva La Bam',114,1,'',0,0,0,'imdb.com/title/tt0382501/','',1182428961,1,'tom_spider',1182428961),(419,'Viva La Spring Break',3253,1,'',0,0,0,'','',1182428965,1,'tom_spider',1182428965),(420,'Voyagers',2056,1,'',0,0,0,'imdb.com/title/tt0083500/','',1182428983,1,'tom_spider',1182428983),(421,'Waking the Dead',3356,1,'',0,0,0,'imdb.com/title/tt0259733/','',1182429012,1,'tom_spider',1182429012),(422,'War At Home, The',1960,1,'',0,0,0,'imdb.com/title/tt0460692/','',1182429019,1,'tom_spider',1182429019),(423,'Waterloo Road',3326,1,'',0,0,0,'imdb.com/title/tt0487189/','',1182429026,1,'tom_spider',1182429026),(424,'Weeds',115,1,'',0,0,0,'imdb.com/title/tt0439100/','',1182429036,1,'tom_spider',1182429036),(425,'Weird Nature',2052,1,'',0,0,0,'imdb.com/title/tt1041502/','',1182429050,1,'tom_spider',1182429050),(426,'Weird Science',1773,1,'',0,0,0,'imdb.com/title/tt0108988/','',1182429070,1,'tom_spider',1182429070),(427,'Whistler',2141,1,'',0,0,0,'imdb.com/title/tt0491522/','',1182429093,1,'tom_spider',1182429093),(428,'Whitest Kids You Know, The',3152,1,'',0,0,0,'','',1182429095,1,'tom_spider',1182429095),(429,'Who Wants to Be a Superhero?',3363,1,'',0,0,0,'imdb.com/title/tt0377288/','',1182429101,1,'tom_spider',1182429101),(430,'Who's Line Is It Anyway',116,1,'',0,0,0,'imdb.com/title/tt0163507/','',1182429124,1,'tom_spider',1182429124),(431,'Wild at Heart',3327,1,'',0,0,0,'imdb.com/title/tt0757127/','',1182429135,1,'tom_spider',1182429135),(432,'Will & Grace',118,1,'',0,0,0,'imdb.com/title/tt0157246/','',1182429436,1,'tom_spider',1182429436),(433,'Wire In The Blood',2032,1,'',0,0,0,'','',1182429458,1,'tom_spider',1182429458),(434,'Wire, The',107,1,'',0,0,0,'imdb.com/title/tt0306414/','',1182429506,1,'tom_spider',1182429506),(435,'Witchblade',2686,1,'',0,0,0,'imdb.com/title/tt0274298/','',1182429539,1,'tom_spider',1182429539),(436,'Without a Trace',568,1,'',0,0,0,'imdb.com/title/tt0321021/','',1182429593,1,'tom_spider',1182429593),(437,'Wolf Lake',2402,1,'',0,0,0,'imdb.com/title/tt0281524/','',1182429607,1,'tom_spider',1182429607),(438,'Wonder Years, The',2072,1,'',0,0,0,'imdb.com/title/tt0094582/','',1182429679,1,'tom_spider',1182429679),(439,'Wonderfalls',2369,1,'',0,0,0,'imdb.com/title/tt0361256/','',1182429710,1,'tom_spider',1182429710),(440,'World Shut Your Mouth',2844,1,'',0,0,0,'imdb.com/title/tt0442650/','',1182429753,1,'tom_spider',1182429753),(441,'X-Files',1387,1,'',0,0,0,'imdb.com/title/tt0106179/','',1182429859,1,'tom_spider',1182429859),(442,'Xena',119,1,'',0,0,0,'imdb.com/title/tt0112230/','',1182430161,1,'tom_spider',1182430161),(443,'Yes, Minister/Prime Minister',2235,1,'',0,0,0,'imdb.com/title/tt0080306/','',1182430323,1,'tom_spider',1182430323),(444,'Young Americans',562,1,'',0,0,0,'imdb.com/title/tt0220178/','',1182430342,1,'tom_spider',1182430342),(445,'Young Ones, The',3149,1,'',0,0,0,'imdb.com/title/tt0083505/','',1182430354,1,'tom_spider',1182430354),(446,'Zoey 101',3117,1,'',0,0,0,'imdb.com/title/tt0415463/','',1182430442,1,'tom_spider',1182430442),(447,'12 Oz. Mouse',3124,2,'',0,0,0,'','',1182430522,1,'tom_spider',1182430522),(448,'2 Stupid Dogs',120,2,'',0,0,0,'','',1182430562,1,'tom_spider',1182430562),(449,'3 South',3123,2,'',0,0,0,'','',1182430584,1,'tom_spider',1182430584),(450,'6teen',2169,2,'',0,0,0,'','',1182430599,1,'tom_spider',1182430599),(451,'Aaahh! Real Monsters',3306,2,'',0,0,0,'','',1182430665,1,'tom_spider',1182430665),(452,'Aeon Flux',121,2,'',0,0,0,'','',1182430692,1,'tom_spider',1182430692),(453,'Afro Samurai',2123,2,'',0,0,0,'','',1182430702,1,'tom_spider',1182430702),(454,'Amazing Screw-on Head, The',3782,2,'',0,0,0,'imdb.com/title/tt0468445/','',1182430707,1,'tom_spider',1182430707),(455,'American Dad',3118,2,'',0,0,0,'','',1182430760,1,'tom_spider',1182430760),(456,'American Dad',123,2,'',0,0,0,'','',1182430762,1,'tom_spider',1182430762),(457,'Angelica and Susie's Pre-School Daze',3308,2,'',0,0,0,'','',1182430767,1,'tom_spider',1182430767),(458,'Angry Beavers',122,2,'',0,0,0,'','',1182430821,1,'tom_spider',1182430821),(459,'Animaniacs',1695,2,'',0,0,0,'','',1182430959,1,'tom_spider',1182430959),(460,'Aqua Teen Hunger Force',124,2,'',0,0,0,'','',1182431102,1,'tom_spider',1182431102),(461,'As Told By Ginger',1329,2,'',0,0,0,'','',1182431104,1,'tom_spider',1182431104),(462,'Attack of The Killer Tomatoes',3036,2,'',0,0,0,'','',1182431158,1,'tom_spider',1182431158),(463,'Batman',125,2,'',0,0,0,'','',1182431424,1,'tom_spider',1182431424),(464,'Batman Beyond',126,2,'',0,0,0,'','',1182431492,1,'tom_spider',1182431492),(465,'Batman, the',921,2,'',0,0,0,'','',1182431627,1,'tom_spider',1182431627),(466,'Battle of the Planets',3122,2,'',0,0,0,'','',1182431757,1,'tom_spider',1182431757),(467,'BattleTech',127,2,'',0,0,0,'','',1182431781,1,'tom_spider',1182431781),(468,'Beanie And Cecil',3355,2,'',0,0,0,'','',1182431786,1,'tom_spider',1182431786),(469,'Beast Machines',3781,2,'',0,0,0,'','',1182431847,1,'tom_spider',1182431847),(470,'Beast Wars: Transformers (1996)',2732,2,'',0,0,0,'','',1182431934,1,'tom_spider',1182431934),(471,'Beavis and Butthead',129,2,'',0,0,0,'','',1182432033,1,'tom_spider',1182432033),(472,'Ben 10 (2005)',2555,2,'',0,0,0,'','',1182432182,1,'tom_spider',1182432182),(473,'Betty Boop and Bimbo the Dog',2660,2,'',0,0,0,'','',1182432241,1,'tom_spider',1182432241),(474,'Beyblade',1446,2,'',0,0,0,'','',1182432271,1,'tom_spider',1182432271),(475,'Biker Mice from Mars (1993)',2669,2,'',0,0,0,'','',1182432278,1,'tom_spider',1182432278),(476,'Bobby's world',2848,2,'',0,0,0,'','',1182432296,1,'tom_spider',1182432296),(477,'Boondocks',130,2,'',0,0,0,'','',1182432334,1,'tom_spider',1182432334),(478,'Bucky O Hare',131,2,'',0,0,0,'','',1182432406,1,'tom_spider',1182432406),(479,'Cadillacs And Dinosaurs',3177,2,'',0,0,0,'','',1182432412,1,'tom_spider',1182432412),(480,'Camp Lazlo',3038,2,'',0,0,0,'','',1182432474,1,'tom_spider',1182432474),(481,'Captain N: The Game Master',132,2,'',0,0,0,'','',1182432678,1,'tom_spider',1182432678),(482,'Captain Planet',133,2,'',0,0,0,'','',1182432803,1,'tom_spider',1182432803),(483,'Casper the Friendly Ghost',3353,2,'',0,0,0,'','',1182432809,1,'tom_spider',1182432809),(484,'CatDog',3234,2,'',0,0,0,'','',1182432878,1,'tom_spider',1182432878),(485,'Clerks',134,2,'',0,0,0,'','',1182432881,1,'tom_spider',1182432881),(486,'Clone High (2002)',2531,2,'',0,0,0,'','',1182432904,1,'tom_spider',1182432904),(487,'Codename: Kids Next door',3079,2,'',0,0,0,'','',1182432970,1,'tom_spider',1182432970),(488,'Courage: The Cowardly Dog',2236,2,'',0,0,0,'','',1182433074,1,'tom_spider',1182433074),(489,'Cow And Chicken',3181,2,'',0,0,0,'','',1182433209,1,'tom_spider',1182433209),(490,'Danger Mouse',3337,2,'',0,0,0,'','',1182433236,1,'tom_spider',1182433236),(491,'Daria',2116,2,'',0,0,0,'','',1182433298,1,'tom_spider',1182433298),(492,'Darkwing Duck (1991)',2579,2,'',0,0,0,'','',1182433388,1,'tom_spider',1182433388),(493,'Darkwing Duck (German)',3305,2,'',0,0,0,'','',1182433399,1,'tom_spider',1182433399),(494,'David The Gnome',3233,2,'',0,0,0,'','',1182433436,1,'tom_spider',1182433436),(495,'Dexter's Lab',138,2,'',0,0,0,'','',1182433557,1,'tom_spider',1182433557),(496,'Dilbert',2124,2,'',0,0,0,'','',1182433569,1,'tom_spider',1182433569),(497,'Dino Riders',2528,2,'',0,0,0,'','',1182433593,1,'tom_spider',1182433593),(498,'Donald Duck',3119,2,'',0,0,0,'','',1182433596,1,'tom_spider',1182433596),(499,'Doug (1991-1994 Nickelodeon)',1535,2,'',0,0,0,'','',1182433611,1,'tom_spider',1182433611),(500,'Downtown',2863,2,'',0,0,0,'','',1182433617,1,'tom_spider',1182433617),(501,'Drawn Together',139,2,'',0,0,0,'','',1182433645,1,'tom_spider',1182433645),(502,'Duckman',140,2,'',0,0,0,'','',1182433795,1,'tom_spider',1182433795),(503,'DuckTales (1987)',2493,2,'',0,0,0,'','',1182433805,1,'tom_spider',1182433805),(504,'Dungeons And Dragons',2864,2,'',0,0,0,'','',1182433860,1,'tom_spider',1182433860),(505,'Earthworm Jim',141,2,'',0,0,0,'','',1182433961,1,'tom_spider',1182433961),(506,'Ed, Edd and Eddy',142,2,'',0,0,0,'','',1182434115,1,'tom_spider',1182434115),(507,'Eek! The Cat',3037,2,'',0,0,0,'','',1182434129,1,'tom_spider',1182434129),(508,'Family Guy',143,2,'',0,0,0,'','',1182434239,1,'tom_spider',1182434239),(509,'Fantastic Four (1994)',2494,2,'',0,0,0,'','',1182434277,1,'tom_spider',1182434277),(510,'Felix The Cat',2661,2,'',0,0,0,'','',1182434282,1,'tom_spider',1182434282),(511,'Flip The Frog (1930)',2662,2,'',0,0,0,'','',1182434285,1,'tom_spider',1182434285),(512,'Fraggle Rock',3137,2,'',0,0,0,'','',1182434612,1,'tom_spider',1182434612),(513,'Freakazoid, the',2115,2,'',0,0,0,'','',1182434632,1,'tom_spider',1182434632),(514,'Futurama',240,2,'',0,0,0,'','',1182434743,1,'tom_spider',1182434743),(515,'Galaxy Rangers',3035,2,'',0,0,0,'','',1182434751,1,'tom_spider',1182434751),(516,'Gargoyles (1994)',2397,2,'',0,0,0,'','',1182434775,1,'tom_spider',1182434775),(517,'God, The Devil And Bob',2126,2,'',0,0,0,'','',1182434793,1,'tom_spider',1182434793),(518,'Harvey Birdman: Attorney At Law',1774,2,'',0,0,0,'','',1182434887,1,'tom_spider',1182434887),(519,'He-Man',146,2,'',0,0,0,'','',1182434965,1,'tom_spider',1182434965),(520,'Hey Arnold',145,2,'',0,0,0,'','',1182435119,1,'tom_spider',1182435119),(521,'Hey, Shipwreck',3310,2,'',0,0,0,'','',1182435140,1,'tom_spider',1182435140),(522,'Home Movies (1999)',2785,2,'',0,0,0,'','',1182435198,1,'tom_spider',1182435198),(523,'I am not an Animal',585,2,'',0,0,0,'','',1182435210,1,'tom_spider',1182435210),(524,'Invader Zim',911,2,'',0,0,0,'','',1182435300,1,'tom_spider',1182435300),(525,'Iron Man (1994-1996)',2737,2,'',0,0,0,'','',1182435316,1,'tom_spider',1182435316),(526,'Jetsons, The',2119,2,'',0,0,0,'','',1182435334,1,'tom_spider',1182435334),(527,'Jimbo and the Jet Set (1986)',2545,2,'',0,0,0,'','',1182435383,1,'tom_spider',1182435383),(528,'Johnny Bravo',3696,2,'',0,0,0,'','',1182435408,1,'tom_spider',1182435408),(529,'Jonny Quest',148,2,'',0,0,0,'','',1182435450,1,'tom_spider',1182435450),(530,'Justice League',149,2,'',0,0,0,'','',1182435561,1,'tom_spider',1182435561),(531,'KaBlam! (1996-2000)',2743,2,'',0,0,0,'','',1182435586,1,'tom_spider',1182435586),(532,'Kim Possible',262,2,'',0,0,0,'','',1182435588,1,'tom_spider',1182435588),(533,'King Of The Hill',268,2,'',0,0,0,'','',1182435694,1,'tom_spider',1182435694),(534,'Looney Tunes',3133,2,'',0,0,0,'','',1182435700,1,'tom_spider',1182435700),(535,'Lucy Daughter Of The Devil',3307,2,'',0,0,0,'','',1182435703,1,'tom_spider',1182435703),(536,'Mask (1985)',3784,2,'',0,0,0,'','',1182435711,1,'tom_spider',1182435711),(537,'Mask, The (1995)',1734,2,'',0,0,0,'','',1182435723,1,'tom_spider',1182435723),(538,'Max Fleischer Shorts',3132,2,'',0,0,0,'','',1182435731,1,'tom_spider',1182435731),(539,'Maxx, The',2847,2,'',0,0,0,'','',1182435739,1,'tom_spider',1182435739),(540,'Men In Black',3024,2,'',0,0,0,'','',1182435747,1,'tom_spider',1182435747),(541,'Merrie Melodies (1931-1969)',2663,2,'',0,0,0,'','',1182435758,1,'tom_spider',1182435758),(542,'Metalocalypse',150,2,'',0,0,0,'','',1182435813,1,'tom_spider',1182435813),(543,'Mickey Mouse (Shorts)',2668,2,'',0,0,0,'','',1182435824,1,'tom_spider',1182435824),(544,'Mighty Max',1131,2,'',0,0,0,'','',1182435972,1,'tom_spider',1182435972),(545,'Mission Hill',2892,2,'',0,0,0,'','',1182435979,1,'tom_spider',1182435979),(546,'Monster',151,2,'',0,0,0,'','',1182436273,1,'tom_spider',1182436273),(547,'Morel Orel',2103,2,'',0,0,0,'','',1182436311,1,'tom_spider',1182436311),(548,'Mr. Bean: The Animated Series (2002)',2692,2,'',0,0,0,'','',1182436352,1,'tom_spider',1182436352),(549,'MTV Spider Man',3785,2,'',0,0,0,'','',1182436371,1,'tom_spider',1182436371),(550,'Nu, Pogodi!',2400,2,'',0,0,0,'','',1182436409,1,'tom_spider',1182436409),(551,'Pink Panther',1848,2,'',0,0,0,'','',1182436488,1,'tom_spider',1182436488),(552,'Pinky and the Brain',661,2,'',0,0,0,'','',1182436504,1,'tom_spider',1182436504),(553,'Popeye The Sailor (A.A.P)',2665,2,'',0,0,0,'','',1182436524,1,'tom_spider',1182436524),(554,'Reboot',152,2,'',0,0,0,'','',1182436792,1,'tom_spider',1182436792),(555,'Ren and Stimpy',3780,2,'',0,0,0,'','',1182436803,1,'tom_spider',1182436803),(556,'Ren and Stimpy Adult Party Cartoon',3344,2,'',0,0,0,'','',1182436810,1,'tom_spider',1182436810),(557,'Road Runner',153,2,'',0,0,0,'','',1182436852,1,'tom_spider',1182436852),(558,'Robot Chicken',154,2,'',0,0,0,'','',1182436932,1,'tom_spider',1182436932),(559,'Rocko's Modern Life (1993-1996)',2739,2,'',0,0,0,'','',1182436980,1,'tom_spider',1182436980),(560,'Roughnecks: Starship Troopers Chronicles',3023,2,'',0,0,0,'','',1182437001,1,'tom_spider',1182437001),(561,'Rugrats',858,2,'',0,0,0,'','',1182437193,1,'tom_spider',1182437193),(562,'Rupert',155,2,'',0,0,0,'','',1182437310,1,'tom_spider',1182437310),(563,'Samurai Jack',923,2,'',0,0,0,'','',1182437471,1,'tom_spider',1182437471),(564,'Scooby Doo',2120,2,'',0,0,0,'','',1182437476,1,'tom_spider',1182437476),(565,'Sealab 2021',156,2,'',0,0,0,'','',1182437572,1,'tom_spider',1182437572),(566,'Silver Surfer',646,2,'',0,0,0,'','',1182437586,1,'tom_spider',1182437586),(567,'Simpsons, The',166,2,'',0,0,0,'','',1182437773,1,'tom_spider',1182437773),(568,'Simpsons, The (German)',3051,2,'',0,0,0,'','',1182437804,1,'tom_spider',1182437804),(569,'Simpsons: Tracey Ullman Shorts, the',824,2,'',0,0,0,'','',1182437815,1,'tom_spider',1182437815),(570,'Sonic The Hedgehog (1993)',2398,2,'',0,0,0,'','',1182437820,1,'tom_spider',1182437820),(571,'Sonic X',1099,2,'',0,0,0,'','',1182437967,1,'tom_spider',1182437967),(572,'South Park',157,2,'',0,0,0,'','',1182438282,1,'tom_spider',1182438282),(573,'Speedy Gonzalez',2118,2,'',0,0,0,'','',1182438287,1,'tom_spider',1182438287),(574,'Spider',1772,2,'',0,0,0,'','',1182438315,1,'tom_spider',1182438315),(575,'Spider-Man (1967)',2735,2,'',0,0,0,'','',1182438331,1,'tom_spider',1182438331),(576,'Spider-Man (1994)',2495,2,'',0,0,0,'','',1182438484,1,'tom_spider',1182438484),(577,'Spider-Man: Unlimited (1999)',1447,2,'',0,0,0,'','',1182438525,1,'tom_spider',1182438525),(578,'Spongebob Squarepants',640,2,'',0,0,0,'','',1182438666,1,'tom_spider',1182438666),(579,'StarWars - Clone Wars',161,2,'',0,0,0,'','',1182438686,1,'tom_spider',1182438686),(580,'Static Shock',162,2,'',0,0,0,'','',1182438701,1,'tom_spider',1182438701),(581,'Street Fighter 2 V',1782,2,'',0,0,0,'','',1182438736,1,'tom_spider',1182438736),(582,'Super Friends (1973-1986)',2738,2,'',0,0,0,'','',1182438740,1,'tom_spider',1182438740),(583,'Superman (1941-1943)',2666,2,'',0,0,0,'','',1182438748,1,'tom_spider',1182438748),(584,'Superman (1996)',163,2,'',0,0,0,'','',1182438785,1,'tom_spider',1182438785),(585,'Swat-Kats',2122,2,'',0,0,0,'','',1182438811,1,'tom_spider',1182438811),(586,'TaleSpin',3783,2,'',0,0,0,'','',1182438814,1,'tom_spider',1182438814),(587,'Teen Titans',165,2,'',0,0,0,'','',1182438963,1,'tom_spider',1182438963),(588,'Teenage Mutant Ninja Turtles',1260,2,'',0,0,0,'','',1182439123,1,'tom_spider',1182439123),(589,'Teenage Mutant Ninja Turtles (2003)',2547,2,'',0,0,0,'','',1182439175,1,'tom_spider',1182439175),(590,'The Animals of Farthing Wood (1993)',2544,2,'',0,0,0,'','',1182439267,1,'tom_spider',1182439267),(591,'The Care Bears',3178,2,'',0,0,0,'','',1182439283,1,'tom_spider',1182439283),(592,'The Family-Ness (1984)',2548,2,'',0,0,0,'','',1182439316,1,'tom_spider',1182439316),(593,'The Grim Adventures Of Billy & Mandy',3064,2,'',0,0,0,'','',1182439624,1,'tom_spider',1182439624),(594,'The Incredible Hulk (1996 TV series)',2399,2,'',0,0,0,'','',1182439641,1,'tom_spider',1182439641),(595,'The Mysterious Cities of Gold (1982)',3018,2,'',0,0,0,'','',1182439696,1,'tom_spider',1182439696),(596,'The Ren and Stimpy Show',3343,2,'',0,0,0,'','',1182439724,1,'tom_spider',1182439724),(597,'The Tick',2167,2,'',0,0,0,'','',1182439768,1,'tom_spider',1182439768),(598,'The Trap Door',3019,2,'',0,0,0,'','',1182439868,1,'tom_spider',1182439868),(599,'Thundercats (1985)',2529,2,'',0,0,0,'','',1182439901,1,'tom_spider',1182439901),(600,'Tin Tin',2128,2,'',0,0,0,'','',1182439929,1,'tom_spider',1182439929),(601,'Tiny Toon Adventures',901,2,'',0,0,0,'','',1182440032,1,'tom_spider',1182440032),(602,'Tom and Jerry',2401,2,'',0,0,0,'','',1182440055,1,'tom_spider',1182440055),(603,'Transformers (1984)',2505,2,'',0,0,0,'','',1182440170,1,'tom_spider',1182440170),(604,'Transformers Galaxy Force',2121,2,'',0,0,0,'','',1182440192,1,'tom_spider',1182440192),(605,'Ulysses 31 (1981)',2543,2,'',0,0,0,'','',1182440254,1,'tom_spider',1182440254),(606,'Undergrads (2001)',3017,2,'',0,0,0,'','',1182440270,1,'tom_spider',1182440270),(607,'Venture Brothers',169,2,'',0,0,0,'','',1182440353,1,'tom_spider',1182440353),(608,'Visionaries',170,2,'',0,0,0,'','',1182440378,1,'tom_spider',1182440378),(609,'What A Cartoon!',3345,2,'',0,0,0,'','',1182440382,1,'tom_spider',1182440382),(610,'Willo the Wisp (1981)',2550,2,'',0,0,0,'','',1182440424,1,'tom_spider',1182440424),(611,'WinX Club',3309,2,'',0,0,0,'','',1182440521,1,'tom_spider',1182440521),(612,'Woody Woodpecker (Universal Pictures 1940-1947)',2664,2,'',0,0,0,'','',1182440525,1,'tom_spider',1182440525),(613,'X-Men',171,2,'',0,0,0,'','',1182440659,1,'tom_spider',1182440659),(614,'X-Men: Evolution (2000-2003)',2672,2,'',0,0,0,'','',1182440709,1,'tom_spider',1182440709),(615,'Xiaolin Showdown',3236,2,'',0,0,0,'','',1182440861,1,'tom_spider',1182440861),(616,'Yugioh Gx',173,2,'',0,0,0,'','',1182441054,1,'tom_spider',1182441054),(617,'Zelda',174,2,'',0,0,0,'','',1182441102,1,'tom_spider',1182441102),(618,'Zeta Project',175,2,'',0,0,0,'','',1182441157,1,'tom_spider',1182441157),(619,'.hack//Legend of the Twilight',1788,3,'',0,0,0,'','',1182441173,1,'tom_spider',1182441173),(620,'.hack//Roots',1990,3,'',0,0,0,'','',1182441232,1,'tom_spider',1182441232),(621,'.hack//Sign',1970,3,'',0,0,0,'','',1182441285,1,'tom_spider',1182441285),(622,'2x2 Shinobuden',2044,3,'',0,0,0,'','',1182441317,1,'tom_spider',1182441317),(623,'Afro Samurai',1983,3,'',0,0,0,'','',1182441332,1,'tom_spider',1182441332),(624,'Air Gear',2026,3,'',0,0,0,'','',1182441459,1,'tom_spider',1182441459),(625,'Air Tv',862,3,'',0,0,0,'','',1182441498,1,'tom_spider',1182441498),(626,'AirMaster',1341,3,'',0,0,0,'','',1182441561,1,'tom_spider',1182441561),(627,'Aishiteruze Baby',2038,3,'',0,0,0,'','',1182441607,1,'tom_spider',1182441607),(628,'Akira [Movie]',3588,3,'',0,0,0,'','',1182441652,1,'tom_spider',1182441652),(629,'Amaenaide',2890,3,'',0,0,0,'','',1182441675,1,'tom_spider',1182441675),(630,'Amaenaideyo Katsu',177,3,'',0,0,0,'','',1182441704,1,'tom_spider',1182441704),(631,'Angel Heart',2953,3,'',0,0,0,'','',1182441831,1,'tom_spider',1182441831),(632,'Angelic Layer',178,3,'',0,0,0,'','',1182441848,1,'tom_spider',1182441848),(633,'Animatrix',2170,3,'',0,0,0,'','',1182441877,1,'tom_spider',1182441877),(634,'Armitage III',3690,3,'',0,0,0,'','',1182441892,1,'tom_spider',1182441892),(635,'Asumanga Daioh',2172,3,'',0,0,0,'','',1182441964,1,'tom_spider',1182441964),(636,'Avatar: The Last Airbender',179,3,'',0,0,0,'','',1182442045,1,'tom_spider',1182442045),(637,'Basilisk',2027,3,'',0,0,0,'','',1182442086,1,'tom_spider',1182442086),(638,'Bastard!',2795,3,'',0,0,0,'','',1182442116,1,'tom_spider',1182442116),(639,'BECK: Mongolian Chop Squad',2872,3,'',0,0,0,'','',1182442145,1,'tom_spider',1182442145),(640,'Beet The Vandel Buster',2888,3,'',0,0,0,'','',1182442264,1,'tom_spider',1182442264),(641,'Berserk',3682,3,'',0,0,0,'','',1182442305,1,'tom_spider',1182442305),(642,'Black Blood Brothers',187,3,'',0,0,0,'','',1182442329,1,'tom_spider',1182442329),(643,'Black Cat',3288,3,'',0,0,0,'','',1182442368,1,'tom_spider',1182442368),(644,'Black Lagoon',2956,3,'',0,0,0,'','',1182442407,1,'tom_spider',1182442407),(645,'Bleach',181,3,'',0,0,0,'','',1182442646,1,'tom_spider',1182442646),(646,'Blood+',188,3,'',0,0,0,'','',1182442726,1,'tom_spider',1182442726),(647,'Blue Dragon',2850,3,'',0,0,0,'','',1182442740,1,'tom_spider',1182442740),(648,'Blue Gender',1971,3,'',0,0,0,'','',1182442742,1,'tom_spider',1182442742),(649,'Blue Seed',3734,3,'',0,0,0,'','',1182442770,1,'tom_spider',1182442770),(650,'Bokurano',3076,3,'',0,0,0,'','',1182442784,1,'tom_spider',1182442784),(651,'Broken Saints',3736,3,'',0,0,0,'','',1182442799,1,'tom_spider',1182442799),(652,'Bubble gum Crisis',2813,3,'',0,0,0,'','',1182442826,1,'tom_spider',1182442826),(653,'Busou Renkin',3657,3,'',0,0,0,'','',1182442880,1,'tom_spider',1182442880),(654,'Card Captor Sakura',2722,3,'',0,0,0,'','',1182443008,1,'tom_spider',1182443008),(655,'Case Closed',3674,3,'',0,0,0,'','',1182443076,1,'tom_spider',1182443076),(656,'Chobits',863,3,'',0,0,0,'','',1182443127,1,'tom_spider',1182443127),(657,'Claymore',2887,3,'',0,0,0,'','',1182443154,1,'tom_spider',1182443154),(658,'Cowboy Bebop',183,3,'',0,0,0,'','',1182443175,1,'tom_spider',1182443175),(659,'Coyote Ragtime Show',3634,3,'',0,0,0,'','',1182443198,1,'tom_spider',1182443198),(660,'Cyber City Oedo 808',3695,3,'',0,0,0,'','',1182443225,1,'tom_spider',1182443225),(661,'D. Grey Man',2945,3,'',0,0,0,'','',1182443291,1,'tom_spider',1182443291),(662,'Dark Side Blues',3687,3,'',0,0,0,'','',1182443300,1,'tom_spider',1182443300),(663,'Darker than Black',2883,3,'',0,0,0,'','',1182443337,1,'tom_spider',1182443337),(664,'Death Note',1202,3,'',0,0,0,'','',1182443461,1,'tom_spider',1182443461),(665,'Demonbane',3599,3,'',0,0,0,'','',1182443483,1,'tom_spider',1182443483),(666,'Devilman',3497,3,'',0,0,0,'','',1182443520,1,'tom_spider',1182443520),(667,'Digimon',186,3,'',0,0,0,'','',1182444017,1,'tom_spider',1182444017),(668,'DN Angel',184,3,'',0,0,0,'','',1182444071,1,'tom_spider',1182444071),(669,'Dowa Meita Senshi Windarai [Movie]',3246,3,'',0,0,0,'','',1182444074,1,'tom_spider',1182444074),(670,'Dragonball',2195,3,'',0,0,0,'','',1182444347,1,'tom_spider',1182444347),(671,'Dragonball GT',2160,3,'',0,0,0,'','',1182444493,1,'tom_spider',1182444493),(672,'Dragonball Z',1377,3,'',0,0,0,'','',1182445109,1,'tom_spider',1182445109),(673,'Dual: Parallel Trouble Adventure',3638,3,'',0,0,0,'','',1182445130,1,'tom_spider',1182445130),(674,'El Cazador de la Bruja',3286,3,'',0,0,0,'','',1182445145,1,'tom_spider',1182445145),(675,'Elemental Gelade',3613,3,'',0,0,0,'','',1182445157,1,'tom_spider',1182445157),(676,'Elfen Lied',192,3,'',0,0,0,'','',1182445182,1,'tom_spider',1182445182),(677,'Ergo proxy',2657,3,'',0,0,0,'','',1182445233,1,'tom_spider',1182445233),(678,'Escaflowne: Vision Of Escaflowne',3291,3,'',0,0,0,'','',1182445277,1,'tom_spider',1182445277),(679,'Eureka Seven',2035,3,'',0,0,0,'','',1182445380,1,'tom_spider',1182445380),(680,'Excel Saga',193,3,'',0,0,0,'','',1182445472,1,'tom_spider',1182445472),(681,'Eyeshield 21',3597,3,'',0,0,0,'','',1182445673,1,'tom_spider',1182445673),(682,'Fafner Of Azure: Right Or Left',3243,3,'',0,0,0,'','',1182445680,1,'tom_spider',1182445680),(683,'Fatal Fury King Of Fighters [Movie]',3244,3,'',0,0,0,'','',1182445701,1,'tom_spider',1182445701),(684,'Fate Stay Night',1972,3,'',0,0,0,'','',1182445759,1,'tom_spider',1182445759),(685,'Final Approach',3287,3,'',0,0,0,'','',1182445797,1,'tom_spider',1182445797),(686,'Final Fantasy Unlimited',1712,3,'',0,0,0,'','',1182445839,1,'tom_spider',1182445839),(687,'Fist Of The North Star',3528,3,'',0,0,0,'','',1182446156,1,'tom_spider',1182446156),(688,'Flame of Recca',195,3,'',0,0,0,'','',1182446157,1,'tom_spider',1182446157),(689,'FLCL',194,3,'',0,0,0,'','',1182446170,1,'tom_spider',1182446170),(690,'Fruits Basket',1343,3,'',0,0,0,'','',1182446233,1,'tom_spider',1182446233),(691,'Full Metal Panic',196,3,'',0,0,0,'','',1182446343,1,'tom_spider',1182446343),(692,'Fullmetal Alchemist',354,3,'',0,0,0,'','',1182446666,1,'tom_spider',1182446666),(693,'Fullmetal Alchemist The Movie: Conqueror Of Shamballa',3255,3,'',0,0,0,'','',1182446669,1,'tom_spider',1182446669),(694,'Gankutsuo: The Count Of Monte Cristo',3631,3,'',0,0,0,'','',1182446738,1,'tom_spider',1182446738),(695,'Gantz',3259,3,'',0,0,0,'','',1182446794,1,'tom_spider',1182446794),(696,'Generator Gawl',3733,3,'',0,0,0,'','',1182446887,1,'tom_spider',1182446887),(697,'GetBackers',1340,3,'',0,0,0,'','',1182446962,1,'tom_spider',1182446962),(698,'Ghost Hunt',3521,3,'',0,0,0,'','',1182447066,1,'tom_spider',1182447066),(699,'Ghost in the Shell',198,3,'',0,0,0,'','',1182447165,1,'tom_spider',1182447165),(700,'Gilgamesh',3593,3,'',0,0,0,'','',1182447275,1,'tom_spider',1182447275),(701,'Girls Bravo',2889,3,'',0,0,0,'','',1182447326,1,'tom_spider',1182447326),(702,'Golden Boy',3699,3,'',0,0,0,'','',1182447340,1,'tom_spider',1182447340),(703,'Gravion',3616,3,'',0,0,0,'','',1182447373,1,'tom_spider',1182447373),(704,'Gravitation',199,3,'',0,0,0,'','',1182447419,1,'tom_spider',1182447419),(705,'Great Teacher Onizuka',456,3,'',0,0,0,'','',1182447511,1,'tom_spider',1182447511),(706,'Grenadier',3505,3,'',0,0,0,'','',1182447538,1,'tom_spider',1182447538),(707,'Gunbuster',2809,3,'',0,0,0,'','',1182447553,1,'tom_spider',1182447553),(708,'Gundam',1853,3,'',0,0,0,'imdb.com/title/tt0159172/','',1182447567,1,'tom_spider',1182447567),(709,'Gundam Seed',1327,3,'',0,0,0,'imdb.com/title/tt0374407/','',1182447636,1,'tom_spider',1182447636),(710,'Gundam Seed Destiny',2033,3,'',0,0,0,'imdb.com/title/tt0434694/','',1182447741,1,'tom_spider',1182447741),(711,'Gundam Wing',356,3,'',0,0,0,'imdb.com/title/tt0176379/','',1182447839,1,'tom_spider',1182447839),(712,'Gundam: The 8th MS Team',1854,3,'',0,0,0,'imdb.com/title/tt0159569/','',1182447853,1,'tom_spider',1182447853),(713,'Gungrave',2947,3,'',0,0,0,'','',1182447945,1,'tom_spider',1182447945),(714,'Gunslinger Girl',1850,3,'',0,0,0,'','',1182447972,1,'tom_spider',1182447972),(715,'Guyver',2919,3,'',0,0,0,'','',1182448024,1,'tom_spider',1182448024),(716,'Haibane Renmei',3591,3,'',0,0,0,'','',1182448109,1,'tom_spider',1182448109),(717,'Hajime No Ippo',203,3,'',0,0,0,'','',1182448300,1,'tom_spider',1182448300),(718,'Hand Maid May',3605,3,'',0,0,0,'','',1182448325,1,'tom_spider',1182448325),(719,'Hayate no Gotoku',2656,3,'',0,0,0,'','',1182448337,1,'tom_spider',1182448337),(720,'Hell Teacher Nube',3503,3,'',0,0,0,'','',1182448359,1,'tom_spider',1182448359),(721,'Hellsing',1851,3,'',0,0,0,'','',1182448447,1,'tom_spider',1182448447),(722,'Heroic Age',3090,3,'',0,0,0,'','',1182448479,1,'tom_spider',1182448479),(723,'Highlander The Search For Vengeance [Movie]',3247,3,'',0,0,0,'','',1182448487,1,'tom_spider',1182448487),(724,'Higurashi No Naku Koro Ni',3717,3,'',0,0,0,'','',1182448538,1,'tom_spider',1182448538),(725,'Hikaru No Go',205,3,'',0,0,0,'','',1182448615,1,'tom_spider',1182448615),(726,'Hungry Heart Wild Striker',3655,3,'',0,0,0,'','',1182448703,1,'tom_spider',1182448703),(727,'Hunter X Hunter',206,3,'',0,0,0,'','',1182448940,1,'tom_spider',1182448940),(728,'Ikki Tousen',2881,3,'',0,0,0,'','',1182448991,1,'tom_spider',1182448991),(729,'Initial D',207,3,'',0,0,0,'','',1182449275,1,'tom_spider',1182449275),(730,'Innocent Venus',3615,3,'',0,0,0,'','',1182449301,1,'tom_spider',1182449301),(731,'Inuyasha',1961,3,'',0,0,0,'','',1182449775,1,'tom_spider',1182449775),(732,'Kaleido Star',3633,3,'',0,0,0,'','',1182449812,1,'tom_spider',1182449812),(733,'Kamisama Kazoku',3592,3,'',0,0,0,'','',1182449824,1,'tom_spider',1182449824),(734,'Kanon',2039,3,'',0,0,0,'','',1182449948,1,'tom_spider',1182449948),(735,'Karin',2024,3,'',0,0,0,'','',1182450011,1,'tom_spider',1182450011),(736,'Kaze No Stigma',2658,3,'',0,0,0,'','',1182450030,1,'tom_spider',1182450030),(737,'Kemonozume',3698,3,'',0,0,0,'','',1182450066,1,'tom_spider',1182450066),(738,'Kenichi',3611,3,'',0,0,0,'','',1182450133,1,'tom_spider',1182450133),(739,'Kiba',208,3,'',0,0,0,'','',1182450354,1,'tom_spider',1182450354),(740,'Kyou Kara Maoh!',3653,3,'',0,0,0,'','',1182450508,1,'tom_spider',1182450508),(741,'Last Exile',2076,3,'',0,0,0,'','',1182450524,1,'tom_spider',1182450524),(742,'Legend of Galactic Heroes',3728,3,'',0,0,0,'','',1182450564,1,'tom_spider',1182450564),(743,'Love Hina',209,3,'',0,0,0,'','',1182450566,1,'tom_spider',1182450566),(744,'Loveless',3290,3,'',0,0,0,'','',1182450585,1,'tom_spider',1182450585),(745,'Lovely Complex',2885,3,'',0,0,0,'','',1182450602,1,'tom_spider',1182450602),(746,'Lucky Star',1768,3,'',0,0,0,'','',1182450619,1,'tom_spider',1182450619),(747,'Macross Zero',3507,3,'',0,0,0,'','',1182450628,1,'tom_spider',1182450628),(748,'Magical Girl Lyrical Nanoha',2920,3,'',0,0,0,'','',1182450733,1,'tom_spider',1182450733),(749,'Mai Hime',2037,3,'',0,0,0,'','',1182450793,1,'tom_spider',1182450793),(750,'Mar: Marchen Awakens Romance',1209,3,'',0,0,0,'','',1182450955,1,'tom_spider',1182450955),(751,'Matantei Loki Ragnarok',3251,3,'',0,0,0,'','',1182451010,1,'tom_spider',1182451010),(752,'Medabots',1497,3,'',0,0,0,'','',1182451095,1,'tom_spider',1182451095),(753,'Memories [Movie]',3678,3,'',0,0,0,'','',1182451102,1,'tom_spider',1182451102),(754,'Metropolis [Movie]',3693,3,'',0,0,0,'','',1182451114,1,'tom_spider',1182451114),(755,'Monster',2718,3,'',0,0,0,'','',1182451175,1,'tom_spider',1182451175),(756,'Nadia',3672,3,'',0,0,0,'','',1182451211,1,'tom_spider',1182451211),(757,'Nagasarete Airantou',3608,3,'',0,0,0,'','',1182451233,1,'tom_spider',1182451233),(758,'NANA',3719,3,'',0,0,0,'','',1182451301,1,'tom_spider',1182451301),(759,'Naruto',211,3,'',0,0,0,'','',1182451877,1,'tom_spider',1182451877),(760,'Naruto (eng Dub)',3558,3,'',0,0,0,'','',1182451953,1,'tom_spider',1182451953),(761,'Negima!?',2723,3,'',0,0,0,'','',1182451986,1,'tom_spider',1182451986),(762,'Neon Genesis Evangelion',1499,3,'',0,0,0,'','',1182452040,1,'tom_spider',1182452040),(763,'Night Head Genesis',2022,3,'',0,0,0,'','',1182452124,1,'tom_spider',1182452124),(764,'Ninja Scroll [Movie]',3586,3,'',0,0,0,'','',1182452148,1,'tom_spider',1182452148),(765,'Ninja Scroll: The Series',213,3,'',0,0,0,'','',1182452172,1,'tom_spider',1182452172),(766,'Noein',2801,3,'',0,0,0,'','',1182452223,1,'tom_spider',1182452223),(767,'Oh My Goddess',214,3,'',0,0,0,'','',1182452353,1,'tom_spider',1182452353),(768,'Oku-sama wa Mahô Shôjo',2936,3,'',0,0,0,'','',1182452383,1,'tom_spider',1182452383),(769,'One Piece',215,3,'',0,0,0,'','',1182453206,1,'tom_spider',1182453206),(770,'Onegai Teacher',216,3,'',0,0,0,'','',1182453208,1,'tom_spider',1182453208),(771,'Otogizoushi',3289,3,'',0,0,0,'','',1182453220,1,'tom_spider',1182453220),(772,'Ouran High School Host Club',2911,3,'',0,0,0,'','',1182453262,1,'tom_spider',1182453262),(773,'Outlaw Star',906,3,'',0,0,0,'','',1182453365,1,'tom_spider',1182453365),(774,'OverDrive',3604,3,'',0,0,0,'','',1182453375,1,'tom_spider',1182453375),(775,'Paradise KIss',2811,3,'',0,0,0,'','',1182453394,1,'tom_spider',1182453394),(776,'Paranoia Agent',2034,3,'',0,0,0,'','',1182453420,1,'tom_spider',1182453420),(777,'Peace Maker Kurogane',2077,3,'',0,0,0,'','',1182453423,1,'tom_spider',1182453423),(778,'Peach Girl',2021,3,'',0,0,0,'','',1182453465,1,'tom_spider',1182453465),(779,'Pet Shop Of Horrors',3729,3,'',0,0,0,'','',1182453479,1,'tom_spider',1182453479),(780,'Pokemon',218,3,'',0,0,0,'','',1182454432,1,'tom_spider',1182454432),(781,'Porco Rosso [Movie]',3587,3,'',0,0,0,'','',1182454435,1,'tom_spider',1182454435),(782,'PowerPuff Girls Z',219,3,'',0,0,0,'','',1182454557,1,'tom_spider',1182454557),(783,'Pretear',1342,3,'',0,0,0,'','',1182454585,1,'tom_spider',1182454585),(784,'Prince of Tennis',2914,3,'',0,0,0,'','',1182454880,1,'tom_spider',1182454880),(785,'Princess Mononoke [Movie]',3256,3,'',0,0,0,'','',1182454891,1,'tom_spider',1182454891),(786,'Princess Resurrection',3607,3,'',0,0,0,'','',1182454902,1,'tom_spider',1182454902),(787,'Princess Tutu',3598,3,'',0,0,0,'','',1182454990,1,'tom_spider',1182454990),(788,'Puni Puni Poemy',439,3,'',0,0,0,'','',1182455007,1,'tom_spider',1182455007),(789,'RahXephon',220,3,'',0,0,0,'','',1182455009,1,'tom_spider',1182455009),(790,'Ranma 1/2',2171,3,'',0,0,0,'','',1182455100,1,'tom_spider',1182455100),(791,'Read or Die',3701,3,'',0,0,0,'','',1182455165,1,'tom_spider',1182455165),(792,'REC',2040,3,'',0,0,0,'','',1182455182,1,'tom_spider',1182455182),(793,'Renkin San-kyu Magical Pokaan',3660,3,'',0,0,0,'','',1182455204,1,'tom_spider',1182455204),(794,'Robotech',3506,3,'',0,0,0,'','',1182455224,1,'tom_spider',1182455224),(795,'Rocket Girls',3257,3,'',0,0,0,'','',1182455240,1,'tom_spider',1182455240),(796,'Romeo X Juliet',3629,3,'',0,0,0,'','',1182455253,1,'tom_spider',1182455253),(797,'Rune Soldier',3720,3,'',0,0,0,'','',1182455383,1,'tom_spider',1182455383),(798,'Rurouni Kenshin',221,3,'',0,0,0,'','',1182455722,1,'tom_spider',1182455722),(799,'S-Cry-Ed',222,3,'',0,0,0,'','',1182455759,1,'tom_spider',1182455759),(800,'Saikano',3632,3,'',0,0,0,'','',1182455786,1,'tom_spider',1182455786),(801,'Sailor Moon',2014,3,'',0,0,0,'','',1182456315,1,'tom_spider',1182456315),(802,'Samurai 7',3508,3,'',0,0,0,'','',1182456383,1,'tom_spider',1182456383),(803,'Samurai Champloo',223,3,'',0,0,0,'','',1182456534,1,'tom_spider',1182456534),(804,'Samurai Deeper Kyo',2504,3,'',0,0,0,'','',1182456611,1,'tom_spider',1182456611),(805,'Samurai Pizza Cats',2078,3,'',0,0,0,'','',1182456627,1,'tom_spider',1182456627),(806,'Serial Experiments Lain',3667,3,'',0,0,0,'','',1182456654,1,'tom_spider',1182456654),(807,'Shaman King',2926,3,'',0,0,0,'','',1182456887,1,'tom_spider',1182456887),(808,'Shinigami No Ballad',3679,3,'',0,0,0,'','',1182456914,1,'tom_spider',1182456914),(809,'Shining Tears X Wind',3524,3,'',0,0,0,'','',1182456941,1,'tom_spider',1182456941),(810,'Shuffle!',372,3,'',0,0,0,'','',1182456986,1,'tom_spider',1182456986),(811,'Shura No Toki',3603,3,'',0,0,0,'','',1182457112,1,'tom_spider',1182457112),(812,'Skull Man',3527,3,'',0,0,0,'','',1182457135,1,'tom_spider',1182457135),(813,'Slayers',3617,3,'',0,0,0,'','',1182457302,1,'tom_spider',1182457302),(814,'Sola',3519,3,'',0,0,0,'','',1182457324,1,'tom_spider',1182457324),(815,'Solty Rei',3250,3,'',0,0,0,'','',1182457379,1,'tom_spider',1182457379),(816,'Soul Hunter',3718,3,'',0,0,0,'','',1182457445,1,'tom_spider',1182457445),(817,'Speed Grapher',3020,3,'',0,0,0,'','',1182457501,1,'tom_spider',1182457501),(818,'Star Ocean EX',3534,3,'',0,0,0,'','',1182457546,1,'tom_spider',1182457546),(819,'Stratos 4',1456,3,'',0,0,0,'','',1182457548,1,'tom_spider',1182457548),(820,'Street Fighter Alpha: Generations',3594,3,'',0,0,0,'','',1182457574,1,'tom_spider',1182457574),(821,'Street Fighter Alpha: The Movie',3589,3,'',0,0,0,'','',1182457580,1,'tom_spider',1182457580),(822,'Street Fighter II V',275,3,'',0,0,0,'','',1182457653,1,'tom_spider',1182457653),(823,'Street Fighter II: The Animated Movie',3585,3,'',0,0,0,'','',1182457655,1,'tom_spider',1182457655),(824,'Suiri no Kizuna',2023,3,'',0,0,0,'','',1182457706,1,'tom_spider',1182457706),(825,'Tactical Roar',3730,3,'',0,0,0,'','',1182457725,1,'tom_spider',1182457725),(826,'Tales of Eternia',3662,3,'',0,0,0,'','',1182457745,1,'tom_spider',1182457745),(827,'Tales of Phantasia',1852,3,'',0,0,0,'','',1182457788,1,'tom_spider',1182457788),(828,'Tekkaman Blade',2797,3,'',0,0,0,'','',1182457845,1,'tom_spider',1182457845),(829,'Tekken Movie',3258,3,'',0,0,0,'','',1182457848,1,'tom_spider',1182457848),(830,'Teknoman',224,3,'',0,0,0,'','',1182458007,1,'tom_spider',1182458007),(831,'Tenjou Tenge',2908,3,'',0,0,0,'','',1182458049,1,'tom_spider',1182458049),(832,'Texhnolyze',3721,3,'',0,0,0,'','',1182458129,1,'tom_spider',1182458129),(833,'The Melancholy of Haruhi Suzumiya',225,3,'',0,0,0,'','',1182458179,1,'tom_spider',1182458179),(834,'Tide Line Blue',3254,3,'',0,0,0,'','',1182458198,1,'tom_spider',1182458198),(835,'Toheart',2923,3,'',0,0,0,'','',1182458217,1,'tom_spider',1182458217),(836,'Tokyo Godfathers [Movie]',3595,3,'',0,0,0,'','',1182458234,1,'tom_spider',1182458234),(837,'Tokyo Majin Gakuen Kenpuchou',3700,3,'',0,0,0,'','',1182458249,1,'tom_spider',1182458249),(838,'Tonagura!',2036,3,'',0,0,0,'','',1182458266,1,'tom_spider',1182458266),(839,'Touka Gettan',3610,3,'',0,0,0,'','',1182458278,1,'tom_spider',1182458278),(840,'Toward the Terra',3526,3,'',0,0,0,'','',1182458297,1,'tom_spider',1182458297),(841,'TriGun',226,3,'',0,0,0,'','',1182458419,1,'tom_spider',1182458419),(842,'Trinity Blood',2922,3,'',0,0,0,'','',1182458551,1,'tom_spider',1182458551),(843,'Twelve Kingdoms',2802,3,'',0,0,0,'','',1182458653,1,'tom_spider',1182458653),(844,'Utawarerumono',1698,3,'',0,0,0,'','',1182458752,1,'tom_spider',1182458752),(845,'Vampire Hunter D: Bloodlust [Movie]',3584,3,'',0,0,0,'','',1182458758,1,'tom_spider',1182458758),(846,'Whisper Of The Heart [Movie]',3590,3,'',0,0,0,'','',1182458767,1,'tom_spider',1182458767),(847,'Whistle',3636,3,'',0,0,0,'','',1182458846,1,'tom_spider',1182458846),(848,'Windaria [Movie]',3680,3,'',0,0,0,'','',1182458849,1,'tom_spider',1182458849),(849,'Witch Hunter Robin',2946,3,'',0,0,0,'','',1182459011,1,'tom_spider',1182459011),(850,'Witchblade',3252,3,'',0,0,0,'','',1182459013,1,'tom_spider',1182459013),(851,'Wolf's Rain',228,3,'',0,0,0,'','',1182459118,1,'tom_spider',1182459118),(852,'X [Movie]',3694,3,'',0,0,0,'','',1182459121,1,'tom_spider',1182459121),(853,'Xenosaga',3659,3,'',0,0,0,'','',1182459142,1,'tom_spider',1182459142),(854,'Xiaolin Showdown',229,3,'',0,0,0,'','',1182459387,1,'tom_spider',1182459387),(855,'XXXHolic',3618,3,'',0,0,0,'','',1182459436,1,'tom_spider',1182459436),(856,'Yu Yu Hashuko',2659,3,'',0,0,0,'','',1182459594,1,'tom_spider',1182459594),(857,'Yu-Gi-Oh',2960,3,'',0,0,0,'','',1182459722,1,'tom_spider',1182459722),(858,'Yu-Gi-Oh GX',2955,3,'',0,0,0,'','',1182459752,1,'tom_spider',1182459752),(859,'..testing link GS',3697,4,'',0,0,0,'','',1182459757,1,'tom_spider',1182459757),(860,'.45 (2006)',3612,4,'',0,0,0,'imdb.com/title/tt0259822/','',1182459767,1,'tom_spider',1182459767),(861,'10 Things I Hate About You',2150,4,'',0,0,0,'imdb.com/title/tt0147800/','',1182459792,1,'tom_spider',1182459792),(862,'1984',1973,4,'',0,0,0,'','',1182459794,1,'tom_spider',1182459794),(863,'200 Pound Beauty (2006)',2713,4,'',0,0,0,'imdb.com/title/tt0940642/','',1182459799,1,'tom_spider',1182459799),(864,'2001: A Space Odyssey (1968)',2096,4,'',0,0,0,'','',1182459810,1,'tom_spider',1182459810),(865,'2010: The Year We Make Contact',1413,4,'',0,0,0,'imdb.com/title/tt0086837/','',1182459849,1,'tom_spider',1182459849),(866,'28 Days Later',3110,4,'',0,0,0,'imdb.com/title/tt0289043/','',1182459871,1,'tom_spider',1182459871),(867,'28 Weeks Later',3080,4,'',0,0,0,'imdb.com/title/tt0463854/','',1182459888,1,'tom_spider',1182459888),(868,'3 Ninjas (1992)',3138,4,'',0,0,0,'imdb.com/title/tt0103596/','',1182459900,1,'tom_spider',1182459900),(869,'300 (2006)',3108,4,'',0,0,0,'imdb.com/title/tt0416449/','',1182459926,1,'tom_spider',1182459926),(870,'36 Hours to Die (1999)',3669,4,'',0,0,0,'imdb.com/title/tt0195509/','',1182459929,1,'tom_spider',1182459929),(871,'36th Chamber Of Shaolin, The (aka, Master Killer) (1978)',3792,4,'',0,0,0,'imdb.com/title/tt0078243/','',1182459935,1,'tom_spider',1182459935),(872,'39 Steps, The (1935)',2297,4,'',0,0,0,'imdb.com/title/tt0026029/','',1182459938,1,'tom_spider',1182459938),(873,'40-Year-Old Virgin, The',2985,4,'',0,0,0,'imdb.com/title/tt0405422/','',1182459948,1,'tom_spider',1182459948),(874,'49th Parallel (1941)',3477,4,'',0,0,0,'imdb.com/title/tt0033627/','',1182459952,1,'tom_spider',1182459952),(875,'4th Floor, The',2005,4,'',0,0,0,'imdb.com/title/tt0319917/','',1182459958,1,'tom_spider',1182459958),(876,'7 Swords, The (2006)',3571,4,'',0,0,0,'','',1182459960,1,'tom_spider',1182459960),(877,'9/11 Conspiracy',1409,4,'',0,0,0,'','',1182459966,1,'tom_spider',1182459966),(878,'A Walk To Remeber (2002)',3786,4,'',0,0,0,'','',1182459968,1,'tom_spider',1182459968),(879,'A.W.O.L (aka Lionheart) (1990)',3489,4,'',0,0,0,'imdb.com/title/tt0100029/','',1182459972,1,'tom_spider',1182459972),(880,'Abilene Town',2650,4,'',0,0,0,'imdb.com/title/tt0038284/','',1182459979,1,'tom_spider',1182459979),(881,'Abraham Lincoln (1930)',2719,4,'',0,0,0,'imdb.com/title/tt0020620/','',1182459986,1,'tom_spider',1182459986),(882,'Accepted',731,4,'',0,0,0,'imdb.com/title/tt0384793/','',1182460001,1,'tom_spider',1182460001),(883,'Aces and Eights (1936)',2296,4,'',0,0,0,'imdb.com/title/tt0027255/','',1182460006,1,'tom_spider',1182460006),(884,'Acid House,The',1832,4,'',0,0,0,'imdb.com/title/tt0122515/','',1182460025,1,'tom_spider',1182460025),(885,'Adventures of Baron Munchausen, The (1988)',2461,4,'',0,0,0,'imdb.com/title/tt0096764/','',1182460027,1,'tom_spider',1182460027),(886,'Aeon Flux',2197,4,'',0,0,0,'imdb.com/title/tt0402022/','',1182460032,1,'tom_spider',1182460032),(887,'Africa Screams (1949)',2720,4,'',0,0,0,'imdb.com/title/tt0041098/','',1182460035,1,'tom_spider',1182460035),(888,'Aimée & Jaguar (1999)',2243,4,'',0,0,0,'imdb.com/title/tt0130444/','',1182460057,1,'tom_spider',1182460057),(889,'Air TV (Anime Eng Sub)',3021,4,'',0,0,0,'','',1182460064,1,'tom_spider',1182460064),(890,'Airplane!',281,4,'',0,0,0,'imdb.com/title/tt0080339/','',1182460083,1,'tom_spider',1182460083),(891,'Airwolf (1984)',1070,4,'',0,0,0,'','',1182460102,1,'tom_spider',1182460102),(892,'Akeelah and the Bee',1086,4,'',0,0,0,'imdb.com/title/tt0437800/','',1182460111,1,'tom_spider',1182460111),(893,'Akira',512,4,'',0,0,0,'imdb.com/title/tt0094625/','',1182460124,1,'tom_spider',1182460124),(894,'Akira Kurosawa's Dreams (1990)',1084,4,'',0,0,0,'imdb.com/title/tt0100998/','',1182460129,1,'tom_spider',1182460129),(895,'Alag',1076,4,'',0,0,0,'imdb.com/title/tt0813996/','',1182460132,1,'tom_spider',1182460132),(896,'Alex Jones Terror Storm',2674,4,'',0,0,0,'imdb.com/title/tt0863037/','',1182460135,1,'tom_spider',1182460135),(897,'Alien vs. Predator (2004)',1999,4,'',0,0,0,'imdb.com/title/tt0370263/','',1182460152,1,'tom_spider',1182460152),(898,'Alive (2002, Japanese with engl. Subs)',2826,4,'',0,0,0,'imdb.com/title/tt0331834/','',1182460164,1,'tom_spider',1182460164),(899,'All About the Benjamins',1855,4,'',0,0,0,'','',1182460166,1,'tom_spider',1182460166),(900,'Alphadog',1823,4,'',0,0,0,'imdb.com/title/tt0426883/','',1182460174,1,'tom_spider',1182460174),(901,'Alphaville (1965) French subtitles',1069,4,'',0,0,0,'imdb.com/title/tt0058898/','',1182460177,1,'tom_spider',1182460177),(902,'Amazing Quest Of Ernest Bliss, The',2641,4,'',0,0,0,'imdb.com/title/tt0027286/','',1182460181,1,'tom_spider',1182460181),(903,'Amazing Transparent Man, The (1960)',1725,4,'',0,0,0,'imdb.com/title/tt0053593/','',1182460185,1,'tom_spider',1182460185),(904,'Amelie (2001)',3562,4,'',0,0,0,'','',1182460187,1,'tom_spider',1182460187),(905,'American Astronaut, The (2001)',2822,4,'',0,0,0,'imdb.com/title/tt0243759/','',1182460191,1,'tom_spider',1182460191),(906,'American Beauty',2859,4,'',0,0,0,'imdb.com/title/tt0169547/','',1182460208,1,'tom_spider',1182460208),(907,'American Desi',3109,4,'',0,0,0,'imdb.com/title/tt0203289/','',1182460211,1,'tom_spider',1182460211),(908,'American History X',2265,4,'',0,0,0,'imdb.com/title/tt0120586/','',1182460214,1,'tom_spider',1182460214),(909,'American Pie 3: American Wedding (2003)',3141,4,'',0,0,0,'imdb.com/title/tt0328828/','',1182460216,1,'tom_spider',1182460216),(910,'American Pie 4: Band Camp (2005)',3537,4,'',0,0,0,'imdb.com/title/tt0436058/','',1182460221,1,'tom_spider',1182460221),(911,'Americian Sweethearts',1077,4,'',0,0,0,'','',1182460223,1,'tom_spider',1182460223),(912,'Amityville Horror,The',1726,4,'',0,0,0,'imdb.com/title/tt0384806/','',1182460229,1,'tom_spider',1182460229),(913,'Amsterdamned',3162,4,'',0,0,0,'imdb.com/title/tt0094651/','',1182460232,1,'tom_spider',1182460232),(914,'An American Haunting (2005)',3446,4,'',0,0,0,'imdb.com/title/tt0429573/','',1182460234,1,'tom_spider',1182460234),(915,'An American Wolf in London',2068,4,'',0,0,0,'imdb.com/title/tt0429573/','',1182460242,1,'tom_spider',1182460242),(916,'An American Wolf in Paris',1046,4,'',0,0,0,'imdb.com/title/tt0118604/','',1182460249,1,'tom_spider',1182460249),(917,'An Inconvenient Truth (2006)',3381,4,'',0,0,0,'imdb.com/title/tt0497116/','',1182460252,1,'tom_spider',1182460252),(918,'Angel and the Bad Man',2637,4,'',0,0,0,'imdb.com/title/tt0039152/','',1182460255,1,'tom_spider',1182460255),(919,'Angel On My Shoulder (1946)',1071,4,'',0,0,0,'imdb.com/title/tt0038300/','',1182460258,1,'tom_spider',1182460258),(920,'Animal Crackers (1930)',1083,4,'',0,0,0,'imdb.com/title/tt0020640/','',1182460261,1,'tom_spider',1182460261),(921,'Animal Farm',3171,4,'',0,0,0,'imdb.com/title/tt0204824/','',1182460271,1,'tom_spider',1182460271),(922,'Annapolis',2324,4,'',0,0,0,'imdb.com/title/tt0417433/','',1182460279,1,'tom_spider',1182460279),(923,'Another Gay Movie (2006)',3142,4,'',0,0,0,'imdb.com/title/tt0443431/','',1182460284,1,'tom_spider',1182460284),(924,'Ant Bully, The (2006)',2742,4,'',0,0,0,'imdb.com/title/tt0429589/','',1182460287,1,'tom_spider',1182460287),(925,'Anti-Trust',2873,4,'',0,0,0,'imdb.com/title/tt0218817/','',1182460290,1,'tom_spider',1182460290),(926,'Apocalypse Now Redux',1542,4,'',0,0,0,'imdb.com/title/tt0078788/','',1182460316,1,'tom_spider',1182460316),(927,'Apocalypto (2006)',3156,4,'',0,0,0,'imdb.com/title/tt0472043/','',1182460340,1,'tom_spider',1182460340),(928,'Appleseed',770,4,'',0,0,0,'imdb.com/title/tt0401233/','',1182460344,1,'tom_spider',1182460344),(929,'April Fools Day',2757,4,'',0,0,0,'imdb.com/title/tt0090655/','',1182460347,1,'tom_spider',1182460347),(930,'Apt Pupil',1085,4,'',0,0,0,'imdb.com/title/tt0118636/','',1182460366,1,'tom_spider',1182460366),(931,'Are We Done Yet (2007)',1811,4,'',0,0,0,'imdb.com/title/tt0422774/','',1182460371,1,'tom_spider',1182460371),(932,'Aristocrats, The',3078,4,'',0,0,0,'imdb.com/title/tt0436078/','',1182460375,1,'tom_spider',1182460375),(933,'Armageddon',1431,4,'',0,0,0,'imdb.com/title/tt0120591/','',1182460381,1,'tom_spider',1182460381),(934,'Around the World in 80 Days (2004)',771,4,'',0,0,0,'imdb.com/title/tt0327437/','',1182460409,1,'tom_spider',1182460409),(935,'Art Of Seduction',1073,4,'',0,0,0,'imdb.com/title/tt0492650/','',1182460430,1,'tom_spider',1182460430),(936,'At War With The Army (1950)',3805,4,'',0,0,0,'imdb.com/title/tt0042209/','',1182460436,1,'tom_spider',1182460436),(937,'ATL (2006)',3709,4,'',0,0,0,'imdb.com/title/tt0466856/','',1182460460,1,'tom_spider',1182460460),(938,'Atoll K (1951)',3214,4,'',0,0,0,'imdb.com/title/tt0042210/','',1182460464,1,'tom_spider',1182460464),(939,'Atom Age Vampire (1960)',3649,4,'',0,0,0,'imdb.com/title/tt0054285/','',1182460467,1,'tom_spider',1182460467),(940,'August Underground's Mordum (viewers discretion-etremely graphic)',2762,4,'',0,0,0,'imdb.com/title/tt0410332/','',1182460469,1,'tom_spider',1182460469),(941,'August Underground's Penance (viewers discretion-etremely graphic)',2763,4,'',0,0,0,'imdb.com/title/tt0971183/','',1182460471,1,'tom_spider',1182460471),(942,'Autumn Tale(1998)',1080,4,'',0,0,0,'imdb.com/title/tt0137439/','',1182460475,1,'tom_spider',1182460475),(943,'Avenging Warriors Of Shaolin (1979), AKA Shoalin Rescuers',3419,4,'',0,0,0,'imdb.com/title/tt0077770/','',1182460479,1,'tom_spider',1182460479),(944,'Azumi',1683,4,'',0,0,0,'imdb.com/title/tt0384819/','',1182460484,1,'tom_spider',1182460484),(945,'Azumi 2',1682,4,'',0,0,0,'imdb.com/title/tt0431641/','',1182460488,1,'tom_spider',1182460488),(946,'Babylon 5: Movies',284,4,'',0,0,0,'','',1182460502,1,'tom_spider',1182460502),(947,'Back to the Future 3',1273,4,'',0,0,0,'','',1182460505,1,'tom_spider',1182460505),(948,'Bad Guy (2005) (korean Eng Sub)',3026,4,'',0,0,0,'','',1182460530,1,'tom_spider',1182460530),(949,'Bad Santa',783,4,'',0,0,0,'','',1182460549,1,'tom_spider',1182460549),(950,'Bad Taste (Low q)',1106,4,'',0,0,0,'','',1182460553,1,'tom_spider',1182460553),(951,'Bangkok Nights',1109,4,'',0,0,0,'','',1182460582,1,'tom_spider',1182460582),(952,'Baraka (1992)',3702,4,'',0,0,0,'imdb.com/title/tt0103767/','',1182460585,1,'tom_spider',1182460585),(953,'Barnyard',2651,4,'',0,0,0,'imdb.com/title/tt0414853/','',1182460604,1,'tom_spider',1182460604),(954,'Basic Instinct 2',1801,4,'',0,0,0,'','',1182460613,1,'tom_spider',1182460613),(955,'Bat, The (1959)',1397,4,'',0,0,0,'','',1182460616,1,'tom_spider',1182460616),(956,'Batman Beyond: Return of the Joker',920,4,'',0,0,0,'','',1182460636,1,'tom_spider',1182460636),(957,'Batman vs Dracula the (Animated)',3163,4,'',0,0,0,'','',1182460638,1,'tom_spider',1182460638),(958,'Batman: Mask of the Phantasm (1993)',922,4,'',0,0,0,'','',1182460650,1,'tom_spider',1182460650),(959,'Battle Royale (2000)',3241,4,'',0,0,0,'imdb.com/title/tt0266308/','',1182460654,1,'tom_spider',1182460654),(960,'Battle Royale 2',1307,4,'',0,0,0,'','',1182460656,1,'tom_spider',1182460656),(961,'Battleship Potemkin, The (1925)',2598,4,'',0,0,0,'','',1182460666,1,'tom_spider',1182460666),(962,'Beast Of The White Light',1110,4,'',0,0,0,'','',1182460671,1,'tom_spider',1182460671),(963,'Beast of Yucca Flats,The (1961)',1729,4,'',0,0,0,'','',1182460681,1,'tom_spider',1182460681),(964,'Beat The Devil (1953)',1107,4,'',0,0,0,'','',1182460683,1,'tom_spider',1182460683),(965,'Beautiful Mind, A',1087,4,'',0,0,0,'','',1182460693,1,'tom_spider',1182460693),(966,'Beautiful Mind, A (2001)',3350,4,'',0,0,0,'imdb.com/title/tt0268978/','',1182460707,1,'tom_spider',1182460707),(967,'Beavis and Butthead Do America',575,4,'',0,0,0,'','',1182460712,1,'tom_spider',1182460712),(968,'Bedazzled (2000)',2214,4,'',0,0,0,'imdb.com/title/tt0230030/','',1182460715,1,'tom_spider',1182460715),(969,'Beetlejuice',874,4,'',0,0,0,'','',1182460722,1,'tom_spider',1182460722),(970,'Before Sunrise (1995)',2587,4,'',0,0,0,'','',1182460724,1,'tom_spider',1182460724),(971,'Before Sunset (2004)',3797,4,'',0,0,0,'','',1182460726,1,'tom_spider',1182460726),(972,'Behind Enemy Lines',1088,4,'',0,0,0,'','',1182460735,1,'tom_spider',1182460735),(973,'Being John Malkovich (1999)',2244,4,'',0,0,0,'','',1182460744,1,'tom_spider',1182460744),(974,'Being There (1979)',3202,4,'',0,0,0,'imdb.com/title/tt0078841/','',1182460748,1,'tom_spider',1182460748),(975,'Believer, The (2001)',3334,4,'',0,0,0,'imdb.com/title/tt0247199/','',1182460754,1,'tom_spider',1182460754),(976,'Belleville Rendez-Vous',1111,4,'',0,0,0,'','',1182460758,1,'tom_spider',1182460758),(977,'Benchwarmers, The',1161,4,'',0,0,0,'','',1182460760,1,'tom_spider',1182460760),(978,'Better than Chocolate (1999)',2245,4,'',0,0,0,'','',1182460793,1,'tom_spider',1182460793),(979,'Better Tomorrow 2, A',633,4,'',0,0,0,'','',1182460798,1,'tom_spider',1182460798),(980,'Better Tomorrow, A',631,4,'',0,0,0,'','',1182460800,1,'tom_spider',1182460800),(981,'Beverly Hills Ninja',1113,4,'',0,0,0,'','',1182460839,1,'tom_spider',1182460839),(982,'Beyond,The',1730,4,'',0,0,0,'','',1182460844,1,'tom_spider',1182460844),(983,'Big Bad Wolf (2006)',2834,4,'',0,0,0,'','',1182460846,1,'tom_spider',1182460846),(984,'Big Daddy',643,4,'',0,0,0,'','',1182460861,1,'tom_spider',1182460861),(985,'Big lift, The (1950)',3462,4,'',0,0,0,'imdb.com/title/tt0042249/','',1182460872,1,'tom_spider',1182460872),(986,'Big Momma's House 2 (2006)',2560,4,'',0,0,0,'imdb.com/title/tt0421729/','',1182460930,1,'tom_spider',1182460930),(987,'Big Nothing',1904,4,'',0,0,0,'','',1182460933,1,'tom_spider',1182460933),(988,'Bill and Ted's Bogus Journey (1991)',3427,4,'',0,0,0,'imdb.com/title/tt0101452/','',1182460935,1,'tom_spider',1182460935),(989,'Bill and Ted's Excellent Adventure (1989)',3428,4,'',0,0,0,'imdb.com/title/tt0096928/','',1182460938,1,'tom_spider',1182460938),(990,'Bill Connelly in New York',2634,4,'',0,0,0,'','',1182460941,1,'tom_spider',1182460941),(991,'Bill Cosby: Himself (1983),',2578,4,'',0,0,0,'','',1182460944,1,'tom_spider',1182460944),(992,'Bill Moyers The Secret Government : The Constitution in crisis',1624,4,'',0,0,0,'','',1182460947,1,'tom_spider',1182460947),(993,'Billy Madison',1058,4,'',0,0,0,'','',1182460949,1,'tom_spider',1182460949),(994,'Bio-Dome (1996)',2744,4,'',0,0,0,'','',1182460971,1,'tom_spider',1182460971),(995,'Birth of a Nation, The (1915)',2597,4,'',0,0,0,'','',1182460976,1,'tom_spider',1182460976),(996,'Black',592,4,'',0,0,0,'','',1182460992,1,'tom_spider',1182460992),(997,'Black Belt Jones (1974)',3705,4,'',0,0,0,'imdb.com/title/tt0071221/','',1182460998,1,'tom_spider',1182460998),(998,'Black Book / Reign of Terror (1949)',1732,4,'',0,0,0,'','',1182461002,1,'tom_spider',1182461002),(999,'Black Christmas(1974)',1116,4,'',0,0,0,'','',1182461004,1,'tom_spider',1182461004),(1000,'Black Eagle (1988)',3706,4,'',0,0,0,'imdb.com/title/tt0094750/','',1182461008,1,'tom_spider',1182461008),(1001,'Black Hawk Down',860,4,'',0,0,0,'','',1182461036,1,'tom_spider',1182461036),(1002,'Black Sheep (2006)',2617,4,'',0,0,0,'','',1182461050,1,'tom_spider',1182461050),(1003,'Blacksmith, The (1922)',2600,4,'',0,0,0,'','',1182461056,1,'tom_spider',1182461056),(1004,'Blackwater Valley Exorcism (2006)',3630,4,'',0,0,0,'imdb.com/title/tt0863005/','',1182461070,1,'tom_spider',1182461070),(1005,'Blade (1998)',1707,4,'',0,0,0,'','',1182461072,1,'tom_spider',1182461072),(1006,'Blade II (2002)',1709,4,'',0,0,0,'','',1182461079,1,'tom_spider',1182461079),(1007,'Blankman',2860,4,'',0,0,0,'','',1182461093,1,'tom_spider',1182461093),(1008,'blast from the past (1999)',3415,4,'',0,0,0,'imdb.com/title/tt0124298/','',1182461097,1,'tom_spider',1182461097),(1009,'Blood & Chocolate',761,4,'',0,0,0,'','',1182461114,1,'tom_spider',1182461114),(1010,'Blood Diamond (2006)',3224,4,'',0,0,0,'imdb.com/title/tt0450259/','',1182461132,1,'tom_spider',1182461132),(1011,'Blood Tide(1982)',1118,4,'',0,0,0,'','',1182461139,1,'tom_spider',1182461139),(1012,'Blood Trails',2386,4,'',0,0,0,'','',1182461146,1,'tom_spider',1182461146),(1013,'Bloodlines (2007)',3303,4,'',0,0,0,'imdb.com/title/tt0995032/','',1182461160,1,'tom_spider',1182461160),(1014,'Bloodrayne',2321,4,'',0,0,0,'','',1182461166,1,'tom_spider',1182461166),(1015,'Bloodsport (1988)',2348,4,'',0,0,0,'imdb.com/title/tt0092675/','',1182461184,1,'tom_spider',1182461184),(1016,'Blow Dry (2001)',2246,4,'',0,0,0,'','',1182461195,1,'tom_spider',1182461195),(1017,'Blue Lagoon, The',2142,4,'',0,0,0,'','',1182461201,1,'tom_spider',1182461201),(1018,'Body Armour',2480,4,'',0,0,0,'','',1182461204,1,'tom_spider',1182461204),(1019,'Bollywood Hollywood (2002)',3165,4,'',0,0,0,'','',1182461212,1,'tom_spider',1182461212),(1020,'Bon Cop Bad Cop',1404,4,'',0,0,0,'','',1182461213,1,'tom_spider',1182461213),(1021,'Bone Snatcher, The',2290,4,'',0,0,0,'','',1182461223,1,'tom_spider',1182461223),(1022,'Boogeyman (2005)',2988,4,'',0,0,0,'imdb.com/title/tt0357507/','',1182461235,1,'tom_spider',1182461235),(1023,'Boondock Saints (1999)',877,4,'',0,0,0,'','',1182461256,1,'tom_spider',1182461256),(1024,'Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)',3190,4,'',0,0,0,'imdb.com/title/tt0443453/','',1182461258,1,'tom_spider',1182461258),(1025,'Bordello of Blood (1996)',3488,4,'',0,0,0,'imdb.com/title/tt0117826/','',1182461261,1,'tom_spider',1182461261),(1026,'Born in East L.A. (1987)',3166,4,'',0,0,0,'imdb.com/title/tt0092690/','',1182461268,1,'tom_spider',1182461268),(1027,'Born to Saddle',2640,4,'',0,0,0,'','',1182461274,1,'tom_spider',1182461274),(1028,'Bottle Rocket',2358,4,'',0,0,0,'','',1182461281,1,'tom_spider',1182461281),(1029,'Bound (1996)',2249,4,'',0,0,0,'','',1182461299,1,'tom_spider',1182461299),(1030,'Bounty Killer,The',1543,4,'',0,0,0,'','',1182461311,1,'tom_spider',1182461311),(1031,'Bourne Identity, The',1026,4,'',0,0,0,'','',1182461343,1,'tom_spider',1182461343),(1032,'Bowling for Columbine',287,4,'',0,0,0,'','',1182461348,1,'tom_spider',1182461348),(1033,'Box of Moon Light (1996)',3283,4,'',0,0,0,'imdb.com/title/tt0115738/','',1182461362,1,'tom_spider',1182461362),(1034,'Boxer's Omen,The(eng subs)',1733,4,'',0,0,0,'','',1182461368,1,'tom_spider',1182461368),(1035,'Brainman',690,4,'',0,0,0,'','',1182461372,1,'tom_spider',1182461372),(1036,'Brandon Corey Story,The',1735,4,'',0,0,0,'','',1182461375,1,'tom_spider',1182461375),(1037,'Brave Little Toaster,The',2770,4,'',0,0,0,'','',1182461378,1,'tom_spider',1182461378),(1038,'BraveHeart',2309,4,'',0,0,0,'','',1182461379,1,'tom_spider',1182461379),(1039,'Break-Up, The (2006)',882,4,'',0,0,0,'','',1182461412,1,'tom_spider',1182461412),(1040,'Breakfast Club, The',577,4,'',0,0,0,'','',1182461414,1,'tom_spider',1182461414),(1041,'Bride and Prejudice',2415,4,'',0,0,0,'','',1182461422,1,'tom_spider',1182461422),(1042,'Bride of Frankenstein,The',630,4,'',0,0,0,'','',1182461423,1,'tom_spider',1182461423),(1043,'Bride of Re-Animator (1990)',3648,4,'',0,0,0,'imdb.com/title/tt0099180/','',1182461427,1,'tom_spider',1182461427),(1044,'Bridge to Terabithia',2688,4,'',0,0,0,'','',1182461441,1,'tom_spider',1182461441),(1045,'Bring It On Again',2998,4,'',0,0,0,'','',1182461460,1,'tom_spider',1182461460),(1046,'Brokeback Mountain',1270,4,'',0,0,0,'','',1182461464,1,'tom_spider',1182461464),(1047,'Brood,The (1979)',1737,4,'',0,0,0,'','',1182461470,1,'tom_spider',1182461470),(1048,'Brother Bear 2 (2006)',3339,4,'',0,0,0,'imdb.com/title/tt0465925/','',1182461492,1,'tom_spider',1182461492),(1049,'Brothers Grimm, The (2005)',288,4,'',0,0,0,'','',1182461498,1,'tom_spider',1182461498),(1050,'Bruce Lee',290,4,'',0,0,0,'','',1182461501,1,'tom_spider',1182461501),(1051,'Bullet Boy (2004)',3103,4,'',0,0,0,'','',1182461530,1,'tom_spider',1182461530),(1052,'Bullet In The Head',1120,4,'',0,0,0,'','',1182461538,1,'tom_spider',1182461538),(1053,'Bulletproof (1996)',2421,4,'',0,0,0,'','',1182461545,1,'tom_spider',1182461545),(1054,'Bulletproof Monk (2003)',3167,4,'',0,0,0,'','',1182461548,1,'tom_spider',1182461548),(1055,'Bullitt (1968)',516,4,'',0,0,0,'','',1182461560,1,'tom_spider',1182461560),(1056,'Buried Alive',1121,4,'',0,0,0,'','',1182461566,1,'tom_spider',1182461566),(1057,'Burned Alive',1108,4,'',0,0,0,'','',1182461571,1,'tom_spider',1182461571),(1058,'Butcher House (2006)',3628,4,'',0,0,0,'imdb.com/title/tt0823137/','',1182461592,1,'tom_spider',1182461592),(1059,'Butterfly Effect,The',292,4,'',0,0,0,'','',1182461632,1,'tom_spider',1182461632),(1060,'Cabinet of Dr. Caligari, The (1920)',2599,4,'',0,0,0,'','',1182461640,1,'tom_spider',1182461640),(1061,'Cactus Jack (aka Villian The)',3088,4,'',0,0,0,'','',1182461646,1,'tom_spider',1182461646),(1062,'Caligula: Thq Untold story (1982)',3493,4,'',0,0,0,'imdb.com/title/tt0082133/','',1182461652,1,'tom_spider',1182461652),(1063,'Candyman (1992)',3430,4,'',0,0,0,'imdb.com/title/tt0103919/','',1182461655,1,'tom_spider',1182461655),(1064,'Cannonball Run, The',2020,4,'',0,0,0,'','',1182461678,1,'tom_spider',1182461678),(1065,'Capricorn One(1978)',1125,4,'',0,0,0,'','',1182461687,1,'tom_spider',1182461687),(1066,'Captain Kidd',2295,4,'',0,0,0,'','',1182461692,1,'tom_spider',1182461692),(1067,'Captain Scarface(1953)',1126,4,'',0,0,0,'','',1182461696,1,'tom_spider',1182461696),(1068,'care bears big wish movie 2005',3073,4,'',0,0,0,'','',1182461703,1,'tom_spider',1182461703),(1069,'Carlito's Way (1993)',3205,4,'',0,0,0,'imdb.com/title/tt0106519/','',1182461707,1,'tom_spider',1182461707),(1070,'Casablanca (1942)',2441,4,'',0,0,0,'','',1182461722,1,'tom_spider',1182461722),(1071,'Cash Back (Low q)',1127,4,'',0,0,0,'','',1182461726,1,'tom_spider',1182461726),(1072,'Casino Raiders(Low q)',1128,4,'',0,0,0,'','',1182461734,1,'tom_spider',1182461734),(1073,'Casshern',871,4,'',0,0,0,'','',1182461741,1,'tom_spider',1182461741),(1074,'Cat Returns, The',1011,4,'',0,0,0,'','',1182461748,1,'tom_spider',1182461748),(1075,'Cavalry (1936)',1130,4,'',0,0,0,'','',1182461755,1,'tom_spider',1182461755),(1076,'Cell, The',1010,4,'',0,0,0,'','',1182461759,1,'tom_spider',1182461759),(1077,'Cello (2005)',3556,4,'',0,0,0,'imdb.com/title/tt0475532/','',1182461787,1,'tom_spider',1182461787),(1078,'Cellular',1006,4,'',0,0,0,'','',1182461801,1,'tom_spider',1182461801),(1079,'Cemetry Man (1994)',3425,4,'',0,0,0,'imdb.com/title/tt0109592/','',1182461811,1,'tom_spider',1182461811),(1080,'Charlie And The Chocolate Factory',294,4,'',0,0,0,'','',1182461813,1,'tom_spider',1182461813),(1081,'Charlie Brown Christmas',946,4,'',0,0,0,'','',1182461824,1,'tom_spider',1182461824),(1082,'Charlie Chaplin movies',2604,4,'',0,0,0,'','',1182461865,1,'tom_spider',1182461865),(1083,'Chasing Liberty (2004)',3005,4,'',0,0,0,'','',1182461880,1,'tom_spider',1182461880),(1084,'CHAVS',1866,4,'',0,0,0,'','',1182461883,1,'tom_spider',1182461883),(1085,'Cheaper by the Dozen 2',2267,4,'',0,0,0,'','',1182461890,1,'tom_spider',1182461890),(1086,'Cheech & Chong - Nice Dreams',1132,4,'',0,0,0,'','',1182461905,1,'tom_spider',1182461905),(1087,'Cheech and Chong's Next Movie',2361,4,'',0,0,0,'','',1182461907,1,'tom_spider',1182461907),(1088,'Cheech Marin - Born in East L.A.',1133,4,'',0,0,0,'','',1182461911,1,'tom_spider',1182461911),(1089,'Chernobyl Heart',2257,4,'',0,0,0,'','',1182461919,1,'tom_spider',1182461919),(1090,'Chicago Massacre (2007)',3513,4,'',0,0,0,'imdb.com/title/tt0995033/','',1182461944,1,'tom_spider',1182461944),(1091,'Chicken Little',1169,4,'',0,0,0,'','',1182461947,1,'tom_spider',1182461947),(1092,'Chicken Run',2500,4,'',0,0,0,'','',1182461950,1,'tom_spider',1182461950),(1093,'Children of the Corn',937,4,'',0,0,0,'','',1182461957,1,'tom_spider',1182461957),(1094,'Chinese Odyssey w/Eng Subs',1135,4,'',0,0,0,'','',1182461971,1,'tom_spider',1182461971),(1095,'Chipmunks Adventure, The',1005,4,'',0,0,0,'','',1182461975,1,'tom_spider',1182461975),(1096,'Chocolat (2000)',3065,4,'',0,0,0,'','',1182461981,1,'tom_spider',1182461981),(1097,'Chris Rock: Bring the Pain [1996]',1532,4,'',0,0,0,'','',1182461983,1,'tom_spider',1182461983),(1098,'Chris Rock: Never Scared [2004]',2111,4,'',0,0,0,'','',1182461985,1,'tom_spider',1182461985),(1099,'Christmas In Boston (2005)',2584,4,'',0,0,0,'','',1182461991,1,'tom_spider',1182461991),(1100,'Chronicls of Riddick: Dark Fury (2004)',3512,4,'',0,0,0,'','',1182461993,1,'tom_spider',1182461993),(1101,'Cincinnati Kid,The (1965)',1739,4,'',0,0,0,'','',1182461997,1,'tom_spider',1182461997),(1102,'Cinderella (Korean/w/eng subs)',1136,4,'',0,0,0,'','',1182462004,1,'tom_spider',1182462004),(1103,'Cinderella Story, A',3546,4,'',0,0,0,'imdb.com/title/tt0356470/','',1182462018,1,'tom_spider',1182462018),(1104,'City Hunter',2188,4,'',0,0,0,'','',1182462025,1,'tom_spider',1182462025),(1105,'City Of Angels (1998)',3380,4,'',0,0,0,'imdb.com/title/tt0120632/','',1182462050,1,'tom_spider',1182462050),(1106,'City of Rott (2006)',3208,4,'',0,0,0,'imdb.com/title/tt0839762/','',1182462055,1,'tom_spider',1182462055),(1107,'CKY's',297,4,'',0,0,0,'','',1182462065,1,'tom_spider',1182462065),(1108,'Clash of the Titans (1981)',3564,4,'',0,0,0,'imdb.com/title/tt0082186/','',1182462068,1,'tom_spider',1182462068),(1109,'Clerks 2',1092,4,'',0,0,0,'','',1182462088,1,'tom_spider',1182462088),(1110,'Clerks. (1994)',2146,4,'',0,0,0,'imdb.com/title/tt0109445/','',1182462096,1,'tom_spider',1182462096),(1111,'Click (2006)',2323,4,'',0,0,0,'imdb.com/title/tt0389860/','',1182462105,1,'tom_spider',1182462105),(1112,'Clockwork Orange, A',3269,4,'',0,0,0,'imdb.com/title/tt0066921/','',1182462117,1,'tom_spider',1182462117),(1113,'Clownhouse',2627,4,'',0,0,0,'imdb.com/title/tt0094886/','',1182462121,1,'tom_spider',1182462121),(1114,'Clueless',1834,4,'',0,0,0,'','',1182462139,1,'tom_spider',1182462139),(1115,'Code Name: THe Cleaner',2342,4,'',0,0,0,'','',1182462141,1,'tom_spider',1182462141),(1116,'Cold Sweat(low q)',1141,4,'',0,0,0,'','',1182462151,1,'tom_spider',1182462151),(1117,'Colic (2006)',3323,4,'',0,0,0,'imdb.com/title/tt0817885/','',1182462163,1,'tom_spider',1182462163),(1118,'Collateral',2312,4,'',0,0,0,'','',1182462165,1,'tom_spider',1182462165),(1119,'Commando (1985)',2272,4,'',0,0,0,'','',1182462168,1,'tom_spider',1182462168),(1120,'Company of Wolves, The',1043,4,'',0,0,0,'','',1182462171,1,'tom_spider',1182462171),(1121,'Compleat Beatles,The (1984)',1740,4,'',0,0,0,'','',1182462177,1,'tom_spider',1182462177),(1122,'Con Air',879,4,'',0,0,0,'','',1182462179,1,'tom_spider',1182462179),(1123,'Conan The Barbarian',2008,4,'',0,0,0,'','',1182462182,1,'tom_spider',1182462182),(1124,'Condemned, The (2007)',2357,4,'',0,0,0,'','',1182462187,1,'tom_spider',1182462187),(1125,'Constantine (French)',2855,4,'',0,0,0,'','',1182462189,1,'tom_spider',1182462189),(1126,'Contract,The',1741,4,'',0,0,0,'','',1182462224,1,'tom_spider',1182462224),(1127,'Contractor, The (2007)',3510,4,'',0,0,0,'imdb.com/title/tt0770806/','',1182462241,1,'tom_spider',1182462241),(1128,'Control Factor',1359,4,'',0,0,0,'','',1182462247,1,'tom_spider',1182462247),(1129,'Conversations with God (2006)',3321,4,'',0,0,0,'imdb.com/title/tt0489682/','',1182462280,1,'tom_spider',1182462280),(1130,'Convict 13 (1920)',2610,4,'',0,0,0,'','',1182462283,1,'tom_spider',1182462283),(1131,'Cops (1922)',2606,4,'',0,0,0,'','',1182462290,1,'tom_spider',1182462290),(1132,'Core, The',1926,4,'',0,0,0,'','',1182462301,1,'tom_spider',1182462301),(1133,'Corporation,The',1742,4,'',0,0,0,'','',1182462315,1,'tom_spider',1182462315),(1134,'Corpse Vanishes,The (1942)',1743,4,'',0,0,0,'','',1182462321,1,'tom_spider',1182462321),(1135,'Count of Monte Cristo, The',883,4,'',0,0,0,'','',1182462344,1,'tom_spider',1182462344),(1136,'Cowboy Bebop',298,4,'',0,0,0,'','',1182462346,1,'tom_spider',1182462346),(1137,'Cowboys And Angels',299,4,'',0,0,0,'','',1182462353,1,'tom_spider',1182462353),(1138,'Coyote Ugly',591,4,'',0,0,0,'','',1182462356,1,'tom_spider',1182462356),(1139,'Cradle 2 : The Grave',1289,4,'',0,0,0,'imdb.com/title/tt0306685/','',1182462359,1,'tom_spider',1182462359),(1140,'Crank',477,4,'',0,0,0,'','',1182462368,1,'tom_spider',1182462368),(1141,'Crash (2004)',433,4,'',0,0,0,'','',1182462389,1,'tom_spider',1182462389),(1142,'Crazy Kung Fu',2759,4,'',0,0,0,'','',1182462396,1,'tom_spider',1182462396),(1143,'Creep (2004)',2689,4,'',0,0,0,'imdb.com/title/tt0381966/','',1182462400,1,'tom_spider',1182462400),(1144,'Creepshow 2',839,4,'',0,0,0,'','',1182462409,1,'tom_spider',1182462409),(1145,'Cross of Iron (1977)',3209,4,'',0,0,0,'imdb.com/title/tt0074695/','',1182462417,1,'tom_spider',1182462417),(1146,'Crossover (2006)',2747,4,'',0,0,0,'','',1182462455,1,'tom_spider',1182462455),(1147,'Crow 4, The; Wicked Prayer',1014,4,'',0,0,0,'','',1182462488,1,'tom_spider',1182462488),(1148,'Crow, The (1994)',908,4,'',0,0,0,'imdb.com/title/tt0109506/','',1182462494,1,'tom_spider',1182462494),(1149,'Cruel Intentions',1829,4,'',0,0,0,'','',1182462509,1,'tom_spider',1182462509),(1150,'Cry Baby',880,4,'',0,0,0,'','',1182462525,1,'tom_spider',1182462525),(1151,'Cry Wolf',2984,4,'',0,0,0,'','',1182462582,1,'tom_spider',1182462582),(1152,'Cube',1041,4,'',0,0,0,'','',1182462583,1,'tom_spider',1182462583),(1153,'Cube 2',1042,4,'',0,0,0,'','',1182462585,1,'tom_spider',1182462585),(1154,'Cult',1142,4,'',0,0,0,'','',1182462598,1,'tom_spider',1182462598),(1155,'Curious George',1227,4,'',0,0,0,'','',1182462601,1,'tom_spider',1182462601),(1156,'Curse Of The Golden Flower',514,4,'',0,0,0,'','',1182462603,1,'tom_spider',1182462603),(1157,'Cursed (2005)',2824,4,'',0,0,0,'','',1182462614,1,'tom_spider',1182462614),(1158,'Cyborg (1966)',3210,4,'',0,0,0,'imdb.com/title/tt0060926/','',1182462618,1,'tom_spider',1182462618),(1159,'D.E.B.S. (2004)',2250,4,'',0,0,0,'','',1182462625,1,'tom_spider',1182462625),(1160,'D.O.A. (1950)',2294,4,'',0,0,0,'imdb.com/title/tt0042369/','',1182462633,1,'tom_spider',1182462633),(1161,'Da Vinci Code,The (2006)',1745,4,'',0,0,0,'','',1182462637,1,'tom_spider',1182462637),(1162,'Dagon (2001)',3565,4,'',0,0,0,'imdb.com/title/tt0264508/','',1182462644,1,'tom_spider',1182462644),(1163,'Dance of the Vampires (1967)',3281,4,'',0,0,0,'imdb.com/title/tt0061655/','',1182462647,1,'tom_spider',1182462647),(1164,'Dancer In The Dark (2000)',3083,4,'',0,0,0,'','',1182462669,1,'tom_spider',1182462669),(1165,'Dane Cook: Vicious Circle (2006)',2790,4,'',0,0,0,'','',1182462671,1,'tom_spider',1182462671),(1166,'Danger Ahead(1935)',1143,4,'',0,0,0,'','',1182462674,1,'tom_spider',1182462674),(1167,'Danger Diabolik',2143,4,'',0,0,0,'','',1182462681,1,'tom_spider',1182462681),(1168,'Danika',2137,4,'',0,0,0,'','',1182462698,1,'tom_spider',1182462698),(1169,'Dark City',2990,4,'',0,0,0,'','',1182462701,1,'tom_spider',1182462701),(1170,'Dark Crystal (1982)',3453,4,'',0,0,0,'imdb.com/title/tt0083791/','',1182462719,1,'tom_spider',1182462719),(1171,'Dark Secrets: Inside Bohemian Grove',689,4,'',0,0,0,'','',1182462727,1,'tom_spider',1182462727),(1172,'Dark Wolf (2003)',2821,4,'',0,0,0,'','',1182462739,1,'tom_spider',1182462739),(1173,'Darkness (2002)',2833,4,'',0,0,0,'','',1182462742,1,'tom_spider',1182462742),(1174,'Dave Chappelle: For What it's Worth',1792,4,'',0,0,0,'','',1182462746,1,'tom_spider',1182462746),(1175,'Dave Chappelle: Killin Em Softly',1870,4,'',0,0,0,'','',1182462749,1,'tom_spider',1182462749),(1176,'Dawn Of The Dead (1978)',448,4,'',0,0,0,'imdb.com/title/tt0077402/','',1182462753,1,'tom_spider',1182462753),(1177,'Day After Tomorrow,The',734,4,'',0,0,0,'','',1182462760,1,'tom_spider',1182462760),(1178,'Day of the Dead (1985)',463,4,'',0,0,0,'imdb.com/title/tt0088993/','',1182462763,1,'tom_spider',1182462763),(1179,'Day The Earth Stood Still, The (1951)',420,4,'',0,0,0,'','',1182462766,1,'tom_spider',1182462766),(1180,'Day Watch',2212,4,'',0,0,0,'','',1182462768,1,'tom_spider',1182462768),(1181,'Daydreams (1922)',2602,4,'',0,0,0,'','',1182462774,1,'tom_spider',1182462774),(1182,'Dazed and Confused (1993)',302,4,'',0,0,0,'','',1182462776,1,'tom_spider',1182462776),(1183,'DBZ: 10 Movies',1146,4,'',0,0,0,'','',1182462860,1,'tom_spider',1182462860),(1184,'Dead and Deader',2563,4,'',0,0,0,'','',1182462870,1,'tom_spider',1182462870),(1185,'Dead Man On Campus',1814,4,'',0,0,0,'','',1182462892,1,'tom_spider',1182462892),(1186,'Dead Mary',1147,4,'',0,0,0,'','',1182462915,1,'tom_spider',1182462915),(1187,'Dead Or Alive',1148,4,'',0,0,0,'','',1182462932,1,'tom_spider',1182462932),(1188,'Dead Poet's Society',2095,4,'',0,0,0,'','',1182462947,1,'tom_spider',1182462947),(1189,'Dead Silence (2007)',1149,4,'',0,0,0,'','',1182462994,1,'tom_spider',1182462994),(1190,'Deadly Friend(1986)',1150,4,'',0,0,0,'','',1182462998,1,'tom_spider',1182462998),(1191,'Deadly Mantis - (Shaw Brothers)',1151,4,'',0,0,0,'imdb.com/title/tt0078360/','',1182463001,1,'tom_spider',1182463001),(1192,'Death from a Distance(1935)',1152,4,'',0,0,0,'','',1182463007,1,'tom_spider',1182463007),(1193,'Death Machine',1153,4,'',0,0,0,'','',1182463019,1,'tom_spider',1182463019),(1194,'Death Note',276,4,'',0,0,0,'','',1182463030,1,'tom_spider',1182463030),(1195,'Death Note 2: Last Name',3500,4,'',0,0,0,'','',1182463034,1,'tom_spider',1182463034),(1196,'Death Of A President (2006)',304,4,'',0,0,0,'imdb.com/title/tt0853096/','',1182463061,1,'tom_spider',1182463061),(1197,'Death Row Uncut',305,4,'',0,0,0,'','',1182463066,1,'tom_spider',1182463066),(1198,'Death Train (1993) (aka Detonator)',3228,4,'',0,0,0,'imdb.com/title/tt0106689/','',1182463074,1,'tom_spider',1182463074),(1199,'Death Trance',2983,4,'',0,0,0,'','',1182463088,1,'tom_spider',1182463088),(1200,'Death Tunnel',1154,4,'',0,0,0,'','',1182463103,1,'tom_spider',1182463103),(1201,'Deep Cover (1992)',3225,4,'',0,0,0,'imdb.com/title/tt0104073/','',1182463111,1,'tom_spider',1182463111),(1202,'Deep Impact',1924,4,'',0,0,0,'','',1182463113,1,'tom_spider',1182463113),(1203,'Deep Red',1162,4,'',0,0,0,'','',1182463117,1,'tom_spider',1182463117),(1204,'Deer Hunter, The',2506,4,'',0,0,0,'imdb.com/title/tt0077416/','',1182463137,1,'tom_spider',1182463137),(1205,'Dementia 13 (1963)',2624,4,'',0,0,0,'','',1182463147,1,'tom_spider',1182463147),(1206,'Demolition Man',645,4,'',0,0,0,'','',1182463156,1,'tom_spider',1182463156),(1207,'Demons from Her Past',2481,4,'',0,0,0,'','',1182463160,1,'tom_spider',1182463160),(1208,'Derailed (2005)',3545,4,'',0,0,0,'imdb.com/title/tt0398017/','',1182463164,1,'tom_spider',1182463164),(1209,'Derailed (2005) (French)',3226,4,'',0,0,0,'imdb.com/title/tt0398017/','',1182463168,1,'tom_spider',1182463168),(1210,'Descent, The (2005)',1285,4,'',0,0,0,'','',1182463170,1,'tom_spider',1182463170),(1211,'Destination Tokyo (1943)',3456,4,'',0,0,0,'imdb.com/title/tt0035799/','',1182463175,1,'tom_spider',1182463175),(1212,'Detective Conan Movie 10',1355,4,'',0,0,0,'','',1182463179,1,'tom_spider',1182463179),(1213,'Deuce Bigalow 2: European Gigolo',1966,4,'',0,0,0,'imdb.com/title/tt0367652/','',1182463187,1,'tom_spider',1182463187),(1214,'Devil's Backbone, The',1228,4,'',0,0,0,'','',1182463190,1,'tom_spider',1182463190),(1215,'Devil's Rejects, The',2497,4,'',0,0,0,'','',1182463192,1,'tom_spider',1182463192),(1216,'Devour (2005)',3003,4,'',0,0,0,'','',1182463226,1,'tom_spider',1182463226),(1217,'Dhoom 2',1766,4,'',0,0,0,'','',1182463229,1,'tom_spider',1182463229),(1218,'Die Hard: With a Vengeance (1995)',3656,4,'',0,0,0,'','',1182463231,1,'tom_spider',1182463231),(1219,'DiG!',2977,4,'',0,0,0,'','',1182463243,1,'tom_spider',1182463243),(1220,'Diggstown (1992)',3229,4,'',0,0,0,'imdb.com/title/tt0104107/','',1182463251,1,'tom_spider',1182463251),(1221,'Digimon Movie's',307,4,'',0,0,0,'','',1182463261,1,'tom_spider',1182463261),(1222,'Dirty Dancing',2151,4,'',0,0,0,'imdb.com/title/tt0092890/','',1182463283,1,'tom_spider',1182463283),(1223,'Dirty Mary Crazy Larry (1974)',3644,4,'',0,0,0,'imdb.com/title/tt0071424/','',1182463292,1,'tom_spider',1182463292),(1224,'Dirty Work (aka Bad City) (2006)',2796,4,'',0,0,0,'imdb.com/title/tt0397105/','',1182463300,1,'tom_spider',1182463300),(1225,'District B13',2242,4,'',0,0,0,'','',1182463509,1,'tom_spider',1182463509),(1226,'Doctor Caligari',1172,4,'',0,0,0,'','',1182463513,1,'tom_spider',1182463513),(1227,'Doctor Giggles',1171,4,'',0,0,0,'','',1182463516,1,'tom_spider',1182463516),(1228,'Doctor Zhivago(1965)',1170,4,'',0,0,0,'','',1182463529,1,'tom_spider',1182463529),(1229,'Dog Problem, The (2006)',3514,4,'',0,0,0,'imdb.com/title/tt0486572/','',1182463551,1,'tom_spider',1182463551),(1230,'Dog Soldiers',1531,4,'',0,0,0,'','',1182463560,1,'tom_spider',1182463560),(1231,'Dogfight (1991)',3554,4,'',0,0,0,'imdb.com/title/tt0101748/','',1182463596,1,'tom_spider',1182463596),(1232,'Dogma',949,4,'',0,0,0,'','',1182463630,1,'tom_spider',1182463630),(1233,'Don't Be a Menace to South Central While Drinking Your Juice in The Hood',3111,4,'',0,0,0,'','',1182463638,1,'tom_spider',1182463638),(1234,'Don't Panic',796,4,'',0,0,0,'','',1182463645,1,'tom_spider',1182463645),(1235,'Donnie Darko (2001)',2731,4,'',0,0,0,'','',1182463647,1,'tom_spider',1182463647),(1236,'Doom',1860,4,'',0,0,0,'','',1182463649,1,'tom_spider',1182463649),(1237,'Dorm Daze 2',718,4,'',0,0,0,'','',1182463652,1,'tom_spider',1182463652),(1238,'Downfall',1168,4,'',0,0,0,'','',1182463653,1,'tom_spider',1182463653),(1239,'Dr. Giggles',615,4,'',0,0,0,'','',1182463657,1,'tom_spider',1182463657),(1240,'Dr. Jekyll and Mr. Hyde (1931)',2330,4,'',0,0,0,'','',1182463670,1,'tom_spider',1182463670),(1241,'Dr. Pyckle and Mr. Pride',2211,4,'',0,0,0,'','',1182463676,1,'tom_spider',1182463676),(1242,'Dracula(1931)',1173,4,'',0,0,0,'','',1182463686,1,'tom_spider',1182463686),(1243,'Dragon Tiger Gate (2006)',3322,4,'',0,0,0,'imdb.com/title/tt0482930/','',1182463700,1,'tom_spider',1182463700),(1244,'Dragonball GT: A Hero's Legacy (1997)',3499,4,'',0,0,0,'imdb.com/title/tt0142232/','',1182463714,1,'tom_spider',1182463714),(1245,'Dragonball GT: Biography of Goku, The Proof of Bravery is the Four Star Ball!',1176,4,'',0,0,0,'','',1182463724,1,'tom_spider',1182463724),(1246,'Dragonball Z 9 - Bojack Unbound',1177,4,'',0,0,0,'','',1182463728,1,'tom_spider',1182463728),(1247,'Dragonball Z Movie 8 - Broly, the Legendary Super Saiyan [N/A]',1396,4,'',0,0,0,'','',1182463734,1,'tom_spider',1182463734),(1248,'Dragonball Z: Movie 12: The Rebirth of Fusion',1178,4,'',0,0,0,'','',1182463839,1,'tom_spider',1182463839),(1249,'Dragonball Z: Movie 1: The dead zone',1180,4,'',0,0,0,'','',1182463848,1,'tom_spider',1182463848),(1250,'Dragonball Z: Movie 6: The Return of Cooler',1179,4,'',0,0,0,'','',1182463852,1,'tom_spider',1182463852),(1251,'Dragons Gate Inn(Jap Lang/No subs)',1174,4,'',0,0,0,'','',1182463933,1,'tom_spider',1182463933),(1252,'Drake & Josh Go Hollywood',1182,4,'',0,0,0,'','',1182463969,1,'tom_spider',1182463969),(1253,'Drawing Restraint 9',2964,4,'',0,0,0,'','',1182463981,1,'tom_spider',1182463981),(1254,'Dreamers,The (2003)',3566,4,'',0,0,0,'imdb.com/title/tt0309987/','',1182463984,1,'tom_spider',1182463984),(1255,'Dreamland',1267,4,'',0,0,0,'','',1182463986,1,'tom_spider',1182463986),(1256,'Dressed To Kill(1946)',1183,4,'',0,0,0,'','',1182464001,1,'tom_spider',1182464001),(1257,'Driving Miss Daisy',1265,4,'',0,0,0,'','',1182464020,1,'tom_spider',1182464020),(1258,'Drop Dead Fred',773,4,'',0,0,0,'','',1182464040,1,'tom_spider',1182464040),(1259,'Drumline (2002)',2783,4,'',0,0,0,'','',1182464042,1,'tom_spider',1182464042),(1260,'Drunken Master',928,4,'',0,0,0,'','',1182464095,1,'tom_spider',1182464095),(1261,'Dude, Where's My Car?',2316,4,'',0,0,0,'','',1182464116,1,'tom_spider',1182464116),(1262,'Dudesons Movie, The',2562,4,'',0,0,0,'','',1182464122,1,'tom_spider',1182464122),(1263,'Duel (1971)',3431,4,'',0,0,0,'imdb.com/title/tt0067023/','',1182464125,1,'tom_spider',1182464125),(1264,'Duelist, The (2005) (Subbed)',3304,4,'',0,0,0,'imdb.com/title/tt0475616/','',1182464139,1,'tom_spider',1182464139),(1265,'Dukes of Hazard [NA]',974,4,'',0,0,0,'','',1182464141,1,'tom_spider',1182464141),(1266,'Dumb and Dumber',683,4,'',0,0,0,'','',1182464150,1,'tom_spider',1182464150),(1267,'Dunkirk (1958)',3461,4,'',0,0,0,'imdb.com/title/tt0051565/','',1182464154,1,'tom_spider',1182464154),(1268,'Earthlings',525,4,'',0,0,0,'','',1182464158,1,'tom_spider',1182464158),(1269,'Easy Rider',2515,4,'',0,0,0,'','',1182464163,1,'tom_spider',1182464163),(1270,'Ebola Syndrome',1185,4,'',0,0,0,'','',1182464168,1,'tom_spider',1182464168),(1271,'Eddie Murphy Raw',3077,4,'',0,0,0,'','',1182464170,1,'tom_spider',1182464170),(1272,'Eddie Murphy: Delirious',843,4,'',0,0,0,'','',1182464188,1,'tom_spider',1182464188),(1273,'Edukators,The',1746,4,'',0,0,0,'','',1182464191,1,'tom_spider',1182464191),(1274,'Eight Crazy Nights',1186,4,'',0,0,0,'','',1182464205,1,'tom_spider',1182464205),(1275,'Electric Dreams',1187,4,'',0,0,0,'','',1182464208,1,'tom_spider',1182464208),(1276,'Electric House, The (1922)',2607,4,'',0,0,0,'','',1182464212,1,'tom_spider',1182464212),(1277,'Elf',2508,4,'',0,0,0,'','',1182464214,1,'tom_spider',1182464214),(1278,'Ellen DeGeneres: The Beginning (2000)',2817,4,'',0,0,0,'','',1182464218,1,'tom_spider',1182464218),(1279,'Emergency Measures No. 19(eng subs)',1188,4,'',0,0,0,'','',1182464221,1,'tom_spider',1182464221),(1280,'Empire Records',1189,4,'',0,0,0,'','',1182464247,1,'tom_spider',1182464247),(1281,'Employee Of The Month (2006)',1089,4,'',0,0,0,'','',1182464272,1,'tom_spider',1182464272),(1282,'End of the Spear (2005)',3570,4,'',0,0,0,'','',1182464274,1,'tom_spider',1182464274),(1283,'Enemy at the Gates (2001)',3409,4,'',0,0,0,'imdb.com/title/tt0215750/','',1182464288,1,'tom_spider',1182464288),(1284,'Enemy Mine (1985)',2820,4,'',0,0,0,'','',1182464291,1,'tom_spider',1182464291),(1285,'Enemy of the State (1998)',2475,4,'',0,0,0,'','',1182464294,1,'tom_spider',1182464294),(1286,'English Patient, The [1996]',2630,4,'',0,0,0,'','',1182464326,1,'tom_spider',1182464326),(1287,'Enter the Dragon',2507,4,'',0,0,0,'','',1182464329,1,'tom_spider',1182464329),(1288,'Epic Movie (2007)',3280,4,'',0,0,0,'imdb.com/title/tt0799949/','',1182464351,1,'tom_spider',1182464351),(1289,'Equilibrium',309,4,'',0,0,0,'','',1182464361,1,'tom_spider',1182464361),(1290,'Eraserhead',917,4,'',0,0,0,'','',1182464365,1,'tom_spider',1182464365),(1291,'Escape From New York',2183,4,'',0,0,0,'','',1182464371,1,'tom_spider',1182464371),(1292,'EuroTrip',310,4,'',0,0,0,'','',1182464374,1,'tom_spider',1182464374),(1293,'Event Horizon',481,4,'',0,0,0,'imdb.com/title/tt0119081/','',1182464387,1,'tom_spider',1182464387),(1294,'Evil Dead 2',1009,4,'',0,0,0,'','',1182464388,1,'tom_spider',1182464388),(1295,'Evil Dead 2, The (1987)',384,4,'',0,0,0,'imdb.com/title/tt0092991/','',1182464392,1,'tom_spider',1182464392),(1296,'Evil Dead, The (1981)',457,4,'',0,0,0,'imdb.com/title/tt0083907/','',1182464396,1,'tom_spider',1182464396),(1297,'Executioners of Shaolin (1977)',1194,4,'',0,0,0,'imdb.com/title/tt0076168/','',1182464401,1,'tom_spider',1182464401),(1298,'Existenz',1195,4,'',0,0,0,'','',1182464404,1,'tom_spider',1182464404),(1299,'Explorers (1985)',3418,4,'',0,0,0,'imdb.com/title/tt0089114/','',1182464410,1,'tom_spider',1182464410),(1300,'Eye 2, The (2004)',3557,4,'',0,0,0,'imdb.com/title/tt0405061/','',1182464464,1,'tom_spider',1182464464),(1301,'Eyes Wide Shut',1902,4,'',0,0,0,'','',1182464466,1,'tom_spider',1182464466),(1302,'Failure to Launch',699,4,'',0,0,0,'','',1182464479,1,'tom_spider',1182464479),(1303,'Fall of the House of Usher, The (1928)',2721,4,'',0,0,0,'','',1182464487,1,'tom_spider',1182464487),(1304,'Family Guy Movie',733,4,'',0,0,0,'','',1182464492,1,'tom_spider',1182464492),(1305,'Family Man',3059,4,'',0,0,0,'','',1182464494,1,'tom_spider',1182464494),(1306,'Fantasia/2000 (1999)',3641,4,'',0,0,0,'imdb.com/title/tt0120910/','',1182464500,1,'tom_spider',1182464500),(1307,'Far and Away [1992]',2752,4,'',0,0,0,'','',1182464503,1,'tom_spider',1182464503),(1308,'Farce Of The Penguins',311,4,'',0,0,0,'','',1182464504,1,'tom_spider',1182464504),(1309,'Farenheit 9/11',768,4,'',0,0,0,'','',1182464507,1,'tom_spider',1182464507),(1310,'Farewell to Arms, A',775,4,'',0,0,0,'','',1182464513,1,'tom_spider',1182464513),(1311,'Farewell to Arms, A (1932)',3478,4,'',0,0,0,'imdb.com/title/tt0022879/','',1182464517,1,'tom_spider',1182464517),(1312,'Fargo',2471,4,'',0,0,0,'','',1182464519,1,'tom_spider',1182464519),(1313,'Fast and the Furious 2',1157,4,'',0,0,0,'','',1182464522,1,'tom_spider',1182464522),(1314,'Fast and the Furious 3: Tokyo Drift (2006)',2407,4,'',0,0,0,'imdb.com/title/tt0463985/','',1182464540,1,'tom_spider',1182464540),(1315,'Fat Choi Spirit(w/eng subs)',1208,4,'',0,0,0,'','',1182464560,1,'tom_spider',1182464560),(1316,'Fatal Hour, The',2648,4,'',0,0,0,'','',1182464563,1,'tom_spider',1182464563),(1317,'Fay Grim (2007)',2575,4,'',0,0,0,'','',1182464564,1,'tom_spider',1182464564),(1318,'Fear and Loathing in Las Vegas (1998)',2429,4,'',0,0,0,'','',1182464592,1,'tom_spider',1182464592),(1319,'Fear No Evil',1300,4,'',0,0,0,'','',1182464596,1,'tom_spider',1182464596),(1320,'Fear of A Black Hat (1994)',3292,4,'',0,0,0,'imdb.com/title/tt0106880/','',1182464599,1,'tom_spider',1182464599),(1321,'Feardotcom',1897,4,'',0,0,0,'','',1182464618,1,'tom_spider',1182464618),(1322,'Fearless',314,4,'',0,0,0,'','',1182464648,1,'tom_spider',1182464648),(1323,'Fearless Hyena, The',2414,4,'',0,0,0,'','',1182464661,1,'tom_spider',1182464661),(1324,'Fearless Vampire Killers, The (1967)',3416,4,'',0,0,0,'imdb.com/title/tt0061655/','',1182464664,1,'tom_spider',1182464664),(1325,'Feast (2005)',1211,4,'',0,0,0,'imdb.com/title/tt0426459/','',1182464670,1,'tom_spider',1182464670),(1326,'Ferris Bueller's Day Off',2344,4,'',0,0,0,'','',1182464692,1,'tom_spider',1182464692),(1327,'Fido (2006)',2054,4,'',0,0,0,'imdb.com/title/tt0457572/','',1182464703,1,'tom_spider',1182464703),(1328,'Fifth Element, The',2502,4,'',0,0,0,'','',1182464709,1,'tom_spider',1182464709),(1329,'Fighter in the Wind',3180,4,'',0,0,0,'imdb.com/title/tt0416499/','',1182464748,1,'tom_spider',1182464748),(1330,'Fighter Pilot: Operation Red Flag (2004)',2839,4,'',0,0,0,'','',1182464754,1,'tom_spider',1182464754),(1331,'Fighting Caravans(1931)',1215,4,'',0,0,0,'','',1182464760,1,'tom_spider',1182464760),(1332,'Fighting For Love',1220,4,'',0,0,0,'','',1182464762,1,'tom_spider',1182464762),(1333,'Final Days of Planet Earth,The',1360,4,'',0,0,0,'','',1182464767,1,'tom_spider',1182464767),(1334,'Final Destination',3276,4,'',0,0,0,'','',1182464769,1,'tom_spider',1182464769),(1335,'Final Destination 2',3277,4,'',0,0,0,'','',1182464771,1,'tom_spider',1182464771),(1336,'Final Destination 3 (203)',316,4,'',0,0,0,'imdb.com/title/tt0414982/','',1182464774,1,'tom_spider',1182464774),(1337,'Final Fantasy VII: Advent Children(w/ eng subs)',317,4,'',0,0,0,'','',1182464789,1,'tom_spider',1182464789),(1338,'Final Fantasy VII: Last Order',1222,4,'',0,0,0,'','',1182464799,1,'tom_spider',1182464799),(1339,'Final Fantasy: A Complete History',1767,4,'',0,0,0,'','',1182464802,1,'tom_spider',1182464802),(1340,'Fire Serpent (2007)',3710,4,'',0,0,0,'imdb.com/title/tt0471561/','',1182464804,1,'tom_spider',1182464804),(1341,'Firehouse Dog',1882,4,'',0,0,0,'','',1182464806,1,'tom_spider',1182464806),(1342,'Firewall',844,4,'',0,0,0,'','',1182464811,1,'tom_spider',1182464811),(1343,'Fist Of Fury (1972)',3220,4,'',0,0,0,'imdb.com/title/tt0068767/','',1182464818,1,'tom_spider',1182464818),(1344,'Fist of the Few, The (1942)',3475,4,'',0,0,0,'imdb.com/title/tt0034734/','',1182464821,1,'tom_spider',1182464821),(1345,'Fist Of The North Star (1995)',3787,4,'',0,0,0,'imdb.com/title/tt0113074/','',1182464838,1,'tom_spider',1182464838),(1346,'Fistful of Dollars, A (1964)',927,4,'',0,0,0,'imdb.com/title/tt0058461/','',1182464866,1,'tom_spider',1182464866),(1347,'Flash Gordon (1980)',3414,4,'',0,0,0,'imdb.com/title/tt0080745/','',1182464870,1,'tom_spider',1182464870),(1348,'Flesh for Frankenstein',1224,4,'',0,0,0,'','',1182464874,1,'tom_spider',1182464874),(1349,'Flight o the Pheonix',2301,4,'',0,0,0,'','',1182464876,1,'tom_spider',1182464876),(1350,'Flight of Dragons, The',318,4,'',0,0,0,'','',1182464880,1,'tom_spider',1182464880),(1351,'Flight of Fury (2007)',2838,4,'',0,0,0,'','',1182464882,1,'tom_spider',1182464882),(1352,'Flight Of The Navigator',1230,4,'',0,0,0,'','',1182464903,1,'tom_spider',1182464903),(1353,'Floorwalker,The (1916)',1747,4,'',0,0,0,'','',1182464907,1,'tom_spider',1182464907),(1354,'Flowers in the Attic',2366,4,'',0,0,0,'','',1182464909,1,'tom_spider',1182464909),(1355,'Flushed Away',522,4,'',0,0,0,'','',1182464911,1,'tom_spider',1182464911),(1356,'Fly me to the moon',3074,4,'',0,0,0,'','',1182464916,1,'tom_spider',1182464916),(1357,'Fly, Daddy, Fly(w/eng subs)',1231,4,'',0,0,0,'','',1182464920,1,'tom_spider',1182464920),(1358,'Flying Boy',2965,4,'',0,0,0,'','',1182464924,1,'tom_spider',1182464924),(1359,'for a Few Dollars More (1965)',3530,4,'',0,0,0,'imdb.com/title/tt0059578/','',1182464974,1,'tom_spider',1182464974),(1360,'Forbidden Planet (1954)',3270,4,'',0,0,0,'imdb.com/title/tt0049223/','',1182464978,1,'tom_spider',1182464978),(1361,'Forbidden Quest(w/eng subs)',1232,4,'',0,0,0,'','',1182464985,1,'tom_spider',1182464985),(1362,'Forbidden Zone',1620,4,'',0,0,0,'','',1182464988,1,'tom_spider',1182464988),(1363,'Forrest Gump',842,4,'',0,0,0,'','',1182464996,1,'tom_spider',1182464996),(1364,'Fountain, The (2006)',1905,4,'',0,0,0,'imdb.com/title/tt0414993/','',1182465008,1,'tom_spider',1182465008),(1365,'Four Brothers',1856,4,'',0,0,0,'','',1182465011,1,'tom_spider',1182465011),(1366,'Four Eyed Monsters [2005]',2482,4,'',0,0,0,'','',1182465016,1,'tom_spider',1182465016),(1367,'Frágiles (2005)',3294,4,'',0,0,0,'imdb.com/title/tt0422272/','',1182465020,1,'tom_spider',1182465020),(1368,'Frankenstein',320,4,'',0,0,0,'','',1182465022,1,'tom_spider',1182465022),(1369,'Frankenstein Meets the Wolfman',1165,4,'',0,0,0,'','',1182465037,1,'tom_spider',1182465037),(1370,'Freaks (1932)',1233,4,'',0,0,0,'','',1182465044,1,'tom_spider',1182465044),(1371,'Freddy vs. Jason',2334,4,'',0,0,0,'','',1182465049,1,'tom_spider',1182465049),(1372,'Freedom Writers (2007)',2372,4,'',0,0,0,'','',1182465052,1,'tom_spider',1182465052),(1373,'Freeway',1369,4,'',0,0,0,'','',1182465055,1,'tom_spider',1182465055),(1374,'Fresh',1384,4,'',0,0,0,'','',1182465061,1,'tom_spider',1182465061),(1375,'Freshman Harold Lloyd, The',1435,4,'',0,0,0,'','',1182465064,1,'tom_spider',1182465064),(1376,'Friday (1995)',467,4,'',0,0,0,'imdb.com/title/tt0113118/','',1182465067,1,'tom_spider',1182465067),(1377,'Friday After Next',321,4,'',0,0,0,'','',1182465069,1,'tom_spider',1182465069),(1378,'Friday the 13th series',2282,4,'',0,0,0,'','',1182465110,1,'tom_spider',1182465110),(1379,'Frighteners, The (1996)',715,4,'',0,0,0,'imdb.com/title/tt0116365/','',1182465117,1,'tom_spider',1182465117),(1380,'Fritz The Cat',322,4,'',0,0,0,'','',1182465119,1,'tom_spider',1182465119),(1381,'From Beyond',822,4,'',0,0,0,'','',1182465125,1,'tom_spider',1182465125),(1382,'From Russia With Love',602,4,'',0,0,0,'','',1182465127,1,'tom_spider',1182465127),(1383,'Frozen Impact',2408,4,'',0,0,0,'','',1182465133,1,'tom_spider',1182465133),(1384,'Full Metal Alchemist',1098,4,'',0,0,0,'','',1182465135,1,'tom_spider',1182465135),(1385,'Full Metal Jacket',651,4,'',0,0,0,'','',1182465142,1,'tom_spider',1182465142),(1386,'Funny Games [English Subtitles]',3559,4,'',0,0,0,'','',1182465149,1,'tom_spider',1182465149),(1387,'Game Over',1235,4,'',0,0,0,'','',1182465152,1,'tom_spider',1182465152),(1388,'Gangsters of the Frontier(1937)',1236,4,'',0,0,0,'','',1182465158,1,'tom_spider',1182465158),(1389,'Garfield: A Tail of Two Kitties (2006)',1055,4,'',0,0,0,'','',1182465170,1,'tom_spider',1182465170),(1390,'Gaza Strip,The',1749,4,'',0,0,0,'','',1182465173,1,'tom_spider',1182465173),(1391,'Gen-X Cops 2(w/jap/eng subs)',1237,4,'',0,0,0,'','',1182465181,1,'tom_spider',1182465181),(1392,'George Carlin (Stand up comedy)',2852,4,'',0,0,0,'','',1182465207,1,'tom_spider',1182465207),(1393,'Georgia Rule (2007)',2431,4,'',0,0,0,'','',1182465229,1,'tom_spider',1182465229),(1394,'Ghost and the darkness, The (1996)',3445,4,'',0,0,0,'','',1182465231,1,'tom_spider',1182465231),(1395,'Ghost House',1441,4,'',0,0,0,'','',1182465234,1,'tom_spider',1182465234),(1396,'Ghost in the Shell',1344,4,'',0,0,0,'','',1182465238,1,'tom_spider',1182465238),(1397,'Ghost Rider (2007)',454,4,'',0,0,0,'imdb.com/title/tt0259324/','',1182465252,1,'tom_spider',1182465252),(1398,'Ghostbusters 2',803,4,'',0,0,0,'','',1182465254,1,'tom_spider',1182465254),(1399,'GIA (1998)',2251,4,'',0,0,0,'','',1182465284,1,'tom_spider',1182465284),(1400,'Ginger Snaps',2281,4,'',0,0,0,'','',1182465292,1,'tom_spider',1182465292),(1401,'Ginger Snaps 2 : Unleashed',1825,4,'',0,0,0,'','',1182465308,1,'tom_spider',1182465308),(1402,'Ginger Snaps Back : The Beginning (2004)',2387,4,'',0,0,0,'imdb.com/title/tt0365265/','',1182465313,1,'tom_spider',1182465313),(1403,'Girl With A Pearl Earring',2006,4,'',0,0,0,'','',1182465320,1,'tom_spider',1182465320),(1404,'Glory Road (2006)',2444,4,'',0,0,0,'','',1182465343,1,'tom_spider',1182465343),(1405,'Go Fish (1994)',2694,4,'',0,0,0,'','',1182465359,1,'tom_spider',1182465359),(1406,'Go for Broke (1951)',3460,4,'',0,0,0,'imdb.com/title/tt0043590/','',1182465363,1,'tom_spider',1182465363),(1407,'Goat, The (1921)',2609,4,'',0,0,0,'','',1182465373,1,'tom_spider',1182465373),(1408,'Godfather, The',1417,4,'',0,0,0,'','',1182465392,1,'tom_spider',1182465392),(1409,'Godsend (2004)',3298,4,'',0,0,0,'imdb.com/title/tt0335121/','',1182465397,1,'tom_spider',1182465397),(1410,'Godzilla (1998)',3651,4,'',0,0,0,'','',1182465399,1,'tom_spider',1182465399),(1411,'Gold Rush, The (Charlie Chaplin, 1925)',2717,4,'',0,0,0,'','',1182465403,1,'tom_spider',1182465403),(1412,'Golden Child, The (1986)',3199,4,'',0,0,0,'','',1182465406,1,'tom_spider',1182465406),(1413,'Good Boy, Bad Boy (2007)',3300,4,'',0,0,0,'imdb.com/title/tt0489486/','',1182465409,1,'tom_spider',1182465409),(1414,'Good German, The (2006)',3563,4,'',0,0,0,'','',1182465412,1,'tom_spider',1182465412),(1415,'Good, The Bad and The Ugly, The (1996)',3529,4,'',0,0,0,'imdb.com/title/tt0060196/','',1182465456,1,'tom_spider',1182465456),(1416,'Goodfellas',3264,4,'',0,0,0,'imdb.com/title/tt0099685/','',1182465464,1,'tom_spider',1182465464),(1417,'Goodfellas [watermark]',1353,4,'',0,0,0,'','',1182465467,1,'tom_spider',1182465467),(1418,'Goofy Movie, A (1995)',3140,4,'',0,0,0,'','',1182465478,1,'tom_spider',1182465478),(1419,'Goonies, The (1985)',1969,4,'',0,0,0,'','',1182465483,1,'tom_spider',1182465483),(1420,'Gossip (2000)',2789,4,'',0,0,0,'','',1182465486,1,'tom_spider',1182465486),(1421,'Gothika',2153,4,'',0,0,0,'','',1182465490,1,'tom_spider',1182465490),(1422,'Gracie (2007)',3727,4,'',0,0,0,'imdb.com/title/tt0441007/','',1182465492,1,'tom_spider',1182465492),(1423,'Grandma's Boy',2320,4,'',0,0,0,'','',1182465500,1,'tom_spider',1182465500),(1424,'Grave of the Fireflies',3069,4,'',0,0,0,'','',1182465503,1,'tom_spider',1182465503),(1425,'Gravedancers, The',623,4,'',0,0,0,'','',1182465507,1,'tom_spider',1182465507),(1426,'Great Dictator, The',436,4,'',0,0,0,'','',1182465509,1,'tom_spider',1182465509),(1427,'Great Escape, The',385,4,'',0,0,0,'','',1182465544,1,'tom_spider',1182465544),(1428,'Great Gabbo,The(1929)',1750,4,'',0,0,0,'','',1182465552,1,'tom_spider',1182465552),(1429,'Great Global Warming Swindle, The',1545,4,'',0,0,0,'','',1182465555,1,'tom_spider',1182465555),(1430,'Great Train Robbery, The',2643,4,'',0,0,0,'','',1182465558,1,'tom_spider',1182465558),(1431,'Gremlins 2: The New Batch',2916,4,'',0,0,0,'','',1182465561,1,'tom_spider',1182465561),(1432,'Gridiron Gang,The',1751,4,'',0,0,0,'','',1182465588,1,'tom_spider',1182465588),(1433,'Gridlock'd',3072,4,'',0,0,0,'','',1182465592,1,'tom_spider',1182465592),(1434,'Grindhouse (2007)',1977,4,'',0,0,0,'imdb.com/title/tt0462322/','',1182465615,1,'tom_spider',1182465615),(1435,'Grosse Pointe Blank (1997)',2635,4,'',0,0,0,'imdb.com/title/tt0119229/','',1182465620,1,'tom_spider',1182465620),(1436,'Groundhog Day',2467,4,'',0,0,0,'','',1182465625,1,'tom_spider',1182465625),(1437,'Grudge,The(french dub)',1752,4,'',0,0,0,'','',1182465667,1,'tom_spider',1182465667),(1438,'Guiliani Time',2753,4,'',0,0,0,'','',1182465671,1,'tom_spider',1182465671),(1439,'Gulliver's Travels (1939)',1240,4,'',0,0,0,'','',1182465676,1,'tom_spider',1182465676),(1440,'Gundam Wing - Endless Waltz',1241,4,'',0,0,0,'','',1182465679,1,'tom_spider',1182465679),(1441,'Gunnm: The Movie(in french no subs)',1242,4,'',0,0,0,'','',1182465692,1,'tom_spider',1182465692),(1442,'Guns & Talks',801,4,'',0,0,0,'','',1182465695,1,'tom_spider',1182465695),(1443,'Guns Of Navarone, The',3725,4,'',0,0,0,'','',1182465701,1,'tom_spider',1182465701),(1444,'Gunsmoke Ranch The Three Mesquiteers (1937)',1243,4,'',0,0,0,'','',1182465708,1,'tom_spider',1182465708),(1445,'guyver 2',2727,4,'',0,0,0,'','',1182465716,1,'tom_spider',1182465716),(1446,'Hackers (1995)',323,4,'',0,0,0,'imdb.com/title/tt0113243/','',1182465746,1,'tom_spider',1182465746),(1447,'Half Life(low q)',1244,4,'',0,0,0,'','',1182465752,1,'tom_spider',1182465752),(1448,'Hamiltons, The',1980,4,'',0,0,0,'','',1182465756,1,'tom_spider',1182465756),(1449,'Hannibal',2331,4,'',0,0,0,'','',1182465759,1,'tom_spider',1182465759),(1450,'Hannibal Rising (2007)',3302,4,'',0,0,0,'imdb.com/title/tt0367959/','',1182465773,1,'tom_spider',1182465773),(1451,'Happy Gilmore (1996)',3054,4,'',0,0,0,'','',1182465775,1,'tom_spider',1182465775),(1452,'Hard Candy',470,4,'',0,0,0,'','',1182465781,1,'tom_spider',1182465781),(1453,'Hard Corps,The',1753,4,'',0,0,0,'','',1182465794,1,'tom_spider',1182465794),(1454,'Hard Luck',464,4,'',0,0,0,'','',1182465804,1,'tom_spider',1182465804),(1455,'Harold & Kumar Go to White Castle',887,4,'',0,0,0,'','',1182465806,1,'tom_spider',1182465806),(1456,'Harold and Kumar go to White Castle (2004)',3485,4,'',0,0,0,'','',1182465812,1,'tom_spider',1182465812),(1457,'Haunted apartments, The (2005)',3543,4,'',0,0,0,'imdb.com/title/tt0808332/','',1182465835,1,'tom_spider',1182465835),(1458,'He Got Game',2622,4,'',0,0,0,'','',1182465840,1,'tom_spider',1182465840),(1459,'He Walked by Night',2649,4,'',0,0,0,'','',1182465845,1,'tom_spider',1182465845),(1460,'He Was Cool(Jap w/eng subs)',1245,4,'',0,0,0,'','',1182465851,1,'tom_spider',1182465851),(1461,'Heading for Heaven',2647,4,'',0,0,0,'','',1182465858,1,'tom_spider',1182465858),(1462,'Headsman, The (2005)',3410,4,'',0,0,0,'imdb.com/title/tt0440464/','',1182465866,1,'tom_spider',1182465866),(1463,'Healer,The (1935)',1754,4,'',0,0,0,'','',1182465873,1,'tom_spider',1182465873),(1464,'Heart is Deceitful Above All Things, The',325,4,'',0,0,0,'','',1182465883,1,'tom_spider',1182465883),(1465,'Heartbeat (1946)',2633,4,'',0,0,0,'','',1182465887,1,'tom_spider',1182465887),(1466,'Hearty Paws',687,4,'',0,0,0,'','',1182465891,1,'tom_spider',1182465891),(1467,'Heavenly Creatures (1994)',2693,4,'',0,0,0,'','',1182465902,1,'tom_spider',1182465902),(1468,'Heavy Metal',909,4,'',0,0,0,'','',1182465906,1,'tom_spider',1182465906),(1469,'Heavy Weights',1367,4,'',0,0,0,'','',1182465913,1,'tom_spider',1182465913),(1470,'Held For Ransom(1913)',1252,4,'',0,0,0,'','',1182465916,1,'tom_spider',1182465916),(1471,'Hell in Normandy (1968)',3476,4,'',0,0,0,'imdb.com/title/tt0062357/','',1182465919,1,'tom_spider',1182465919),(1472,'Hell Ride',3274,4,'',0,0,0,'','',1182465922,1,'tom_spider',1182465922),(1473,'Hellboy: Blood and Iron',2248,4,'',0,0,0,'','',1182465930,1,'tom_spider',1182465930),(1474,'Hellboy: Sword of Storms',915,4,'',0,0,0,'','',1182465936,1,'tom_spider',1182465936),(1475,'Hellraiser (1987)',3447,4,'',0,0,0,'','',1182465938,1,'tom_spider',1182465938),(1476,'Help! The Beatles',698,4,'',0,0,0,'','',1182465941,1,'tom_spider',1182465941),(1477,'Henry: Portrait of a Serial Killer (1986)',3198,4,'',0,0,0,'imdb.com/title/tt0099763/','',1182465945,1,'tom_spider',1182465945),(1478,'Herbie Fully Loaded',2351,4,'',0,0,0,'','',1182465952,1,'tom_spider',1182465952),(1479,'Hercules(1958)',1276,4,'',0,0,0,'','',1182465958,1,'tom_spider',1182465958),(1480,'Hero',2134,4,'',0,0,0,'','',1182465983,1,'tom_spider',1182465983),(1481,'Heroic Trio,The',1756,4,'',0,0,0,'','',1182466005,1,'tom_spider',1182466005),(1482,'High Art (1998)',2695,4,'',0,0,0,'','',1182466017,1,'tom_spider',1182466017),(1483,'High School High',2276,4,'',0,0,0,'','',1182466035,1,'tom_spider',1182466035),(1484,'highlander, The (1986)',3411,4,'',0,0,0,'','',1182466041,1,'tom_spider',1182466041),(1485,'Hills Have Eyes, The (1977)',443,4,'',0,0,0,'','',1182466043,1,'tom_spider',1182466043),(1486,'Hills Have Eyes, The (2006)',2466,4,'',0,0,0,'','',1182466045,1,'tom_spider',1182466045),(1487,'Hillsborough',2254,4,'',0,0,0,'','',1182466050,1,'tom_spider',1182466050),(1488,'His Girl Friday (1940)',1816,4,'',0,0,0,'','',1182466054,1,'tom_spider',1182466054),(1489,'History Boys, The (2006)',2453,4,'',0,0,0,'','',1182466067,1,'tom_spider',1182466067),(1490,'Hitchhiker's Guide to the Galaxy',732,4,'',0,0,0,'','',1182466075,1,'tom_spider',1182466075),(1491,'Hitchhiker, The',2133,4,'',0,0,0,'','',1182466083,1,'tom_spider',1182466083),(1492,'Hoax,The',2176,4,'',0,0,0,'','',1182466109,1,'tom_spider',1182466109),(1493,'Hogfather',1278,4,'',0,0,0,'','',1182466132,1,'tom_spider',1182466132),(1494,'Holiday, The (2006)',2450,4,'',0,0,0,'','',1182466144,1,'tom_spider',1182466144),(1495,'Hollow Man 2',594,4,'',0,0,0,'','',1182466150,1,'tom_spider',1182466150),(1496,'Hollywood and Vine',2642,4,'',0,0,0,'','',1182466154,1,'tom_spider',1182466154),(1497,'Home Alone 2',1791,4,'',0,0,0,'','',1182466187,1,'tom_spider',1182466187),(1498,'Home of the Brave',2561,4,'',0,0,0,'imdb.com/title/tt0763840/','',1182466202,1,'tom_spider',1182466202),(1499,'Honey',750,4,'',0,0,0,'','',1182466214,1,'tom_spider',1182466214),(1500,'Hoodwinked',673,4,'',0,0,0,'','',1182466217,1,'tom_spider',1182466217),(1501,'Hook (1991)',3803,4,'',0,0,0,'imdb.com/title/tt0102057/','',1182466220,1,'tom_spider',1182466220),(1502,'Hooligans The Untold Story Documentary',1804,4,'',0,0,0,'','',1182466226,1,'tom_spider',1182466226),(1503,'Hoosier Schoolboy(1937)',1279,4,'',0,0,0,'','',1182466236,1,'tom_spider',1182466236),(1504,'Horror Hotel/ aka City Of The Dead(1960)',1280,4,'',0,0,0,'','',1182466238,1,'tom_spider',1182466238),(1505,'Host, The',2434,4,'',0,0,0,'','',1182466240,1,'tom_spider',1182466240),(1506,'Hostel part II',3804,4,'',0,0,0,'imdb.com/title/tt0498353/','',1182466247,1,'tom_spider',1182466247),(1507,'Hot for Teacher',781,4,'',0,0,0,'','',1182466255,1,'tom_spider',1182466255),(1508,'Hot Shoots (1991)',3552,4,'',0,0,0,'imdb.com/title/tt0102059/','',1182466261,1,'tom_spider',1182466261),(1509,'Hours, The (2002)',2696,4,'',0,0,0,'','',1182466282,1,'tom_spider',1182466282),(1510,'House',2343,4,'',0,0,0,'','',1182466284,1,'tom_spider',1182466284),(1511,'House by the Cemetery,The',1757,4,'',0,0,0,'','',1182466289,1,'tom_spider',1182466289),(1512,'House of 1000 Corpses, The (2003)',3533,4,'',0,0,0,'imdb.com/title/tt0251736/','',1182466292,1,'tom_spider',1182466292),(1513,'House of Flying Daggers',669,4,'',0,0,0,'','',1182466298,1,'tom_spider',1182466298),(1514,'House Of Wax',327,4,'',0,0,0,'','',1182466310,1,'tom_spider',1182466310),(1515,'House On Haunted Hill [1959 & 1999]',1282,4,'',0,0,0,'','',1182466314,1,'tom_spider',1182466314),(1516,'Howard The Duck (1986)',2816,4,'',0,0,0,'imdb.com/title/tt0091225/','',1182466319,1,'tom_spider',1182466319),(1517,'Howl's Moving Castle',2031,4,'',0,0,0,'','',1182466322,1,'tom_spider',1182466322),(1518,'Human Footprint, The',2869,4,'',0,0,0,'','',1182466340,1,'tom_spider',1182466340),(1519,'Human Traffic',1828,4,'',0,0,0,'','',1182466356,1,'tom_spider',1182466356),(1520,'I Bury the Living (1958)',3625,4,'',0,0,0,'imdb.com/title/tt0051755/','',1182466360,1,'tom_spider',1182466360),(1521,'I Shoot Myself(w/ eng subs)',1310,4,'',0,0,0,'','',1182466368,1,'tom_spider',1182466368),(1522,'I'm a Cyborg, But That's Ok (2006)',2714,4,'',0,0,0,'','',1182466376,1,'tom_spider',1182466376),(1523,'Ice Age 2',3191,4,'',0,0,0,'','',1182466379,1,'tom_spider',1182466379),(1524,'Iceman Confessions Of A Mafia Hitman,The',1758,4,'',0,0,0,'','',1182466384,1,'tom_spider',1182466384),(1525,'Ichi The Killer',387,4,'',0,0,0,'','',1182466395,1,'tom_spider',1182466395),(1526,'Identity (2003)',2589,4,'',0,0,0,'imdb.com/title/tt0309698/','',1182466398,1,'tom_spider',1182466398),(1527,'Idle Hands (1999)',3206,4,'',0,0,0,'imdb.com/title/tt0138510/','',1182466402,1,'tom_spider',1182466402),(1528,'If Drugs Were Legal',601,4,'',0,0,0,'','',1182466414,1,'tom_spider',1182466414),(1529,'If These Walls Could Talk 2 (2000)',2697,4,'',0,0,0,'imdb.com/title/tt0206036/','',1182466427,1,'tom_spider',1182466427),(1530,'Illegal Aliens (2007)',2178,4,'',0,0,0,'','',1182466433,1,'tom_spider',1182466433),(1531,'Imagine Me and You (2005)',3547,4,'',0,0,0,'imdb.com/title/tt0421994/','',1182466456,1,'tom_spider',1182466456),(1532,'Immortel (ad vitam) (2004)',2827,4,'',0,0,0,'imdb.com/title/tt0314063/','',1182466461,1,'tom_spider',1182466461),(1533,'Incident at Loch Ness',2989,4,'',0,0,0,'','',1182466464,1,'tom_spider',1182466464),(1534,'Incredible Shrinking Man, The',3279,4,'',0,0,0,'imdb.com/title/tt0050539/','',1182466467,1,'tom_spider',1182466467),(1535,'Incredibly True Adventure of Two Girls In Love, The (1995)',2698,4,'',0,0,0,'','',1182466474,1,'tom_spider',1182466474),(1536,'Independence Day',569,4,'',0,0,0,'','',1182466498,1,'tom_spider',1182466498),(1537,'Indestructible Man',329,4,'',0,0,0,'','',1182466502,1,'tom_spider',1182466502),(1538,'Indiana Jones and the Temple of Doom',2069,4,'',0,0,0,'','',1182466510,1,'tom_spider',1182466510),(1539,'Infernal Affairs',508,4,'',0,0,0,'','',1182466513,1,'tom_spider',1182466513),(1540,'Infernal Affairs 3',1616,4,'',0,0,0,'','',1182466516,1,'tom_spider',1182466516),(1541,'Inherit The Wind(1960)',1312,4,'',0,0,0,'','',1182466519,1,'tom_spider',1182466519),(1542,'Initial D',1618,4,'',0,0,0,'','',1182466523,1,'tom_spider',1182466523),(1543,'Inspector Gadget 2',755,4,'',0,0,0,'','',1182466529,1,'tom_spider',1182466529),(1544,'Interpreter, The (2005)',3666,4,'',0,0,0,'imdb.com/title/tt0373926/','',1182466540,1,'tom_spider',1182466540),(1545,'Interstella 5555',330,4,'',0,0,0,'imdb.com/title/tt0368667/','',1182466543,1,'tom_spider',1182466543),(1546,'Interview with the Vampire: The Vampire Chronicles (1994)',2435,4,'',0,0,0,'imdb.com/title/tt0110148/','',1182466546,1,'tom_spider',1182466546),(1547,'Into The Blue',1687,4,'',0,0,0,'','',1182466569,1,'tom_spider',1182466569),(1548,'Inuyasha',332,4,'',0,0,0,'','',1182466572,1,'tom_spider',1182466572),(1549,'Inuyasha the Movie 2: The Castle Beyond the Looking Glass',1995,4,'',0,0,0,'','',1182466592,1,'tom_spider',1182466592),(1550,'Invincible Iron man, The (2007)',3523,4,'',0,0,0,'imdb.com/title/tt0903135/','',1182466597,1,'tom_spider',1182466597),(1551,'Invisible Ghost, The',333,4,'',0,0,0,'','',1182466600,1,'tom_spider',1182466600),(1552,'Invisible Machine: Electromagnetic Warfare',1461,4,'',0,0,0,'','',1182466602,1,'tom_spider',1182466602),(1553,'Iraq for Sale',753,4,'',0,0,0,'','',1182466605,1,'tom_spider',1182466605),(1554,'Iron Monkey',573,4,'',0,0,0,'','',1182466610,1,'tom_spider',1182466610),(1555,'Isolation (2005)',3640,4,'',0,0,0,'imdb.com/title/tt0446719/','',1182466614,1,'tom_spider',1182466614),(1556,'Ispiritista',1406,4,'',0,0,0,'','',1182466616,1,'tom_spider',1182466616),(1557,'It Came from Outer Space (1953)',3627,4,'',0,0,0,'imdb.com/title/tt0045920/','',1182466619,1,'tom_spider',1182466619),(1558,'It's a Wonderful Life',567,4,'',0,0,0,'','',1182466622,1,'tom_spider',1182466622),(1559,'It's a Wonderful Life (manderin)',635,4,'',0,0,0,'','',1182466624,1,'tom_spider',1182466624),(1560,'J.D.'s Revenge(1976)',1313,4,'',0,0,0,'','',1182466626,1,'tom_spider',1182466626),(1561,'Jack & the Beanstalk (1952)',748,4,'',0,0,0,'','',1182466628,1,'tom_spider',1182466628),(1562,'Jacket, The',2616,4,'',0,0,0,'','',1182466630,1,'tom_spider',1182466630),(1563,'Jackie Brown (1997)',3658,4,'',0,0,0,'','',1182466632,1,'tom_spider',1182466632),(1564,'Jacob's Ladder (1990)',3284,4,'',0,0,0,'imdb.com/title/tt0099871/','',1182466635,1,'tom_spider',1182466635),(1565,'James Bond: Thunderball (1965)',3364,4,'',0,0,0,'','',1182466637,1,'tom_spider',1182466637),(1566,'Jaws (1975)',2067,4,'',0,0,0,'','',1182466639,1,'tom_spider',1182466639),(1567,'Jeepers Creepers',3502,4,'',0,0,0,'','',1182466641,1,'tom_spider',1182466641),(1568,'Jeepers Creepers 2',1314,4,'',0,0,0,'','',1182466662,1,'tom_spider',1182466662),(1569,'Jet Boy',1315,4,'',0,0,0,'','',1182466670,1,'tom_spider',1182466670),(1570,'Jet Lee - Fist Of Legend(w/ eng subs)',1316,4,'',0,0,0,'','',1182466689,1,'tom_spider',1182466689),(1571,'Jet Li's Fearless(w/ eng subs)',1317,4,'',0,0,0,'','',1182466691,1,'tom_spider',1182466691),(1572,'JFK 2',893,4,'',0,0,0,'','',1182466697,1,'tom_spider',1182466697),(1573,'Jim Gaffigan: Beyond the Pale (2006)',2818,4,'',0,0,0,'','',1182466706,1,'tom_spider',1182466706),(1574,'Jin Roh : The Wolf's Brigade',1290,4,'',0,0,0,'','',1182466712,1,'tom_spider',1182466712),(1575,'Johnny English',335,4,'',0,0,0,'','',1182466718,1,'tom_spider',1182466718),(1576,'Juice',336,4,'',0,0,0,'','',1182466720,1,'tom_spider',1182466720),(1577,'Junebug (2005)',3707,4,'',0,0,0,'imdb.com/title/tt0418773/','',1182466723,1,'tom_spider',1182466723),(1578,'Jurassic Park',2066,4,'',0,0,0,'','',1182466725,1,'tom_spider',1182466725),(1579,'Jurassic Park 2: The Lost World',2065,4,'',0,0,0,'','',1182466757,1,'tom_spider',1182466757),(1580,'Jurassic Park III',2064,4,'',0,0,0,'','',1182466779,1,'tom_spider',1182466779),(1581,'Just Like Heaven',2277,4,'',0,0,0,'','',1182466793,1,'tom_spider',1182466793),(1582,'K-9',2284,4,'',0,0,0,'','',1182466796,1,'tom_spider',1182466796),(1583,'Kabul Express(Bollywood/no subs)',1318,4,'',0,0,0,'imdb.com/title/tt0770214/','',1182466802,1,'tom_spider',1182466802),(1584,'Kangaroo Jack',1319,4,'',0,0,0,'','',1182466831,1,'tom_spider',1182466831),(1585,'Kansas City Confidential(1952)',1320,4,'',0,0,0,'','',1182466840,1,'tom_spider',1182466840),(1586,'Karate Kid',3170,4,'',0,0,0,'','',1182466842,1,'tom_spider',1182466842),(1587,'Kaw',2198,4,'',0,0,0,'','',1182466846,1,'tom_spider',1182466846),(1588,'Keeping Mum [jp subs]',2338,4,'',0,0,0,'','',1182466848,1,'tom_spider',1182466848),(1589,'Kentucky Fried Movie, The (1977)',3643,4,'',0,0,0,'imdb.com/title/tt0076257/','',1182466852,1,'tom_spider',1182466852),(1590,'Kickboxer',1322,4,'',0,0,0,'','',1182466876,1,'tom_spider',1182466876),(1591,'Kickin it Old Skool',2209,4,'',0,0,0,'','',1182466886,1,'tom_spider',1182466886),(1592,'Kicking it old School',3518,4,'',0,0,0,'imdb.com/title/tt0772178/','',1182466901,1,'tom_spider',1182466901),(1593,'Kid With The Golden Arms(eng dub)',1323,4,'',0,0,0,'','',1182466904,1,'tom_spider',1182466904),(1594,'Kids (1995)',337,4,'',0,0,0,'','',1182466908,1,'tom_spider',1182466908),(1595,'Kill Bill volume 2',650,4,'',0,0,0,'','',1182466923,1,'tom_spider',1182466923),(1596,'Kill Zone',2266,4,'',0,0,0,'','',1182466931,1,'tom_spider',1182466931),(1597,'Killer, The',1293,4,'',0,0,0,'','',1182466934,1,'tom_spider',1182466934),(1598,'Killing Zoe',1831,4,'',0,0,0,'','',1182466948,1,'tom_spider',1182466948),(1599,'Kin Dza Dza(w/eng subs)',1324,4,'',0,0,0,'','',1182466952,1,'tom_spider',1182466952),(1600,'King and the Clown',1410,4,'',0,0,0,'','',1182466956,1,'tom_spider',1182466956),(1601,'King Kong (2005)',3542,4,'',0,0,0,'','',1182466959,1,'tom_spider',1182466959),(1602,'Kingdom Of Heaven',462,4,'',0,0,0,'','',1182466962,1,'tom_spider',1182466962),(1603,'Kiss Kiss Bang Bang',461,4,'',0,0,0,'','',1182466984,1,'tom_spider',1182466984),(1604,'Kiss of the Dragon (2001)',2375,4,'',0,0,0,'imdb.com/title/tt0271027/','',1182466986,1,'tom_spider',1182466986),(1605,'Knockaround Guys',3039,4,'',0,0,0,'','',1182466989,1,'tom_spider',1182466989),(1606,'Krull (1983)',3413,4,'',0,0,0,'imdb.com/title/tt0085811/','',1182466995,1,'tom_spider',1182466995),(1607,'Kuch Kuch Hota Hai',593,4,'',0,0,0,'','',1182467008,1,'tom_spider',1182467008),(1608,'Kung Fu Hustle',2385,4,'',0,0,0,'','',1182467015,1,'tom_spider',1182467015),(1609,'Kung Fu Movies',530,4,'',0,0,0,'','',1182467060,1,'tom_spider',1182467060),(1610,'Kung Pow! Enter The Fist',1508,4,'',0,0,0,'','',1182467072,1,'tom_spider',1182467072),(1611,'Kuya (2004)',3442,4,'',0,0,0,'imdb.com/title/tt0398157/','',1182467075,1,'tom_spider',1182467075),(1612,'Kwaidan',1326,4,'',0,0,0,'','',1182467083,1,'tom_spider',1182467083),(1613,'La Jetee',2687,4,'',0,0,0,'','',1182467091,1,'tom_spider',1182467091),(1614,'La Story (1991)',2577,4,'',0,0,0,'','',1182467094,1,'tom_spider',1182467094),(1615,'Lady Death (2004)',3217,4,'',0,0,0,'imdb.com/title/tt0354690/','',1182467100,1,'tom_spider',1182467100),(1616,'Lady Frankenstein',1330,4,'',0,0,0,'','',1182467103,1,'tom_spider',1182467103),(1617,'Lady in the Water (2006)',1942,4,'',0,0,0,'','',1182467108,1,'tom_spider',1182467108),(1618,'Lage Raho, Munna Bhai [keep me by you, munna]',2487,4,'',0,0,0,'','',1182467112,1,'tom_spider',1182467112),(1619,'Langoliers, The (1995)',3340,4,'',0,0,0,'imdb.com/title/tt0112040/','',1182467116,1,'tom_spider',1182467116),(1620,'Laputa Castle in the Sky (Anime Eng Sub)',2767,4,'',0,0,0,'','',1182467127,1,'tom_spider',1182467127),(1621,'Larry The Cable Guy: Health Inspector (2006)',2572,4,'',0,0,0,'','',1182467132,1,'tom_spider',1182467132),(1622,'Last Alarm, The',2644,4,'',0,0,0,'','',1182467136,1,'tom_spider',1182467136),(1623,'Last Legion, The (2007)',2943,4,'',0,0,0,'imdb.com/title/tt0462396/','',1182467143,1,'tom_spider',1182467143),(1624,'Last Samurai, The',521,4,'',0,0,0,'','',1182467151,1,'tom_spider',1182467151),(1625,'Last Woman on Earth (1960)',1331,4,'',0,0,0,'','',1182467155,1,'tom_spider',1182467155),(1626,'Laurel And Hardy - Babes in Toyland',1433,4,'',0,0,0,'','',1182467158,1,'tom_spider',1182467158),(1627,'Laurel And Hardy - Nothing But Trouble',1434,4,'',0,0,0,'','',1182467162,1,'tom_spider',1182467162),(1628,'Laurel And Hardy - Pardon Us',1432,4,'',0,0,0,'','',1182467165,1,'tom_spider',1182467165),(1629,'Layer Cake',437,4,'',0,0,0,'','',1182467180,1,'tom_spider',1182467180),(1630,'League of Extraordinary Gentlemen, The',2278,4,'',0,0,0,'','',1182467198,1,'tom_spider',1182467198),(1631,'League of gentlemen - (Christmas Special)',1332,4,'',0,0,0,'','',1182467208,1,'tom_spider',1182467208),(1632,'Legend',2556,4,'',0,0,0,'','',1182467211,1,'tom_spider',1182467211),(1633,'Legend of Drunken Master, The',572,4,'',0,0,0,'','',1182467225,1,'tom_spider',1182467225),(1634,'Legend Of The Red Dragon',339,4,'',0,0,0,'','',1182467245,1,'tom_spider',1182467245),(1635,'Legend of Zorro, The',736,4,'',0,0,0,'','',1182467249,1,'tom_spider',1182467249),(1636,'Leon (1994)',3619,4,'',0,0,0,'imdb.com/title/tt0110413/','',1182467251,1,'tom_spider',1182467251),(1637,'Leprechaun (1993)',3092,4,'',0,0,0,'imdb.com/title/tt0107387/','',1182467255,1,'tom_spider',1182467255),(1638,'Less Than Zero',2318,4,'',0,0,0,'','',1182467266,1,'tom_spider',1182467266),(1639,'Let's Do It Again(1975)',1335,4,'',0,0,0,'','',1182467270,1,'tom_spider',1182467270),(1640,'Lewis Black: Red, White, and Screwed',1869,4,'',0,0,0,'','',1182467272,1,'tom_spider',1182467272),(1641,'Libertine, The (2004)',3089,4,'',0,0,0,'','',1182467280,1,'tom_spider',1182467280),(1642,'Life of Mahatma Gandhi(5hrs long)',1337,4,'',0,0,0,'','',1182467295,1,'tom_spider',1182467295),(1643,'Light Speed',2413,4,'',0,0,0,'','',1182467297,1,'tom_spider',1182467297),(1644,'Lilies of the Field (1963)',3221,4,'',0,0,0,'imdb.com/title/tt0057251/','',1182467301,1,'tom_spider',1182467301),(1645,'Lilja 4 Ever',695,4,'',0,0,0,'','',1182467304,1,'tom_spider',1182467304),(1646,'Lion King 3(Portuguese)',2654,4,'',0,0,0,'','',1182467308,1,'tom_spider',1182467308),(1647,'Lion King, The (1994)',2419,4,'',0,0,0,'','',1182467310,1,'tom_spider',1182467310),(1648,'Lionheart',1398,4,'',0,0,0,'','',1182467343,1,'tom_spider',1182467343),(1649,'Little Man (2006)',341,4,'',0,0,0,'','',1182467346,1,'tom_spider',1182467346),(1650,'Little Mermaid, The (1989)',2112,4,'',0,0,0,'imdb.com/title/tt0097757/','',1182467363,1,'tom_spider',1182467363),(1651,'Little Shop of Horrors old',629,4,'',0,0,0,'','',1182467371,1,'tom_spider',1182467371),(1652,'Live Feed',2179,4,'',0,0,0,'','',1182467380,1,'tom_spider',1182467380),(1653,'Live Free or Die',3454,4,'',0,0,0,'','',1182467382,1,'tom_spider',1182467382),(1654,'Living Death',606,4,'',0,0,0,'','',1182467384,1,'tom_spider',1182467384),(1655,'Living With Michael Jackson',1915,4,'',0,0,0,'','',1182467395,1,'tom_spider',1182467395),(1656,'Lizzie McGuire Movie, The',343,4,'',0,0,0,'','',1182467397,1,'tom_spider',1182467397),(1657,'London to Brighton',2489,4,'',0,0,0,'','',1182467400,1,'tom_spider',1182467400),(1658,'LONE WOLF AND CUB: Baby Cart at the River (Eng Dub)',3067,4,'',0,0,0,'','',1182467427,1,'tom_spider',1182467427),(1659,'Long John Silver',902,4,'',0,0,0,'','',1182467435,1,'tom_spider',1182467435),(1660,'Long Weekend, The (2005)',1785,4,'',0,0,0,'','',1182467463,1,'tom_spider',1182467463),(1661,'Longest Yard, The (2005)',2995,4,'',0,0,0,'imdb.com/title/tt0398165/','',1182467465,1,'tom_spider',1182467465),(1662,'Lord of the Rings series',2255,4,'',0,0,0,'','',1182467521,1,'tom_spider',1182467521),(1663,'Lord of War',676,4,'',0,0,0,'','',1182467534,1,'tom_spider',1182467534),(1664,'Lost and Delirious (2001)',2699,4,'',0,0,0,'','',1182467543,1,'tom_spider',1182467543),(1665,'Lost Boys, The (1987)',344,4,'',0,0,0,'','',1182467557,1,'tom_spider',1182467557),(1666,'Lost in La Mancha (2002)',3504,4,'',0,0,0,'imdb.com/title/tt0308514/','',1182467560,1,'tom_spider',1182467560),(1667,'Lost World, The',2636,4,'',0,0,0,'','',1182467566,1,'tom_spider',1182467566),(1668,'Love Actually',668,4,'',0,0,0,'','',1182467598,1,'tom_spider',1182467598),(1669,'Lovesong For Bobby Long, A (2004)',3060,4,'',0,0,0,'imdb.com/title/tt0369672/','',1182467601,1,'tom_spider',1182467601),(1670,'Loving Annabelle (2006)',2625,4,'',0,0,0,'','',1182467643,1,'tom_spider',1182467643),(1671,'Lucky Number Slevin (2006)',2156,4,'',0,0,0,'imdb.com/title/tt0425210/','',1182467649,1,'tom_spider',1182467649),(1672,'M (1931)',1815,4,'',0,0,0,'','',1182467672,1,'tom_spider',1182467672),(1673,'M - Murderers Among Us',377,4,'',0,0,0,'','',1182467677,1,'tom_spider',1182467677),(1674,'Mack, The (1973)',2830,4,'',0,0,0,'','',1182467680,1,'tom_spider',1182467680),(1675,'Maid, The',2981,4,'',0,0,0,'','',1182467684,1,'tom_spider',1182467684),(1676,'Malcolm X: Make It Plain (BBC Documentary, "The American Experience", 1994)',2814,4,'',0,0,0,'','',1182467689,1,'tom_spider',1182467689),(1677,'Malevolence (2004)',3200,4,'',0,0,0,'imdb.com/title/tt0388230/','',1182467692,1,'tom_spider',1182467692),(1678,'Mallrats',837,4,'',0,0,0,'','',1182467694,1,'tom_spider',1182467694),(1679,'Man Bites Dog (1992)',3501,4,'',0,0,0,'imdb.com/title/tt0103905/','',1182467698,1,'tom_spider',1182467698),(1680,'Man Who Fell To Earth',1156,4,'',0,0,0,'','',1182467701,1,'tom_spider',1182467701),(1681,'Man Who Knew Too Much, The (1934)',2632,4,'',0,0,0,'','',1182467705,1,'tom_spider',1182467705),(1682,'Maniac',486,4,'',0,0,0,'','',1182467708,1,'tom_spider',1182467708),(1683,'Mannequin',2406,4,'',0,0,0,'','',1182467710,1,'tom_spider',1182467710),(1684,'March Of The Penguins',345,4,'',0,0,0,'','',1182467718,1,'tom_spider',1182467718),(1685,'Marital Angels(eng dub)',1505,4,'',0,0,0,'','',1182467752,1,'tom_spider',1182467752),(1686,'Mark of Cain, The (2007)',2857,4,'',0,0,0,'imdb.com/title/tt0837800/','',1182467761,1,'tom_spider',1182467761),(1687,'Mark of the Vampire',795,4,'',0,0,0,'','',1182467764,1,'tom_spider',1182467764),(1688,'Mary Poppins (1964)',3184,4,'',0,0,0,'imdb.com/title/tt0058331/','',1182467767,1,'tom_spider',1182467767),(1689,'MASH (1970)',2825,4,'',0,0,0,'','',1182467769,1,'tom_spider',1182467769),(1690,'Master Killer',1506,4,'',0,0,0,'','',1182467776,1,'tom_spider',1182467776),(1691,'Masters of Horror',919,4,'',0,0,0,'','',1182467780,1,'tom_spider',1182467780),(1692,'Masters Of Terror (2002)',1507,4,'',0,0,0,'','',1182467784,1,'tom_spider',1182467784),(1693,'Matilda',2611,4,'',0,0,0,'','',1182467804,1,'tom_spider',1182467804),(1694,'Mclintock',1407,4,'',0,0,0,'','',1182467812,1,'tom_spider',1182467812),(1695,'Meals on Wheels',2381,4,'',0,0,0,'','',1182467822,1,'tom_spider',1182467822),(1696,'Medallion, The',666,4,'',0,0,0,'','',1182467847,1,'tom_spider',1182467847),(1697,'Meet the Fockers',706,4,'',0,0,0,'','',1182467877,1,'tom_spider',1182467877),(1698,'Meet the Parents',774,4,'',0,0,0,'','',1182467912,1,'tom_spider',1182467912),(1699,'Meet the Parents [original 1992]',1795,4,'',0,0,0,'','',1182467940,1,'tom_spider',1182467940),(1700,'Menace II Society',1258,4,'',0,0,0,'','',1182467946,1,'tom_spider',1182467946),(1701,'Merry Go Round',1510,4,'',0,0,0,'','',1182467955,1,'tom_spider',1182467955),(1702,'Meshes of the Afternoon (1943)',2716,4,'',0,0,0,'','',1182467959,1,'tom_spider',1182467959),(1703,'Message, The',667,4,'',0,0,0,'','',1182467967,1,'tom_spider',1182467967),(1704,'Messengers, The (2007)',2787,4,'',0,0,0,'','',1182467978,1,'tom_spider',1182467978),(1705,'Metal Gear Solid 2: Sons of Liberty',944,4,'',0,0,0,'','',1182467987,1,'tom_spider',1182467987),(1706,'Metal Gear Solid 3: Snake Eater',943,4,'',0,0,0,'','',1182467996,1,'tom_spider',1182467996),(1707,'Metal Gear Solid: Twin Snakes',945,4,'',0,0,0,'','',1182468002,1,'tom_spider',1182468002),(1708,'Metal: A Headbanger's Journey (2005)',2791,4,'',0,0,0,'','',1182468006,1,'tom_spider',1182468006),(1709,'Metropolis',2476,4,'',0,0,0,'','',1182468014,1,'tom_spider',1182468014),(1710,'Metropolis (1927)',3482,4,'',0,0,0,'imdb.com/title/tt0017136/','',1182468017,1,'tom_spider',1182468017),(1711,'Mezzo Forte',688,4,'',0,0,0,'','',1182468021,1,'tom_spider',1182468021),(1712,'Michael Jackson's Ghosts',2478,4,'',0,0,0,'','',1182468024,1,'tom_spider',1182468024),(1713,'Midnight Express',1833,4,'',0,0,0,'','',1182468043,1,'tom_spider',1182468043),(1714,'Million Dollar Hotel, The (2000)',2786,4,'',0,0,0,'','',1182468046,1,'tom_spider',1182468046),(1715,'Million Dollar Kid',2293,4,'',0,0,0,'','',1182468049,1,'tom_spider',1182468049),(1716,'Millions',1690,4,'',0,0,0,'','',1182468052,1,'tom_spider',1182468052),(1717,'Mischief Night (2006)',3449,4,'',0,0,0,'imdb.com/title/tt0481581/','',1182468056,1,'tom_spider',1182468056),(1718,'Miss Congeniality (2000)',3382,4,'',0,0,0,'imdb.com/title/tt0212346/','',1182468071,1,'tom_spider',1182468071),(1719,'Miss Congeniality 2: Armed & Fabulous (2005)',3383,4,'',0,0,0,'imdb.com/title/tt0385307/','',1182468081,1,'tom_spider',1182468081),(1720,'Miss Potter (2004)',1511,4,'',0,0,0,'imdb.com/title/tt0482546/','',1182468085,1,'tom_spider',1182468085),(1721,'Mistress of Spices, The (2005)',3094,4,'',0,0,0,'','',1182468103,1,'tom_spider',1182468103),(1722,'Moment To Remember, A (2004)',1072,4,'',0,0,0,'','',1182468112,1,'tom_spider',1182468112),(1723,'Money Talks',2861,4,'',0,0,0,'','',1182468115,1,'tom_spider',1182468115),(1724,'Monkey's Mask, The (2000)',2701,4,'',0,0,0,'','',1182468125,1,'tom_spider',1182468125),(1725,'Monster',1910,4,'',0,0,0,'','',1182468158,1,'tom_spider',1182468158),(1726,'Monster House (2006)',349,4,'',0,0,0,'imdb.com/title/tt0385880/','',1182468165,1,'tom_spider',1182468165),(1727,'Monster Squad (1987)',2867,4,'',0,0,0,'','',1182468171,1,'tom_spider',1182468171),(1728,'Monsters, Inc.',1967,4,'',0,0,0,'','',1182468175,1,'tom_spider',1182468175),(1729,'Monty Python And The Holly Grail (1975)',3793,4,'',0,0,0,'imdb.com/title/tt0071853/','',1182468178,1,'tom_spider',1182468178),(1730,'Monty Python's Life Of Brian (1979)',743,4,'',0,0,0,'','',1182468189,1,'tom_spider',1182468189),(1731,'Monty Python's The Meaning Of Life (1983)',3790,4,'',0,0,0,'imdb.com/title/tt0085959/','',1182468192,1,'tom_spider',1182468192),(1732,'Moon Child (2003 w/ eng subs)',1512,4,'',0,0,0,'','',1182468215,1,'tom_spider',1182468215),(1733,'Moonwalker (1988)',3207,4,'',0,0,0,'imdb.com/title/tt0095655/','',1182468218,1,'tom_spider',1182468218),(1734,'Mortal Kombat',1381,4,'',0,0,0,'','',1182468221,1,'tom_spider',1182468221),(1735,'Mortal Kombat 2: Annilhilation',1982,4,'',0,0,0,'','',1182468225,1,'tom_spider',1182468225),(1736,'Mortuary',1513,4,'',0,0,0,'','',1182468232,1,'tom_spider',1182468232),(1737,'Moulin Rouge (2001)',979,4,'',0,0,0,'','',1182468243,1,'tom_spider',1182468243),(1738,'Mouse And His Child, The (1977)',3626,4,'',0,0,0,'imdb.com/title/tt0076416/','',1182468247,1,'tom_spider',1182468247),(1739,'Mr. Bean's Holiday (2007)',2336,4,'',0,0,0,'','',1182468257,1,'tom_spider',1182468257),(1740,'Mr. Deeds (2002)',816,4,'',0,0,0,'imdb.com/title/tt0280590/','',1182468279,1,'tom_spider',1182468279),(1741,'Mr. Fix It (2006)',2710,4,'',0,0,0,'','',1182468304,1,'tom_spider',1182468304),(1742,'Mr. Nice Guy',664,4,'',0,0,0,'','',1182468336,1,'tom_spider',1182468336),(1743,'Mr. Robinson Crusoe (1932)',1515,4,'',0,0,0,'','',1182468340,1,'tom_spider',1182468340),(1744,'Mulholland Drive (2001)',2702,4,'',0,0,0,'imdb.com/title/tt0166924/','',1182468362,1,'tom_spider',1182468362),(1745,'Mulholland Drive (2001)',3448,4,'',0,0,0,'imdb.com/title/tt0166924/','',1182468367,1,'tom_spider',1182468367),(1746,'Mummy, The',2001,4,'',0,0,0,'','',1182468385,1,'tom_spider',1182468385),(1747,'My Best Friend's Birthday',616,4,'',0,0,0,'','',1182468395,1,'tom_spider',1182468395),(1748,'My Little Bride (2004)',3115,4,'',0,0,0,'','',1182468403,1,'tom_spider',1182468403),(1749,'My Man Godfrey (1936)',1518,4,'',0,0,0,'','',1182468407,1,'tom_spider',1182468407),(1750,'My Neighbor Toro (anime)',3239,4,'',0,0,0,'','',1182468410,1,'tom_spider',1182468410),(1751,'My Sassy Girl',352,4,'',0,0,0,'','',1182468419,1,'tom_spider',1182468419),(1752,'My Summer of Love (2004)',3645,4,'',0,0,0,'','',1182468421,1,'tom_spider',1182468421),(1753,'My Wife is Gangster',353,4,'',0,0,0,'','',1182468423,1,'tom_spider',1182468423),(1754,'My Wife's Relations (1922)',2605,4,'',0,0,0,'','',1182468430,1,'tom_spider',1182468430),(1755,'Mystery Men',1550,4,'',0,0,0,'','',1182468442,1,'tom_spider',1182468442),(1756,'Myth, The [no subs]',2247,4,'',0,0,0,'','',1182468444,1,'tom_spider',1182468444),(1757,'Nacho Libre (2006)',818,4,'',0,0,0,'imdb.com/title/tt0457510/','',1182468483,1,'tom_spider',1182468483),(1758,'Najib Amhali - Most Wanted (2005) - Dutch',3650,4,'',0,0,0,'','',1182468487,1,'tom_spider',1182468487),(1759,'Naked Lunch',1619,4,'',0,0,0,'','',1182468494,1,'tom_spider',1182468494),(1760,'Namaste London (Bollywood)',2253,4,'',0,0,0,'','',1182468498,1,'tom_spider',1182468498),(1761,'Namesake, The (2006)',2486,4,'',0,0,0,'imdb.com/title/tt0433416/','',1182468527,1,'tom_spider',1182468527),(1762,'Nanny Mcphee (2005) JP SUBS',2557,4,'',0,0,0,'','',1182468531,1,'tom_spider',1182468531),(1763,'Naqoyqatsi (2002)',1551,4,'',0,0,0,'','',1182468534,1,'tom_spider',1182468534),(1764,'Naruto Movie 1',360,4,'',0,0,0,'','',1182468536,1,'tom_spider',1182468536),(1765,'Near Dark',784,4,'',0,0,0,'','',1182468541,1,'tom_spider',1182468541),(1766,'Necromantik 2 - The return of the loving dead!(1991)',1552,4,'',0,0,0,'','',1182468547,1,'tom_spider',1182468547),(1767,'Nevada City (1941)',2621,4,'',0,0,0,'','',1182468554,1,'tom_spider',1182468554),(1768,'Never Been Kissed',2174,4,'',0,0,0,'','',1182468568,1,'tom_spider',1182468568),(1769,'Neverending Story II, The',2362,4,'',0,0,0,'','',1182468594,1,'tom_spider',1182468594),(1770,'Neverending story, The (1984)',3561,4,'',0,0,0,'imdb.com/title/tt0088323/','',1182468596,1,'tom_spider',1182468596),(1771,'New Jersey Drive',2620,4,'',0,0,0,'','',1182468600,1,'tom_spider',1182468600),(1772,'New Police Story',1302,4,'',0,0,0,'','',1182468640,1,'tom_spider',1182468640),(1773,'Newsies (1992)',2781,4,'',0,0,0,'','',1182468644,1,'tom_spider',1182468644),(1774,'Next [2007]',2058,4,'',0,0,0,'','',1182468651,1,'tom_spider',1182468651),(1775,'Night at the Museum (2006)',3385,4,'',0,0,0,'imdb.com/title/tt0477347/','',1182468653,1,'tom_spider',1182468653),(1776,'Night At The Roxbury',363,4,'',0,0,0,'','',1182468671,1,'tom_spider',1182468671),(1777,'Night of the Dead',2286,4,'',0,0,0,'','',1182468676,1,'tom_spider',1182468676),(1778,'Night Of The Living Dead',838,4,'',0,0,0,'','',1182468685,1,'tom_spider',1182468685),(1779,'Night of the Living Dead (1990 remake)',1553,4,'',0,0,0,'imdb.com/title/tt0100258/','',1182468705,1,'tom_spider',1182468705),(1780,'Night Skies',596,4,'',0,0,0,'','',1182468729,1,'tom_spider',1182468729),(1781,'Night Watch',749,4,'',0,0,0,'','',1182468731,1,'tom_spider',1182468731),(1782,'Nightbreed (1990)',3538,4,'',0,0,0,'imdb.com/title/tt0100260/','',1182468737,1,'tom_spider',1182468737),(1783,'Nightmare Before Christmas',2047,4,'',0,0,0,'','',1182468743,1,'tom_spider',1182468743),(1784,'Nightmare Castle (1965)',1554,4,'',0,0,0,'','',1182468757,1,'tom_spider',1182468757),(1785,'Nightmare on Elm Street',681,4,'',0,0,0,'','',1182468764,1,'tom_spider',1182468764),(1786,'Nightmare on Elm Street 3',1826,4,'',0,0,0,'','',1182468770,1,'tom_spider',1182468770),(1787,'Nochnoy Dozor (Night Watch w/ Eng sub)',1555,4,'',0,0,0,'','',1182468776,1,'tom_spider',1182468776),(1788,'Nosferatu(1922)',1556,4,'',0,0,0,'','',1182468784,1,'tom_spider',1182468784),(1789,'Notebook',364,4,'',0,0,0,'','',1182468788,1,'tom_spider',1182468788),(1790,'Notting Hill (1999)',3087,4,'',0,0,0,'','',1182468801,1,'tom_spider',1182468801),(1791,'Number 23, The',1789,4,'',0,0,0,'','',1182468830,1,'tom_spider',1182468830),(1792,'Nun, The (aka Monja, La) (2005)',3531,4,'',0,0,0,'imdb.com/title/tt0371853/','',1182468834,1,'tom_spider',1182468834),(1793,'Ocean's Thirteen (2007)',3578,4,'',0,0,0,'','',1182468836,1,'tom_spider',1182468836),(1794,'Octopussy',1557,4,'',0,0,0,'','',1182468842,1,'tom_spider',1182468842),(1795,'Odd Girl Out (2005)',3551,4,'',0,0,0,'imdb.com/title/tt0433422/','',1182468874,1,'tom_spider',1182468874),(1796,'Oil Factor, The; Behind the War on Terror',1463,4,'',0,0,0,'','',1182468878,1,'tom_spider',1182468878),(1797,'Oliver Twist(1933)',1560,4,'',0,0,0,'','',1182468884,1,'tom_spider',1182468884),(1798,'Omen, The (1976)',1027,4,'',0,0,0,'','',1182468886,1,'tom_spider',1182468886),(1799,'On The Edge Of Blade Runner - The Making of Blade Runner',1561,4,'',0,0,0,'','',1182468890,1,'tom_spider',1182468890),(1800,'Once upon a time in mexico (2006) (Spanish)',3227,4,'',0,0,0,'imdb.com/title/tt0285823/','',1182468893,1,'tom_spider',1182468893),(1801,'Once Upon a Time in the West',3265,4,'',0,0,0,'imdb.com/title/tt0064116/','',1182468905,1,'tom_spider',1182468905),(1802,'One Missed Call',1096,4,'',0,0,0,'','',1182468908,1,'tom_spider',1182468908),(1803,'One Missed Call 2',1097,4,'',0,0,0,'','',1182468914,1,'tom_spider',1182468914),(1804,'One Missed Call 3',1454,4,'',0,0,0,'','',1182468916,1,'tom_spider',1182468916),(1805,'One night with the King',1562,4,'',0,0,0,'','',1182468921,1,'tom_spider',1182468921),(1806,'One Piece Movie 7(w/ eng subs)',1563,4,'',0,0,0,'','',1182468923,1,'tom_spider',1182468923),(1807,'One, The (2001)',3708,4,'',0,0,0,'imdb.com/title/tt0267804/','',1182468925,1,'tom_spider',1182468925),(1808,'One-Eyed Jacks (1961)',1564,4,'',0,0,0,'','',1182468929,1,'tom_spider',1182468929),(1809,'Ong Back-The Thai Warrior(no eng subs)',1565,4,'',0,0,0,'','',1182468932,1,'tom_spider',1182468932),(1810,'Ong Bak',1350,4,'',0,0,0,'','',1182468938,1,'tom_spider',1182468938),(1811,'Only Yesterday',2136,4,'',0,0,0,'','',1182468942,1,'tom_spider',1182468942),(1812,'Open Season (2006)',656,4,'',0,0,0,'imdb.com/title/tt0400717/','',1182468957,1,'tom_spider',1182468957),(1813,'Orange County',1974,4,'',0,0,0,'','',1182468960,1,'tom_spider',1182468960),(1814,'Original Kings of Comedy',700,4,'',0,0,0,'','',1182468962,1,'tom_spider',1182468962),(1815,'Osobennij 2006 (Rus w/ no eng subs)',1566,4,'',0,0,0,'','',1182468965,1,'tom_spider',1182468965),(1816,'Out Of The Dark (1995)(Jap w/eng subs)',1567,4,'',0,0,0,'','',1182469022,1,'tom_spider',1182469022),(1817,'Outfoxed: Rupert Murdoch?s War On Journalism',2016,4,'',0,0,0,'','',1182469025,1,'tom_spider',1182469025),(1818,'Over the Top',2319,4,'',0,0,0,'','',1182469045,1,'tom_spider',1182469045),(1819,'Ozzy Osbourne Don't Blame Me The Tales of Ozzy Osbourne',1569,4,'',0,0,0,'','',1182469050,1,'tom_spider',1182469050),(1820,'Pablo Francisco: Bits and Pieces',1813,4,'',0,0,0,'','',1182469055,1,'tom_spider',1182469055),(1821,'Pacifier, The (2005)',3114,4,'',0,0,0,'','',1182469057,1,'tom_spider',1182469057),(1822,'Paid in Full (2002)',2734,4,'',0,0,0,'','',1182469059,1,'tom_spider',1182469059),(1823,'Painted Veil, The',2564,4,'',0,0,0,'','',1182469065,1,'tom_spider',1182469065),(1824,'Paleface, The (1922)',2601,4,'',0,0,0,'','',1182469072,1,'tom_spider',1182469072),(1825,'Paradise Lost 555(jap w/ eng subs)',1570,4,'',0,0,0,'','',1182469074,1,'tom_spider',1182469074),(1826,'Parlor, Bedroom and Bath (1920)',2608,4,'',0,0,0,'','',1182469080,1,'tom_spider',1182469080),(1827,'Payback',2101,4,'',0,0,0,'','',1182469082,1,'tom_spider',1182469082),(1828,'Paycheck (2003)',391,4,'',0,0,0,'imdb.com/title/tt0338337/','',1182469105,1,'tom_spider',1182469105),(1829,'PBS Peoples Century',1572,4,'',0,0,0,'','',1182469118,1,'tom_spider',1182469118),(1830,'Pearl Harbor',975,4,'',0,0,0,'','',1182469120,1,'tom_spider',1182469120),(1831,'Perfect Creature',1573,4,'',0,0,0,'','',1182469144,1,'tom_spider',1182469144),(1832,'Perfect Man, The (2005)',3006,4,'',0,0,0,'imdb.com/title/tt0380623/','',1182469164,1,'tom_spider',1182469164),(1833,'Perfect Stranger (2007)',2741,4,'',0,0,0,'','',1182469165,1,'tom_spider',1182469165),(1834,'Persuasion',3081,4,'',0,0,0,'','',1182469171,1,'tom_spider',1182469171),(1835,'Pervert's Guide to Cinema, The (2006)',3213,4,'',0,0,0,'','',1182469175,1,'tom_spider',1182469175),(1836,'Pet, The',3157,4,'',0,0,0,'','',1182469179,1,'tom_spider',1182469179),(1837,'Phantasm',868,4,'',0,0,0,'imdb.com/title/tt0079714/','',1182469185,1,'tom_spider',1182469185),(1838,'Phantom of the Opera, The (1925)',422,4,'',0,0,0,'','',1182469189,1,'tom_spider',1182469189),(1839,'Phantom Ship',2646,4,'',0,0,0,'','',1182469192,1,'tom_spider',1182469192),(1840,'Pi',1575,4,'',0,0,0,'','',1182469197,1,'tom_spider',1182469197),(1841,'Pink Floyd The Wall',1576,4,'',0,0,0,'','',1182469201,1,'tom_spider',1182469201),(1842,'Pink Panther',2004,4,'',0,0,0,'','',1182469208,1,'tom_spider',1182469208),(1843,'Pirates of Silicon Valley',708,4,'',0,0,0,'','',1182469213,1,'tom_spider',1182469213),(1844,'Pirates of the Caribbean: At World's End (2007)',3154,4,'',0,0,0,'','',1182469215,1,'tom_spider',1182469215),(1845,'Pirates Of The Caribbean: The Curse Of The Black Pearl (2003)',3577,4,'',0,0,0,'','',1182469217,1,'tom_spider',1182469217),(1846,'Pitch Black (2000)',3726,4,'',0,0,0,'','',1182469220,1,'tom_spider',1182469220),(1847,'Plague Dogs',1091,4,'',0,0,0,'imdb.com/title/tt0084509/','',1182469245,1,'tom_spider',1182469245),(1848,'Plan 9 From Outer Space',1295,4,'',0,0,0,'','',1182469252,1,'tom_spider',1182469252),(1849,'Plane Dead (2007)',1909,4,'',0,0,0,'','',1182469278,1,'tom_spider',1182469278),(1850,'Planet of the Vampires (1965)',3480,4,'',0,0,0,'imdb.com/title/tt0059792/','',1182469283,1,'tom_spider',1182469283),(1851,'Platoon',2113,4,'',0,0,0,'','',1182469297,1,'tom_spider',1182469297),(1852,'Point Break (1991)',2484,4,'',0,0,0,'','',1182469307,1,'tom_spider',1182469307),(1853,'Pokemon Movie 8: Lucario And The Mystery Of Mew',2409,4,'',0,0,0,'','',1182469309,1,'tom_spider',1182469309),(1854,'Police Academy series',465,4,'',0,0,0,'','',1182469322,1,'tom_spider',1182469322),(1855,'Police Patrol (1933)',1577,4,'',0,0,0,'','',1182469326,1,'tom_spider',1182469326),(1856,'Police Story(2004)',1578,4,'',0,0,0,'','',1182469329,1,'tom_spider',1182469329),(1857,'Pool Hall Junkies',1579,4,'',0,0,0,'','',1182469335,1,'tom_spider',1182469335),(1858,'Porco Rosso',1502,4,'',0,0,0,'','',1182469348,1,'tom_spider',1182469348),(1859,'Predator (1987)',3486,4,'',0,0,0,'imdb.com/title/tt0093773/','',1182469359,1,'tom_spider',1182469359),(1860,'Premonition (2007)',3635,4,'',0,0,0,'imdb.com/title/tt0477071/','',1182469380,1,'tom_spider',1182469380),(1861,'Prestige (2006)',890,4,'',0,0,0,'imdb.com/title/tt0482571/','',1182469382,1,'tom_spider',1182469382),(1862,'Pretty in Pink (1986)',3231,4,'',0,0,0,'imdb.com/title/tt0091790/','',1182469387,1,'tom_spider',1182469387),(1863,'Prey',543,4,'',0,0,0,'','',1182469389,1,'tom_spider',1182469389),(1864,'Pride & Prejudice (2005)',2760,4,'',0,0,0,'imdb.com/title/tt0414387/','',1182469395,1,'tom_spider',1182469395),(1865,'Primal Fear (1996)',2779,4,'',0,0,0,'','',1182469398,1,'tom_spider',1182469398),(1866,'Prime',604,4,'',0,0,0,'','',1182469426,1,'tom_spider',1182469426),(1867,'Prince Of Tennis(jap w/eng subs)',1581,4,'',0,0,0,'','',1182469431,1,'tom_spider',1182469431),(1868,'Princess Bride, The (1987)',3218,4,'',0,0,0,'','',1182469433,1,'tom_spider',1182469433),(1869,'Princess Mononoke',395,4,'',0,0,0,'','',1182469448,1,'tom_spider',1182469448),(1870,'Promise, The (2005)',3000,4,'',0,0,0,'','',1182469468,1,'tom_spider',1182469468),(1871,'Protector, The',3235,4,'',0,0,0,'','',1182469471,1,'tom_spider',1182469471),(1872,'Protector, The (2005)',3095,4,'',0,0,0,'','',1182469480,1,'tom_spider',1182469480),(1873,'Provoked',2012,4,'',0,0,0,'','',1182469484,1,'tom_spider',1182469484),(1874,'Prozac Nation',2364,4,'',0,0,0,'','',1182469489,1,'tom_spider',1182469489),(1875,'Pulp Fiction (1994)',3273,4,'',0,0,0,'imdb.com/title/tt0110912/','',1182469492,1,'tom_spider',1182469492),(1876,'Pulse',1582,4,'',0,0,0,'','',1182469502,1,'tom_spider',1182469502),(1877,'Pumpkinhead 3',1583,4,'',0,0,0,'','',1182469504,1,'tom_spider',1182469504),(1878,'Puppet Master',1584,4,'',0,0,0,'','',1182469507,1,'tom_spider',1182469507),(1879,'Purgatory',2383,4,'',0,0,0,'','',1182469511,1,'tom_spider',1182469511),(1880,'Pursuit of Happyness, The',421,4,'',0,0,0,'','',1182469513,1,'tom_spider',1182469513),(1881,'Pyaar Ke Side Effects',1585,4,'',0,0,0,'','',1182469517,1,'tom_spider',1182469517),(1882,'Pyaare Mohan',1586,4,'',0,0,0,'','',1182469520,1,'tom_spider',1182469520),(1883,'Queen Of The Damned',2389,4,'',0,0,0,'','',1182469523,1,'tom_spider',1182469523),(1884,'Quest, The (2003)',3606,4,'',0,0,0,'imdb.com/title/tt0362058/','',1182469527,1,'tom_spider',1182469527),(1885,'R- Point (2004)',1588,4,'',0,0,0,'','',1182469530,1,'tom_spider',1182469530),(1886,'R.V',580,4,'',0,0,0,'','',1182469541,1,'tom_spider',1182469541),(1887,'Rabid',468,4,'',0,0,0,'','',1182469545,1,'tom_spider',1182469545),(1888,'Racing Stripes',2615,4,'',0,0,0,'','',1182469548,1,'tom_spider',1182469548),(1889,'Rad',652,4,'',0,0,0,'','',1182469551,1,'tom_spider',1182469551),(1890,'Raging Bull (1980)',3263,4,'',0,0,0,'imdb.com/title/tt0081398/','',1182469554,1,'tom_spider',1182469554),(1891,'Raid on the Reactor',1590,4,'',0,0,0,'','',1182469557,1,'tom_spider',1182469557),(1892,'Raiders of the Lost Ark',2055,4,'',0,0,0,'','',1182469564,1,'tom_spider',1182469564),(1893,'Rain Man',583,4,'',0,0,0,'','',1182469566,1,'tom_spider',1182469566),(1894,'Rambo II',3128,4,'',0,0,0,'','',1182469568,1,'tom_spider',1182469568),(1895,'Rambo: First Blood part 2',2107,4,'',0,0,0,'','',1182469577,1,'tom_spider',1182469577),(1896,'Rashômon (1950)',677,4,'',0,0,0,'','',1182469582,1,'tom_spider',1182469582),(1897,'Ravenous',1048,4,'',0,0,0,'','',1182469585,1,'tom_spider',1182469585),(1898,'Raw Deal',2298,4,'',0,0,0,'','',1182469589,1,'tom_spider',1182469589),(1899,'Ray',2518,4,'',0,0,0,'','',1182469591,1,'tom_spider',1182469591),(1900,'Re-Animator',2549,4,'',0,0,0,'','',1182469594,1,'tom_spider',1182469594),(1901,'Real Genius (1985)',3423,4,'',0,0,0,'imdb.com/title/tt0089886/','',1182469597,1,'tom_spider',1182469597),(1902,'Reaping,The',1824,4,'',0,0,0,'','',1182469599,1,'tom_spider',1182469599),(1903,'Rear Window (1954)',3439,4,'',0,0,0,'imdb.com/title/tt0047396/','',1182469602,1,'tom_spider',1182469602),(1904,'Red',2229,4,'',0,0,0,'','',1182469604,1,'tom_spider',1182469604),(1905,'Red Dawn (1984)',3567,4,'',0,0,0,'imdb.com/title/tt0087985/','',1182469608,1,'tom_spider',1182469608),(1906,'Red Dragon',1155,4,'',0,0,0,'','',1182469611,1,'tom_spider',1182469611),(1907,'Red Heat (1988)',3282,4,'',0,0,0,'imdb.com/title/tt0095963/','',1182469615,1,'tom_spider',1182469615),(1908,'Red House, The (1947)',2619,4,'',0,0,0,'','',1182469619,1,'tom_spider',1182469619),(1909,'Red Shadow (2001)',1591,4,'',0,0,0,'','',1182469622,1,'tom_spider',1182469622),(1910,'Red Sonia',3091,4,'',0,0,0,'','',1182469625,1,'tom_spider',1182469625),(1911,'Redline (2007)',2709,4,'',0,0,0,'imdb.com/title/tt0780595/','',1182469641,1,'tom_spider',1182469641),(1912,'Reef, The',2017,4,'',0,0,0,'','',1182469650,1,'tom_spider',1182469650),(1913,'Reefer Madness/Tell your Children (1936)',1592,4,'',0,0,0,'','',1182469655,1,'tom_spider',1182469655),(1914,'Relic, The (1997)',3212,4,'',0,0,0,'','',1182469658,1,'tom_spider',1182469658),(1915,'Remember the Titans',566,4,'',0,0,0,'','',1182469661,1,'tom_spider',1182469661),(1916,'Requiem For A Dream (2000)',3407,4,'',0,0,0,'imdb.com/title/tt0180093/','',1182469671,1,'tom_spider',1182469671),(1917,'Reservoir Dogs',1201,4,'',0,0,0,'','',1182469693,1,'tom_spider',1182469693),(1918,'Resident Evil 2: Apocalypse (2004)',3433,4,'',0,0,0,'','',1182469696,1,'tom_spider',1182469696),(1919,'Return of the Living Dead, The (1985)',3195,4,'',0,0,0,'','',1182469700,1,'tom_spider',1182469700),(1920,'Return Of The Street Fighter',1705,4,'',0,0,0,'','',1182469703,1,'tom_spider',1182469703),(1921,'Return, The (2006)',2463,4,'',0,0,0,'','',1182469706,1,'tom_spider',1182469706),(1922,'Revolution OS',1594,4,'',0,0,0,'','',1182469711,1,'tom_spider',1182469711),(1923,'Rigged USA Elections 2004',1595,4,'',0,0,0,'','',1182469714,1,'tom_spider',1182469714),(1924,'Ring 2, The',2513,4,'',0,0,0,'','',1182469720,1,'tom_spider',1182469720),(1925,'Ring Around The Rosie (2006)',2655,4,'',0,0,0,'','',1182469734,1,'tom_spider',1182469734),(1926,'Ringu',1095,4,'',0,0,0,'','',1182469738,1,'tom_spider',1182469738),(1927,'Riot Squad(1935)',1596,4,'',0,0,0,'','',1182469741,1,'tom_spider',1182469741),(1928,'Road to Guantanamo, The',634,4,'',0,0,0,'','',1182469757,1,'tom_spider',1182469757),(1929,'Road Trip',1597,4,'',0,0,0,'','',1182469777,1,'tom_spider',1182469777),(1930,'Rob B Hood',581,4,'',0,0,0,'','',1182469782,1,'tom_spider',1182469782),(1931,'Robin Williams',376,4,'',0,0,0,'','',1182469787,1,'tom_spider',1182469787),(1932,'RoboCop 2',716,4,'',0,0,0,'','',1182469789,1,'tom_spider',1182469789),(1933,'Robots',2158,4,'',0,0,0,'','',1182469791,1,'tom_spider',1182469791),(1934,'Rock Star (2001)',3104,4,'',0,0,0,'','',1182469797,1,'tom_spider',1182469797),(1935,'Rocky',2677,4,'',0,0,0,'','',1182469799,1,'tom_spider',1182469799),(1936,'Rocky II',2678,4,'',0,0,0,'','',1182469801,1,'tom_spider',1182469801),(1937,'Rocky III',565,4,'',0,0,0,'','',1182469803,1,'tom_spider',1182469803),(1938,'Roll Bounce (2005)',2829,4,'',0,0,0,'','',1182469809,1,'tom_spider',1182469809),(1939,'Romeo Must Die',2275,4,'',0,0,0,'','',1182469817,1,'tom_spider',1182469817),(1940,'Ronin (1998)',2845,4,'',0,0,0,'','',1182469823,1,'tom_spider',1182469823),(1941,'Root Of All Evil?,The',1770,4,'',0,0,0,'','',1182469830,1,'tom_spider',1182469830),(1942,'Roswell Incident, The',805,4,'',0,0,0,'','',1182469834,1,'tom_spider',1182469834),(1943,'Rounders (1998)',2784,4,'',0,0,0,'imdb.com/title/tt0128442/','',1182469836,1,'tom_spider',1182469836),(1944,'Route 66: An American Bad Dream (2004)',754,4,'',0,0,0,'imdb.com/title/tt0419100/','',1182469864,1,'tom_spider',1182469864),(1945,'Rudolph the Red-Nosed Reindeer',841,4,'',0,0,0,'','',1182469869,1,'tom_spider',1182469869),(1946,'Rudy (1993)',3723,4,'',0,0,0,'imdb.com/title/tt0108002/','',1182469873,1,'tom_spider',1182469873),(1947,'Run, Ronnie, Run',1976,4,'',0,0,0,'','',1182469876,1,'tom_spider',1182469876),(1948,'Rundown, The',2618,4,'',0,0,0,'','',1182469877,1,'tom_spider',1182469877),(1949,'Running Scared',2011,4,'',0,0,0,'','',1182469883,1,'tom_spider',1182469883),(1950,'Rupert Murdoch's War on Journalism',1600,4,'',0,0,0,'','',1182469889,1,'tom_spider',1182469889),(1951,'Rurouni Kenshin - Samurai X',1601,4,'',0,0,0,'','',1182469896,1,'tom_spider',1182469896),(1952,'Rurouni Kenshin: Wandering Samurai',678,4,'',0,0,0,'','',1182469899,1,'tom_spider',1182469899),(1953,'Rush Hour (1998)',1787,4,'',0,0,0,'','',1182469902,1,'tom_spider',1182469902),(1954,'Rush Hour 2',1921,4,'',0,0,0,'','',1182469916,1,'tom_spider',1182469916),(1955,'Rushmore',2360,4,'',0,0,0,'','',1182469922,1,'tom_spider',1182469922),(1956,'Russell Peters Outsourced',2768,4,'',0,0,0,'','',1182469924,1,'tom_spider',1182469924),(1957,'Russian Movies',3536,4,'',0,0,0,'','',1182469931,1,'tom_spider',1182469931),(1958,'Rutles, The',1137,4,'',0,0,0,'','',1182469935,1,'tom_spider',1182469935),(1959,'Sabotage Agent (1943)',3474,4,'',0,0,0,'imdb.com/title/tt0035612/','',1182469940,1,'tom_spider',1182469940),(1960,'Sad Movie',948,4,'',0,0,0,'','',1182469947,1,'tom_spider',1182469947),(1961,'Safe House',3102,4,'',0,0,0,'','',1182469953,1,'tom_spider',1182469953),(1962,'Saint Ralph(with runner)',2379,4,'',0,0,0,'','',1182469959,1,'tom_spider',1182469959),(1963,'Salt of the Earth',2638,4,'',0,0,0,'','',1182469963,1,'tom_spider',1182469963),(1964,'Salvador Dali - Genius Or Madman?',1602,4,'',0,0,0,'','',1182469967,1,'tom_spider',1182469967),(1965,'Salvage (2006)',2708,4,'',0,0,0,'','',1182469979,1,'tom_spider',1182469979),(1966,'Santa Claus Conquers the Martians',1603,4,'',0,0,0,'','',1182469982,1,'tom_spider',1182469982),(1967,'Santa Clause 3, The: The Escape Clause (2006)',3320,4,'',0,0,0,'imdb.com/title/tt0452681/','',1182469988,1,'tom_spider',1182469988),(1968,'Santa Fe Trail (1940)',1604,4,'',0,0,0,'','',1182469999,1,'tom_spider',1182469999),(1969,'Santa Santita (2004)',1605,4,'',0,0,0,'','',1182470002,1,'tom_spider',1182470002),(1970,'Saturday Night Fever',2332,4,'',0,0,0,'','',1182470006,1,'tom_spider',1182470006),(1971,'Saving Silverman (2001)',3444,4,'',0,0,0,'','',1182470007,1,'tom_spider',1182470007),(1972,'Saw',1007,4,'',0,0,0,'','',1182470012,1,'tom_spider',1182470012),(1973,'Saw 2 (2005)',401,4,'',0,0,0,'imdb.com/title/tt0432348/','',1182470015,1,'tom_spider',1182470015),(1974,'Saw 3 (2006)',3053,4,'',0,0,0,'','',1182470016,1,'tom_spider',1182470016),(1975,'Scanner Darkly, A (2006)',2289,4,'',0,0,0,'','',1182470018,1,'tom_spider',1182470018),(1976,'Scarecrows',1606,4,'',0,0,0,'','',1182470023,1,'tom_spider',1182470023),(1977,'Scarface',778,4,'',0,0,0,'imdb.com/title/tt0086250/','',1182470034,1,'tom_spider',1182470034),(1978,'Scarlet Letter, The',2612,4,'',0,0,0,'','',1182470038,1,'tom_spider',1182470038),(1979,'Scarlet Street (1945)',2613,4,'',0,0,0,'','',1182470040,1,'tom_spider',1182470040),(1980,'School For Scoundrels',2010,4,'',0,0,0,'','',1182470048,1,'tom_spider',1182470048),(1981,'Science of Sleep, The',3422,4,'',0,0,0,'','',1182470050,1,'tom_spider',1182470050),(1982,'Science of Sleep, The (2006)',3421,4,'',0,0,0,'','',1182470052,1,'tom_spider',1182470052),(1983,'Score, The (2001)',2772,4,'',0,0,0,'','',1182470058,1,'tom_spider',1182470058),(1984,'Scream',2858,4,'',0,0,0,'','',1182470060,1,'tom_spider',1182470060),(1985,'Screw Loose Change',1607,4,'',0,0,0,'','',1182470063,1,'tom_spider',1182470063),(1986,'Secret Garden, The',3041,4,'',0,0,0,'','',1182470066,1,'tom_spider',1182470066),(1987,'Secret History Of Hacking, The',1704,4,'',0,0,0,'','',1182470069,1,'tom_spider',1182470069),(1988,'Secret Societies',1608,4,'',0,0,0,'','',1182470072,1,'tom_spider',1182470072),(1989,'Secret Window (2004)',3647,4,'',0,0,0,'imdb.com/title/tt0363988/','',1182470075,1,'tom_spider',1182470075),(1990,'Seducing Mr. Perfect',2521,4,'',0,0,0,'','',1182470098,1,'tom_spider',1182470098),(1991,'Seraphim Falls (2006)',2573,4,'',0,0,0,'','',1182470107,1,'tom_spider',1182470107),(1992,'Serendipity',848,4,'',0,0,0,'','',1182470112,1,'tom_spider',1182470112),(1993,'Serenity (2005)',2346,4,'',0,0,0,'','',1182470137,1,'tom_spider',1182470137),(1994,'Seven Samurai (1954)',413,4,'',0,0,0,'imdb.com/title/tt0047478/','',1182470141,1,'tom_spider',1182470141),(1995,'Seven Were Saved (1947)',2631,4,'',0,0,0,'','',1182470144,1,'tom_spider',1182470144),(1996,'Seven Years in Tibet',2499,4,'',0,0,0,'','',1182470150,1,'tom_spider',1182470150),(1997,'Severance (2006)',2745,4,'',0,0,0,'','',1182470153,1,'tom_spider',1182470153),(1998,'Shadow Of The Vampire',404,4,'',0,0,0,'','',1182470154,1,'tom_spider',1182470154),(1999,'Shaft',624,4,'',0,0,0,'','',1182470161,1,'tom_spider',1182470161),(2000,'Shaft in Africa (1973)',1648,4,'',0,0,0,'','',1182470163,1,'tom_spider',1182470163),(2001,'Shaft's Big Score! (1972)',1649,4,'',0,0,0,'','',1182470173,1,'tom_spider',1182470173),(2002,'Shakespeare In Love (1998)',3386,4,'',0,0,0,'imdb.com/title/tt0138097/','',1182470193,1,'tom_spider',1182470193),(2003,'Shanghai Knights',671,4,'',0,0,0,'','',1182470224,1,'tom_spider',1182470224),(2004,'Shanghai Noon',2226,4,'',0,0,0,'','',1182470240,1,'tom_spider',1182470240),(2005,'Shaolin Soccer',1167,4,'',0,0,0,'','',1182470243,1,'tom_spider',1182470243),(2006,'Shaolin vs. Evil Dead (2004 eng dub)',1651,4,'',0,0,0,'','',1182470246,1,'tom_spider',1182470246),(2007,'shaolin vs. Lama (1983)',3789,4,'',0,0,0,'imdb.com/title/tt0086304/','',1182470251,1,'tom_spider',1182470251),(2008,'Shaolin Wooden Men',613,4,'',0,0,0,'','',1182470255,1,'tom_spider',1182470255),(2009,'Shark Tale',2093,4,'',0,0,0,'','',1182470258,1,'tom_spider',1182470258),(2010,'Shawshank Redemption, The (1994)',406,4,'',0,0,0,'imdb.com/title/tt0111161/','',1182470260,1,'tom_spider',1182470260),(2011,'Sheitan',2199,4,'',0,0,0,'','',1182470267,1,'tom_spider',1182470267),(2012,'Sherlock Holmes and the Secret Weapon (1943)',2628,4,'',0,0,0,'','',1182470270,1,'tom_spider',1182470270),(2013,'Sherlock Jr. (1924)',2603,4,'',0,0,0,'','',1182470274,1,'tom_spider',1182470274),(2014,'Shogun's Ninja',1653,4,'',0,0,0,'','',1182470295,1,'tom_spider',1182470295),(2015,'Shooter',1528,4,'',0,0,0,'','',1182470297,1,'tom_spider',1182470297),(2016,'Shottas',2758,4,'',0,0,0,'','',1182470299,1,'tom_spider',1182470299),(2017,'Shrek 2',2382,4,'',0,0,0,'','',1182470311,1,'tom_spider',1182470311),(2018,'Shutter',3126,4,'',0,0,0,'','',1182470318,1,'tom_spider',1182470318),(2019,'Sid and Nancy (1986)',2428,4,'',0,0,0,'imdb.com/title/tt0091954/','',1182470323,1,'tom_spider',1182470323),(2020,'Signs',2474,4,'',0,0,0,'','',1182470325,1,'tom_spider',1182470325),(2021,'Sin City',444,4,'',0,0,0,'','',1182470332,1,'tom_spider',1182470332),(2022,'Sink the Bismarck (1960)',3458,4,'',0,0,0,'imdb.com/title/tt0054310/','',1182470337,1,'tom_spider',1182470337),(2023,'Sister my Sister (1994)',2703,4,'',0,0,0,'','',1182470347,1,'tom_spider',1182470347),(2024,'Sister Street Fighter',3033,4,'',0,0,0,'','',1182470350,1,'tom_spider',1182470350),(2025,'Six Days, Seven Nights',2485,4,'',0,0,0,'','',1182470352,1,'tom_spider',1182470352),(2026,'Six Gun Trail',2639,4,'',0,0,0,'','',1182470362,1,'tom_spider',1182470362),(2027,'Sixteen Candles (1984)',3646,4,'',0,0,0,'','',1182470364,1,'tom_spider',1182470364),(2028,'Sixth Sense, The',1994,4,'',0,0,0,'','',1182470371,1,'tom_spider',1182470371),(2029,'Skinheads USA: Soldiers of the Race War',1655,4,'',0,0,0,'','',1182470374,1,'tom_spider',1182470374),(2030,'Sky Captain and the World of Tomorrow',986,4,'',0,0,0,'','',1182470378,1,'tom_spider',1182470378),(2031,'Slim Susie [swed/eng sub]',2274,4,'',0,0,0,'','',1182470385,1,'tom_spider',1182470385),(2032,'Sling Blade',2292,4,'',0,0,0,'','',1182470387,1,'tom_spider',1182470387),(2033,'Smoking Aces (2006)',2776,4,'',0,0,0,'','',1182470393,1,'tom_spider',1182470393),(2034,'Snakes On A Plane',505,4,'',0,0,0,'','',1182470394,1,'tom_spider',1182470394),(2035,'Sneaky Uncle (2003)',1657,4,'',0,0,0,'','',1182470400,1,'tom_spider',1182470400),(2036,'Snipers Field Training - Masters of Camouflage & Deception',1659,4,'',0,0,0,'','',1182470403,1,'tom_spider',1182470403),(2037,'So I Married An Axe Murdered (1993)',2586,4,'',0,0,0,'','',1182470405,1,'tom_spider',1182470405),(2038,'Solaris',2498,4,'',0,0,0,'','',1182470407,1,'tom_spider',1182470407),(2039,'Soldier',2302,4,'',0,0,0,'','',1182470414,1,'tom_spider',1182470414),(2040,'Sonic The Hedgehog (2006)',2225,4,'',0,0,0,'imdb.com/title/tt0778849/','',1182470420,1,'tom_spider',1182470420),(2041,'Southern Comfort',1500,4,'',0,0,0,'','',1182470423,1,'tom_spider',1182470423),(2042,'Soylent Green (1973)',3665,4,'',0,0,0,'imdb.com/title/tt0070723/','',1182470427,1,'tom_spider',1182470427),(2043,'Space Travelers',696,4,'',0,0,0,'','',1182470463,1,'tom_spider',1182470463),(2044,'Spaceballs',653,4,'',0,0,0,'','',1182470477,1,'tom_spider',1182470477),(2045,'Spawn',2210,4,'',0,0,0,'','',1182470483,1,'tom_spider',1182470483),(2046,'Spice World (1997)',2003,4,'',0,0,0,'imdb.com/title/tt0120185/','',1182470486,1,'tom_spider',1182470486),(2047,'Spider-Man (2002)',660,4,'',0,0,0,'','',1182470494,1,'tom_spider',1182470494),(2048,'Spider-Man 2 (2004)',751,4,'',0,0,0,'','',1182470504,1,'tom_spider',1182470504),(2049,'Spider-Man 3 (2007)',2130,4,'',0,0,0,'imdb.com/title/tt0413300/','',1182470507,1,'tom_spider',1182470507),(2050,'Spies like Us ((1985)',3569,4,'',0,0,0,'imdb.com/title/tt0090056/','',1182470516,1,'tom_spider',1182470516),(2051,'Spirited Away',3183,4,'',0,0,0,'','',1182470519,1,'tom_spider',1182470519),(2052,'Spun (2002)',1830,4,'',0,0,0,'','',1182470532,1,'tom_spider',1182470532),(2053,'Spy Game (2001)',3654,4,'',0,0,0,'','',1182470536,1,'tom_spider',1182470536),(2054,'Stalag 17 (1953)',3459,4,'',0,0,0,'imdb.com/title/tt0046359/','',1182470539,1,'tom_spider',1182470539),(2055,'Stand',1253,4,'',0,0,0,'','',1182470542,1,'tom_spider',1182470542),(2056,'Stand by Me (1986)',3637,4,'',0,0,0,'imdb.com/title/tt0092005/','',1182470546,1,'tom_spider',1182470546),(2057,'Star Trek IX: Insurrection',2411,4,'',0,0,0,'','',1182470548,1,'tom_spider',1182470548),(2058,'Star Trek VII: Generations (1994)',3620,4,'',0,0,0,'imdb.com/title/tt0111280/','',1182470553,1,'tom_spider',1182470553),(2059,'Star Wars Epsiode 4 : A New Hope',1025,4,'',0,0,0,'','',1182470563,1,'tom_spider',1182470563),(2060,'Star Wars Revelations',1797,4,'',0,0,0,'','',1182470566,1,'tom_spider',1182470566),(2061,'Star Wars: Episode I - The Phantom Menace (1999)',3194,4,'',0,0,0,'imdb.com/title/tt0120915/','',1182470568,1,'tom_spider',1182470568),(2062,'Star Wars: Episode III - Revenge of the Sith (2005)',2993,4,'',0,0,0,'','',1182470581,1,'tom_spider',1182470581),(2063,'Star Wars: Episode IV - A New Hope (1977)',3808,4,'',0,0,0,'imdb.com/title/tt0076759/','',1182470585,1,'tom_spider',1182470585),(2064,'Star Wars: Episode V - The Empire Strikes Back',3796,4,'',0,0,0,'','',1182470590,1,'tom_spider',1182470590),(2065,'Star Wreck: In the Pirkinning (2005)',3093,4,'',0,0,0,'','',1182470592,1,'tom_spider',1182470592),(2066,'Starship Troopers (1997)',3085,4,'',0,0,0,'','',1182470617,1,'tom_spider',1182470617),(2067,'Stay Alive',1429,4,'',0,0,0,'','',1182470620,1,'tom_spider',1182470620),(2068,'Steal This Movie(2000)',1662,4,'',0,0,0,'','',1182470626,1,'tom_spider',1182470626),(2069,'Steve-O Volume 3',410,4,'',0,0,0,'','',1182470632,1,'tom_spider',1182470632),(2070,'Stick It (2006)',1868,4,'',0,0,0,'','',1182470634,1,'tom_spider',1182470634),(2071,'Stomp the Yard',950,4,'',0,0,0,'','',1182470636,1,'tom_spider',1182470636),(2072,'Stormbreaker',599,4,'',0,0,0,'','',1182470654,1,'tom_spider',1182470654),(2073,'Strangeland',1803,4,'',0,0,0,'','',1182470663,1,'tom_spider',1182470663),(2074,'Stranger Than Fiction',373,4,'',0,0,0,'','',1182470671,1,'tom_spider',1182470671),(2075,'Stranger, The (1946)',3479,4,'',0,0,0,'imdb.com/title/tt0038991/','',1182470676,1,'tom_spider',1182470676),(2076,'Street Fighter, The',1706,4,'',0,0,0,'','',1182470683,1,'tom_spider',1182470683),(2077,'Street Fighter: The Movie',2623,4,'',0,0,0,'','',1182470694,1,'tom_spider',1182470694),(2078,'Streets of New York(1939)',1663,4,'',0,0,0,'','',1182470701,1,'tom_spider',1182470701),(2079,'Sublime (2007)',3522,4,'',0,0,0,'imdb.com/title/tt0822858/','',1182470703,1,'tom_spider',1182470703),(2080,'Suddenly (1954)',1664,4,'',0,0,0,'','',1182470710,1,'tom_spider',1182470710),(2081,'Sukob (2006)',1665,4,'',0,0,0,'','',1182470714,1,'tom_spider',1182470714),(2082,'Sunshine (2007)',3802,4,'',0,0,0,'','',1182470716,1,'tom_spider',1182470716),(2083,'Supergrass, The (1985)',2840,4,'',0,0,0,'','',1182470720,1,'tom_spider',1182470720),(2084,'Superman Returns (2006)',3794,4,'',0,0,0,'','',1182470725,1,'tom_spider',1182470725),(2085,'Surf's Up (2007)',3798,4,'',0,0,0,'','',1182470728,1,'tom_spider',1182470728),(2086,'Sweet November (2001)',2464,4,'',0,0,0,'','',1182470750,1,'tom_spider',1182470750),(2087,'Taekwondo - Revolution Of Kicking',1720,4,'',0,0,0,'','',1182470763,1,'tom_spider',1182470763),(2088,'Tag Awesome Giantess',1667,4,'',0,0,0,'','',1182470769,1,'tom_spider',1182470769),(2089,'Tai Chi Masters',1430,4,'',0,0,0,'','',1182470779,1,'tom_spider',1182470779),(2090,'Tale Of Two Sisters',3125,4,'',0,0,0,'','',1182470782,1,'tom_spider',1182470782),(2091,'Talented Mr. Ripley, The',2317,4,'',0,0,0,'','',1182470792,1,'tom_spider',1182470792),(2092,'Talisman',1669,4,'',0,0,0,'','',1182470796,1,'tom_spider',1182470796),(2093,'Talladega Nights',608,4,'',0,0,0,'','',1182470816,1,'tom_spider',1182470816),(2094,'Tara-Rum-Pum',2219,4,'',0,0,0,'','',1182470819,1,'tom_spider',1182470819),(2095,'Tattoos are Forever',1721,4,'',0,0,0,'','',1182470822,1,'tom_spider',1182470822),(2096,'Taxi Driver (1976)',1722,4,'',0,0,0,'','',1182470838,1,'tom_spider',1182470838),(2097,'Teen Witch (1989)',2736,4,'',0,0,0,'','',1182470856,1,'tom_spider',1182470856),(2098,'Teenage Ninja',1723,4,'',0,0,0,'','',1182470862,1,'tom_spider',1182470862),(2099,'Teenagers From Outer Space (1959)',1439,4,'',0,0,0,'','',1182470869,1,'tom_spider',1182470869),(2100,'Tekken The Movie',3517,4,'',0,0,0,'imdb.com/title/tt0259045/','',1182470882,1,'tom_spider',1182470882),(2101,'Terminator (1984)',3387,4,'',0,0,0,'imdb.com/title/tt0088247/','',1182470889,1,'tom_spider',1182470889),(2102,'Terminator 2: Judgment Day (1991)',3388,4,'',0,0,0,'imdb.com/title/tt0103064/','',1182470898,1,'tom_spider',1182470898),(2103,'Terminator 3: Rise of the Machines (2003)',3389,4,'',0,0,0,'imdb.com/title/tt0181852/','',1182470909,1,'tom_spider',1182470909),(2104,'Terrorstorm',1724,4,'',0,0,0,'','',1182470911,1,'tom_spider',1182470911),(2105,'Test',2682,4,'',0,0,0,'','',1182470915,1,'tom_spider',1182470915),(2106,'Tetsuo: The Iron Man',3417,4,'',0,0,0,'imdb.com/title/tt0096251/','',1182470927,1,'tom_spider',1182470927),(2107,'Texas Chainsaw Massacre, The (1974)',2798,4,'',0,0,0,'','',1182470931,1,'tom_spider',1182470931),(2108,'Texas Chainsaw Massacre, The (2003)',2799,4,'',0,0,0,'','',1182470935,1,'tom_spider',1182470935),(2109,'Texas Chainsaw Massacre, The II (1986)',2792,4,'',0,0,0,'','',1182470941,1,'tom_spider',1182470941),(2110,'Texas Chainsaw Massacre, The III (Leatherface, 1990)',2794,4,'',0,0,0,'','',1182470945,1,'tom_spider',1182470945),(2111,'Texas Chainsaw Massacre, The: The Next Generation (1994)',2793,4,'',0,0,0,'','',1182470948,1,'tom_spider',1182470948),(2112,'Texas Terror',2645,4,'',0,0,0,'','',1182470952,1,'tom_spider',1182470952),(2113,'Thank You for Smoking',2626,4,'',0,0,0,'','',1182470966,1,'tom_spider',1182470966),(2114,'They Live (1988)',1347,4,'',0,0,0,'imdb.com/title/tt0096256/','',1182470970,1,'tom_spider',1182470970),(2115,'thing, The (1982)',3441,4,'',0,0,0,'','',1182470971,1,'tom_spider',1182470971),(2116,'Things to Come',694,4,'',0,0,0,'','',1182470975,1,'tom_spider',1182470975),(2117,'Thirst, The',2177,4,'',0,0,0,'','',1182470984,1,'tom_spider',1182470984),(2118,'This Film Is Not Yet Rated (2006)',3495,4,'',0,0,0,'imdb.com/title/tt0493459/','',1182470987,1,'tom_spider',1182470987),(2119,'Three Came Home (1950)',3799,4,'',0,0,0,'imdb.com/title/tt0043041/','',1182470990,1,'tom_spider',1182470990),(2120,'Three Kings',438,4,'',0,0,0,'','',1182470996,1,'tom_spider',1182470996),(2121,'Tigger Movie, The',2520,4,'',0,0,0,'','',1182471003,1,'tom_spider',1182471003),(2122,'Till I Met You',2261,4,'',0,0,0,'','',1182471006,1,'tom_spider',1182471006),(2123,'Time Bandits',3040,4,'',0,0,0,'','',1182471012,1,'tom_spider',1182471012),(2124,'Tintin and the Lake of Sharks (1972)',3624,4,'',0,0,0,'imdb.com/title/tt0069383/','',1182471015,1,'tom_spider',1182471015),(2125,'Titan A.E.',618,4,'',0,0,0,'','',1182471017,1,'tom_spider',1182471017),(2126,'Titanic (1997)',3390,4,'',0,0,0,'imdb.com/title/tt0120338/','',1182471048,1,'tom_spider',1182471048),(2127,'Tobruk (1967)',3457,4,'',0,0,0,'imdb.com/title/tt0062377/','',1182471057,1,'tom_spider',1182471057),(2128,'Tommy Boy',3272,4,'',0,0,0,'','',1182471059,1,'tom_spider',1182471059),(2129,'Trailer Park Boys: The Movie (2006)',3664,4,'',0,0,0,'imdb.com/title/tt0425601/','',1182471061,1,'tom_spider',1182471061),(2130,'Trainspotting',2373,4,'',0,0,0,'imdb.com/title/tt0117951/','',1182471064,1,'tom_spider',1182471064),(2131,'Transformers (old Animated One)',1351,4,'',0,0,0,'','',1182471066,1,'tom_spider',1182471066),(2132,'Treading Water (2001)',2704,4,'',0,0,0,'','',1182471084,1,'tom_spider',1182471084),(2133,'Trekkies',1304,4,'',0,0,0,'','',1182471090,1,'tom_spider',1182471090),(2134,'Triplets of Belleville, The',942,4,'',0,0,0,'','',1182471095,1,'tom_spider',1182471095),(2135,'Triumph of the Will (1935)',2724,4,'',0,0,0,'','',1182471099,1,'tom_spider',1182471099),(2136,'Troll 2 (1990)',2836,4,'',0,0,0,'','',1182471102,1,'tom_spider',1182471102),(2137,'Tron (1982)',3144,4,'',0,0,0,'','',1182471104,1,'tom_spider',1182471104),(2138,'Troy (2004)',2938,4,'',0,0,0,'','',1182471130,1,'tom_spider',1182471130),(2139,'True Lies',2509,4,'',0,0,0,'','',1182471132,1,'tom_spider',1182471132),(2140,'True Story Of Blackhawk Down, The',1703,4,'',0,0,0,'','',1182471134,1,'tom_spider',1182471134),(2141,'Truman Show, The',2106,4,'',0,0,0,'','',1182471150,1,'tom_spider',1182471150),(2142,'Trust The Man',426,4,'',0,0,0,'','',1182471153,1,'tom_spider',1182471153),(2143,'Truth about Jane, The (2000)',2705,4,'',0,0,0,'','',1182471175,1,'tom_spider',1182471175),(2144,'Truth About Jane, The (2000)',3535,4,'',0,0,0,'imdb.com/title/tt0256459/','',1182471178,1,'tom_spider',1182471178),(2145,'Tupac: Resurrection',2891,4,'',0,0,0,'','',1182471180,1,'tom_spider',1182471180),(2146,'Turkish Star Wars (1982)',1800,4,'',0,0,0,'','',1182471185,1,'tom_spider',1182471185),(2147,'Twelve Monkeys (1995)',3429,4,'',0,0,0,'','',1182471187,1,'tom_spider',1182471187),(2148,'Twilight Zone: The Movie',1979,4,'',0,0,0,'','',1182471193,1,'tom_spider',1182471193),(2149,'Twins Effect, The (2003)',3440,4,'',0,0,0,'imdb.com/title/tt0351887/','',1182471199,1,'tom_spider',1182471199),(2150,'Twitches (2005)',3101,4,'',0,0,0,'','',1182471216,1,'tom_spider',1182471216),(2151,'Two Champions of Shoalin (1978)',3424,4,'',0,0,0,'imdb.com/title/tt0078428/','',1182471228,1,'tom_spider',1182471228),(2152,'Two For The Money',2950,4,'',0,0,0,'','',1182471232,1,'tom_spider',1182471232),(2153,'U Turn',2966,4,'',0,0,0,'','',1182471242,1,'tom_spider',1182471242),(2154,'Ugly Swans, The',446,4,'',0,0,0,'','',1182471248,1,'tom_spider',1182471248),(2155,'UHF (1989)',3484,4,'',0,0,0,'imdb.com/title/tt0098546/','',1182471252,1,'tom_spider',1182471252),(2156,'ultimate avengers Ii',2728,4,'',0,0,0,'','',1182471254,1,'tom_spider',1182471254),(2157,'Ultraviolet (2006)',1943,4,'',0,0,0,'imdb.com/title/tt0370032/','',1182471269,1,'tom_spider',1182471269),(2158,'Unbreakable (2000)',3788,4,'',0,0,0,'imdb.com/title/tt0217869/','',1182471271,1,'tom_spider',1182471271),(2159,'Undercover Brother',2501,4,'',0,0,0,'','',1182471275,1,'tom_spider',1182471275),(2160,'Underworld',510,4,'',0,0,0,'','',1182471287,1,'tom_spider',1182471287),(2161,'Unforgiven (1992)',2819,4,'',0,0,0,'','',1182471289,1,'tom_spider',1182471289),(2162,'Unkown [2006]',2629,4,'',0,0,0,'','',1182471294,1,'tom_spider',1182471294),(2163,'Unleashed (2005)',3002,4,'',0,0,0,'','',1182471305,1,'tom_spider',1182471305),(2164,'Unrest',2582,4,'',0,0,0,'','',1182471306,1,'tom_spider',1182471306),(2165,'Unveiled (2005)',3116,4,'',0,0,0,'','',1182471321,1,'tom_spider',1182471321),(2166,'Us Vs. John Lennon, The',1806,4,'',0,0,0,'','',1182471324,1,'tom_spider',1182471324),(2167,'Usual Suspects, The (1995)',1680,4,'',0,0,0,'','',1182471334,1,'tom_spider',1182471334),(2168,'Utopia',3192,4,'',0,0,0,'imdb.com/title/tt0042210/','',1182471337,1,'tom_spider',1182471337),(2169,'Uzumaki',3260,4,'',0,0,0,'imdb.com/title/tt0244870/','',1182471350,1,'tom_spider',1182471350),(2170,'Vacancy',2410,4,'',0,0,0,'','',1182471356,1,'tom_spider',1182471356),(2171,'Vampire Hunter D (1985)',1039,4,'',0,0,0,'imdb.com/title/tt0090248/','',1182471363,1,'tom_spider',1182471363),(2172,'Van Wilder 2: The Rise Of Taj (2006)',3801,4,'',0,0,0,'imdb.com/title/tt0480271/','',1182471366,1,'tom_spider',1182471366),(2173,'Varsity Blues (1999)',3487,4,'',0,0,0,'','',1182471368,1,'tom_spider',1182471368),(2174,'Venom Avenging Warriors, The',3791,4,'',0,0,0,'imdb.com/title/tt0077770/','',1182471371,1,'tom_spider',1182471371),(2175,'Venus',2479,4,'',0,0,0,'','',1182471373,1,'tom_spider',1182471373),(2176,'Very Bad Things',2149,4,'',0,0,0,'','',1182471378,1,'tom_spider',1182471378),(2177,'Vibes (1988)',3426,4,'',0,0,0,'imdb.com/title/tt0096378/','',1182471381,1,'tom_spider',1182471381),(2178,'Village Affair, A',2200,4,'',0,0,0,'','',1182471393,1,'tom_spider',1182471393),(2179,'voces-inocentes-(spanish)',3127,4,'',0,0,0,'','',1182471396,1,'tom_spider',1182471396),(2180,'Volver (2006)',3333,4,'',0,0,0,'imdb.com/title/tt0441909/','',1182471402,1,'tom_spider',1182471402),(2181,'Wah Wah',2191,4,'',0,0,0,'','',1182471405,1,'tom_spider',1182471405),(2182,'Waist Deep (2006)',2832,4,'',0,0,0,'','',1182471410,1,'tom_spider',1182471410),(2183,'Waiting... (2005)',3555,4,'',0,0,0,'imdb.com/title/tt0348333/','',1182471414,1,'tom_spider',1182471414),(2184,'Waking Life (2001) (fren subs)',3483,4,'',0,0,0,'imdb.com/title/tt0243017/','',1182471418,1,'tom_spider',1182471418),(2185,'Wal-Mart: The High Cost of Low Price',1296,4,'',0,0,0,'','',1182471421,1,'tom_spider',1182471421),(2186,'Walk the Line',2260,4,'',0,0,0,'','',1182471425,1,'tom_spider',1182471425),(2187,'Walking Tall (2004)',3553,4,'',0,0,0,'imdb.com/title/tt0351977/','',1182471438,1,'tom_spider',1182471438),(2188,'Wallace & Gromit in The Curse of the Were-Rabbit (2005)',3084,4,'',0,0,0,'','',1182471455,1,'tom_spider',1182471455),(2189,'Warriors, The',662,4,'',0,0,0,'','',1182471460,1,'tom_spider',1182471460),(2190,'Wash, The (2001)',3496,4,'',0,0,0,'imdb.com/title/tt0290332/','',1182471463,1,'tom_spider',1182471463),(2191,'Water Boy, The',546,4,'',0,0,0,'','',1182471488,1,'tom_spider',1182471488),(2192,'Water World',2233,4,'',0,0,0,'','',1182471490,1,'tom_spider',1182471490),(2193,'Wayne's World 2',625,4,'',0,0,0,'','',1182471493,1,'tom_spider',1182471493),(2194,'Weapons of Mass Deception',1460,4,'',0,0,0,'','',1182471496,1,'tom_spider',1182471496),(2195,'Weather Man, the (2005)',3544,4,'',0,0,0,'imdb.com/title/tt0384680/','',1182471505,1,'tom_spider',1182471505),(2196,'Wedding Daze (2006)',3408,4,'',0,0,0,'','',1182471508,1,'tom_spider',1182471508),(2197,'Wedding Singer, The (1998)',3511,4,'',0,0,0,'imdb.com/title/tt0120888/','',1182471526,1,'tom_spider',1182471526),(2198,'Weird Science (1985)',3216,4,'',0,0,0,'imdb.com/title/tt0090305/','',1182471529,1,'tom_spider',1182471529),(2199,'Welcome to Dongmakgol (2005)',3004,4,'',0,0,0,'','',1182471558,1,'tom_spider',1182471558),(2200,'What Dreams May Come',2356,4,'',0,0,0,'','',1182471560,1,'tom_spider',1182471560),(2201,'What the #$*! Do We (K)now!? (2004)',2788,4,'',0,0,0,'','',1182471564,1,'tom_spider',1182471564),(2202,'What Women Want (2000)',3623,4,'',0,0,0,'','',1182471566,1,'tom_spider',1182471566),(2203,'What's Cooking? (2000)',2706,4,'',0,0,0,'','',1182471585,1,'tom_spider',1182471585),(2204,'When Night is Falling (1995)',2707,4,'',0,0,0,'','',1182471601,1,'tom_spider',1182471601),(2205,'When Worlds Collide (1951)',3481,4,'',0,0,0,'imdb.com/title/tt0044207/','',1182471605,1,'tom_spider',1182471605),(2206,'where the buffalo roam',2726,4,'',0,0,0,'','',1182471608,1,'tom_spider',1182471608),(2207,'Whisper of the Heart',2135,4,'',0,0,0,'','',1182471612,1,'tom_spider',1182471612),(2208,'White Chicks',720,4,'',0,0,0,'','',1182471638,1,'tom_spider',1182471638),(2209,'White Men Can't Jump',1968,4,'',0,0,0,'','',1182471658,1,'tom_spider',1182471658),(2210,'White Noise- The Light',2239,4,'',0,0,0,'','',1182471660,1,'tom_spider',1182471660),(2211,'White Trash',1400,4,'',0,0,0,'','',1182471664,1,'tom_spider',1182471664),(2212,'Whitnail and I (1987)',3420,4,'',0,0,0,'imdb.com/title/tt0094336/','',1182471667,1,'tom_spider',1182471667),(2213,'Who Am I',2337,4,'',0,0,0,'','',1182471669,1,'tom_spider',1182471669),(2214,'Who Framed Roger Rabbit?',2378,4,'',0,0,0,'','',1182471683,1,'tom_spider',1182471683),(2215,'Who killed the Electric Car (2006)',3498,4,'',0,0,0,'imdb.com/title/tt0489037/','',1182471686,1,'tom_spider',1182471686),(2216,'Who the Hell is Peter Doherty',3354,4,'',0,0,0,'','',1182471693,1,'tom_spider',1182471693),(2217,'Wicked Little Things',1898,4,'',0,0,0,'imdb.com/title/tt0470000/','',1182471706,1,'tom_spider',1182471706),(2218,'Wicker Man, The (2006)',3541,4,'',0,0,0,'imdb.com/title/tt0450345/','',1182471715,1,'tom_spider',1182471715),(2219,'Wild Zero',1614,4,'',0,0,0,'','',1182471719,1,'tom_spider',1182471719),(2220,'Wimbledon',2982,4,'',0,0,0,'','',1182471744,1,'tom_spider',1182471744),(2221,'Windstruck (2004)',3548,4,'',0,0,0,'imdb.com/title/tt0409072/','',1182471768,1,'tom_spider',1182471768),(2222,'Windstruck (2004)',3549,4,'',0,0,0,'','',1182471770,1,'tom_spider',1182471770),(2223,'Witches, The',692,4,'',0,0,0,'','',1182471773,1,'tom_spider',1182471773),(2224,'Withnail & I',1100,4,'',0,0,0,'','',1182471781,1,'tom_spider',1182471781),(2225,'Without a Paddle',1807,4,'',0,0,0,'','',1182471784,1,'tom_spider',1182471784),(2226,'Wizard Of Oz, The',1348,4,'',0,0,0,'','',1182471788,1,'tom_spider',1182471788),(2227,'Wolf Man, The',1166,4,'',0,0,0,'','',1182471791,1,'tom_spider',1182471791),(2228,'Woods, The',588,4,'',0,0,0,'','',1182471795,1,'tom_spider',1182471795),(2229,'Woodstock',2893,4,'',0,0,0,'','',1182471803,1,'tom_spider',1182471803),(2230,'Wraith, The (1986)',3642,4,'',0,0,0,'imdb.com/title/tt0092240/','',1182471809,1,'tom_spider',1182471809),(2231,'X',3169,4,'',0,0,0,'','',1182471812,1,'tom_spider',1182471812),(2232,'X-files Movie',3240,4,'',0,0,0,'','',1182471817,1,'tom_spider',1182471817),(2233,'X-Men',1790,4,'',0,0,0,'','',1182471821,1,'tom_spider',1182471821),(2234,'X-Men 3',966,4,'',0,0,0,'','',1182471823,1,'tom_spider',1182471823),(2235,'X2',780,4,'',0,0,0,'','',1182471842,1,'tom_spider',1182471842),(2236,'Yellow Submarine',686,4,'',0,0,0,'','',1182471846,1,'tom_spider',1182471846),(2237,'Yojimbo',2404,4,'',0,0,0,'imdb.com/title/tt0055630/','',1182471882,1,'tom_spider',1182471882),(2238,'You Got Served (2004)',3703,4,'',0,0,0,'imdb.com/title/tt0365957/','',1182471884,1,'tom_spider',1182471884),(2239,'Yours, Mine And Ours',442,4,'',0,0,0,'','',1182471887,1,'tom_spider',1182471887),(2240,'Zodiac, The [2005]',1975,4,'',0,0,0,'','',1182471901,1,'tom_spider',1182471901),(2241,'Zombie Movie, The',1403,4,'',0,0,0,'','',1182471905,1,'tom_spider',1182471905),(2242,'Zombie Movies',2173,4,'',0,0,0,'','',1182471952,1,'tom_spider',1182471952),(2243,'Zoolander',3807,4,'',0,0,0,'','',1182471954,1,'tom_spider',1182471954),(2244,'30 Seconds To Mars',1488,5,'',0,0,0,'','',1182471964,1,'tom_spider',1182471964),(2245,'36 Crazyfists',3324,5,'',0,0,0,'','',1182471983,1,'tom_spider',1182471983),(2246,'4 Non Blondes',3741,5,'',0,0,0,'','',1182471987,1,'tom_spider',1182471987),(2247,'50 Cent',1030,5,'',0,0,0,'','',1182472033,1,'tom_spider',1182472033),(2248,'5th Dimension, The',2961,5,'',0,0,0,'','',1182472057,1,'tom_spider',1182472057),(2249,'7 Year Bitch',2886,5,'',0,0,0,'','',1182472062,1,'tom_spider',1182472062),(2250,'A Perfect Circle',482,5,'',0,0,0,'','',1182472078,1,'tom_spider',1182472078),(2251,'A Talk To Remember',485,5,'',0,0,0,'','',1182472082,1,'tom_spider',1182472082),(2252,'A-Ha',2810,5,'',0,0,0,'','',1182472099,1,'tom_spider',1182472099),(2253,'AC/DC',2931,5,'',0,0,0,'','',1182472106,1,'tom_spider',1182472106),(2254,'Ace of Base',3777,5,'',0,0,0,'','',1182472110,1,'tom_spider',1182472110),(2255,'Aerosmith',488,5,'',0,0,0,'','',1182472128,1,'tom_spider',1182472128),(2256,'AFI',3096,5,'',0,0,0,'','',1182472143,1,'tom_spider',1182472143),(2257,'Aiden',3146,5,'',0,0,0,'','',1182472157,1,'tom_spider',1182472157),(2258,'Akon',1035,5,'',0,0,0,'','',1182472160,1,'tom_spider',1182472160),(2259,'Alex Gaudino',959,5,'',0,0,0,'','',1182472164,1,'tom_spider',1182472164),(2260,'Alice Cooper',1520,5,'',0,0,0,'','',1182472168,1,'tom_spider',1182472168),(2261,'Alice In Chains',1941,5,'',0,0,0,'','',1182472187,1,'tom_spider',1182472187),(2262,'Alicia Keys',961,5,'',0,0,0,'','',1182472190,1,'tom_spider',1182472190),(2263,'Alien Ant Farm',1458,5,'',0,0,0,'','',1182472203,1,'tom_spider',1182472203),(2264,'Amon Amarth',1630,5,'',0,0,0,'','',1182472212,1,'tom_spider',1182472212),(2265,'Amy Millan',1946,5,'',0,0,0,'','',1182472217,1,'tom_spider',1182472217),(2266,'Amy Winehouse',984,5,'',0,0,0,'','',1182472232,1,'tom_spider',1182472232),(2267,'Angerfist',856,5,'',0,0,0,'','',1182472243,1,'tom_spider',1182472243),(2268,'Animal Collective',1954,5,'',0,0,0,'','',1182472248,1,'tom_spider',1182472248),(2269,'Animusic',1794,5,'',0,0,0,'','',1182472279,1,'tom_spider',1182472279),(2270,'AnnaSophia Robb',1064,5,'',0,0,0,'','',1182472283,1,'tom_spider',1182472283),(2271,'Aphex Twin',1937,5,'',0,0,0,'','',1182472286,1,'tom_spider',1182472286),(2272,'Apocalyptica',2913,5,'',0,0,0,'','',1182472309,1,'tom_spider',1182472309),(2273,'Aqua',3770,5,'',0,0,0,'','',1182472312,1,'tom_spider',1182472312),(2274,'Arcade Fire, The',1481,5,'',0,0,0,'','',1182472322,1,'tom_spider',1182472322),(2275,'Arch Enemy',1626,5,'',0,0,0,'','',1182472333,1,'tom_spider',1182472333),(2276,'Arctic Monkeys',1138,5,'',0,0,0,'','',1182472356,1,'tom_spider',1182472356),(2277,'Armin Van Buuren',499,5,'',0,0,0,'','',1182472360,1,'tom_spider',1182472360),(2278,'As I Lay Dying',997,5,'',0,0,0,'','',1182472370,1,'tom_spider',1182472370),(2279,'Ashanti',3761,5,'',0,0,0,'','',1182472375,1,'tom_spider',1182472375),(2280,'At The Gates',1629,5,'',0,0,0,'','',1182472378,1,'tom_spider',1182472378),(2281,'Ataris, The',1525,5,'',0,0,0,'','',1182472383,1,'tom_spider',1182472383),(2282,'Atreyu',2455,5,'',0,0,0,'','',1182472404,1,'tom_spider',1182472404),(2283,'Audioslave',3325,5,'',0,0,0,'','',1182472424,1,'tom_spider',1182472424),(2284,'Augustana',2975,5,'',0,0,0,'','',1182472427,1,'tom_spider',1182472427),(2285,'Avenged Sevenfold',1464,5,'',0,0,0,'','',1182472446,1,'tom_spider',1182472446),(2286,'Avril Lavigne',829,5,'',0,0,0,'','',1182472456,1,'tom_spider',1182472456),(2287,'B-52',3742,5,'',0,0,0,'','',1182472460,1,'tom_spider',1182472460),(2288,'Babes In Toyland',3045,5,'',0,0,0,'','',1182472482,1,'tom_spider',1182472482),(2289,'Bad Brains',3746,5,'',0,0,0,'','',1182472502,1,'tom_spider',1182472502),(2290,'Beastie Boys, The',1424,5,'',0,0,0,'','',1182472539,1,'tom_spider',1182472539),(2291,'Beat Happening',3099,5,'',0,0,0,'','',1182472550,1,'tom_spider',1182472550),(2292,'Beatles, The',494,5,'',0,0,0,'','',1182472623,1,'tom_spider',1182472623),(2293,'Beautiful South, The',1675,5,'',0,0,0,'','',1182472647,1,'tom_spider',1182472647),(2294,'Beck',3745,5,'',0,0,0,'','',1182472652,1,'tom_spider',1182472652),(2295,'Belinda Carlisle',3758,5,'',0,0,0,'','',1182472655,1,'tom_spider',1182472655),(2296,'Belle & Sebastian',1955,5,'',0,0,0,'','',1182472664,1,'tom_spider',1182472664),(2297,'Betzefer',1632,5,'',0,0,0,'','',1182472670,1,'tom_spider',1182472670),(2298,'Beyonce',553,5,'',0,0,0,'','',1182472688,1,'tom_spider',1182472688),(2299,'Biffy Clyro',1841,5,'',0,0,0,'','',1182472695,1,'tom_spider',1182472695),(2300,'Big black',3098,5,'',0,0,0,'','',1182472711,1,'tom_spider',1182472711),(2301,'Billy Idol',2918,5,'',0,0,0,'','',1182472726,1,'tom_spider',1182472726),(2302,'Birthday Party, The',3010,5,'',0,0,0,'','',1182472741,1,'tom_spider',1182472741),(2303,'Bjork',1212,5,'',0,0,0,'','',1182472767,1,'tom_spider',1182472767),(2304,'Black Crows, The',2933,5,'',0,0,0,'','',1182472774,1,'tom_spider',1182472774),(2305,'Black Eyed Peas',560,5,'',0,0,0,'','',1182472793,1,'tom_spider',1182472793),(2306,'Black Keys, The',1482,5,'',0,0,0,'','',1182472804,1,'tom_spider',1182472804),(2307,'Black Sabbath',2928,5,'',0,0,0,'','',1182472809,1,'tom_spider',1182472809),(2308,'Black Star',1388,5,'',0,0,0,'','',1182472817,1,'tom_spider',1182472817),(2309,'Bless The Fall',998,5,'',0,0,0,'','',1182472820,1,'tom_spider',1182472820),(2310,'Blind Guardian',835,5,'',0,0,0,'','',1182472846,1,'tom_spider',1182472846),(2311,'Blind Melon',1526,5,'',0,0,0,'','',1182472897,1,'tom_spider',1182472897),(2312,'Blink 182',811,5,'',0,0,0,'','',1182472917,1,'tom_spider',1182472917),(2313,'Bloc Party',1015,5,'',0,0,0,'','',1182472941,1,'tom_spider',1182472941),(2314,'Blood Has Been Shed',3398,5,'',0,0,0,'','',1182472947,1,'tom_spider',1182472947),(2315,'Bloodhound Gang',3332,5,'',0,0,0,'','',1182472972,1,'tom_spider',1182472972),(2316,'Blur',1693,5,'',0,0,0,'','',1182472988,1,'tom_spider',1182472988),(2317,'BlutEngel',3335,5,'',0,0,0,'','',1182473014,1,'tom_spider',1182473014),(2318,'Bob Dylan',1491,5,'',0,0,0,'','',1182473035,1,'tom_spider',1182473035),(2319,'Bob Marley',1492,5,'',0,0,0,'','',1182473112,1,'tom_spider',1182473112),(2320,'Bob Sinclair',3773,5,'',0,0,0,'','',1182473116,1,'tom_spider',1182473116),(2321,'Bone Thugs N Harmony( Ft. Akon)',2447,5,'',0,0,0,'','',1182473120,1,'tom_spider',1182473120),(2322,'Bongwater',3097,5,'',0,0,0,'','',1182473131,1,'tom_spider',1182473131),(2323,'Bowling For Soup',1676,5,'',0,0,0,'','',1182473141,1,'tom_spider',1182473141),(2324,'Brand New',1872,5,'',0,0,0,'','',1182473153,1,'tom_spider',1182473153),(2325,'Bright Eyes',1938,5,'',0,0,0,'','',1182473163,1,'tom_spider',1182473163),(2326,'Britney Spears',2807,5,'',0,0,0,'','',1182473192,1,'tom_spider',1182473192),(2327,'Broken Social Scene',1891,5,'',0,0,0,'','',1182473208,1,'tom_spider',1182473208),(2328,'Bullet For My Valentine',3685,5,'',0,0,0,'','',1182473218,1,'tom_spider',1182473218),(2329,'Burning Spear',1677,5,'',0,0,0,'','',1182473239,1,'tom_spider',1182473239),(2330,'Bush',3336,5,'',0,0,0,'','',1182473263,1,'tom_spider',1182473263),(2331,'Calvin Harris',970,5,'',0,0,0,'','',1182473267,1,'tom_spider',1182473267),(2332,'Camille Jones',969,5,'',0,0,0,'','',1182473270,1,'tom_spider',1182473270),(2333,'Cansei De Ser Sexy (CSS)',1844,5,'',0,0,0,'','',1182473276,1,'tom_spider',1182473276),(2334,'Carter Beauford',3749,5,'',0,0,0,'','',1182473279,1,'tom_spider',1182473279),(2335,'Cascanda',3772,5,'',0,0,0,'','',1182473283,1,'tom_spider',1182473283),(2336,'Cassie',809,5,'',0,0,0,'','',1182473288,1,'tom_spider',1182473288),(2337,'Catatonia',1524,5,'',0,0,0,'','',1182473292,1,'tom_spider',1182473292),(2338,'Chain Gang',2452,5,'',0,0,0,'','',1182473295,1,'tom_spider',1182473295),(2339,'Chalets, The',1890,5,'',0,0,0,'','',1182473302,1,'tom_spider',1182473302),(2340,'Chemical Brothers',3747,5,'',0,0,0,'','',1182473309,1,'tom_spider',1182473309),(2341,'Cher',3769,5,'',0,0,0,'','',1182473314,1,'tom_spider',1182473314),(2342,'Chicks On Speed',2917,5,'',0,0,0,'','',1182473323,1,'tom_spider',1182473323),(2343,'Children Of Bodom',855,5,'',0,0,0,'','',1182473347,1,'tom_spider',1182473347),(2344,'Chris Brown',807,5,'',0,0,0,'','',1182473355,1,'tom_spider',1182473355),(2345,'Christina Aguilera',1670,5,'',0,0,0,'','',1182473367,1,'tom_spider',1182473367),(2346,'Ciara',536,5,'',0,0,0,'','',1182473375,1,'tom_spider',1182473375),(2347,'Cold War Kids',1203,5,'',0,0,0,'','',1182473380,1,'tom_spider',1182473380),(2348,'Coldplay',1478,5,'',0,0,0,'','',1182473409,1,'tom_spider',1182473409),(2349,'Colleen',3748,5,'',0,0,0,'','',1182473416,1,'tom_spider',1182473416),(2350,'Common',1393,5,'',0,0,0,'','',1182473456,1,'tom_spider',1182473456),(2351,'Corinne Bailey Rae',496,5,'',0,0,0,'','',1182473462,1,'tom_spider',1182473462),(2352,'Counting Crows',1523,5,'',0,0,0,'','',1182473470,1,'tom_spider',1182473470),(2353,'Cradle Of Filth',3313,5,'',0,0,0,'','',1182473504,1,'tom_spider',1182473504),(2354,'Cream's Farewell',2935,5,'',0,0,0,'','',1182473508,1,'tom_spider',1182473508),(2355,'Cypress Hill',3580,5,'',0,0,0,'','',1182473565,1,'tom_spider',1182473565),(2356,'Daddy Yankee',1634,5,'',0,0,0,'','',1182473574,1,'tom_spider',1182473574),(2357,'Daft Punk & interstella 5555',1935,5,'',0,0,0,'','',1182473602,1,'tom_spider',1182473602),(2358,'Dan le Sac vs Scroobius Pip',1871,5,'',0,0,0,'','',1182473606,1,'tom_spider',1182473606),(2359,'Danielson',1939,5,'',0,0,0,'','',1182473609,1,'tom_spider',1182473609),(2360,'Dannii Minogue',3763,5,'',0,0,0,'','',1182473614,1,'tom_spider',1182473614),(2361,'Dark Tranquility',1468,5,'',0,0,0,'','',1182473618,1,'tom_spider',1182473618),(2362,'Das Ich',3341,5,'',0,0,0,'','',1182473625,1,'tom_spider',1182473625),(2363,'David Hasselhoff',489,5,'',0,0,0,'','',1182473628,1,'tom_spider',1182473628),(2364,'Daz',955,5,'',0,0,0,'','',1182473631,1,'tom_spider',1182473631),(2365,'Dead 60's, The',1016,5,'',0,0,0,'','',1182473635,1,'tom_spider',1182473635),(2366,'Dead Or Alive - Spin Me Round',2952,5,'',0,0,0,'','',1182473640,1,'tom_spider',1182473640),(2367,'Dears, The',1945,5,'',0,0,0,'','',1182473645,1,'tom_spider',1182473645),(2368,'DEATH FROM ABOVE 1979',3395,5,'',0,0,0,'','',1182473656,1,'tom_spider',1182473656),(2369,'Decemberists, The',1894,5,'',0,0,0,'','',1182473664,1,'tom_spider',1182473664),(2370,'Deep Blue Something',1760,5,'',0,0,0,'','',1182473671,1,'tom_spider',1182473671),(2371,'Deep Purple',2934,5,'',0,0,0,'','',1182473674,1,'tom_spider',1182473674),(2372,'Deftones',1495,5,'',0,0,0,'','',1182473680,1,'tom_spider',1182473680),(2373,'Deine Lakaien',2924,5,'',0,0,0,'','',1182473692,1,'tom_spider',1182473692),(2374,'Demon Hunter',985,5,'',0,0,0,'','',1182473703,1,'tom_spider',1182473703),(2375,'Demons & Wizards',851,5,'',0,0,0,'','',1182473707,1,'tom_spider',1182473707),(2376,'Dio',1887,5,'',0,0,0,'','',1182473716,1,'tom_spider',1182473716),(2377,'Dire Straits',3776,5,'',0,0,0,'','',1182473721,1,'tom_spider',1182473721),(2378,'Disturbed',3342,5,'',0,0,0,'','',1182473735,1,'tom_spider',1182473735),(2379,'Dizzee Rascal',1029,5,'',0,0,0,'','',1182473750,1,'tom_spider',1182473750),(2380,'DJ Tiesto',498,5,'',0,0,0,'','',1182473769,1,'tom_spider',1182473769),(2381,'Doors, The',2941,5,'',0,0,0,'','',1182473805,1,'tom_spider',1182473805),(2382,'Dr. Dre',1762,5,'',0,0,0,'','',1182473823,1,'tom_spider',1182473823),(2383,'Dragonforce',1640,5,'',0,0,0,'','',1182473831,1,'tom_spider',1182473831),(2384,'Dresden Dolls, The',1932,5,'',0,0,0,'','',1182473839,1,'tom_spider',1182473839),(2385,'Drowning Pool',1537,5,'',0,0,0,'','',1182473849,1,'tom_spider',1182473849),(2386,'Edguy',852,5,'',0,0,0,'','',1182473856,1,'tom_spider',1182473856),(2387,'Edie Brickell And The New Bohemians',2963,5,'',0,0,0,'','',1182473864,1,'tom_spider',1182473864),(2388,'El Presidente',3750,5,'',0,0,0,'','',1182473867,1,'tom_spider',1182473867),(2389,'Elected, The',1940,5,'',0,0,0,'','',1182473871,1,'tom_spider',1182473871),(2390,'Electric Six',1673,5,'',0,0,0,'','',1182473881,1,'tom_spider',1182473881),(2391,'Elliot Smith',1952,5,'',0,0,0,'','',1182473888,1,'tom_spider',1182473888),(2392,'Eminem',810,5,'',0,0,0,'','',1182473936,1,'tom_spider',1182473936),(2393,'Eric Prydz',3775,5,'',0,0,0,'','',1182473944,1,'tom_spider',1182473944),(2394,'Erykah Badu',1395,5,'',0,0,0,'','',1182473951,1,'tom_spider',1182473951),(2395,'Eurythmics',2805,5,'',0,0,0,'','',1182473962,1,'tom_spider',1182473962),(2396,'Evanescence',1466,5,'',0,0,0,'','',1182473992,1,'tom_spider',1182473992),(2397,'Exile',1261,5,'',0,0,0,'','',1182473999,1,'tom_spider',1182473999),(2398,'Faith No More',2870,5,'',0,0,0,'','',1182474007,1,'tom_spider',1182474007),(2399,'Faithless',972,5,'',0,0,0,'','',1182474024,1,'tom_spider',1182474024),(2400,'Falco',1755,5,'',0,0,0,'','',1182474035,1,'tom_spider',1182474035),(2401,'Fall Out Boy',539,5,'',0,0,0,'','',1182474047,1,'tom_spider',1182474047),(2402,'Fatboy Slim',2897,5,'',0,0,0,'','',1182474069,1,'tom_spider',1182474069),(2403,'Feist',1944,5,'',0,0,0,'','',1182474085,1,'tom_spider',1182474085),(2404,'Fela Kuti',3046,5,'',0,0,0,'','',1182474104,1,'tom_spider',1182474104),(2405,'Fergie',956,5,'',0,0,0,'','',1182474117,1,'tom_spider',1182474117),(2406,'FHM',3766,5,'',0,0,0,'','',1182474121,1,'tom_spider',1182474121),(2407,'Fiona Apple',2879,5,'',0,0,0,'','',1182474138,1,'tom_spider',1182474138),(2408,'Fischerspooner',1933,5,'',0,0,0,'','',1182474146,1,'tom_spider',1182474146),(2409,'Foo Fighters',1490,5,'',0,0,0,'','',1182474178,1,'tom_spider',1182474178),(2410,'Fort Minor',1777,5,'',0,0,0,'','',1182474188,1,'tom_spider',1182474188),(2411,'Fountains Of Wayne',1778,5,'',0,0,0,'','',1182474192,1,'tom_spider',1182474192),(2412,'Four Letter Lie',999,5,'',0,0,0,'','',1182474196,1,'tom_spider',1182474196),(2413,'Franz Ferdinand',1472,5,'',0,0,0,'','',1182474221,1,'tom_spider',1182474221),(2414,'Fratellies, The',3145,5,'',0,0,0,'','',1182474238,1,'tom_spider',1182474238),(2415,'Fray',958,5,'',0,0,0,'','',1182474244,1,'tom_spider',1182474244),(2416,'French Affair',823,5,'',0,0,0,'','',1182474258,1,'tom_spider',1182474258),(2417,'From First To Last',3683,5,'',0,0,0,'','',1182474266,1,'tom_spider',1182474266),(2418,'Fugees',2880,5,'',0,0,0,'','',1182474275,1,'tom_spider',1182474275),(2419,'Funeral For A Friend',3348,5,'',0,0,0,'','',1182474307,1,'tom_spider',1182474307),(2420,'Garbage',2449,5,'',0,0,0,'','',1182474330,1,'tom_spider',1182474330),(2421,'George Strait',3349,5,'',0,0,0,'','',1182474347,1,'tom_spider',1182474347),(2422,'Girls Aloud',962,5,'',0,0,0,'','',1182474404,1,'tom_spider',1182474404),(2423,'Gnarls Barkley',3778,5,'',0,0,0,'','',1182474407,1,'tom_spider',1182474407),(2424,'Goldfinger',1672,5,'',0,0,0,'','',1182474426,1,'tom_spider',1182474426),(2425,'Goldfrapp',3767,5,'',0,0,0,'','',1182474433,1,'tom_spider',1182474433),(2426,'Goo Goo Dolls',1522,5,'',0,0,0,'','',1182474436,1,'tom_spider',1182474436),(2427,'Good Charlotte',1519,5,'',0,0,0,'','',1182474462,1,'tom_spider',1182474462),(2428,'Gorillaz',854,5,'',0,0,0,'','',1182474499,1,'tom_spider',1182474499),(2429,'Green Day',815,5,'',0,0,0,'','',1182474543,1,'tom_spider',1182474543),(2430,'Guano Apes',2884,5,'',0,0,0,'','',1182474586,1,'tom_spider',1182474586),(2431,'Guillemots',3676,5,'',0,0,0,'','',1182474606,1,'tom_spider',1182474606),(2432,'Guns N' Roses',813,5,'',0,0,0,'','',1182474713,1,'tom_spider',1182474713),(2433,'Gwen Stefani',960,5,'',0,0,0,'','',1182474724,1,'tom_spider',1182474724),(2434,'Gym Class Heroes',1036,5,'',0,0,0,'','',1182474732,1,'tom_spider',1182474732),(2435,'H-Blockx',2937,5,'',0,0,0,'','',1182474768,1,'tom_spider',1182474768),(2436,'Hammerfall',3351,5,'',0,0,0,'','',1182474774,1,'tom_spider',1182474774),(2437,'Happy Mondays',2049,5,'',0,0,0,'','',1182474793,1,'tom_spider',1182474793),(2438,'Hatebreed',3352,5,'',0,0,0,'','',1182474806,1,'tom_spider',1182474806),(2439,'Hawthorne Heights',3143,5,'',0,0,0,'','',1182474819,1,'tom_spider',1182474819),(2440,'Helmet',1918,5,'',0,0,0,'','',1182474853,1,'tom_spider',1182474853),(2441,'Hilary Duff',621,5,'',0,0,0,'','',1182474901,1,'tom_spider',1182474901),(2442,'Hives, The',1475,5,'',0,0,0,'','',1182474923,1,'tom_spider',1182474923),(2443,'Holly Valance',3739,5,'',0,0,0,'','',1182474934,1,'tom_spider',1182474934),(2444,'Hooters',2868,5,'',0,0,0,'','',1182474956,1,'tom_spider',1182474956),(2445,'Hot Chip',1892,5,'',0,0,0,'','',1182474966,1,'tom_spider',1182474966),(2446,'House Of Pain',3576,5,'',0,0,0,'','',1182474982,1,'tom_spider',1182474982),(2447,'Ian Van Dahl',3757,5,'',0,0,0,'','',1182474989,1,'tom_spider',1182474989),(2448,'Ice Cube',586,5,'',0,0,0,'','',1182474996,1,'tom_spider',1182474996),(2449,'In Flames',1625,5,'',0,0,0,'','',1182475039,1,'tom_spider',1182475039),(2450,'Infernal',3768,5,'',0,0,0,'','',1182475043,1,'tom_spider',1182475043),(2451,'Inspiral Carpets',2459,5,'',0,0,0,'','',1182475061,1,'tom_spider',1182475061),(2452,'Interpol',1471,5,'',0,0,0,'','',1182475074,1,'tom_spider',1182475074),(2453,'Iron Maiden',870,5,'',0,0,0,'','',1182475111,1,'tom_spider',1182475111),(2454,'Jack Johnson',2900,5,'',0,0,0,'','',1182475126,1,'tom_spider',1182475126),(2455,'James Blunt',3396,5,'',0,0,0,'','',1182475132,1,'tom_spider',1182475132),(2456,'Jamie Cullum',2905,5,'',0,0,0,'','',1182475139,1,'tom_spider',1182475139),(2457,'Jamie T',2445,5,'',0,0,0,'','',1182475143,1,'tom_spider',1182475143),(2458,'Jamiroquai',3397,5,'',0,0,0,'','',1182475158,1,'tom_spider',1182475158),(2459,'Jay-Z',552,5,'',0,0,0,'','',1182475204,1,'tom_spider',1182475204),(2460,'Jean Michel Jarre',963,5,'',0,0,0,'','',1182475208,1,'tom_spider',1182475208),(2461,'Jimi Hendrix',503,5,'',0,0,0,'','',1182475211,1,'tom_spider',1182475211),(2462,'John Lennon',492,5,'',0,0,0,'','',1182475214,1,'tom_spider',1182475214),(2463,'John Mayer',1218,5,'',0,0,0,'','',1182475239,1,'tom_spider',1182475239),(2464,'Johnny Cash',3365,5,'',0,0,0,'','',1182475252,1,'tom_spider',1182475252),(2465,'Joy Division',2970,5,'',0,0,0,'','',1182475269,1,'tom_spider',1182475269),(2466,'Jurassic 5',1139,5,'',0,0,0,'','',1182475279,1,'tom_spider',1182475279),(2467,'Justin Timberlake',538,5,'',0,0,0,'','',1182475294,1,'tom_spider',1182475294),(2468,'Juvenile',3047,5,'',0,0,0,'','',1182475305,1,'tom_spider',1182475305),(2469,'Kaiser Chiefs',814,5,'',0,0,0,'','',1182475311,1,'tom_spider',1182475311),(2470,'Kanye West',554,5,'',0,0,0,'','',1182475350,1,'tom_spider',1182475350),(2471,'Kelly Clarkson',587,5,'',0,0,0,'','',1182475368,1,'tom_spider',1182475368),(2472,'Kid Rock',1776,5,'',0,0,0,'','',1182475379,1,'tom_spider',1182475379),(2473,'Killers, The',1375,5,'',0,0,0,'','',1182475399,1,'tom_spider',1182475399),(2474,'Killswitch Engage',996,5,'',0,0,0,'','',1182475412,1,'tom_spider',1182475412),(2475,'Kings Of Leon',1477,5,'',0,0,0,'','',1182475435,1,'tom_spider',1182475435),(2476,'Klaxons',1843,5,'',0,0,0,'','',1182475440,1,'tom_spider',1182475440),(2477,'Korn',1448,5,'',0,0,0,'','',1182475502,1,'tom_spider',1182475502),(2478,'KT Tunstall',2907,5,'',0,0,0,'','',1182475511,1,'tom_spider',1182475511),(2479,'Kurupt',952,5,'',0,0,0,'','',1182475517,1,'tom_spider',1182475517),(2480,'Kylie Minogue',2874,5,'',0,0,0,'','',1182475570,1,'tom_spider',1182475570),(2481,'Kyuss',1827,5,'',0,0,0,'','',1182475589,1,'tom_spider',1182475589),(2482,'L'arc En Ciel',898,5,'',0,0,0,'','',1182475595,1,'tom_spider',1182475595),(2483,'Lacuna Coil',3367,5,'',0,0,0,'','',1182475612,1,'tom_spider',1182475612),(2484,'Ladytron',3120,5,'',0,0,0,'','',1182475627,1,'tom_spider',1182475627),(2485,'Lamb Of God',1671,5,'',0,0,0,'','',1182475645,1,'tom_spider',1182475645),(2486,'Laura Goldhamer',2457,5,'',0,0,0,'','',1182475653,1,'tom_spider',1182475653),(2487,'Le Tigre',3050,5,'',0,0,0,'','',1182475671,1,'tom_spider',1182475671),(2488,'Led Zeppelin',1493,5,'',0,0,0,'','',1182475780,1,'tom_spider',1182475780),(2489,'Levellers, The',2939,5,'',0,0,0,'','',1182475798,1,'tom_spider',1182475798),(2490,'Libertines, The',1480,5,'',0,0,0,'','',1182475809,1,'tom_spider',1182475809),(2491,'Lil Jon',3042,5,'',0,0,0,'','',1182475817,1,'tom_spider',1182475817),(2492,'Lil Wayne',3756,5,'',0,0,0,'','',1182475822,1,'tom_spider',1182475822),(2493,'Limp Bizkit',1763,5,'',0,0,0,'','',1182475848,1,'tom_spider',1182475848),(2494,'Linkin Park',542,5,'',0,0,0,'','',1182475894,1,'tom_spider',1182475894),(2495,'Live Performances (Misc. Artists)',2492,5,'',0,0,0,'','',1182475909,1,'tom_spider',1182475909),(2496,'Lloyd',3130,5,'',0,0,0,'','',1182475913,1,'tom_spider',1182475913),(2497,'Lordi',561,5,'',0,0,0,'','',1182475924,1,'tom_spider',1182475924),(2498,'Love Spit Love',2904,5,'',0,0,0,'','',1182475931,1,'tom_spider',1182475931),(2499,'Ludacris',2454,5,'',0,0,0,'','',1182475936,1,'tom_spider',1182475936),(2500,'Lupe Fiasco',709,5,'',0,0,0,'','',1182475946,1,'tom_spider',1182475946),(2501,'Machine Head',3315,5,'',0,0,0,'','',1182475957,1,'tom_spider',1182475957),(2502,'Mad Caddies',1521,5,'',0,0,0,'','',1182475960,1,'tom_spider',1182475960),(2503,'Madonna',501,5,'',0,0,0,'','',1182476001,1,'tom_spider',1182476001),(2504,'Malic Mizer',899,5,'',0,0,0,'','',1182476004,1,'tom_spider',1182476004),(2505,'Mandy Moore',3752,5,'',0,0,0,'','',1182476011,1,'tom_spider',1182476011),(2506,'Manowar',896,5,'',0,0,0,'','',1182476031,1,'tom_spider',1182476031),(2507,'Manu Chao',2910,5,'',0,0,0,'','',1182476041,1,'tom_spider',1182476041),(2508,'Marilyn Manson',1633,5,'',0,0,0,'','',1182476078,1,'tom_spider',1182476078),(2509,'Maroon 5',1004,5,'',0,0,0,'','',1182476100,1,'tom_spider',1182476100),(2510,'Mars Volta, The',2446,5,'',0,0,0,'','',1182476106,1,'tom_spider',1182476106),(2511,'Massive Attack',2866,5,'',0,0,0,'','',1182476118,1,'tom_spider',1182476118),(2512,'Matt Bianco',1206,5,'',0,0,0,'','',1182476126,1,'tom_spider',1182476126),(2513,'Maximo Park',957,5,'',0,0,0,'','',1182476129,1,'tom_spider',1182476129),(2514,'Megadeth',1875,5,'',0,0,0,'','',1182476151,1,'tom_spider',1182476151),(2515,'Melt-banana',3732,5,'',0,0,0,'','',1182476198,1,'tom_spider',1182476198),(2516,'Melvins',3671,5,'',0,0,0,'','',1182476232,1,'tom_spider',1182476232),(2517,'Meshuggah',2958,5,'',0,0,0,'','',1182476236,1,'tom_spider',1182476236),(2518,'Metallica',2895,5,'',0,0,0,'','',1182476292,1,'tom_spider',1182476292),(2519,'Mewithoutyou',1000,5,'',0,0,0,'','',1182476298,1,'tom_spider',1182476298),(2520,'Michael Jackson',504,5,'',0,0,0,'','',1182476366,1,'tom_spider',1182476366),(2521,'Mighty Diamonds',1559,5,'',0,0,0,'','',1182476372,1,'tom_spider',1182476372),(2522,'Mika',968,5,'',0,0,0,'','',1182476375,1,'tom_spider',1182476375),(2523,'Mike Jones',2973,5,'',0,0,0,'','',1182476381,1,'tom_spider',1182476381),(2524,'Mims',1034,5,'',0,0,0,'','',1182476386,1,'tom_spider',1182476386),(2525,'Moldy Peaches',3744,5,'',0,0,0,'','',1182476390,1,'tom_spider',1182476390),(2526,'Moloko',2896,5,'',0,0,0,'','',1182476397,1,'tom_spider',1182476397),(2527,'Monks, The',2969,5,'',0,0,0,'','',1182476407,1,'tom_spider',1182476407),(2528,'Morcheeba',2898,5,'',0,0,0,'','',1182476412,1,'tom_spider',1182476412),(2529,'Mos Def',1390,5,'',0,0,0,'','',1182476430,1,'tom_spider',1182476430),(2530,'Motley Crue',2929,5,'',0,0,0,'','',1182476433,1,'tom_spider',1182476433),(2531,'Mr Derry',1873,5,'',0,0,0,'','',1182476437,1,'tom_spider',1182476437),(2532,'Mr. Bungle',2971,5,'',0,0,0,'','',1182476473,1,'tom_spider',1182476473),(2533,'MTV: Unplugged',2462,5,'',0,0,0,'','',1182476499,1,'tom_spider',1182476499),(2534,'Mudhoney',2906,5,'',0,0,0,'','',1182476527,1,'tom_spider',1182476527),(2535,'Muse',1002,5,'',0,0,0,'','',1182476575,1,'tom_spider',1182476575),(2536,'My Chemical Romance',808,5,'',0,0,0,'','',1182476582,1,'tom_spider',1182476582),(2537,'Nas',2057,5,'',0,0,0,'','',1182476625,1,'tom_spider',1182476625),(2538,'Natalie Imbruglia',3743,5,'',0,0,0,'','',1182476632,1,'tom_spider',1182476632),(2539,'Naughty By Nature',2974,5,'',0,0,0,'','',1182476647,1,'tom_spider',1182476647),(2540,'Ne-Yo',3052,5,'',0,0,0,'','',1182476660,1,'tom_spider',1182476660),(2541,'Neil Young',2491,5,'',0,0,0,'','',1182476744,1,'tom_spider',1182476744),(2542,'Nelly Furtado',3738,5,'',0,0,0,'','',1182476755,1,'tom_spider',1182476755),(2543,'Nena',1764,5,'',0,0,0,'','',1182476758,1,'tom_spider',1182476758),(2544,'Neneh Cherry',2871,5,'',0,0,0,'','',1182476776,1,'tom_spider',1182476776),(2545,'Nickelback',827,5,'',0,0,0,'','',1182476807,1,'tom_spider',1182476807),(2546,'Nightwish',3314,5,'',0,0,0,'','',1182476839,1,'tom_spider',1182476839),(2547,'Nine Inch Nails',1199,5,'',0,0,0,'','',1182476886,1,'tom_spider',1182476886),(2548,'Nirvana',971,5,'',0,0,0,'','',1182476922,1,'tom_spider',1182476922),(2549,'No Angels',2979,5,'',0,0,0,'','',1182476946,1,'tom_spider',1182476946),(2550,'No Doubt',2877,5,'',0,0,0,'','',1182476967,1,'tom_spider',1182476967),(2551,'Norah Jones',1473,5,'',0,0,0,'','',1182476976,1,'tom_spider',1182476976),(2552,'Oasis',1465,5,'',0,0,0,'','',1182477017,1,'tom_spider',1182477017),(2553,'Offspring, The',2442,5,'',0,0,0,'','',1182477028,1,'tom_spider',1182477028),(2554,'Ok Go',495,5,'',0,0,0,'','',1182477032,1,'tom_spider',1182477032),(2555,'One-Hit Wonder',2803,5,'',0,0,0,'','',1182477198,1,'tom_spider',1182477198),(2556,'Os Mutantes',3007,5,'',0,0,0,'','',1182477214,1,'tom_spider',1182477214),(2557,'Outkast',3753,5,'',0,0,0,'','',1182477219,1,'tom_spider',1182477219),(2558,'Oxide & Neutrino',1017,5,'',0,0,0,'','',1182477229,1,'tom_spider',1182477229),(2559,'Ozzy Osbourne',3318,5,'',0,0,0,'','',1182477244,1,'tom_spider',1182477244),(2560,'P.O.D.',3011,5,'',0,0,0,'','',1182477258,1,'tom_spider',1182477258),(2561,'Panic! at the Disco',559,5,'',0,0,0,'','',1182477262,1,'tom_spider',1182477262),(2562,'Pantera',1876,5,'',0,0,0,'','',1182477290,1,'tom_spider',1182477290),(2563,'Papa Roach',1428,5,'',0,0,0,'','',1182477309,1,'tom_spider',1182477309),(2564,'Papoose',1031,5,'',0,0,0,'','',1182477315,1,'tom_spider',1182477315),(2565,'Pat Benatar',493,5,'',0,0,0,'','',1182477318,1,'tom_spider',1182477318),(2566,'Patti Smith',3009,5,'',0,0,0,'','',1182477368,1,'tom_spider',1182477368),(2567,'Paul Van Dyk',441,5,'',0,0,0,'','',1182477370,1,'tom_spider',1182477370),(2568,'Pere Ubu',3008,5,'',0,0,0,'','',1182477386,1,'tom_spider',1182477386),(2569,'Pet Shop Boys',2882,5,'',0,0,0,'','',1182477411,1,'tom_spider',1182477411),(2570,'Pharrell',555,5,'',0,0,0,'','',1182477415,1,'tom_spider',1182477415),(2571,'Pigeon Detectives, The',1842,5,'',0,0,0,'','',1182477419,1,'tom_spider',1182477419),(2572,'Pinback',1893,5,'',0,0,0,'','',1182477422,1,'tom_spider',1182477422),(2573,'Pink',1644,5,'',0,0,0,'','',1182477455,1,'tom_spider',1182477455),(2574,'Pink Floyd',497,5,'',0,0,0,'','',1182477476,1,'tom_spider',1182477476),(2575,'Placebo',540,5,'',0,0,0,'','',1182477515,1,'tom_spider',1182477515),(2576,'POD',994,5,'',0,0,0,'','',1182477536,1,'tom_spider',1182477536),(2577,'Police, The',1421,5,'',0,0,0,'','',1182477555,1,'tom_spider',1182477555),(2578,'Portishead',2875,5,'',0,0,0,'','',1182477565,1,'tom_spider',1182477565),(2579,'Postal Service, The',1950,5,'',0,0,0,'','',1182477575,1,'tom_spider',1182477575),(2580,'Primus',2901,5,'',0,0,0,'','',1182477583,1,'tom_spider',1182477583),(2581,'Princess Superstar',3760,5,'',0,0,0,'','',1182477586,1,'tom_spider',1182477586),(2582,'Prodigy',355,5,'',0,0,0,'','',1182477648,1,'tom_spider',1182477648),(2583,'Psychedelic Furs',2912,5,'',0,0,0,'','',1182477673,1,'tom_spider',1182477673),(2584,'Pulp',1761,5,'',0,0,0,'','',1182477692,1,'tom_spider',1182477692),(2585,'Pussycat Dolls, The',537,5,'',0,0,0,'','',1182477723,1,'tom_spider',1182477723),(2586,'Queen',3686,5,'',0,0,0,'','',1182477855,1,'tom_spider',1182477855),(2587,'Queens Of The Stone Age',1483,5,'',0,0,0,'','',1182477872,1,'tom_spider',1182477872),(2588,'Queensryche',1888,5,'',0,0,0,'','',1182477889,1,'tom_spider',1182477889),(2589,'Quiet Riot',1217,5,'',0,0,0,'','',1182477899,1,'tom_spider',1182477899),(2590,'R Kelly',2972,5,'',0,0,0,'','',1182477917,1,'tom_spider',1182477917),(2591,'R.E.M',3596,5,'',0,0,0,'','',1182477963,1,'tom_spider',1182477963),(2592,'Raconteurs, The',1474,5,'',0,0,0,'','',1182477973,1,'tom_spider',1182477973),(2593,'Radiohead',1213,5,'',0,0,0,'','',1182478000,1,'tom_spider',1182478000),(2594,'Rage Against the Machine',1392,5,'',0,0,0,'','',1182478027,1,'tom_spider',1182478027),(2595,'Rammstein',2932,5,'',0,0,0,'','',1182478050,1,'tom_spider',1182478050),(2596,'Razorlight',897,5,'',0,0,0,'','',1182478065,1,'tom_spider',1182478065),(2597,'Red Hot Chili Peppers',557,5,'',0,0,0,'','',1182478155,1,'tom_spider',1182478155),(2598,'Redman',3581,5,'',0,0,0,'','',1182478189,1,'tom_spider',1182478189),(2599,'Regina Spektor',1037,5,'',0,0,0,'','',1182478198,1,'tom_spider',1182478198),(2600,'Rhymefest',1487,5,'',0,0,0,'','',1182478210,1,'tom_spider',1182478210),(2601,'Rihanna',3129,5,'',0,0,0,'','',1182478221,1,'tom_spider',1182478221),(2602,'Rob Zombie/White Zombie',1538,5,'',0,0,0,'','',1182478246,1,'tom_spider',1182478246),(2603,'Robin Thicke',556,5,'',0,0,0,'','',1182478254,1,'tom_spider',1182478254),(2604,'Roots, The',1391,5,'',0,0,0,'','',1182478258,1,'tom_spider',1182478258),(2605,'Roxette',502,5,'',0,0,0,'','',1182478267,1,'tom_spider',1182478267),(2606,'Royksopp',1019,5,'',0,0,0,'','',1182478279,1,'tom_spider',1182478279),(2607,'Running Wild',857,5,'',0,0,0,'','',1182478283,1,'tom_spider',1182478283),(2608,'Rutles, The',2951,5,'',0,0,0,'','',1182478302,1,'tom_spider',1182478302),(2609,'Sade',1496,5,'',0,0,0,'','',1182478389,1,'tom_spider',1182478389),(2610,'Salme',1631,5,'',0,0,0,'','',1182478398,1,'tom_spider',1182478398),(2611,'Salt N Pepa',2909,5,'',0,0,0,'','',1182478440,1,'tom_spider',1182478440),(2612,'Sarah McLachlan',620,5,'',0,0,0,'','',1182478453,1,'tom_spider',1182478453),(2613,'Schiller',500,5,'',0,0,0,'','',1182478460,1,'tom_spider',1182478460),(2614,'Schmoof',1494,5,'',0,0,0,'','',1182478474,1,'tom_spider',1182478474),(2615,'Scissor Sisters',1479,5,'',0,0,0,'','',1182478500,1,'tom_spider',1182478500),(2616,'Seal',491,5,'',0,0,0,'','',1182478505,1,'tom_spider',1182478505),(2617,'Seeed',2902,5,'',0,0,0,'','',1182478526,1,'tom_spider',1182478526),(2618,'Sepultra',1627,5,'',0,0,0,'','',1182478540,1,'tom_spider',1182478540),(2619,'Sex Pistol, The',2959,5,'',0,0,0,'','',1182478544,1,'tom_spider',1182478544),(2620,'Shakira',3740,5,'',0,0,0,'','',1182478551,1,'tom_spider',1182478551),(2621,'Shins, The',1470,5,'',0,0,0,'','',1182478567,1,'tom_spider',1182478567),(2622,'Shonen Knife',3044,5,'',0,0,0,'','',1182478597,1,'tom_spider',1182478597),(2623,'Sigur Rós',1936,5,'',0,0,0,'','',1182478606,1,'tom_spider',1182478606),(2624,'Silverstein',3139,5,'',0,0,0,'','',1182478612,1,'tom_spider',1182478612),(2625,'Simon & Garfunkel',2978,5,'',0,0,0,'','',1182478643,1,'tom_spider',1182478643),(2626,'Skazi',1467,5,'',0,0,0,'','',1182478648,1,'tom_spider',1182478648),(2627,'Skunk Anansie',2878,5,'',0,0,0,'','',1182478677,1,'tom_spider',1182478677),(2628,'Slayer',2925,5,'',0,0,0,'','',1182478695,1,'tom_spider',1182478695),(2629,'Slipknot',1416,5,'',0,0,0,'','',1182478728,1,'tom_spider',1182478728),(2630,'Smashing Pumpkins',1845,5,'',0,0,0,'','',1182478737,1,'tom_spider',1182478737),(2631,'Snap',1175,5,'',0,0,0,'','',1182478778,1,'tom_spider',1182478778),(2632,'Snoop Dogg',710,5,'',0,0,0,'','',1182478792,1,'tom_spider',1182478792),(2633,'So Solid Crew',1018,5,'',0,0,0,'','',1182478799,1,'tom_spider',1182478799),(2634,'Soil',1849,5,'',0,0,0,'','',1182478809,1,'tom_spider',1182478809),(2635,'Sonata Arctica',881,5,'',0,0,0,'','',1182478825,1,'tom_spider',1182478825),(2636,'Sophie Ellis Bextor',2915,5,'',0,0,0,'','',1182478835,1,'tom_spider',1182478835),(2637,'Soul Coughing',3048,5,'',0,0,0,'','',1182478842,1,'tom_spider',1182478842),(2638,'Spice Girls',2980,5,'',0,0,0,'','',1182478858,1,'tom_spider',1182478858),(2639,'Stars',1947,5,'',0,0,0,'','',1182478872,1,'tom_spider',1182478872),(2640,'Static X',2448,5,'',0,0,0,'','',1182478880,1,'tom_spider',1182478880),(2641,'Stone Roses, The',1033,5,'',0,0,0,'','',1182478910,1,'tom_spider',1182478910),(2642,'Stone Temple Pilots',1889,5,'',0,0,0,'','',1182478939,1,'tom_spider',1182478939),(2643,'Streets, The',1216,5,'',0,0,0,'','',1182478949,1,'tom_spider',1182478949),(2644,'Strokes, The',1469,5,'',0,0,0,'','',1182478963,1,'tom_spider',1182478963),(2645,'Studio B',3765,5,'',0,0,0,'','',1182478966,1,'tom_spider',1182478966),(2646,'Sublime',1001,5,'',0,0,0,'','',1182478970,1,'tom_spider',1182478970),(2647,'Suede',1759,5,'',0,0,0,'','',1182479009,1,'tom_spider',1182479009),(2648,'Sugababes',3764,5,'',0,0,0,'','',1182479026,1,'tom_spider',1182479026),(2649,'Sugarcult',2976,5,'',0,0,0,'','',1182479037,1,'tom_spider',1182479037),(2650,'Sum 41',1425,5,'',0,0,0,'','',1182479058,1,'tom_spider',1182479058),(2651,'Sunset Strippers',3774,5,'',0,0,0,'','',1182479061,1,'tom_spider',1182479061),(2652,'Sunshine Underground, The',1840,5,'',0,0,0,'','',1182479070,1,'tom_spider',1182479070),(2653,'Supergrass',1694,5,'',0,0,0,'','',1182479088,1,'tom_spider',1182479088),(2654,'Suzanne Vega',1422,5,'',0,0,0,'','',1182479129,1,'tom_spider',1182479129),(2655,'System Of A Down',1486,5,'',0,0,0,'','',1182479151,1,'tom_spider',1182479151),(2656,'T Pain',3049,5,'',0,0,0,'','',1182479160,1,'tom_spider',1182479160),(2657,'T.I.',1780,5,'',0,0,0,'','',1182479163,1,'tom_spider',1182479163),(2658,'Take That',812,5,'',0,0,0,'','',1182479170,1,'tom_spider',1182479170),(2659,'Talib Kweli',1389,5,'',0,0,0,'','',1182479197,1,'tom_spider',1182479197),(2660,'Talking Heads',3121,5,'',0,0,0,'','',1182479230,1,'tom_spider',1182479230),(2661,'Tank',3131,5,'',0,0,0,'','',1182479234,1,'tom_spider',1182479234),(2662,'Tatu',1423,5,'',0,0,0,'','',1182479250,1,'tom_spider',1182479250),(2663,'Tears For Fears',2808,5,'',0,0,0,'','',1182479258,1,'tom_spider',1182479258),(2664,'Ted Nugent',2903,5,'',0,0,0,'','',1182479273,1,'tom_spider',1182479273),(2665,'Tego Calderon',1775,5,'',0,0,0,'','',1182479277,1,'tom_spider',1182479277),(2666,'Tenacious D',3711,5,'',0,0,0,'','',1182479280,1,'tom_spider',1182479280),(2667,'The Game',3677,5,'',0,0,0,'','',1182479292,1,'tom_spider',1182479292),(2668,'The Offspring',3375,5,'',0,0,0,'','',1182479309,1,'tom_spider',1182479309),(2669,'The Pipettes',3681,5,'',0,0,0,'','',1182479330,1,'tom_spider',1182479330),(2670,'The Used',3684,5,'',0,0,0,'','',1182479350,1,'tom_spider',1182479350),(2671,'The Wombats Live',2804,5,'',0,0,0,'','',1182479360,1,'tom_spider',1182479360),(2672,'They Might Be Giants',2546,5,'',0,0,0,'','',1182479367,1,'tom_spider',1182479367),(2673,'Tool',1808,5,'',0,0,0,'','',1182479399,1,'tom_spider',1182479399),(2674,'Tori Amos',2876,5,'',0,0,0,'','',1182479451,1,'tom_spider',1182479451),(2675,'Toy Box',3771,5,'',0,0,0,'','',1182479458,1,'tom_spider',1182479458),(2676,'Tracy Chapman',1547,5,'',0,0,0,'','',1182479480,1,'tom_spider',1182479480),(2677,'Tupac',471,5,'',0,0,0,'','',1182479518,1,'tom_spider',1182479518),(2678,'U2',3673,5,'',0,0,0,'','',1182479539,1,'tom_spider',1182479539),(2679,'Uriah Heep',2921,5,'',0,0,0,'','',1182479553,1,'tom_spider',1182479553),(2680,'Used, The',3148,5,'',0,0,0,'','',1182479571,1,'tom_spider',1182479571),(2681,'Usher',558,5,'',0,0,0,'','',1182479584,1,'tom_spider',1182479584),(2682,'Utada Hikaru',2088,5,'',0,0,0,'','',1182479600,1,'tom_spider',1182479600),(2683,'Vanessa Carlton',619,5,'',0,0,0,'','',1182479608,1,'tom_spider',1182479608),(2684,'Velvet Revolver',3675,5,'',0,0,0,'','',1182479621,1,'tom_spider',1182479621),(2685,'Velvet Underground, The',3668,5,'',0,0,0,'','',1182479653,1,'tom_spider',1182479653),(2686,'Verve, The',1692,5,'',0,0,0,'','',1182479694,1,'tom_spider',1182479694),(2687,'Video Game Song',3754,5,'',0,0,0,'','',1182479700,1,'tom_spider',1182479700),(2688,'Wall Of Voodoo',3755,5,'',0,0,0,'','',1182479705,1,'tom_spider',1182479705),(2689,'Warren G',953,5,'',0,0,0,'','',1182479719,1,'tom_spider',1182479719),(2690,'Weezer',1459,5,'',0,0,0,'','',1182479752,1,'tom_spider',1182479752),(2691,'Weird Al Yankovic',1548,5,'',0,0,0,'','',1182479789,1,'tom_spider',1182479789),(2692,'White Stripes, The',1003,5,'',0,0,0,'','',1182479823,1,'tom_spider',1182479823),(2693,'Wintersun',1628,5,'',0,0,0,'','',1182479826,1,'tom_spider',1182479826),(2694,'Wir Sind Helden',2899,5,'',0,0,0,'','',1182479839,1,'tom_spider',1182479839),(2695,'Wolfmother',2957,5,'',0,0,0,'','',1182479842,1,'tom_spider',1182479842),(2696,'Wolfsheim',2944,5,'',0,0,0,'','',1182479875,1,'tom_spider',1182479875),(2697,'Wu-tang Clan',3575,5,'',0,0,0,'','',1182479920,1,'tom_spider',1182479920),(2698,'Xzibit',951,5,'',0,0,0,'','',1182479922,1,'tom_spider',1182479922),(2699,'Yeah Yeah Yeahs',1476,5,'',0,0,0,'','',1182479945,1,'tom_spider',1182479945),(2700,'Yellowcard',2456,5,'',0,0,0,'','',1182479954,1,'tom_spider',1182479954),(2701,'Ying Yang Twins',3043,5,'',0,0,0,'','',1182479973,1,'tom_spider',1182479973),(2702,'Yip-Yip',1934,5,'',0,0,0,'','',1182479978,1,'tom_spider',1182479978),(2703,'Young Galaxy',1949,5,'',0,0,0,'','',1182479984,1,'tom_spider',1182479984),(2704,'Young Gods, The',2940,5,'',0,0,0,'','',1182479999,1,'tom_spider',1182479999),(2705,'Young Jeezy',1032,5,'',0,0,0,'','',1182480008,1,'tom_spider',1182480008),(2706,'Young Jibbs',1781,5,'',0,0,0,'','',1182480011,1,'tom_spider',1182480011),(2707,'Ziggy Marley',1546,5,'',0,0,0,'','',1182480022,1,'tom_spider',1182480022),(2708,'.test',3525,6,'',0,0,0,'','',1182480024,1,'tom_spider',1182480024),(2709,'American Football',806,6,'',0,0,0,'','',1182480026,1,'tom_spider',1182480026),(2710,'Basketball',993,6,'',0,0,0,'','',1182480108,1,'tom_spider',1182480108),(2711,'Boxing',551,6,'',0,0,0,'','',1182480110,1,'tom_spider',1182480110),(2712,'Cricket',992,6,'',0,0,0,'','',1182480112,1,'tom_spider',1182480112),(2713,'High Stakes Poker',1885,6,'',0,0,0,'','',1182480121,1,'tom_spider',1182480121),(2714,'Royal Rumble Matches',846,6,'',0,0,0,'','',1182480128,1,'tom_spider',1182480128),(2715,'Rugby',990,6,'',0,0,0,'','',1182480130,1,'tom_spider',1182480130),(2716,'Soccer/Football',991,6,'',0,0,0,'','',1182480139,1,'tom_spider',1182480139),(2717,'Speedway',3405,6,'',0,0,0,'','',1182480140,1,'tom_spider',1182480140),(2718,'TNA',989,6,'',0,0,0,'','',1182480226,1,'tom_spider',1182480226),(2719,'UFC',1485,6,'',0,0,0,'','',1182480240,1,'tom_spider',1182480240),(2720,'WCW',847,6,'',0,0,0,'','',1182480254,1,'tom_spider',1182480254),(2721,'WWE',1065,6,'',0,0,0,'','',1182480684,1,'tom_spider',1182480684); UNLOCK TABLES; /*!40000 ALTER TABLE `shows` ENABLE KEYS */; /*!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 */;